* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection { background: #FFAA4D; color: #000; }
::selection { background: #FFAA4D; color: #000;}


.parHyphens {
    text-align: left;
  -webkit-hyphens: auto;
    -moz-hyphens: auto;
  hyphens: auto;
}

#logoTop {
    font-weight: 700;
    padding: 0 !important;
    letter-spacing: 0.5px;
    margin-left: 30px;
    color: #FFF;
}

#logoTop:hover {
  color: #999;
}

/*
#logoTop::before, #logoTop::after { 
    content: "|";
    color: #FFAA4D;
}*/

.uk-navbar-nav {
    font-weight: 600;
    font-size: 14px !important;
}

.uk-navbar-nav a::before {
    content: "|";
    color: #FFAA4D;
    margin-right: 2px;
} 

/*.uk-navbar-nav a::after {
    content: "|";
    color: #FFAA4D;
    margin-left: 2px;
}*/

.hu-h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
}

@media screen and (min-width: 320px) {
  .hu-h3 {
    font-size: calc(40px + 5 * ((100vw - 320px) / 960));
  }
}

@media screen and (min-width: 1280px) {
  .hu-h3 {
    font-size: 45px;
  }
}

.hu-h3::before {
    content: "|";
    color: #FFAA4D;
    font-size: 40px;
    margin-right: 1vw;
    font-family: 'Work Sans', sans-serif;
}

.hu-h5 {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #fff;
    margin: 20px 0;
}

@media screen and (min-width: 320px) {
  .hu-h5 {
    font-size: calc(17px + 3 * ((100vw - 320px) / 960));
  }
}

@media screen and (min-width: 1280px) {
  .hu-h5 {
    font-size: 20px;
  }
}

.hu-body {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.5;
    color: #fff;
    margin: 20px 0;
}

@media screen and (min-width: 320px) {
  .hu-body {
    font-size: calc(12px + 4 * ((100vw - 320px) / 960));
  }
}

@media screen and (min-width: 1280px) {
  .hu-body {
    font-size: 16px;
  }
}

.hu-divider {
    width: 100%;
    height: 2px;
    background: #303030;
}

.projectsGrid {
  max-width: 1150px;
  margin-top: 5vw;
}

.pr-date {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.75;
    color: #fff;
    margin: 1vw 0;
}

.pr-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: : 0;
}

@media screen and (min-width: 320px) {
  .pr-title{
    font-size: calc(19px + 3 * ((100vw - 320px) / 960));
  }
}

@media screen and (min-width: 1280px) {
  .pr-title {
    font-size: 19px;
  }
}

.pr-subtitle {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: : 0;
}

@media screen and (min-width: 320px) {
  .pr-subtitle{
    font-size: calc(17px + 3 * ((100vw - 320px) / 960));
  }
}

@media screen and (min-width: 1280px) {
  .pr-subtitle {
    font-size: 17px;
  }
}

.pr-title::before {
    content: "|";
    color: #FFAA4D;
    margin-right: 5px;
}

.pr-divider {
    margin-top: 16px !important;
    margin-bottom: 0 !important;
    width: 10px;
}

.pr-body {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.5;
    color: #fff;
    margin: 1vw 0;
}

@media screen and (min-width: 320px) {
  .pr-body {
    font-size: calc(12px + 4 * ((100vw - 320px) / 960));
  }
}

@media screen and (min-width: 1280px) {
  .pr-body {
    font-size: 16px;
  }
}

.hu-animation-slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.at-date {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.5;
    color: #fff;
    margin: 2vw 0 0 0;
}

@media screen and (min-width: 320px) {
  .at-date {
    font-size: calc(12px + 4 * ((100vw - 320px) / 960));
  }
}

@media screen and (min-width: 1280px) {
  .at-date {
    font-size: 16px;
  }
}

.at-att {
    font-weight: 400;
    font-size: 14px;
    line-height: 0.5;
    letter-spacing: 0;
    color: #fff;
    margin: 1vw 0;
}

@media screen and (min-width: 320px) {
  .at-att {
    font-size: calc(14px + 2 * ((100vw - 320px) / 960));
  }
}

@media screen and (min-width: 1280px) {
  .at-att {
    font-size: 16px;
  }
}

.cont {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #fff;
    margin: 2vw 0;
}

.cont-att {
    margin: 0 !important;
}

@media screen and (min-width: 320px) {
  .cont {
    font-size: calc(14px + 2 * ((100vw - 320px) / 960));
  }
}

@media screen and (min-width: 1280px) {
  .cont {
    font-size: 16px;
  }
}


.cont-bold {
    font-weight: 700 !important;
}

.cont-ul {
    text-decoration: underline;
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
}

.footer {
    text-align: center;
}

.foot-txt {
    display: block;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.5;
    color: #fff;
    margin: 1vw 0;
}

.note {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5;
    color: #fff;
    margin: 1vw 0;
}

#profiloSection {
    padding-bottom: 30px;
}

#profilo {
  padding-top: 50px;
}

.uk-grid > div {
    margin-bottom: 40px;
}

.uk-nav-primary a {
    font-size: 14px;
    color: #fff !important;
    margin-bottom: 15px;
}

.uk-nav-primary a:hover {
    color: #999 !important;
}

.uk-nav-primary a::before {
    content: "|";
    color: #FFAA4D;
    margin-right: 2px;
} 

.uk-nav-primary a::after {
    content: "|";
    color: #FFAA4D;
    margin-left: 2px;
} 

.lang {
    font-size: 10px !important;
    margin-top: 5px;
}

.lang::before, .lang::after {
    content: "" !important;
}

.uk-navbar-transparent {
    margin-top: 30px !important;
}

#mob-nav {
    background-color: rgba(0,0,0,0);
}

#cont-section {
  margin-bottom: 300px;
}


#mainImg{
  user-drag: none; 
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
}

/*.tag {
  display: inline-block;
  padding: 2px 5px;
  color: #fff;
  vertical-align: middle;
  border-style: solid;
  border-width: 2px;
  border-color: #FFAA4D;
  margin-right: 5px;
  margin-bottom: 10px;
}*/

.tag_orange {
  display: inline-block;
  padding: 2px 5px 4px;
  color: #000;
  vertical-align: middle;
  background-color: #FFAA4D;
  margin-right: 5px;
  margin-bottom: 10px;
}

.tag_white {
  display: inline-block;
  padding: 2px 5px 4px;
  color: #000;
  vertical-align: middle;
  background-color: #FFF;
  margin-right: 5px;
  margin-bottom: 10px;
}

.hu-subtitle {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #fff;
    margin: 20px 0;
}

@media screen and (min-width: 320px) {
  .hu-subtitle {
    font-size: calc(17px + 3 * ((100vw - 320px) / 960));
  }
}

@media screen and (min-width: 1280px) {
  .hu-subtitle {
    font-size: 20px;
  }
}

.hu-subtitle_w::before {
    content: "•";
    color: #FFF;
    font-size: 20px;
    margin-right: 0.5vw;
    font-family: 'Work Sans', sans-serif;
}

.hu-subtitle_o::before {
    content: "•";
    color: #FFAA4D;
    font-size: 20px;
    margin-right: 0.5vw;
    font-family: 'Work Sans', sans-serif;
}

.at-date::before {
    content: "•";
    color: #FFAA4D;
    font-size: 12px;
    margin-right: 0.3vw;
    font-family: 'Work Sans', sans-serif;
}

.cont-or{
  color: #FFAA4D !important;
}

.hu-title {
  font-weight: 200;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  background-color: #000;
    margin-bottom: 100px;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 320px) {
  .hu-title {
    color: #fff;
    background-color: #000;
    font-size: calc(36px + 5 * ((100vw - 320px) / 960));
  }
}

@media screen and (min-width: 1280px) {
  .hu-title {
    color: #fff;
    background-color: #000;
    font-size: 20px;
  }
}

.hu_subtitle_underline {
  text-decoration: underline;
  text-decoration-color: #FFAA4D;
}

div#videobg2 {

  height: 100vh;
      width: 100%;


}

div#videobg2 video {

  position: absolute;
    z-index: 0;
    object-fit: cover;
    width:100%;
    height:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}



