@font-face {
  font-family: 'buenos_airesbold';
  src: url('../fonts/buenosaires-bold-webfont.woff2') format('woff2'),
    url('../fonts/buenosaires-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'buenos_airesbold_italic';
  src: url('../fonts/buenosaires-bolditalic-webfont.woff2') format('woff2'),
    url('../fonts/buenosaires-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'buenos_airesitalic';
  src: url('../fonts/buenosaires-italic-webfont.woff2') format('woff2'),
    url('../fonts/buenosaires-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'buenos_aireslight';
  src: url('../fonts/buenosaires-light-webfont.woff2') format('woff2'),
    url('../fonts/buenosaires-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'buenos_aireslight_italic';
  src: url('../fonts/buenosaires-lightitalic-webfont.woff2') format('woff2'),
    url('../fonts/buenosaires-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'buenos_airesregular';
  src: url('../fonts/buenosaires-regular-webfont.woff2') format('woff2'),
    url('../fonts/buenosaires-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'buenos_airesregular';
  background-color: #fcd90d;
  overflow-x: hidden;
}

a {
  color: #222222;
}

a:hover {
  color: #ff71a1;
}

p {
  color: #222222;
}

h1 {
  font-weight: 900;
}

h3 {
  font-weight: 700;
}
h4 {
  font-weight: 500;
}

@media (min-width: 256px) {

  p {
    font-size: 14px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  p {
    font-size: 15px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }


}

@media (min-width: 992px) {

  p {
    font-size: 16px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

}

@media (min-width: 1200px) {

  p {
    font-size: 18px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }


}

::-webkit-scrollbar {
  width: 15px
}

::-webkit-scrollbar-track {
  background-color: #dddddd;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: #ff71a1;
  border-radius: 0px
}



.navbar {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
}

.navbar-nav {
  background-color: white;
  border-bottom: 4px solid #222222;
}

@media (max-width: 981px) {
  .navbar-nav {
    display: inline-block;
  }
}

.navbar-collapse {
  border-bottom: none;
}

.attivo {
  background-color: #ff71a1;
  color: white;
}

.subattivo{
  color: #ff71a1;
}

.attivo:hover, .subattivo:hover {
  background-color: #EB5D8D;
  color: white;
}

.container-fluid {
  margin-top: -225px;
  padding-top: 225px;
}

.head {
  margin-top: -225px;
  padding-top: 300px;
  box-shadow: none;
  transform: skewY(-9deg);
  height: 600px;
  border-bottom: #fff solid 4px;
  box-shadow: inset 0 0 100px #222222;
}

.nuvole {
  background-image: url('../img/nuvole-sopra-le-righe.jpg');
  background-position: top;
  background-size: cover;
}

@media (max-width: 576px) {
  .head {
    margin-top: -200px;
    padding-top: 325px;
  }
}

.foot {
  padding-bottom: -500px;
  transform: skewY(-9deg);
}

.noskew {
  transform: skewY(9deg);
}

.colorlink{
  color: #dc004a;
}

.skillerhome {
  background-image: url('../img/x-ray-cat.jpg');
  background-color: #f772f1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform:translatez(0);
  -webkit-transform:translatez(0);
  padding: 30px 0;
  border-bottom: #222222 solid 4px;
}

@media (max-width: 768px) { .skillerhome{ background-size: auto 100vh;}}

.abianco a:hover{
color: white;
}

.articoli {
  background-color: #fff;
  padding: 30px 0;
  border-bottom: #222222 solid 4px;
}

.settanta {
  padding-top: 70px;
  padding-bottom: 70px;
}

.skiller {
  padding: 30px 0;
}

.bordosunero {
  border-top: #222222 solid 4px;
}

.bordogiunero {
  border-bottom: #222222 solid 4px;
}

.bordosugiunero {
  border-top: #222222 solid 4px;
  border-bottom: #222222 solid 4px;
}

.skiller a:hover {
  color: white;
}


.head-content {
  transform: skewY(9deg);
}

.card {
  box-shadow: none;
  border-radius: 0;
}

.card-title {
  margin-top: 0.75em;
}

.card-img-top {
  border: 4px solid #222222;
}

b {
  font-weight: 700;
}

.skill {
  padding: 5px 20px;
  -webkit-box-shadow: 3px 3px 0px 3px rgba(34, 34, 34, 1);
  -moz-box-shadow: 3px 3px 0px 3px rgba(34, 34, 34, 1);
  box-shadow: 3px 3px 0px 3px rgba(34, 34, 34, 1);
}

.card-text {
  border-top: #fff dotted 4px;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
  text-align: left;
  font-size: 20px;
}

.margini {
  margin-bottom: 15px;
  margin-top: 15px;
}

.bordotondo {
  border: 4px #222222 solid;
  border-radius: 50%;
  margin-bottom: 10px;
}

.frase {
  border: 4px dotted black;
}

.padsxdx {
  margin-right: 15px;
  margin-left: 15px;
}

.norow {
  margin-right: 0;
  margin-left: 0;
}

footer {
  position: relative;
  border-top: 4px white solid;
  background-color: #222222;
}

footer p {
  color: white;
  font-weight: 300;
  font-size: 18px;
}

footer h2 {
  color: #ff71a1;
}

footer h4 {
  color: #fcd90d;
}

footer h6 {
  font-size: 12px;
}

footer a {
  color: white;
}

.margine {
  margin: 0 auto;
  display: inline-block;
}

.footerpunto {
  position: relative;
  bottom: 125px;
  margin-bottom: -125px;
  max-width: 200px;
}

.bottone {
  padding: 15px;
  display: inline-block;
  border: #222222 solid 4px;
  transition: all ease 0.4s;
  color: #222222;
}

.bottone:hover {
  box-shadow: none;
  background-color: #EB5D8D;
  color: #fff;

}

.carousel-control-prev i,
.carousel-control-next i {
  color: #EB5D8D;
}

.evidenzia {
  background-color: white;
}

.evidenziagialla {
  border-bottom: #fcd90d 2px solid;
}

.sottolinea {
  border-bottom: #EB5D8D 3px solid;
  
}

.riduci {
  padding-right: 100px;
}


.gatto {
  background-image: url('../img/tre-gatti-dei-contatti.jpg');
  background-size: cover;
  background-position: top;
  box-shadow: inset 0 0 100px #222222;
}

.chisiamo {
  background-image: url('../img/chi-siamo-about-us.jpg');
  background-size: cover;
  background-position: top;
  box-shadow: inset 0 0 100px #222222;
}

.articolo1 { 
  background-color: #cfbaff;
  background-image: url('../img/linguaggio-inclusivo-header.jpg'); 
  background-position: bottom; 
  background-repeat: no-repeat;
  box-shadow: inset 0 0 100px #222222;}

  .articolo2 {
    background-color: #dcff79;
    background-image: url('../img/crm-marketing-header.jpg'); 
    background-position: bottom; 
    background-repeat: no-repeat;
    box-shadow: inset 0 0 100px #222222;

  }


@media (min-width: 1255px) {

  .chisiamo {

    background-position: top;
    background-position-y: 30%;
    box-shadow: inset 0 0 100px #222222;
  }

}

.blog {
  background-image: url('../img/blog.jpg');
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 100px #222222;
}

.servizi {
  background-image: url('../img/servizi-megafono.jpg');
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 100px #222222;
}

.spaziatura {
  height: 300px;
}

@media (max-width: 576px) {
  .spaziatura {
    height: 200px;
  }
}

.rosami {
  background-color: #ff71a1;
  color: white;
  display: inline-block;
  padding: 3px 9px;
  border-bottom: 3px solid #222222;
}

.biancami {
  background-color: white;
  display: inline-block;
  padding: 3px 9px;
  border-bottom: 3px solid #222222;
}

hr {
  border-top: dotted 4px #fff;
  height: 4px;
}

.rosa {
  border-top: dotted 4px #ff71a1;
}

.chi {
  background-color: #fcd90d;
  font-size: 14px;
  display: inline-block;
  padding: 2px 4px;
}


.giallo {
  background-color: #fcd90d;
}

.bianco {
  background-color: white;
}

.nascosto {
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s ease-in-out;
}

.waves-effect.waves-rosa .waves-ripple {
  background-color: rgba(255, 113, 161, 0.3);
}









/* FORM */

.contenitoreform {
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  border: #222222 solid 4px;

}

.form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 34px;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42857143;
  color: #222222;
  background-image: none;
  border-top: 0px solid #222222;
  border-right: 0px solid #222222;
  border-bottom: 3px solid #222222;
  border-left: 0px solid #222222;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}

.form-control:focus {
  border-color: #fcd90d;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.has-error .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #fe1564;
}

.has-error .form-control {
  border-color: #fe1564;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control:focus {
  border-color: #ff71a1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .input-group-addon {
  color: #fe1564;
  background-color: #f2dede;
  border-color: #fe1564;
}

.has-error .form-control-feedback {
  color: #fe1564;
}

.alert {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  margin-bottom: 0;
  border: 0 solid transparent;
  border-radius: 0;
  color: #000000;
}

.messages {
  height: 20px;
  text-align: center;
  padding-top: 10px;
}

.messages .close {
  display: none;
}

.form-control::-moz-placeholder {
  color: #222222;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #222222;
}

.form-control::-webkit-input-placeholder {
  color: #222222;
}

label {
  display: inline-block;
  color: #fff;
  background-color: #EB5D8D;
  padding: 4px 8px;

  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;

}

.btn-info {
  color: #222222;
  background-color: #fff;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
}

.btn-success {
  color: #222222;
  background-color: #fcd90d;
  border: none;
}

.btn-send {
  border: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #222222;
  background-color: #999900;
  border: 0;
  outline: 0 none;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #ccc;
  border-color: none;
}

.btn-success .badge {
  color: #EB5D8D;
  background-color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fcd90d;
}

.has-error .help-block {
  color: #fe1564;
}


.help {
  position: fixed;
  left: 10px;
  bottom: 0;
}

.freccina {
  position: absolute;
  right: 10px;

}



/* Icon 1 */

.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #222222;
}


.animated-icon2 span {
  background: #222222;
}

.animated-icon3 span {
  background: #222222;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.modal-dialog {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  margin-bottom: 0;

  min-width: 100%;

}

.modal-body {
  background-color: #fff;
}

body.modal-open {
  overflow-x: hidden;
}


.panel-default>.panel-heading {

  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}


.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "-";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 1px;
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "+";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.RT {
  position: absolute;
  fill: #fff;
  bottom: 10px;
  left: 10px;
  max-width: 3em;

}

.TNR:hover {
  fill: #cc0000;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;

  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

#return-to-top i {
  color: #ff71a1;
  margin: 0;
  position: relative;
  left: 12px;
  top: 11px;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



#return-to-top:hover i {
  color: #fff;
  top: 5px;
}