body {
	margin: 0;padding: 0;font-size: 15px;line-height: 1.5;-webkit-text-size-adjust:100%;
	font-family: 'Inconsolata-Regular';
	font-weight:400;
	color:#333;
}
body.body-int {background: linear-gradient(#fff 50%, #fafafa 50%);}
a {color:#249fd7; text-decoration: none;transition: all 1s ease-in-out;}
a:hover, a:focus {text-decoration: none; outline: none; color:#212529}

/* TYPOGRAPHY */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: "BarlowCondensed-Regular";

  src: url("../fonts/BarlowCondensed-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/BarlowCondensed-Regular.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowCondensed-Bold";

  src: url("../fonts/BarlowCondensed-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/BarlowCondensed-Bold.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowCondensed-Light";

  src: url("../fonts/BarlowCondensed-Light.otf") format("opentype"), /* Open Type Font */
    url("../fonts/BarlowCondensed-Light.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inconsolata-Regular";

  src: url("../fonts/Inconsolata-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Inconsolata-Regular.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inconsolata-Bold";

  src: url("../fonts/Inconsolata-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Inconsolata-Bold.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

.barlow-reg {font-family: 'BarlowCondensed-Regular';}
.barlow-bold {font-family: 'BarlowCondensed-Bold';}
.barlow-light {font-family: 'BarlowCondensed-Light';}
.inconsolata-reg {font-family: 'Inconsolata-Regular';}
.inconsolata-bold {font-family: 'Inconsolata-Bold';}

/* CLASSI PER RESPONSIVE */
.show-desktop {display:block}
.show-mobile {display:none}
.hide-smobile {display:block}
.show-smobile {display:none}
.no-resp {display:block}
.resp {display:none}
.mobile {display:none}
.no-mobile {display:block}

/* IMPOSTAZIONI GENERALI */
.float_left, .fl{float:left;}
.float_right, .fr{float:right;}
.clear_both, .clear{clear:both;}
.pointer, .cursor_pointer{cursor:pointer!important;}
.modal {z-index:9999}
/* POSIZIONI */
.rel-up {position:relative; z-index:1}
.rel-sup {position:relative; z-index:3}
.rel {position:relative}
.flex-center {display: flex;align-items: center;justify-content: center;}
.flex-center-left {display: flex;align-items: center;}
.flex-center-col {display: flex;align-items: center;justify-content: center; flex-direction:column}
.flex-center-col-left {display: flex; flex-direction:column; justify-content: center;}
.flex-display {display:flex}
.flex-align {display:flex; align-items: center;}
.allinea-dx {display:flex; justify-content: flex-end;}
.dir-col {flex-direction:column}
/* MARGIN E PADDING */
.no-mar, .nomar {margin:0!important;}
.no-mar-l, .nomarl {margin-left:0 !important}
.no-mar-t, .nomart {margin-top:0 !important}
.no-mar-b, .nomarb {margin-bottom:0 !important}
.no-mar-r, .nomarr {margin-right:0 !important}
.no-pad, .nopad {padding:0!important;}
.no-pad-l, .nopadl {padding-left: 0 !important;}
.no-pad-t, .nopadt {padding-top: 0 !important;}
.no-pad-b, .nopadb {padding-bottom: 0 !important;}
.no-pad-r, .nopadr {padding-right: 0 !important;}

.m-10 {margin:10px}
.m-20 {margin:20px}
.m-30 {margin:30px}
.m-40 {margin:40px}
.m-50 {margin:50px}
.m-60 {margin:60px}

.mtb-10 {margin:10px 0}
.mtb-20 {margin:20px 0}
.mtb-30 {margin:30px 0}
.mtb-40 {margin:40px 0}
.mtb-50 {margin:50px 0}
.mtb-60 {margin:60px 0}

.mrl-10 {margin:0 10px}
.mrl-20 {margin:0 20px}
.mrl-30 {margin:0 30px}
.mrl-40 {margin:0 40px}
.mrl-50 {margin:0 50px}
.mrl-60 {margin:0 60px}

.mr-10 {margin-right:10px}
.mr-5imp {margin-right:10px !important}
.mr-20 {margin-right:20px}
.mr-30 {margin-right:30px}
.mr-40 {margin-right:40px}
.mr-50 {margin-right:50px}
.mr-60 {margin-right:60px}

.ml-10 {margin-left:10px}
.ml-20 {margin-left:20px}
.ml-30 {margin-left:30px}
.ml-40 {margin-left:40px}
.ml-50 {margin-left:50px}
.ml-60 {margin-left:60px}

.mt-10 {margin-top:10px}
.mt-20 {margin-top:20px}
.mt-30 {margin-top:30px}
.mt-40 {margin-top:40px}
.mt-50 {margin-top:50px}
.mt-60 {margin-top:60px}

.mb-10 {margin-bottom:10px}
.mb-15 {margin-bottom:15px}
.mb-20 {margin-bottom:20px}
.mb-30 {margin-bottom:30px}
.mb-40 {margin-bottom:40px}
.mb-50 {margin-bottom:50px}
.mb-60 {margin-bottom:60px}
.mb-120 {margin-bottom:120px}

.p-10 {padding:10px}
.p-20 {padding:20px}
.p-30 {padding:30px}
.p-40 {padding:40px}
.p-50 {padding:50px}
.p-60 {padding:60px}

.ptb-10 {padding:10px 0}
.ptb-20 {padding:20px 0}
.ptb-30 {padding:30px 0}
.ptb-40 {padding:40px 0}
.ptb-50 {padding:50px 0}
.ptb-60 {padding:60px 0}
.ptb-80 {padding:80px 0}

.prl-10 {padding:0 10px}
.prl-20 {padding:0 20px}
.prl-30 {padding:0 30px}
.prl-40 {padding:0 40px}
.prl-50 {padding:0 50px}
.prl-60 {padding:0 60px}

.pr-10 {padding-right:10px}
.pr-20 {padding-right:20px}
.pr-30 {padding-right:30px}
.pr-40 {padding-right:40px}
.pr-50 {padding-right:50px}
.pr-60 {padding-right:60px}
.pr-80 {padding-right:80px}

.pl-10 {padding-left:10px}
.pl-15 {padding-left:15px}
.pl-20 {padding-left:20px}
.pl-30 {padding-left:30px}
.pl-40 {padding-left:40px}
.pl-50 {padding-left:50px}
.pl-60 {padding-left:60px}

.pt-10 {padding-top:10px}
.pt-20 {padding-top:20px}
.pt-30 {padding-top:30px}
.pt-40 {padding-top:40px}
.pt-50 {padding-top:50px}
.pt-60 {padding-top:60px}
.pt-80 {padding-top:80px}
.pt-100 {padding-top:100px}
.pt-120 {padding-top:120px}

.pb-10 {padding-bottom:10px}
.pb-20 {padding-bottom:20px}
.pb-30 {padding-bottom:30px}
.pb-40 {padding-bottom:40px}
.pb-50 {padding-bottom:50px}
.pb-60 {padding-bottom:60px}
.pb-80 {padding-bottom:80px}
.pb-100 {padding-bottom:100px}

/* ALTEZZE E LARGEZZE */
.w-auto {width:auto}
.w-100 {width:100%;}
.h-auto {height:auto}
hr {border-top: 1px solid #111; margin-top:0.5rem; margin-bottom:0.5rem}
/* TITOLI, TESTI, LISTE */
.h1, .h2, .h3, h1, h2, h3 {margin-top: 20px;margin-bottom: 20px; font-family: 'BarlowCondensed-Regular'}
.titolo-h1 {font-family: 'BarlowCondensed-Regular'; font-size:2.5rem}
.titolo-h2 {font-family: 'BarlowCondensed-Light'; font-size:2.5rem}
.titolo-h3 {font-family: 'BarlowCondensed-Light'; font-size:1.5rem}
ul.checked {padding-left:10px;}
.checked li {position: relative; padding-left: 0px; margin-bottom:10px}
/*.checked li:before {content: "\f00c"; font-family: FontAwesome; font-style: normal; font-weight: 400; text-decoration: inherit; position: absolute; left: 0;}*/
.upper{text-transform:uppercase;}
.bold{font-weight:700;}
.underline{text-decoration:underline;}
.light-text {color:#fff!important;}
.dark-text {color:#2d2d2d;}
.upper {text-transform:uppercase;}
.title-h2 {font-size:40px; font-style:italic; text-transform:uppercase}
.title-h3 {font-size:38px; font-style:italic; text-transform:uppercase}
.title-h4 {font-size:22px; font-style:italic; text-transform:uppercase}


/* CONTENITORI E SFONDI*/
.container {padding-right: 15px;padding-left: 15px;}
.container-fluid {padding-left:0px;padding-right:0px;}
.row{margin-left:0;margin-right:0;}
.centered {text-align:center}
.white-bg{background-color:#fff;}
.grey-bg{background-color:#f2f2f2}
.bg-dark {background-color:#111 !important}
.bg-ciano {background-color:#249fd7}
.light-grey-bg{background-color:#fbfbfb}
.white-bg-sfuma {background: linear-gradient(#fefefe, #fff);}
.white-bg-sfumatrasp {background: linear-gradient(0.25turn, #fff 40%, rgba(255,255,255,0));}
.border-left {border-left: 1px solid #111 !important}

/* BOTTONI */
.button a {text-decoration:none;}
a.btn-3d {color: #333; line-height: 40px;}
a.btn-3d.btn-light3d {color: #fff; line-height: 40px;}
button.btn-3d.btn-light3d {color: #fff; line-height: 40px;}
button.btn-3d {color: #fff;background:transparent; border:none; padding:inherit; line-height:inherit}
a.btn-3d span [class^="flaticon-"]:before {font-size:15px}
button.btn-3d span [class^="flaticon-"]:before {font-size:15px}
a.btn-3d span {
  position: relative;
  display: inline-block;
  background: transparent;
	border:2px solid #212121;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  padding: 0 35px;
  height: 40px;
}
.droopmenu a.btn-3d span {line-height:2.6}
.droopmenu a.btn-3d svg {font-size:30px; margin-top:-6px}
.menu-btn {width:40px; height:40px;border-radius:100px;}
a.btn-3d.btn-calc {letter-spacing:1px}
a.btn-3d.btn-calc svg {font-size:30px; margin-top:-6px}
button.btn-3d.btn-calc {letter-spacing:1px}
button.btn-3d.btn-calc svg {font-size:20px; margin-top:-2px}
button.btn-3d span {
  position: relative;
  display: inline-block;
  background: transparent;
	border:2px solid #fff;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  padding: 0 30px;
  height: 40px;
	line-height:2.3
}
a.btn-3d.btn-light3d span {
	border:2px solid #fff;
}
button.btn-3d.btn-light3d span {
	border:2px solid #fff;
}
a.btn-3d span:before {
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
	border:2px solid transparent;
  content: attr(data-hover);
  transition: background 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
}
a.btn-3d span:hover::before[data-hover="RICHIEDI PREVENTIVO"] {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007";
}
button.btn-3d span:before {
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
	border:2px solid transparent;
  content: attr(data-hover);
  transition: background 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
}
a.btn-3d span:hover {
  transform: rotateX(90deg) translateY(-22px);
	border:2px solid #249fd7;
	color:#249fd7;
}
button.btn-3d span:hover {
  transform: rotateX(90deg) translateY(-22px);
	border:2px solid #333;
	color:#333;
}
a.btn-3d span:hover::before {
  background: transparent;
	border:2px solid #249fd7;
	color:#249fd7;
}
button.btn-3d span:hover::before {
  background: transparent;
	border:2px solid #249fd7;
	color:#249fd7;
}
.droopmenu a.btn-3d span:hover::before {padding:0 0 0 42px}
button.btn-3d span:hover::before {
  background: transparent;
	border:2px solid #333;
	color:#333;
}
button.btn-3d.btn-light3d span:hover::before {
  background: transparent;
	border:2px solid #249fd7;
	color:#249fd7;
}
.droopmenu-showbg .header-toolbar {display:none}
.droopmenu-showbg .logo-brand img {display:none}
.droopmenu-showbg .logo-brand {background-image:url(../images/logo-secoli-simple.svg); background-size:contain; width: 140px; height: 25px; background-repeat: no-repeat;}

.custom-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
		position:relative;
		z-index:1;
}
.custom-btn * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.custom-btn a, .custom-btn .btn-div, .custom-btn button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 58px;
    border: 1px solid #111;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 30px;
    padding-top: 18px;
    background: #111;
    color: #fff;
}

.custom-btn.white-btn a {background: #fff; color: #111; height:38px; font-size:16px; padding:7px 10px 0 10px}

.custom-btn.btn-ciano a, .custom-btn.btn-ciano div {border: 1px solid #249fd7; background: #249fd7;}

.home-page .custom-btn.btn-ciano a:hover, .home-page .custom-btn.btn-ciano div:hover {background: #f2f2f2;}

.custom-btn button {border:1px solid #249fd7; background:#249fd7; width:100%; font-size:22px; padding-top:10px}

.custom-btn .btn-div {cursor:pointer}

.custom-btn span {
    width: 20px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-left: 20px;
    margin-top: 8px;
}
.custom-btn.white-btn span {background:#111; margin-top:12px}
#form-corso .aside {z-index:2}
.form-corso .custom-btn {z-index:0}
.form-corso .custom-btn span {margin-top:18px}
.form-corso .custom-btn.btn-ciano span {margin-top:8px}
.form-corso .custom-btn.btn-ciano i {margin-top:5px}
.form-corso .custom-btn.btn-ciano button span {margin-top:18px}
.form-corso .custom-btn.btn-ciano button i {margin-top:15px}
.form-corso .rel-up {z-index:0}
.custom-btn i {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    opacity: 1;
    margin-top: 5px;
}
.custom-btn.white-btn i {border-color: transparent transparent transparent #111; margin-top:8px}
.form-corso .custom-btn i {margin-top:15px}
.custom-btn a:hover, .custom-btn .btn-div:hover, .custom-btn button:hover {
    text-decoration: none;
}
.custom-btn:hover span {
    width: 50px;
    margin-left: 20px;
}
.custom-btn:hover i {
    opacity: 0;
}

.custom-btn.btn-ciano a:hover {border: 1px solid #fff; background: #fff; color:#111;}
.custom-btn.btn-ciano a:hover i {border-color: transparent transparent transparent #111;}
.custom-btn.btn-ciano a:hover span {background:#111}
/* EFFETTI */
.zoom{transform: perspective(1px) translateZ(0px);transition-duration: 0.6s;}
.zoom:hover{transform: scale(1.1);transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);	}

/* CSS SCRIPT */
.blueimp-gallery>.close, .blueimp-gallery>.next, .blueimp-gallery>.play-pause, .blueimp-gallery>.prev, .blueimp-gallery>.slides>.slide>.slide-content {color:#fff !important}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background:#111 !important}
.bg-dark .owl-theme .owl-dots .owl-dot span {background-color:#828282}
.bg-dark .owl-theme .owl-dots .owl-dot.active span, .bg-dark .owl-theme .owl-dots .owl-dot:hover span {background:#fff !important}
/* HEADER TOOLBAR */
.header-toolbar {position:relative}
.header-toolbar .navbar {padding:0 10px}
.header-toolbar .nav-link {padding:10px 15px; color:#fff !important;font-size:14px;}
.header-toolbar .nav-link:hover {color:#f81d0b !important}
.header-toolbar [class^="flaticon-"]:before, .header-toolbar [class*=" flaticon-"]:before, .header-toolbar [class^="flaticon-"]:after, .header-toolbar [class*=" flaticon-"]:after {font-size:15px}

/* HEADER*/
.header-menu {background-color:#fff;position:relative}
.header-menu .logo-header {width:180px}
.logo-brand img {width:160px; margin-left:15px}
.icona-menu {width:40px}
.droopmenu-showbg .icona-menu {width:30px}
.icona-header {width:23px; margin-right:10px}
/* ICON TOGGLER MENU*/
.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: 3px;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-icon2 span {background: #249fd7;}
.animated-icon2 span:nth-child(1) {top: 0px;}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {top: 10px;}
.animated-icon2 span:nth-child(4) {top: 20px;}
.animated-icon2.open span:nth-child(1) {top: 11px;width: 0%;left: 50%;}
.animated-icon2.open span:nth-child(2) {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.animated-icon2.open span:nth-child(3) {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.animated-icon2.open span:nth-child(4) {top: 11px;width: 0%;left: 50%;}
  [class^="flaticon-"].circle-icon:before, [class*=" flaticon-"].circle-icon:before, [class^="flaticon-"].circle-icon:after, [class*=" flaticon-"].circle-icon:after {font-size:16px}
/* HOME PAGE */
.banner-home {
  position: relative;
  background-color: black;
  height: 600px;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
}

.banner-home video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner-home .container {
  position: relative;
  z-index: 2;
}

.banner-home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.slider-home {position:relative}
.slider-home:after {content:""; width:100%; height:100px; background-image:url(../images/linee-obl-white-desk.svg); background-repeat:repeat-x; background-size:contain; position:absolute; left:0; bottom:-75px; z-index:1}
.carousel-item {height:600px}
.slider-home .carousel-item {background-position:top center; background-size:cover}
.slider-home .box-header.main-title h3 {text-transform:uppercase; margin-top:0; margin-bottom:0; font-size:24px; padding-right:30px}
.slider-home .box-header a {cursor:pointer}
.slider-home a {color:#111}
.slider-home a:hover .box-header{background-color:#111; border:1px solid #fff}
.slider-home a:hover .box-header hr {border-top:1px solid #fff}
.slider-home a:hover {color:#fff}
.slider-home a:hover .box-header:before {background-image:url(../images/freccia-lat-neg.svg)}
.home-page .carousel-indicators {position:relative; bottom:unset; left:unset; right:unset; margin:auto; padding-top:15px; z-index:2}
.home-page .carousel-indicators li {width:10px; height:10px; border-radius:50%; background-color:transparent; border:1px solid #111}
.home-page .carousel-indicators li.active {background-color:#111; border:1px solid #111}
.corsi-home-section {padding:60px 0 120px 0}
.home-alt .corsi-home-section {padding:60px 0}
.home-alt .last-section:before {background-image: url(../images/tre-dots.svg); height:100px; top:-40px; background-size:40%; background-repeat:repeat; width:60%; background-position:bottom}
.carousel-corsi-home {margin-top:30px}
.carousel-corsi-home .box-testo-corso {min-height:110px; padding:30px 20px 20px 20px}
.carousel-corsi-home a .box-testo-corso h2 {font-size:20px; margin-bottom:0}
.carousel-corsi-home .custom-btn {font-size:13px}
.carousel-corsi-home .graf-one {background-image: url(../images/linea-obl-fat.svg);}
.carousel-corsi-home .graf-two {background-image: url(../images/pied-neg-corsi.svg); left:unset; right:0}
.carousel-corsi-home .graf-three {top:unset; bottom:0}
.carousel-corsi-home .graf-four {background-image: url(../images/linea-obl-corso-big.svg);}
.carousel-corsi-home .graf-five {background-image: url(../images/linea-obl-fat-white-tr.svg);}
.carousel-corsi-home .graf-six {left:unset; right:0}
.carousel-corsi-home a .box-corso.style-one .custom-btn:before {right:unset; left:0}
.carousel-corsi-home a .box-corso.style-one .custom-btn:after {content:""; background-color: #ffffff; background-image: url(../images/linea-obl-fat-white.svg); width:20px; height:62px; background-repeat:repeat; background-size:contain; position:absolute; top:0px; right:0; z-index:1;}
.carousel-corsi-home a .box-corso .custom-btn {padding:20px 30px}
.bg-aziende-home {padding:20px 0 0 0}
.bg-aziende-home .img-dx:before, .bg-servizi-home .img-dx:after, .bg-aziende-home .img-dx:after {display:none}
.bg-aziende-home h2 {margin-bottom:0}
.titolo-servizi-home {position:relative}
.bg-aziende-home:after {content:""; width:50%; height:120px; background-image:url(../images/tre-dots.svg); background-repeat:repeat; background-size:30%; background-position:bottom left; position:absolute; right:0; top:-15px; z-index:1}
.linee-div:after  {content:""; width:100%; height:40px; background-image:url(../images/linee-basse-black-desk.svg); background-repeat:repeat; background-size:contain; background-position:right; position:absolute; left:0; top:-20px; z-index:1; -webkit-filter: brightness(0) invert(1)}
.carousel-corsi-home .box-numero {background-color:transparent; border:0}
.carousel-corsi-home .numero-testo h3 {border-bottom:1px solid #fff; font-size:45px; text-align:center}
.carousel-corsi-home .numero-testo {text-align:center}
.blog-home .dati-corso span:last-child {padding:0}
.blog-home .box-testo-corso {min-height:150px}
.comunicati-home a {color:#fff}
.comunicati-home a span {color:#249fd7}
.comunicati-home .item {text-align:center; padding:0 30px}
.comunicati-home a:hover {color:#249fd7}
.borse-home a {color:#212529}
.borse-home a span {color:#249fd7; text-transform:uppercase; text-decoration:underline}
.borse-home a:hover span {color:#212529;}
.borse-home .item {text-align:center; padding:0 30px}
.borse-home.carousel-example .item h2 {font-size:22px; text-transform:uppercase;}
.home-alt .borse-home a {color:#fff}
.home-alt .borse-home a:hover span {color:#fff;}
.col-search {display: flex; align-items: center; justify-content: flex-end;}
.search {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.search:before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease;
}
.black-box .search:before  {background-color:#111}
.search.open {
  width: 420px;
}
.search.open:before {
  height: 40px;
  position: absolute;
}

.search-box {
  width: 100%;
  height: 100%;
  box-shadow: none;
  border: none;
  background: transparent;
  color: #fff;
  padding: 20px 100px 20px 45px;
  font-size: 15px;
}
.black-box .search-box {color:#111}
.search-box:focus {
  outline: none;
}

.search-button {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  cursor: pointer;
}

.search-icon {
  width: 20px;
  height: 20px;
  border-radius: 40px;
  border: 2px solid #fff;
  display: block;
  position: relative;
  margin-left: 4px;
  transition: all 0.5s ease;
}
.black-box .search-icon {border: 2px solid #111;}

.search-icon:before {
  content: '';
  width: 3px;
  height: 10px;
  position: absolute;
  right: -5px;
  top: 13px;
  display: block;
  background-color: #ffffff;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}

.black-box .search-icon:before {background-color:#111}

.search-icon:after {
  content: '';
  width: 3px;
  height: 15px;
  position: absolute;
  right: -12px;
  top: 40px;
  display: block;
  background-color: #fff;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}

.black-box  .search-icon:after {background-color: #111;}

.open .search-icon {
  margin: 0;
  width: 30px;
  height: 30px;
}
.open .search-icon:before {
  transform: rotate(52deg);
	right: 12px;
  top: 11px;
  height: 10px;
}
.open .search-icon:after {
  transform: rotate(-230deg);
	right: 12px;
  top: 6px;
  height: 10px;
}
.rette-home .box-sede {height:440px; background-position:top center}
.rette-home .box-sede a {background-color:rgba(255,255,255,0.9)}
.rette-home .box-sede a:hover {background-color:rgba(0,0,0,0.9)}
.rette-home .box-sede h3 {font-size:20px}
.rette-home .box-sede a:hover h3 {color:#fff}
.rette-home  .titolo-sede {border:1px solid #111; padding:30px 20px 30px 20px; min-height:200px; text-align:left; display: flex; align-items: center; justify-content: center;}
.rette-home .graf-three  {top:unset; bottom:-20px}
.rette-home .box-sede a:hover .graf-three {-webkit-filter: brightness(0) invert(1)}
.open-home .box-sede {height:400px; background-position:top center; display: flex; align-items: center}
.open-home .box-sede a {background-color:rgba(255,255,255,0.9); margin-left:30px; width:50%}
.open-home .box-sede a:hover {background-color:rgba(0,0,0,0.9)}
.open-home .box-sede h3 {font-size:20px}
.open-home .box-sede a:hover h2 {color:#fff}
.open-home  .titolo-sede {border:1px solid #111; padding:30px 20px 30px 20px; min-height:200px; text-align:left; display: flex; flex-direction:column}
.open-home  .titolo-sede p {font-size:15px}
.open-home .box-sede a:hover p {color:#fff}
.open-home .graf-three  {top:unset; bottom:-20px; background-image:url(../images/linee-basse-black-desk.svg)}
.open-home .box-sede a:hover .graf-three {-webkit-filter: brightness(0) invert(1)}
.blog-home-secoli .box-corso {flex-direction:row; min-height:240px;}
.blog-home-secoli .img-corso {width:40%; height:unset}
.blog-home-secoli .box-testo-corso {display:flex; flex-direction:column; width:60%; padding:0}
.blog-home-secoli .blog-meta-home {padding:20px;}
.blog-home-secoli  a .box-corso .custom-btn:before {display:none}
.blog-home-secoli .graf-two {width:30px; background-image:url(../images/linea-blog-home.svg)}
.blog-home-secoli .graf-three {width:50px; top: 0; background-size: contain; height: 100%; background-image:url(../images/dots-big-black.svg)}
.blog-home-secoli .graf-four {width:30px; left:0; right:unset; background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23111111' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");}
.borse-cont-home {padding:80px 0}
.cta-area {color:#fff; font-size:20px; position:absolute; top:35%; left:50%; margin-left:-100px; border:1px solid #111; background-color:#111;}
.cta-area .titolo-cta {padding:30px;}
/* INTERNE */
.banner-interno {position:relative; height:550px; overflow:hidden; background-size:cover;}
.banner-interno.banner-small {height:300px}
.banner-small {background-size:cover}
/*.banner-interno:after {content:""; width:100%; height:48px; background-image:url(../images/linee-header.svg); background-repeat:repeat-x; background-size:contain; position:absolute; left:0; bottom:0}*/
.side-header {width:80px; height:100%; background-image:url(../images/side-header.svg); background-repeat:repeat-y; background-size:contain; position:absolute; left:0; top:0}
.box-header {background-color:#fff; padding:30px 0; margin-top:60px; text-align:right; position:relative; border:1px solid #111; overflow:hidden}
.box-header hr {border-top: 1px solid #111; margin-top:0.5rem; margin-bottom:0.5rem}
.box-header.main-title h1 {text-transform:uppercase; margin-top:0; margin-bottom:0; font-size:24px; padding-right:30px; padding-left:50px}
.box-header.main-title h2 {text-transform:uppercase; margin-top:0; margin-bottom:0; font-size:34px; padding-right:30px; padding-left:120px}
.box-header.main-title h3 {text-transform:uppercase; margin-top:0; margin-bottom:0; font-size:24px; padding-right:30px; padding-left:50px}
.box-header h2 {text-transform:uppercase; margin-top:0; margin-bottom:0; font-size:24px; padding-right:30px}
.box-header h3 {text-transform:uppercase; margin-top:0; margin-bottom:0; font-size:34px; padding-right:30px}
.box-header:before {content:""; width:120px; height:100%; position:absolute; bottom:-22px; left:-8px; background-image:url(../images/freccia-lat.svg); background-repeat:no-repeat; background-size:contain}
.square-stripe {position:absolute; top:0; right:0; width:40px; height:40px; background-image:url(../images/righe-nero.png); background-repeat:repeat;}
.square-stripe-bot {position:absolute; bottom:0; right:0; border-top:1px solid #111; width:40px; height:58px; background-color:#fff; background-image:url(../images/righe-nero.png); background-repeat:repeat;}
.square-pied {position:absolute; top:0; right:0; width:40px; height:40px; background-image:url(../images/pied-small-nero.svg); background-repeat:repeat; background-size:contain}
.square-pied-all {position:absolute; top:0; left:0; width:40px; height:calc(100% - 58px); background-image:url(../images/pied-small-nero.svg); background-repeat:repeat; background-size:contain}
.square-pied-bot {position:absolute; bottom:0; right:0; border-top:1px solid #111; width:40px; height:58px; background-color:#fff; background-image:url(../images/pied-small-nero.svg); background-repeat:repeat; background-size:contain}
.bottom-space {height:58px; border-top:1px solid #111; position:relative; background-color:#fff}
.bg-col, .col-img {position:relative}
.bg-col:after {content:""; width:100%; height:100px; background-image:url(../images/linee-header-neg.svg); background-repeat:repeat-x; background-size:contain; position:absolute; left:0; top:-30px}
.col-img:after {content:""; width:100%; height:100px; background-image:url(../images/linee-header-neg.svg); background-repeat:repeat-x; background-size:contain; position:absolute; left:0; top:-50px}
.img-corso-dettaglio {width:360px; height:560px; overflow:hidden; position:absolute; top:20px; left:0}
.bg-testo h2 {text-transform:uppercase}
.bg-testo {background-color:#fff; border:1px solid #111; position:relative; margin-left:-200px; width:100%}
.bg-testo:before {content:""; width:70px; height:100%; background-image:url(../images/dots-big-black.svg); background-repeat:no-repeat; background-size:contain; background-position:right; position:absolute; right:-60px; top:-150px; z-index:-1}
.bg-testo.testo-int:before {content:""; width:80px; height:100%; background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23111111' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E"); background-repeat:repeat; position:absolute; right:-60px; top:-100px; z-index:-1}
.bg-testo-sx h2 {text-transform:uppercase}
.bg-testo-sx {background-color:#fff; border:1px solid #111; position:relative; width:100%; z-index:1}
.img-dx {margin-left:-220px; position:relative; width:100%}
.img-dx:after {content:""; width:100%; height:100%; background-image:url(../images/pallini-neri.svg); background-repeat:no-repeat; background-size:contain; background-position:right; position:absolute; right:-20px; top:40px; z-index:1}
.img-dx:before {content:""; width:100%; height:48px; background-image:url(../images/linee-header.svg); background-repeat:repeat-x; background-size:contain; position:absolute; left:0; bottom:0}
.testo-box {padding:80px 80px 40px 40px;}
.testo-box-left {padding:80px 40px 40px 80px;}
.top-box {width:100%; height:40px; border-bottom:1px solid #111; position:absolute; top:0; left:0}
.right-box {width:40px; height:100%; position:absolute; top:0px; right:0; border-left:1px solid #111}
.left-box {width:40px; height:100%; position:absolute; top:0px; left:0; border-right:1px solid #111}
.testo-sedi-desk {padding:40px 20px 60px 0}
.testo-sedi-desk-left {padding:40px 0 60px 50px}
.linee-obl-black-desk {position:absolute; top:-40px; right:0; width:65%; height:70px; background-image:url(../images/linee-basse-black-desk.svg); background-repeat:repeat-x;}
.linee-obl-black-desk-duo {position:absolute; top:-50px; right:0; width:65%; height:100px; background-image:url(../images/linee-basse-black-desk-duo.svg); background-repeat:repeat-x;}
.linee-obl-white-desk {position:absolute; bottom:-30px; right:0; width:65%; height:60px; background-image:url(../images/linee-obl-white-desk.svg); background-repeat:repeat-x; z-index:1}
.bg-aziende-home .linee-obl-white-desk {width:100%}
.linee-obl-white-desk-small {position:absolute; bottom:-30px; left:0; width:42%; height:60px; background-image:url(../images/linee-obl-white-desk.svg); background-repeat:repeat-x; z-index:1}
.linee-white-pied {width:100%; height:100px; background-image:url(../images/pied-small-bianco.svg); background-repeat:repeat-x; background-size:contain; position:absolute; left:0; bottom:-50px}
.linee-black-pied {width:100%; height:100px; background-image:url(../images/linee-footer-black.svg); background-repeat:repeat-x; background-size:contain; position:absolute; left:0; top:-50px}
.sede-unica .box-sede {height:500px; background-position:bottom center}
.box-sede {background-size:cover; position:relative}
.box-sede.sede-up {margin-top:-60px; margin-bottom:60px}
.box-sede:hover:after {display:none}
.box-sede a {color:#111}
/*.titolo-sede {border:1px solid #111; font-size:22px; width:200px; text-align:center; background-color:#fff; padding:70px 30px 30px 30px; position:relative}*/
.titolo-sede {font-size:22px; width:200px; text-align:center; padding:70px 30px 30px 30px; position:relative}
/*.titolo-sede .top-box {background-image:url(../images/righe-nero.png); background-repeat:repeat;}*/
.titolo-sede .top-box {display:none}
.cert-cont {position:relative}
.cert-cont:before {content:""; width:200px; height:100%; background-image:url(../images/pied-vert-nero.svg); background-repeat:repeat; background-size:contain; position:absolute; left:-85px; top:30px; z-index:0}
.carousel-home .carousel-cell {width: 33.33%; margin-right: 10px; counter-increment: carousel-cell;}
.cert-cont .grid-sizer, .cert-cont .grid-item {width:33.33%}
.box-cert {border:1px solid #111; min-height:640px; background-color:#fff}
.ref-listing .box-cert {min-height:260px; display: flex; align-items: baseline; justify-content: center;}
.grid-item .box-cert {min-height:unset}
.cert-testo {padding:20px}
.cert-testo h3 {font-size:18px}
.partner-carousel h3 {font-size:24px; text-align:center; margin-bottom:40px}
.partner-carousel img {width:150px !important; margin:auto}
.carousel-example .item h2 {font-size:18px}
.carousel-storia .carousel-cell {width: 70%; margin-right: 0px; counter-increment: carousel-cell; height:450px; }
.carousel-storia .carousel-cell .img-carousel {width:100%; height:100%; background-size:cover; background-position:center center}
.carousel-storia .flickity-page-dots {display:none}
.carousel-spazi .carousel-cell {width: 100%; margin-right: 0px; counter-increment: carousel-cell; height:600px; }
.carousel-spazi .carousel-cell .img-carousel {width:100%; height:100%; background-size:cover; background-position:center center}
.carousel-spazi .flickity-page-dots {display:none}
.flickity-button {background:rgba(36,159,2115, 0.4)}
.flickity-button:hover {background:#111}
.flickity-button-icon {fill:#fff}
.button-group.filters-button-group {display:flex; align-items: center; margin:0 20px 20px 20px}
.docenti-cont .button-group.filters-button-group {justify-content:center}
.cards__arrow.circle-icon {background-color:#249fd7; color:#fff}
.filter-icon {position:absolute; top:0; right:10px}
.filtro-item {background-color:#f2f2f2; padding:3px; text-align:center; width:100%; display:block; font-size:12px}
.filtro-item.active {background-color:#249fd7; color:#fff !important}
.filtro-item:hover {background-color:#249fd7; color:#fff !important}
.social-share .filtro-item {padding:15px}
.hamburger {
	margin-left:10px;
	cursor: pointer;
	z-index: 1000;
	position:relative;
}
.hamburger span {
	vertical-align: middle;
}
.hamburger .chiudi-filtri {display:none;}
.hamburger .bars {
	position: relative;
	width: 25px;
	height: 2px;
	background-color: rgba(18, 59, 61, 0.7);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.hamburger .bars:before, .hamburger .bars:after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 2px;
	background-color: #0786C7;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.hamburger .bars:before {
	top: 10px;
}
.hamburger .bars:after {
	bottom: 10px;
}

.open .hamburger .cards__arrow {display:none}

.open .hamburger .chiudi-filtri {
	width:30px; height:30px;
	background-color: #f2f2f2;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:20px;
	top:140px;
	right:2px;
	position:fixed;
	border-radius:50px;
}
.open .hamburger .bars::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.open .hamburger .bars::after {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu.filtri-menu {
	width: 40%;
	height: 100%;
	padding: 140px 20px 90px 20px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	position: fixed;
	right: -100%;
	top: 0;
	opacity: 0;
	z-index: 10;
	margin-top: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	overflow:scroll;
}
.menu.filtri-menu a {
	color: #333;
}
.menu.filtri-menu .custom-btn a {
	color: #fff;
}
.menu.filtri-menu .custom-btn.white-btn a {
	color: #111;
}
.menu.filtri-menu a:hover {
	color: #333;
}

.open .menu.filtri-menu {
	right: 0;
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.menu.filtri-menu:hover {
	overflow-y: auto;
}
.last-section {position:relative}
.last-section:before { content:""; background-image:url(../images/pallini-blu.svg); width:100%; height:27px; background-repeat:no-repeat; background-size:contain; position:absolute; top:-8px; right:0; z-index:1}
/*CORSI */
.sotto-corso {background-color:#249fd7; border-right:1px solid #111; border-bottom:1px solid #111; border-left: 1px solid #111; width:100%; padding: 5px 20px; text-transform: uppercase; text-align: right; font-style:italic}
.sotto-corso a {color:#fff}
.sotto-corso a .flaticon-down-arrow:before {font-size:12px}
.sotto-corso a [class^="flaticon-"]:before {font-size:12px}
.bg-corsi-desktop {position:relative}
.box-corso {background-color:#fff; border:1px solid #111; display:flex; flex-direction:column; position:relative;}
span .box-corso {cursor:pointer}
.img-corso {height:200px; background-size:cover; background-position:center center; position:relative}
.list-docenti .img-corso {height:350px; background-position:top center}
.box-testo-corso {padding:20px 20px 30px 20px; position:relative; min-height:250px}
.list-docenti .box-testo-corso {padding:20px 20px 30px 20px; position:relative; min-height:135px}
a .box-corso.style-one .custom-btn:before, span .box-corso.style-one .custom-btn:before {content:""; background-color: #ffffff; background-image: url(../images/linea-obl-corso.svg); width:20px; height:62px; background-repeat:repeat; background-size:contain; position:absolute; top:0px; right:0; z-index:1; border-top:1px solid #111}
a .box-corso.style-two .custom-btn:before, span .box-corso.style-two .custom-btn:before {content:""; background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23111111' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E"); background-repeat:repeat; width:20px; height:62px; position:absolute; top:0px; right:0; z-index:1; border-top:1px solid #111}
a .box-corso.style-three .custom-btn:before, span .box-corso.style-three .custom-btn:before {content:""; background-color: #ffffff; background-image: url(../images/linea-obl-corso-2.svg); width:20px; height:62px; background-repeat:repeat; background-size:contain; position:absolute; top:0px; right:0; z-index:1; border-top:1px solid #111}
a .box-corso.style-four .custom-btn:before, span .box-corso.style-four .custom-btn:before {content:""; background-color: #ffffff; background-image: url(../images/linea-obl-corso-3.svg); width:20px; height:62px; background-repeat:repeat; background-size:contain; position:absolute; top:0px; right:0; z-index:1; border-top:1px solid #111}
.graf-one {width:20px; height:100%; position:absolute; top:0; right:0; background-image:url(../images/linee-side-corsi.svg); background-repeat:repeat; background-size:contain}
.graf-two {width:20px; height:100%; position:absolute; top:0; left:0; background-image:url(../images/linee-side-corsi-w.svg); background-repeat:repeat; background-size:contain}
.graf-three {width:100%; height:40px; position:absolute; top:-40px; left:0; background-image:url(../images/dots-or.svg); background-repeat:repeat; background-size:contain}
.graf-four {width:20px; height:100%; position:absolute; top:0; right:0; background-image:url(../images/pied-small-nero.svg); background-repeat:repeat; background-size:contain}
.graf-five {width:20px; height:100%; position:absolute; top:0; right:0; background-image:url(../images/riga-scratch-w.svg); background-repeat:repeat; background-size:contain}
.graf-six {width:20px; height:100%; position:absolute; top:0; left:0; background-image:url(../images/riga-scratch.svg); background-repeat:repeat; background-size:contain}
.graf-seven {width:20px; height:100%; position:absolute; top:0; right:0; background-image:url(../images/riga-scratch.svg); background-repeat:repeat; background-size:contain}
.bg-corsi-elenco {background-image:url(../images/linee-obl-black-desk.svg); background-repeat:repeat-y; background-position:right; background-size:15%}
.box-corso-elenco.style-one:before {content:""; background-color: #ffffff; background-image: url(../images/linea-obl-corso-big.svg); width:30px; height:100%; background-repeat:repeat; background-size:contain; position:absolute; top:0px; right:0; z-index:1;}
.box-corso-elenco.style-two:before {content:""; background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23111111' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E"); background-repeat:repeat; width:30px; height:100%; position:absolute; top:0px; right:0; z-index:1;}
.box-corso-elenco.style-three:before {content:""; background-color: #ffffff; background-image: url(../images/linea-obl-corso-2-big.svg); width:30px; height:100%; background-repeat:repeat; background-size:contain; position:absolute; top:0px; right:0; z-index:1;}
.box-corso-elenco.style-four:before {content:""; background-color: #ffffff; background-image: url(../images/linea-obl-corso-3-big.svg); width:30px; height:100%; background-repeat:repeat; background-size:contain; position:absolute; top:0px; right:0; z-index:1;}
.box-corso-elenco .graf-one {width:20px; height:100%; position:absolute; top:0; left:0; background-image:url(../images/linee-side-corsi.svg); background-repeat:repeat; background-size:contain}
.box-corso-elenco .graf-two {width:20px; height:100%; position:absolute; top:0; left:0; background-image:url(../images/pallini-neri.svg); background-repeat:repeat; background-size:cover}
.box-corso-elenco .graf-three {width:100%; height:40px; position:absolute; top:-40px; left:0; background-image:url(../images/dots-or.svg); background-repeat:repeat; background-size:contain}
.box-corso-elenco .graf-four {width:20px; height:100%; position:absolute; top:0; left:0; background-image:url(../images/pied-small-nero.svg); background-repeat:repeat; background-size:contain}
.box-corso-elenco .graf-five {width:20px; height:100%; position:absolute; top:0; left:0; background-image:url(../images/riga-scratch.svg); background-repeat:repeat; background-size:contain}
.box-corso-elenco .graf-six {width:20px; height:100%; position:absolute; top:0; left:0; background-image:url(../images/riga-scratch.svg); background-repeat:repeat; background-size:contain}
.box-corso-elenco:hover .graf-five {background-image:url(../images/riga-scratch-w.svg);}
.box-corso-elenco:hover .graf-one {background-image:url(../images/linee-side-corsi-w.svg);}
.box-corso-elenco:hover .graf-four {background-image:url(../images/pied-small-bianco.svg);}
.box-corso-elenco:hover .graf-two {background-image:url(../images/pallini-bianchi.svg);}
.list-docenti .graf-height {width:20px; height:100%; position:absolute; top:0; left:0; background-image:url(../images/pallini-neri.svg); background-repeat:repeat; background-size:contain;}
.list-docenti .graf-two {background-image:url(../images/linee-side-corsi.svg);}
.list-docenti .graf-five {background-image:url(../images/riga-scratch.svg);}
.dots-or-long {width:80%; height:80px; background-image:url(../images/dots-or.svg); background-repeat:repeat; position:absolute; bottom: 60px; right:0; background-size:contain; background-position:left}
.linea-or-long {width:80%; height:120px; background-image:url(../images/linea-obl-corso-big.svg); background-repeat:repeat; position:absolute; top: -5px; right:0; background-size:contain; background-position:left; z-index:-1}
a .box-testo-corso, span .box-testo-corso {color:#282828}
a .box-testo-corso h2, span .box-testo-corso h2 {margin-top:0; margin-bottom:15px; color:#282828; font-size:22px; text-transform:uppercase}
a .box-testo-corso .durata, span .box-testo-corso .durata {color:#249fd7}
a .box-corso .custom-btn, span .box-corso .custom-btn, .fashion-post a .custom-btn, .more-corso .custom-btn{margin-top:auto; padding:20px; text-align:left; background-color:#111; color:#fff; position:relative}
a .box-corso .custom-btn:before, span .box-corso .custom-btn:before, .fashion-post a .custom-btn:before, .more-corso .custom-btn:before {content:""; background-image:url(../images/pallini-nero-btn.svg); width:80%; height:27px; background-repeat:no-repeat; background-size:contain; position:absolute; top:-5px; right:0; z-index:1}
a .box-corso .custom-btn span, span .box-corso .custom-btn span, .fashion-post a .custom-btn span, .more-corso .custom-btn span{margin-top:3px}
a .box-corso .custom-btn i, span .box-corso .custom-btn i, .fashion-post a .custom-btn i, .more-corso .custom-btn i {margin-top:4px}
a:hover .box-corso .custom-btn, span:hover .box-corso .custom-btn, .fashion-post a:hover .custom-btn, .more-corso:hover .custom-btn  {background-color:#249fd7}
a:hover .custom-btn span, span:hover .custom-btn span, .fashion-post a:hover .custom-btn span, .more-corso:hover .custom-btn span {width: 50px; margin-left: 20px;}
a:hover .custom-btn i, span:hover .custom-btn i, .fashion-post a:hover .custom-btn i, .more-corso:hover .custom-btn i{opacity: 0;}
.testo-box .card-head {position:relative}
.elenco-corsi {margin-top:40px;}
.section-elenco-corsi .titolo-elenco {width:100%; padding-bottom:20px; border-bottom:1px solid #111; margin-bottom:20px; position:relative}
.section-elenco-corsi .titolo-elenco:before {content:""; width:200px; height:100%; background-image:url(../images/obliquo-nero.svg); background-repeat:no-repeat; background-size:contain; background-position:right; position:absolute; right:0px; top:10px; z-index:0}
.section-elenco-corsi .titolo-elenco h3 {font-size:22px; margin-top:0; margin-bottom:0; text-transform:uppercase}
.section-elenco-corsi .testo-elenco {padding:0 0 20px 0}
.section-elenco-corsi .box-corso-elenco {padding:20px 50px 20px 40px; background-color:#f9f9f9; position:relative}
.section-elenco-corsi .box-corso-elenco a h3 {color:#212529}
.section-elenco-corsi .box-corso-elenco a .sottotitolo {color:#212529; margin-top:10px}
.section-elenco-corsi .box-corso-elenco:hover {background-color:#212529}
.section-elenco-corsi .box-corso-elenco:hover a h3 {color:#fff}
.section-elenco-corsi .box-corso-elenco:hover a .sottotitolo {color:#fff;}
.section-elenco-corsi .box-corso-elenco:hover .dati-corso {color:#fff}
.section-elenco-corsi .box-corso-elenco:after {content:""; width:30px; height:100%; position:absolute; top:0; right:0; background-image:url(../images/righe-nero.png); background-repeat:repeat;}
.section-elenco-corsi .box-corso-elenco:hover:after {background-image:url(../images/righe-bianco.png);}
.section-elenco-corsi .box-corso-elenco h3 {font-size:20px; margin-top:0; margin-bottom:0;}
.section-elenco-corsi .box-corso-elenco .more-corso {width:30px; height:30px; position:absolute; top:50%; margin-top:-15px; right:8px; z-index:1}
.section-elenco-corsi .box-corso-elenco .more-corso .circle-icon {background:#249fd7; color:#fff; margin-left:0}
.lista-corsi .box-corso-elenco.style-one:before, .lista-corsi.section-elenco-corsi .box-corso-elenco:after, .lista-corsi .box-corso-elenco.style-three:before, .lista-corsi .box-corso-elenco.style-four:before, .lista-corsi .box-corso-elenco.style-two:before {display:none}
.dati-corso {padding-top:10px; margin-top:10px;border-top:1px solid #ccc;}
.dati-corso span{padding:0 10px; color:#249fd7}
.dati-corso span:first-child {padding:0 10px 0 0}
.dati-corso span:last-child {padding:0 0 0 10px}

.button {
	display: inline-block;
	padding: 5px 15px;
	margin-bottom: 10px;
	background: #f2f2f2;
	border: none;
	border-radius: 7px;
	color: #282828;
	font-size: 14px;
	cursor: pointer;
}

.button:hover {
	background-color: #249fd7;
	color: #282828;
}

.button:active,
.button.is-checked {
	background-color: #249fd7;
}

.button.is-checked {
	color: white;
}

.button:active {
	box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

.button-group:after {
	content: '';
	display: block;
	clear: both;
}

.button-group .button {
	float: left;
	border-radius: 0;
	margin-left: 0;
	margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- isotope ---- */
/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}

.corsi-cat .grid-sizer,
.corsi-cat .grid-item { width: 33.33%; }

.section-elenco-corsi .grid-sizer,
.section-elenco-corsi .grid-item { width: 70%; }

.grid-sizer,
.grid-item, .rette-page .grid-sizer,
.rette-page .grid-item { width: 25%; }
/* ---- .grid-item ---- */

.grid-item {
	position: relative;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
}

.section-elenco-corsi .grid-item { margin-bottom:10px}

.grid-item > * {
	margin: 0;
	padding: 0;
}

.grid-item .name {
	position: absolute;

	left: 10px;
	top: 60px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 12px;
	font-weight: normal;
}

.grid-item .symbol {
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 42px;
	font-weight: bold;
	color: white;
}

.grid-item .number {
	position: absolute;
	right: 8px;
	top: 5px;
}

.grid-item .weight {
	position: absolute;
	left: 10px;
	top: 76px;
	font-size: 12px;
}
.modal-docente .modal-body {padding:0}
.modal-container {padding:30px 40px 10px 20px}
.materia {text-transform:uppercase; color:#249fd7}
.bio-docente {padding:20px 0 0 0}
.video-docente video:focus {border: none; outline:none}
.box-numero {border:1px solid #111; min-height:200px; background-color:#249fd7}
.box-numero h2 {margin-top:0}
.numero-testo {padding:20px; color:#fff}
.numero-testo h3 {font-size:40px; text-transform: uppercase; color:#fff}
.testo-numeri {padding:0 140px 0 0}
.bg-secoli-m {position:absolute; bottom:0; left:0; width:100%; height:100%; background-image:url(../images/direttore.jpg); z-index:-1; background-repeat: no-repeat; background-size: 50%; background-position: -200px bottom;}
.testo-quote {padding:80px 60px; position:relative}
.testo-quote:before {content:""; width:40px; height:40px; position:absolute; bottom:30px; left:0; background-image:url(../images/quote-down.svg); background-size:contain; background-repeat:no-repeat;}
.testo-quote:after {content:""; width:40px; height:40px; position:absolute; top:80px; right:30px; background-image:url(../images/quote-up.svg); background-size:contain; background-repeat:no-repeat;}
.home-page .testo-quote {padding:40px 60px}
.home-page .testo-quote:before {bottom:50px}
.home-page .testo-quote:after {top:60px}
/* CORSO */
.banner-corso {position:relative; height:100vh; overflow:hidden; background-size:cover;}
.banner-corso .box-header {text-align:left}
.banner-corso .box-header h1 {font-size:34px; padding-left:130px; padding-right:inherit; margin-top:0; margin-bottom:0}
.banner-corso .box-header h2 {font-size:15px; padding-left:130px; padding-right:inherit}
.dettagli-header-corso {display:flex; padding-left:130px; margin-top:20px}
.dettagli-header-corso .dato {display:flex; flex-direction:column; padding-right:20px; color:#249fd7}
.dettagli-header-corso .dato span {font-family: "BarlowCondensed-Light"; color:#212529; text-transform:uppercase; border-bottom:1px solid #111; padding-bottom:5px; margin-bottom:5px}
.bread-corso .filter-icon {top:10px}
.col-form-corso {margin-top:-315px}
.form-corso {background-color:#111;color:#fff; padding-top:2px}
.form-corso:before {content:""; width:100%; height:100px; background-image:url(../images/linee-footer-black.svg); background-repeat:repeat-x; background-size:contain; position:absolute; left:0; top:-50px}
.form-corso:after {content:""; width:70px; height:100%; background-image:url(../images/dots-big-black.svg); background-repeat:no-repeat; background-size:contain; background-position:left; position:absolute; left:-60px; top:170px; z-index:-1}
.form-corso .form-title {border-bottom:1px solid #fff; padding:0 30px; position:relative; z-index:1}
.form-corso .form-title h3 {font-size:1.5rem}
.form-corso .form-title {margin-bottom: 10px;}
.form-corso .form-container {position:relative; z-index:1}
.form-corso .campi-cont {padding:10px 30px 10px 30px;}
.form-corso.accordion:before, .form-corso.accordion:after {display:none}
.element {position: static;top: 0px;left: 0px; z-index:1}
.dettaglio-corso {padding-right:100px;}
.bg-intro-corso .right-box {z-index:1}
.intro-corso {font-family: "BarlowCondensed-Light"; font-size:20px;}
.dettaglio-corso .bg-testo {margin-left:inherit;}
.dettaglio-corso .box-corso-elenco.style-one:before {display:none}
.dettaglio-corso .section-elenco-corsi .box-corso-elenco:hover {background-color: #f9f9f9;}
.dettaglio-corso .section-elenco-corsi .box-corso-elenco.box-info-corso:hover {background-color:#212529}
.dettaglio-corso .box-corso-elenco:hover .graf-five {background-image:url(../images/riga-scratch.svg)}
.dettaglio-corso .section-elenco-corsi .box-corso-elenco:after {display:none}
.dettaglio-corso .box-corso-elenco .info-corso {display:flex; margin-top:20px; flex-wrap: wrap;}
.dettaglio-corso .box-corso-elenco .info-corso .sottotitolo {flex-grow: 1; width:50%}
.dettaglio-corso .box-corso-elenco .info-corso .sottotitolo span {font-family: "Inconsolata-Bold";}
.dettaglio-corso .bg-testo.accordion {margin-top:0}
.dettaglio-corso .accordion .arrow-toggle {
	background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
	background-size: 20px;
	cursor: pointer;
	width:40px;
	height:20px;
	position:absolute;
	top:-70px;
	right:-80px;
}
.dettaglio-corso .accordion .arrow-toggle.collapsed {
	background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.dettaglio-corso .bg-testo.accordion:hover {background-color:#111; border:1px solid #fff}
.dettaglio-corso .accordion:hover h3 {color:#fff}
.dettaglio-corso .accordion:hover .right-box {border-left: 1px solid #fff;}
.dettaglio-corso .accordion:hover .top-box {border-bottom: 1px solid #fff;}
.dettaglio-corso .accordion:hover {color:#fff}
.dettaglio-corso .accordion:hover .arrow-toggle {-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);}
.dettaglio-corso .accordion:hover .arrow-toggle.collapsed {-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
		}
.dettaglio-corso .bg-testo:before {display:none}
.dettaglio-corso .accordion h3 {margin-top:0; margin-bottom:20px}
.dettaglio-corso .testo-box {padding: 80px 80px 20px 40px;}
.docenti-corso .box-testo-corso {min-height:140px}
.docenti-corso .img-corso {background-position:top center}
.docenti-corso .linee-obl-white-desk {position:absolute; top:-30px; left:0; width:65%; height:60px;}
.corsi-correlati {display:flex; flex-wrap:wrap;}
.corsi-correlati.section-elenco-corsi .box-corso-elenco {width:48%; margin-right:2%; margin-bottom:20px}
.corsi-correlati .box-corso-elenco.style-one:before {display:none}
.corsi-correlati.section-elenco-corsi .box-corso-elenco:after, .corsi-correlati .box-corso-elenco.style-three:before, .corsi-correlati .box-corso-elenco.style-four:before, .corsi-correlati .box-corso-elenco.style-two:before {display:none}
.due-prof .carousel-home .carousel-cell {width:50%}
.one-prof .box-corso {flex-direction:row}
.one-prof .img-corso {width:200px}
.border-corso {border-top:1px solid #111}
span.anno-review {color:#249fd7}
/* ORIENTAMENTO */
.orientamento-list .grid-sizer, .orientamento-list .grid-item {width:33.33%}
.testo-cta {padding:80px 60px; position:relative}
.elenco-open-day .box-testo-corso {min-height:200px}
.elenco-open-day .img-corso {height:150px}
.meta-evento {display:flex;}
.meta-evento .custom-btn {width:60%}
.data-evento {background-color:#249fd7; height:62px; display: flex; width:40%; align-items: center; justify-content: center; flex-direction:column; color:#fff}
span:hover .data-evento  {background-color:#111}
.cont-download .bg-testo {margin-left:inherit}
.cont-download .bg-testo.testo-int:before {display:none}
.cont-download .download-list:before {content:""; width:80px; height:100%; background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23111111' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E"); background-repeat:repeat; position:absolute; left:-40px; top:0px; z-index:-1}
.quiz-step {
  display: block;
    position: absolute;
    left: -1000em;
    overflow: hidden;
    height: 1px;
    width: 1px;
}
.quiz-step.current {
  display: block;
    position: relative;
    left: 0;
    overflow: auto;
    height: auto;
    width: auto;
}
.readio-form label {margin-bottom:0}
.it-datepicker-wrapper .input-group .datepicker-button {
    padding: 0;
    position: absolute;
		top:0;
		right:0;
    height: 45px;
		width:40px;
		color:#fff;
    cursor: pointer;
	z-index: 999;}
.it-datepicker-wrapper .input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
		border-radius: 0;}
.form-corso .input_home.it-date-datepicker {margin-bottom:0}
.it-datepicker-wrapper.theme-dark .datepicker-calendar {
	border-top: 2px solid #435a70;
	color: #fff;
	background-color: #249fd7;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
  border-radius: 0;
  border: none;
  width: 100%;
  padding: 24px;
	left:0
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap {
		color: #fff;
		margin-bottom:20px;
		font-family: "BarlowCondensed-Light"; text-transform:uppercase
	}
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap svg	 {
	fill: #fff;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap .icon-right {
	border-color: transparent transparent transparent #fff;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap .icon-right {
	border-color: transparent transparent transparent #fff;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap	.icon-left {
	border-color: transparent #fff transparent transparent;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap .datepicker-month-next {
	float: right;
}
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-prev {
    float: left;
}
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-fast-prev {
    float: left;
    display: inline-block;
    min-width: 32px;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap .icon-right {
    border-color: transparent transparent transparent #fff;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap .datepicker-month-next {
    float: right;
}
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-fast-next {
    float: right;
    display: inline-block;
    min-width: 32px;
}
div.datepicker-calendar:not(.bootstrap4) div.datepicker-month:after {display:none !important}
.it-datepicker-wrapper div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:hover {background-color:transparent!important ; border-color:transparent !important}
.it-datepicker-wrapper div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:focus {background-color:transparent!important ; border-color:transparent !important}
.it-datepicker-wrapper	div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:hover {background-color:transparent!important ; border-color:transparent !important}
.it-datepicker-wrapper div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:focus {background-color:transparent!important ; border-color:transparent !important}
.it-datepicker-wrapper div.datepicker-calendar.default div.datepicker-month-prev.enabled:hover {background-color:transparent!important ; border-color:transparent !important}
.it-datepicker-wrapper div.datepicker-calendar.default div.datepicker-month-prev.enabled:focus {background-color:transparent!important ; border-color:transparent !important}
.it-datepicker-wrapper div.datepicker-calendar.default div.datepicker-month-next.enabled:hover {background-color:transparent!important ; border-color:transparent !important}
.it-datepicker-wrapper div.datepicker-calendar.default div.datepicker-month-next.enabled:focus {background-color:transparent!important ; border-color:transparent !important}
.it-datepicker-wrapper div.datepicker-calendar.default div.datepicker-month:hover {background-color:transparent!important ; border-color:transparent !important}
.it-datepicker-wrapper div.datepicker-calendar.default div.datepicker-month:focus {background-color:transparent!important ; border-color:transparent !important}
.it-datepicker-wrapper div.datepicker-calendar.default button.datepicker-close:hover {background-color:transparent!important ; border-color:transparent !important}
.it-datepicker-wrapper div.datepicker-calendar.default button.datepicker-close:focus {background-color:transparent!important ; border-color:transparent !important}
.it-datepicker-wrapper div.datepicker-calendar.default tr.datepicker-weekdays {border-top:0 !important; border-bottom:0 !important}
.it-datepicker-wrapper div.datepicker-calendar.default table.datepicker-grid th {background-color:transparent !important}
.it-datepicker-wrapper div.datepicker-calendar table.datepicker-grid th abbr[title] {text-decoration:none !important; font-family: "BarlowCondensed-Light"; text-transform:uppercase}
.it-datepicker-wrapper .datepicker-calendar.default table.datepicker-grid td span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td:hover span {
    background: rgba(255,255,255,.1);
}
.form-prenota-contatto hr {border-top:1px solid #fff}
.ricomincia {padding:10px 30px 20px}
.ricomincia a {color:#fff}
.ricomincia a:hover {color:#249fd7}
.form-corso select.input_home option{color:#333;}
.form-corso select.input_home option:checked {color:#333}
*::-ms-backdrop, .form-corso select.input_home option{color:#333;}/* IE11 */
*::-ms-backdrop, .form-corso select.input_home option:checked {color:#fff}/* IE11 */
/* ISCRIZIONE */
a .box-iscrizione {height:100%; background-color:#fff}
a .box-iscrizione .img-box-iscrizione {height:200px; width:100%; background-size:cover; background-position:top center}
a .box-iscrizione .titolo-iscrizione {padding:20px; min-height:200px}
a .box-iscrizione .titolo-iscrizione h3 {margin-top:0;}
.box-sede.border-right {border-right:1px solid #111 !important}
.option-iscrizione .img-dx:before, .option-iscrizione .col-img:after {display:none}
.option-iscrizione .img-dx {margin-left:-155px}
.option-iscrizione .img-sx {position:relative}
.option-iscrizione .img-sx img{margin-left:50px}
.option-iscrizione .img-sx:after {content:""; width:100%; height:100%; background-image:url(../images/pallini-neri.svg); background-repeat:no-repeat; background-size:contain; background-position:left; position:absolute; left:28px; top:40px; z-index:0}
.option-iscrizione .bg-testo.testo-nomar {margin-left:-100px}
.option-iscrizione .bg-testo:before {display:none}
.block-requisito .bg-testo {margin-left:0}
.block-requisito .bg-testo-sx {z-index:unset}
.block-requisito .bg-testo:before {content:""; width:180px; height:100%; background-image:url(../images/linee-requisiti.svg); background-repeat:no-repeat; background-size:contain; background-position:left; position:absolute; left:-120px; top:100px; z-index:-1}
.block-requisito .bg-testo-sx:before {content:""; width:180px; height:100%; background-image:url(../images/linee-requisiti.svg); background-repeat:no-repeat; background-size:contain; background-position:right; position:absolute; right:-120px; top:100px; z-index:-1}
.numero-box {font-family: "BarlowCondensed-Bold"; font-size:15rem}
.form-corso.accordion {margin-top:20px}
.form-corso.accordion .testo-box {padding:0}
.form-corso.accordion .testo-box .card-head {padding:20px 30px 3px 30px}
.form-corso.accordion .testo-box .card-head h3 {margin-top:0}
.form-corso.accordion .testo-box .card-head:hover {background-color:#249fd7}
.form-corso.accordion .arrow-toggle {
	background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
	background-size: 20px;
	cursor: pointer;
	width:40px;
	height:20px;
	position:absolute;
	top: 24px;
	right: 10px;
	-webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}
.form-corso.accordion .btn-acc .arrow-toggle {width:100%; height:100%; top:0; left:0}
.form-corso.accordion .arrow-toggle.collapsed {
	background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
	-webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}
.form-registrazione {border-top:1px solid #fff;}
.list-box {background-color:#000; color:#fff; padding:50px; margin-top:-120px}
/* NEWSROOM */
.carousel-home.carousel-news .carousel-cell {width: 49.3%; margin-right: 10px; counter-increment: carousel-cell;}
.carousel-news a .box-testo-corso h2 {font-size:18px}
.docenti-corso .carousel-news .box-testo-corso {min-height:200px}
.box-list-newsroom {padding-right:60px; padding-left:60px}
.box-list-newsroom .img-corso {height:300px}
.box-list-newsroom .graf-three {bottom:0; top:unset}
.col-up {margin-top:60px}

/* ACCREDITAMENTO AFAM */
div .box-iscrizione {height:100%; background-color:#fff}
div .box-iscrizione .img-box-iscrizione {height:200px; width:100%; background-size:cover; background-position:top center}
div .box-iscrizione .titolo-iscrizione {padding:20px; min-height:200px}
div .box-iscrizione .titolo-iscrizione h3 {margin-top:0;}

/* PRESS */
.press-listing .section-elenco-corsi .grid-sizer, .press-listing .section-elenco-corsi .grid-item {width:50%}
.press-listing .section-elenco-corsi.lista-com .com-item {width:100%; margin-bottom:20px}
.press-item-list {display:flex}
.img-press {height:200px; width:40%; background-size:cover;}
.press-listing .section-elenco-corsi .box-corso-elenco {padding:0}
.testo-press {display: flex; justify-content: center; flex-direction:column; padding: 0 30px 0 10px; position:relative;  width:60%; margin-left:auto}
.lista-com .testo-press {padding:0 50px 0 10px}
.press-listing .section-elenco-corsi .box-corso-elenco a .sottotitolo {text-transform:uppercase}
.press-listing .dati-corso span:last-child {padding:0}
.tabs-press .nav-tabs {border-bottom:1px solid #111}
.tabs-press .nav-tabs .nav-item.show .nav-link, .tabs-press .nav-tabs .nav-link.active {color:#111; border-color:#111 #111 #fff}
.tabs-press .nav-tabs .nav-link {border-top-right-radius:0; border-top-left-radius:0}
/* NEWS EVENTI */
.listing-news .dati-corso {padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ccc;}
.listing-news .news .dati-corso span:last-child {padding-left:0}
.news-detail .bg-testo {margin-left:unset; width:unset; margin-right:60px}
.news-detail .box-header.main-title h1 {padding-left:120px; font-size:34px}
.news-detail .testo-box {padding:80px 40px 40px 0;}
.news-detail .testo-box p {padding:0 40px}
.news-detail .testo-box h2 {padding:0 40px}
.news-detail .testo-box ul {padding:0 40px 0 60px}
.news-detail .testo-box .news-img {margin:40px 0}
.news-detail .testo-box .news-img img {width:100%}
.news-detail .storia-slider {margin:40px 0;}
.news-detail .carousel-spazi .carousel-cell {height:500px}
.news-detail .filter-icon {right:0}
.news-detail .hamburger .circle-icon {width:39px !important; height:39px; border-radius:0}
.news-detail .bg-testo:before {display:none}
.news-detail .corsi-correlati {display:inherit}
.news-detail .corsi-correlati.section-elenco-corsi .box-corso-elenco {width:100%}
.news-detail .dati-corso span:last-child {padding-left:0}
.titolo-sidebar h3 {font-family: "BarlowCondensed-Light"; text-transform:uppercase; font-size:22px; text-align:right; padding-bottom:15px; border-bottom:1px solid #111}
.news-related .box-testo-corso {min-height:unset}
.corsi-cat .grid-item.long-post {width: 66.66%;}
.long-post .box-corso {flex-direction:row}
.long-post .img-corso {width:40%; height:450px}
.long-post .cont-container-blog {width:60%; height:calc(450px - 62px)}
.long-post .box-testo-corso {min-height:unset; height:100%; display:flex; justify-content:center; flex-direction:column}
.listing-news.listing-blog .dati-corso span:last-child {padding-left:0}
.author {padding-right:30px}
.meta-articolo {margin:40px 40px 0 40px; padding-top:20px;display:flex; border-top:1px solid #111}
.meta-articolo .categoria {margin-left:auto}
/* GALLERY */
.gallery .grid {
  max-width: 100%;
}

/* clear fix */
.gallery .grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.gallery .grid-item {
  float: left;
  width: 33.33%;
  height: 400px;
  background: #111;
	margin-bottom:0;
  border: 2px solid #111;
  border-color: hsla(0, 0%, 0%, 0.7);
	padding:0;
	overflow:hidden;
	position:relative;
}
.gallery .grid-item .flickity-prev-next-button {top:35%}
.gallery .grid-item--width2 { width: 66.66%; }
.gallery .grid-item--height2 { height: 550px; }
.gallery .img-carousel {width:100%; height:100%; position:relative; background-position:center center; background-size:cover}
.carousel-gallery .carousel-cell {width: 100%; margin-right: 0px; counter-increment: carousel-cell; height:400px; }
.carousel-gallery .carousel-cell .img-carousel {width:100%; height:100%; background-size:cover; background-position:center center}
.carousel-gallery2 .carousel-cell {width: 100%; margin-right: 0px; counter-increment: carousel-cell; height:550px; }
.carousel-gallery2 .carousel-cell .img-carousel {width:100%; height:100%; background-size:cover; background-position:center center}
.carousel-gallery3 .carousel-cell {width: 100%; margin-right: 0px; counter-increment: carousel-cell; height:400px; }
.carousel-gallery3 .carousel-cell .img-carousel {width:100%; height:100%; background-size:cover; background-position:center center}
.carousel-gallery4 .carousel-cell {width: 100%; margin-right: 0px; counter-increment: carousel-cell; height:400px; }
.carousel-gallery4 .carousel-cell .img-carousel {width:100%; height:100%; background-size:cover; background-position:center center}
.gallery .grid-item .gallery-caption {width:100%; height:50px; position:absolute; background: linear-gradient(rgba(0,0,0,0), #111); bottom:0; left:0; padding: 0 30px; display: flex; flex-direction:column; z-index:0; color:#fff}
.gallery .caption-text {display:none}
.gallery .grid-item:hover .gallery-caption {height:200px}
.gallery .grid-item:hover .caption-text {display:block}
.carousel-fashion .carousel-cell {width: 100%; margin-right: 0px; counter-increment: carousel-cell; height:451px; }
.carousel-fashion .img-carousel {width:100%; height:100%; position:relative; background-position:center center; background-size:cover}
.box-fashion .box-testo-corso {min-height:unset}
.box-fashion .img-corso {height:451px}
/* SHOWS */
.fashion-desc {padding:40px; color:#fff; display:flex; justify-content: center; flex-direction: column; height: 100%;}
.designer-info {padding-left:30px; display:flex; justify-content: center; flex-direction: column; height: 100%; border-left:1px solid #111;}
.designer-info .checked {padding-left:0; margin-bottom:0}
.designer-social {border-top:1px solid #111; padding-top:20px;}
/* CONTATTI */
.cont-contatti .bg-testo {margin-left:0; margin-right:-100px}
.cont-contatti .bg-testo:before {z-index:1}
.box-contatto {display:flex}
.box-contatto .icona-contatto {margin-right:20px}
.box-contatto .icona-contatto .circle-icon {background:#111; color:#fff}
.item.box-call a h2 {font-size:26px; text-transform:uppercase; color:#111}
.item.box-call {position:relative; padding:40px; color:#fff; border:1px solid #111}
.item.box-call:before  {position:relative}
.item.box-call:hover {background-color:#249fd7}
.item.box-call:hover a h2 {color:#fff}
.item.box-call a .icona-menu {width:80px}
.item.box-call:hover a .icona-menu {-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.item.box-call:hover .graf-one {background-image:url(../images/linee-side-corsi-w.svg)}
/* AREA RISERVATA */
.tabs.private-tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
.tabs.private-tabs [class^="tab"] label,
.tabs.private-tabs [class*=" tab"] label {
    color:#111;
    cursor: pointer;
    display: block;
    line-height: 1em;
    text-align: center; }
.tabs.private-tabs [class^="tab"] [type="radio"],
.tabs.private-tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.7);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.tabs.private-tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
.tabs.private-tabs [class*=" tab"] [type="radio"]:hover,
.tabs.private-tabs [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #249fd7; }
.tabs.private-tabs [class^="tab"] [type="radio"]:checked,
.tabs.private-tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #249fd7; outline: none;}
.tabs.private-tabs [class^="tab"] [type="radio"]:checked + div,
.tabs.private-tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
.tabs.private-tabs [class^="tab"] [type="radio"] + div,
.tabs.private-tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
.tabs.private-tabs  .tab-2 {
    width: 50%; }
.tabs.private-tabs .tab-2 [type="radio"] + div {
      width: 200%;
      margin-left: 200%; }
.tabs.private-tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
.tabs.private-tabs .tab-2:last-child [type="radio"] + div {
      margin-left: 100%; }
.tabs.private-tabs  .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -100%; }
.nome-tab {font-family: "BarlowCondensed-Regular"; text-transform:uppercase; font-size:20px; text-align:center;}
.nome-tab span {font-family: "BarlowCondensed-Light"; text-transform:uppercase; font-size:15px;}
.login-private {text-align:center}
.login-private .custom-btn {justify-content:center}
.login-private .custom-btn button {width:auto}
.login-private .custom-btn span {margin-top:16px}
.login-private .custom-btn i {margin-top:12px}
.col-login {padding:0 20px}
.private-tabs .testo-box {padding:0 25px}
.private-tabs .accordion {margin-top:0}
.private-tabs .accordion .arrow-toggle {top:8px; right:-20px}
.sticky-menu-cat {position: -webkit-sticky; position: sticky; top:76px; z-index:3;}
.sticky-menu-cat .menu-cat-cont {background-color: #111; padding: 15px 0; }
.sticky-menu-cat .navbar {padding:0; position:relative}
.cat-menu {margin: 0; list-style: none; display: flex; align-items: center; justify-content: center; width:100%}
.cat-menu .cat-item {color:#fff; font-family: 'BarlowCondensed-Light'; text-transform:uppercase; font-size:14px; display:block; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; padding:0 12px;}
.cat-menu .cat-item:hover{color:#249fd7; -webkit-transition-delay:0s; -moz-transition-delay:0s; transition-delay:0s;}
.cat-menu .cat-item.active {color:#249fd7; font-weight: 400;}
.form-corso.acc-ris {background-color:#f5f5f5; color:#212529}
.form-corso.acc-ris.accordion .arrow-toggle.collapsed, .form-corso.acc-ris.accordion .arrow-toggle {filter:inherit}
.acc-ris .form-registrazione {border-top:1px solid #111}
.form-corso.acc-ris .input_home {border:1.5px solid #212529; color:#212529}
.form-corso.acc-ris ::placeholder { color:#212529;opacity: 1;}
.form-corso.acc-ris :-ms-input-placeholder {color: #212529;}
.form-corso.acc-ris ::-ms-input-placeholder {color: #212529;}
.check-list {display: flex; align-items: center; font-size: 15px; padding: 10px 16px 10px 16px; margin-bottom: 25px; font-weight: 300; outline: none;}
.check-list label {margin-bottom:0;}
.upload-list {margin-bottom:20px}
.upload-file .input-file { visibility: hidden; position: absolute;}
.btn-upload {background-color:#249fd7; color:#fff}
/* Comments
/*-------------------------------------------------------*/
.entry__comments {
	margin-top: 64px; }

.entry__comments-title,
.comment-respond__title {
	font-size: 2rem;
	margin-bottom: 38px; }

.comment {
	list-style: none; }
	@media only screen and (min-width: 576px) {
		.comment .children {
			padding-left: 8%; } }
	.comment-list > li:first-child > .comment-body {
		border-top: 0;
	}
	.comment-body {
		margin-top: 32px;
		padding-bottom: 28px;
		border-bottom: 2px dotted #E9E9E9;
		background-color:#f2f2f2;
		padding:20px;
		}
	.children	.comment-body {background-color:#fbfbfb}
	.comment-text {
		overflow: hidden; }
		.comment-text p {
			margin-bottom: 10px; }
	.comment-avatar {
		float: left;
		margin-right: 20px;
		display: block;
		border-radius: 50%;
		overflow: hidden; }
	.comment-author {
		font-family: "DM Sans", sans-serif;
		font-size: 0.9375rem;
		display: inline-block;
		margin-bottom: 5px;
		margin-right: 8px; }
	.comment-metadata {
		display: inline-block; }
	.comment-date, .comment-edit-link {
		display: inline-block;
		margin-bottom: 10px;
		font-size: 0.875rem;
		color: #909090; }
	.comment-edit-link {
		margin-left: 5px;
		margin-bottom: 0;
		color: #FE5900; }
	.comment-reply {
		color: #131313;
		font-weight: 600; }
		.comment-reply:hover {
			color: #FE5900; }

/* Comment Form
/*-------------------------------------------------------*/
.comment-form p {
	margin: 0; }

.comment-respond {
	margin-top: 64px; }
/*PARTNERS */
.dettaglio-partner .bg-testo {margin-left:inherit;}
.img-partner {width:140px; margin-bottom:30px}
.partner-corsi .box-testo-corso {min-height: unset;}
/* MAPPA */
.mappa {padding-right:0 !important; padding-left: 0 !important; z-index:0;}
#container-map{height: 750px;left: 0;position: relative;width: 100%; z-index:0}
#map-canvas{height: 100%;position: relative;width: 100%;z-index: 10;}
.box-pop h5{font-family: 'Frank Ruhl Libre', serif; color:#333; font-weight:900; font-size:18px; text-transform:uppercase;}
.box-pop a{color:#249fd7;text-decoration:underline;font-size:10px;}
.texture-story {width:20px; height:240px; position:absolute; top:-20px; right:-10px; background-image:url(../images/linee-side-corsi.svg); background-size:contain; background-repeat:repeat; z-index:1}
/* SERVIZI AZIENDE */
.corpo-posizione {width:100%}
.corpo-posizione .dati-corso {padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ccc; padding-top: 0px; margin-top: 0px; border-top: 0}
.corpo-posizione .dati-corso span:last-child {padding:0}
.item-posizione {display: flex; align-items: center;}
.logo-posizione {width:100px; height:100px; background-color:#fff; background-size:contain; background-position:center center; background-repeat: no-repeat; margin-right:20px}
.testo-col {padding:60px 60px 100px 60px}
/*FOOTER*/
.footer {background-color:#111; color:#fff; font-family: "BarlowCondensed-Light"; padding-bottom:60px; position:relative}
.footer:before {content:""; width:100%; height:100px; background-image:url(../images/linee-footer-black.svg); background-repeat:repeat-x; background-size:contain; position:absolute; left:0; top:-50px}
.footer:after { content:""; background-image:url(../images/pallini-blu.svg); width:100%; height:27px; background-repeat:no-repeat; background-size:contain; background-position:right; position:absolute; bottom:-0; right:0; z-index:1}
.sotto_footer{background-color: #090406;padding:15px;position:relative; font-family: "BarlowCondensed-Light";}
.footer .logo-brand img {width:120px}
.footer-right {text-align:right}
.testo-footer {font-size:13px}
.footer a {font-size:13px;color:#fff}
.footer a:hover {color:#249fd7}
.col-footer-left {padding-left:20px}
.col-footer-right {padding-right:20px}
.col-footer-left h4 {font-size:15px; text-transform:uppercase}
.img-footer {width:120px}
a.newsletter-title:hover, a.newsletter-title:focus {color:#fff}
a.newsletter-title h3 {margin:0}
.copy{font-size: 12px;color: #fff; font-weight:300}
.copy a{color:#fff;}
.copy a span {color:#249fd7;}
.social-icon {color:#fff; font-weight:300; font-size:15px; line-height:1.5; font-family: 'Frank Ruhl Libre', serif; letter-spacing:1px}
.social-icon {margin-bottom:30px; text-align:right}
.circle-icon {background: #fff;width: 24px !important;height: 24px;text-align: center; vertical-align: middle;padding: 5px; color:#333; transition: all 500ms ease; margin-left:10px; border-radius:50px;}
.circle-icon:hover {background: #249fd7; color:#fff; transition: all 500ms ease; transform: scale(0.9); transition: all 500ms ease;}
.modal-docente .modal-content {border-radius:0}
.modal-docente .modal-header {border-bottom:1px solid #111}
.modal-docente .square-pied-all {width:20px; height:100%; left:unset; right:0}
.modal-docente .circle-icon {background: #249fd7;width: 24px !important;height: 24px;text-align: center; vertical-align: middle;padding: 5px; color:#fff; transition: all 500ms ease; margin-left:10px; border-radius:50px;}
.modal-docente  .circle-icon:hover {background: #fff; color:#333; transition: all 500ms ease; transform: scale(0.9); transition: all 500ms ease;}
/* NEWSLETTER SUBSCRIPTION */
.bg_pre_footer {position:relative; margin-top:-195px; z-index:999}
.box-newsletter {background-color:#249fd7; background-image:url(../images/bg-sm.svg); background-size:cover; background-position:200px; background-repeat:no-repeat;padding:40px 40px 80px 40px; margin-bottom:40px; color:#fff; position:relative; z-index:999;
-webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%); clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);}
.box-newsletter h2 {margin-top:10px;}
.bordo-left {background-image:url(../images/bordo-left.svg); background-repeat:no-repeat; background-position:right; background-size:cover}
.titolo-newsletter {padding:40px 40px 84px 40px; text-align:right}
.titolo-newsletter h2 {font-family: 'Frank Ruhl Libre', serif; font-weight:900; font-size:32px; color:#fff; text-transform:uppercase; margin:0}
.panel-newsletter.box-newsletter {background-color:#090406; background-image:url(../images/bg-sm.svg); background-size:cover; background-position:30px 150px; background-repeat:no-repeat;padding:40px 20px; color:#fff; position:relative; -webkit-clip-path: none; clip-path: none;}

/* listing */
.bg-news {padding-bottom:60px; background-image:url(../images/bg-intro-2.svg); background-repeat:no-repeat; background-size:cover; background-position:center -230px; background-color:#fafafa}
.cont-listing-news {padding-right:20px}
.item-listing-news {background-color:#fff; padding:40px 20px; -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 90%); clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 90%);}
.item-listing-news:nth-child(even){margin-bottom:30px; -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%); clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);}
.testo-listing-news h2 {margin-top:0; margin-bottom:10px; font-size:18px;}
.testo-listing-news h2 a {color:#212529}
.testo-listing-news h2 a:hover {color:#249fd7}
.testo-latest-news h4 {margin-top:0; margin-bottom:10px; font-size:15px;}
.side-menu .nav-link {text-transform:uppercase; border-bottom:1px solid #f2f2f2}
.side-menu .nav-link:hover, .side-menu .nav-link:focus {color:#212529}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {border-radius:0; background-color:#212529}
.nav-pills .nav-link.active:hover {color:#fff}
.testo-listing-news a:hover {color:#212529}
.search-blog.card {border-radius:0; border:1px solid #212529}
.search-blog.card .card-body {padding:10px}
.search-blog.card .card-body .form-control {padding:0 .75rem}
.btn-search {background-color:#249fd7; color:#fff; border-radius:0}
.btn-search:hover {background-color:#212529;}
.page-item:first-child .page-link {border-radius:0}
.page-item.active .page-link {background-color:#249fd7; border-color:#249fd7}
/* dettaglio */
.btn-fb {background-color: #3b5998!important;color: #fff!important;}
.btn-tw {background-color: #55acee!important;color: #fff!important;}
.btn-gplus {background-color: #dd4b39!important;color: #fff!important;}
.btn-li {background-color: #0082ca!important;color: #fff!important;}
.btn-social {border-radius:0}
.cont-news {padding-right:40px}
.cont-news .carousel-item {height:450px; min-height: 250px;}
.social-share {margin-left:auto;}
/* breadcrumd e paginazione*/
.breadcrumbs {background-color:#F0F0F0;font-weight:300}
.breadcrumbs .bordo-arrow {width: 0;height: 0;border-style: solid;border-width: 14.5px 0 14.5px 5px; border-color: transparent transparent transparent #ffffff;}
.stringaposizione{color:#249fd7;font-size:13px; padding:5px;}
.profondisci{color:#212529}
.profondisci a {color:#249fd7}
.profondimetro{margin:12px 0; display:flex; align-items: center;}
.profondimetro [class^="flaticon-"]:before {font-size:10px}
.profondimetro .item-bread {display:flex; margin-right:5px;}
.profondimetro .item-bread:hover .stringaposizione {background-color:#249fd7}
.profondimetro .item-bread:hover .bordo-arrow {border-color: transparent transparent transparent #249fd7;}
.profondimetro-inpage {margin:0 0 12px; padding-top:12px}
.profondimetro a{-webkit-transition: .3s ease-in-out;}
.profondimetro a:hover{opacity:0.8; color:#000}
.pagination ul {list-style:none}
.pagination ul li {display:inline-block}
.pagination a {font-size:12px;color: black;float: left;padding: 4px 8px;text-decoration: none;transition: .3s;background-color: #fff; border: 1px solid #212529;margin: 0 2px;}
.pagination a.is-active {background-color: #249fd7;color: #fff;border: 1px solid #249fd7;}
.pagination a:hover:not(.active) {background-color: #212529; color:#fff}
.page-item:last-child .page-link {border-radius:0}

/* FORM*/
#recaptcha {display:none}
.box_contatti {background-color:#f2f2f2}
.input_home{width:100%;border:1.5px solid #333;background: transparent; color:#333; font-size:15px;padding:10px 16px 10px 16px;margin-bottom:25px; font-weight:300; outline: none;}
select {width:100%;border:1.5px solid #333;background: transparent; color:#333; font-size:15px;padding:10px 16px 10px 16px;margin-bottom:25px; font-weight:300; -webkit-appearance: none;
  -webkit-border-radius: 0px;}
.form-corso .input_home{width:100%;border:1.5px solid #fff;background: transparent; color:#fff; font-size:15px;padding:10px 16px 10px 16px;margin-bottom:25px; font-weight:300; outline: none;}
	select {width:100%;border:1.5px solid #fff;background: transparent; color:#fff; font-size:15px;padding:10px 16px 10px 16px;margin-bottom:25px; font-weight:300; -webkit-appearance: none;
	  -webkit-border-radius: 0px;}
.form-corso .textarea_home{width:100%;border:1.5px solid #fff;background: transparent; color:#fff;font-size:15px;padding:10px 16px 10px 16px;margin-bottom:5px; outline: none;}
::placeholder { color:#333;opacity: 1;}
:-ms-input-placeholder {color: #333;}
::-ms-input-placeholder {color: #333;}
.form-corso ::placeholder { color:#fff;opacity: 1;}
.form-corso :-ms-input-placeholder {color: #fff;}
.form-corso ::-ms-input-placeholder {color: #fff;}
.privacy {color:#333;font-size: 12px;cursor:pointer;}
.privacy a{color:#333;text-decoration:underline;}
.privacy2 {font-size: 14px; font-weight: 300;cursor:pointer;}
.privacy2 a{color:#333;text-decoration:underline;}
.privacy2 a:hover{color:#333;}
.form-corso .privacy2 a{color:#fff;text-decoration:underline;}
.form-corso .privacy2 a:hover{color:#fff;}
label.checkbox, label.radio{padding-left: 0px;}
.checkbox, .radio{margin-top:0;margin-bottom:25px;}
#capatcha {display: block; }
#capatcha div iframe {width:100% !important}

/* RICERCA */
.form-control-borderless {border: none;}
.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {border: none;outline: none;box-shadow: none;}

/* NUOVA COOKIE BAR */
.section-standard {padding:120px 0}
.show_banner_cookies {position: fixed;   bottom: 0px;   width: 50%;   background: #111; color: #fff; z-index: 1000; padding: 30px; left: 0px; font-size: 14px; font-weight:400}
.show_banner_cookies a {color:#249fd7}
.show_banner_cookies a:hover {color:#1a7ca9}
.show_banner_cookies a.btn {padding:15px 20px; min-width:210px}
.show_banner_cookies a.btn.btn-white, a.btn.btn-white {background-color:#fff; border:1px solid #fff; color:#333}
.show_banner_cookies a.btn.btn-outline, a.btn.btn-outline {background-color:transparent; border:1px solid #fff; color:#fff}
.show_banner_cookies a.btn.btn-outline-dark, a.btn.btn-outline-dark {background-color:transparent; border:1px solid #249fd7; color:#249fd7}
.show_banner_cookies a.btn.btn-color, a.btn.btn-color {background-color:#249fd7; border:1px solid #249fd7; color:#fff}
.show_banner_cookies a.btn:hover, .bottoni-accetta a.btn:hover {background-color:#249fd7; border: 1px solid #249fd7; color:#fff}
.show_banner_cookies.big-ban {width: 70%;}
.show_banner_cookies.big-ban .col-bottoni-cookie {display: flex; align-items: center; justify-content: center; flex-direction: column;}
.show_banner_cookies.big-ban .btn-foot {text-align:center}
.switch-cont {display:flex}
.switch-item {display: flex; align-items: center; justify-content: center;}
.switch-item-text {display: flex; align-items: center; justify-content: center; margin-left:auto}
.cmn-toggle {position: absolute; margin-left: -9999px; visibility: hidden;}
.cmn-toggle + label {display: block; position: relative; cursor: pointer; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
input.cmn-toggle-round-flat + label
{
  padding: 2px;
  width: 45px;
  height: 25px;
  background-color: #b7b7b7;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
	margin-bottom:0;
	margin-left:10px;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {display: block; position: absolute; content: "";}
input.cmn-toggle-round-flat + label:before
{
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after
{
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 18px;
  background-color: #b7b7b7;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {background-color: #249fd7;}
input.cmn-toggle-round-flat:checked + label:after {margin-left: 19px;background-color: #249fd7;}
.para-cookie {display: flex; flex-wrap: wrap; margin-bottom:30px}
.col-switch {display: flex; flex-direction:column; justify-content: center; border-left:1px solid #f2f2f2}
.col-switch .switch-label {font-size:13px; margin-bottom:10px}
.col-switch input.cmn-toggle-round-flat + label {margin-left:0}
.col-switch .switch-page {padding-left:30px}
.bot_ros {box-shadow:none; border:1px solid #040506}
.bottoni-accetta .bot_ros.bot-und {background:transparent; border:1px solid #249fd7; color:#249fd7}
.bottoni-accetta .bot_ros:hover, .bottoni-accetta .bot_ros.bot-und:hover {border:1px solid #ed3042}
.bottoni-accetta .bot_ros.bot-und:hover {background:#ed3042; color:#fff}
.col-custom {position: relative;min-height: 1px;padding-right: 5px;padding-left: 5px;width:20%;float:left;}
.col-custom a .box-scelta{padding:20px;}
/* FINE COOKIES */


/* ERROR PAGE */
.error-page {margin-top:125px}
.error-page .error-span {font-family: 'Frank Ruhl Libre', serif;font-weight: 900;letter-spacing: 1px; font-size:18px; text-transform: uppercase;}
.error-page .error-img {padding-bottom:40px; border-bottom:1px solid #249fd7}
.error-page .box-testo-home h3 {font-family: 'Frank Ruhl Libre', serif;font-weight: 900;letter-spacing: 1px; font-size:28px; text-transform: uppercase;}
.error-page .box-testo-home a {display:block}

/* NEWSLETTER */
#mapDrawer {
  width: 320px;
  height: 400px;
  left: -320px;
	bottom:-50px;
  opacity: 1;
  position: fixed;
  z-index: 100;
  box-shadow: 0 1px 10px #000;
  transition: transform 0.5s;
	display:none;
}
#mapDrawer.open {
  transform: translateX(320px);
}

#mapDrawerActivateButtonContainer {
  position: absolute;
  padding: 2em;
  bottom: 70px;
  right: -35px;
  height: 35px;
  width: 25px;
}

#mapDrawerActivateButton {
  transition: all 0.25s linear;
  background-color: #249fd7;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  line-height: 1.2em;
  width: 300px;
	height:40px;
	padding:10px;
	-webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}


/* PARTICLE BG */
.bg-cta canvas {
  display: block;
  vertical-align: top;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
	z-index:2;
	top:0
}

.container-text {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: #fff;
  padding: 20px;
	z-index:3;
}


/* CLIENTI */
.accordion {
  margin-top: 40px;
}
.accordion .card {
  border: none;
  margin-bottom: 20px;
}
.accordion .card .testo-accordion {
  background: url(../images/caret-up-solid.svg) ;
	background-repeat:no-repeat;
	background-position:right;
  cursor: pointer;
  font-size: 18px;
}
.accordion .card.right-prod .testo-accordion  {
	background-position:left;
}
.accordion .card .testo-accordion.collapsed {
  background-image: url(../images/caret-down-solid.svg);
}
.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}

/* TIMELINE STORIA */
.timeline__content {position:relative}
.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 700px;
  position: relative;
}
.timeline__content-title {
  font-weight: normal;
  font-size: 66px;
  margin: -10px 0 0 0;
  transition: .4s;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: 'BarlowCondensed-Regular';
  color: #fff;
	text-shadow: 2px 2px #000;
}
.timeline__content-desc {
  margin: 0;
  font-size: 15px;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Inconsolata-Regular';
  font-weight: normal;
  line-height: 25px;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}
.timeline-item {
  padding: 40px 0;
  opacity: .3;
  filter: blur(2px);
  transition: .5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}
.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-family: 'BarlowCondensed-Regular';
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px);
}
.timeline-item:nth-child(even) {
  align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  transition: .3s all .2s;
  opacity: 1;
}
.timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0;
}

.timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 180px 0;
  transition: .3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.timeline-container:after {content:""; width:60px; height:100%; position:absolute; top:0; left:0; background-image:url(../images/pied-side.svg); background-size:contain; background-repeat:repeat-y;}
.timeline-container .dots-or-long {width:60%; bottom:-40px}

.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.timeline-header__title {
  color: #fff;
  font-size: 34px;
  font-family: 'BarlowCondensed-Regular';
  font-weight: normal;
  margin: 0;
}
.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'BarlowCondensed-Regular';
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

/*------ pagination area style start ------*/
.paginatoin-area {
  padding: 20px;
}

.paginatoin-area .pagination-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginatoin-area .pagination-box li {
  margin-right: 5px;
  display: inline-block;
}

.paginatoin-area .pagination-box li:last-child {
  margin-right: 0;
}

.paginatoin-area .pagination-box li a {
  color: #111;
  height: 36px;
  width: 36px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background-color: #f5f5f5;
  border-radius: 50%;
}

.paginatoin-area .pagination-box li a i {
  font-size: 30px;
  line-height: 36px;
}

.paginatoin-area .pagination-box li a:hover {
  color: #fff;
  border-color: #249fd7;
  background-color: #249fd7;
}

.paginatoin-area .pagination-box li.active a {
  color: #fff;
  background-color: #249fd7;
}

/*------ pagination area style end ------*/

/* SLIDE VIDEO */
.bg-testo.slide-video {margin-left:inherit; overflow:hidden}
.bg-testo.slide-video:before {display:none}
.slide-video .testo-box {padding:40px 40px 0px 0px}
.slide-video .carousel-item {height:500px}
.testo-slide {padding:0 40px}
.video-frame {border-right:1px solid #111}
.video-frame iframe {width:100%; height:500px}
.slide-video .carousel-control-next, .slide-video .carousel-control-prev {width:40px; height:40px; background-color:#111; opacity:1; top:inherit}
.slide-video .carousel-control-next:hover, .slide-video .carousel-control-prev:hover {background-color:#249fd7}
.slide-video .carousel-control-next{right:-40px; z-index:3}
.slide-video .carousel-control-prev{right:-40px; left:inherit; bottom:41px; z-index:3}
.slide-video .carousel-inner {overflow:inherit}
.slide-video .right-box {background-color:#fff; z-index:2}

.landing-page .banner-corso .box-header h2 {font-size:24px; padding-right:30px}
.landing-page .form-corso form {position:relative; z-index:1}

/* LANG MENU */
.sl-nav {
  display: inline;
}

.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li.lang-menu  {
	margin-right:14px;
}
.sl-nav li {
  cursor: pointer;
	color:#111;
}

.sl-nav li ul {
  display: none;
}

.sl-nav li:hover ul {
  position: absolute;
  top: 29px;
  right: -15px;
  display: block;
  background: #fff;
  width: 70px;
  padding-top: 0px;
  z-index: 999;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li.lang-menu:hover ul {width:100px; right:-25px}

.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -1px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}

.sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
  position: relative;
  text-align: center;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}

.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}

.sl-nav li ul li a {
	color:#111
}

.sl-nav li ul li a:hover, .sl-nav li ul li a.active {
  color: #249fd7;
}
.lang-menu img {width:22px}

/* PAGINA RICERCA */
.ricerca-pagina .search.open {width:100%}
.ricerca-pagina .search-button {display:none}
.black-box .search-box {background-color:#f2f2f2}

/* SECOLI FASHION SHOW 2021 */
.logo-sfs {position:relative}
.logo-sfs img {width:180px;}
.linea-up {position:absolute; top:-25px;left:-35px; width:60px}
.linea-up img, .linea-down img, .linea-plus img {width:100%}
.linea-down {position:absolute; top:170px;left:160px; width:120px}
.linea-plus {position:absolute; top:-200px; right:40px; width: 60px}
.sfs .banner-corso {height:700px}
.sfs .form-corso {margin-top:-410px; -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.37); box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.37); position:relative}
.sfs .form-corso:before {display:none}
.sfs .form-corso .form-title {width:80%}
.bg-sfs-form {padding-bottom:120px}
.genera-title img {width:380px; margin-bottom:30px}
.sfs .campi-cont p {margin-bottom:0}
.sfs .form-text {border-top:1px solid #fff; padding:30px}
.wait-count-cont {width:100%; height:350px; padding:100px 0}
.countdown ul {padding:0; margin-bottom:5px}
.countdown li {
    display: inline-block;
    font-size: 24px;
    list-style-type: none;
    padding: 0 10px 0 0;
    color: #fff;
    font-weight: 300
}

.countdown li span {
    font-size: 24px;
    color: #fff;
		margin-right:5px;
}
.sfs .custom-btn button {background:#CDE70A; border:1px solid #CDE70A}
.sfs .footer:before {display:none}
.sfs .footer {background-image:url(../images/bg-footer-sfs.jpg); background-size:cover; background-position:center center;}
.sfs .footer:after {display:none}
.sfs video {height: 100%; width: 100%;}
.sfs .form-corso.small-form {margin-top:20px}
.sfs .form-corso.small-form:after {display:none}
.sfs .small-form .form-text {border-top:0; padding:30px 30px 10px 30px}
.sfs .small-form .form-text p {margin-bottom:0}
.sfs .small-form .custom-btn button {height:46px; padding-top:5px}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */

  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;

  /*
    Let the content set the size of the tooltips
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

/* SEDE NOVARA */
.page-novara b {color:#000}
.bg-corso-novara {position:relative; min-height:720px;}
.box-corso-novara {width:50%; background-color:#111; color:#fff; position:absolute; bottom:-58px; left:0}
.page-novara .box-corso-novara b {color:#fff; font-family: 'Inconsolata-Bold';}
.page-novara .bg-dark b {color:#fff; font-family: 'Inconsolata-Bold';}
.testo-corso-novara {padding:40px}
.bg-rette-novara {background-size:cover; background-position:right center; position:relative; padding:100px 0 90px 0; position:relative}
.bg-rette-novara:before {content:""; background-image:url(../images/riga-rette.svg); background-size:contain; background-repeat:repeat-x; width:40%; height:105px; position:absolute; top:-52px; right:0}
.bg-rette-novara:after {content:""; background-image:url(../images/tre-dots-novara.svg); background-size:contain; background-repeat:no-repeat; width:357px; height:136px; position:absolute; bottom:-68px; left:0}
.section-partner-novara {padding-top:100px; background-color:#f2f2f2}
.intro-partner-novara {padding-right:60px}
.intro-partner-novara h2 {margin-top:0}
.section-partner-novara .list-docenti .img-corso {background-size:contain; background-position:center center; background-repeat:no-repeat; height:162px}
.section-partner-novara span .box-corso {border:none; padding:0 30px; background-color:transparent}
.section-partner-novara span:hover .box-corso {background-color:#fff; position:relative; z-index:99}
.section-partner-novara span:hover .box-corso:before {content:""; width:100%; height:100%; position:absolute; top:0; left:0; background-color:rgba(255, 255, 255, 0.8); z-index:1}
.section-partner-novara span .bb {border-bottom:1px solid #111}
.section-partner-novara span .br {border-right:1px solid #111}
.section-partner-novara span .box-corso .custom-btn {padding:10px; display:none}
.section-partner-novara span:hover .box-corso .custom-btn {display:block; padding: 5px; position: absolute; top: 50%; height: 32px; margin-top: -16px; width: 136px; left: 50%; margin-left: -73px;}
.section-partner-novara span .box-corso .custom-btn:before {display:none}
.col-partner-novara {padding-right:0px !important; padding-left:0px !important; margin-bottom:0px}
.section-partner-novara span .box-corso.style-one .custom-btn:before, .section-partner-novara span .box-corso.style-two .custom-btn:before, .section-partner-novara span .box-corso.style-three .custom-btn:before, .section-partner-novara span .box-corso.style-four .custom-btn:before, .section-partner-novara span .box-corso.style-five .custom-btn:before {height:42px}
.testorette {padding:40px;}
.section-partner-novara.partner-tec {padding-top:100px; background-color:#fff}
.section-partner-novara.partner-tec span .box-corso {height:110px; display: flex; align-items: center; justify-content: center;}
.section-partner-novara.partner-tec span:hover .box-corso:before {display:none}
.page-novara .bio-docente {padding:20px 0 40px 0}
.page-novara .modal-container {padding:30px 20px 10px 20px}
.page-novara .modal-container .custom-btn a {padding:0 20px; padding-top:18px}
.ind-sede {padding-right:20px}
.droopmenu li a .droopmenu-indicator, .droopmenu-vertical .droopmenu li a .droopmenu-indicator {right:40px; top:-5px; display:none}
.droopmenu li:hover a .droopmenu-indicator, .droopmenu-vertical .droopmenu li:hover a .droopmenu-indicator {right:50px}
.sub-side-menu {background-color:transparent !important; padding-top:10px !important}
.droopmenu li ul.sub-side-menu li a {padding:5px 35px 5px 35px}
.droopmenu li li:hover > a {color:#249fd7}
.box-sede.new-sede {height:75vh; min-height:400px; background-position:top center}
.rette-sedi .testo-sedi-desk {padding:60px 40px 80px 40px}
/* FGI */
.fgi .banner-corso {height:450px; background-size:contain; background-repeat:no-repeat}
.fgi .form-corso:before {display:none}
.fgi .custom-btn button {background:#64ff7b; border:1px solid #64ff7b; color:#000}
.fgi .custom-btn span {background:#000}
.fgi .custom-btn i {border-color: transparent transparent transparent #000;}
.fgi .footer:before {display:none}
.fgi .footer:after {display:none}
.fgi video {height: 100%; width: 100%;}
.fgi .form-corso.small-form {margin-top:20px}
.fgi .form-corso.small-form:after {display:none}
.fgi .small-form .form-text {border-top:0; padding:30px 30px 10px 30px}
.fgi .small-form .form-text p {margin-bottom:0}
.fgi .small-form .custom-btn button {height:46px; padding-top:5px}
.fgi .form-corso {-webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.37);
box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.37); position:relative}
.fgi .form-corso:before {display:none}
.fgi .form-corso .form-title {width:100%}
.fgi .campi-cont p {margin-bottom:0; font-size:16px}
.fgi .form-text {border-top:1px solid #fff; padding:30px}

.fgi.fgi-2022 .banner-corso {height:900px; background-size:contain; background-repeat:no-repeat}
.fgi.fgi-2022 .form-corso {margin-top:-370px; margin-left:40px}

.fgi.fgi-2023 .banner-corso {height:450px; background-size:contain; background-repeat:no-repeat}
.fgi.fgi-2023 .form-corso {margin-top:-30px;}
.fgi.fgi-2023 .custom-btn button {background:#64ff7b; border:1px solid #64ff7b; color:#000}
.fgi.fgi-2023.fgi-2024 .custom-btn button {background:#c0a5ce; border:1px solid #c0a5ce; color:#000}
.fgi.fgi-2023 .custom-btn span {background:#000}
.fgi.fgi-2023 .custom-btn i {border-color: transparent transparent transparent #000;}
.fgi.fgi-2024 .custom-btn button {background:#c0a5ce; border:1px solid #c0a5ce; color:#000}
.icon-cert {width: 20px!important;}
/* SFS 2022 */
.sfs.sfs-22 .banner-corso {background-size:contain; background-repeat: no-repeat; background-position:center -3px; border-top:3px solid #fff; position:relative}
.sfs.sfs-22 .banner-corso:before {content:""; width:100%; height:100%; background-image:url(../images/bg-sfs-22.png); background-size:cover; background-position:center center; background-color:#3a3a3a; position:absolute; top:0; left:0; z-index:-1; }
.sfs.sfs-22 .form-corso .form-title h1 span {font-size:55px}
.sfs.sfs-22 .footer {background-color:#3a3a3a; background-image:none}
.sfs.sfs-22 .custom-btn button {background-image:url(../images/bg-button-sfs.jpg); background-size:cover; background-repeat:no-repeat; background-color:inherit; border:0}
.sfs.sfs-22 .genera-title img {width:110px; margin-bottom:0px}
.sfs.sfs-22 .video-cont {margin-top:30px}
.sfs.sfs-22 .video-cont iframe {height:550px}
.play-msg {font-size:20px}

select option:disabled::-webkit-input-placeholder {
    color:#000;
}

/* SFS 2023 */
.sfs.sfs-23 .banner-corso {background-size:contain; background-repeat: no-repeat; background-position:center -3px; border-top:3px solid #fff; position:relative}
.sfs.sfs-23 .form-corso .form-title h1 span {font-size:55px}
.sfs.sfs-23 .form-corso .form-title img {width:60%; margin:50px 0 10px -4px}
.sfs.sfs-23 .footer {background-color:#1d1d1b; background-image:none}
.sfs.sfs-23 .custom-btn button {background-color:#f2e500; color:#212121; border:0}
.sfs.sfs-23 .custom-btn span {background:#212121}
.sfs.sfs-23 .custom-btn i {border-color:transparent transparent transparent #212121}
.sfs.sfs-23 .custom-btn button:hover {background-color:#3a3a3a; color:#fff}
.sfs.sfs-23 .custom-btn button:hover span {background:#fff}
.sfs.sfs-23 .genera-title img {width:110px; margin-bottom:0px}
.sfs.sfs-23 .video-cont {margin-top:30px}
.sfs.sfs-23 .video-cont iframe {height:550px}
.play-msg {font-size:20px}
.row-loghi {margin-top:60px}
select option:disabled::-webkit-input-placeholder {
    color:#000;
}

/* SFS 2024 */
.sfs.sfs-24 .banner-corso {background-size:contain; background-repeat: no-repeat; background-position:center -3px; border-top:3px solid #fff; position:relative}
.sfs.sfs-24 .form-corso {margin-top:-28%}
.sfs.sfs-24 .form-corso.small-form {margin-top:20px}
.sfs.sfs-24 .form-corso .form-title h1 span {font-size:55px}
.sfs.sfs-24 .form-corso .form-title img {width:50%; margin:50px 0 10px -4px}
.sfs.sfs-24 .footer {background-color:#1d1d1b; background-image:none}
.sfs.sfs-24 .custom-btn button {background-color:#fd8b05; color:#212121; border:0}
.sfs.sfs-24 .custom-btn span {background:#212121}
.sfs.sfs-24 .custom-btn i {border-color:transparent transparent transparent #212121}
.sfs.sfs-24 .custom-btn button:hover {background-color:#3a3a3a; color:#fff}
.sfs.sfs-24 .custom-btn button:hover span {background:#fff}
.sfs.sfs-24 .genera-title img {width:110px; margin-bottom:0px}
.sfs.sfs-24 .video-cont {margin-top:30px}
.sfs.sfs-24 .video-cont iframe {height:550px}

/* SFS 2025 */
.sfs.sfs-25 .banner-corso {background-size:contain; background-repeat: no-repeat; background-position:center -3px; border-top:3px solid #fff; position:relative}
.sfs.sfs-25 .form-corso {margin-top:-28%}
.sfs.sfs-25 .form-corso.small-form {margin-top:20px}
.sfs.sfs-25 .form-corso .form-title h1 span {font-size:55px}
.sfs.sfs-25 .form-corso .form-title img {width:50%; margin:50px 0 10px -4px}
.sfs.sfs-25 .footer {background-color:#1d1d1b; background-image:none}
.sfs.sfs-25 .custom-btn button {background-color:#e55b55; color:#fff; border:0}
.sfs.sfs-25 .custom-btn span {background:#fff}
.sfs.sfs-25 .custom-btn i {border-color:transparent transparent transparent #fff}
.sfs.sfs-25 .custom-btn button:hover {background-color:#bcd3d3; color:#212121}
.sfs.sfs-25 .custom-btn button:hover span {background:#212121}
.sfs.sfs-25 .genera-title img {width:110px; margin-bottom:0px}
.sfs.sfs-25 .video-cont {margin-top:30px; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; background: #000; margin-bottom:30px; border-radius:8px;}
.sfs.sfs-25 .video-cont iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}
.sfs.sfs-25 .img-logo-sp {width:100%; max-width:200px}
/* RESTYLING SITO */
.droopmenu-extra {right:190px}
.droopmenu > li > a span {padding: 0 10px}
.sl-nav.mar-ico-menu {margin-right:40px;}
.droopmenu-header .search-button {width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; padding:0}
.droopmenu-header .col-search {position:absolute; right:60px}
.droopmenu-header .black-box .search-icon {border:1px solid #111}
.droopmenu-header .search {width:30px; height:30px}
.droopmenu-header .search.open {width:830px; z-index:1}
.droopmenu-header .search:before {width:1px}
.droopmenu-header .search-button {top:-2px;}
.droopmenu-header .search-icon:before {width:1px; height:8px; right:-2px; top:15px}
.droopmenu-header .search-icon:after {width:1px}
.droopmenu-header .open .search-icon {margin: 0; width: 28px; height: 28px; top:2px}
.droopmenu-header .open .search-icon:before {transform: rotate(52deg);right: 12px;top: 11px;height: 10px;}
.droopmenu-header .open .search-icon:after {transform: rotate(-230deg); right: 12px; top: 5px; height: 10px;}
.droopmenu-header .search-box {padding:5px 100px 5px 15px}
.slider-home:after {display:none}
.home-alt .corsi-home-section {padding:30px 0 60px 0}
.home-alt .corsi-home-section h1 {margin-top:0; margin-bottom:0}
.carousel-corsi-home .graf-three {bottom:-20px}
.carousel-corsi-home .box-testo-corso {padding:20px; min-height:190px}
.carousel-corsi-home a .box-testo-corso h2 {font-weight:800; margin-bottom:10px}
.carousel-corsi-home a .box-testo-corso p {margin-bottom:0; font-size:14px; z-index:1.4}
.carousel-alumni {padding:40px 0 20px 0}
.carousel-alumni .carousel-cell {width:216px; margin-right:20px}
.carousel-alumni .carousel-cell .img-alumni {height:216px}
.carousel-alumni .carousel-cell .img-alumni img {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}
.carousel-alumni .carousel-cell .alumni-data h4 {font-size:18px; margin-top:10px; margin-bottom:0px;color:#fff; text-transform: uppercase;}
.carousel-alumni .carousel-cell .alumni-data span.ruolo {color:#249FD7; margin-bottom:10px; font-family: 'BarlowCondensed-Light';}
.carousel-alumni .carousel-cell .alumni-data p {color:#fff}
.carousel-alumni .carousel-cell .alumni-data p span {color:#249FD7; margin-bottom:0px;}
/*NEWSLETTER */
#newsletter-popup{
 margin: 40px auto;
 background: #fff;
 border:1px solid #111;
 width: 50%;
 position: relative;
 transition: all 1s ease-in-out;
}
#newsletter-popup:before {content:""; width:1px; height:100%; background-color:#111; position:absolute; top:0; left:47px; z-index:1}
#newsletter-popup:after {content:""; width:47px; height:47px; background-image:url(../images/grafica-popup.svg); background-size:contain; position:absolute; bottom:0; left:0}
#newsletter-popup .banner-popup {width:100%; height:250px; position:relative}
#newsletter-popup .banner-popup img {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}
#newsletter-popup .newsletter-in {padding:30px 30px 30px 80px}
#newsletter-popup .newsletter-in .titolo-popup span {color:#249FD7; font-size:18px}
#newsletter-popup .newsletter-in .titolo-popup h2 {font-size: 34px; margin-top:10px; margin-bottom:25px}
#newsletter-popup .newsletter-in .dettagli-header-corso {padding-left:0; padding-bottom:20px}
#newsletter-popup .newsletter-in .btn-container {display:flex; justify-content:flex-start;;}
@media screen and (max-width: 1366px){
 #newsletter-popup{
	 width: 40%;
 }
}

@media screen and (max-width: 992px){
 #newsletter-popup{
	 width: 90%;
 }
}

.newsletter-overlay{
 position: fixed;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 background: rgba(0, 0, 0, 0.7);
 transition: opacity 500ms;
 visibility: visible;
 opacity: 1;
 display: none;
 overflow: scroll;
 z-index:99999;
}

#newsletter-popup .popup-close{
 color: #111;
 height: 30px;
 width: 30px;
 position: absolute;
 top: 10px;
 right: 10px;
 text-align: center;
 text-decoration: none;
 line-height: 30px;
 z-index:1;
}

@media screen and (max-width: 4000px) {
	.droopmenu > li > a,
	.droopmenu-vertical .droopmenu > li > a,
	.droopmenu-vertical .droopmenu > li > span{
		padding-left:0;
		padding-right:0;
	}
}
@media only screen and (min-width: 768px) {
	.droopmenu > li > a.first-item {padding-left:15px}
}
