/* COLORS */
/*#503E8E;*/
/* HEADER */
#main {
  padding-top: 150px;
}
#main header {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  display: block;
  background-color: #FFFFFF;
}
#main header .logo {
  padding: 10px 0px;
  height: 120px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main header.minimal .logo {
  /*padding: 10px 0px;*/
  height: 78px;
}
#main header .header-name {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  bottom: 24px;
  right: 80px;
  display: inline-block;
  line-height: 20px;
  color: #424ba0;
  text-transform: uppercase;
}
#header_menu {
  display: block;
  position: absolute;
  /*top: 18px;*/
  bottom: 18px;
  right: 30px;
  width: 40px;
  height: 40px;
}
#header_menu img {
  width: 30px;
  height: 25px;
  display: block;
  margin: 7px auto 0;
}
/* MENU */
.sidr-open .sidr_container {
  height: auto;
}
.sidr-open .sidr_overlay {
  height: auto;
}
#sidr {
  width: 3000px;
  display: none;
}
@media (max-width: 800px) {
  #sidr {
    width: 100%;
  }
}
#sidr.right {
  right: -3000px;
}
#sidr .sidr_overlay {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#sidr.closed .sidr_overlay {
  background: rgba(0, 0, 0, 0);
}
#sidr .sidr_container {
  width: 800px;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FFFFFF;
  z-index: 2;
}
@media (max-width: 800px) {
  #sidr .sidr_container {
    width: 100%;
  }
}
#sidr .sidr_container #sidr_column_left {
  background-color: #D6E200;
  width: 330px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 800px) {
  #sidr .sidr_container #sidr_column_left {
    width: 100%;
    height: auto;
    position: relative;
  }
}
#sidr .sidr_container #sidr_column_left #sidr_close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 36px;
  width: 36px;
  background: transparent url("../images/menu chiudi.png") center center no-repeat;
  background-size: 28px 28px;
  overflow: hidden;
  text-indent: -1000px;
  white-space: nowrap;
}
@media (max-width: 800px) {
  #sidr .sidr_container #sidr_column_left #sidr_close {
    top: 10px;
  }
}
#sidr .sidr_container #sidr_column_left .menu_simple {
  margin-top: 76px;
}
@media (max-width: 800px) {
  #sidr .sidr_container #sidr_column_left .menu_simple {
    margin-top: auto;
  }
}
#sidr .sidr_container #sidr_column_left .menu_simple ul,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidr .sidr_container #sidr_column_left .menu_simple ul li,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link {
  margin: 0;
  display: block;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 0 20px 0 40px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
}
#sidr .sidr_container #sidr_column_left .menu_simple ul li:first-child,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li:first-child,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link:first-child,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link:first-child {
  border-top: 1px solid #FFFFFF;
}
#sidr .sidr_container #sidr_column_left .menu_simple ul li.menu_item_head,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li.menu_item_head,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link.menu_item_head,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link.menu_item_head {
  text-transform: uppercase;
}
#sidr .sidr_container #sidr_column_left .menu_simple ul li a,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li a,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link a,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link a,
#sidr .sidr_container #sidr_column_left .menu_simple ul li .btn-link,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li .btn-link,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link .btn-link,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link .btn-link {
  display: block;
  padding-left: 64px;
  position: relative;
  color: #FFFFFF;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}
#sidr .sidr_container #sidr_column_left .menu_simple ul li a:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li a:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link a:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link a:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul li .btn-link:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li .btn-link:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link .btn-link:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link .btn-link:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
#sidr .sidr_container #sidr_column_left .menu_simple ul li a.menu-item-course:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li a.menu-item-course:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link a.menu-item-course:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link a.menu-item-course:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul li .btn-link.menu-item-course:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li .btn-link.menu-item-course:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link .btn-link.menu-item-course:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link .btn-link.menu-item-course:after {
  background-image: url(../images/corsi.png);
}
#sidr .sidr_container #sidr_column_left .menu_simple ul li a.menu-item-user:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li a.menu-item-user:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link a.menu-item-user:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link a.menu-item-user:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul li .btn-link.menu-item-user:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li .btn-link.menu-item-user:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link .btn-link.menu-item-user:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link .btn-link.menu-item-user:after {
  background-image: url(../images/account.png);
}
#sidr .sidr_container #sidr_column_left .menu_simple ul li a.menu-item-video:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li a.menu-item-video:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link a.menu-item-video:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link a.menu-item-video:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul li .btn-link.menu-item-video:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li .btn-link.menu-item-video:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link .btn-link.menu-item-video:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link .btn-link.menu-item-video:after {
  background-image: url(../images/videoconferenza.png);
}
#sidr .sidr_container #sidr_column_left .menu_simple ul li a.menu-item-help:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li a.menu-item-help:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link a.menu-item-help:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link a.menu-item-help:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul li .btn-link.menu-item-help:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li .btn-link.menu-item-help:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link .btn-link.menu-item-help:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link .btn-link.menu-item-help:after {
  background-image: url(../images/help.png);
}
#sidr .sidr_container #sidr_column_left .menu_simple ul li a.menu-item-lang:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li a.menu-item-lang:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link a.menu-item-lang:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link a.menu-item-lang:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul li .btn-link.menu-item-lang:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link li .btn-link.menu-item-lang:after,
#sidr .sidr_container #sidr_column_left .menu_simple ul .btn-link .btn-link.menu-item-lang:after,
#sidr .sidr_container #sidr_column_left .menu_simple .btn-link .btn-link .btn-link.menu-item-lang:after {
  background-image: url(../images/lingue.png);
}
#sidr .sidr_container #sidr_column_right {
  margin-left: 330px;
}
@media (max-width: 800px) {
  #sidr .sidr_container #sidr_column_right {
    margin-left: auto;
  }
}
#sidr .sidr_container #sidr_column_right .menu_right_content {
  display: block;
  padding: 76px 0 0 0;
}
@media (max-width: 800px) {
  #sidr .sidr_container #sidr_column_right .menu_right_content {
    padding-top: 0;
  }
}
#sidr .sidr_container #sidr_column_right .menu_right_content.hidden {
  display: none;
}
#sidr .sidr_container #sidr_column_right .menu_right_content h1 {
  border-bottom: 1px solid #000;
  line-height: 30px;
  padding: 10px 10px 10px 60px;
  margin: 0;
  text-transform: uppercase;
  color: #424ba0;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
#sidr .sidr_container #sidr_column_right .menu_right_content h2 {
  line-height: 30px;
  padding: 10px 10px 10px 0px;
  margin: 0;
  text-transform: uppercase;
  color: #424ba0;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
/*.required>label.control-label:before {
    content: "*";
}*/
.tabel,
.table {
  color: #424ba0;
}
.table > thead > tr > th {
  border-bottom: 2px solid #424ba0;
  color: #424ba0;
  font-size: 10px;
  font-weight: normal;
}
.table > tbody > tr > td {
  border-top: 1px solid #424ba0;
  color: #424ba0;
}
.button-box:hover {
  color: white;
}
.button-box {
  width: 100%;
  height: 35px;
  background-color: #424ba0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 8px;
  text-align: center;
  display: block;
  border-radius: 0px;
}
.button-box-inv:hover {
  color: #424ba0;
}
.button-box-inv {
  width: 100%;
  height: 35px;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #424ba0;
  padding-top: 8px;
  text-align: center;
  display: block;
  border-color: #424ba0;
  border-radius: 0px;
}
.button-box-yellow:hover {
  color: #FFFFFF;
}
.button-box-yellow {
  width: 100%;
  height: 35px;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  padding-top: 8px;
  text-align: center;
  display: block;
  border-color: #FFFFFF;
  border-radius: 0px;
}
.control-label {
  font-weight: normal;
  color: #424ba0;
}
.label-small {
  font-size: 8px;
  text-align: justify;
}
.form-control {
  border-radius: 0px;
  border: 1px solid #424ba0;
  /*height: 42px;
  font-size: 18px;*/
  color: #424ba0;
  text-align: center;
}
textarea.form-control {
  text-align: left;
}
/*input[type="text"].form-control, input[type="password"].form-control {
  text-align: left;
}*/
.text-center {
  text-align: center;
}
.content-header-title1 {
  font-size: 24px;
  color: #424ba0;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-bottom: 16px;
  margin: 48px 20px 20px 10px;
  border-bottom: 1px solid #424ba0;
}
.fancybox-content {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
  height: 100% !important;
}
.corso-moduli-carousel-prev-arrow {
  position: absolute;
  left: -5%;
  top: 15%;
  cursor: pointer;
  z-index: 1;
}
.corso-moduli-carousel-next-arrow {
  position: absolute;
  right: -5%;
  top: 15%;
  cursor: pointer;
  z-index: 1;
}
.anteprima_corso {
  padding: 22px 0 22px 0;
  margin: 0px 0px 26px;
}
.container-corso {
  padding: 22px 0 22px 0;
}
.course-title {
  font-size: 24px;
  font-weight: 700;
  color: #424ba0;
  text-transform: uppercase;
  line-height: 30px;
}
.badge-attestato {
  position: absolute;
  left: 32px;
}
.course-detail-title {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}
.course-detail-value {
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}
.course-detail-title-dark {
  text-transform: uppercase;
  font-size: 11px;
  /*font-weight: 500;*/
  font-weight: bold;
  color: #424ba0;
  text-align: left;
}
.course-detail-value-dark {
  font-size: 10px;
  font-weight: 500;
  color: #424ba0;
  text-align: left;
}
.course-detail-block {
  min-height: 42px;
  padding-left: 48px;
  margin-left: 12px;
  margin-bottom: 10px;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
/*
font-family: 'Open Sans', sans-serif;
*/
html,
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000000;
  height: 100%;
}
html * {
  outline: 0 !important;
}
/* Reset */
.clear {
  clear: both;
}
a {
  color: #424ba0;
}
a:hover,
a:focus {
  color: #424ba0;
  text-decoration: none;
}
/********** HEADER *********/
#desktop-header-box {
  display: block;
}
#responsive-header-box {
  display: none;
}
#login-form-box {
  display: none;
}
#login-ecard-box {
  display: none;
}
.top-header-box {
  /* width: 100%;
  height: 85px;
  background-color: #ffffff; */
  background-color: #ffffff;
  height: 85px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.top-header-text a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #424ba0;
  /* padding: 30px 5px; */
  line-height: 85px;
  display: block;
  float: left;
}
.top-header-text a:hover {
  color: #424ba0;
}
.top-header-login-img-box {
  width: 16px;
  height: 16px;
}
.top-header-login-img {
  width: 16px;
  height: 16px;
}
.header-logo-image {
  margin-top: 0;
}
.header-close-icon {
  width: 23px;
  height: 24px;
  margin-top: 30px;
}
.login-error-msg {
  font-size: 14px;
  font-weight: 500;
  color: #FF0000;
  line-height: 85px;
  text-align: center;
  display: none;
}
.login-error-msg-ecard {
  font-size: 14px;
  font-weight: 500;
  color: #FF0000;
  line-height: 85px;
  text-align: center;
  display: none;
}
.header-login-form-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #424ba0;
  line-height: 85px;
}
.header-login-input {
  width: 100%;
  height: 30px;
  background-color: #ededed;
  margin-top: 26px;
  border: none;
}
.header-login-input-txt {
  font-size: 14px;
  font-weight: 500;
  color: #424ba0;
  padding: 5px;
}
.login-button-box {
  width: 100%;
  height: 30px;
  background-color: #424ba0;
  margin-top: 26px;
  border: none;
}
.login-button-txt {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  /* padding-top: 6px; */
  text-align: center;
  display: block;
}
/******MENU*******/
.desktop-menu-box {
  top: 75px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.postion-menu {
  position: fixed;
  background-color: transparent;
  height: 120px;
  left: 0;
  right: 0;
  top: 85px;
  z-index: 1000;
}
.menu_simple {
  margin-top: 10px;
}
ul#menu,
ul#menu ul.sub-menu {
  padding: 0;
  margin: 0;
}
ul#menu li,
ul#menu ul.sub-menu li {
  list-style-type: none;
  display: inline-block;
}
/*Link Appearance*/
.menu-link {
  float: left;
  color: #ffffff;
  padding: 0 4px 0px 4px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  /* border-bottom: 6px solid #f9cb08; */
  height: 38px;
  position: relative;
  text-decoration: none;
}
.menu-link:hover {
  color: #ffffff;
  border-bottom: 4px solid #dedc00;
}
.menu-link-btm-brd {
  width: 165px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  display: none;
}
.menu-link-btm-brd-img {
  width: 165px;
  height: 10px;
}
.menu-link-selected {
  float: left;
  text-decoration: none;
  color: #ffffff;
  padding: 0 4px 0px 4px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 4px solid #dedc00;
  height: 38px;
}
.menu-link-selected:hover {
  text-decoration: none;
  color: #ffffff;
}
/*Make the parent of sub-menu relative*/
ul#menu li {
  position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  width: 165px;
  background-color: #ffffff;
  min-height: 70px;
  z-index: 10;
  text-align: left;
}
.sub-menu-link {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px 15px 5px 15px;
  color: #706f6f;
  display: block;
  width: 100%;
  height: 32px;
}
.sub-menu-link:hover {
  text-decoration: none;
  color: #706f6f;
}
ul#menu li:hover ul.sub-menu {
  /* display:block; */
}
.res-top-header-logo-box {
  display: none;
}
/********** FOOTER *********/
.chat_icon {
  margin-left: 160px;
  width: 64px;
  height: 64px;
}
.chat-box {
  height: 260px;
  width: 320px;
  background: #dede1b;
  margin-left: 32px;
  padding: 6px 8px 0px 8px;
  margin-bottom: 8px;
}
.chat-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
}
.chatboxcontent {
  background-color: white;
  color: #000;
  width: 100%;
  height: 120px;
  /*margin-top: 22px;*/
}
.chatboxmessage {
  background-color: #dede1b;
  color: black;
  width: 256px;
  padding: 3px 6px 3px 3px;
  border-radius: 5px 5px 5px 0px;
  float: left;
  margin: 3px auto auto 6px;
}
.chatboxmessage.Io {
  background-color: #424ba0;
  color: white;
  width: 256px;
  padding: 3px 6px 3px 6px;
  border-radius: 5px 5px 0px 5px;
  float: right;
  margin: 3px 9px;
  text-align: right;
}
.chatboxmessage.info {
  background-color: lightgray;
  color: black;
  width: 95%;
  padding: 0px 6px 0px 6px;
  margin: 6px 3px 3px 6px;
  border-radius: 5px 5px 5px 5px;
}
.footer-main-box {
  width: 100%;
  /*min-height: 600px;*/
  background-color: #424ba0;
  background-position: 172px 0;
  background-repeat: no-repeat;
}
.chatboxtextarea {
  margin: 6px 0px 0px;
  width: 210px;
  height: 45px;
  max-width: 100%;
  min-width: 100%;
}
.footer-top-txt {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 35px;
}
.footer-contact-button {
  width: 200px;
  height: 35px;
  border: 1px solid #ffffff;
}
.footer-contact-txt {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  padding-top: 8px;
  text-align: center;
}
.footer-center-txt-box {
  width: 100%;
  margin-top: 75px;
  margin-bottom: 75px;
  position: relative;
}
.footer-center-img-box {
  width: 57px;
  position: absolute;
  top: 0px;
  bottom: 0px;
}
.footer-center-img {
  width: 57px;
  height: 57px;
}
.footer-center-txt {
  font-size: 24px;
  font-weight: 500;
  color: #ededed;
  line-height: 57px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 68px;
}
.footer-newsletter-txt {
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer-newsletter-txt1 {
  font-size: 17px;
  color: #ffffff;
}
.footer-input-box {
  width: 100%;
  height: 35px;
  border: 0;
  /* margin-bottom: 20px; */
}
.footer-textarea-box {
  width: 100%;
  height: 85px;
  border: 0;
  /* margin-bottom: 20px; */
}
.footer-input-txt {
  font-size: 12px;
  color: #424ba0;
  padding: 5px;
}
.footer-checkbox {
  display: block;
  float: left;
  margin-right: 10px;
  vertical-align: top;
}
.footer-privacy-txt {
  font-size: 12px;
  color: #ffffff;
  display: block;
  vertical-align: top;
}
.footer-newsletter-box {
  width: 100%;
  height: 35px;
  border: 1px solid #ffffff;
  margin-top: 20px;
}
.footer-lower-small-txt {
  font-size: 10px;
  color: #ffffff;
  margin-top: 50px;
  /* margin-bottom: 50px; */
}
.footer-lower-small-txt1 a {
  font-size: 10px;
  color: #ffffff;
  margin-left: 15px;
  text-decoration: none;
}
.footer-lower-small-txt1 a:hover {
  color: #ffffff;
}
/********** HOME PAGE *********/
#desktop-home-catalogo-corsi-list-box {
  display: block;
}
#responsive-home-catalogo-corsi-list-box {
  display: none;
}
#responsive-home-catalogo-corsi-list-box1 {
  display: none;
}
#desktop-vetrina-carousel {
  display: block;
}
#responsive-vetrina-carousel {
  display: none;
}
#desktop-school-carousel {
  display: block;
}
#responsive-school-carousel {
  display: none;
}
#desktop-credit-slider {
  display: block;
}
#responsive-credit-slider {
  display: none;
}
#desktop-home-partner-logo-box {
  display: block;
}
#responsive-home-partner-logo-box {
  display: none;
}
#owl-home-school-carousel-ajax1 {
  display: none;
}
#owl-home-school-carousel-ajax-res1 {
  display: none;
}
.home-main-slider-box {
  width: 100%;
  height: 680px;
  margin-top: 85px;
}
.home-slider-big-txt {
  font-size: 52px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 245px;
  font-weight: 700;
  line-height: 60px;
}
.home-catalogo-corsi-header-title {
  font-size: 36px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 70px;
  font-weight: 700;
  text-align: center;
}
.home-catalogo-corsi-content-txt {
  font-size: 16px;
  color: #706f6f;
  margin-top: 30px;
  text-align: center;
}
.home-catalogo-corsi-list-box {
  width: 100%;
  margin-top: 60px;
}
.home-catalogo-corsi-list-single-box {
  width: 18%;
  margin-right: 2%;
  display: block;
  float: left;
}
.home-catalogo-corsi-list-img-icon {
  width: 105px;
  height: 105px;
  display: block;
  margin-top: 20px;
}
.home-catalogo-corsi-list-img-icon-active {
  width: 105px;
  height: 105px;
  display: none;
  margin-top: 20px;
}
.home-catalogo-corsi-list-title {
  font-size: 16px;
  color: #000000;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
  min-height: 50px;
  text-transform: uppercase;
}
.home-catalogo-corsi-list-content {
  font-size: 12px;
  color: #706f6f;
  text-align: center;
  margin-bottom: 70px;
  padding: 0px 10px;
}
.home-catalogo-corsi-list-content1 {
  font-size: 12px;
  color: #706f6f;
  text-align: center;
  margin-bottom: 10px;
}
.home-catalogo-corsi-list-colored-box {
  width: 100%;
  min-height: 260px;
  background-color: #ededed;
}
.home-catalogo-corsi-list-button-box {
  width: 100%;
  height: 40px;
  background-color: #f39200;
}
.home-catalogo-corsi-list-button-txt {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding-top: 8px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.home-course-box-upper-arrow {
  background-image: url("../images/triangolo_tendina_ico.png");
  background-repeat: no-repeat;
  background-position: center 0;
  height: 20px;
}
.home-course-box {
  width: 100%;
  min-height: 120px;
  background-color: #424ba0;
  margin-bottom: 20px;
  position: relative;
}
.home-course-box.home-course-box-opened .open-button {
  display: none;
}
.home-course-box.home-course-box-closed {
  background-color: #a0a0a0;
}
.home-course-box.home-course-box-closed .home-course-box-down-arrow .arrow {
  border-top: 20px solid #a0a0a0;
}
.home-course-box.home-course-box-closed .course-detail-block,
.home-course-box.home-course-box-closed .home-course-title-txt {
  opacity: 0.7;
}
.home-course-box.home-course-box-completed {
  background-color: rgba(66, 75, 160, 0.5);
}
.home-course-box.home-course-box-completed .home-course-box-down-arrow .arrow {
  border-top: 20px solid rgba(66, 75, 160, 0.5);
}
.home-course-box .home-course-box-down-arrow {
  display: none;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 0;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
}
.home-course-box .home-course-box-down-arrow.open {
  display: block;
}
.home-course-box .home-course-box-down-arrow .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #424ba0;
}
.home-course-title-box {
  /*width: 100%;*/
  margin-top: 20px;
  margin-bottom: 20px;
}
.home-course-title-txt {
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.home-course-button-box {
  width: 100%;
  height: 35px;
  border: 1px solid #ffffff;
  margin-top: 5px;
}
.home-course-button-box .course-loader {
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
}
.home-course-button-box .course-loader div {
  transform-origin: 16px 16px;
  animation: course-loader 1.2s linear infinite;
  -webkit-animation: course-loader 1.2s linear infinite;
}
.home-course-button-box .course-loader div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1px;
  left: 15px;
  width: 2px;
  height: 9px;
  border-radius: 20%;
  background: #fff;
}
.home-course-button-box .course-loader div:nth-child(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  animation-delay: -1.1s;
  -webkit-animation-delay: -1.1s;
}
.home-course-button-box .course-loader div:nth-child(2) {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
.home-course-button-box .course-loader div:nth-child(3) {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}
.home-course-button-box .course-loader div:nth-child(4) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
.home-course-button-box .course-loader div:nth-child(5) {
  transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  animation-delay: -0.7s;
  -webkit-animation-delay: -0.7s;
}
.home-course-button-box .course-loader div:nth-child(6) {
  transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  animation-delay: -0.6s;
  -webkit-animation-delay: -0.6s;
}
.home-course-button-box .course-loader div:nth-child(7) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}
.home-course-button-box .course-loader div:nth-child(8) {
  transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  animation-delay: -0.4s;
  -webkit-animation-delay: -0.4s;
}
.home-course-button-box .course-loader div:nth-child(9) {
  transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  animation-delay: -0.3s;
  -webkit-animation-delay: -0.3s;
}
.home-course-button-box .course-loader div:nth-child(10) {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  animation-delay: -0.2s;
  -webkit-animation-delay: -0.2s;
}
.home-course-button-box .course-loader div:nth-child(11) {
  transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  animation-delay: -0.1s;
  -webkit-animation-delay: -0.1s;
}
.home-course-button-box .course-loader div:nth-child(12) {
  transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
@keyframes course-loader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes course-loader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.home-course-button-txt {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 8px;
  text-align: center;
  display: block;
}
.home-learning-carousel-box {
  width: 100%;
  margin-top: 95px;
  min-height: 265px;
}
.home-learning-carousel-left-title {
  font-size: 36px;
  font-weight: 500;
  color: #424ba0;
  text-transform: uppercase;
}
.home-learning-carousel-left-small-title {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
}
.home-learning-carousel-center-content {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  min-height: 219px;
  margin-bottom: 10px;
}
.home-learning-carousel-button-box {
  width: 100%;
  height: 35px;
  background-color: #424ba0;
}
.home-learning-carousel-img {
  width: 100%;
}
.home-learning-carousel-button-txt {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 8px;
  text-align: center;
  display: block;
}
.home-learning-carousel-next-arrow {
  position: absolute;
  right: -10%;
  top: 45%;
  cursor: pointer;
}
.home-learning-carousel-prev-arrow {
  position: absolute;
  left: -10%;
  top: 45%;
  cursor: pointer;
}
.home-school-carousel-next-arrow {
  position: absolute;
  right: 15%;
  top: 36%;
  cursor: pointer;
}
.home-school-carousel-prev-arrow {
  position: absolute;
  left: 15%;
  top: 36%;
  cursor: pointer;
}
.home-demo-corsi-carousel-next-arrow {
  position: absolute;
  right: -5%;
  top: 40%;
  cursor: pointer;
  z-index: 1;
}
.home-demo-corsi-carousel-prev-arrow {
  position: absolute;
  left: -5%;
  top: 40%;
  cursor: pointer;
  z-index: 1;
}
#owl-home-learning-carousel {
  /* min-height: 460px; */
  margin-bottom: 50px;
}
#owl-home-school-carousel {
  margin-bottom: 90px;
  display: block;
}
#owl-home-school-carousel-ajax {
  margin-bottom: 90px;
  display: none;
}
#owl-home-school-carousel-ajax-res {
  display: none;
}
.home-school-carousel-box {
  width: 100%;
  margin-top: 95px;
}
.home-school-carousel-left-title {
  font-size: 60px;
  font-weight: 700;
  color: #424ba0;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 90px;
  line-height: 63px;
}
.home-left-school-input-main-box {
  width: 100%;
  height: 30px;
  border: 1px solid #706f6f;
  margin-bottom: 20px;
}
.home-school-left-input-box {
  width: 88%;
  height: 28px;
  border: none;
  float: left;
}
.home-school-left-select-box {
  width: 100%;
  height: 28px;
  border: none;
  float: left;
}
.home-school-left-input-txt {
  font-size: 10px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  padding: 5px;
}
.home-school-left-search-img-link {
  width: 30px;
  height: 28px;
  display: block;
  float: right;
}
.home-school-right-title-arrow {
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 6px;
}
.home-school-right-title {
  font-size: 24px;
  font-weight: 700;
  color: #424ba0;
  text-transform: uppercase;
  line-height: 30px;
}
.home-school-right-small-txt {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
}
.home-school-right-small-txt1 {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-top: 10px;
}
.home-school-right-listing-box {
  width: 95%;
  margin-bottom: 40px;
  float: right;
}
.home-network-box {
  width: 100%;
  background-color: #424ba0;
}
.home-network-title-box {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.home-credit-box {
  width: 100%;
  min-height: 530px;
}
.home-credit-carousel-prev-arrow {
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
.home-credit-carousel-next-arrow {
  position: absolute;
  right: 5%;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
.home-credit-header-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-top: 70px;
  text-align: center;
  text-transform: uppercase;
}
.home-credit-content-box {
  width: 100%;
  margin-top: 30px;
}
.home-credit-content-logo-box {
  width: 100%;
  /* height: 65px; */
  line-height: 65px;
  display: table-cell;
  vertical-align: middle;
}
.home-credit-content-logo {
  width: 100%;
}
.home-credit-content-big-txt {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.home-credit-content-content-txt {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.home-workshop-content-box {
  width: 100%;
  margin-top: 90px;
  margin-bottom: 50px;
}
.home-workshop-img {
  width: 100%;
}
.home-credit-content-txt {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
.home-partner-logo-box {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.home-partner-logo-icon {
  width: 100%;
  margin-bottom: 20px;
}
.home-partner-main-box {
  width: 100%;
  margin-bottom: 50px;
  display: none;
}
.home-partner-box {
  width: 100%;
  height: 400px;
  position: relative;
}
.home-partner-img {
  width: 100%;
  height: 400px;
}
.home-partner-content-box {
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
}
.home-partner-title-box {
  width: 80%;
  min-height: 40px;
  border: 1px solid #ffffff;
  margin: 0 auto;
}
.home-partner-title-txt {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  padding: 6px;
  text-transform: uppercase;
  text-align: center;
}
/********** INNER PAGES *********/
#desktop-next-realese-carousel-box {
  display: block;
}
#responsive-next-realese-carousel-box {
  display: none;
}
.banner-box {
  width: 100%;
  height: 700px;
  margin-top: 85px;
}
.banner-big-txt {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 200px;
  line-height: normal;
}
.banner-small-txt {
  font-size: 24px;
  font-weight: 500;
  color: #dedc00;
  margin-bottom: 20px;
}
.innerpage-left-image-icon {
  width: 100%;
}
.innerpage-content-box {
  width: 100%;
  margin-top: 70px;
}
.innerpage-content-box1 {
  width: 100%;
  margin-top: 40px;
}
.innerpage-content-txt {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 50px;
}
.innerpage-content-colored-txt {
  font-size: 24px;
  font-weight: 400;
  color: #424ba0;
}
.catalogo-left-header-title {
  font-size: 24px;
  font-weight: 700;
  color: #424ba0;
  margin-bottom: 20px;
}
.catalogo-right-header-title {
  font-size: 24px;
  font-weight: 400;
  color: #424ba0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.catalogo-right-header-title1 {
  font-size: 24px;
  font-weight: 400;
  color: #424ba0;
  margin-bottom: 20px;
}
#nav,
.catalogo-submenu {
  float: left;
  list-style: outside none none;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}
.catalogo-main-submenu {
  float: left;
  list-style: outside none none;
  padding: 0 0 20px 10px;
  width: 100%;
  display: none;
}
#nav li span {
  display: block;
  /*  padding: 7px 0; */
  padding: 0px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  width: 98%;
  float: left;
}
.nav-li span a {
  display: block;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #999;
  width: 98%;
  float: left;
}
.nav-li span a:hover {
  /* text-decoration: underline; */
  background-color: #424ba0;
  color: #ffffff;
}
.nav-li-selected span a {
  display: block;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 98%;
  float: left;
  background-color: #424ba0;
}
.nav-li-selected span a:hover {
  /* text-decoration: underline; */
  background-color: #424ba0;
  color: #ffffff;
}
.catalogo-left-header-title1 a {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #424ba0 !important;
  padding: 0 !important;
  text-decoration: none;
}
.catalogo-left-header-title1 a:hover {
  color: #424ba0 !important;
}
.catalogo-collapse-image {
  width: 2%;
  padding: 10px 0;
  display: block;
  float: right;
}
.catalogo-expand-image {
  width: 2%;
  padding: 10px 0;
  display: none;
  float: right;
}
.catalogo-collapse-image1 {
  width: 2%;
  padding: 4px 0;
  display: block;
  float: right;
}
.catalogo-expand-image1 {
  width: 2%;
  padding: 4px 0;
  display: none;
  float: right;
}
.catalogo-submenu {
  display: none;
  list-style: none;
}
.catalogo-submenu-li {
  width: 100%;
  min-height: 27px;
  background-color: transparent;
  padding: 3px 0 3px 0;
}
.catalogo-submenu-txt {
  font-size: 14px;
  font-weight: 400;
  color: #706f6f;
  display: block;
  width: 100%;
  padding: 5px 0px 5px 10px;
}
.catalogo-right-content-txt {
  font-size: 14px;
  font-weight: 400;
  color: #706f6f;
  margin-top: 7px;
  margin-bottom: 40px;
}
.next-realese-box {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
.next_realese-detail-box {
  width: 95%;
  display: block;
  float: left;
  margin-bottom: 30px;
  min-height: 100px;
}
.next_realese-title {
  font-size: 24px;
  font-weight: 700;
  color: #424ba0;
}
.next_realese-small-txt {
  font-size: 14px;
  font-weight: 400;
  color: #706f6f;
}
.next-realese-carousel-box {
  margin-top: 80px;
}
.next-realese-prev-arrow {
  position: absolute;
  left: 5%;
  top: 70%;
  z-index: 1;
  cursor: pointer;
}
.next-realese-next-arrow {
  position: absolute;
  right: 5%;
  top: 70%;
  z-index: 1;
  cursor: pointer;
}
.catalogo-detail-right-content-box {
  width: 100%;
  min-height: 300px;
}
.catalogo-list-box {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
}
.catalogo-detail-right-colored-content-box {
  width: 100%;
  min-height: 250px;
  margin-bottom: 30px;
  background-color: #ededed;
}
.catalogo-detail-right-colored-content-title {
  font-size: 16px;
  font-weight: 700;
  color: #424ba0;
  padding: 15px;
  text-transform: uppercase;
}
.catalogo-detail-right-colored-content-txt {
  font-size: 14px;
  font-weight: 400;
  color: #706f6f;
  padding: 5px 15px;
}
.catalogo-corsi-pdf-icon {
  /* width: 50%; */
  width: 38px;
  display: block;
  cursor: pointer;
}
.catalogo-corsi-pdf-icon1 {
  /* width: 50%; */
  width: 38px;
  display: none;
  cursor: pointer;
}
.innerpage-info-content-txt {
  font-size: 16px;
  font-weight: 400;
  color: #706f6f;
  text-align: center;
  margin-bottom: 40px;
}
.catalogo-term-description {
  font-size: 16px;
  font-weight: 400;
  color: #706f6f;
  margin-bottom: 40px;
}
.catalogo-list-title a {
  font-size: 18px;
  font-weight: 400;
  color: #404040;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
.catalogo-list-more-link a {
  font-size: 14px;
  font-weight: 700;
  color: #424ba0;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
  margin-top: 15px;
}
.catalogo-list-more-link a:hover {
  color: #404040;
  text-decoration: none;
}
.catalogo-list-title a:hover {
  color: #404040;
  text-decoration: none;
}
.innerpage-info-content-txt1 {
  font-size: 16px;
  font-weight: 400;
  color: #424ba0;
  text-align: center;
  margin-top: 10px;
}
.info-form-box {
  width: 100%;
  margin-top: 75px;
}
.info-form-leftsidebar-text {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
}
.info-form-rightsidebar-title-text {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.info-form-rightsidebar-title-text1 {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.info-form-rightsidebar-title-text2 {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  text-transform: uppercase;
}
.info-input-box {
  width: 100%;
  height: 30px;
  border: 1px solid #706f6f;
}
.info-input-text {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  padding: 5px;
}
.info-textarea-box {
  width: 100%;
  height: 200px;
  border: 1px solid #706f6f;
}
.info-lower-form-content-left-txt {
  font-size: 10px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  padding: 5px;
}
.info-lower-form-content-left-txt1 {
  font-size: 10px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  margin-left: 15px;
}
#ck-button1 {
  margin: 3px;
  background-color: #FFFFFF;
  /*  border:1px solid #D0D0D0; */
  overflow: hidden;
  position: relative;
  /* height:36px; */
  float: left;
}
#ck-button1 label {
  float: left;
  width: 12px;
  height: 12px;
  cursor: pointer;
  position: relative;
  border: 1px solid #706f6f;
}
#ck-button1 label .cover {
  text-align: center;
  /*padding:3px 0px; */
  display: block;
}
#ck-button1 label input {
  position: absolute;
  top: -55px;
}
#ck-button1 input:hover ~ .cover {
  background-color: #424ba0;
  display: block;
  height: 12px;
  width: 12px;
}
#ck-button1 input:checked ~ .cover {
  background-color: #424ba0;
  color: #fff;
  height: 12px;
  width: 12px;
  display: inline-block;
}
.info-lower-form-content-left-txt2 {
  font-size: 9px;
  font-weight: 400;
  color: #000000;
  text-align: left;
}
.contact-cancel-button-box {
  width: 100%;
  height: 29px;
  border: 1px solid #424ba0;
}
.contact-cancel-button-txt {
  font-size: 10px;
  font-weight: 400;
  color: #424ba0;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding-top: 7px;
}
.contact-submit-button-box {
  width: 100%;
  height: 29px;
  background-color: #424ba0;
  border: 1px solid #424ba0;
}
.contact-submit-button-txt {
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding-top: 7px;
}
.techno-icons-main-box {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
.techno-icon-box {
  /* width: 14%; */
  /* min-height: 120px; */
  /* float:left; */
  margin-right: 0px;
  display: table-cell;
  padding: 0 20px 20px 20px;
  width: 120px;
}
.techno-img-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
}
.techno-img-icon1 {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
}
.techno-prod-banner-image {
  width: 100%;
  height: 500px;
}
.techno-prod-content-box {
  width: 100%;
  min-height: 300px;
}
.techno-icon-title {
  font-size: 18px;
  font-weight: 400;
  color: #424ba0;
  display: block;
  text-align: center;
}
.techno-content-header-title {
  font-size: 24px;
  font-weight: 400;
  color: #424ba0;
  display: block;
  margin-bottom: 20px;
  /* padding-left: 35px; */
}
.techno-content-header-title1 {
  font-size: 24px;
  font-weight: 400;
  color: #424ba0;
  display: block;
  margin-bottom: 20px;
  padding-left: 35px;
}
.techno-content-header-small-txt {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  display: block;
  margin-bottom: 60px;
  padding-left: 35px;
}
.techno-prod-content-padding-top {
  padding-top: 70px;
}
.novita-img-icon {
  width: 25%;
}
.novita-title-txt {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
.single-post-title {
  font-size: 18px;
  font-weight: 400;
  color: #428bca;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none;
}
.navigation li {
  display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #424ba0;
  /* border-radius: 3px; */
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  border: 1px solid #424ba0;
}
.navigation li a:hover,
.navigation li.active a {
  background-color: #FFF;
  color: #424ba0;
  border: 1px solid #424ba0;
}
.techno-icon-containerbox {
  display: table;
}
.techno-cat-second-image-box {
  width: 100%;
  margin: 0px 0 50px 0;
}
.techno-cat-second-image {
  width: 100%;
}
.chi-siamo-btm-brd {
  width: 100%;
  height: 1px;
  /* border-bottom: 1px solid #ddd; */
  margin-top: 0px;
  border-bottom: 30px solid #ddd;
}
.corsidetail-gallery-image-box {
  width: 30%;
}
.corsidetail-gallery-image {
  width: 100px;
  height: 100px;
}
.img_sec {
  display: block;
  width: 120px;
  height: 100px;
  border: 2px solid #DDD;
  float: left;
  margin: 0px 20px 20px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
#desktop-techno-icons-main-box {
  display: block;
}
#responsive-techno-icons-main-box {
  display: none;
}
/********** COMMON *********/
.title-btm-brd {
  width: 165px;
  height: 4px;
  border-bottom: 4px solid #dedc00;
  text-align: center;
  margin-top: 20px;
}
.title-btm-brd-blue {
  width: 165px;
  height: 4px;
  border-bottom: 4px solid #424ba0;
  text-align: center;
  margin-top: 20px;
}
.error {
  font-size: 12px;
  font-weight: 400;
  color: #FF0000;
}
#course-blue-bg {
  display: none;
  margin-bottom: 50px;
}
#home-network-bg-box {
  display: none;
  margin-bottom: 50px;
}
#home-network-bg-box1 {
  display: none;
  margin-bottom: 50px;
}
.modal {
  background-color: rgba(0, 0, 0, 0.6);
}
.padding-10 {
  padding: 0 10px 0 10px;
}
.padding-15 {
  padding: 0 15px 0 15px;
}
.mrg-top-20 {
  margin-top: 20px;
}
.mrg-bottom-20 {
  margin-bottom: 20px;
}
.mrg-bottom-10 {
  margin-bottom: 10px;
}
.mrg-top-bottom-10 {
  margin: 10px 0 10px 0;
}
.postion-relative {
  position: relative;
}
.mrg-bottom-50 {
  margin-bottom: 50px;
}
.padding-left-40 {
  padding-left: 40px;
}
.activity-box {
  height: 45px;
  float: right;
}
.act-logo {
  width: 32px;
  height: 32px;
  float: left;
  margin: 10px 0 0 13px;
}
/*SEARCH ENGINE*/
#searchengine {
  display: none;
  position: relative;
  float: right;
}
.search-field {
  height: 42px;
  border: 0;
  background-color: #fff;
  width: 320px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
}
.search-submit {
  height: 42px;
  border: 0;
  background-color: #fff;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
}
.search-result-container {
  position: relative;
  background-color: #fff;
}
.resbox {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #424ba0;
  position: relative;
}
.resbox:first-of-type {
  margin: 20px 0 20px 0;
  border: 1px solid #000000;
  position: relative;
}
.resbox .title {
  font-size: 22px;
  font-weight: 400;
  color: #424ba0;
  padding: 0 20px 20px 20px;
  line-height: 36px;
}
.resbox .text {
  font-size: 18px;
  font-weight: 400;
  color: #706f6f;
  padding: 0 20px 38px 20px;
}
.reslink-more {
  position: absolute;
  right: 20px;
  bottom: 5px;
  font-size: 22px;
  font-weight: 400;
  color: #424ba0;
}
.result-success {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  padding: 0 0 20px 0;
  line-height: 36px;
  text-align: center;
  background-color: #424ba0;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
/********** responsive css *********/
.corso-detail-images-box {
  width: 100%;
  height: 100px;
  position: relative;
  margin-bottom: 30px;
}
.corso-detail-image {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  float: left;
}
.corso-detail-codice-txt {
  font-size: 14px;
  font-weight: 400;
  color: #424ba0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 36px;
  text-align: center;
  line-height: normal;
}
.corso-detail-images-horizontal-box {
  width: 30px;
  height: 100px;
  display: block;
  position: relative;
  float: left;
}
.corso-detail-images-horizontal-line {
  width: 100%;
  height: 5px;
  display: block;
  border-bottom: 4px solid #424ba0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#desktop-corso-detail-view {
  display: block;
}
#responsive-corso-detail-view {
  display: none;
}
.fb-page-title {
  font-size: 40px;
  font-weight: 800;
  color: #424ba0;
  text-align: center;
  margin: 30px 0 30px 0;
}
.ff-item .ff-content,
.ff-article {
  font-size: 12px !important;
  font-weight: 400 !important;
}
.ff-item h4 {
  font-size: 14px !important;
}
.ff-item h4 a:hover {
  text-decoration: none !important;
}
.ff-name {
  font-size: 12px !important;
  font-weight: 500 !important;
}
.featured_title {
  position: absolute;
  top: 45%;
  width: 70%;
  margin-left: 15%;
}
.featured_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.vc-calendar {
  margin: 20px;
  padding: 5px 30px 30px;
  border: 1px solid #ccc;
}
.vc-calendar .vc-calendar-body .vc-calendar-body-labels,
.vc-calendar .vc-calendar-body .vc-calendar-body-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
.vc-calendar .vc-calendar-body .vc-calendar-body-dates > div {
  line-height: 55px;
  font-size: 13px;
  letter-spacing: -1px;
  font-weight: 300;
}
.vc-calendar .vc-calendar-body .vc-calendar-body-dates > div.other-month {
  opacity: 0.4;
}
.vc-calendar .vc-calendar-body .vc-calendar-body-dates > div.has-event span {
  background-color: #D6E200;
  border-radius: 16px;
  padding: 5px 8px;
  color: #000000;
  cursor: pointer;
}
.vc-calendar .vc-calendar-body .vc-calendar-body-dates > div.has-event.selected span {
  background-color: #424ba0;
  color: #ffffff;
  font-weight: 700;
}
.vc-calendar .vc-calendar-body .vc-calendar-body-dates > div.has-event.old span {
  background-color: #dddddd;
}
.vc-calendar .vc-calendar-body .vc-calendar-body-labels > div {
  font-weight: 700;
  text-align: center;
  color: #424ba0;
  font-size: 15px;
}
.vc-calendar .vc-calendar-head {
  margin: 10px 0px 50px;
  color: #424ba0;
  text-transform: capitalize;
  font-weight: 700;
}
.vc-calendar .vc-calendar-head > span.glyphicon {
  padding: 0px 10px;
  cursor: pointer;
}
#vc-info-container {
  padding-top: 22px;
}
#vc-info-container .vc-info-title,
#vc-info-container .panel-title a {
  text-transform: uppercase;
  margin: 10px 0px 30px;
  font-size: 26px;
  color: #424ba0;
  font-weight: 700;
}
#vc-info-container .panel-body .vc-info-title {
  display: none;
}
#vc-info-container .vc-info .vc-info-desc {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  min-height: 80px;
}
#vc-info-container .vc-info .vc-info-date,
#vc-info-container .vc-info .vc-info-id {
  margin-top: 20px;
  min-height: 60px;
  padding-left: 50px;
  position: relative;
}
#vc-info-container .vc-info .vc-info-id .vc-info-id-icon,
#vc-info-container .vc-info .vc-info-date .vc-info-date-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
}
#vc-info-container .vc-info .vc-info-date .vc-info-date-icon {
  background-image: url("../images/vc_calendario.png");
}
#vc-info-container .vc-info .vc-info-id .vc-info-id-icon {
  background-image: url("../images/vc_tag.png");
}
#vc-info-container .vc-info .vc-info-id .vc-info-id-title,
#vc-info-container .vc-info .vc-info-date .vc-info-date-title {
  text-transform: uppercase;
  color: #424ba0;
  font-size: 14px;
  font-weight: 300;
}
#vc-info-container .vc-info .vc-info-id .vc-info-id-id,
#vc-info-container .vc-info .vc-info-date .vc-info-date-date {
  color: #424ba0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
/*# sourceMappingURL=style.css.map */