.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 50%;
  height: 768px;
}
.mobonly {
  display:none;
}
@media screen and (max-width: 799px) {
  .column {
    float: left;
    width: 100%;
    height: 350px;
  }
  .mobonly{
    display:block;
  }
  .deskonly {
    display:none;
  }
  .column.cimg {
    background-size: cover !important;
    zoom: 0.8;
  }
}

@media screen and (max-width: 450px) {
  .skilltitle {
    line-height: 1.2 !important;
    padding-bottom: 25px;
  }
}

.column.ctext {
  display: table;
}

.skilltitle {
    font-size: 26px;
    line-height: 2;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #cc0000;
}

.skilltext {
    text-align: justify;
    align-items: center;
    display: table-cell;
    vertical-align: middle;
    padding: 11vw;
    line-height: 1.45;
}

.hiringtext {
  text-align: justify;
  align-items: center;
  display: table-cell;
  vertical-align: middle;
  padding: 5vw 11vw;
  line-height: 1.45;
}

.widecont {
  max-width: 100vw !important;
    width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    position: relative;
    left: 50%;
    right: 50%;
}

.firstone {
  margin-top:-4px;
}

.banner {
  margin-top:-9px;
}

.row.wiide{
  max-width: 100vw !important;
  width: 100vw !important;
  margin-left: -50vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  overflow-x: hidden;
}

@media only screen and (min-width: 600px){
  #fraseservizi {

      margin-top: 2em;
      margin-bottom: 3.5em;
  }
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media screen and (min-width:2000px) {
  .column.cimg {
    background-size: cover!important;
  }
}

.column.cimg {
  background-position: center !important;
}

.column.cimg.strategic {
    background: url(/img/skills/strategic/slider.gif);
}

.column.cimg.copywriting {
    background: url(/img/skills/copywriting/slider.jpg);
}

.column.cimg.graphic-design {
    background: url(/img/skills/graphic-design/slider.gif);
}

.column.cimg.web-development {
    background: url(/img/skills/web-development/slider.jpg);
}

.column.cimg.social-web-marketing {
    background: url(/img/skills/social/slider.gif);
}

.column.cimg.foto-video-production {
    background: url(/img/skills/foto-video-production/slider.gif);
}

.column.cimg.segreteria {
    background: url(/img/now-hiring/segreteria.jpg);
}
.column.cimg.fotografia {
    background: url(/img/now-hiring/fotografia.jpg);
}
.column.cimg.social {
    background: url(/img/now-hiring/social.jpg);
}

span.boldie {
    display: contents;
    font-weight: bold;
}

.gr1 {
    background-color: #EFEEEE;
}

.gr2 {
    background-color: #CDCCCC;
}

span.textbtn {
  width: 200px;
  background-color: #cc0000;
  -webkit-transition: background-color 1s;
  -moz-transition:    background-color 1s;
  -ms-transition:     background-color 1s;
  -o-transition:      background-color 1s;
  transition:         background-color 1s;
  color: white;
  padding: 10px;
  border-radius: 0px;
  margin-top: 20px;
}

.textbtn:hover {
  background-color: red;
}