body {
  color: #364e63;
  background: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 22px;
}
figure {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
.entry-content ul li {
  list-style: square;
  margin-left: 20px;
}
h1, h2, h3 {
  font-family: 'Roboto Condensed', sans-serif;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
:focus {
  outline: none;
}
.skip-link {
  display: none;
}
#cookie_law_info {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #337ab7;
  background-color: #364e63;
  color: #fff;
  z-index: 99999;
}
.gallery {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.gallery figure {
  transition: All 0.5s ease;
  -webkit-transition: All 0.53s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  position: relative;
}
.gallery figure:hover:before {
  content: "GALLERY";
  width: 150px;
  height: 50px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 3;
}
.wpcf7-form p {
  margin-bottom: 30px !important;
}
.wpcf7-form div.wpcf7-validation-errors {
  border: none;
}
.wpcf7-form span.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form div.wpcf7-validation-errors {
  border: none;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  right: 0;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7-form .wpcf7-mail-sent-ok:before {
  content: "\e013";
  font-family: Glyphicons Halflings;
  margin-right: 10px;
  color: green;
}
.wpb_gmaps_widget {
  display: none;
}
.break-space {
  height: 15px;
  background: #364e63;
  clear: both;
}
.break-space-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.break-space-slim {
  height: 15px;
}
.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.strike > span {
  position: relative;
  display: inline-block;
}
.strike > span:before, .strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #364e63;
}
.strike > span:before {
  right: 100%;
  margin-right: 15px;
}
.strike > span:after {
  left: 100%;
  margin-left: 15px;
}
.pagination {
  width: 100%;
  text-align: center;
}
.pagination li {
  border: 1px solid #e6e6e6;
  margin: 3px;
  padding: 5px 10px;
  cursor: pointer;
}
.pagination li:hover {
  color: #777;
}
.pagination li span {
  display: none;
}
.pagination li.active {
  background-color: #364e63;
  color: #fff;
}
.default-loader {
  background: url(ajax-loader.gif) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 128px;
  height: 15px;
}
.row {
  position: relative;
}
input[type="text"], input[type="email"], textarea {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #e6e6e6;
}
input[type="submit"] {
  background: transparent;
  border: 1px solid #364e63;
  padding: 5px 10px;
}
.site-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.site-branding h1 {
  position: relative;
  margin-bottom: 8px;
  margin-top: 0;
  padding-top: 20px;
}
.site-branding h1 a img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.site-branding .site-description {
  text-align: center;
  color: #364e63;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
}
#site-navigation {
  font-family: 'Roboto Condensed', sans-serif;
  color: #364e63;
  font-size: 18px;
  margin-top: 30px;
}
#site-navigation .menu-toggle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  margin: 0 auto;
  display: block;
  background: #fff;
  border: 1px solid #364e63;
  padding: 5px 10px;
}
#site-navigation .menu-toggle:hover {
  color: #337ab7;
  border-color: #337ab7;
}
#site-navigation #primary-menu {
  display: none;
  text-align: center;
  margin-top: 10px;
}
#site-navigation #primary-menu li {
  position: relative;
}
#site-navigation #primary-menu li a {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  font-size: 20px;
  line-height: 34px;
  color: inherit;
  border-top: 1px dashed transparent;
  border-bottom: 1px dashed transparent;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
#site-navigation #primary-menu li a:hover {
  text-decoration: none;
  border-top: 1px dashed #2d4152;
  border-bottom: 1px dashed #2d4152;
}
#site-navigation #primary-menu li .sub-menu {
  display: none;
}
#site-navigation #primary-menu li .sub-menu li a {
  font-style: italic;
  text-transform: capitalize;
}
#site-navigation #primary-menu .has-sub > a {
  cursor: pointer;
}
#site-navigation #primary-menu .has-sub > a:after {
  position: absolute;
  font-family: 'Glyphicons Halflings';
  content: " \e252";
  font-size: 10px;
  padding: 2px 0 0 5px;
}
.language-chooser {
  position: relative;
  margin: 30px 0;
}
.language-chooser li {
  display: block;
  text-align: center;
}
.language-chooser li a {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  width: 100%;
  color: #364e63;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #fff;
  border-top: 1px solid #364e63;
  padding: 8px;
}
.language-chooser li a:hover {
  color: #337ab7;
  border-color: #337ab7;
}
.language-chooser li.active {
  display: none;
}
.social-links {
  display: none;
}
.social-links li {
  display: inline-block;
}
.social-links li a {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  color: #364e63;
  background: #fff;
  border: 1px solid #364e63;
  padding: 8px;
  display: block;
}
.social-links li a:hover {
  color: #337ab7;
  border-color: #337ab7;
}
.navbar-form {
  position: relative;
  width: 80%;
  margin-top: 0;
  margin-left: 10%;
}
.search-open, .search-close, .back-to-top, .subscribe, .subscribe-form {
  position: fixed;
  right: 20px;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
}
.search-open span, .search-close span, .back-to-top span, .subscribe span, .subscribe-form span {
  color: #364e63;
}
.search-open {
  display: none;
}
.search-open, .search-close {
  top: 20px;
}
.search-close {
  display: none;
}
.back-to-top {
  bottom: 30px;
  display: none;
}
.subscribe {
  right: 75px;
  bottom: 30px;
  display: none;
  background-color: red;
}
.subscribe i, .subscribe span {
  color: #fff;
  font-weight: bold;
}
.subscribe span {
  font-family: 'Roboto Condensed', sans-serif !important;
}
.subscribe-form {
  display: none;
  opacity: 0;
  bottom: 45px;
  right: 50px;
  width: 250px;
  height: 160px;
  padding: 20px;
  background: rgba(54, 78, 99, 0.95);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.subscribe-form p {
  color: #fff;
}
.subscribe-form input[type="submit"] {
  border-color: #337ab7;
  border-width: 2px;
}
.subscribe-form .wpcf7-response-output {
  position: absolute;
  top: -120px;
  left: 0;
  background: #fff;
  border: 1px solid #364e63 !important;
}
.subscribe-form:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 40%;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid rgba(54, 78, 99, 0.95);
}
.error-404, .conferma-iscrizione-newsletter {
  padding: 15% 0 20% 0;
}
.error-404-img, .error-404-title {
  width: 100%;
  text-align: center;
}
.error-404-img {
  margin-bottom: 75px;
}
.conferma-iscrizione-newsletter form {
  display: none;
}
.site-footer {
  clear: both;
  margin-bottom: 80px;
}
.site-footer .site-info {
  font-size: 13px;
  padding: 5px;
  color: #94a0ab;
  text-align: center;
}
.site-footer .site-info a {
  color: #364e63;
}
.site-footer .site-info .social-links {
  display: block;
  position: relative;
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.intro > article {
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  overflow: hidden;
}
.intro > article .overlay {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.intro > article .overlay .description {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  width: 70%;
  text-align: center;
  color: #fff;
  opacity: 0;
  padding: 0 20px;
  cursor: pointer;
  border: 1px dashed transparent;
}
.intro > article .overlay .description:hover {
  border-color: #fff;
}
.intro > article .overlay:hover {
  background: rgba(0, 0, 0, 0.7);
}
.intro > article .overlay:hover .description {
  opacity: 1;
}
.intro > article .overlay-static {
  background: rgba(0, 0, 0, 0.3);
}
.intro > article .overlay-static .description {
  width: 100%;
  opacity: 1;
  cursor: default;
}
.intro > article .overlay-static .description h1 {
  font-size: 46px;
  text-align: center;
}
#HP_login {
  display: none;
}
#HP_login_mob {
  display: block;
}
.front-scroll h1 {
  padding: 55px 0;
  text-align: center;
  margin: 0;
}
#front-news {
  position: relative;
  width: 100%;
  clear: both;
}
#front-news .bottom-arrow {
  position: absolute;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #364e63 transparent transparent transparent;
}
#front-news .bottom-arrow > .bottom-arrow {
  top: -13px;
  left: -11px;
  border-width: 11px 11px 0 11px;
  border-color: #fff transparent transparent transparent;
}
#front-news h3 {
  margin-top: 0;
  font-size: 24px;
  padding-left: 10px;
}
#front-news h3:before {
  content: "\e007";
  font-family: Glyphicons Halflings;
  margin-right: 10px;
  font-size: 18px;
}
#front-news article {
  padding: 10px 0 10px 0;
}
#front-news article .front-news-header {
  border-bottom: 1px solid;
  margin-bottom: 15px;
}
#front-news article h1 {
  text-transform: uppercase;
  text-align: center;
  border: 1px solid;
  padding: 10px;
  width: 95%;
  margin-left: 2.5%;
}
#front-news article .testo {
  font-size: 14px;
}
#front-news article h1, #front-news article a, #front-news article .testo {
  font-family: 'Roboto Condensed', sans-serif;
  color: #364e63;
}
#front-news article a {
  color: #337ab7;
}
#front-news article .testo {
  padding: 0 10px;
}
#front-news article .testo p {
  border-bottom: 1px dashed #337ab7;
}
#front-news article .post-image {
  padding: 7% 10%;
}
#front-news article video#bgvid {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  z-index: 0;
}
.hexagon-desktop {
  display: none;
}
.hexagon-mobile {
  display: block;
}
.hexagon-mobile.vuoto, .hexagon-mobile.buco {
  display: none !important;
}
#attori, #soluzioni {
  display: none;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}
#attori ul, #soluzioni ul {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
#attori h1, #soluzioni h1 {
  color: #337ab7;
  border-color: #364e63;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-style: italic;
}
#attori p, #soluzioni p {
  margin-top: 10px;
}
#attori .flaticon-hexagon {
  color: #337ab7;
}
#attori .flaticon-hexagon:hover {
  color: #fff;
}
#attori .flaticon-hexagon.vuoto {
  color: #74a9d8;
}
#attori p {
  color: #337ab7;
}
#soluzioni .flaticon-hexagon {
  color: #364e63;
}
#soluzioni .flaticon-hexagon:hover {
  color: #fff;
}
#soluzioni .flaticon-hexagon.vuoto {
  color: #636e81;
}
#soluzioni h1 {
  color: #364e63;
}
#soluzioni p {
  color: #364e63;
}
#soluzioni p span {
  display: none;
}
#soluzioni .tooltip.top .tooltip-inner, #soluzioni .tooltip.bottom .tooltip-inner, #soluzioni .tooltip.left .tooltip-inner, #soluzioni .tooltip.right .tooltip-inner {
  background-color: #e6e6e6;
  color: #2d4152;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
}
#soluzioni .tooltip.top .tooltip-arrow {
  border-top-color: #337ab7;
}
#soluzioni .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #337ab7;
}
#soluzioni .tooltip.left .tooltip-arrow {
  border-left-color: #337ab7;
}
#soluzioni .tooltip.right .tooltip-arrow {
  border-right-color: #337ab7;
}
.flaticon-hexagon {
  transition: All 0.1s ease;
  -webkit-transition: All 0.1s ease;
  -moz-transition: All 0.1s ease;
  -o-transition: All 0.1s ease;
  -webkit-backface-visibility: hidden;
  position: absolute;
  background-size: 90px !important;
}
.flaticon-hexagon h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.2;
  margin-top: 0;
  color: #60a59a;
  text-align: center;
}
.flaticon-hexagon a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
}
.flaticon-hexagon p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: All 0.1s ease;
  -webkit-transition: All 0.1s ease;
  -moz-transition: All 0.1s ease;
  -o-transition: All 0.1s ease;
  text-align: center;
  text-transform: uppercase;
  line-height: 11px;
}
.flaticon-hexagon i {
  color: #337ab7;
  margin-top: 35px;
  display: block;
}
.flaticon-hexagon:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  z-index: 999;
}
.flaticon-hexagon-relative {
  position: relative;
}
.front-general {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  opacity: 1;
}
.front-general ul li {
  padding: 0;
}
.front-general ul li figure img {
  border: 1px solid;
}
.front-general ul li .front-general-box {
  position: relative;
  padding-bottom: 50px;
  cursor: pointer;
}
.front-general ul li .front-general-box .front-general-icon {
  text-align: center;
}
.front-general ul li .front-general-box .front-general-icon:after {
  font-family: 'Glyphicons Halflings';
  content: "\e130";
  font-size: 46px;
  color: #337ab7;
}
.front-general ul li .front-general-box .front-general-icon-1:after {
  content: "\e124";
}
.front-general ul li .front-general-box .front-general-icon-2:after {
  content: "\e233";
}
.front-general ul li .front-general-box .front-general-icon-3:after {
  content: "\e122";
}
.front-general ul li .front-general-box .front-general-icon-4:after {
  content: "\e135";
}
.front-general ul li .front-general-box .front-general-title, .front-general ul li .front-general-box .front-general-text {
  transition: All 0.5s ease;
  -webkit-transition: All 0.53s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #337ab7;
  text-align: center;
  width: 100%;
}
.front-general ul li .front-general-box .front-general-title {
  padding: 0 0 15px 0;
  font-size: 26px;
}
.front-general ul li .front-general-box .front-general-text {
  position: relative;
  top: 0;
  padding: 0 30px;
}
.front-general ul li .front-general-box .front-general-text span {
  opacity: 0;
  font-size: 18px;
  color: #364e63;
  margin-bottom: 6px;
}
.front-general ul li .front-general-box .flaticon-animation {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -60px;
  color: #337ab7;
  overflow: hidden;
}
.front-general ul li .front-general-box:hover .front-general-title {
  opacity: 0;
}
.front-general ul li .front-general-box:hover .front-general-text {
  top: -50px;
}
.front-general ul li .front-general-box:hover .front-general-text span {
  opacity: 1;
}
.front-general ul li .front-general-box:hover .front-general-icon:after {
  color: #364e63;
}
.single-attori .attori-menu {
  font-family: 'Roboto Condensed', sans-serif;
  background: #fff;
  padding: 100px 0 50px 0;
}
.single-attori .attori-menu .attori-flaticon {
  cursor: pointer;
}
.single-attori .attori-menu h1 {
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
}
.single-attori .attori-content {
  background: #fff;
}
.single-attori .attori-content .wpb_row {
  margin-bottom: 0;
}
.single-attori #abbonamento article {
  padding-top: 0;
}
.single-attori .listino-metel ul li {
  padding: 7px;
  list-style: none;
}
.single-attori .listino-metel ul li:before {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  margin-right: 15px;
}
.single-attori .wpb_gallery li, .single-attori .vc_figure li {
  border: 1px solid;
}
.single-attori .vc_carousel-inner {
  background: #fff;
  padding: 30px;
  text-align: center;
}
.single-attori .vc_tta-panel div h4 a:before {
  content: "";
  border: 1px solid #f0f0f0;
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 20px;
}
.single-attori .vc_tta-panel div h4 a span {
  position: relative;
  top: -15px;
}
.single-attori .vc_tta-panel.smeup-spa > div > h4 > a:before {
  background: url(../../img/software-house/smeup_small.jpg) no-repeat;
}
.single-attori .vc_tta-panel.capgemini-bs > div > h4 > a:before {
  background: url(../../img/software-house/capgemini-bs_small.jpg) no-repeat;
}
.single-attori .vc_tta-panel.soluzioni-informatiche > div > h4 > a:before {
  background: url(../../img/software-house/soluzioni-informatiche_small.jpg) no-repeat;
}
.single-attori .vc_tta-panel.ibs > div > h4 > a:before {
  background: url(../../img/software-house/ibs_small.jpg) no-repeat;
}
.single-attori .vc_tta-panel.vm-sistemi > div > h4 > a:before {
  background: url(../../img/software-house/vm-sistemi_small.jpg) no-repeat;
}
.single-attori .aziende-integrate h1 {
  margin-bottom: 30px;
}
.single-attori #soluzioni h1 {
  left: 780px;
  top: 0;
  font-size: 66px;
}
#abbonamento article {
  padding-top: 30px;
}
#abbonamento article .soluzione {
  padding: 30px 0;
}
#abbonamento article .soluzione .flaticon-hexagon {
  width: 130px;
  color: transparent;
}
#abbonamento article .soluzione .flaticon-hexagon p {
  display: none;
  top: 90%;
  font-family: 'Roboto Condensed', sans-serif;
  color: #364e63;
}
#abbonamento article .soluzione .flaticon-hexagon:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
#abbonamento article .soluzione .info {
  position: relative;
  padding: 25px;
  margin-left: 62px;
  border-left: 1px dashed;
  border-bottom: 1px dashed;
}
#abbonamento article .soluzione .info .info-short {
  padding-bottom: 20px;
  font-weight: bold;
}
#abbonamento article .soluzione .info span {
  position: absolute;
  top: inherit;
  bottom: -20px !important;
  right: 30px;
  font-size: 40px;
  background: #fff;
  cursor: pointer;
}
#abbonamento article .soluzione .info span.glyphicon-minus-sign {
  display: none;
}
#abbonamento article .soluzione .info .info-long {
  display: none;
  padding-top: 20px;
}
.assistenza p {
  font-size: 18px;
}
.assistenza strong {
  font-size: 24px;
}
.player {
  text-align: center;
}
.player li {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #337ab7;
}
.player li a i {
  margin-top: 45px;
}
.player li p {
  color: #337ab7;
  line-height: 16px;
  margin-top: 12px;
  font-size: 13px;
}
.su-di-noi {
  padding-top: 50px;
}
.su-di-noi .su-di-noi-titolo {
  border-top: 20px solid #364e63;
}
.su-di-noi .wpb_row {
  margin-bottom: 0;
}
.navigation {
  clear: both;
  margin: 20px 0;
  border-top: 1px solid #364e63;
  padding: 5px 10px;
}
.navigation a {
  color: #364e63;
}
.navigation h2 {
  display: none;
}
.navigation .nav-previous a:before, .navigation .nav-next a:before {
  transition: All 0.1s ease;
  -webkit-transition: All 0.1s ease;
  -moz-transition: All 0.1s ease;
  -o-transition: All 0.1s ease;
  content: "\e091";
  font-family: Glyphicons Halflings;
  margin-right: 15px;
}
.navigation .nav-previous:hover a:before, .navigation .nav-next:hover a:before {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  display: inline-block;
}
.navigation .nav-next a:before {
  content: "\e092";
}
.pagination {
  border-top: none;
}
.pagination a, .pagination span {
  padding: 8px;
  border: 1px solid;
}
.pagination a:hover {
  background: #364e63;
  color: #fff !important;
}
.pagination .next, .pagination .prev {
  display: none;
}
.post-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.post-video iframe {
  border: 5px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blogroll-container {
  position: relative;
  min-height: 450px;
}
.blogroll {
  background: #fff;
  clear: both;
}
.blogroll .owl-wrapper {
  min-height: 280px;
}
.blogroll article {
  padding: 20px 20px 40px 20px;
}
.blogroll article .read-more {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 400px;
  text-align: center;
  padding-top: 10px;
}
.blogroll article .read-more a {
  padding: 10px 15px;
  background: #337ab7;
  color: #fff;
}
.blogroll article .entry-thumb {
  position: relative;
  margin-bottom: 30px;
  min-height: 150px;
}
.blogroll article .entry-thumb .post-thumb {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #eee;
}
.blogroll article .entry-thumb .post-thumb .post-pdf a {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  background: #fafafa;
  text-align: center;
  color: #337ab7;
}
.blogroll article .entry-thumb .post-thumb .post-pdf a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 80px;
}
.blogroll article .entry-thumb .post-thumb .post-pdf a:hover {
  color: #364e63;
}
.blogroll article .entry-thumb a {
  display: block;
}
.blogroll article .entry-title {
  min-height: 40px;
  font-size: 18px !important;
}
.blogroll article .entry-content {
  position: relative;
  min-height: 120px;
}
.blogroll article .entry-content .read-more-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
}
.post-thumb img {
  width: 150px;
  height: 150px;
}
.blogroll-domande-frequenti article .read-more {
  top: 220px !important;
}
.cat-links, .tags-links {
  display: none;
}
.single .content-area article .entry-header h1 {
  font-size: 26px;
}
.single .content-area article .entry-footer ul li {
  display: inline-block;
  margin: 10px 0;
}
.single .content-area article .entry-footer ul li a {
  padding: 8px;
  margin-right: 10px;
  background: #364e63;
  color: #fff;
}
.single .content-area article .entry-meta {
  display: inline-block;
  padding: 8px;
  margin-bottom: 10px;
  background: #364e63;
  color: #fff;
}
.single .content-area article .entry-meta a {
  color: #e6e6e6;
}
#secondary {
  margin-top: 20px;
}
#secondary aside {
  display: inline-block;
  margin-bottom: 10px;
}
#secondary aside h2 {
  font-family: 'Roboto Condensed', sans-serif;
}
#secondary #annual_archive_widget-2 ul li {
  width: 25%;
  float: left;
  padding: 10px 0;
  transition: All 0.1s ease;
  -webkit-transition: All 0.1s ease;
  -moz-transition: All 0.1s ease;
  -o-transition: All 0.1s ease;
}
#secondary #annual_archive_widget-2 ul li a {
  color: #337ab7;
  padding: 10px 0;
}
#secondary #annual_archive_widget-2 ul li:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
}
#secondary #tag_cloud-2 {
  clear: both;
}
#secondary #tag_cloud-2 a {
  color: #337ab7;
}
.social-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  margin: 0;
  font-size: 50px;
  color: #fafafa;
}
.stream-social .flaticon {
  padding: 50px 0;
  color: #337ab7;
}
.social-youtube {
  display: block;
  border: 1px dashed #364e63;
  padding: 10px;
  margin-top: 50px;
  text-align: center;
  background: #fff;
  color: #364e63;
}
.social-youtube .fa {
  color: red;
}
.social-youtube:hover {
  background: #fafafa;
}
.search-results h2 {
  font-size: 20px;
}
.search-results a {
  color: #337ab7;
}
.search-results a:hover {
  color: #364e63;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #364e63;
  font-family: 'Roboto Condensed', sans-serif;
}
.vc_separator.vc_separator_align_center h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
}
.wpb_text_column.wpb_content_element a {
  color: #636e81;
}
.wpb_text_column.wpb_content_element a:hover {
  text-decoration: underline;
}
#skrollr-body {
  float: left;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 399px) {
  .site-branding h1 a img {
    width: 80%;
  }
  .site-branding .site-description {
    font-size: 16px;
  }
  .overlay-static-xs {
    background: rgba(0, 0, 0, 0.7) !important;
  }
  .overlay-static-xs .description {
    width: 100%;
    opacity: 1 !important;
    cursor: default;
  }
  .overlay-static-xs .description h1 {
    font-size: 30px !important;
    text-align: center;
    text-transform: uppercase;
  }
  .overlay .description h1 {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 400px) {
  .site-branding h1 a img {
    width: 40%;
  }
  .site-branding .site-description {
    font-size: 18px;
  }
}
@media screen and (min-width: 767px) {
  #HP_login {
    display: block;
  }
  #HP_login_mob {
    display: none;
  }
  #front-news article h1 {
    margin-left: 0;
  }
  .error-404-img, .error-404-title {
    float: left;
    width: 50%;
  }
  .error-404-title h1 {
    margin-top: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .wpb_gmaps_widget {
    display: block;
  }
  #site-navigation #primary-menu li a {
    font-size: 16px;
    line-height: 24px;
  }
  .site-branding h1 a img {
    width: 70%;
  }
  .site-branding .site-description {
    font-size: 13px;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
  }
  .site-header .social-links {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 30px;
  }
  .site-header .next-scroll {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 120px;
    font-size: 30px;
  }
  .site-content {
    margin-left: 20%;
  }
  .site-footer {
    margin-left: 20%;
    margin-bottom: 0;
  }
  .site-footer .site-info {
    text-align: left;
  }
  .site-footer .site-info .social-links {
    display: none;
  }
  .home .site-footer {
    position: fixed;
    bottom: 0;
  }
  .home .site-footer .footer-bar {
    opacity: 0;
  }
  .home .front-general, .home .front-scroll {
    position: fixed;
    width: 80%;
    top: 120px;
    opacity: 0;
  }
  .home .front-scroll {
    top: 0;
  }
  .front-page {
    position: fixed;
    width: 80%;
  }
  .front-page .intro {
    position: fixed;
    z-index: 999;
  }
  .front-page .intro .intro-1 {
    max-height: 150px;
    overflow: hidden;
  }
  .player {
    margin-bottom: 90px;
  }
  .hexagon-desktop {
    display: block;
  }
  .hexagon-mobile {
    display: none;
  }
  .flaticon-hexagon {
    background-size: 70px !important;
  }
  .flaticon-hexagon i {
    margin-top: 20px;
  }
  .search-open {
    display: block;
  }
  .navbar-form {
    position: fixed;
    top: 20px;
    right: 60px;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    z-index: 999;
    display: none;
  }
  .intro > article .overlay .description {
    width: auto;
  }
  .intro > article .overlay-static .description {
    border: 1px dashed #fff;
  }
  .attori-menu {
    padding: 150px;
  }
  .attori-menu h1 {
    font-size: 2em;
  }
  .blogroll article {
    text-align: left !important;
  }
  .blogroll article .entry-content .read-more-gradient {
    /* FF3.6-15 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
  }
  .player li {
    width: 33.33333%;
  }
  #attori, #soluzioni {
    min-height: 650px;
    padding-top: 150px;
    position: relative;
    z-index: -1;
  }
  #attori ul, #soluzioni ul {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
  }
  #attori h1, #soluzioni h1 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 345px;
    margin-top: 65px;
  }
  #attori p, #soluzioni p {
    font-size: 11px;
    margin-top: 12px;
  }
  .single-post .content-area article.post .entry-content-single, .single-post .content-area article.training .entry-content-single {
    text-align: justify;
    width: 80%;
  }
  .single-post .content-area article.post .entry-content-single a img, .single-post .content-area article.training .entry-content-single a img {
    width: 150px !important;
    height: auto !important;
    border: 1px solid #e6e6e6;
  }
}
@media screen and (min-width: 1200px) {
  .player li {
    width: 20%;
  }
  #attori ul, #soluzioni ul {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
  .post-video iframe {
    width: 80%;
    height: 80%;
  }
}
@media screen and (min-width: 1400px) {
  #attori ul, #soluzioni ul {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    margin-left: 10%;
  }
}
@media screen and (min-width: 1600px) {
  #attori ul, #soluzioni ul {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    margin-left: 15%;
  }
}
@media screen and (min-width: 2200px) {
  #attori, #soluzioni {
    min-height: 700px;
  }
  #attori ul, #soluzioni ul {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    margin-left: 20%;
  }
}
