@charset "utf-8";

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #dd0e0e;
}
a.blu {
  color: #278596;
}

a:focus {
  outline: none;
}

.ease {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ease:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.text-center > .img-responsive {
  display: inline-block;
}

.cmn-t-pulse {
  padding: 20px 40px;
  color: #fff;
  background-color: #ff3296;
  animation: pulse 1s ease 5;
  /* transition: transform 0.2s; */
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.animated {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  visibility: visible;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.f16 .flag {
  background: url(../images/flags16.png) no-repeat;
}
.f16 .it {
  background-position: left -1904px;
}
.f16 .fr {
  background-position: left -1408px;
}
.f16 .es {
  background-position: left -1312px;
}
.f16 .gb {
  background-position: left -1440px;
}
.f16 .de {
  background-position: left -1136px;
}
.f16 .ru {
  background-position: left -3088px;
}
.langSelect li {
  /* float: left; */
  height: 16px;
  list-style-type: none;
  display: inline-block;
}
.langSelect a {
  padding-left: 25px;
  text-decoration: none;
  height: 16px;
  width: 16px;
}
.lingue {
  text-align: center;
  padding: 0;
  margin-top: 10px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* LANGUAGE SWITCHER */
/* ui-dropdown-list */

.ui-dropdown-list {
  position: absolute;
  right: 5px;
  top: 15px;
  text-align: left;
  background: #dd0e0e;
  text-transform: uppercase;
}

p.ui-dropdown-list-trigger {
  margin-top: 0;
}

.ui-dropdown-list-trigger strong {
  position: relative;
  z-index: 999;
}

.ui-dropdown-list-trigger strong:after {
  display: block;
  position: absolute;
  content: "";
  right: 5px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.ui-dropdown-list-trigger strong,
.ui-dropdown-list ul a {
  display: block;
  width: 100px;
  cursor: pointer;
  padding: 7px 8px;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: bold;
}

.ui-dropdown-list ul {
  display: none;
  position: absolute;
  right: 0;
  top: 25px;
  margin-top: 0;
  padding: 0;
  z-index: 1000;
}

.ui-dropdown-list li {
  list-style-type: none;
}

.ui-dropdown-list ul a,
.ui-dropdown-list ul a:link,
.ui-dropdown-list ul a:visited {
  position: relative;
  display: block;
  float: right;
  background-color: #012d6b;
}

.ui-dropdown-list ul a:hover,
.ui-dropdown-list ul a:focus {
  border-bottom: none;
  background-color: #0051bf;
  color: #fff;
}

/* JS interactivity */
.no-js .ui-dropdown-list ul,
.ui-dropdown-list.active ul {
  display: block;
}

.ui-dropdown-list.active strong {
  background-color: #012d6b;
  color: #fff;
}

.ui-dropdown-list.active strong:after {
  border-top-color: #fff;
}

#lang-switcher a,
#lang-switcher strong {
  padding-left: 20px;
  /* background-image: url(../images/flags16.png);
	background-repeat: no-repeat;
	background-position: left -1904px; */
}

/* #lang-switcher a.en,
#lang-switcher .en strong {
	background-image: url(../images/flags16.png);
	background-position: left -1440px;
}

#lang-switcher a.fr,
#lang-switcher .fr strong {
	background-image: url(../images/flag-fr.gif);
} */

#lang-switcher strong {
  float: right;
}

/* end langselect */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.totop {
  position: fixed;
  bottom: 50px;
  left: 50px;
  cursor: pointer;
  display: none;
  background: #dd0e0e;
  color: #fff;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
}
.totop a {
  color: #fff !important;
}

p {
  color: #686868;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.container {
  width: 100%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-parallax {
  background-attachment: scroll !important;
}

.mast-wrap {
  opacity: 0;
}

#badge {
  position: absolute;
  z-index: 99;
  left: 2%;
  top: 60px;
}

.social {
  background-color: #dd0e0e;
  top: 80px;
  right: 0;
  position: absolute;
  z-index: 99;
}
.social ul {
  list-style-type: none;
  padding: 0;
}
.social ul li {
  padding: 5px;
}

.cit {
  font-size: 18px !important;
  font-weight: 600 !important;
  font-style: italic;
  text-align: right !important;
  margin-top: 20px;
}

.text-left {
  text-align: left !important;
}

.list-stand {
  margin-bottom: 30px;
}

.list-stand a {
  color: #000;
}
.list-stand a:hover {
  text-decoration: underline;
}

.list-stand li {
  margin: 10px 0;
  list-style-type: none;
  padding-left: 20px;
  font-size: 16px;
}
.list-stand li:first-child {
  padding-left: 0;
  font-size: 18px;
}
.list-stand li:first-child span {
  border-bottom: 1px solid red;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 4px;
  margin-left: 10px;
}

.white-bg {
  background-color: #fff;
}

.silver-bg {
  background-color: #f2f2f2;
}

.dark-bg {
  background-color: #4c4c4c;
}

.black-bg {
  background-color: #000;
}

.red-bg {
  background-color: #dd0e0e;
}

.grey-bg {
  background-color: #ccc;
}
.grey-bg-light {
  background-color: #ededed;
}

.lightblu-bg {
  background-color: #278596;
}
.lightblu2-bg {
  background-color: #6688a1;
}

.white {
  color: #fff !important;
}

.silver {
  color: #f2f2f2;
}

.dark {
  color: #4c4c4c;
}

.black {
  color: #000;
}

.grey {
  color: #ccc;
}
.red {
  color: #dd0e0e;
}

.hangar {
  padding: 5px !important;
  background: #000 !important;
  letter-spacing: 2px;
  color: #ffff00 !important;
}
.hangar a {
  color: #ffff00 !important;
}

.page-head h1.white > span {
  border-color: #fff;
}

.works-filter li a > span {
  color: #fff;
}

.team-info h6 > span {
  border-color: #000;
}

.foot-links li > a > span {
  color: #4c4c4c;
}

.team-info:hover {
  background-color: #dd0e0e;
}

.team-info:hover .triangle-arrow-left {
  border-color: transparent transparent transparent #dd0e0e;
}

.team-info:hover .triangle-arrow-right {
  border-color: transparent #dd0e0e transparent transparent;
}

.alert > p {
  background-color: #dd0e0e;
  color: #fff;
}

.pace .pace-progress {
  background-color: #dd0e0e;
}

.main-nav-menu li a.main-nav-link {
  color: #fff !important;
}

.sub-nav a {
  color: #4c4c4c !important;
}

.sub-nav a:hover {
  color: #fff !important;
}

.sub-nav a:after {
  color: #4c4c4c !important;
}

.active-nav {
  color: #4c4c4c !important;
}

.intro-bg {
  background: url(../images/slide3.jpg) no-repeat center center;
  background-size: cover;
}

.bg-vr {
  background: url(../images/bg-vr3.jpg) no-repeat center center;
  background-size: cover;
}

.ticker-container .ticker-emblem {
  margin-bottom: 20px;
}

.ticker-container h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 41px;
  padding: 7px 7px 7px 15px;
  text-transform: uppercase;
}
.ticker-container p a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 5px;
  font-weight: 200;
  line-height: 41px;
  padding: 7px 7px 7px 15px;
  text-transform: uppercase;
}

.nopadding {padding: 0 !important;}
.agenzia-bg {
  background: url(../images/bg-agency.jpg) no-repeat center center;
  background-size: cover;
}

.contatti-bg {
  background: url(../images/bg-contact.jpg) no-repeat center center;
  background-size: cover;
}
.servizi-bg {
  background: url(../images/bg-servizi.jpg) no-repeat center center;
  background-size: cover;
}
.servizi2-bg {
  background: url(../images/bg-servizi2.jpg) no-repeat center center;
  background-size: cover;
}
.serviziseo-bg {
  background: url(../images/bg-serviziseo.jpg) no-repeat center center;
  background-size: cover;
}
.rigenerazione-bg {
  background: url(../images/bg-rigenerazione.jpg) no-repeat center center;
  background-size: cover;
}
.hippocampus-bg {
  background: url(../images/bg-hippocampus2.jpg) no-repeat center center;
  background-size: cover;
}

.hippo-bg {
  height: 100%;
  background: url(../images/hippo-bg2.jpg) no-repeat center center;
  background-size: cover;
}
.perdonaci-bg {
  height: 100%;
  background: url(../images/bg-perdonacilafaccia.jpg) no-repeat center center;
  background-size: cover;
}

.web-bg {
  height: 100%;
  background: url(../images/web-marketing-bg.jpg) no-repeat center center;
  background-size: cover;
}
.webseo-bg {
  height: 100%;
  background: url(../images/web-marketing-seo.jpg) no-repeat center center;
  background-size: cover;
}
.social-bg {
  height: 100%;
  background: url(../images/social-marketing-bg.jpg) no-repeat center center;
  background-size: cover;
}

.stand-head-bg {
  background: url(../images/bg-stand.jpg) no-repeat center center;
  background-size: cover;
}
.stand-bg {
  height: 100%;
  background: url(../images/stand-bg.jpg) no-repeat center center;
  background-size: cover;
}

.video-head-bg {
  background: url(../images/bg-video-head.jpg) no-repeat center center;
  background-size: cover;
}
.video-bg {
  height: 100%;
  background: url(../images/video-bg.jpg) no-repeat center center;
  background-size: cover;
}

.main-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  -moz-box-shadow: 10px 1px 4px #000;
  -webkit-box-shadow: 10px 1px 4px #000;
  box-shadow: 10px 1px 4px #000;
}

.nav-bg {
  height: 100%;
  background: #fff;
  background-size: cover;
}

.main-nav-menu {
  list-style: none;
  padding: 0;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.main-nav-menu li {
  padding: 0;
}

.main-nav-menu li a.main-nav-link {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 8px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.main-nav-menu li a.main-nav-link:hover {
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.sub-nav {
  display: none;
  padding: 20px 0 15px;
}

.sub-nav a {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.sub-nav a:after {
  content: " / ";
  margin-left: 3px;
  margin-right: 3px;
}

.sub-nav a:last-child:after {
  display: none;
}

.social-wrap {
  list-style: none;
  padding: 0;
  margin-top: 70px;
}

.social-wrap li {
  display: inline-block;
  margin: 0 2px;
}

.social-wrap li a > img {
  width: 24px;
  opacity: 0.2;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.social-wrap li a:hover > img {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.credits {
  margin-top: 10px;
  font-size: 12px;
  line-height: 19px;
}

.info-button {
  position: fixed;
  bottom: 0;
  right: 10px;
}

.info-button > a {
  opacity: 0.3;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-button > a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.separator-section {
  padding: 100px 0;
}

.add-top {
  margin-top: 120px;
}

.add-bottom {
  margin-bottom: 120px;
}

.add-top-half {
  margin-top: 60px;
}

.add-bottom-half {
  margin-bottom: 60px;
}

.add-top-quarter {
  margin-top: 30px;
}

.pad-top {
  padding-top: 100px;
}

.pad-bottom {
  padding-bottom: 100px;
}

.pad-top-half {
  padding-top: 60px;
}

.pad-bottom-half {
  padding-bottom: 60px;
}

.pad {
  padding-left: 20px;
  padding-right: 20px;
}

.pad-common {
  padding: 100px;
}

.remove-top {
  margin-top: 0;
}

.remove-bottom {
  margin-bottom: 0;
}

.remove-bottom {
  margin-bottom: 0;
}

.remove-pad-top {
  padding-top: 0;
}

.remove-pad-bottom {
  padding-bottom: 0;
}

.mob-center > .img-responsive {
  display: inline-block;
}

.no-gutter {
  padding: 0 !important;
}

.valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.absolute-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.sticky-foot {
  max-height: 62px;
}

.fullwidth-forced {
  width: 100% !important;
  margin-left: 0 !important;
}

.inner-pad {
  padding: 140px;
}

.inner-pad2 {
  padding: 40px;
}
.inner-pad3 {
  padding: 80px;
}

.inner-pad2 h1,
.inner-pad2 h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  padding-bottom: 20px;
}
.inner-pad2 h3 {
  font-size: 20px !important;
}

.hero-heading {
  font-size: 124px;
  line-height: 136px;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8px;
}

.main-heading {
  font-size: 22px;
  line-height: 29px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 30px;
}

.sub-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.inner-heading {
  margin-top: 20px;
}

.inner-heading > span {
  font-size: 12px;
  line-height: 22px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.page-head h1 > span {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 41px;
  padding: 7px 7px 7px 15px;
  text-transform: uppercase;
}
.page-head h1 > span.lineaslogan {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 41px;
  padding: 7px 7px 7px 15px;
  text-transform: none;
}

.page-head h2 > span {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 41px;
  padding: 7px 7px 7px 15px;
  text-transform: uppercase;
}

.page-head p {
  margin-top: 30px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.text-index {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  padding: 10px;
  font-weight: 400;
}

.title-ln {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.btn-agp {
  border-radius: 0;
  text-decoration: none;
  padding: 12px 18px;
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-agp-big {
  border-radius: 0;
  text-decoration: none;
  padding: 18px 24px;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-agp-big2 {
  border-radius: 0;
  text-decoration: none;
  padding: 18px 75px;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.afterlink {
  display: inline-block;
  position: absolute;
  bottom: 120px;
  right: 40%;
  max-width: 120px;
}

.btn-agp:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-agp-white {
  border: solid 1px #fff;
  background: transparent;
  color: #fff;
}

.btn-agp-white:hover {
  border: solid 1px #fff;
  background: #fff;
  color: #4c4c4c;
}

.btn-agp-dark {
  border: solid 1px #4c4c4c;
  background: transparent;
  color: #4c4c4c;
}

.btn-agp-dark:hover {
  border: solid 1px #4c4c4c;
  background: #4c4c4c;
  color: #fff;
}
.btn-agp-red {
  border: solid 1px #fff;
  background: #dd0e0e;
  color: #fff;
}

.btn-agp-vr {
  border: solid 1px #fff;
  background: #4c9f88;
  color: #fff;
}

.btn-agp-color {
  background: transparent;
}

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

.top-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  min-height: 60px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.top-header-left,
.top-header-right {
  padding: 20px 0 17px;
}

.top-header h3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 24px;
  text-transform: uppercase;
}

.master-footer-left,
.master-footer-right {
  padding: 100px;
}

.page-head {
  margin-top: 60px;
}

.page-head-bg {
  background: url(http://placehold.it/1500x1000.jpg) no-repeat center center;
  background-size: cover;
}

/*
.tp-leftarrow {
	left:140px!important;
}

.tp-bullets {
	left:55%!important;
}
*/

.absolute-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}

.sr-caps h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 200px;
  line-height: 207px;
}

.sr-caps h5 {
  margin-top: 20px;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 31px;
}

.sr-caps h5 > span {
  padding: 15px;
  font-size: 20px;
  line-height: 27px;
  border: solid 2px #fff;
}

.sr-caps h2 {
  font-size: 84px;
  line-height: 91px;
  margin-top: 20px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.sr-caps h6.minimal > span {
  padding: 20px;
}

.sr-caps h6.minimal.dark > span {
  border: solid 2px #2d2d2d;
}

.sr-caps h6.minimal.white > span {
  border: solid 2px #fff;
}

.sr-caps h6.minimal {
  margin-top: 20px;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 39px;
}

.sr-caps h6 {
  margin-top: 20px;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 39px;
}

.sr-caps h6.dark > span {
  border-top: solid 2px #2d2d2d;
}

.sr-caps h6.white > span {
  border-top: solid 2px #fff;
}

.sr-caps h6 > span {
  padding-top: 20px;
}

.works-grid {
  width: 100%;
  position: relative;
  font-size: 25px;
  font-family: "Helvetica";
  color: #eaeaea;
}

.works-grid .box {
  float: left;
  position: relative;
  text-align: center;
}

.works-grid .box a {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.works-grid .box a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.works-grid .box h3 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.works-grid .box p > span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 20px;
  padding: 7px;
  padding-left: 15px;
  text-transform: uppercase;
}

#fillers {
  display: none;
}

.fillerBox {
  float: left;
  position: relative;
}

.novamason {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.works-filter {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.works-filter li {
  display: inline-block;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.works-filter li a > span {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 8px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 5px;
}

.works-filter li:hover {
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.works-filter li:after {
  content: "/";
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 23px;
  margin-left: 10px;
  margin-right: 10px;
}

.works-filter li a.active > span {
  background: #fff;
  color: #000;
  padding-left: 16px;
}

.works-filter li:last-child:after {
  display: none;
}

.novamason {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.fade-out {
  opacity: 0.1 !important;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.fade-out > a {
  display: none;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

#cavalluccio-carousel .cavalluccio-item img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.about-bg {
  height: 100%;
  background: url(../images/cavalluccio.jpg) no-repeat center center;
  background-size: cover;
}

.about-content p {
  font-size: 18px;
  line-height: 30px;
}

.big-font p {
  font-size: 20px;
  line-height: 35px;
}

.service-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-item a {
  display: block;
}

.testimonial-wrap > img {
  border-radius: 50%;
}

.testimonial-wrap > h6 {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 19px;
  margin: 20px 0;
  text-transform: uppercase;
}

.testimonial-wrap > p {
  margin-top: 20px;
}

.service-details-switcher {
  list-style: none;
  padding: 0;
}

.service-details {
  display: none;
}

.service-details:first-child {
  display: block;
}

.service-item {
  padding: 50px 0 !important;
}

.service-carousel-item {
  padding: 100px 0;
}

.service-carousel-item > .triangle-arrow-up {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px;
  border-color: transparent transparent #dd0e0e;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.active-service {
  display: block !important;
}

.highlight {
  background: #e05c50;
  color: #fff;
  padding: 3px;
}

.team-info {
  padding: 0 60px;
}

.team-social {
  margin-top: 20px;
}

.team-social > span {
  width: 50%;
  border-top: solid 1px #1c1c1e;
  padding-top: 20px;
  display: inline-block;
}

.team-container h3 a {
  color: #000;
}

.team-social img {
  opacity: 1;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.team-social img:hover {
  opacity: 0.4;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.team-info > .triangle-arrow-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 26px 15px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  bottom: 0;
  left: -26px;
  top: 50%;
  margin-top: -15px;
}

.team-info > .triangle-arrow-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 0;
  right: -26px;
  top: 50%;
  margin-top: -15px;
}

.triangle-arrow {
  z-index: 50;
}

.team-info h6 {
  margin-bottom: 20px;
}

.team-info h6 > span {
  padding: 6px;
  border: solid 1px;
  font-size: 10px;
  line-height: 17px;
  display: inline-block;
}

.valign p span {
  font-style: italic;
}

.news-container {
  padding: 0;
}

.news-item {
  margin: 0;
}

.news-item-one-third {
  width: 33.3% !important;
}

.news-item-one-half {
  width: 50% !important;
}

.news-item-two-third {
  width: 66.6% !important;
}

.news-image {
  padding: 0;
}

.news-item-inner {
  padding: 60px;
}

.news-item h1 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 6px;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}

.news-item h3 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 21px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}

.news-item p > span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 20px;
  padding: 7px;
  padding-left: 15px;
  text-transform: uppercase;
}

.works-container {
  padding: 0;
}

.works-item {
  margin: 0 !important;
  padding: 0 !important;
  width: 24.9% !important;
  background-color: #121212;
}

.istantanee-grid {
  width: 33% !important;
}

.works-item a {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  z-index: 100;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.works-item a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info a:hover {
  cursor: url(../images/plus.png) 40 40, crosshair;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.zoom a:hover {
  cursor: url(../images/zoom.png) 40 40, crosshair;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.works-item-inner {
  text-align: center;
}

.works-item-inner h3 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.works-item-inner p > span {
  font-size: 18px;
  font-weight: 200;
  line-height: 25px;
  padding: 7px;
  font-style: italic;
}
.nome-azienda {
  background-color: #fff;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
}

.credits-ticker {
  text-align: center;
  margin: 0;
}

.credits-ticker ul {
  list-style: none;
}

.credits-ticker h3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.credits-ticker h6 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 19px;
  text-transform: uppercase;
}

.credit-ticker .social-wrap {
  margin-top: 0;
}

.clients-container {
  padding: 100px;
}

.client-logo-inner {
  opacity: 0.3;
  border-right: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.client-logo-inner:hover {
  opacity: 1;
  border-right: solid 2px #eee;
  border-bottom: solid 2px #eee;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.client-logo:last-child .client-logo-inner {
  border-right: none;
}

.client-logo-row:last-child .client-logo-inner {
  border-bottom: none;
}

.awards-container {
  padding: 100px;
}

.awards-item {
  border-right: solid 1px #ccc;
  padding: 60px;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.awards-item:hover {
  opacity: 1;
  border-right: solid 1px #eee;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-item:last-child .awards-item {
  border-right: none;
}

.awards-item h3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.awards-item h1 {
  margin-top: 0;
}

.awards-item h1 > span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  text-transform: uppercase;
  border-top: solid 1px #000;
  padding-top: 10px;
}

.single-project-content-inner {
  padding: 80px 40px;
}

.single-project-slider-wrap {
  margin-bottom: 30px;
}

.single-project-block a > .zoom-icon-wrap {
  position: absolute;
  background: url(../images/zoom.png) center center no-repeat;
  top: 0;
  width: 92%;
  height: 100%;
}

.zoom-icon-wrap {
  opacity: 0;
}

.single-project-block a:hover > img {
  opacity: 0.2;
}

.single-project-block a:hover > .zoom-icon-wrap {
  opacity: 1;
}

.contact-form {
  display: none;
}

.email-wrap {
  padding-top: 20px;
}

.contact-mail {
  font-size: 18px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #fff;
}

.contact-form-wrap {
  display: none;
  padding-top: 30px;
}

.contact-item {
  padding: 0;
}

.address-heading {
  padding: 0;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: 21px;
  text-transform: uppercase;
}

.email-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 27px;
  margin-bottom: 0;
  padding: 0;
}

input {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #444 !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 25px !important;
  height: 50px !important;
  margin-bottom: 10px !important;
  padding: 10px !important;
  width: 100%;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

input:focus,
textarea:focus {
  border-bottom: none !important;
  color: #444 !important;
  background: #f2f2f2 !important;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

textarea {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #444 !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 25px !important;
  margin-top: 0;
  padding: 10px !important;
  resize: none;
  width: 100%;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

input.send_message {
  background: none repeat scroll 0 0 #ef4a4a;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  width: 120px;
}

input.send_message:hover {
  background: none repeat scroll 0 0 #262932;
}

fieldset {
  border: 0 none;
  float: left;
  padding: 0;
  position: relative;
  width: 100%;
}

fieldset h1 {
  color: #000;
  font-size: 24px;
}

.contact-label-box {
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 31px;
  padding: 30px 20px;
  text-align: center;
}

.contact-label-box > span {
  display: block;
  margin-right: 10px;
}

.contact-label-box > span > img {
  height: 60px;
  width: 60px;
}

.contact-label-box a:hover {
  color: #ccc;
  text-decoration: none;
}

.contact .alert {
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-shadow: none;
  font-size: 12px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
  background: #000;
  color: #fff;
  text-align: left;
}

.btn-wrap {
  margin-top: 60px;
}

.space-left {
  margin-left: 1%;
}

.alert {
  margin-top: 0;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.alert > p {
  padding: 5px;
  text-shadow: none;
  font-size: 14px;
  line-height: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.news-post-content .news-post-img {
  margin-bottom: 40px;
}

.news-post-inner h2 {
  font-size: 36px;
  line-height: 48px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.error-content-inner h2 {
  font-size: 72px;
  line-height: 86px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.master-footer h3 {
  font-size: 22px;
  line-height: 29px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 30px;
}

.footer-column {
  padding: 70px;
}
.footer-column2 {
  padding: 75px 70px;
}

.foot-links {
  list-style: none;
  padding: 0;
}

.foot-links li > a > span {
  margin: 5px 0;
  border-bottom: solid 1px #ccc;
}

.foot-links li > a > span {
  display: block;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 10px 0;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.foot-links li > a:hover > span {
  opacity: 0.5;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.twitter-handle {
  font-size: 24px;
  line-height: 31px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.copyright-text {
  margin-top: 15px;
  font-size: 14px;
  color: #fff !important;
}

.copyright-text a {
  color: #fff;
}
.copyright-text a:hover {
  text-decoration: underline;
}

.modal-content2 {
  background: #fff;
  box-shadow: none !important;
  border-radius: 0 !important;
}

figure.effect-ming {
  background: #030c17;
}

figure.effect-ming img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #dd0e0e;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming h2 {
  margin: 20% 0 10px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-ming p {
  padding: 1em;
  color: #dd0e0e !important;
  margin-top: 40%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover img {
  opacity: 0;
}

figure.anto-avatar:hover {
  background: url(../images/team/new/antonio.jpg) no-repeat;
  background-size: cover;
}
figure.ch-avatar:hover {
  background: url(../images/team/new/christian.jpg) no-repeat;
  background-size: cover;
}
figure.cristian-avatar:hover {
  background: url(../images/team/new/cristian.jpg) no-repeat;
  background-size: cover;
}
figure.sere-avatar:hover {
  background: url(../images/team/new/serena.jpg) no-repeat;
  background-size: cover;
}
figure.erika-avatar:hover {
  background: url(../images/team/new/erika.jpg) no-repeat;
  background-size: cover;
}
figure.tizzi-avatar:hover {
  background: url(../images/team/new/tiziana.jpg) no-repeat;
  background-size: cover;
}
figure.gaia-avatar:hover {
  background: url(../images/team/new/gaia.jpg) no-repeat;
  background-size: cover;
}
figure.chiara-avatar:hover {
  background: url(../images/team/new/chiara.jpg) no-repeat;
  background-size: cover;
}
figure.hippo-avatar:hover {
  background: url(../images/team/hippo-avatar.jpg) no-repeat;
  background-size: cover;
}
figure.marco-avatar:hover {
  background: url(../images/team/new/marco.jpg) no-repeat;
  background-size: cover;
}
figure.alvise-avatar:hover {
  background: url(../images/team/new/alvise.jpg) no-repeat;
  background-size: cover;
}
figure.vanessa-avatar:hover {
  background: url(../images/team/new/vanessa.jpg) no-repeat;
  background-size: cover;
}
figure.anna-avatar:hover {
  background: url(../images/team/new/anna.jpg) no-repeat;
  background-size: cover;
} */

figure {
  overflow: hidden;
  background: #3085a3;
  text-align: center;
}

figure img {
  opacity: 0.8;
}

figure figcaption {
  padding: 2em;
  color: #dd0e0e;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
  pointer-events: none;
}

figure figcaption,
figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figcaption p a {
  color: #dd0e0e;
}
figcaption p a:hover {
  color: #dd0e0e;
}
