@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

body {
  background: #fff;
  position: relative;
  overflow-x: hidden; }
body {
    font-family: "PT Sans", sans-serif;
    font-size: 22px;
    line-height: 1.428571429;
    color: #000;
    background-color: #fff;
}
body,
html {
  height: 100%;
  margin: 0; }
img {
    vertical-align: middle;
}
#main {
  height: 100%; }

#one .arrowDown
{
cursor:pointer;
}

section {
  padding: 0% 0;
  height: auto; }

.affix {
  display: inherit; }
  @media only screen and (min-width: 980px) and (max-width: 1279px) {
    .affix {
      display: inherit; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .affix {
      display: inherit; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .affix {
      height: 1400px; } }
  @media only screen and (max-width: 479px) {
    .affix {
      display: none; } }

#dot-nav {
  right: 10px;
  top: 50%;
  margin-top: -50px;
  height: 100px;
  z-index: 999; }

.container {
  margin: 0;
  width: 100% !important;
  padding: 0 !important; }

#dot-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#dot-nav li {
  position: relative;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 15px 15px 15px 15px;
  cursor: pointer;
  padding: 2px;
  height: 8px;
  margin: 10px 10px 0px 0px;
  width: 8px;
  vertical-align: bottom; }

#dot-nav li.active,
#dot-nav li:hover {
  border-color: black;
  background-color: transparent;
  padding: 5px;
  width: 10px;
  height: 10px;
  margin-left: -2px; }

#dot-nav a {
  outline: 0;
  vertical-align: top;
  margin: 0px 0px 0px 25px;
  position: relative;
  top: -5px; }

.awesome-tooltip + .tooltip > .tooltip-inner {
  background-color: #8e44ad;
  color: #f5f5f5;
  border: 1px solid #8e44ad; }

.awesome-tooltip + .tooltip.left > .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #8e44ad; }

#navbar {
  height: 0px;
  background-color: #FB94B4; }
#header-main {
    font-size: 14px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}
#header-main #header-top {
    position: relative;
    width: 100%;
    height: 75px;
    padding: 15px 20px;
    overflow: hidden;
    display: block;
    clear: both;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
}
#header-main #header-top #header-left {
    float: left;
    padding: 0px;
    margin: 0;
    margin-top: 5px;
}
#header-main #header-top #header-left img {
    height: 33px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
#header-main #header-top #open-mobile-social {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    background: #ccc;
    text-align: center;
}

#main_menu {
    display: block;
    width: 100%;
    height: 50px;
}
#main_menu a {
    width: 50%;
    float: left;
    display: table;
    text-align: center;
    text-transform: uppercase;
    background-color: #dfdfdf;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    vertical-align: middle;
    height: 100%;
}
#main_menu a span {
	padding-left:20px;
	padding-right:20px;
    font-size: 14px;
    line-height: 18px;
    color: rgb(170, 170, 170);
    display: table-cell;
    vertical-align: middle;
    font-family: 'PT Sans Caption';
    font-weight: 600;
}
#main_menu a.active {
    background-color: #fedb48;
}
#main_menu a.active span {
    color: rgb(62, 76, 84);
}

#main_menu::after {
    clear: both;
    content: "";
    display: block;
}
#main_menu a.active span,#main_menu a:hover span
{

opacity:1;
}


@media only screen and (max-width: 767px) {
#main_menu a.active
{
display:none;
}
#main_menu a
{
width:100%;
}
#main_menu a span
{

font-size:13px;
line-height:16px;
}
}




.clear
{
  clear: both;
}
.vidCont
{
  width: 33.3333%;
  float: left;
}

@media screen and (min-width: 768px){

#header-main #header-top #open-mobile-social {
    display: none;
}

}
#header-main #header-top #open-mobile-social i {
    color: #444;
    font-size: 1.6em;
}
#header-main #testatina {
    width: 100%;
    height: 60px;
    padding: 5px 20px;
    background-color: #f2f2f2;
    border-bottom: 12px solid #91375D;
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#header-main #testatina ul {
    float: left;
    margin: 0px;
    padding: 0;
}
#header-main #testatina ul li {
    float: left;
    list-style-type: none;
    margin: 0px 30px 0px 0px;
    padding: 0px;
    text-transform: uppercase;
    color: #999;
}
#header-main #testatina ul li.logoAdv img {
    max-height: 35px;
}
#header-main #testatina ul li#text-contenuto {
    position: relative;
    top: 7px;
    text-align: left;
    color: #999;
    line-height: 16px;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#header-main #testatina ul li#tooltip {
    width: 18px;
    position: relative;
    top: 15px;
    left: 0px;
    margin-right: 0 !important;
}
#header-main #testatina #header-right {
    float: right;
    text-align: right;
    margin: 0px;
}
#footer-main .logoH img, #footer-main .disclaimer img, #footer-main .firma img {
    display: inline-block;
}
#footer-main {
    font-size: 14px;
    background-color: #f2f2f2;
    border-bottom: 30px solid #91375D;
    padding: 20px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#footer-main .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.row:before, .row:after {
    content: " ";
    display: table;
}

#footer-main .logoH, #footer-main .disclaimer, #footer-main .firma {
    text-align: center;
}



@media (min-width: 1200px){

.container {
    width: 1170px;
}

}

@media (min-width: 992px){
.container {
    width: 970px;
}
}
@media (min-width: 768px){
.container {
    width: 750px;
}
.col-sm-3 {
    width: 25%;
}

}
@media (min-width: 768px){
.col-sm-3 {
    width: 25%;
}
}
@media (min-width: 768px){
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.socials {
    position: fixed;
    left: -100px;
    top: 50%;
    z-index: 1000;
    list-style: none;
    padding: 10px 7px 0;
    background-color: #fffcf8;
    font-size: 1em;
    margin: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    -o-transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.socials li {
    position: relative;
    z-index: 3;
    font-size: 1em;
    margin: 0;
    margin-bottom: 10px;
    display: block;
}




#one {
  min-height: 100px;
  height: auto;
  padding-top: 0px;
  height: auto;

}

#two {
  height: 200px;
  background-color: #fff; }

#three {
  height: 800px;
  background-color: #fff; }
  @media only screen and (min-width: 980px) and (max-width: 1279px) {
    #three {
      height: 950px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #three {
      height: 900px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #three {
      height: 1150px; } }
  @media only screen and (max-width: 479px) {
    #three {
      height: 1250px; } }

#four {
  height: 540px;
  background-color: #fff; }

#five {

  background-color: #fedb48; }

a:hover{
	text-decoration: none;
}

#six {
  height: 1130px;
  background-color: #fff; }
  @media only screen and (min-width: 980px) and (max-width: 1279px) {
    #six {
      height: 1290px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #six {
      height: 1150px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #six {
      height: 1400px; } }
  @media only screen and (max-width: 479px) {
    #six {
      height: 1600px; } }

#seven {
  min-height: 580px;
  height: auto;
  position: relative; }
  @media only screen and (min-width: 980px) and (max-width: 1279px) {
    #seven {
      height: 750px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #seven {
      height: 750px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #seven {
      height: 830px; } }
  @media only screen and (max-width: 479px) {
    #seven {
      height: 770px; } }

#eight {
  height: 510px; }
  @media only screen and (min-width: 980px) and (max-width: 1279px) {
    #eight {
      height: 650px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #eight {
      height: 450px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #eight {
      height: 500px; } }
  @media only screen and (max-width: 479px) {
    #eight {
      height: 600px; } }

#nine {
  min-height: 580px;
  height: auto;
  position: relative; }
  @media only screen and (min-width: 980px) and (max-width: 1279px) {
    #nine {
      height: 710px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #nine {
      height: 660px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #nine {
      height: 770px; } }
  @media only screen and (max-width: 479px) {
    #nine {
      height: 770px; } }

#ten {
  height: 390px; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #ten {
      height: 260px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #ten {
      height: 390px; } }
  @media only screen and (max-width: 479px) {
    #ten {
      height: 420px;
      padding-top: 20px; } }

#eleven {
  height: 350px;
  position: relative;
  background-color: #fedb48; }
@media only screen and (max-width: 1100px) {
    #eleven .titScopri {
      font-size:24px; line-height:30px; } }

  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #eleven {
      height: 300px; }
	#eleven .titScopri {
      font-size:20px; line-height:24px; }
	
 }
  @media only screen and (max-width: 479px) {
    #eleven {
      height: 230px; }
#eleven .titScopri {
      font-size:16px; line-height:20px;
	width: 88% !important;
	max-width:400px;
	left:6% !important;
	margin-left:0px !important
 }
 }


#tredici {
  height: 160px;
  position: relative;
  background-color: #fedb48; }
@media only screen and (max-width: 1100px) {
    #tredici .titScopri {
      font-size:13px; line-height:16px; } }

  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #tredici {
       }
  #tredici .titScopri {
      font-size:13px; line-height:16px; }
  
 }
  @media only screen and (max-width: 479px) {
    #tredici {
        width: 220px;
      }
#tredici .titScopri {
      font-size:16px; line-height:20px;
  width: 88% !important;
  max-width:400px;
  left:6% !important;
  margin-left:0px !important
 }
 }
#tredici .titScopri {
    font-size: 13px;
    width: 50%;
}


#twelve {
  height: auto; }

.box45 {
  width: 44%;
  height: auto;
  float: left; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .box45 {
      width: 100%; } }
  @media only screen and (max-width: 479px) {
    .box45 {
      width: 100%; } }

.box55 {
  width: 54%;
  height: auto;
  float: left; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .box55 {
      width: 100%; } }
  @media only screen and (max-width: 479px) {
    .box55 {
      width: 100%; } }

.box55center {
  float: left;
  width: 70%;
  height: auto;
  left: 50%;
  margin-left: -35%; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .box55center {
      width: 100%;
      margin-left: -50%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .box55center {
      width: 100%;
      margin-left: -50%; } }
  @media only screen and (max-width: 479px) {
    .box55center {
      width: 100%;
      margin-left: -50%; } }
  .box55center .txtStandardTilte {
    width: 100%;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    animation: txtStandardTilte7 2s forwards; }
@keyframes txtStandardTilte7 {
  0% {
    margin-left: 60px; }
  100% {
    margin-left: 0px; } }
  .box55center .txtStandardTxt {
    width: 100%;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    animation: txtStandardTxt7 2s forwards; }
@keyframes txtStandardTxt7 {
  0% {
    margin-left: -60px; }
  100% {
    margin-left: 0px; } }
.cont-slider {
  width: 100%;
  height: auto;
  padding-left: 15%;
  padding-right: 15%;
  float: left;
  position: relative; }
  @media only screen and (max-width: 479px) {
    .cont-slider {
      padding-left: 5%;
      padding-right: 5%; } }

.contSlidericoTXT {
  height: auto;
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
  position: relative; }
  @media only screen and (max-width: 479px) {
    .contSlidericoTXT {
      padding-left: 5%;
      padding-right: 5%; } }
  .contSlidericoTXT .box45s8 {
    width: 45%;
    height: auto;
    position: relative;
    float: left; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .contSlidericoTXT .box45s8 {
        width: 100%;
        padding-bottom: 50px; } }
    @media only screen and (max-width: 479px) {
      .contSlidericoTXT .box45s8 {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%; } }
    .contSlidericoTXT .box45s8 .inphoImg img {
      width: 90%;
      height: auto;
      margin-left: 0px;
      margin-top: 0px;
      opacity: 0;
      animation-delay: 2s;
      animation: imgInphoHead 3s forwards; }
@keyframes imgInphoHead {
  0% {
    opacity: 0;
    margin-left: -50px; }
  100% {
    opacity: 1;
    margin-left: 0; } }
    .contSlidericoTXT .box45s8 .inphoImgLeft img {
      width: 90%;
      height: auto;
      max-width: 100%;
      margin-top: 40px;
      animation-delay: 1s;
      opacity: 0;
      animation: imgCircleHer 1s forwards; }
@keyframes imgCircleHer {
  0% {
    opacity: 0;
    margin-left: 60px; }
  100% {
    opacity: 1;
    margin-left: 30px; } }
  .contSlidericoTXT .box55s8 {
    width: 50%;
    height: auto;
    position: relative;
    float: left; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .contSlidericoTXT .box55s8 {
        width: 100%; } }
    @media only screen and (max-width: 479px) {
      .contSlidericoTXT .box55s8 {
        margin-top: 30px;
        width: 100%; } }
    .contSlidericoTXT .box55s8 .txtStandardTilte {
      width: 100%;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      animation: txtStandardTilte7 2s forwards; }
@keyframes txtStandardTilte7 {
  0% {
    margin-left: 60px; }
  100% {
    margin-left: 0px; } }
    .contSlidericoTXT .box55s8 .txtStandardTxt {
      width: 100%;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      animation: txtStandardTxt7 2s forwards; }
@keyframes txtStandardTxt7 {
  0% {
    margin-left: -60px; }
  100% {
    margin-left: 0px; } }
  .contSlidericoTXT .box55s9 {
    width: 50%;
    height: auto;
    position: relative;
    float: left;
    left: 0px; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .contSlidericoTXT .box55s9 {
        width: 100%; } }
    @media only screen and (max-width: 479px) {
      .contSlidericoTXT .box55s9 {
        margin-top: 30px;
        width: 100%; } }
    .contSlidericoTXT .box55s9 .txtStandardTilte {
      width: 100%;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      animation: txtStandardTilte7 2s forwards; }
@keyframes txtStandardTilte7 {
  0% {
    margin-left: 60px; }
  100% {
    margin-left: 0px; } }
    .contSlidericoTXT .box55s9 .txtStandardTxt {
      width: 100%;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      animation: txtStandardTxt7 2s forwards; }
@keyframes txtStandardTxt7 {
  0% {
    margin-left: -60px; }
  100% {
    margin-left: 0px; } }
  .contSlidericoTXT .box55c10 {
    float: left;
    width: 60%;
    height: auto;
    left: 50%;
    margin-left: -48%; }
    @media only screen and (min-width: 768px) and (max-width: 1279px) {
      .contSlidericoTXT .box55c10 {
        width: 100%;
        margin-left: -50%; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .contSlidericoTXT .box55c10 {
        width: 100%;
        margin-left: -50%; } }
    @media only screen and (max-width: 479px) {
      .contSlidericoTXT .box55c10 {
        width: 100%;
        margin-left: -50%; } }
    .contSlidericoTXT .box55c10 .txtStandardTilte {
      width: 100%;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      animation: txtStandardTilte7 2s forwards; }
@keyframes txtStandardTilte7 {
  0% {
    margin-left: 60px; }
  100% {
    margin-left: 0px; } }
    .contSlidericoTXT .box55c10 .txtStandardTxt {
      width: 100%;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      animation: txtStandardTxt7 2s forwards; }
@keyframes txtStandardTxt7 {
  0% {
    margin-left: -60px; }
  100% {
    margin-left: 0px; } }
        /*

*/
.containerPlayFirsttip {
  width: 117px;
  height: 117px;
  position: absolute;
  left: -53px;
  top: -49px;
  z-index: 999;
  -webkit-animation-delay: 3s;
  /* Chrome, Safari, Opera */
  animation-delay: 3s;
  animation: goPlay 3s;
  animation-play-state: paused linear;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
@keyframes goPlay {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.containerPlay {
  width: 117px;
  height: 117px;
  position: absolute;
  left: -58px;
  top: 181px;
  z-index: 999;
  -webkit-animation-delay: 3s;
  /* Chrome, Safari, Opera */
  animation-delay: 3s;
  animation: goPlay2 3s;
  animation-play-state: paused linear;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
@keyframes goPlay2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.play,
.pause {
  display: inline-block;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  position: relative;
  border: 5px solid #ffffff;
  cursor: pointer; }

/* Pseudo elements */
.play:before,
.pause:before,
.pause:after {
  content: "";
  position: absolute; }

.play:before {
  top: 29px;
  left: 40px;
  width: 0em;
  height: 0em;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 45px solid #ffffff; }

.pause:before {
  background: #ffffff;
  top: 29px;
  left: 39px;
  width: 7px;
  height: 47px; }

.pause:after {
  background: #ffffff;
  top: 29px;
  left: 62px;
  width: 7px;
  height: 47px; }

/* Hover effects */
.play:hover,
.pause:hover {
  border-color: orange; }

.play:hover:before {
  border-left-color: orange; }

.pause:hover:before,
.pause:hover:after {
  background: orange; }

/* Hero Video + Fallback */
.contViedeo {
  width: 100%;
  height: auto;
  position: relative; }

.playV,
.pauseV {
  display: inline-block;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  position: relative;
  border: 5px solid #ffffff;
  cursor: pointer; }

.pauseV
{
opacity:0;
-webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.vidCont:hover .pauseV
{
opacity:1;
}

/* Pseudo elements */
.playV:before,
.pauseV:before,
.pauseV:after {
  content: "";
  position: absolute; }

.playV:before {
  top: 29px;
  left: 40px;
  width: 0em;
  height: 0em;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 45px solid #ffffff; }

.pauseV:before {
  background: #ffffff;
  top: 29px;
  left: 39px;
  width: 7px;
  height: 47px; }

.pauseV:after {
  background: #ffffff;
  top: 29px;
  left: 62px;
  width: 7px;
  height: 47px; }

/* Hover effects */
.playV:hover,
.pauseV:hover {
  border-color: orange; }

.playV:hover:before {
  border-left-color: orange; }

.pauseV:hover:before,
.pauseV:hover:after {
  background: orange; }

.containerPlayVideo {
  width: 117px;
  height: 117px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -58px;
  margin-left: -58px; }

#hero-vid1 {
  background: url("../img/video_01.png") no-repeat scroll 0 0 #000;
  background-size: cover;
  width: 100% !important;
  height: auto !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  display: table;
  table-layout: fixed;
  margin: 0 auto; }
#hero-vid2 {
  background: url("../img/video_02.png") no-repeat scroll 0 0 #000;
  background-size: cover;
  width: 100% !important;
  height: auto !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  display: table;
  table-layout: fixed;
  margin: 0 auto; }
#hero-vid3 {
  background: url("../img/video_03.png") no-repeat scroll 0 0 #000;
  background-size: cover;
  width: 100% !important;
  height: auto !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  display: table;
  table-layout: fixed;
  margin: 0 auto; }


/*   enzo new */

#navigation {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
#navigation li {
    position: relative;
    margin: 0;
    margin-bottom: 15px;
    display: block;
}
#navigation li a.active {
    background-color: rgba(68, 68, 68, 0);
}
#navigation li a {
    position: relative;
    display: block;
    left: 20px;
    height: 8px;
    width: 8px;
    background-color: #444;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
#navigation:hover {
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}
#navigation li a:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 2px solid #444;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    opacity: 0;
    filter: alpha(opacity=0)
}

#navigation li a:hover {
    background-color: rgba(68, 68, 68, 0)
}

#navigation li a:hover:after {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    opacity: 1;
    filter: alpha(opacity=100)
}

#navigation li a.active {
    background-color: rgba(68, 68, 68, 0)
}

#navigation li a.active:after {
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    opacity: 1;
    filter: alpha(opacity=100)
}

#navigation li:last-child {
    margin-bottom: 0px
}

@media screen and (max-width: 767px) {
    #navigation {
        display: none
    }
}



#header-main {
    font-size: 14px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}
#header-main #header-top {
    position: relative;
    width: 100%;
    height: 75px;
    padding: 15px 20px;
    overflow: hidden;
    display: block;
    clear: both;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
}
#header-main #header-top #header-left {
    float: left;
    padding: 0px;
    margin: 0;
    margin-top: 5px;
}
#header-main #header-top #header-left img {
    height: 33px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
#header-main #header-top #open-mobile-social {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    background: #ccc;
    text-align: center;
}


@media screen and (min-width: 768px){

#header-main #header-top #open-mobile-social {
    display: none;
}

}
#header-main #header-top #open-mobile-social i {
    color: #444;
    font-size: 1.6em
}

@media screen and (min-width: 768px) {
    #header-main #header-top #open-mobile-social {
        display: none
    }
}

#header-main #testatina {
    width: 100%;
    height: 60px;
    padding: 5px 20px;
    background-color: #f2f2f2;
    border-bottom: 12px solid #91375D;
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#header-main #testatina ul {
    float: left;
    margin: 0px;
    padding: 0
}

#header-main #testatina ul li {
    float: left;
    list-style-type: none;
    margin: 0px 30px 0px 0px;
    padding: 0px;
    text-transform: uppercase;
    color: #999
}

#header-main #testatina ul li.logoAdv img {
    max-height: 35px
}

#header-main #testatina ul li#text-contenuto {
    position: relative;
    top: 7px;
    text-align: left;
    color: #999;
    line-height: 16px;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#header-main #testatina ul li#tooltip {
    width: 18px;
    position: relative;
    top: 15px;
    left: 0px;
    margin-right: 0 !important
}

#header-main #testatina ul li#tooltip .popover {
    font-size: 0.9em;
    min-width: 250px;
    color: #444
}

#header-main #testatina #header-right {
    float: right;
    text-align: right;
    margin: 0px
}

#header-main #testatina #header-right a.numix {
    margin-top: 8px;
    display: inline-block
}

#header-main #testatina #header-right a.numix img {
    display: inline-block
}

@media screen and (min-width: 768px) {
    #header-main.small-height #header-top {
        padding: 7px 20px;
        height: 45px
    }
    #header-main.small-height #header-top #header-left img {
        height: 20px
    }
    #header-main.small-height #header-top #social-counters {
        width: 270px;
        height: 53px
    }
    #header-main.small-height #header-top #social-counters ul li {
        height: 25px
    }
    #header-main.small-height #header-top #social-counters ul li a i {
        font-size: 2em;
        line-height: 1.4em
    }
}

@media screen and (max-width: 767px) {
    #header-main #header-top {
        width: 100%;
        height: 55px;
        padding: 0 10px;
        display: block;
        clear: both;
        background: #fff
    }
    #header-main #header-top #header-left {
        width: 50%;
        margin: 0;
        padding: 18px 0
    }
    #header-main #header-top #header-left img {
        width: 200px;
        height: auto
    }
    #header-main #header-top #social-counters {
        width: 50%;
        height: 33px;
        margin: 0;
        padding: 10px
    }
    #header-main #header-top #social-counters ul li {
        height: 35px;
        margin-right: 5px
    }
    #header-main #header-top #social-counters ul li a {
        color: #444;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease
    }
    #header-main #header-top #social-counters ul li a i {
        font-size: 2.6em;
        display: inline-block;
        line-height: 35px
    }
    #header-main #header-top #social-counters ul li span.num {
        display: none
    }
    #header-main #testatina {
        height: 43px;
        padding: 2px 10px;
      
    }
    #header-main #testatina ul {
        float: left;
        width: 55%;
        margin: 0;
        padding: 3px 0
    }
    #header-main #testatina ul li {
        float: left;
        list-style-type: none;
        margin: 0px 10px 0px 0px;
        padding: 0px;
        text-transform: uppercase;
        color: #999
    }
    #header-main #testatina ul li.logoAdv {
        width: 75px
    }
    @media screen and (max-width: 767px){
#header-main #testatina ul li.logoAdv {
    max-height: 30px;
    margin: 0px 5px 0px 0px;
}
}
    #header-main #testatina ul li.logoAdv img {
        max-height: 30px
    }
    #header-main #testatina ul li#text-contenuto {
        width: auto;
        top: 3px;
        color: #999;
        font-size: 10px;
        line-height: 1.2em
    }
    #header-main #testatina ul li#tooltip {
        top: 5px
    }



    #header-main #testatina ul li#tooltip .popover {
        font-size: 0.8em
    }
    #header-main #testatina #header-right {
        width: 45%;
        float: right;
        padding: 5px 10px 0px 0px
    }
    #header-main #testatina #header-right a.numix {
        margin-top: 0px;
        display: block
    }
}
#header-main #header-top #open-mobile-social i, .step, .response, #four-section .circle .circle-content, #fourteen-section .play, #fourteen-section .video h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#header-main #header-top #open-mobile-social i {
    color: #444;
    font-size: 1.6em;

}



#header-main #testatina {
    width: 100%;
    height: 60px;
    padding: 5px 20px;
    background-color: #f2f2f2;
    border-bottom: 12px solid #91375D;
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#header-main #testatina ul {
    float: left;
    margin: 0px;
    padding: 0;
}
#header-main #testatina ul li {
    float: left;
    list-style-type: none;
    margin: 0px 30px 0px 0px;
    padding: 0px;
    text-transform: uppercase;
    color: #999;
}
#header-main #testatina ul li.logoAdv img {
    max-height: 35px;
}

#header-main #testatina ul li#text-contenuto {
    position: relative;
    top: 7px;
    text-align: left;
    color: #999;
    line-height: 16px;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (max-width: 480px){
#header-main #testatina ul li#text-contenuto {
    font-size: 10px;
    line-height: 1.2em;
}
}
@media screen and (max-width: 767px){
#header-main #testatina ul li#text-contenuto {
    width: auto;
    top: 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.2em;
}
}



#header-main #testatina ul li#tooltip {
    width: 18px;
    position: relative;
    top: 15px;
    left: 0px;
    margin-right: 0 !important;
}

 @media screen and (max-width: 767px){
    #header-main #testatina ul li#tooltip {
        top: 5px
    }
    .question {
    width: 300px;
    left: 50%;
    margin-left: -150px;
    position: relative;
    background-image: url(../img/sfondo_quizMobile.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 380px;
    margin-top: 40px;
}

}

#header-main #testatina #header-right {
    float: right;
    text-align: right;
    margin: 0px;
}
#footer-main .logoH img, #footer-main .disclaimer img, #footer-main .firma img {
    display: inline-block;
}
#footer-main {
    font-size: 14px;
    background-color: #f2f2f2;
    border-bottom: 30px solid #91375D;
    padding: 20px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#footer-main .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.row:before, .row:after {
    content: " ";
    display: table;
}

#footer-main .logoH, #footer-main .disclaimer, #footer-main .firma {
    text-align: center;
}

@media screen and (max-width: 767px){
#header-main #testatina {
    height: 43px;
    padding: 2px 10px;
}
}


@media screen and (max-width: 480px){
#header-main #testatina {
    padding: 2px 5px;
    overflow: hidden;
}
}

@media (min-width: 1200px){

.container {
    width: 1170px;
}

}

@media (min-width: 992px){
.container {
    width: 970px;
}
}
@media (min-width: 768px){
.container {
    width: 750px;
}
.col-sm-3 {
    width: 25%;
}

}
@media (min-width: 768px){
.col-sm-3 {
    width: 25%;
}
}
@media (min-width: 768px){
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.socials {
    position: fixed;
    left: -100px;
    top: 50%;
    z-index: 1000;
    list-style: none;
    padding: 10px 7px 0;
    background-color: #fffcf8;
    font-size: 1em;
    margin: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    -o-transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.socials li {
    position: relative;
    z-index: 3;
    font-size: 1em;
    margin: 0;
    margin-bottom: 10px;
    display: block;
}
.socials li a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #444;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.socials li a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.socials li a:hover.twitter {
    background-color: #00aced
}

.socials li a:hover.facebook {
    background-color: #3b5998
}

.socials li a:hover.google {
    background-color: #dd4b39
}

.socials li a:hover.linkedin {
    background-color: #007bb5
}

.socials li a:hover.whatsapp {
    background-color: #43d854
}

@media screen and (min-width: 768px) {
    .socials li a.whatsapp {
        display: none
    }
}

@media screen and (max-width: 1199px) {
    .socials {
        padding: 10px 5px 0;
        font-size: 0.9em
    }
    .socials:hover {
        padding: 10px 7px 0
    }
    .socials li a {
        height: 30px;
        width: 30px;
        line-height: 30px
    }
}

@media screen and (max-width: 767px) {
    .socials {
        display: none;
        top: 0px;
        right: 0;
        padding: 10px;
        width: 60px;
        z-index: 9999;
        left: auto !important;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .socials li a {
        height: 40px;
        width: 40px;
        line-height: 40px
    }
    .socials li a:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.socials:hover {
    padding: 10px
}
.rwd-video iframe, .rwd-video object, .rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
@media screen and (max-width: 767px) {

.vidCont {
    width: 100%;
    float: left;
}
}
/*# sourceMappingURL=style.css.map */

.sticky-correlati
{
display:none;
top:auto !important;
bottom:5px !important;
}

#banner_footer a
{
display:block;
}

@media screen and (max-width: 1240px) {

.videoTitle {
    
	text-align:center !important;
	padding-left:6% !important;
	padding-right:6% !important;
    float:none !important;
	font-size:32px !important;
	line-height:36px !important;
	padding-top: 18px;
	height: 83px !important;
}
}

@media screen and (max-width: 1023px) {

.videoTitle {
    
    font-size:24px !important;
	line-height:28px !important;
	height: 70px !important;
}
}

@media screen and (max-width: 767px) {

.videoTitle {
    
	font-size:18px !important;
	line-height:22px !important;
	
	
}
}

@media screen and (max-width: 560px) {

.videoTitle {
    height: 80px !important;
	padding-top: 16px !important;
	

}
}
