
/*----------- GENERAL SETTINGS -----------*/

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000
}

a {
  text-decoration: none  !important;
  color: #000;
  outline: none;
}

a:hover, a:focus, a:active {
  text-decoration: none !important;
  color: #000;
  outline: none;
}

button:focus {
  outline: none;
}

img{
  border: 0;
  margin: -20px;
  padding: 0
}

section {
  width: 100%;
  min-height: 500px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 170px
}


h2.link-next {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  font-size: 60px !important;
  max-width: 900px;
  margin: 0 auto;
}

h2.link-next span{
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  font-size: 60px !important
}

::-webkit-scrollbar {
  background: #fff;
  width: 4px; }

::-webkit-scrollbar-thumb {
  background: #777;
  height: 30px; }

::selection {
  background-color: #dedede;
  color: #111; }

::-moz-selection {
  background-color: #dedede;
  color: #111; }


.container{
  max-width: 1280px !important;
}

.left{
  float: left !important;
}

.right{
  float: right !important;
}




.pt-30{
  padding-top: 30px !important
}

.pt-50{
  padding-top: 50px !important
}

.pt-60{
  padding-top: 60px !important
}

.pt-80{
  padding-top: 80px !important
}

.pt-100{
  padding-top: 100px !important
}

.pt-130{
  padding-top: 130px !important
}

.mt-0{
  margin-top: 0px !important
}

.mt-25{
  margin-top: 25px !important
}

.mt-40{
  margin-top: 40px !important
}

.mt-50{
  margin-top: 50px !important
}

.mt-60{
  margin-top: 60px !important
}

.mt-80{
  margin-top: 80px !important
}

.mt-100{
  margin-top: 100px !important
}

.mt-130{
  margin-top: 130px !important
}

.mt-150{
  margin-top: 150px !important
}

.mt-170{
  margin-top: 170px !important
}

.mt-230{
  margin-top: 230px !important
}


.mt-m50{
  margin-top: -50px !important
}

.mt-m80{
  margin-top: -80px !important
}

.mt-m110{
  margin-top: -110px !important
}

.mt-m150{
  margin-top: -150px !important
}






/*----------- MENU & BREADCRUMB -----------*/

#breadcrumb_page {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 70px;
  z-index: 900;
  background: #e7e7e7;
  display: none;
}

#breadcrumb_page h1 {
  font-family: 'SkolaSans-Light';
  font-size: 20px;
  margin-top: 26px;
  margin-left: 3px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#breadcrumb_page h1.enter_breadcrumb{
  margin-left: 33px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}


#menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 70px;
  z-index: 900;
  background: white;
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

#menu.top_header{
  top: 13px;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

/*.menu_icon:before {
    content: 'MENU';
    font-size: 15px;
    font-family: 'SkolaSans-Medium';
    color: #00142c;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -2px;
}*/

.menu_icon{
  margin-right: 33px
}

.menui {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
}

.top-menu {
    top: 0px;
    width: 12px;
    right: 0px;
    height: 2px;
    background-color: #00142c;
}

.top-menu2 {
    top: 0px;
    right: 12px;
    width: 12px;
    height: 2px;
    background-color: #00142c;
}

.ax-menu-trigger:hover .top-menu, .ax-menu-trigger:hover .top-menu2{
  margin-top: -3px;
}

.ax-menu-trigger:hover .top-menu, .ax-menu-trigger:hover .top-menu2{
  margin-top: -3px;
}

.mid-menu {
    top: 6px;
    width: 12px;
    right: 0px;
    height: 2px;
    background-color: #00142c;
}
.mid-menu2 {
    top: 6px;
    width: 12px;
    right: 12px;
    height: 2px;
    background-color: #00142c;
}

.bottom-menu {
    top: 12px;
    width: 12px;
    right: 0px;
    height: 2px;
    background-color: #00142c;
}

.bottom-menu2 {
  top: 12px;
  width: 12px;
  right: 12px;
  height: 2px;
  background-color: #00142c;
}

.ax-menu-trigger:hover .bottom-menu, .ax-menu-trigger:hover .bottom-menu2{
  margin-top: 3px;
}

.open_icon { 
  right: 20px;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.ax-menu-trigger:hover .open_icon{
  right: 12px !important;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.open_icon_top { 
  margin-top: -3px;
}

.open_icon_bottom { 
  margin-top: 3px;
}

#ax-logo {
  margin: 22px 33px;
}

#ax-logo img{
  width: 182px;
    height: 66px;
}


.ax-menu-trigger {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 27px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-family: 'SkolaSans-Medium';
  width: 27px;
  height: 20px;
  cursor: pointer;
}

ul#menu_ul {
    float: right;
    position: fixed;
    background-color: #e7e7e7;
    right: 0px;
    top: -120vh;
    width: 50%;
    height: 100vh;
    z-index: 850;
    padding: 6vh 0px 0px 0px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.top_enter{
  top: 70px !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

ul#menu_ul a {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  opacity: 0;
  padding-left: 15px;
  -webkit-transition: all ease .6s;
  -moz-transition: all ease .6s;
  -ms-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}










.li-list{
     float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    padding: 9px 12px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #f7ffba;
    color:black;
}

li.dropdown {
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: gray;*/
    width: 160px;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 33ps 38px;
}
.dropdown-content li{
  list-style: none;
  width: 100%;
  display: inline-block;
}
.dropdown-content a {
    color: black;
    padding: 4px 6px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px dotted #f7ffba;
    /*position:relative;*/
}

.dropdown-content a:hover {background-color:lightgray }
.dropdown:hover > .dropdown-content ,
.dropdown-content .dropdown:hover > .dropdown-content {
    display: block;
}
.dropdown-content .dropdown > .dropdown-content{
  left: 100%;
  top: 0;
}























ul#menu_ul a.languages {
 margin-top: 33px
}

/*ul#menu_ul a.languages {
  width: auto;
}

ul#menu_ul a.languages li {
  padding: 20px 10px 20px 70px;
}*/


ul#menu_ul.active a {
    opacity: 1;
    padding-left: 0px;
}

ul#menu_ul.active a:nth-child(1) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

ul#menu_ul.active a:nth-child(2) {
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

ul#menu_ul.active a:nth-child(3) {
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

ul#menu_ul.active a:nth-child(4) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -ms-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

ul#menu_ul.active a:nth-child(5) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

ul#menu_ul.active a:nth-child(6) {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

ul#menu_ul.active a:nth-child(7) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

ul#menu_ul.active a:nth-child(8) {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

ul#menu_ul a li{
  float: left;
  list-style: none;
  font-size: 20px;
  width: 100%;
  padding: 12px 70px;
  font-family: 'SkolaSans-Light';
  color: #9d9d9d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

ul#menu_ul a li:hover{
  color: #00142c;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
}


    

  


/*----------- TYPOGRAPHY -----------*/

.align-center{
  text-align: center;
}

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

.align-right{
  text-align: right;
}

.white-text{
  color: #fff !important
}



/*----------- SECTION GENERAL SETTINGS -----------*/


section{
  width: 100%;
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding: 0;
}

section.section_content{
  height: auto;
}

.row{
  margin: 0
}




/*----------- LOADER -----------*/

  #loader{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: #fdfdfd;
    background-attachment: initial;
    background-size: cover;
    background-origin: initial;
    background-clip: initial;
    background-position: 50% 50%;
    background-repeat: initial;
  }  


.loading {
    position:fixed;
    top:50%;
    left: 50%;
    margin-top:-34px;
    margin-left:-80px;
    height:68px;
    width:270px;
    text-align: left;
    font-family: 'SkolaSans-Bold';
    font-size: 40px;
    color: #00142c;
    overflow: hidden;
} 

.payoff {
    position:fixed;
    top:53%;
    left: 50%;
    margin-top:30px;
    margin-left:-230px;
    height:68px;
    width:590px;
    opacity: 0;
	font-family: 'SkolaSans-Light';
    font-size: 20px;
}  

.payoff.active_load  {
    margin-top:20px;
    opacity: 1;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}  

.loading span{
  font-family: 'SkolaSans-Bold';
  font-size: 40px;
  color: #00142c;
  opacity: 0;
  padding-left: 10px;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -ms-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s;
  -webkit-transition: all ease .6s;
  -moz-transition: all ease .6s;
  -ms-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}


.loading.active_load span {
    opacity: 1;
    padding-left: 0px;
}

.loading.active_load span:nth-child(1) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.loading.active_load span:nth-child(2) {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}


.loading.active_load span:nth-child(3) {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.loading.active_load span:nth-child(4) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.loading.active_load span:nth-child(5) {
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}


.loading.active_load span:nth-child(6) {
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.loading.active_load span:nth-child(7) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -ms-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}





/*----------- SECTION SLIDE -----------*/


/*section#slider_home{
  background:url(../images/home.jpg) center center;
  background-size: cover;
}*/

div#home_white{
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    background-color: #fdfdfd;
    bottom: 0px;
    position: absolute;
    z-index: 999;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }

  .home-done{
    height: 0px !important;
    min-height: 0px !important;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }

div#caption_slider{
  font-family: 'SkolaSans-Light';
  font-size: 40px;
  max-width: 173px;
  position: absolute;
  top: 40vh;
  left: 70px;
  letter-spacing: 5px;
}

div#caption_slider span{

  line-height: 1;
  opacity: 0;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}






div#caption_slider.no_top_caption span{
  line-height: 1;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}


div#caption_slider.no_top_caption span:nth-child(1) {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

div#caption_slider.no_top_caption span:nth-child(2) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}


div#caption_slider.no_top_caption span:nth-child(3) {
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}






/* Trigger Button */
div.button_scroll {
  position: absolute;
  top: 90vh;
  left: 80px;
  z-index: 800;
  display: block;
  margin-left:-15px;
  padding: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-top: 0px;
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

div.button_scroll.top_button{
  margin-top: 13px;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}


@-webkit-keyframes scroll {
  0%, 50%, 100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  25%, 75% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }

}

@keyframes scroll {
  0%, 50%, 100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }

  25%, 75% {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }

}

div.button_scroll .cerchio {
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
  animation-name: scroll;
  animation-duration: 2s;
  animation-timing-function: initial;
  animation-delay: initial;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-fill-mode: initial;
  animation-play-state: initial;
}




/*----------- SECTION HOMEPAGE -----------*/

section#homepage_content{
  background:url(../images/home_content.jpg) top center;
  background-size: cover;
}

section.section_content div.col-sm-6{
  padding: 0px
}

section.section_content div.rect_small{
  padding: 80px;
  min-height: 430px;
  background-color: rgba(255,255,255,0.9);
}

section.section_content div.last_rect_small{
  margin-bottom: 121px;
}


section#homepage_content div.rect_small:nth-child(2){
  background-color: rgba(235,235,235,0.9);
}

section.section_content div.rect_empty_right{
  padding: 60px;
  min-height: 800px;
}

section.section_content h1{
  font-family: 'SkolaSans-Medium';
  font-size: 25px;
  letter-spacing: 2px;
  color: #00142c;
  margin: 30px 0 40px;
  text-transform: uppercase;
  display: inline-flex;
}

section.section_content h1:after {
    content: '';
    position: relative;
    width: 50px;
    height: 3px;
    top: 37px;
    right: 100%;
    margin-right: -50px;
    background-color: #00142c;
}

section.section_content div.rect_area_stampa h1:after, section.section_content div.rect_contatti h1:after{
    background-color: #fff;
}

section.section_content p{
  font-family: 'SkolaSans-Light';
  font-size: 15px;
  line-height: 1.5;
  color: #00142c;
}

section.section_content div.bottone{
  position: relative;
  margin-top: 50px;
  z-index: 2
}

section.section_content button {
    display: inline-block;
    font-family: 'SkolaSans-Light';
    width: 130px;
    height: 32px;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 5px 0px;
    line-height: 1.5;
    background-color: transparent;
    border: 1px solid #00142c;
}

section.section_content button:hover:after, section.section_content button:active:after {
    width: 130px;
}

section.section_content button:hover, section.section_content button:active {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

section.section_content button:after {
    content: '';
    z-index: -1;
    position: absolute;
    width: 0px;
    height: 32px;
    top: 0;
    left: 0;
    background: #00142c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

section#homepage_content div.quote{
  font-family: 'SkolaSans-LightItalic';
  font-size: 21px;
  max-width: 330px;
  margin: 340px auto 0px;
}

section#homepage_content div.quote span{
  font-size: 14px;
}

section.section_content div.rect_empty_left{
  min-height: 650px;
  background-color: transparent;
}

section.section_content div.rect_area_stampa{
  padding: 30px 80px;
  min-height: 379px;
  width: 100%;
  background-color: rgba(30,30,30,0.9);
}

section.section_content div.rect_area_stampa h1, section.section_content div.rect_area_stampa p, section.section_content div.rect_area_stampa button{
  color: #fff
}

section.section_content div.rect_area_stampa h1{
  margin-bottom: 50px;
}

section.section_content div.rect_area_stampa h2{
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'SkolaSans-Medium';
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 2px;
}

section.section_content div.rect_area_stampa h3{
  font-size: 13px;
  font-family: 'SkolaSans-Light';
  letter-spacing: 2px;
  color: #fff;
  margin: 0px;
}

section.section_content div.rect_area_stampa p{
  font-size: 12px;
  margin-top: 25px;
  max-width: 370px
}

section.section_content div.button_stampa {
  padding: 0px;
  color: #fff;
  font-family: 'SkolaSans-Light';
  margin-top: 40px;
  margin-bottom: 20px;
}


section.section_content div.col_contatti_lavora{
  background-color: #fff
}

section.section_content div.rect_contatti{
  padding: 30px 80px;
  min-height: 370px;
  width: 100%;
  background-color: rgba(30,30,30,0.9);
  margin-top: -121px
}

section.section_content div.rect_contatti div.col-sm-12{
  padding: 0px
}

section.section_content div.rect_contatti h1, section.section_content div.rect_contatti p {
  color: #fff
}

section.section_content div.rect_contatti p{
  font-family: 'SkolaSans-Light';
  font-size: 12px;
  padding: 15px;
  margin-top: 30px
}

section.section_content div.rect_lavora{
  padding: 58px 0px;
  height: 130px;
  width: 100%;
  background-color: #e0e0e0;
  font-family: 'SkolaSans-Medium';
  text-align: center;
  font-size: 18px;
}


  /*----------- FOOTER -----------*/

  footer{
    width: 100%;
    height: 70px;
    position: relative;
    margin: 0;
    background-color:#353535;
    color: #00142c;
    font-family: 'SkolaSans-Medium';
    font-size: 11px;
    padding: 30px 60px
  }

  footer a{
    color: #00142c;
    font-size: 13px;
  }

  footer a:hover{
    opacity: 0.7
  }



  /*----------- INNER PAGES CONTENT -----------*/

section.inner_pages_content div.rect_small{
  min-height: 200px;
}

section.inner_pages_content div.rect_small_right span{
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 24px;
  display: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

section.inner_pages_content div.rect_small_right:hover a:before, section.inner_pages_content div.rect_small_right:active a:before {
    width: 65px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

section.inner_pages_content div.rect_small_right:hover span, section.inner_pages_content div.rect_small_right:active span{
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

section.inner_pages_content div.rect_small_right:hover a, section#about_content div.rect_small_right:active a{
  margin-left: 65px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

section.inner_pages_content div.rect_small_right a{
  margin-left: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top:-32px;
}

section.inner_pages_content div.rect_small_right a:before{
  content: '';
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0px;
  display: inline-block;
  background-color: #00142c;
}


section.inner_pages_content div.rect_small_left span{
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

section.inner_pages_content div.rect_small_left:hover a:after, section.inner_pages_content div.rect_small_left:active a:after {
    width: 65px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

section.inner_pages_content div.rect_small_left:hover span, section.inner_pages_content div.rect_small_left:active span{
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

section.inner_pages_content div.rect_small_left:hover a, section#about_content div.rect_small_left:active a{
  margin-left: -40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

section.inner_pages_content div.rect_small_left a{
  margin-left: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top:-32px;
}

section.inner_pages_content div.rect_small_left a:after{
  content: '';
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0px;
  display: inline-block;
  background-color: #00142c;
}

section.inner_pages_content div.rect_small:nth-child(2){
  background-color: rgba(235,235,235,0.9);
}

section.inner_pages_content div.rect_empty_left{
  min-height: 800px;
  background-color: transparent;
}

section.inner_pages_content div.text{
  font-family: 'SkolaSans-Light';
  font-size: 15px;
  max-width: 300px;
  color: #00142c;
  margin: 150px 120px 0px 120px;
}

section.inner_pages_content div.text p{
  margin-bottom: 40px;
}


section.inner_pages_content div.row_2{
  top: -311px
}


section.inner_pages_content div.row_2 div.rect_small:nth-child(1){
  background-color: rgba(235,235,235,0.9);
}

section.inner_pages_content div.row_2 div.rect_small:nth-child(2){
  background-color: rgba(255,255,255,0.9);
}

  


/*----------- PAGINA ABOUT -----------*/

/*section#slider_about{
  background:url(../images/about.jpg) center center;
  background-size: cover;
}*/

section#about_content{
  background:url(../images/about_content.jpg) top center;
  background-size: cover;
}






/*----------- PAGINA SERVIZI -----------*/

/*section#slider_servizi{
  background:url(../images/servizi.jpg) center center;
  background-size: cover;
}*/

section#servizi_content{
  background:url(../images/servizi_content.jpg) top center;
  background-size: cover;
}






/*----------- PAGINA SETTORI -----------*/

/*section#slider_settori{
  background:url(../images/settori.jpg) center center;
  background-size: cover;
}*/

section#settori_content{
  background:url(../images/settori_content.jpg) top center;
  background-size: cover;
}

section#settori_content div.rect_small{
  min-height: 333px;
}

section#settori_content div.row_2{
  top: -333px
}






/*----------- PAGINA LAVORA CON NOI -----------*/

/*section#slider_lavoraconnoi{
  background:url(../images/lavoraconnoi.jpg) center center;
  background-size: cover;
}*/

section#lavoraconnoi_content{
  background:url(../images/lavoraconnoi_content.jpg) top center;
  background-size: cover;
}


section#lavoraconnoi_content div.rect_small{
  min-height: 333px;
}

section#lavoraconnoi_content div.row_2{
  top: -333px
}



/*----------- PAGINA AREA STAMPA -----------*/

/*section#slider_areastampa{
  background:url(../images/areastampa.jpg) center center;
  background-size: cover;
}*/

section#areastampa_content div.col-sm-12{
  padding: 0
}

section#areastampa_content h1{
  font-size: 22px
}

section#areastampa_content div.rect_small{
  background-color: rgba(235,235,235,0.9);
}

section#areastampa_content div.rect_small.white{
  background-color: rgba(255,255,255,0.9);
}

section#areastampa_content div.rect_archivio{
  min-height: 431px;
  background-color: rgba(255,255,255,0.9);
}

section#areastampa_content div.rect_archivio div.col-sm-6{
  font-family: 'SkolaSans-Light';
  font-size: 25px;
  text-align: center;
  padding: 80px;
  position: relative;
  margin-top: 116px;
}







/*----------- PAGINA CONTATTI -----------*/

/*section#slider_contatti{
  background:url(../images/contatti.jpg) center center;
  background-size: cover;
}*/

section#contatti_content div.col-sm-12{
  padding: 0
}

section#contatti_content div.row_address {
  border-bottom: 3px solid #fff
}

section#contatti_content div.rect_small{
  background-color: rgba(255,255,255,0.9);
  min-height: 370px;
  height: 370px;
}

section#contatti_content div.last_rect_small {
  margin-bottom: 114px;
}

section#contatti_content div.rect_small.map{
  padding: 0px
}

section#contatti_content div.rect_small.gray{
  background-color: rgba(235,235,235,0.9);
}

section#contatti_content div.rect_small h1:after {
    top: 63px;
}

section#contatti_content div.rect_small:hover a:before, section#contatti_content div.rect_small:active a:before {
  display: none;
}

section#contatti_content div.rect_small:hover a, section#contatti_content div.rect_small:active a{
  padding-left: 0px;
}

section#contatti_content p {
  margin-top: 30px
}

section#contatti_content div.rect_contatti {
    margin-top: -116px;
}




/* -------------------------------- 

Folding Panel

-------------------------------- */
.fold_main {
  overflow-x: hidden;
}
.fold_main::before {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}
.fold_main > * {
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}
.fold_main.fold-is-open > * {
  /* on mobile - translate .fold_main content to the right when the .folding_panel is open */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s 0s;
  -moz-transition: -moz-transform 0.5s 0s;
  transition: transform 0.5s 0s;
}
@media only screen and (min-width: 600px) {
  .fold_main.fold-is-open > * {
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  }
}
@media only screen and (min-width: 900px) {
  .fold_main::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
  .fold_main.fold-is-open > * {
    /* reset style - on bigger devices we translate the gallery items */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.fold_gallery::after {
  clear: both;
  content: "";
  display: table;
}
.fold_main::before {
  /* this is the dark layer covering the .fold_gallery when the .folding_panel is open */
  display: block;
  content: '';
  position: absolute;
  z-index: 900;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(28, 23, 38, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
  -moz-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
  transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
}
.fold-is-open::before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.5s 0s, visibility 0s 0s;
  transition: opacity 0.5s 0s, visibility 0s 0s;
}

.fold_item {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}
.fold_item > a {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fold_item > a.dark-text {
  color: #363558;
}
.fold_item > a.dark-text b {
  border-color: #363558;
}
.fold_item div {
  display: table-cell;
  vertical-align: middle;
}

.fold_item_no {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}

.fold_item_no > a {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fold_item_no > a.dark-text {
  color: #363558;
}
.fold_item_no > a.dark-text b {
  border-color: #363558;
}
.fold_item_no div {
  display: table-cell;
}

.folding_panel {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: visibility 0s 0.9s;
  -moz-transition: visibility 0s 0.9s;
  transition: visibility 0s 0.9s;
}
.folding_panel .fold-left,
.folding_panel .fold-right {
  /* the :after elements of .fold-left and .fold-right are the 2 fold sides */
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  /* enable a 3D-space for children elements */
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.folding_panel .fold-left::after,
.folding_panel .fold-right::after {
  /* 2 fold sides */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s, background-color 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s, background-color 0.5s 0.4s;
  transition: transform 0.5s 0.4s, background-color 0.5s 0.4s;
}
.folding_panel .fold-right {
  -webkit-perspective-origin: 0% 50%;
  -moz-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.folding_panel .fold-right::after {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translateX(-100%) rotateY(-90deg);
  -moz-transform: translateX(-100%) rotateY(-90deg);
  -ms-transform: translateX(-100%) rotateY(-90deg);
  -o-transform: translateX(-100%) rotateY(-90deg);
  transform: translateX(-100%) rotateY(-90deg);
  background-color: #c0c3c3;
}
.folding_panel .fold-left {
  /* on mobile only the right fold side is visible */
  display: none;
}
.folding_panel .fold-left::after {
  background-color: #f9fafa;
}
.folding_panel .close_fold {
  /* 'X' close icon */
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 10px;
  right: 10px;
  height: 44px;
  width: 44px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s;
  -moz-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s;
}
.folding_panel .close_fold::after, .folding_panel .close_fold::before {
  /* lines of 'X' icon */
  content: '';
  position: absolute;
  height: 3px;
  width: 32px;
  left: 50%;
  top: 50%;
  background-color: #00142c;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.folding_panel .close_fold::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.folding_panel .close_fold::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.folding_panel.is-open {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.folding_panel.is-open .fold-right::after,
.folding_panel.is-open .fold-left::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s 0s, background-color 0.5s 0s;
  -moz-transition: -moz-transform 0.5s 0s, background-color 0.5s 0s;
  transition: transform 0.5s 0s, background-color 0.5s 0s;
}
.folding_panel.is-open .fold-right::after {
  background-color: #f9fafa;
}
.folding_panel.is-open .close_fold {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.5s;
  -moz-transition: opacity 0.2s 0.5s;
  transition: opacity 0.2s 0.5s;
}
@media only screen and (min-width: 600px) {
  .folding_panel {
    width: 600px;
  }
}
@media only screen and (min-width: 900px) {
  .folding_panel {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 800px;
  }
  .folding_panel .fold-left,
  .folding_panel .fold-right {
    width: 50%;
    float: left;
    height: 100%;
  }
  .folding_panel .fold-right {
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 0% 50%;
    -moz-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
  }
  .folding_panel .fold-right::after {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    -moz-transform: translateX(-100%) rotateY(-90deg);
    -ms-transform: translateX(-100%) rotateY(-90deg);
    -o-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
  }
  .folding_panel .fold-left {
    display: block;
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 100% 50%;
    -moz-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
  }
  .folding_panel .fold-left::after {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateX(100%) rotateY(90deg);
    -moz-transform: translateX(100%) rotateY(90deg);
    -ms-transform: translateX(100%) rotateY(90deg);
    -o-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
  }
}

.fold_content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 4em 2em;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.4s;
  -moz-transition: visibility 0s 0.4s;
  transition: visibility 0s 0.4s;
}
.fold_content > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.fold_content h1 {
  font-family: 'SkolaSans-Medium';
  font-size: 25px;
  letter-spacing: 2px;
  color: #00142c;
  margin: 30px 0 40px;
  text-transform: uppercase;
  display: inline-flex;
  -webkit-transition: -webkit-transform 0.2s 0.2s, opacity 0.2s 0.2s;
  -moz-transition: -moz-transform 0.2s 0.2s, opacity 0.2s 0.2s;
  transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
}
.fold_content h1:after {
    content: '';
    position: relative;
    width: 50px;
    height: 3px;
    top: 37px;
    right: 100%;
    margin-right: -50px;
    background-color: #00142c;
}

.fold_content b{
  font-family: 'SkolaSans-Bold'; 
  font-size: 15px;
}

.fold_content p, .fold_content ul {
  font-family: 'SkolaSans-Light';
  font-size: 14px;
  line-height: 1.5;
  color: #00142c;
  margin: 16px 0;
  -webkit-transition: -webkit-transform 0.2s 0s, opacity 0.2s 0s;
  -moz-transition: -moz-transform 0.2s 0s, opacity 0.2s 0s;
  transition: transform 0.2s 0s, opacity 0.2s 0s;
}
.fold_content ul li{
  margin: -4px -24px;
}
.is-open .fold_content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
.is-open .fold_content > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.is-open .fold_content h1 {
  -webkit-transition: -webkit-transform 0.2s 0.5s, opacity 0.2s 0.5s;
  -moz-transition: -moz-transform 0.2s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
}

.is-open .fold_content p, .is-open .fold_content ul {
  -webkit-transition: -webkit-transform 0.2s 0.7s, opacity 0.2s 0.7s;
  -moz-transition: -moz-transform 0.2s 0.7s, opacity 0.2s 0.7s;
  transition: transform 0.2s 0.7s, opacity 0.2s 0.7s;
}

@media only screen and (min-width: 900px) {
  .fold_content {
    padding: 4em;
  }
  .fold_content > * {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
}

.overflow-hidden{
  overflow: hidden !important; 
}

.no-js .fold_content.single-page {
  position: static;
  visibility: visible;
  height: auto;
  background-color: #dadcdc;
}
.no-js .fold_content.single-page > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}



/* Effect slide */

section#slider_home{
  background:none;
}

#slider_home > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#slider_home > div#caption_slider {
    font-family: 'SkolaSans-Light';
    font-size: 40px;
    max-width: 173px;
    position: absolute;
    top: 54vh;
    left: 70px;
    letter-spacing: 3px;
	line-height:28px;
   
}

#slider_home > div#caption_slider2 p{
    font-family: 'SkolaSans-Light';
    max-width: 550px;
    position: absolute;
    top: 50vh;
    left: 75px;   
	font-size:16px;
	color:black;
}


#slider_home > div#caption_slider3{
    font-family: 'SkolaSans-Light';
    font-size: 20px;
    
    position: absolute;
    top: 50vh;
    left: 41px;
    letter-spacing: 1px;
   color:black;
}
/*
#slider_home > div#caption_slider5.1{
    font-family: 'SkolaSans-Light';
    font-size: 20px;
    
    position: absolute;
    top: 150vh;
    left: 41px;
    letter-spacing: 1px;
   color:black;
}
*/





#slider_home > div#caption_slider4 p{
    font-family: 'SkolaSans-Light';
    max-width: 550px;
    position: absolute;
    top: 67vh;
    left: 40px;   
	font-size:16px;
	color:black;
}

#slider_home > div#caption_slider5{
    font-family: 'SkolaSans-Light';
    font-size: 20px;
    
    position: absolute;
    top: 50vh;
    left: 41px;
    letter-spacing: 1px;
   color:black;
}

#slider_home > div#caption_slider9 p{
    font-family: 'SkolaSans-Light';
    max-width: 550px;
    position: absolute;
    top: 70vh;
    left: 40px;   
	font-size:16px;
	color:black;
}





/*

#slider_home > div#caption_slider6{
    font-family: 'SkolaSans-Light';
    font-size: 20px;
    
    position: absolute;
    top: 50vh;
    left: 45px;
    letter-spacing: 1px;
   color:black;
}
*/







#slider_home > div#caption_slider7 p{
    font-family: 'SkolaSans-Light';
    max-width: 570px;
    position: absolute;
    top: 80vh;
    left: 48px;   
	font-size:16px;
	color:black;
}
#slider_home > div#caption_slider8{
    font-family: 'SkolaSans-Light';
    font-size: 20px;
    
    position: absolute;
    top: 68vh;
    left: 45px;
    letter-spacing: 1px;
   color:black;
}









#slider_home > div.button_scroll {
    position: absolute;
    top: 90vh;
    left: 80px;
    z-index: 800;
    display: block;
    margin-left: -15px;
    padding: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: 0px;
    opacity: 1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

#slider_home #f1 {
  mix-blend-mode: normal;
}

#slider_home #f2 {
  mix-blend-mode: lighten;
}

#slider_home #f3 {
  mix-blend-mode: multiply;
}

#slider_home #f2.no_blend, #slider_home #f3.no_blend{
  mix-blend-mode: normal !important;
}

#slider_home #f1 {
  width: 100%;
  -webkit-animation: roll 60s linear infinite;
  -moz-animation: roll 60s linear infinite;
  animation: roll 60s linear infinite;
  -ms-animation: roll 60s linear infinite;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-moz-keyframes roll {
  50% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes roll {
  50% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes roll {
  50% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}


/* Img partners */

div.single_partner{
  min-height: 700px;
  padding: 70px 0;
}

div.img_partner{
  position: absolute;
}

div.img_partner img{
  max-width: 400px
}

div.text_partner{
  position: relative;
  width: 50%;
  left: 50%;
  padding-top:50px;
}

div.text_partner h2{
  font-size: 24px;
  font-family: 'SkolaSans-Bold';
  margin-bottom:5px;
}

div.text_partner h3{
  font-size: 22px;
  font-family: 'SkolaSans-Light';
  margin-top: 0px
}



.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
 
  right: 0;
  background-color: #e7e7e7;
  min-width: 100px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;*/
}

.dropdown-content a {
  color: black;
  /*padding: 15px 20px;*/
  text-decoration: none;
  display: block;
  border-bottom:none;
  padding-left:20px;
  font-size:20px;
  
  
    
    font-size: 17px;
    width: 100%;
    
    font-family: 'SkolaSans-Light';
    color: #9d9d9d;
    
}









