@import url('https://fonts.googleapis.com/css?family=Titillium+Web');

body {
    font-family: "Titillium Web", sans-serif;
    background: #eee;
    color: black;
}

label[for=label_data] {
    margin-bottom: 5px;
}

.btn-primary {
    font-weight: bold !important;
}

#logo-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

#main {
    background-color: #fff;
}

#header h2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.block {
    text-align: center;
    vertical-align: middle;
}

.circle {
    background: #ddd;
    border-radius: 100px;
    color: white;
    height: 50px;
    font-weight: bold;
    width: 50px;
    display: table;
    margin: 5px auto;
}

.circle p {
    vertical-align: middle;
    display: table-cell;
    font-size: 30px;
}

.circle.current {
    background: #BD7D3B;
    /*background: #00519c;*/
}

.line {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 2px;
    background: #eee;
}

#footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer a {
    text-decoration: none;
    color: inherit;
}

.form-standard {
    padding-bottom: 40px;
}

.form-standard .submit {
    margin-top: 40px;
    background: #00519c;
    color: #fff;
    font-weight: bold;
}

#payment_methods label:after, #input_name label:after, #input_surname label:after, #input_email label:after, #input_amount label:after, #input_type_id label:after, #input_rif label:after, #input_state_id label:after {
    margin-left: 2px;
    content: '*';
    color: #C50D0D;
}

.riepilogo_lista {
    margin-bottom: 30px;
}

.riepilogo_lista_item {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}

.riepilogo_lista:last-child {
    border-bottom: 1px solid #ddd;
}

.bottoni-riepilogo {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb30 {
    margin-bottom: 30px;
}

.nsp {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@keyframes bot-to-top {
    0% {
        bottom: -40px
    }
    50% {
        bottom: 40px
    }
}

@keyframes scale-in {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotate-in {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

a:focus, a:hover {
    color: #ffffff;
    text-decoration: none;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
}

.question-mark {
    margin-top: 18px;
}

.label-container {
    position: fixed;
    bottom: 48px;
    right: 105px;
    display: table;
    visibility: hidden;
    z-index: 999;
}

.label-text {
    color: #FFF;
    background: rgba(51, 51, 51, 0.5);
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-radius: 3px;
}

.label-arrow {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    opacity: 0.5;
}

a.float + div.label-container {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container {
    visibility: visible;
    opacity: 1;
}

a#menu-share + ul{
    visibility: hidden;
}

a#menu-share:hover + ul{
    visibility: visible;
    animation: scale-in 0.5s;
}

a#menu-share i{
    animation: rotate-in 0.5s;
}

a#menu-share:hover > i{
    animation: rotate-out 0.5s;
}
