a {
    color: #29ABE2;
}

.try-nano {
    background-color: #0c75bb;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #4b6373;
    margin-bottom: 5px;
}

li.try-nano.nav-item:hover {
    background-color: #dc3545;
}

li.try-nano.nav-item:active {
    box-shadow: 1px 1px 1px 0px #4b6373;
}

.divider-dash {
    background-color: #fff;	border-top: 2px dashed #8c8b8b;
}

.theme-menu-one.fixed .navbar-nav .nav-item .nav-link, .theme-menu-two.fixed .navbar-nav .nav-item .nav-link {
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.navbar-nav .nav-item .nav-link {
    padding: 10px;
}

.agn-counter-section .bottom-banner .text {
    float: none;
}

a.contact.white-shdw-button {

}

a.contact.white-shdw-button:active {
    -webkit-transform: scale(1.2)!important;
    -ms-transform: scale(1.2)!important;
    transform: scale(1.2)!important;
}

a.contact.white-shdw-button:hover {
    background: #dc3545;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}


/**
* Card Nano Comunication
 */

.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    min-height: 355px;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 1px 15px 0px #29abe2;
    -moz-box-shadow: 0px 1px 15px 0px #29abe2;
    box-shadow: 0px 1px 15px 0px #29abe2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.card.hovercard .cardheader {
    /*background: url("https://lorempixel.com/850/280/nature/4/");*/
    background-size: cover;
    height: 215px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100%;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
    background: #fff;
    border-radius: 8px;
    color: #767373;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 180px;
    border: 1px solid #e5e5e5;
}

.card.hovercard .info .title {
    margin-bottom: 15px;
    margin-top: 5px;
    font-size: 24px;
    line-height: 1;
    color: #b9b7b7;
    float: left;
    text-align: left;
    width: 100%;
    font-weight: bold;
}


.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 18px;
    line-height: 20px;
    color: #767373;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 4px;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.data {
    float: left;
    width: 45%;
    text-align: left;
    font-size: 12px;
    margin: 5px;
}

.author {
    float: right;
    width: 45%;
    text-align: right;
    font-size: 12px;
    margin: 5px;
}

.title a {
    color: #f15a24;
    margin: 0 5px;
}

/**
* End Card
 */


.border-is-invalid {
    border: 1px solid #dc3545;
    border-radius: 5px;
}

ul.navbar-nav {
    margin: 0 auto;
}

.navbar-nav .nav-item .nav-link {
    margin: 0 40px;
}

li.nav-item {
    font-weight: bold;
}

h4.title {
    color: #8c929d;
    font-weight: normal;
    font-size: 1.9em;
    padding: 0 0 35px 0;
}

.col-lg-4.single-block {
    padding: 0 35px;
}


.dot {
    height: 25px;
    width: 25px;
    background-color: #f15a24;
    border-radius: 50%;
    display: inline-block;
    top: -50px;
    position: relative;
}

hr.separator-line {
    width: 40%;
    background: #f15a24;
    height: 2px;
}

.icon-home-custom {
    height: 210px;
    display: inline-block;
    top: 0px;
    position: relative;
}


.top-footer {
    background-color: #29abe2;
    padding-top: 40px;
}

.spinner-hypno {
    margin:0 auto;
}


/*
Contact form
 */


::placeholder {
    font-size: 30px;
    padding-top: 115px;
}

.social-icon-big {
    height: 150px;
    width: 150px;
    box-shadow: 0px 1px 35px 0px #29abe2;
    margin: 0 auto;
    border-radius: 75px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #4e5454;
    -webkit-box-shadow: transparent;
    font-size: 35px;
    transition: background-color 5000s ease-in-out 0s;
}

input[type=text] {
     font-size: 30px;
 }

input[type=tel] {
    font-size: 30px;
}

input[type=email] {
    font-size: 30px;
}


/*
Login Form
 */

.card.login-form {
    box-shadow: 0px 0px 0px;
    border: none;
    background: transparent;
    padding-top: 25vh;
}

.signin-form-wrapper {
    margin-bottom: 50px;
}

.card-footer {
    border: none;
    background: transparent;
}

.button-custom-orange {
    background: #f15a24;
    border-color: #f15a24;
    font-weight: bold;
    border-radius: 20px;
    color: #fff;
    width: 50%;
    padding:0px;
    letter-spacing: 1.2px;
}

.button-custom-blue {
    background: #0d4b6a;
    border-color: #0d4b6a;
    font-weight: bold;
    border-radius: 10px;
    color: #fff;
    width: 50%;
    padding:0px;
    letter-spacing: 1.2px;
}

.btn:hover {
    color: #29abe2;
    border:  1px solid #29abe2;
}

.password-reminder {
    font-size: 12px;
    font-weight: normal;
    width: 37%;
    border-radius: 6px;
}

p.signUp-text{
    font-size: 26px;
    color: #fff;
}

.title-page {
    font-size: 90px;
    padding : 60px 0px;
    color: #fff;
}

.signUp-page .agreement-checkbox input[type="checkbox"]:checked + label::before {
    content: "";
    font-family: font-awesome;
    color: #000;
    background: #fff;
    border-color: #fff;
}

input#keywords::placeholder {
    font-size: 24px;
}


div#card_errori {
    min-height: auto;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 1px solid;
    border-radius: 5px;
}

.card-heading.bg-danger.text-uppercase.text-white {
    background: #ff0600;
    padding: 5px;
    border-radius: 5px;
}

.modal-content {
    border: 2px solid #fff;
    border-radius: 16px;
    background: aliceblue;
    background: url(/themes/frontend/images/bg/bg-login.jpg) repeat-y center center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.modal-header {
    background: #F15A24;
    border-radius: 16px 16px 0 0;
}

h5.modal-title {
    font-size: 24px;
    font-weight: bold;
}

span.text-danger > strong {
    font-size: 22px;
}

button#cancelModalCreaButton {
    background: #0D4B6A;
    border-radius: 10px;
    font-weight: bold;
}

button#confirmModalCreaButton {
    background: #F15A24;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
}

.orange-title {
    color: #F7931E;
    font-size: 20px;
    font-weight: bold;
}
.content-mbs {
    color: #a8a8a8;
    font-weight: bold;
}

.content-about {
    margin-top: 200px;
    border-left: 1px solid #f15a24;
    height: auto;
}
