
/* -------------------------------- */
/*          PROGRAM 2020            */
/* -------------------------------- */
h2.title_program {
    color: white;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    padding: 0px 200px;
    text-align: center;
    line-height: 30px;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 2px 2px #292416ab;
    z-index: 30;
}
.program_section {
    height: 415px;
    display: flex;
    flex-direction: row;
}
.program {
  width: calc( 100% / 3);
  height: 100%;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
}
a.btn.t_program h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}
.door {
    background: #da2128;
    color: #f3bbbe;
}
.inspired {
    background: #e07e26;
    color: #f5d7bc;
}
.creative {
    background: #e6b120;
    color: #f7e7bb;
}
.qj {
  background: #015381;
  color: #b2cbd8;
}
.cj {
  background: #0087aa;
  color: #b2dae5;
}
.kw {
  background: #00aeef;
  color: #b2e6fa;
}
.t_program_corpo {
    width: 100%;
    height: 80%;
    padding: 15px 15px;
    font-size: 12px;
    background: white;
    margin-top: 8px;
    position: relative;
    margin-bottom: 10px;
    text-decoration: none !important;
    color: #616160 !important;
    box-shadow: 0 0 6px 0 rgba(80,80,80,.2);
}
p.t_card {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-align: center;
    font-weight: 600;
}
.btn:hover {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
    margin-top: -5px;
    margin-bottom: 5px;
}
.number {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
}

span.days {
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    margin-left: 5px;
}
span.pieces {
    font-size: 14px;
    font-weight: 500;
}
.number h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.number_modal_program h2{
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.door_n h2 {
    color: #da2128;
    font-size: 35px;
}
.inspired_n h2 {
    color: #e07e26;
    font-size: 35px;
}
.creative_n h2 {
    color: #e6b120;
    font-size: 35px;
}
.qj_n h2 {
  color: #015381;
  font-size: 35px;
}
.cj_n h2 {
  color: #0087aa;
  font-size: 35px;
}
.kw_n h2 {
  color: #00aeef;
  font-size: 35px;
}
sup {
    margin-left: 5px;
}
sup {
    top: -.5em;
}
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
.spazio_btn {
    margin: 3px;
}
.goto:hover, .readmore:hover{
  color: white;
}
hr.line_short {
    border-top: 1px solid trasparent;
    width: 80%;
    margin: 50px auto;
}
a.go_back_arrow.gbProgram {
    left: -125px;
    top: -25px;
}
h2.title_cat_program {
    color: #39497E;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.modal_program_title {
  font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
.program_modal_header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
button.close {
    position: absolute;
    right: 8px;
    top: 8px;
    color: white;
    border: 1px solid white;
    border-radius: 100%;
    padding: 2px 6px;
}
.prog_text {
    color: #616160;
    letter-spacing: 0.5px;
}
.door_modal {
  background-image: url('/myatl/assmod/new_site_public/Custom_Services/door2door.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  height: 207px;
}
.creative_modal {
  background-image: url(/myatl/assmod/new_site_public/Custom_Services/creative.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 207px;
}
.inspired_modal {
  background-image: url(/myatl/assmod/new_site_public/Custom_Services/inspired.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 207px;
}
.qj_modal {
  background-image: url(/myatl/assmod/new_site_public/Custom_Services/quick.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 207px;
}
.cj_modal {
  background-image: url(/myatl/assmod/new_site_public/Custom_Services/custom.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 207px;
}
.kw_modal {
  background-image: url(/myatl/assmod/new_site_public/Custom_Services/knitted.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 207px;
}

/* hover program */
a.btn.t_program.door:hover {
    background-image: url(/myatl/assmod/new_site_public/Custom_Services/door2door.jpg);
    background-size: cover;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}
a.btn.t_program.inspired:hover {
    background-image: url(/myatl/assmod/new_site_public/Custom_Services/inspired.jpg);
    background-size: cover;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}
a.btn.t_program.creative:hover {
    background-image: url(/myatl/assmod/new_site_public/Custom_Services/creative.jpg);
    background-size: cover;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}
a.btn.t_program.qj:hover {
    background-image: url(/myatl/assmod/new_site_public/Custom_Services/quick.jpg);
    background-size: cover;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}
a.btn.t_program.cj:hover {
    background-image: url(/myatl/assmod/new_site_public/Custom_Services/custom.jpg);
    background-size: cover;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}
a.btn.t_program.kw:hover {
    background-image: url(/myatl/assmod/new_site_public/Custom_Services/knitted.jpg);
    background-size: cover;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}

a.btn.t_program.door:hover > a.btn.t_program h2  {
  display: none;
}
a.btn.t_program {
    display: flex;
    height: 245px;
    justify-content: center;
    align-items: center;
}
.section_program_title_banner {
    background-image: url('y');
    background-size: cover;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.velina_program_banner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000038;
}
.modal-content .modal-header button.close {
    position: absolute;
}


.btn_main:focus {
  color: #202C54;
}
a.btn.btn-primary.btn_main.btn_aboutUS {
  margin-right: 50px;
}
a.btn.btn-primary.btn_main {
  text-transform: uppercase;
  border: 2px solid #202C54;
  background: white;
  color: #202C54;
  width: 300px !important;
  height: 50px !important;
  font-size: 18px !important;
}
a.btn.btn-primary.btn_main {
  margin: 0px 20px;
}
a.btn.btn-primary.btn_main:hover {
  color: white;
  background: #202c54;
}
a.btn.btn-primary.btn_main {
  margin: 0px 3px;
}
a.btn.btn-primary.btn_main.btn_aboutUS {
  margin-right: 3px;
}
a.btn.btn-primary.btn_main {
  width: 475px;
  padding: 10px 10px;
}
a.btn.btn-primary.btn_main.btn_aboutUS {
  margin-right: 0px;
}
a.btn.btn-primary.btn_main {
  margin: 0px;
}
a.btn.btn-primary.btn_main {
  width: auto;
  padding: 5px 10px;
  font-size: 12px;
  margin: 0px 5px;
}

/* -------------------------------- */
/*            MODAL                 */
/* -------------------------------- */
h5#modal_scenario_title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #001F60;
  text-transform: uppercase;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: red; */
  margin: 0 auto;
}
#modal_scenario .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#modal_scenario .modal-header {
  padding: 15px;
  border-bottom: 1px solid #ffffff;
}
button#no_scenario {
  border: 2px solid #202C54;
  background: white;
}
button#no_scenario:hover {
  color: white;
  background: #202C54;
}
button#enter_scenario {
border: 2px solid #202C54;
background: white;
}
button#enter_scenario:hover {
color: white;
background: #202C54;
}
.modal-header.header_scenario {
  display: flex;
  position: relative;
}
button.close_scenario_modal {
  position: absolute;
  right: 10px;
  top: 10px;
}

.btn_extraCont, .btn_Cata {
    background: transparent;
    border-bottom: 50px;
    border: 2px solid #001f60;
    margin: 0 10px;
}
.btn_extraCont:hover, .btn_Cata:hover {
    background: #001f60;
    color: white;
}

div#home {
    height: 100px;
}


/* RESPONSIVE */
/* IPHONE */
@media screen and (max-width: 767px) {
  .program_section {
    height: 415px;
    flex-direction: column;
  }
  .program {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    margin: 15px auto;
  }
  .sezione_caps {
    height: 1400px;
  }
  .sezione_knits {
    height: 1400px;
  }
  div#home {
    height: auto;
    margin: 10px auto;
  }
  .btn_extraCont, .btn_Cata {
    background: transparent;
    border-bottom: 50px;
    border: 2px solid #001f60;
    margin: 5px 0px;
  }
  .modal-header.program_modal_header {
    height: 123px;
  }
  .prog_text {
    color: #616160;
    letter-spacing: 0.3px;
    font-size: 13px;
  }

  /* EXTRA */
  .text_video {
    padding: 10px 0px !important;
    color: #444;
    text-align: left;
    width: 100%;
  }
  .text_video p {
    line-height: 27px;
    font-size: 14px;
  }
  iframe.video_extra {
    width: 100%;
  }
  body.vp-center {
    height: auto;
  }
  .CSSgal .prevNext {
    display: none;
  }
  .footer_extra_cont a {
      position: relative !important;
      left: -16px !important;
      color: #001e64;
      font-weight: 700;
      font-size: 12px;
  }
  div#footer_custom {
    display: flex;
  }
}
