/*
 *
 * Talithakum / CallToAction
 * 19/11/2021
 * BY ing. Nicolò Chiellini
 * n.chiellini@4sigma.it
 *
 */
html {
    border: none;
    padding: 0px;
    margin: 0px;
    float: left;
    background-color: #fff;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    min-height: 100%;
}
body {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 100%;
    float: left;
    -webkit-text-size-adjust: 100%;
/*     position: relative; */
}
td {
    border: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul,
footer, header, nav, article, main, aside,
section {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}

img {
    text-decoration: none;
    border: none;
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;
    text-decoration: none;
    color: #d38d51;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}

li {
    outline: none;
}

address, caption, cite, code, dfn, strong, th, var {
    font-style: inherit;
}
i, em, .italic {
    font-style: italic;
    font-weight: inherit;
}

.underline {
    text-decoration: underline;
}
*:-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
*::-webkit-input-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

*::-moz-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
*:-moz-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

*:-ms-input-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
}
button {
    cursor: pointer;
    -webkit-appearance: none;
    font-family: 'Montserrat', sans-serif;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid white;
}
input[type=submit] {
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}
input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #e17147 inset;
    -webkit-text-fill-color: #fff !important;
}
.hidden {
    display: none!important;
}
.visibility_hidden {
    visibility: hidden;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.table {
    display: table;
    float: none;
    table-layout:fixed;
}
.table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.mobile {
    display: none;
}
.inline-block {
    display: inline-block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.h_100pe {
    height: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tiny {
    font-weight: 200;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.bold,
strong,
b {
    font-weight: 700;
}
.extrabold {
    font-weight: 900;
}
.black,
.nero,
.blacklink,
.blacklink:visited,
.black_white_lnk {
    color: black;
}
.grigio {
    color: #666;
}
.red {
    color: #9a0000;
}
.bg_red {
    background-color: #9a0000;
}
.white,
.white_green {
    color: #FFFFFF;
}
.arancio {
    color: #E57C42;
}
.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.ritch-cont {
    /* Qua se vogliamo imporre qualcosa */
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 18px;
}
.ritch-cont p,
.ritch-cont li {
    line-height: 22px;
    margin-bottom: 10px;
}

.ritch-cont ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 18px;
}
.ritch-cont li {
    float: left;
    width: 100%;
}
.ritch-cont img {
    max-width: 100% !important;
    height: auto !important;
}
.ritch-cont blockquote {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    margin: 25px 0px;
    float: left;
}
.shadow-bottom {
    -webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25);
}
.shadow-top {
    -webkit-box-shadow: 0px -10px 10px -5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px -10px 10px -5px rgba(0,0,0,0.15);
    box-shadow: 0px -10px 10px -5px rgba(0,0,0,0.15);
}
/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
    z-index: 100;
}

#over-box, #over-box-black {
    display: none;
    position: fixed;
    z-index: 1001;
/*     background-color: rgba(255,255,255, 0.7); */
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
#over-box-black {
    background-color: rgba(0,0,0,0.9);
    z-index: 1001;
}
.modal-box {
    display: none;
    position: fixed;
    line-height: 19px;
    padding: 20px 10px;
    font-size: 16px;
    color: white;
    text-align: left;
    width: 300px;
    left: 50%;
    margin-left: -160px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    background-color: white;
    z-index: 1012;
    top: -500px;
}
.no-mob {
    display: none;
}
.btn {
    height: 35px;
    line-height: 35px;
    min-width: 100px;
    padding: 0px 15px;
    background-color: #d38d51;
    color: white;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    font-size: 12px;
    font-weight: 900;
    transition: all 0.2s;
    border-radius: 17px;
}

#calltoaction-hp-loghi {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin: 40px 0px 0px 0px;
    position: relative;
    z-index: 10;
}
#calltoaction-hp-logo-tk {
    height: 57.5px;
    display: block;
    float: left;
}
#calltoaction-hp-logo-uisg {
    height: 38px;
    display: block;
    float: left;
}
#collection-hp-loghi-sep {
    height: 70px;
    width: 1px;
    background-color: white;
    margin: 0px 20px;
    box-sizing: border-box;
    display: block;
    float: left;
}
#calltoaction-hp-logo-mano-cont {
    position: relative;
    margin-top: -90px;
}
#calltoaction-hp-logo-mano-cont img {
    width: 100%;
    max-width: 500px;
}
#calltoaction-hp-titolo {
    font-size: 25px;
    line-height: 30px;
    color: white;
    text-align: center;
}
#calltoaction-hp-sottotitolo {
    font-size: 30px;
    line-height: 40px;
    color: white;
    font-weight: 900;
    text-align: center;
    color: #E57C42;
}
#calltoaction-hp-titoli-cont {
    margin: 40px 0px 0px 0px;
    position: relative;
    z-index: 10;
}
#calltoaction-hp-nav a {
    display: block;
    float: left;
    width: 90%;
    margin: 10px 5%;
    text-align: center;
}
#calltoaction-hp-nav {
    margin-top: -100px;
    position: relative;
    z-index: 10;
}
.page {
    width: 100%;
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
header {
    min-height: 120px;
    box-sizing: border-box;
    background-image: url('/static/calltoaction/img/sfumatura_top.png');
    background-repeat: repeat-x;
    padding: 20px 0px 40px 0px;

}
header h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    text-align: center;
/*     color: #000; */
    color: white;
    text-shadow: -0px 0px 10px rgba(0,0,0,0.5);
}
header h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    color: #000;
/*    color: white;
    text-shadow: -0px 0px 10px rgba(0,0,0,0.5);*/
}
footer {
    text-align: center;
}
footer img {
    width: 100%;;
}
@media only screen and (min-width:1025px) and (max-width:10000px) {
    .btn:hover {
        background-color: white;
        color: #d38d51;
        transition: all 0.2s;
    }
    .ritch-cont a:hover {
        color: #333;
        transition: all 0.2s;
    }
    #calltoaction-hp-nav a:hover {
        color: #fff;
        transition: all 0.2s;
    }
}

@media only screen and (min-width:220px) and (max-width:767px) {
    #calltoaction-hp-logo-tk {
        height: 42px;
    }
    #calltoaction-hp-logo-uisg {
        height: 32px;
    }
}
