@font-face {
  font-family: 'vodafone_rgregular';
  font-style: normal;
  font-weight: normal;
  src: url('/files_comuni/fonts/vodafonerg-webfont.eot');
  src: url('/files_comuni/fonts/vodafonerg-webfont.eot?#iefix') format('embedded-opentype'), url('/files_comuni/fonts/vodafonerg-webfont.woff') format('woff'), url('/files_comuni/fonts/vodafonerg-webfont.ttf') format('truetype'), url('/files_comuni/fonts/vodafonerg-webfont.svg#icon') format('svg');
}
@font-face {
  font-family: 'vodafone_rgbold';
  font-style: normal;
  font-weight: bold;
  src: url('/files_comuni/fonts/vodafonerg_bd-webfont.eot');
  src: url('/files_comuni/fonts/vodafonerg_bd-webfont.eot?#iefix') format('embedded-opentype'), url('/files_comuni/fonts/vodafonerg_bd-webfont.woff') format('woff'), url('/files_comuni/fonts/vodafonerg_bd-webfont.ttf') format('truetype'), url('/files_comuni/fonts/vodafonerg_bd-webfont.svg#icon') format('svg');
}
@font-face {
  font-family: 'vodafone_ltregular';
  font-style: normal;
  font-weight: 200;
  src: url('/files_comuni/fonts/vodafonelt-webfont.eot');
  src: url('/files_comuni/fonts/vodafonelt-webfont.eot?#iefix') format('embedded-opentype'), url('/files_comuni/fonts/vodafonelt-webfont.woff') format('woff'), url('/files_comuni/fonts/vodafonelt-webfont.ttf') format('truetype'), url('/files_comuni/fonts/vodafonelt-webfont.svg#icon') format('svg');
}
/* MAIN COMMON */
body {
  background: #FFF url() no-repeat 50% 0;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-family: 'vodafone_rgregular', Helvetica, Arial, sans-serif;
  color: #000;
  text-align: center;
  z-index: 0;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}
.cleared {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
strong {
  font-family: 'vodafone_rgbold';
}
:focus {
  outline: none;
  box-shadow: none !important;
}
::-moz-focus-inner {
  border: 0;
}
/* FORM RICONTATTO */
#ctc {
  width: 513px;
  height: 448px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 7px 3px;
  border-radius: 6px;
  overflow: auto;
}
#ctc form {
  margin: 30px 55px;
  text-align: center;
}
#ctc form h2 {
  font-size: 30px;
  margin: 0;
}
#ctc form input {
  width: 327px;
  border: 1px solid #333;
  border-width: 0 0 1px 0;
  font-size: 20px;
  padding: 5px 0;
  text-align: center;
  margin-top: 25px;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #CCC;
  font-family: 'vodafone_rgregular', Helvetica, Arial, sans-serif;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #CCC;
  font-family: 'vodafone_rgregular', Helvetica, Arial, sans-serif;
}
::placeholder {
  color: #CCC;
  font-family: 'vodafone_rgregular', Helvetica, Arial, sans-serif;
}
#ctc form h3 {
  margin: 30px 0 15px;
}
#ctc form p {
  font-size: 14px;
}
#ctc form p a {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}
#btnSubmitCMN {
  display: block;
  margin: 30px auto 0;
  color: #fff;
  outline: 0 none;
  border: 0 none;
  padding: 10px 0;
  width: 210px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  background: #4C9100;
  border-radius: 4px;
  transition: all 400ms ease-in-out;
}
#btnSubmitCMN:hover {
  background: #366800;
}
/* CUSTOM CHECKBOX */
.container {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0px !important;
}
.container:first-of-type {
  padding-right: 15px;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #525252;
  border-radius: 4px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 11px;
  border: solid #525252;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkmark-round {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09), inset 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
}
.checkmark-round:after {
  content: "";
  position: absolute;
  display: none;
}
.container input:checked ~ .checkmark-round:after {
  display: block;
}
.container .checkmark-round:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #444;
}
/* SECTION DROPDOWN SELECT */
.dropdown-select {
  display: inline-block;
  transition: all ease 1s;
  width: 327px;
  border: 1px solid #333;
  border-width: 0 0 1px 0;
  margin-top: 30px;
}
.dropdown-select p {
  color: #fff;
  font-size: 14px;
  margin: 5px 0;
}
.dropdown-select fieldset {
  position: relative;
  border: none;
  padding: 0;
  text-align: left;
}
.custom-select-wrapper {
  position: relative;
  display: block;
  user-select: none;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: block;
}
.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  font-size: 20px;
  color: #000;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 0;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  bottom: 5px;
  right: 0px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}
.dropdown-select #emp {
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}
.dropdown-select #emp.disabled {
  opacity: 0.3;
  cursor: default !important;
  pointer-events: none;
}
.dropdown-select #bottoneLista {
  margin-top: 28px;
  width: 33%;
  height: 40px;
  background: #D52D1F;
  border: 0;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  font-family: 'vodafone_rgregular', Helvetica, Arial, sans-serif;
  opacity: 0.3;
}
.dropdown-select #bottoneLista:hover {
  background: #A21C11;
}
.dropdown-select #bottoneLista.disabled {
  cursor: default !important;
  pointer-events: none;
}
.dropdown-select #bottoneLista.disabled:hover {
  background: #D52D1F;
}
/* CUSTOM SELECT */
.custom-select.opened .custom-select-trigger:after {
  bottom: 1px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  -moz-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  z-index: 99;
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 10px 0;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
  background: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  overflow-y: scroll;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 2vh;
  font-size: 18px;
  color: #000;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 3px 3px 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 3px 3px;
}
#tkp-cmn #ctc {
  padding: 78px;
  text-align: center;
}
#tkp-cmn #ctc img {
  width: 102px ;
  margin-bottom: 70px;
}
#tkp-cmn #ctc h2 {
  font-size: 30px;
  margin: 0;
}
