@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/************************************************
*				1. Base Styles					*
************************************************/
/* Color customization */
/* Font customization */
@font-face {
  font-family: 'Johnnie';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-Regular.woff2') format('woff2'), url('fonts/Johnnie-Regular.woff') format('woff'), url('fonts/Johnnie-Regular.ttf') format('truetype'), url('fonts/Johnnie-Regular.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-Italic.woff2') format('woff2'), url('fonts/Johnnie-Italic.woff') format('woff'), url('fonts/Johnnie-Italic.ttf') format('truetype'), url('fonts/Johnnie-Italic.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-Medium.woff2') format('woff2'), url('fonts/Johnnie-Medium.woff') format('woff'), url('fonts/Johnnie-Medium.ttf') format('truetype'), url('fonts/Johnnie-Medium.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: italic;
  font-weight: 500;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-MediumItalic.woff2') format('woff2'), url('fonts/Johnnie-MediumItalic.woff') format('woff'), url('fonts/Johnnie-MediumItalic.ttf') format('truetype'), url('fonts/Johnnie-MediumItalic.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-Bold.woff2') format('woff2'), url('fonts/Johnnie-Bold.woff') format('woff'), url('fonts/Johnnie-Bold.ttf') format('truetype'), url('fonts/Johnnie-Bold.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: italic;
  font-weight: 700;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-BoldItalic.woff2') format('woff2'), url('fonts/Johnnie-BoldItalic.woff') format('woff'), url('fonts/Johnnie-BoldItalic.ttf') format('truetype'), url('fonts/Johnnie-BoldItalic.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-Light.woff2') format('woff2'), url('fonts/Johnnie-Light.woff') format('woff'), url('fonts/Johnnie-Light.ttf') format('truetype'), url('fonts/Johnnie-Light.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-LightItalic.woff2') format('woff2'), url('fonts/Johnnie-LightItalic.woff') format('woff'), url('fonts/Johnnie-LightItalic.ttf') format('truetype'), url('fonts/Johnnie-LightItalic.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: normal;
  font-weight: 100;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-Thin.woff2') format('woff2'), url('fonts/Johnnie-Thin.woff') format('woff'), url('fonts/Johnnie-Thin.ttf') format('truetype'), url('fonts/Johnnie-Thin.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: italic;
  font-weight: 100;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-ThinItalic.woff2') format('woff2'), url('fonts/Johnnie-ThinItalic.woff') format('woff'), url('fonts/Johnnie-ThinItalic.ttf') format('truetype'), url('fonts/Johnnie-ThinItalic.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'ThetisStampRegular';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: local('ThetisStampRegular'), url('fonts/thetisstamp.woff2') format('woff2'), url('fonts/thetisstamp.woff') format('woff'), url('fonts/thetisstamp.ttf') format('truetype'), url('fonts/thetisstamp.eot') format('embedded-opentype');
}
/* Utility customization */
/* Breakpoints  */
/* Mixin for fluid scaling of fonts */
/* Mixins for Grid*/
/*Transition*/
.transition-color-off {
  transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
}
.transition-color {
  transition: color 0.65s ease-in-out;
  -webkit-transition: color 0.65s ease-in-out;
  -moz-transition: color 0.65s ease-in-out;
  -o-transition: color 0.65s ease-in-out;
}
.transition-all-off {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.transition-all {
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
/*Width*/
.w-auto {
  width: auto!Important;
}
.m-0-xs {
  margin: 0px;
}
.mt-0-xs {
  margin-top: 0px;
}
.mr-0-xs {
  margin-right: 0px;
}
.mb-0-xs {
  margin-bottom: 0px;
}
.ml-0-xs {
  margin-left: 0px;
}
.m-10-xs {
  margin: 10px;
}
.mt-10-xs {
  margin-top: 10px;
}
.mr-10-xs {
  margin-right: 10px;
}
.mb-10-xs {
  margin-bottom: 10px;
}
.ml-10-xs {
  margin-left: 10px;
}
.m-20-xs {
  margin: 20px;
}
.mt-20-xs {
  margin-top: 20px;
}
.mr-20-xs {
  margin-right: 20px;
}
.mb-20-xs {
  margin-bottom: 20px;
}
.ml-20-xs {
  margin-left: 20px;
}
.m-30-xs {
  margin: 30px;
}
.mt-30-xs {
  margin-top: 30px;
}
.mr-30-xs {
  margin-right: 30px;
}
.mb-30-xs {
  margin-bottom: 30px;
}
.ml-30-xs {
  margin-left: 30px;
}
.m-40-xs {
  margin: 40px;
}
.mt-40-xs {
  margin-top: 40px;
}
.mr-40-xs {
  margin-right: 40px;
}
.mb-40-xs {
  margin-bottom: 40px;
}
.ml-40-xs {
  margin-left: 40px;
}
.m-50-xs {
  margin: 50px;
}
.mt-50-xs {
  margin-top: 50px;
}
.mr-50-xs {
  margin-right: 50px;
}
.mb-50-xs {
  margin-bottom: 50px;
}
.ml-50-xs {
  margin-left: 50px;
}
.m-60-xs {
  margin: 60px;
}
.mt-60-xs {
  margin-top: 60px;
}
.mr-60-xs {
  margin-right: 60px;
}
.mb-60-xs {
  margin-bottom: 60px;
}
.ml-60-xs {
  margin-left: 60px;
}
.m-70-xs {
  margin: 70px;
}
.mt-70-xs {
  margin-top: 70px;
}
.mr-70-xs {
  margin-right: 70px;
}
.mb-70-xs {
  margin-bottom: 70px;
}
.ml-70-xs {
  margin-left: 70px;
}
.m-80-xs {
  margin: 80px;
}
.mt-80-xs {
  margin-top: 80px;
}
.mr-80-xs {
  margin-right: 80px;
}
.mb-80-xs {
  margin-bottom: 80px;
}
.ml-80-xs {
  margin-left: 80px;
}
.m-90-xs {
  margin: 90px;
}
.mt-90-xs {
  margin-top: 90px;
}
.mr-90-xs {
  margin-right: 90px;
}
.mb-90-xs {
  margin-bottom: 90px;
}
.ml-90-xs {
  margin-left: 90px;
}
.m-100-xs {
  margin: 100px;
}
.mt-100-xs {
  margin-top: 100px;
}
.mr-100-xs {
  margin-right: 100px;
}
.mb-100-xs {
  margin-bottom: 100px;
}
.ml-100-xs {
  margin-left: 100px;
}
@media (min-width: 576px) {
  .m-0-sm {
    margin: 0px;
  }
  .mt-0-sm {
    margin-top: 0px;
  }
  .mr-0-sm {
    margin-right: 0px;
  }
  .mb-0-sm {
    margin-bottom: 0px;
  }
  .ml-0-sm {
    margin-left: 0px;
  }
  .m-10-sm {
    margin: 10px;
  }
  .mt-10-sm {
    margin-top: 10px;
  }
  .mr-10-sm {
    margin-right: 10px;
  }
  .mb-10-sm {
    margin-bottom: 10px;
  }
  .ml-10-sm {
    margin-left: 10px;
  }
  .m-20-sm {
    margin: 20px;
  }
  .mt-20-sm {
    margin-top: 20px;
  }
  .mr-20-sm {
    margin-right: 20px;
  }
  .mb-20-sm {
    margin-bottom: 20px;
  }
  .ml-20-sm {
    margin-left: 20px;
  }
  .m-30-sm {
    margin: 30px;
  }
  .mt-30-sm {
    margin-top: 30px;
  }
  .mr-30-sm {
    margin-right: 30px;
  }
  .mb-30-sm {
    margin-bottom: 30px;
  }
  .ml-30-sm {
    margin-left: 30px;
  }
  .m-40-sm {
    margin: 40px;
  }
  .mt-40-sm {
    margin-top: 40px;
  }
  .mr-40-sm {
    margin-right: 40px;
  }
  .mb-40-sm {
    margin-bottom: 40px;
  }
  .ml-40-sm {
    margin-left: 40px;
  }
  .m-50-sm {
    margin: 50px;
  }
  .mt-50-sm {
    margin-top: 50px;
  }
  .mr-50-sm {
    margin-right: 50px;
  }
  .mb-50-sm {
    margin-bottom: 50px;
  }
  .ml-50-sm {
    margin-left: 50px;
  }
  .m-60-sm {
    margin: 60px;
  }
  .mt-60-sm {
    margin-top: 60px;
  }
  .mr-60-sm {
    margin-right: 60px;
  }
  .mb-60-sm {
    margin-bottom: 60px;
  }
  .ml-60-sm {
    margin-left: 60px;
  }
  .m-70-sm {
    margin: 70px;
  }
  .mt-70-sm {
    margin-top: 70px;
  }
  .mr-70-sm {
    margin-right: 70px;
  }
  .mb-70-sm {
    margin-bottom: 70px;
  }
  .ml-70-sm {
    margin-left: 70px;
  }
  .m-80-sm {
    margin: 80px;
  }
  .mt-80-sm {
    margin-top: 80px;
  }
  .mr-80-sm {
    margin-right: 80px;
  }
  .mb-80-sm {
    margin-bottom: 80px;
  }
  .ml-80-sm {
    margin-left: 80px;
  }
  .m-90-sm {
    margin: 90px;
  }
  .mt-90-sm {
    margin-top: 90px;
  }
  .mr-90-sm {
    margin-right: 90px;
  }
  .mb-90-sm {
    margin-bottom: 90px;
  }
  .ml-90-sm {
    margin-left: 90px;
  }
  .m-100-sm {
    margin: 100px;
  }
  .mt-100-sm {
    margin-top: 100px;
  }
  .mr-100-sm {
    margin-right: 100px;
  }
  .mb-100-sm {
    margin-bottom: 100px;
  }
  .ml-100-sm {
    margin-left: 100px;
  }
}
@media (min-width: 768px) {
  .m-0-md {
    margin: 0px;
  }
  .mt-0-md {
    margin-top: 0px;
  }
  .mr-0-md {
    margin-right: 0px;
  }
  .mb-0-md {
    margin-bottom: 0px;
  }
  .ml-0-md {
    margin-left: 0px;
  }
  .m-10-md {
    margin: 10px;
  }
  .mt-10-md {
    margin-top: 10px;
  }
  .mr-10-md {
    margin-right: 10px;
  }
  .mb-10-md {
    margin-bottom: 10px;
  }
  .ml-10-md {
    margin-left: 10px;
  }
  .m-20-md {
    margin: 20px;
  }
  .mt-20-md {
    margin-top: 20px;
  }
  .mr-20-md {
    margin-right: 20px;
  }
  .mb-20-md {
    margin-bottom: 20px;
  }
  .ml-20-md {
    margin-left: 20px;
  }
  .m-30-md {
    margin: 30px;
  }
  .mt-30-md {
    margin-top: 30px;
  }
  .mr-30-md {
    margin-right: 30px;
  }
  .mb-30-md {
    margin-bottom: 30px;
  }
  .ml-30-md {
    margin-left: 30px;
  }
  .m-40-md {
    margin: 40px;
  }
  .mt-40-md {
    margin-top: 40px;
  }
  .mr-40-md {
    margin-right: 40px;
  }
  .mb-40-md {
    margin-bottom: 40px;
  }
  .ml-40-md {
    margin-left: 40px;
  }
  .m-50-md {
    margin: 50px;
  }
  .mt-50-md {
    margin-top: 50px;
  }
  .mr-50-md {
    margin-right: 50px;
  }
  .mb-50-md {
    margin-bottom: 50px;
  }
  .ml-50-md {
    margin-left: 50px;
  }
  .m-60-md {
    margin: 60px;
  }
  .mt-60-md {
    margin-top: 60px;
  }
  .mr-60-md {
    margin-right: 60px;
  }
  .mb-60-md {
    margin-bottom: 60px;
  }
  .ml-60-md {
    margin-left: 60px;
  }
  .m-70-md {
    margin: 70px;
  }
  .mt-70-md {
    margin-top: 70px;
  }
  .mr-70-md {
    margin-right: 70px;
  }
  .mb-70-md {
    margin-bottom: 70px;
  }
  .ml-70-md {
    margin-left: 70px;
  }
  .m-80-md {
    margin: 80px;
  }
  .mt-80-md {
    margin-top: 80px;
  }
  .mr-80-md {
    margin-right: 80px;
  }
  .mb-80-md {
    margin-bottom: 80px;
  }
  .ml-80-md {
    margin-left: 80px;
  }
  .m-90-md {
    margin: 90px;
  }
  .mt-90-md {
    margin-top: 90px;
  }
  .mr-90-md {
    margin-right: 90px;
  }
  .mb-90-md {
    margin-bottom: 90px;
  }
  .ml-90-md {
    margin-left: 90px;
  }
  .m-100-md {
    margin: 100px;
  }
  .mt-100-md {
    margin-top: 100px;
  }
  .mr-100-md {
    margin-right: 100px;
  }
  .mb-100-md {
    margin-bottom: 100px;
  }
  .ml-100-md {
    margin-left: 100px;
  }
}
@media (min-width: 992px) {
  .m-0-lg {
    margin: 0px;
  }
  .mt-0-lg {
    margin-top: 0px;
  }
  .mr-0-lg {
    margin-right: 0px;
  }
  .mb-0-lg {
    margin-bottom: 0px;
  }
  .ml-0-lg {
    margin-left: 0px;
  }
  .m-10-lg {
    margin: 10px;
  }
  .mt-10-lg {
    margin-top: 10px;
  }
  .mr-10-lg {
    margin-right: 10px;
  }
  .mb-10-lg {
    margin-bottom: 10px;
  }
  .ml-10-lg {
    margin-left: 10px;
  }
  .m-20-lg {
    margin: 20px;
  }
  .mt-20-lg {
    margin-top: 20px;
  }
  .mr-20-lg {
    margin-right: 20px;
  }
  .mb-20-lg {
    margin-bottom: 20px;
  }
  .ml-20-lg {
    margin-left: 20px;
  }
  .m-30-lg {
    margin: 30px;
  }
  .mt-30-lg {
    margin-top: 30px;
  }
  .mr-30-lg {
    margin-right: 30px;
  }
  .mb-30-lg {
    margin-bottom: 30px;
  }
  .ml-30-lg {
    margin-left: 30px;
  }
  .m-40-lg {
    margin: 40px;
  }
  .mt-40-lg {
    margin-top: 40px;
  }
  .mr-40-lg {
    margin-right: 40px;
  }
  .mb-40-lg {
    margin-bottom: 40px;
  }
  .ml-40-lg {
    margin-left: 40px;
  }
  .m-50-lg {
    margin: 50px;
  }
  .mt-50-lg {
    margin-top: 50px;
  }
  .mr-50-lg {
    margin-right: 50px;
  }
  .mb-50-lg {
    margin-bottom: 50px;
  }
  .ml-50-lg {
    margin-left: 50px;
  }
  .m-60-lg {
    margin: 60px;
  }
  .mt-60-lg {
    margin-top: 60px;
  }
  .mr-60-lg {
    margin-right: 60px;
  }
  .mb-60-lg {
    margin-bottom: 60px;
  }
  .ml-60-lg {
    margin-left: 60px;
  }
  .m-70-lg {
    margin: 70px;
  }
  .mt-70-lg {
    margin-top: 70px;
  }
  .mr-70-lg {
    margin-right: 70px;
  }
  .mb-70-lg {
    margin-bottom: 70px;
  }
  .ml-70-lg {
    margin-left: 70px;
  }
  .m-80-lg {
    margin: 80px;
  }
  .mt-80-lg {
    margin-top: 80px;
  }
  .mr-80-lg {
    margin-right: 80px;
  }
  .mb-80-lg {
    margin-bottom: 80px;
  }
  .ml-80-lg {
    margin-left: 80px;
  }
  .m-90-lg {
    margin: 90px;
  }
  .mt-90-lg {
    margin-top: 90px;
  }
  .mr-90-lg {
    margin-right: 90px;
  }
  .mb-90-lg {
    margin-bottom: 90px;
  }
  .ml-90-lg {
    margin-left: 90px;
  }
  .m-100-lg {
    margin: 100px;
  }
  .mt-100-lg {
    margin-top: 100px;
  }
  .mr-100-lg {
    margin-right: 100px;
  }
  .mb-100-lg {
    margin-bottom: 100px;
  }
  .ml-100-lg {
    margin-left: 100px;
  }
}
.p-0-xs {
  padding: 0px;
}
.pt-0-xs {
  padding-top: 0px;
}
.pr-0-xs {
  padding-right: 0px;
}
.pb-0-xs {
  padding-bottom: 0px;
}
.pl-0-xs {
  padding-left: 0px;
}
.p-10-xs {
  padding: 10px;
}
.pt-10-xs {
  padding-top: 10px;
}
.pr-10-xs {
  padding-right: 10px;
}
.pb-10-xs {
  padding-bottom: 10px;
}
.pl-10-xs {
  padding-left: 10px;
}
.p-20-xs {
  padding: 20px;
}
.pt-20-xs {
  padding-top: 20px;
}
.pr-20-xs {
  padding-right: 20px;
}
.pb-20-xs {
  padding-bottom: 20px;
}
.pl-20-xs {
  padding-left: 20px;
}
.p-30-xs {
  padding: 30px;
}
.pt-30-xs {
  padding-top: 30px;
}
.pr-30-xs {
  padding-right: 30px;
}
.pb-30-xs {
  padding-bottom: 30px;
}
.pl-30-xs {
  padding-left: 30px;
}
.p-40-xs {
  padding: 40px;
}
.pt-40-xs {
  padding-top: 40px;
}
.pr-40-xs {
  padding-right: 40px;
}
.pb-40-xs {
  padding-bottom: 40px;
}
.pl-40-xs {
  padding-left: 40px;
}
.p-50-xs {
  padding: 50px;
}
.pt-50-xs {
  padding-top: 50px;
}
.pr-50-xs {
  padding-right: 50px;
}
.pb-50-xs {
  padding-bottom: 50px;
}
.pl-50-xs {
  padding-left: 50px;
}
.p-60-xs {
  padding: 60px;
}
.pt-60-xs {
  padding-top: 60px;
}
.pr-60-xs {
  padding-right: 60px;
}
.pb-60-xs {
  padding-bottom: 60px;
}
.pl-60-xs {
  padding-left: 60px;
}
.p-70-xs {
  padding: 70px;
}
.pt-70-xs {
  padding-top: 70px;
}
.pr-70-xs {
  padding-right: 70px;
}
.pb-70-xs {
  padding-bottom: 70px;
}
.pl-70-xs {
  padding-left: 70px;
}
.p-80-xs {
  padding: 80px;
}
.pt-80-xs {
  padding-top: 80px;
}
.pr-80-xs {
  padding-right: 80px;
}
.pb-80-xs {
  padding-bottom: 80px;
}
.pl-80-xs {
  padding-left: 80px;
}
.p-90-xs {
  padding: 90px;
}
.pt-90-xs {
  padding-top: 90px;
}
.pr-90-xs {
  padding-right: 90px;
}
.pb-90-xs {
  padding-bottom: 90px;
}
.pl-90-xs {
  padding-left: 90px;
}
.p-100-xs {
  padding: 100px;
}
.pt-100-xs {
  padding-top: 100px;
}
.pr-100-xs {
  padding-right: 100px;
}
.pb-100-xs {
  padding-bottom: 100px;
}
.pl-100-xs {
  padding-left: 100px;
}
@media (min-width: 576px) {
  .p-0-sm {
    padding: 0px;
  }
  .pt-0-sm {
    padding-top: 0px;
  }
  .pr-0-sm {
    padding-right: 0px;
  }
  .pb-0-sm {
    padding-bottom: 0px;
  }
  .pl-0-sm {
    padding-left: 0px;
  }
  .p-10-sm {
    padding: 10px;
  }
  .pt-10-sm {
    padding-top: 10px;
  }
  .pr-10-sm {
    padding-right: 10px;
  }
  .pb-10-sm {
    padding-bottom: 10px;
  }
  .pl-10-sm {
    padding-left: 10px;
  }
  .p-20-sm {
    padding: 20px;
  }
  .pt-20-sm {
    padding-top: 20px;
  }
  .pr-20-sm {
    padding-right: 20px;
  }
  .pb-20-sm {
    padding-bottom: 20px;
  }
  .pl-20-sm {
    padding-left: 20px;
  }
  .p-30-sm {
    padding: 30px;
  }
  .pt-30-sm {
    padding-top: 30px;
  }
  .pr-30-sm {
    padding-right: 30px;
  }
  .pb-30-sm {
    padding-bottom: 30px;
  }
  .pl-30-sm {
    padding-left: 30px;
  }
  .p-40-sm {
    padding: 40px;
  }
  .pt-40-sm {
    padding-top: 40px;
  }
  .pr-40-sm {
    padding-right: 40px;
  }
  .pb-40-sm {
    padding-bottom: 40px;
  }
  .pl-40-sm {
    padding-left: 40px;
  }
  .p-50-sm {
    padding: 50px;
  }
  .pt-50-sm {
    padding-top: 50px;
  }
  .pr-50-sm {
    padding-right: 50px;
  }
  .pb-50-sm {
    padding-bottom: 50px;
  }
  .pl-50-sm {
    padding-left: 50px;
  }
  .p-60-sm {
    padding: 60px;
  }
  .pt-60-sm {
    padding-top: 60px;
  }
  .pr-60-sm {
    padding-right: 60px;
  }
  .pb-60-sm {
    padding-bottom: 60px;
  }
  .pl-60-sm {
    padding-left: 60px;
  }
  .p-70-sm {
    padding: 70px;
  }
  .pt-70-sm {
    padding-top: 70px;
  }
  .pr-70-sm {
    padding-right: 70px;
  }
  .pb-70-sm {
    padding-bottom: 70px;
  }
  .pl-70-sm {
    padding-left: 70px;
  }
  .p-80-sm {
    padding: 80px;
  }
  .pt-80-sm {
    padding-top: 80px;
  }
  .pr-80-sm {
    padding-right: 80px;
  }
  .pb-80-sm {
    padding-bottom: 80px;
  }
  .pl-80-sm {
    padding-left: 80px;
  }
  .p-90-sm {
    padding: 90px;
  }
  .pt-90-sm {
    padding-top: 90px;
  }
  .pr-90-sm {
    padding-right: 90px;
  }
  .pb-90-sm {
    padding-bottom: 90px;
  }
  .pl-90-sm {
    padding-left: 90px;
  }
  .p-100-sm {
    padding: 100px;
  }
  .pt-100-sm {
    padding-top: 100px;
  }
  .pr-100-sm {
    padding-right: 100px;
  }
  .pb-100-sm {
    padding-bottom: 100px;
  }
  .pl-100-sm {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .p-0-md {
    padding: 0px;
  }
  .pt-0-md {
    padding-top: 0px;
  }
  .pr-0-md {
    padding-right: 0px;
  }
  .pb-0-md {
    padding-bottom: 0px;
  }
  .pl-0-md {
    padding-left: 0px;
  }
  .p-10-md {
    padding: 10px;
  }
  .pt-10-md {
    padding-top: 10px;
  }
  .pr-10-md {
    padding-right: 10px;
  }
  .pb-10-md {
    padding-bottom: 10px;
  }
  .pl-10-md {
    padding-left: 10px;
  }
  .p-20-md {
    padding: 20px;
  }
  .pt-20-md {
    padding-top: 20px;
  }
  .pr-20-md {
    padding-right: 20px;
  }
  .pb-20-md {
    padding-bottom: 20px;
  }
  .pl-20-md {
    padding-left: 20px;
  }
  .p-30-md {
    padding: 30px;
  }
  .pt-30-md {
    padding-top: 30px;
  }
  .pr-30-md {
    padding-right: 30px;
  }
  .pb-30-md {
    padding-bottom: 30px;
  }
  .pl-30-md {
    padding-left: 30px;
  }
  .p-40-md {
    padding: 40px;
  }
  .pt-40-md {
    padding-top: 40px;
  }
  .pr-40-md {
    padding-right: 40px;
  }
  .pb-40-md {
    padding-bottom: 40px;
  }
  .pl-40-md {
    padding-left: 40px;
  }
  .p-50-md {
    padding: 50px;
  }
  .pt-50-md {
    padding-top: 50px;
  }
  .pr-50-md {
    padding-right: 50px;
  }
  .pb-50-md {
    padding-bottom: 50px;
  }
  .pl-50-md {
    padding-left: 50px;
  }
  .p-60-md {
    padding: 60px;
  }
  .pt-60-md {
    padding-top: 60px;
  }
  .pr-60-md {
    padding-right: 60px;
  }
  .pb-60-md {
    padding-bottom: 60px;
  }
  .pl-60-md {
    padding-left: 60px;
  }
  .p-70-md {
    padding: 70px;
  }
  .pt-70-md {
    padding-top: 70px;
  }
  .pr-70-md {
    padding-right: 70px;
  }
  .pb-70-md {
    padding-bottom: 70px;
  }
  .pl-70-md {
    padding-left: 70px;
  }
  .p-80-md {
    padding: 80px;
  }
  .pt-80-md {
    padding-top: 80px;
  }
  .pr-80-md {
    padding-right: 80px;
  }
  .pb-80-md {
    padding-bottom: 80px;
  }
  .pl-80-md {
    padding-left: 80px;
  }
  .p-90-md {
    padding: 90px;
  }
  .pt-90-md {
    padding-top: 90px;
  }
  .pr-90-md {
    padding-right: 90px;
  }
  .pb-90-md {
    padding-bottom: 90px;
  }
  .pl-90-md {
    padding-left: 90px;
  }
  .p-100-md {
    padding: 100px;
  }
  .pt-100-md {
    padding-top: 100px;
  }
  .pr-100-md {
    padding-right: 100px;
  }
  .pb-100-md {
    padding-bottom: 100px;
  }
  .pl-100-md {
    padding-left: 100px;
  }
}
@media (min-width: 992px) {
  .p-0-lg {
    padding: 0px;
  }
  .pt-0-lg {
    padding-top: 0px;
  }
  .pr-0-lg {
    padding-right: 0px;
  }
  .pb-0-lg {
    padding-bottom: 0px;
  }
  .pl-0-lg {
    padding-left: 0px;
  }
  .p-10-lg {
    padding: 10px;
  }
  .pt-10-lg {
    padding-top: 10px;
  }
  .pr-10-lg {
    padding-right: 10px;
  }
  .pb-10-lg {
    padding-bottom: 10px;
  }
  .pl-10-lg {
    padding-left: 10px;
  }
  .p-20-lg {
    padding: 20px;
  }
  .pt-20-lg {
    padding-top: 20px;
  }
  .pr-20-lg {
    padding-right: 20px;
  }
  .pb-20-lg {
    padding-bottom: 20px;
  }
  .pl-20-lg {
    padding-left: 20px;
  }
  .p-30-lg {
    padding: 30px;
  }
  .pt-30-lg {
    padding-top: 30px;
  }
  .pr-30-lg {
    padding-right: 30px;
  }
  .pb-30-lg {
    padding-bottom: 30px;
  }
  .pl-30-lg {
    padding-left: 30px;
  }
  .p-40-lg {
    padding: 40px;
  }
  .pt-40-lg {
    padding-top: 40px;
  }
  .pr-40-lg {
    padding-right: 40px;
  }
  .pb-40-lg {
    padding-bottom: 40px;
  }
  .pl-40-lg {
    padding-left: 40px;
  }
  .p-50-lg {
    padding: 50px;
  }
  .pt-50-lg {
    padding-top: 50px;
  }
  .pr-50-lg {
    padding-right: 50px;
  }
  .pb-50-lg {
    padding-bottom: 50px;
  }
  .pl-50-lg {
    padding-left: 50px;
  }
  .p-60-lg {
    padding: 60px;
  }
  .pt-60-lg {
    padding-top: 60px;
  }
  .pr-60-lg {
    padding-right: 60px;
  }
  .pb-60-lg {
    padding-bottom: 60px;
  }
  .pl-60-lg {
    padding-left: 60px;
  }
  .p-70-lg {
    padding: 70px;
  }
  .pt-70-lg {
    padding-top: 70px;
  }
  .pr-70-lg {
    padding-right: 70px;
  }
  .pb-70-lg {
    padding-bottom: 70px;
  }
  .pl-70-lg {
    padding-left: 70px;
  }
  .p-80-lg {
    padding: 80px;
  }
  .pt-80-lg {
    padding-top: 80px;
  }
  .pr-80-lg {
    padding-right: 80px;
  }
  .pb-80-lg {
    padding-bottom: 80px;
  }
  .pl-80-lg {
    padding-left: 80px;
  }
  .p-90-lg {
    padding: 90px;
  }
  .pt-90-lg {
    padding-top: 90px;
  }
  .pr-90-lg {
    padding-right: 90px;
  }
  .pb-90-lg {
    padding-bottom: 90px;
  }
  .pl-90-lg {
    padding-left: 90px;
  }
  .p-100-lg {
    padding: 100px;
  }
  .pt-100-lg {
    padding-top: 100px;
  }
  .pr-100-lg {
    padding-right: 100px;
  }
  .pb-100-lg {
    padding-bottom: 100px;
  }
  .pl-100-lg {
    padding-left: 100px;
  }
}
/*Borders*/
.background-evidence {
  background-color: rgba(0, 0, 0, 0.06);
}
.border-1-transparent {
  border: 1px solid transparent;
}
.border-0 {
  border: none;
}
.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.border-2 {
  border: 2px solid rgba(0, 0, 0, 0.15);
}
.border-3 {
  border: 3px solid rgba(0, 0, 0, 0.15);
}
.border-1-dashed {
  border: 1px dashed rgba(0, 0, 0, 0.15);
}
.border-top-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.border-left-1 {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.border-right-1 {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.border-bottom-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.border-bottom-3 {
  border-bottom: 3px solid rgba(0, 0, 0, 0.06);
}
/*Shadow*/
.no-drop-shadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*Display*/
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
}
.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
}
.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-grow-0 {
  -ms-flex-positive: 0!important;
  flex-grow: 0!important;
}
.flex-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0!important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1!important;
  flex-shrink: 1!important;
}
/* Flex Alignment*/
.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.align-items-baseline {
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important;
}
.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}
.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-box-pack: distribute!important;
  -ms-flex-pack: distribute!important;
  justify-content: space-around !important;
}
/*Order*/
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
/*Image*/
.object-fit {
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  object-fit: cover;
}
.object-position {
  object-position: top center;
}
.image-rendering {
  image-rendering: pixelated;
}
/** Animation  **/
/** FadeIn animation  **/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/** Fade In Down **/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/** Fade In Top **/
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}
/** FadeOut animation  **/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/** Fade Out Up **/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
/** Fade Out Down **/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes arrowSlide {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 8px -8px;
  }
  50.1% {
    background-position: -8px 8px;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes arrowSlide {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 8px -8px;
  }
  50.1% {
    background-position: -8px 8px;
  }
  100% {
    background-position: 0 0;
  }
}
.arrowSlide {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes strokeAnime {
  0% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 100;
  }
}
@keyframes strokeAnime {
  0% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 100;
  }
}
.strokeAnime {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
/*		BlockGrid 		*/
/* BLOCKGRID */
[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0 .9375rem;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > * {
  display: inline;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}
.block-grid-xs-1 > * {
  width: 100%;
}
.block-grid-xs-1 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-1 > *:nth-of-type(1n+1) {
  clear: both;
}
.block-grid-xs-2 > * {
  width: 50%;
}
.block-grid-xs-2 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-2 > *:nth-of-type(2n+1) {
  clear: both;
}
.block-grid-xs-3 > * {
  width: 33.333333333333336%;
}
.block-grid-xs-3 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-3 > *:nth-of-type(3n+1) {
  clear: both;
}
.block-grid-xs-4 > * {
  width: 25%;
}
.block-grid-xs-4 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-4 > *:nth-of-type(4n+1) {
  clear: both;
}
.block-grid-xs-5 > * {
  width: 20%;
}
.block-grid-xs-5 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-5 > *:nth-of-type(5n+1) {
  clear: both;
}
.block-grid-xs-6 > * {
  width: 16.666666666666668%;
}
.block-grid-xs-6 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-6 > *:nth-of-type(6n+1) {
  clear: both;
}
.block-grid-xs-7 > * {
  width: 14.285714285714286%;
}
.block-grid-xs-7 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-7 > *:nth-of-type(7n+1) {
  clear: both;
}
.block-grid-xs-8 > * {
  width: 12.5%;
}
.block-grid-xs-8 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-8 > *:nth-of-type(8n+1) {
  clear: both;
}
.block-grid-xs-9 > * {
  width: 11.11111111111111%;
}
.block-grid-xs-9 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-9 > *:nth-of-type(9n+1) {
  clear: both;
}
.block-grid-xs-10 > * {
  width: 10%;
}
.block-grid-xs-10 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-10 > *:nth-of-type(10n+1) {
  clear: both;
}
.block-grid-xs-11 > * {
  width: 9.090909090909092%;
}
.block-grid-xs-11 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-11 > *:nth-of-type(11n+1) {
  clear: both;
}
.block-grid-xs-12 > * {
  width: 8.333333333333334%;
}
.block-grid-xs-12 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-12 > *:nth-of-type(12n+1) {
  clear: both;
}
@media (min-width: 768px) {
  .block-grid-sm-1 > * {
    width: 100%;
  }
  .block-grid-sm-1 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-1 > *:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-sm-2 > * {
    width: 50%;
  }
  .block-grid-sm-2 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-2 > *:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-sm-3 > * {
    width: 33.333333333333336%;
  }
  .block-grid-sm-3 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-3 > *:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-sm-4 > * {
    width: 25%;
  }
  .block-grid-sm-4 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-4 > *:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-sm-5 > * {
    width: 20%;
  }
  .block-grid-sm-5 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-5 > *:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-sm-6 > * {
    width: 16.666666666666668%;
  }
  .block-grid-sm-6 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-6 > *:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-sm-7 > * {
    width: 14.285714285714286%;
  }
  .block-grid-sm-7 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-7 > *:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-sm-8 > * {
    width: 12.5%;
  }
  .block-grid-sm-8 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-8 > *:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-sm-9 > * {
    width: 11.11111111111111%;
  }
  .block-grid-sm-9 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-9 > *:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-sm-10 > * {
    width: 10%;
  }
  .block-grid-sm-10 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-10 > *:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-sm-11 > * {
    width: 9.090909090909092%;
  }
  .block-grid-sm-11 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-11 > *:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-sm-12 > * {
    width: 8.333333333333334%;
  }
  .block-grid-sm-12 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .block-grid-md-1 > * {
    width: 100%;
  }
  .block-grid-md-1 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-1 > *:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-md-2 > * {
    width: 50%;
  }
  .block-grid-md-2 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-2 > *:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-md-3 > * {
    width: 33.333333333333336%;
  }
  .block-grid-md-3 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-3 > *:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-md-4 > * {
    width: 25%;
  }
  .block-grid-md-4 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-4 > *:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-md-5 > * {
    width: 20%;
  }
  .block-grid-md-5 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-5 > *:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-md-6 > * {
    width: 16.666666666666668%;
  }
  .block-grid-md-6 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-6 > *:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-md-7 > * {
    width: 14.285714285714286%;
  }
  .block-grid-md-7 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-7 > *:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-md-8 > * {
    width: 12.5%;
  }
  .block-grid-md-8 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-8 > *:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-md-9 > * {
    width: 11.11111111111111%;
  }
  .block-grid-md-9 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-9 > *:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-md-10 > * {
    width: 10%;
  }
  .block-grid-md-10 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-10 > *:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-md-11 > * {
    width: 9.090909090909092%;
  }
  .block-grid-md-11 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-11 > *:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-md-12 > * {
    width: 8.333333333333334%;
  }
  .block-grid-md-12 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .block-grid-lg-1 > * {
    width: 100%;
  }
  .block-grid-lg-1 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-1 > *:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-lg-2 > * {
    width: 50%;
  }
  .block-grid-lg-2 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-2 > *:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-lg-3 > * {
    width: 33.333333333333336%;
  }
  .block-grid-lg-3 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-3 > *:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-lg-4 > * {
    width: 25%;
  }
  .block-grid-lg-4 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-4 > *:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-lg-5 > * {
    width: 20%;
  }
  .block-grid-lg-5 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-5 > *:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-lg-6 > * {
    width: 16.666666666666668%;
  }
  .block-grid-lg-6 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-6 > *:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-lg-7 > * {
    width: 14.285714285714286%;
  }
  .block-grid-lg-7 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-7 > *:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-lg-8 > * {
    width: 12.5%;
  }
  .block-grid-lg-8 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-8 > *:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-lg-9 > * {
    width: 11.11111111111111%;
  }
  .block-grid-lg-9 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-9 > *:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-lg-10 > * {
    width: 10%;
  }
  .block-grid-lg-10 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-10 > *:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-lg-11 > * {
    width: 9.090909090909092%;
  }
  .block-grid-lg-11 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-11 > *:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-lg-12 > * {
    width: 8.333333333333334%;
  }
  .block-grid-lg-12 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Compless customization */
/* Icon customization */
@font-face {
  font-family: 'FontAwesome';
  src: url('icons/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('icons/font-awesome/fontawesome-webfont.eot?v=4.7.0#iefix') format('embedded-opentype'), url('icons/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('icons/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('icons/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('icons/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/************************************************
*					Generali					*
************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}
html {
  font-size: 10px;
  width: 100%;
  font-family: "Johnnie";
  font-style: inherit;
  font-weight: inherit;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: auto;
}
body {
  width: 100%;
  font-family: "Johnnie";
  font-style: inherit;
  font-weight: inherit;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: auto;
  font-size: 1.200rem;
  line-height: 1.4;
  cursor: default;
  text-align: center;
  margin: 0 auto;
  overflow-x: hidden;
  background: #ffffff;
  transition: background 1s ease;
}
a {
  text-decoration: none;
  color: #111111;
  outline: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
a:hover {
  color: #c9a96a;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
a:focus {
  color: #c9a96a;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.relative {
  position: relative;
  z-index: 1;
}
/** 	Link Generico	 **/
#panelBox #panelContentText a:not([class]),
#panelBox #panelContentTextExt a:not([class]) {
  text-decoration: underline;
}
/************		Rev Slider		************/
@media only screen and (max-width: 768px) {
  .rev_slider .tp-bgimg.defaultimg {
    background-image: url('../images/header-bg_mobile.png') !important;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
}
/************		Home		************/
#home {
  position: relative;
}
@media (min-width: 2000px) {
  #home {
    max-width: 1920px;
  }
}
#home.bg-image {
  background: url('../images/header-bg.png') no-repeat center center / cover;
}
@media only screen and (max-width: 768px) {
  #home.bg-image {
    background: url('../images/header-bg_mobile.png') no-repeat center center / cover !important;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
}
#home .logo {
  padding: 55px 15px;
  margin-bottom: 0;
}
#home .title {
  padding-bottom: 35px;
  margin-bottom: 0;
}
#myAnchor1 {
  position: relative;
  overflow: hidden;
  background: #8ca198;
  padding-bottom: 1050px;
}
@media (min-width: 2000px) {
  #myAnchor1 {
    max-width: 1920px;
  }
}
@media (max-width: 768px) {
  #myAnchor1 {
    padding: 0;
  }
}
#myAnchor1 .breadcrumbs_panel {
  padding: 60px 0;
}
@media (max-width: 768px) {
  #myAnchor1 .breadcrumbs_panel {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    padding: 45px 0 15px;
  }
}
#myAnchor1 .breadcrumbs_panel .breadcrumbs {
  font-weight: normal;
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 2px;
}
#myAnchor1 .breadcrumbs_panel a {
  color: #ffffff;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#myAnchor1 .breadcrumbs_panel a:hover {
  color: rgba(255, 255, 255, 0.65);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#myAnchor1 .panel_text {
  font-weight: 300;
  font-size: 36px;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 25px 0;
}
@media (max-width: 768px) {
  #myAnchor1 .panel_text {
    font-size: 18px;
    padding: 30px;
    padding-right: 60px;
  }
}
#myAnchor1 .panel_text .title_event {
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #myAnchor1 .panel_text .title_event {
    font-size: 18px;
    font-weight: 500;
  }
}
#myAnchor1 .panel_text .normal {
  font-weight: normal;
}
#myAnchor1 .countdown_text {
  padding: 25px 0;
}
@media (max-width: 768px) {
  #myAnchor1 .countdown_text {
    padding: 30px;
  }
}
#myAnchor1 .countdown_text .smalltext {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  #myAnchor1 .countdown_text .smalltext {
    font-size: 12px;
  }
}
#myAnchor1 .countdown_text .days,
#myAnchor1 .countdown_text .hours,
#myAnchor1 .countdown_text .minutes {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
#myAnchor1 .countdown_text .days span,
#myAnchor1 .countdown_text .hours span,
#myAnchor1 .countdown_text .minutes span {
  display: flex;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  width: 58px;
  height: 58px;
  background: #ffffff;
  border-radius: 50%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #8ca198;
}
@media (max-width: 768px) {
  #myAnchor1 .countdown_text .days span,
  #myAnchor1 .countdown_text .hours span,
  #myAnchor1 .countdown_text .minutes span {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
#myAnchor1 .countdown_text .days span + span,
#myAnchor1 .countdown_text .hours span + span,
#myAnchor1 .countdown_text .minutes span + span {
  margin-left: 5px;
}
#myAnchor1 .countdown_text .clockinner + .clockinner {
  margin-left: 30px;
}
#myAnchor1 .news_text {
  padding: 60px 0;
}
@media (max-width: 768px) {
  #myAnchor1 .news_text {
    padding: 30px;
  }
}
#myAnchor1 .news_text .data_text {
  text-align: left;
}
#myAnchor1 .news_text .data_text .h3_title {
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-size: 52px;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: left;
}
@media (max-width: 768px) {
  #myAnchor1 .news_text .data_text .h3_title {
    font-size: 30px;
    font-weight: 400;
  }
}
#myAnchor1 .news_text .data_text .h3_title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 0.25rem;
  transform: translateY(-5px);
  transition: right 300ms ease;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  #myAnchor1 .news_text .data_text .h3_title:after {
    transform: translateY(0);
  }
}
#myAnchor1 .news_text .content_text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding-top: 50px;
}
@media (max-width: 768px) {
  #myAnchor1 .news_text .content_text {
    font-size: 12px;
    font-weight: normal;
    padding-top: 20px;
  }
}
#myAnchor1 .news_text .content_text_carousel {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: none;
  text-align: left;
  padding-top: 20px;
}
#myAnchor1 .news_text .swipe_text {
  padding: 60px 0 0;
}
@media (max-width: 768px) {
  #myAnchor1 .news_text .swipe_text {
    padding: 30px 0;
  }
}
#myAnchor1 .news_text .slide .title {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #myAnchor1 .news_text .slide .title {
    font-size: 14px;
  }
}
#myAnchor1 .news_text .slide .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  #myAnchor1 .news_text .slide .subtitle {
    font-size: 12px;
    font-weight: 500;
  }
}
#myAnchor1 .news_text .slide .text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #myAnchor1 .news_text .slide .text {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (max-width: 768px) {
  #myAnchor1 > .container.container-xl {
    padding-bottom: 200px;
  }
  #myAnchor1 .back_img_1 {
    width: 100%;
    top: 200px !important;
    left: 25px !important;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
  #myAnchor1 .back_img_2 {
    width: 100%;
  }
}
#myAnchor2 {
  position: relative;
  overflow: hidden;
  background: #a5b6ac;
  padding: 30px 0 45px;
  min-height: 800px;
}
@media (min-width: 2000px) {
  #myAnchor2 {
    max-width: 1920px;
  }
}
@media (max-width: 768px) {
  #myAnchor2 {
    padding: 30px;
    min-height: 400px;
  }
}
#myAnchor2 .news_text {
  padding: 90px 0 60px;
}
@media (max-width: 768px) {
  #myAnchor2 .news_text {
    padding: 20px 0;
  }
}
#myAnchor2 .news_text .data_text {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  #myAnchor2 .news_text .data_text {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
  }
}
#myAnchor2 .news_text .content_text {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
}
#myAnchor2 .news_text .content_text b {
  font-weight: normal;
}
@media (max-width: 768px) {
  #myAnchor2 .news_text .content_text {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (max-width: 768px) {
  #myAnchor2 {
    padding-bottom: 200px;
  }
  #myAnchor2 .back_img_1 {
    width: 100%;
    bottom: 0;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
}
.footer-area {
  position: relative;
  overflow: hidden;
  background: #8ca198;
  padding: 50px 0 90px;
}
@media (min-width: 2000px) {
  .footer-area {
    max-width: 1920px;
  }
}
@media (max-width: 991px) {
  .footer-area #footer_container {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}
.footer-area .info_panel {
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  padding-right: 100px;
}
@media (max-width: 991px) {
  .footer-area .info_panel {
    font-size: 12px;
    padding: 15px 30px;
  }
}
.footer-area .info_panel a {
  color: #ffffff;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.footer-area .info_panel a:hover {
  color: rgba(255, 255, 255, 0.65);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.footer-area .address_panel {
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  padding-right: 100px;
}
@media (max-width: 991px) {
  .footer-area .address_panel {
    padding: 15px 30px;
  }
}
.footer-area .social_panel {
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  margin-left: auto;
}
@media (max-width: 991px) {
  .footer-area .social_panel {
    margin-left: 0;
    padding: 15px 30px;
  }
}
.footer-area .social_panel .footer-social {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
  padding-top: 10px;
}
.footer-area .social_panel .socialItem {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  border: 0;
  -webkit-text-fill-color: inherit;
  border-radius: 0;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 1;
  opacity: 1;
  margin: 0;
  padding: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media (max-width: 991px) {
  .footer-area .social_panel .socialItem {
    width: 20px;
    height: 20px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
}
.footer-area .social_panel .socialItem.soc-facebook:before {
  content: "\F344";
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .footer-area .social_panel .socialItem.soc-facebook:before {
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
}
.footer-area .social_panel .socialItem.soc-twitter:before {
  content: "\F8DB";
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .footer-area .social_panel .socialItem.soc-twitter:before {
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
}
.footer-area .social_panel .socialItem.soc-instagram:before {
  content: "\F437";
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .footer-area .social_panel .socialItem.soc-instagram:before {
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
}
.footer-area .social_panel .socialItem.soc-linkedin:before {
  content: "\F472";
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .footer-area .social_panel .socialItem.soc-linkedin:before {
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
}
.footer-area .social_panel .socialItem.soc-envelope:before {
  content: "\F32C";
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .footer-area .social_panel .socialItem.soc-envelope:before {
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
}
.footer-area .social_panel .socialItem:hover {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.footer-area .social_panel .socialItem + .socialItem {
  margin-left: 2.500rem;
}
/* 		Owl Carousel 	 */
.owl-carousel {
  /*	On Hover Navigation 	*/
}
.owl-carousel ul {
  list-style: none;
}
.owl-carousel .owl-item img {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-carousel .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  /*Next*/
}
.owl-carousel .owl-nav [class*="owl-"] {
  color: #ffffff;
  font-size: 14px;
  padding: 7px;
  background: rgba(255, 255, 255, 0.35);
  border: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #ffffff;
  border: 0;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-carousel .owl-nav .disabled {
  cursor: default;
}
.owl-carousel .owl-nav .disabled:hover:before {
  background: #423e3f;
}
.owl-carousel .owl-nav .owl-next {
  margin-right: 0;
  right: -60px;
}
.owl-carousel .owl-nav .owl-next span {
  display: none;
}
.owl-carousel .owl-nav .owl-next:before {
  /* content: "\e824"; */
  content: "";
  background: #ffffff no-repeat center;
  background-size: 50% 50%;
  -webkit-mask-image: url("../images/svg/right-arrow.svg");
  mask-image: url("../images/svg/right-arrow.svg");
  mask-repeat: space round, no-repeat;
  opacity: 1;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-carousel .owl-nav .owl-next:hover:before {
  /* content: "\e824"; */
  background: #8ca198 no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-carousel .owl-nav .owl-prev {
  margin-left: 0;
  left: -60px;
}
.owl-carousel .owl-nav .owl-prev span {
  display: none;
}
.owl-carousel .owl-nav .owl-prev:before {
  /* content: "\e824"; */
  content: "";
  background: #ffffff no-repeat center;
  background-size: 50% 50%;
  -webkit-mask-image: url("../images/svg/left-arrow.svg");
  mask-image: url("../images/svg/left-arrow.svg");
  mask-repeat: space round, no-repeat;
  opacity: 1;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-carousel .owl-nav .owl-prev:hover:before {
  /* content: "\e824"; */
  background: #8ca198 no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-carousel .owl-prev {
  background: rgba(17, 17, 17, 0.45);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block !important;
  border-radius: 50%;
  border: 0px solid #111111;
}
.owl-carousel .owl-next {
  background: rgba(17, 17, 17, 0.45);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -25px;
  display: block !important;
  border-radius: 50%;
  border: 0px solid black;
}
.owl-carousel .owl-prev i,
.owl-carousel .owl-next i {
  transform: scale(2);
  color: #ffffff;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  opacity: 0 !important;
}
.owl-carousel:hover .owl-nav .owl-prev {
  opacity: 1 !important;
}
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1 !important;
}
.owl-carousel:hover .owl-nav .disabled {
  opacity: 0.5 !important;
}
.owl-carousel .owl-nav.disabled .owl-dots {
  margin-top: 10px;
}
.owl-carousel .owl-dots {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 2px;
  background: #111111;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .owl-carousel .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px;
  }
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #c9a96a;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #c9a96a;
}
/****************************************************
*				Mobile Visualizzazioni				*
*****************************************************/
/* Visualizzazione Ipad */
@media screen and (max-width: 991px) {
  /***************      Header      ****************/
  #header #pnavmenu {
    padding-top: 1.000rem;
  }
  #header .headerBoxLeft {
    left: 15px;
  }
  #header .headerBoxRight {
    right: 15px;
  }
  #header-wrap {
    height: auto;
  }
  /***************      Panel Header      ****************/
  #panelContainerExt #panelHeader {
    width: 100%;
  }
  /***************      Homepage Slider      ****************/
  /* Homepage Slider*/
  #full-width-slider {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: none !important;
  }
  .rsMinW .rsBullets {
    display: none !important;
  }
  .scrollHome,
  .rsSlideCount,
  .rsArrow {
    display: none !important;
  }
  .rsABlock {
    left: 5% !important;
    right: 5% !important;
    bottom: auto !important;
    top: 20% !important;
    height: auto !important;
    width: auto !important;
    overflow: auto !important;
    margin: auto !important;
    padding: auto !important;
    text-align: center !important;
  }
  .infoBlockTop {
    display: block !important;
    position: relative !important;
    right: 0 !important;
  }
  .infoBlockBottom .calendLink {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10% !important;
  }
  .rsMinW .rsBullets {
    bottom: 3%;
  }
  /***************      Calendario Homepage Aste      ****************/
  #introCalendar {
    width: 100% !important;
  }
  #introContainer div.top {
    padding-top: 50px !important;
  }
  #introContainer div.bottom {
    padding-top: 50px !important;
  }
  .list_carousel_calendar.auctions h4.titlecarousel {
    padding: 0 !important;
    text-align: center !important;
  }
  .list_carousel_calendar.auctions .calendarBoxHome .boxLeft {
    width: 100% !important;
    height: 230px;
    display: block;
    float: none !important;
    position: relative;
    z-index: 1;
    font-size: 8pt;
    padding: 0 25px !important;
    margin: 21px 0 0;
    text-align: center;
    right: 0 !important;
    left: 0 !important;
  }
  .list_carousel_calendar.auctions .calendarBoxHome .title {
    padding: 0 60px !important;
  }
  .calendarBoxHome img {
    width: 100% !important;
  }
  .boxCalendarContainer {
    margin: 50px 0 0;
  }
  .list_carousel_calendar h4.titlecarousel {
    padding: 0 !important;
    text-align: center !important;
  }
  #panelPagination {
    height: auto !important;
    right: 0 !important;
    top: 5px !important;
    left: 0 !important;
  }
  #calendar_home_exhibitions li {
    background: none transparent !important;
  }
  /***************      Header Ricerca      ****************/
  .searchDivMainInput {
    padding-top: 20% !important;
  }
  .searchDivMainInputField {
    font-size: 1.6rem !important;
  }
  .searchDivMainInputLabelContent {
    font-size: 1.6rem !important;
    top: 35% !important;
    height: auto;
  }
  #psearch div.ricerca_in {
    padding-top: 5% !important;
  }
  #psearch div.ricerca_invia {
    padding-top: 5%;
  }
  /***************      Calendario Aste      ****************/
  /***************      Dettaglio Asta      ****************/
  #dettaglioAsta {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  #dettaglioAsta img {
    width: 100%;
    height: auto;
  }
  #dettaglioAsta .asteListImg img {
    width: 100%;
    height: auto;
  }
  .lotPagingContainer {
    width: 100%;
    display: block !important;
  }
  .lotPagingContainer .leftBox {
    width: 100%;
  }
  .lotPagingContainer .rightBox {
    width: 100%;
    text-align: left;
  }
  .lotViewsContainer .rightBox .viewsDiv {
    padding-right: 0;
  }
  #lotListGridContainer .lotItemList {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    text-align: left;
  }
  #lotListGridContainer .lotItemList .contentPanel {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #lotListGridContainer .lotItemList .preview {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #lotListGridContainer .lotItemList .buttons {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .lotListContainer .lotItemList {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    text-align: left;
    padding: 1.500rem;
  }
  .lotListContainer .lotItemList .containerLotItemNew {
    display: block;
    text-align: left;
  }
  .lotListContainer .lotItemList .containerLotItemNew .image-holder-list img {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 200px;
  }
  .lotListContainer .lotItemList .content .titleOpera {
    padding: 0 0 0.750rem;
  }
  .lotListContainer .lotItemList .content {
    padding: 1.000rem 0 0.750rem;
  }
  .lotListContainer .lotItemList .buttons {
    padding: 1.500rem 0;
  }
  .lotListContainer .lotItemList .buttons .btn {
    width: auto;
  }
  .lotListContainer .lotItemList .preview {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .lotGridContainer .lotItemList .containerLotItemNew {
    display: block;
  }
  .lotGridContainer .lotItemList .preview .image-holder-list {
    height: 220px;
  }
  .lotGridContainer .lotItemList .preview img {
    width: 100%;
    height: auto;
    max-width: 180px;
    max-height: 180px;
  }
  .dettLot {
    display: block;
  }
  #dettLotContainer {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    text-align: left;
  }
  #dettLotCenter {
    width: 100%;
  }
  #dettLotSx {
    order: 2;
    -webkit-order: 2;
    -mozorder: 2;
    padding: 2.500rem 1.500rem;
  }
  #dettLotSx #datiLotto {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #dettLotDx {
    order: 3;
    -webkit-order: 3;
    -mozorder: 3;
    padding: 0.500rem 1.500rem 2.500rem 1.500rem;
  }
  .stageImg {
    display: block !important;
  }
  #carousel-wrapper .caroufredsel_wrapper {
    margin: 0 auto !important;
  }
  #thumbs-wrapper .caroufredsel_wrapper_thumb {
    margin: 0 auto !important;
    right: 0 !important;
    left: 0 !important;
  }
  /***************      Asta     ****************/
  .asteListContainer .pulsantieraAsta {
    padding: 1.500rem 0;
  }
  .contConsole {
    padding: 1.500rem 0;
  }
  .lotsConsole #psearchConsole div.sb-search {
    position: relative;
    width: 100%;
    min-width: inherit;
    float: none;
    border: none;
  }
  /***************      Template Standard      ****************/
  #panelContent {
    padding: 2.500rem 15px;
    margin: 0;
  }
  #panelLinkPrint {
    display: none;
  }
  #panelContentRight {
    margin-left: 0;
    margin-bottom: 3.500rem;
  }
  .image-holder {
    min-width: auto;
  }
  #panelContentRight img {
    width: 100%;
  }
  div.imgzoom {
    margin: 0 auto;
  }
  /***************      Template Standard      ****************/
  .image-holder {
    width: 100% !important;
    height: auto;
  }
  .image-holder img {
    width: 100% !important;
    height: auto !important;
  }
  /***************      Dipartimenti      ****************/
  .refDipContainer {
    float: none !important;
  }
  .refDipContainer #panelContentRight img {
    width: 100%;
  }
  .refDipContainer .refListImgDett img {
    width: 100%;
  }
  .refDipContainer .refDett .text {
    word-break: break-word;
  }
  /***************      Vendere     ****************/
  .googlemapContainer {
    width: 100% !important;
  }
  /***************      Vendere     ****************/
  .testoInternoVendita .venderePanel .vendereCol-4 {
    width: 50%;
  }
  .testoInternoVendita h2 {
    margin-bottom: 20px;
  }
  .testoInternoVendita .venderePanel .btn {
    white-space: normal;
    height: 120px;
  }
  .testoInternoVendita .itemImgInternoVendita {
    margin-bottom: 20px;
  }
  /***************     Case Aste      ****************/
  .caseAsta {
    display: block ;
    clear: both;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.500rem;
  }
  .caseAsta:after {
    content: "";
    clear: both;
    width: 100%;
    display: block;
  }
  /***************      Menu Nav      ****************/
  /***************      Menu Top     ****************/
  #header .topmenu ul.subnavmenu {
    min-width: 20.000rem;
    right: 0;
  }
  /***************      Nav Fixed      ****************/
  .navFixed .navmenu li.top a {
    letter-spacing: 0rem;
  }
  /***************      Menu Left     ****************/
  #panelMenuSx {
    padding-left: 0;
  }
  /***************     Container Box     ****************/
  #panelContainerBox {
    padding-right: 0;
  }
  /***************      Footer      ****************/
  #footer #footerContainer {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  #footer #footerContainer .box_first {
    padding-bottom: 2.500rem;
    text-align: center;
  }
  #footer #footerContainer .box_third {
    padding: 1.500rem;
  }
  #footer #footerContainer .box_fourth {
    padding: 1.500rem;
  }
  #footer .box_copyright {
    text-align: center;
  }
}
/* Visualizzazione Mobile */
@media screen and (max-width: 767px) {
  /*@media only screen and (min-width:320px) and (max-width:760px){
*/
  /*		Preloading		*/
  #jpreSlide {
    left: 0  !important;
    right: 0  !important;
  }
  #jpreSlide img {
    width: 100%;
  }
  /* Header */
  #header {
    padding-left: 1.500rem;
    padding-right: 1.500rem;
  }
  #header {
    z-index: 10;
    white-space: inherit;
    position: relative;
    height: auto !important;
  }
  #wrapperHome #header {
    z-index: 1000;
    height: auto;
  }
  #headerBottom {
    display: none;
  }
  #wrapperHome #searchPanel {
    display: none !important;
  }
  #header #userPanel {
    display: none !important;
  }
  /* Nav Fixed */
  .navFixed {
    display: none !important;
  }
  /* Header Logo */
  #header .testata .logo {
    height: 50px;
  }
  #header #pnavmenu {
    padding-top: 1.000rem;
  }
  #header .headerBoxLeft {
    left: 15px;
  }
  #header .headerBoxRight {
    right: 15px;
  }
  #wrapperHome.testoChiaro #section0 #header .logo a {
    background-size: contain;
  }
  /* Sub Header */
  #subHeader {
    display: none;
  }
  /* Header Menu Languages */
  /*   #header .languages { position: relative; vertical-align: top; text-align: center; width:100%; top:0; right:0; left:0; } */
  #header #pmyuserpanel {
    display: none;
  }
  /* Header Ricerca */
  .sb-search {
    min-width: 310px;
  }
  #header .topMenuStatic {
    display: none !important;
  }
  #header .menuStick .SearchTrigger.button {
    margin-left: 10px;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
  }
  #header .menuStick .SearchTrigger.button {
    background-color: transparent;
    background-image: url("/img-main/zoom.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 26px;
    height: 14px;
    top: 0;
    left: 50%;
    position: absolute;
    display: inline-block;
    padding: 0.300rem 0.1rem 0.300rem 0.1rem;
    line-height: 1.125rem;
    cursor: pointer;
  }
  /* Header Ricerca */
  .searchDivMainInput {
    padding-top: 20% !important;
  }
  .searchDivMainInputField {
    font-size: 1.6rem !important;
  }
  .searchDivMainInputLabelContent {
    font-size: 1.6rem !important;
    top: 35% !important;
    height: auto;
  }
  #header .checkSearch {
    display: inline-block;
    white-space: normal;
  }
  #psearch div.ricerca_in {
    padding-top: 5% !important;
    white-space: normal;
  }
  #psearch div.ricerca_invia {
    padding-top: 5%;
  }
  /* Header Menu Principale */
  #header #ptopmenu {
    display: none;
  }
  #header #pnavmenu {
    display: none;
  }
  #header #psearch.appear {
    display: block;
  }
  #header .headerBoxLeft {
    display: none;
  }
  #psearchHome {
    margin: 0rem !important;
    padding: 1.500rem 0 1.500rem !important;
  }
  #psearchHome .searchHomeInput {
    width: 100% !important;
    min-width: inherit !important;
  }
  #psearchHome .searchHomeRadio {
    padding: 2.000rem 4.500rem;
  }
  #psearchHomeContent {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 3.500rem 0 4.500rem !important;
  }
  #header .languages {
    display: none;
  }
  #header .menuStick,
  .menuStick {
    display: block !important;
    position: relative;
    padding: 0.500rem;
    padding-bottom: 0.500rem;
    padding-left: 1.500rem;
    padding-right: 1.500rem;
  }
  #header .menuStick .slicknav_menu .slicknav_nav {
    padding-top: 1.000rem;
    padding-bottom: 1.500rem;
    padding-left: 0;
    padding-right: 0;
  }
  #header .menuStick .slicknav_menu ul.navmenu li.top {
    display: block;
    float: none !important;
  }
  #header .menuStick .slicknav_menu ul.navmenu li.separtopmenu {
    display: none;
  }
  #header .menuStick .slicknav_menu ul.subnavmenu {
    position: relative;
    top: 0 !important;
    padding: 0 0 1.000rem;
    margin-bottom: 0;
    border: 0;
  }
  #header .menuStick .topmenu h2 {
    font-family: inherit;
    color: inherit ;
    font-weight: normal;
    font-smooth: always;
    font-size: inherit;
  }
  #header .menuStick .slicknav_menu ul.subnavmenu li {
    text-align: center;
  }
  #header .menuStick .navmenu li.top a {
    font-size: 1.400rem;
  }
  #header .menuStick ul.subnavmenu {
    box-shadow: none !important;
  }
  #header .menuStick ul.subnavmenu li a {
    font-size: 1.200rem !important;
    padding: 0;
  }
  #header .menuStick .slicknav_menu ul.subnavmenu li a {
    color: rgba(0, 0, 0, 0.85);
  }
  #header .menuStick .slicknav_menu ul.subnavmenu li a:hover,
  #header .menuStick .slicknav_menu ul.subnavmenu li a:focus {
    color: rgba(0, 0, 0, 0.45);
  }
  #header .menuStick .slicknav_menu ul.subnavmenu li.titleMenu {
    color: rgba(0, 0, 0, 0.75);
  }
  #header .menuStick ul li h2 {
    padding: 0;
    display: inline-block;
    line-height: 17px;
  }
  #header .menuStick .slicknav_menu .navmenu li.top h2 a:after {
    display: none;
  }
  #header .menuStick .slicknav_menu ul.subnavmenu:before {
    content: "";
    background: transparent url("/img-main/riga.png") repeat-x scroll center bottom;
    position: relative;
    height: 1px;
    width: 8rem;
    margin-top: 0.500rem;
    margin-bottom: 0.750rem;
    display: inline-block;
    text-align: center;
  }
  #header .menuStick .slicknav_menu ul.subnavmenu:after {
    content: "";
    background: transparent url("/img-main/riga.png") repeat-x scroll center bottom;
    position: relative;
    height: 1px;
    width: 8rem;
    margin-top: 0.500rem;
    margin-bottom: 0.750rem;
    display: inline-block;
    text-align: center;
  }
  #header .menuStick .userPanelSlick:before {
    content: "";
    background: transparent url("/img-main/riga.png") repeat-x scroll center bottom;
    position: relative;
    height: 1px;
    width: 8rem;
    margin-top: 0.500rem;
    margin-bottom: 0.750rem;
    display: inline-block;
    text-align: center;
  }
  #header .menuStick .userPanelSlick:after {
    content: "";
    background: transparent url("/img-main/riga.png") repeat-x scroll center bottom;
    position: relative;
    height: 1px;
    width: 8rem;
    margin-top: 0.500rem;
    margin-bottom: 0.750rem;
    display: inline-block;
    text-align: center;
  }
  #header .menuStick .slicknav_menu div.my_panel_user {
    display: block;
    float: none;
    text-align: center;
  }
  #header .menuStick div.txtMyPanelUser {
    float: none;
  }
  #header .menuStick div.my_panel_user a {
    font-size: inherit;
    letter-spacing: 1px;
  }
  #header .menuStick div.txtMyPanelUser h4 {
    font-size: inherit;
    letter-spacing: 1px;
  }
  #header .menuStick .slicknav_menu .userpanel a {
    padding: 2px 10px;
  }
  #header .menuStick .slicknav_menu .userpanel .contMyP {
    padding: 1.500rem 0;
  }
  #header .menuStick .slicknav_menu .topmenu a {
    color: rgba(0, 0, 0, 0.75);
  }
  #header .menuStick .slicknav_menu a:hover {
    background: transparent;
  }
  #header .menuStick .slicknav_menu .userpanel a {
    font-family: 'RobotoBold';
    letter-spacing: 0.200rem;
  }
  /* Header Menu Ricerca */
  #header #ptopmenu {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: transparent !important;
  }
  div.txtMyPannello h4,
  #header #pmyuserpanel div.signin h4,
  #header #pmyuserpanel div.signin-out h4 a {
    font-family: inherit !important;
  }
  /* Link */
  #panelHeaderCalendar {
    height: auto  !important;
    width: 100% !important;
    padding-bottom: 10px !important;
  }
  #panelHeaderCalendar #panelPagination {
    right: auto !important;
    left: auto !important;
    display: inline-block !important;
    position: relative !important;
    width: 100%;
    top: auto !important;
  }
  #panelHeaderCalendar #panelTitleHome {
    right: auto !important;
    left: auto !important;
    display: inline-block !important;
    text-align: center !important;
  }
  /* Homepage Slider*/
  #full-width-slider {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: none !important;
  }
  .infoBlockTop .sliderTitle h1 .personalizedTop {
    font-size: 16pt  !important;
    line-height: 14pt  !important;
    padding-top: 10px  !important;
  }
  .infoBlockTop .sliderLuogo .personBlack {
    font-size: 12pt  !important;
    line-height: 11pt  !important;
  }
  .infoBlockTop .sliderLuogo .personColored {
    font-size: 10pt  !important;
    line-height: 9pt  !important;
  }
  .infoBlockTop .sliderTitle {
    padding-bottom: 2px;
  }
  .infoBlockTop .sliderTitle h1 {
    font-size: 16pt;
    line-height: 14pt;
    letter-spacing: -0.1pt;
    font-family: 'CorporateAMediumItalic';
    font-style: normal;
  }
  .infoBlockTop .sliderTitle h1 b {
    font-size: 12pt;
    line-height: 10pt;
    letter-spacing: 1pt;
    font-style: normal;
  }
  .infoBlockTop .sliderLuogo {
    font-size: 8pt;
    line-height: 7pt;
    text-transform: uppercase;
    letter-spacing: 1pt;
    color: #666666;
    color: rgba(0, 0, 0, 0.7);
  }
  .rsMinW .rsBullets {
    display: none !important;
  }
  .scrollHome,
  .rsSlideCount,
  .rsArrow {
    display: none !important;
  }
  .rsABlock {
    left: 5% !important;
    right: 5% !important;
    bottom: auto !important;
    top: 20% !important;
    height: auto !important;
    width: auto !important;
    overflow: auto !important;
    margin: auto !important;
    padding: auto !important;
    text-align: center !important;
  }
  .infoBlockTop {
    display: block !important;
    position: relative !important;
    right: 0 !important;
  }
  .rsMinW .rsBullets {
    bottom: 3%;
  }
  /* Homepage Calendar Slider*/
  #introCalendar {
    height: auto  !important;
    width: 100% !important;
    overflow: hidden !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
  }
  #boxNewsHomeContainer {
    height: auto  !important;
    width: 100% !important;
    overflow: hidden !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
    padding: 0px  !important;
  }
  #boxNewsHomeContainer li {
    min-width: inherit !important;
    min-height: inherit !important;
    height: auto !important;
  }
  #boxNewsHomeContainer li img {
    width: 100% !important;
    height: auto  !important;
  }
  .list_carousel_calendar_3box li {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  .rsMinW .rsArrowRight {
    right: 0 !important;
    bottom: 50% !important;
  }
  .rsMinW .rsArrowLeft {
    left: 0 !important;
    bottom: 50% !important;
  }
  .calendarBoxHome .esposizioneBoxHome {
    line-height: normal !important;
  }
  #lotListGridContainer {
    padding: 0;
  }
  #wrapperHome #calendarLots,
  #wrapperHome #calendarAuctions {
    padding: 0;
  }
  #wrapperHome .lotGridContainer .lotItemList {
    padding-left: 0;
    padding-right: 0;
  }
  /* Homepage Sliders Seconda Fascia*/
  #panelTitleHome div.labelTitleHome {
    font-size: 0.8rem !important;
    line-height: 0.8rem !important;
  }
  #contAnimSpalla {
    height: auto  !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    text-align: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-align-items: center;
    align-items: center;
    margin: auto !important;
  }
  /* Homepage Box Left Slider*/
  #contAnimSpalla #boxEventiHomeContainer {
    float: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100% !important;
    text-align: center !important;
    max-width: 460px !important;
    padding-bottom: 20px;
  }
  #contAnimSpalla #boxEventiHomeContainer div.imgBoxHome {
    float: none !important;
    max-width: 460px !important;
  }
  #contAnimSpalla #boxEventiHomeContainer div.imgBoxHome img {
    width: 100% !important;
    max-width: 460px !important;
    height: auto  !important;
  }
  #contAnimSpalla #boxArchiveHomeContainer .list_carousel_news_top li {
    font-size: 0.75rem  !important;
    height: auto !important;
  }
  #contAnimSpalla #boxEventiHomeContainer div.contBoxHome {
    padding: 15px 25px 25px !important;
  }
  .lotGridContainer .lotItemList .statoLotto {
    text-align: center;
  }
  .lotGridContainer .lotItemList .buttons:before {
    content: none;
  }
  /* Homepage Box Right Slider*/
  .list_carousel_calendar_3box li {
    text-align: center !important;
  }
  #panelTitleHome div {
    padding: 0 1.500rem;
  }
  #contAnimSpalla #boxArchiveHomeContainer {
    order: 2;
    -webkit-order: 2;
    -mozorder: 2;
  }
  #contAnimSpalla #boxArchiveHomeContainer {
    float: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100% !important;
    text-align: center !important;
    max-width: 460px !important;
  }
  #contAnimSpalla #boxArchiveHomeContainer div.imgBoxHome {
    float: none !important;
    max-width: 460px !important;
  }
  #contAnimSpalla #boxArchiveHomeContainer div.imgBoxHome img {
    width: 100% !important;
    max-width: 460px !important;
    height: auto  !important;
  }
  #contAnimSpalla #boxArchiveHomeContainer .list_carousel_news_top li {
    font-size: 0.75rem  !important;
    height: auto !important;
  }
  #contAnimSpalla #boxArchiveHomeContainer div.contBoxHome {
    padding: 15px 25px 25px !important;
  }
  .titleOpera {
    padding-top: 1.500rem;
  }
  /* Homepage Terza Riga Servizio*/
  /* Footer*/
  #footerdiv {
    white-space: normal !important;
  }
  #footer {
    width: 100%  !important;
    padding: 0;
    padding-bottom: 2.500rem;
  }
  #footer dl,
  #footer ol,
  #footer ul {
    list-style: none;
    padding: 2.500rem;
  }
  #footer #footerContainer {
    text-align: center;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  #footer .box_first {
    text-align: center;
  }
  #footer .box_second {
    text-align: center;
    padding-bottom: 2.500rem;
  }
  #footer .box_third {
    text-align: center;
  }
  #footer .box_fourth {
    padding: 1.5rem 0;
    text-align: center;
  }
  #footer .box_fourth div.riga {
    display: none;
  }
  #footer .box_footer_center {
    display: none;
  }
  #footer .box_social {
    text-align: center;
  }
  #footer .box_copyright {
    width: 100%  !important;
    text-align: center !important;
    white-space: normal  !important;
  }
  /* Menu Lx Paginate Interne */
  #panelBoxHead,
  #panelBoxHead .container {
    padding-left: 0px  !important;
    padding-right: 0px  !important;
  }
  /* Menu Lx Paginate Interne */
  #panelMenuHeadSx {
    display: none;
  }
  #displayMiddle,
  #displayBottom,
  .SottoMenuSx {
    display: none;
  }
  #panelMenuSx {
    display: none;
  }
  /* Rettifiche Bootstrap */
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* Container Paginate Interne */
  #panelContainer,
  #panelContainerExt {
    width: 100% !important;
    float: none !important;
    padding: 0;
    text-align: center !important;
    font-size: 1rem !important;
    background: none transparent !important;
  }
  #panelContentTextExt {
    width: 100% !important;
    float: none !important;
    padding: 0;
  }
  #panelContentExt {
    padding-left: 0;
    padding-right: 0;
  }
  #panelContentTextExt .anteprimaDip {
    height: auto !important;
  }
  #panelContentTextExt div.panelDip {
    padding: 0 1.500rem !important;
  }
  #panelContainerExt #panelTitlePage h1,
  #panelContainerExt #panelTitlePage h5 {
    font-size: 1.600rem;
    line-height: 1.600rem;
  }
  #panelContainer .widthLayout1 {
    width: 100% !important;
    padding-top: 0 !important;
  }
  #panelContentTop div {
    display: block !important;
    text-align: center;
    max-width: inherit !important;
  }
  #panelContentTop .image-holder {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
  }
  #panelContentTop .image-holder img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
  }
  #panelContentTop .posnextprev,
  #panelContentTop .pagination {
    display: inline-block !important;
  }
  /* Container Paginate Interne ASTE */
  .image_carousel_auctions_gallery div.carimage-holder {
    min-height: inherit !important;
    min-width: inherit !important;
    display: block;
    text-align: center;
  }
  .image_carousel_auctions_gallery div.carimage-holder .riquadroImg {
    display: inherit !important;
    height: inherit !important;
    width: inherit !important;
  }
  .image_carousel_auctions_gallery div.carimage-holder .caption {
    width: inherit !important;
  }
  .image_carousel_auctions_gallery div.carimage-holder div.riquadroImg img {
    width: 100% !important;
    max-width: 250px !important;
    height: auto  !important;
  }
  #fooSliderAsta {
    height: 320px;
    display: inline-block;
    width: 100% !important;
  }
  #sliderAsta div.slide .basketImg {
    display: inline-block !important;
    height: inherit !important;
    text-align: center;
    position: relative;
  }
  #sliderAsta div.slide .basketImg a.ImgToplot {
    display: inline-block !important;
    min-width: inherit !important;
  }
  #sliderAsta div.slide div.containerText {
    width: 100% !important;
    display: inline-block;
    left: 0;
    right: 0;
    padding: 8px 10px 16px;
  }
  #sliderAsta div.slide div.basketImg img {
    width: auto !important;
    height: auto !important;
    max-height: 420px;
  }
  .descResultsBox {
    width: 100%;
    display: block;
    text-align: center !important;
  }
  .lotsConsole {
    width: 100%;
    display: block;
    text-align: center !important;
    height: auto !important;
    background: none;
  }
  .lotsConsole .criteri1 {
    text-align: center;
  }
  .lotsConsole .criteri1 .separtorCri {
    display: none !important;
  }
  .criteri1 .asteListButton.title {
    display: none !important;
  }
  .lotsHeaderAuction {
    padding: 40px 0px 0px !important;
  }
  .lotsConsole .orderButtons {
    float: none;
  }
  .lotViewsContainer .rightBox {
    float: right;
    display: inline-block;
    width: auto;
    padding-right: 10px;
  }
  .lotViewsContainer .rightBox .elementsDiv a:last-child {
    display: none !important;
  }
  .lotViewsContainer .rightBox .elementsDiv a:nth-child(2) {
    background: none !important;
    padding-right: 0;
  }
  .lotPagingContainer .rightBox {
    float: right;
    display: inline-block;
    width: auto;
    padding-right: 10px;
  }
  .lotsConsole .priceRangeBar,
  .lotsConsole .priceRangeBarIntro {
    display: none !important;
  }
  .lotViewsContainer .rightBox .viewsDiv {
    display: none !important;
  }
  .lotPagingContainer .lotViewsContainer {
    display: none !important;
  }
  .lotPagingContainer .rightBox #paging {
    width: 100%;
    display: block;
    text-align: center !important;
    padding-bottom: 0 !important;
  }
  .lotPagingContainer .rightBox #paging #pagination-mod {
    float: none !important;
  }
  .lotPagingContainer .leftBox {
    width: 100%;
    display: block;
    text-align: center !important;
  }
  /* Container Paginate ASTE LISTE */
  .caseAsta {
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
  }
  .caseAsta .caseAstaImg img {
    width: 100%;
    max-width: none;
  }
  /* Container Paginate ASTE LISTE */
  .lotItemList {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .lotItemList .content,
  .lotItemList .pulsantieraLotto {
    display: block;
    width: 100% !important;
  }
  .lotItemList .pulsantieraLotto {
    padding: 12px 0px 28px !important;
  }
  .lotItemList .content {
    padding: 10px 0px !important;
    float: none !important;
  }
  .lotItemList .buttons {
    float: none !important;
    width: 100% !important;
  }
  .lotItemList .buttons .btn {
    width: auto !important;
  }
  .lotItemList .buttons .expired {
    /*height: 100% !important;*/
  }
  .lotItemList h3 {
    float: none !important;
  }
  .lotItemList .luogoAutore {
    float: none !important;
    padding: 0px !important;
  }
  /* Container Paginate Interne MOSTRE */
  /************		 Criteri		************/
  #testataAste .criteri1 {
    padding: 0;
    text-align: left;
  }
  #testataAste .criteri1 .btn.btnFilter.selClass {
    margin-bottom: 1.5rem;
  }
  .styled-selectLeft {
    float: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .styled-select select {
    width: 100%;
    border: 0;
    margin-right: 0;
    background: none;
    height: auto;
    padding: 5px 15px 5px;
    border-bottom: 1px solid #d3d3d3;
  }
  /* Container Paginate Interne Parte Destra*/
  #buttonNextPrevLotto .asteListButton a.btn.next,
  #buttonNextPrevLotto .asteListButton a.btn.prev {
    padding-left: 0;
    padding-right: 0;
  }
  /* 		Dettaglio Lotti  	 */
  .dettLot {
    display: block;
  }
  .dettLot > #itemLotto {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .dettLot > #dettLotSx {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 3.500rem 0;
  }
  .dettLot > #dettLotDx {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 3.500rem 0;
  }
  .dettLot > #itemLotto {
    float: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100%;
    text-align: center;
    padding-top: 18px !important;
  }
  /* 		Dettaglio Lotti DX  	 */
  #dettLotDx {
    float: none !important;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    width: 100%;
    text-align: left;
    padding: 1.500rem 0;
  }
  #dettLotDx #lottoBox {
    width: 100%;
  }
  #dettLotDx #titoloAutore {
    text-align: left;
  }
  #dettLotDx #titleLotto {
    width: 100% !important;
  }
  #dettLotDx div.space-line {
    display: none !important;
  }
  #dettLotDx .tooltip.tooltip-action {
    display: none !important;
  }
  #dettLotDx #descLotto,
  #dettLotDx #campiLotto {
    width: 100%  !important;
  }
  /* 		Dettaglio Lotti SX  	 */
  #dettLotSx {
    float: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100%;
    padding: 1.500rem 0;
    text-align: center;
  }
  #dettLotSx #boxAstaTempo {
    height: auto !important;
    padding: 20px 0;
  }
  #dettLotSx #boxOffertaTempoStima {
    float: none  !important;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: auto;
  }
  /* 		Dettaglio Immagini  	 */
  #dettLotImg {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 2.000rem;
    padding-bottom: 2.000rem;
  }
  /* Carousel Dettaglio Lotto */
  .stageImg {
    margin: 0.200rem 0 !important;
    height: auto !important;
  }
  .stageImg img {
    width: 100% !important;
    height: auto !important;
  }
  #buttonNextPrevLotto #lottoNum:before,
  #buttonNextPrevLotto #lottoNum:after {
    width: 0.5rem;
  }
  #itemLotto {
    text-align: center !important;
  }
  /* Container Paginate Lotto Scheda */
  div.tablerow.dettLot {
    padding-top: 0 !important;
  }
  #dettLotBottom {
    background: url("/img-main/bg-cont.png") no-repeat scroll center top 30px rgba(0, 0, 0, 0);
    padding-top: 80px;
  }
  /***************     Container Box     ****************/
  #panelContainerBox {
    padding: 0;
  }
  /* Container Paginate Lotto Scheda */
  /* Container Paginate Interne News List e Area Press*/
  .itemListContainer .itemListDate {
    color: #801d22 !important;
    background-color: transparent !important;
    float: none !important;
    width: 100% !important;
    line-height: 1rem !important;
    margin: 5px 0 15px 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
  }
  .itemListDate .itemListWeek {
    padding-top: 0;
    padding-bottom: 0;
  }
  .itemListContainer .itemListDate .itemListDay,
  .itemListContainer .itemListDate .itemListMonth {
    display: inline-block !important;
    padding-right: 4px;
    font-size: 0.800rem;
  }
  .itemListContainer .itemListImg {
    float: none !important;
    margin-bottom: 8px !important;
    margin-right: 0px !important;
    padding-top: 15px !important;
    width: 100% !important;
  }
  .widthLayout2 {
    width: 100%  !important;
  }
  .itemListContainer .itemListImg .image-holder-small {
    float: none !important;
  }
  #panelContentRightDoc .icoFile {
    float: none !important;
    display: inline-block !important;
  }
  #panelContentRightDoc .icoFile img {
    display: inline-block !important;
  }
  /* Container Paginate Interne Dipartimenti*/
  .asteDipTitle {
    float: none !important;
    width: 100% !important;
  }
  .asteDipContainer {
    float: none !important;
    width: 100% !important;
  }
  .asteListContainerDett {
    padding-left: 0;
    padding-right: 0;
  }
  .asteDipContainer .asteListImgDett {
    padding-left: 0;
    padding-right: 0;
  }
  .asteDipContainer .asteListImgDett img {
    width: 100%;
    height: auto;
  }
  .referPanel {
    padding-left: 0;
    padding-right: 0;
  }
  .refDipContainer .refListImgDett {
    padding: 0.500rem 1.500rem !important;
  }
  .asteDipContainer .itemListDett {
    width: 100%;
  }
  .asteDipContainer div:nth-child(3) {
    display: none !important;
  }
  #panelContentRight.panelRight30 {
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
  #panelContentRight.panelRight30 .refDipContainer {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: auto;
  }
  .refDipContainer {
    padding: 0.500rem 1.500rem !important;
  }
  #panelContentRight.panelRight30 .imgDipContainer {
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .imgDipContainer .item {
    display: inline-block;
  }
  .imgDipContainer .item img {
    width: 100%;
    max-width: 78px;
    height: auto;
  }
  .imgDipContainer {
    padding: 1.500rem !important;
  }
  /* Container Paginate Interne Cataloghi*/
  .divCarrello {
    text-align: center;
  }
  .cataloghiList {
    float: none !important;
    width: 100% !important;
    text-align: center;
  }
  .cataloghiList .cataloghiListImg {
    float: none !important;
    width: 100% !important;
    padding: 1.500rem;
  }
  .cataloghiList .cataloghiListImgDati {
    float: none !important;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .cataloghiList .cataloghiListImg .image-holder-cataloghi {
    float: none !important;
    display: inline-block !important;
  }
  .cataloghiList .cataloghiListTitle,
  .cataloghiList .cataloghiListText,
  .cataloghiList .cataloghiListPrezzi {
    float: none !important;
    /* text-align: center !important;*/
  }
  .cataloghiList .cataloghiListPrezzi {
    font-size: 1rem !important;
  }
  .cataloghiList .cataloghiListButton {
    float: none !important;
    /* text-align: center !important;*/
    display: inline-block;
  }
  .cataloghiRightContainer {
    float: none !important;
    width: 100% !important;
  }
  .cataloghiRightContainer .divCarrello {
    width: auto !important;
    font-size: 1rem !important;
    text-align: center !important;
    padding: 10px !important;
    margin: 0 auto !important;
  }
  .cataloghiRightContainer .divCarrello br {
    display: none;
  }
  .cataloghiRightContainer .abboList,
  .cataloghiRightContainer .stockList {
    border: 0px !important;
    border-bottom: 1px solid #cccccc !important;
    margin: 0 auto 3px !important;
    padding: 1.500rem 0;
  }
  .cataloghiRightContainer .abboList .cataloghiAbboContainer,
  .cataloghiRightContainer .stockList .cataloghiStockContainer {
    text-align: center !important;
    border-top: 1px solid #cccccc !important;
  }
  .cataloghiRightContainer .abboList .cataloghiListPrezzi,
  .cataloghiRightContainer .stockList .cataloghiListPrezzi {
    float: none !important;
    text-align: center !important;
    font-size: 1rem !important;
  }
  .cataloghiRightContainer .abboList .cataloghiListButton,
  .cataloghiRightContainer .stockList .cataloghiListButton {
    float: none !important;
    text-align: center !important;
  }
  .cataloghiRightContainer .abboList .cataloghiAbboText,
  .cataloghiRightContainer .stockList .cataloghiAbboText {
    padding-bottom: 10px !important;
    text-align: center !important;
  }
  .cataloghiRightContainer .abboList .cataloghiListTitle,
  .cataloghiRightContainer .stockList .cataloghiListTitle {
    font-size: 1.25rem !important;
    text-align: center !important;
  }
  .cataloghiRightContainer .abboList .cataloghiAbboTitle,
  .cataloghiRightContainer .stockList .cataloghiAbboTitle {
    background-color: #eeeeee !important;
    font-size: 1.25rem;
    padding: 20px 10px;
  }
  /* Container Paginate Carrello*/
  .telaioCarrello,
  .telaioCarrello .rigaCarrello {
    text-align: center !important;
    padding: 1.500rem 0 2.500rem !important;
  }
  .telaioCarrello .rigaCarrello.testataCarrello {
    float: none !important;
    display: none  !important;
  }
  .telaioCarrello .rigaCart .articoloCarrello {
    width: auto !important;
    padding: 1.500rem !important;
    margin: 0 auto !important;
  }
  .telaioCarrello .articoloCarrello,
  .telaioCarrello .tipoCarrello,
  .telaioCarrello .prezzoCarrello,
  .telaioCarrello .quantitaCarrello {
    float: none !important;
    display: block;
    text-align: center;
    width: auto !important;
  }
  .telaioCarrello .quantitaCarrello div:first-child {
    width: auto !important;
    float: none !important;
    display: block;
    margin: 1.000rem 0;
  }
  .telaioCarrello .tipoCarrello,
  .telaioCarrello .prezzoCarrello,
  .telaioCarrello .quantitaCarrello,
  .telaioCarrello .buttonsCarrello {
    width: 100%;
  }
  .telaioCarrello .quantitaCarrello .cataloghiListButton {
    float: none !important;
    display: inline-block !important;
    padding: 0 !important;
    margin-left: 0 !important;
  }
  .telaioCarrello .dropCarrello .labelDropCarrello,
  .telaioCarrello .dropCarrello .selDropCarrello {
    float: none !important;
    margin: 5px !important;
    display: block;
    text-align: center;
    width: 100% !important;
  }
  .telaioCarrello .rigaCarrello {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100%;
    text-align: center;
  }
  .telaioCarrello .spedizionePagamento {
    float: none !important;
    display: block;
    text-align: center;
    width: auto !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .telaioCarrello .totaleCarrello {
    float: none !important;
    display: inline-block !important;
    padding: 0 !important;
    width: auto !important;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .telaioCarrello .totaleCarrello b {
    color: #801d22 !important;
  }
  .telaioCarrello .separator20px {
    display: none  !important;
  }
  /* Container Paginate Contact Form*/
  #commentForm .itemContactForm {
    float: none !important;
    display: block;
    text-align: center;
    width: 100% !important;
  }
  #commentForm .itemContactForm.firstItem {
    border-bottom: 1px solid #cccccc !important;
  }
  #commentForm legend {
    float: none !important;
    display: block;
    text-align: center;
    width: 100% !important;
  }
  #commentForm .labelContactForm {
    float: none !important;
    display: block;
    padding: 1.000rem 0 0 !important;
    width: auto !important;
    text-align: left;
  }
  #commentForm .fieldContactForm {
    float: none !important;
    display: block;
    text-align: center;
    width: auto !important;
  }
  #commentForm .fieldItemForm {
    float: none !important;
    display: block;
    text-align: center;
    width: auto !important;
  }
  #commentForm .fieldNumberForm {
    float: none !important;
    display: inline-block;
    text-align: center;
    width: auto !important;
  }
  #commentForm .itemAuthContactForm {
    float: none !important;
    display: block;
    text-align: center;
    width: 100% !important;
  }
  #commentForm .fieldAuth {
    float: none !important;
    display: inline-block;
    text-align: center;
    width: 100% !important;
  }
  #commentForm .itemCompContactForm {
    float: none !important;
    display: inline-block;
    text-align: center;
    width: 100% !important;
  }
  #commentForm .itemButtonContactForm {
    float: none !important;
    display: inline-block;
    text-align: center;
    width: 100% !important;
  }
  div.headerAuth {
    text-align: left;
  }
  div.fieldContactForm input,
  div.fieldContactForm input[type="text"],
  div.fieldContactForm input[type="password"],
  div.fieldContactForm textarea,
  div.fieldContactForm select {
    width: 100% !important;
  }
  div.fieldContactForm input[type="checkbox"],
  div.fieldContactForm input[type="radio"] {
    width: auto !important;
  }
  #contactFormContainerRight {
    padding: 2.500rem !important;
  }
  /* Container Paginate Interne Parte Destra*/
  #panelContentRight {
    padding: 3.000rem 0px;
  }
  #panelContentRight a.photo img,
  #panelContentRight a.photopng img,
  #panelContentRight a.photocarr img,
  #panelContentRight a.video img,
  #panelContentRight a.content img,
  #panelContentRight a.linkcont img,
  #panelContentRight a.linkinfo img {
    width: 100% !important;
    height: auto !important;
  }
  #panelContentRight {
    text-align: center !important;
  }
  #panelContentRight iframe {
    text-align: center;
  }
  #panelContentRight .image-holder {
    display: block;
    background: none;
    float: none;
    text-align: center;
  }
  #panelCaptionRight div.pointdid {
    display: none !important;
  }
  #panelCaptionRight div.didascalia {
    display: block;
    background: none;
    float: none;
    text-align: center;
  }
  /* Carousel Panel Right Paginate Interne */
  #panelContentRight .image_carousel_dx {
    width: 100% !important;
    max-width: 320px !important;
    height: 100%  !important;
    max-height: 230px !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
    float: none !important;
    margin-bottom: 40px !important;
  }
  #panelContentRight .caroufredsel_wrapper {
    margin: auto !important;
  }
  #panelContentRight .caroufredsel_wrapper #foo4 div.carimage-holder {
    padding: 0 !important;
    border: 0 !important;
    min-width: inherit !important;
    min-height: inherit !important;
  }
  #panelContentRight .caroufredsel_wrapper #foo4 div.carimage-holder img {
    width: 100% !important;
    max-width: 320px !important;
    height: 100%  !important;
    max-height: 216px !important;
  }
  /* Title Panel Paginate Interne */
  #panelLinkPrint {
    display: none;
  }
  /*Breadcrumbs*/
  .breadcrumbs {
    padding: 0 0 5px 0 !important;
    font-size: 1.000rem !important;
    height: auto !important;
  }
  .breadcrumbs li {
    display: inline-block;
  }
  #panelTitlePage {
    padding: 0px  !important;
  }
  #cont {
    width: 100%;
    padding: 1.5rem;
  }
  #panelContent {
    padding: 1.500rem 0 !important;
    height: auto  !important;
  }
  #contactFormContainerBox {
    /*padding-left: 0 !important;*/
    /*padding-right: 0 !important;*/
  }
  .panelBoxback {
    background: none;
  }
  /* Carousel a 3 Paginate Interne */
  .image_carousel .caroufredsel_wrapper #foo4 div.carimage-holder {
    min-width: inherit !important;
    min-height: inherit !important;
    padding: 0 !important;
  }
  .image_carousel .caroufredsel_wrapper {
    margin: auto !important;
  }
  .image_carousel .caroufredsel_wrapper #foo4 div.carimage-holder img {
    width: 100% !important;
    min-width: 192px !important;
    height: auto  !important;
  }
  /* Carousel UP Paginate Interne */
  #panelContentTop .image_carousel_up {
    height: auto  !important;
    width: 100% !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
  }
  .image_carousel_up .caroufredsel_wrapper {
    margin: auto !important;
  }
  .image_carousel_up .caroufredsel_wrapper #foo-12 div.carimage-holder {
    min-width: inherit !important;
    min-height: inherit !important;
  }
  .image_carousel_up .caroufredsel_wrapper #foo-12 div.carimage-holder img {
    width: 100% !important;
    max-width: 660px !important;
    height: 100%  !important;
    max-height: 320px !important;
  }
  /* Carousel Calendar Aste Paginate Interne */
  #panelTitlePage h1 {
    font-size: 1.800rem;
    line-height: 1.800rem;
    letter-spacing: 0.100rem;
  }
  .image_carousel_calendar_gallery {
    display: none  !important;
  }
  .asteListContainer .asteListContent {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  /*.image_carousel_calendar_gallery .caroufredsel_wrapper { margin: auto !important; }
.image_carousel_calendar_gallery .caroufredsel_wrapper #foo-aste div.carimage-holder { min-width: inherit !important; min-height: inherit !important; text-align: center !important; height: auto  !important;}
.image_carousel_calendar_gallery .caroufredsel_wrapper #foo-aste div.carimage-holder img { width:inherit !important; max-width:940px !important;height: auto  !important; } */
  /* Elenco Aste Paginate Interne */
  .asteListContainer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .asteListContainer .asteListDati {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .asteListContainer .asteListImg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .asteListContainer #pulsantieraAsta {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .asteListContainer .asteListDati,
  .asteListContainer .asteListImg,
  .asteListContainer #pulsantieraAsta {
    padding: 1.000rem 1.500rem!important;
    text-align: left;
  }
  #asteFuture {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  #asteFuture .asteListContainer.futureAuction .asteListImg {
    padding-left: 0;
    padding-right: 0;
  }
  .rigaSep {
    float: none;
    clear: both;
  }
  .block-grid-xs-1 + .rigaSep {
    background: transparent;
  }
  .asteListContainer .asteListDati .numAsta,
  .asteListContainer .asteListDati .numAsta h5 {
    margin: auto !important;
    width: auto !important;
    display: inline-block !important;
    font-size: inherit  !important;
  }
  .asteListContainer .asteListDati .numAsta {
    margin-bottom: 5px !important;
  }
  /* Carousel Dettaglio Asta Static Image Paginate Interne */
  .image_carousel_calendar_gallery {
    display: block;
    position: relative;
  }
  .image_carousel_calendar_gallery div.carimage-holder.staticImage {
    float: none;
    min-width: inherit !important;
    min-height: inherit !important;
    text-align: center !important;
    height: auto  !important;
  }
  .image_carousel_calendar_gallery div.carimage-holder.staticImage img {
    width: 100% !important;
    height: auto  !important;
  }
  #dettaglioAsta .image_carousel_auctions_gallery {
    height: auto  !important;
    width: 100% !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
  }
  #dettaglioAsta .image_carousel_auctions_gallery .caroufredsel_wrapper {
    margin: auto !important;
  }
  #dettaglioAsta .image_carousel_auctions_gallery .caroufredsel_wrapper #foo-aste div.carimage-holder {
    min-width: inherit !important;
    min-height: inherit !important;
  }
  #dettaglioAsta .image_carousel_auctions_gallery .caroufredsel_wrapper #foo-aste div.carimage-holder img {
    width: 100% !important;
    min-width: 250px !important;
    height: 100%  !important;
  }
  /* Magazine Paginate Interne */
  #docContainer .titleParagr h4 {
    width: auto !important;
    font-size: 1.25rem !important;
  }
  #docContainer .itemDoc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100% !important;
    text-align: center !important;
    height: auto !important;
    padding: 10px !important;
    float: none !important;
  }
  #docContainer .itemDoc .doc {
    width: auto !important;
  }
  #docContainer .itemDoc .title {
    width: auto !important;
    font-size: 1.5rem !important;
    padding: 10px !important;
  }
  /* Dettaglio Aste Paginate Interne */
  #panelPaginationSliderAste {
    bottom: 15px;
  }
  #dettaglioPreAsta .preTextAsta {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
  }
  #dettaglioAsta {
    display: block;
    padding: 1.500rem !important;
    font-size: 1.200rem;
    line-height: 1.600rem;
  }
  #dettaglioAsta .textAsta {
    padding: 2.500rem 0 !important;
  }
  #dettaglioAsta .itemListTitle h4 {
    font-size: 2.400rem;
    line-height: 2.800rem;
  }
  #dettaglioAsta .itemListText {
    font-style: normal;
    color: inherit;
  }
  #dettaglioAsta .asteListExpoTitle {
    padding-top: 1.500rem!important;
  }
  #dettaglioAsta .asteListImg {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  #dettaglioAsta #pulsantieraAsta {
    text-align: left;
  }
  .panelElLotti {
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
  }
  /* Lotti Consolle */
  .lotViewsContainer .leftBox b {
    font-size: 1.25rem !important;
  }
  .lotViewsContainer {
    padding: 1.500rem!important;
    text-align: center !important;
  }
  .lotViewsContainer .leftBox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center !important;
  }
  .lotViewsContainer .rightBox {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center !important;
  }
  div#paging-lot {
    text-align: center !important;
    margin: auto;
  }
  .lotViewsContainer .leftBox,
  .lotViewsContainer .rightBox {
    float: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100%;
    height: auto !important;
    padding: 0 !important;
  }
  /* Buttons */
  .asteListButtonBig a,
  .asteListButtonBig a:visited {
    font-size: 1.2rem !important;
    line-height: inherit !important;
  }
  /* Iframe Video */
  #panelContentTop div iframe {
    width: 100% !important;
    max-width: 660px !important;
    height: 100%  !important;
    max-height: 372px !important;
  }
  #panelContentRight iframe {
    width: 100% !important;
    max-width: 660px !important;
    height: 100%  !important;
    max-height: 372px !important;
  }
  /* Paginazione */
  div#paging {
    text-align: center !important;
    width: auto !important;
    vertical-align: top;
    padding: 10px !important;
  }
  .lotPagingContainer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    height: auto !important;
    padding: 0 0 10px !important;
  }
  .lotPagingContainer .leftBox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lotPagingContainer .rightBox {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .lotPagingContainer .leftBox,
  .lotPagingContainer .rightBox {
    float: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100%;
    height: auto !important;
  }
  .lotPagingContainer .leftBox {
    padding: 0.500rem 0 0 !important;
  }
  .lotPagingContainer .rightBox {
    padding: 0.500rem 0 !important;
  }
  div#paging-lot {
    padding-bottom: 0.250rem !important;
  }
  .lotsConsole div.ricerca {
    float: none;
  }
  #psearch {
    float: none;
  }
  .lotsConsole input.testo {
    background-color: transparent;
    border: none;
    font-size: 1.000rem;
    margin-left: 0;
    line-height: 1.000rem;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .lotsConsole input.immagine {
    border: 0 none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    height: 24px;
    width: auto;
    right: 5px;
    top: 4px;
  }
  /* Lotti */
  .lotListContainer .lotItemList .containerLotItemNew {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .lotListContainer .lotItemList .preview {
    text-align: center;
  }
  .lotListContainer .lotItemList .statoLotto {
    text-align: center;
  }
  /* Immagini */
  .image-holder-small {
    background: none !important;
  }
  /* Div Esclusi */
  .labelCalAdd {
    display: none !important;
  }
  .asteListButton.google,
  .asteListButton.winmac {
    display: none !important;
  }
  #formElements .rightBox {
    display: none !important;
  }
  /***************    Banner Image  Left   ****************/
  #bannerLeft .adsbygoogle {
    height: auto !important;
  }
  /***************      Banner Image      ****************/
  #bannerRowHome.container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 110px;
    position: relative;
    overflow: hidden;
  }
  #bannerRowHome .contBoxHome {
    margin: auto;
    padding: 0;
    width: 100% !important;
    display: block;
    cursor: pointer;
    position: relative !important;
    z-index: 1;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    text-align: center;
    vertical-align: middle;
  }
  #bannerRowHome .contBoxHome > div {
    margin: auto;
    padding: 5%;
    vertical-align: middle;
  }
  #bannerRowHome a.linkHeaderHomeBox:before {
    opacity: 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
  }
  #bannerRowHome:hover a.linkHeaderHomeBox:before {
    opacity: 1;
    bottom: 0px;
    transition: all 0.65s ease-in-out;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
  }
  #bannerRowHome a.linkHeaderHomeBox {
    display: inline-block;
    position: relative;
  }
  #bannerRowHome img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
  }
  #bannerRowHome:hover img {
    -webkit-transform: scale(1.05);
  }
  #bannerRowHome .headerBoxHome {
    text-align: center;
  }
  #bannerRowHome .titleBoxHome {
    font-size: 1.800rem;
    line-height: 1.800rem;
    letter-spacing: 0.100rem;
    width: 100% !important;
    padding: 0 0 1.500rem;
  }
  /*			Back to top			*/
  #back-to-top {
    display: none !important;
  }
  /*			Misti			*/
  .lotPagingSeparator {
    height: auto;
    padding-left: 0;
  }
  /*		Tabbed Panels		*/
  .TabbedPanelsTab {
    width: 100%;
  }
  /*		Vendere		*/
  .testoInternoVendita .venderePanel .vendereCol-4 {
    width: 100%;
  }
  .testoInternoVendita .testoInterno {
    font-size: inherit;
  }
  /*		Button Form			*/
  .buttonForm {
    width: 100%;
    margin: 0.100rem;
    letter-spacing: 0.100rem;
  }
  #contactFormContainerLeft .btn {
    width: 100%;
  }
}
