body,
html {
    font-family: 'ConcursoItalianBTN';

    overflow-x: hidden;
}

body {
    font-size: 20px;
    line-height: 1.6em;

    letter-spacing: 2px;

    color: #666;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

h2 {
    margin-bottom: 20px;
}

li,
p {
    font-size: 26px;
}

footer p {
    font-size: 24px;
}

.red {
    font-size: 1.5em;

    color: red;
}

.navbar-brand {
    font-size: 0;
    width: auto;
    padding: 0;
    color: #fff;
}
@media (max-width:768px) {
    .navbar-brand img {
        height: 55px;
    }
}
@media (max-width:993px) {
    .profilo-relatore .col-md-6 img.img-circle {
        margin-bottom: 40px;
    }
}
@media (min-width:769px) {
    .navbar-brand,
    .navbar-brand img {
        height: 80px;
    }
}

.navbar-brand img {
    max-height: 70px;
    padding: 10px;
}
@media (max-width:767px) {
    navbar-brand img {
        max-height: 50px;
        padding: 5px;
    }
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: #555;
}

.navbar-toggle {
    margin-top: 23px;
}
@media (max-width:768px) {
    .navbar-toggle {
        margin-top: 8px;
    }
}

.img-responsive {
    margin: 0 auto;
}

.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.parallax1 {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: contain;
}

.overflow {
    overflow: hidden;
}
@media(max-width:768px) {
    .parallax1 h1 {
        font-size: 38px;
    }
}
@media(max-width:380px) {
    .parallax1 h1 {
        font-size: 34px;
    }
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #fff;
}

.parallax1#home-parallax h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.parallax input[type=email],
.parallax input[type=email]:hover,
.parallax input[type=password],
.parallax input[type=password]:hover,
.parallax input[type=text],
.parallax input[type=text]:hover,
.parallax input[type=url],
.parallax input[type=url]:hover,
.parallax textarea,
.parallax textarea:hover {
    font-weight: 300;
    font-size: 25px;
    color: #fff;
}

#clock {
    font-size: 36px;
    font-weight: 700;

    margin-top: 10px;
}

.counter {
    font-size: 48px;
    font-weight: bolder;
    line-height: 1.2em;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;

    text-shadow: 2px 2px red;
}
@media(max-width:768px) {
    #clock {
        font-size: 26px;
    }

    .counter {
        font-size: 24px;
    }
}

.btn {
    border: 0;
    border-radius: 0;
}

.btn.btn-primary:hover {
    background-color: #017fb5;
}

.navbar-nav li a:focus,
.navbar-nav li a:hover {
    text-decoration: none;

    color: rgba(255, 0, 0, 1);
    outline: 0;
    outline-offset: 0;
    background: transparent;
}

a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;

    outline: 0;
}

section {
    padding: 100px 0;
}

section.m {
    padding-top: 40px;
    padding-bottom: 20px;
}

section.m h1 {
    margin-bottom: 50px;
}

.heading {
    padding-top: 20px;
    padding-bottom: 90px;
}

.preloader {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

.preloader > img {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    margin-top: -96px;
    margin-left: -96px;
}

#home-parallax {
    background-color: #333;
    background-image: url("../images/map.png");
}

#home-parallax2 {
    background-color: #333;
    background-image: url("../images/sfondo2.jpg");
    background-size: cover;
}

#home {
    display: table;

    vertical-align: middle;
}

#home .row,
#home .row .col-xs-12 {
    font-weight: 700;

    text-align: center;

    color: #ddd;
}
@media (min-width:768px) {
    #home .row,
    #home .row .col-xs-12 {
        display: table-cell;

        vertical-align: middle;
    }
}

#home .row .col-xs-12 div,
#home .row .col-xs-12 h1,
#home .row .col-xs-12 h2,
#home .row .col-xs-12 p {
    font-weight: 700;

    color: #ddd;
}

#home-slider {
    position: relative;

    overflow: hidden;
}

#home-slider .caption {
    font-size: 26px;
    font-weight: 300;

    position: absolute;
    z-index: 15;
    top: 50%;
    right: 0;
    left: 0;

    margin-top: -104px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
}

#home-slider .caption h1 {
    font-size: 68px;
    font-weight: 700;

    margin-bottom: 30px;

    color: #fff;
}

.caption .btn-start {
    font-size: 22px;
    font-weight: 600;

    margin-top: 40px;
    padding: 14px 40px;

    color: #fff;
    border: 1px solid #6e6d6c;
    border-radius: 4px;
}

.caption .btn-start:hover {
    color: #fff;
}

.carousel-fade .carousel-inner .item {
    height: 2037px;

    -webkit-transition-property: opacity;
    transition-property: opacity;

    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-fade .carousel-inner .item:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: ' ';

    background: rgba(0, 0, 0, .7);
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    z-index: 1;
    left: 0;

    opacity: 0;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.left-control,
.right-control {
    font-size: 32px;
    line-height: 48px;

    position: absolute;
    z-index: 20;
    top: 50%;

    width: 51px;
    height: 51px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.left-control {
    left: -51px;
}

.right-control {
    right: -51px;
}

.left-control:hover,
.right-control:hover {
    color: #fff;
}

#home-slider:hover .left-control {
    left: 30px;
}

#home-slider:hover .right-control {
    right: 30px;
}

#home-slider .fa-angle-down {
    font-size: 32px;
    line-height: 24px;

    position: absolute;
    z-index: 999;
    bottom: 50px;
    left: 50%;

    display: inline-block;

    width: 24px;
    margin-left: -12px;

    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;

    color: #fff;
}

.navbar-right li a {
    font-size: 22px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width:768px) {
    .navbar-right li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-right li.active a {
    background-color: rgba(0, 0, 0, .2);
}

.navbar-brand h1 {
    margin-top: 5px;
}

.service-icon {
    font-size: 44px;
    line-height: 90px;

    display: inline-block;

    width: 90px;
    height: 90px;

    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;

    color: #fff;
    border-radius: 4px;
}

.our-services .col-sm-4:hover .service-icon {
    background-color: #333;
}

.our-services .col-sm-4 {
    padding-bottom: 50px;

    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.our-services .col-sm-4:nth-child(4),
.our-services .col-sm-4:nth-child(5),
.our-services .col-sm-4:nth-child(6) {
    padding-top: 60px;

    border-bottom: 0;
}

.our-services .col-sm-4:nth-child(3),
.our-services .col-sm-4:nth-child(6) {
    border-right: 0;
}

.service-info h3 {
    margin-top: 35px;
}

#about-us {
    padding: 60px 0;
}

#about-us h2 {
    margin-top: 0;

    color: #fff;
}

#about-us .lead {
    font-size: 24px;

    margin-bottom: 10px;
}

#about-us h1 {
    margin-bottom: 30px;
}

.progress {
    height: 20px;
    margin-bottom: 25px;

    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    font-size: 20px;
    font-weight: 600;

    padding-right: 12px;

    text-align: right;

    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}

#portfolio {
    background-color: #fff;
}

#portfolio .col-sm-3,
#portfolio .container-fluid {
    overflow: hidden;

    margin: 5px;
    padding: 0;
}

#portfolio .folio-item {
    position: relative;
}

#portfolio .overlay {
    position: absolute;
    right: 0;
    bottom: -100%;
    left: 0;

    height: 0;

    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;

    opacity: 0;
    color: #fff;
    background-color: #000;
}

.overlay .overlay-content {
    display: table;

    width: 100%;
    height: 100%;
}

.overlay .overlay-text {
    display: table-cell;

    vertical-align: middle;
}

.overlay .folio-info {
    margin-top: -75px;
    margin-bottom: 75px;

    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

    opacity: 0;
}

.overlay .folio-info h3 {
    margin-top: 0;

    color: #fff;
}

.folio-overview a {
    font-size: 26px;
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin-right: 5px;

    color: #333;
    border-radius: 50%;
    background-color: #fff;
}

.folio-overview a:hover {
    color: #fff;
}

.folio-overview .folio-expand {
    margin-top: -500px;
    margin-left: -500px;
}

.folio-image,
.folio-overview .folio-expand {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.folio-image img {
    width: 100%;
}

#portfolio .folio-item:hover .overlay {
    bottom: 0;

    height: 100%;

    opacity: 0.8;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
    margin-top: 0;
    margin-left: 0;
}

#portfolio .folio-item:hover .overlay .folio-info {
    margin-top: 0;
    margin-bottom: 0;

    opacity: 1;
}

#single-portfolio {
    position: relative;

    padding: 90px 0;

    background: #f5f5f5;
}

#single-portfolio img {
    width: 100%;
    margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
    font-size: 42px;

    position: absolute;
    top: 30px;
    left: 50%;

    width: 34px;
    height: 34px;
    margin-left: -17px;

    color: #999;
}

#team {
    padding-top: 0;
}

.team-members {
    margin-bottom: 25px;
}

.social-icons {
    margin-top: 30px;

    text-align: center;
}

.social-icons ul {
    display: inline-block;

    margin: 0;
    padding: 0;

    list-style: none;
}

.social-icons ul li {
    float: left;

    margin-right: 8px;
}

.social-icons ul li:last-child {
    margin-right: 0;
}

.social-icons ul li a {
    font-size: 22px;
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;

    opacity: 0.8;
    color: #fff;
    background-color: #d9d9d9;
}

.social-icons ul li a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

    opacity: 1;
}

.team-member {
    font-size: 22px;
    min-height: 556px;
    text-align: center;
    color: #333;
    transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -opera-transition: all .15s ease-out;
}

.team-member .social-icons ul li a.facebook {
    background-color: #3b5999;
}

.team-member .social-icons ul li a.twitter {
    background-color: #2ac6f7;
}

.team-member .social-icons ul li a.website {
    background-color: red;
}

.team-member .social-icons ul li a.linkedin {
    background-color: #036dc0;
}

.team-member .social-icons ul li a.rss {
    background-color: #333;
}

#team .img-responsive {
    width: 100%;
}

.member-info h3 {
    margin-top: 35px;
}

.member-info h4 {
    font-size: 22px;

    margin-bottom: 15px;

    color: #999;
}

#features {
    text-align: center;
}

#features i {
    font-size: 56px;
}

#features h3 {
    font-size: 36px;

    margin-top: 15px;
    margin-bottom: 7px;

    color: #fff;
}

#features .slider-overlay {
    opacity: 0.8;
}

.pricing-table {
    text-align: center;
}

.single-table {
    padding: 30px 20px 20px;

    border: 1px solid #f2f2f2;
}

.single-table h3 {
    font-size: 24px;

    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;

    text-transform: uppercase;
}

.price {
    font-size: 44px;
    line-height: 36px;
}

.price span {
    font-size: 22px;
    line-height: 14px;
}

.single-table ul {
    margin: 30px 0;
    padding: 0;

    list-style: none;
}

.single-table ul li {
    line-height: 30px;
}

.single-table.featured {
    color: #fff;
}

.single-table.featured h3 {
    color: #fff;
}

.single-table.featured .btn.btn-primary {
    background-color: #fff;
}

#t {
    padding: 30px 0 40px;
}

#t > div {
    position: relative;

    text-align: center;
}

#t-carousel {
    position: relative;
    z-index: 15;
    overflow: hidden;
}

.t-icon {
    position: relative;
    z-index: 15;

    color: #fff;
}

.t-icon .fa-twitter {
    font-size: 48px;
    line-height: 65px;

    position: relative;

    width: 64px;
    height: 64px;

    border-radius: 50%;
}

#t-carousel .item {
    padding: 0 55px;
}

#t-carousel .item a {
    color: #fff;
}

.t-icon h4 {
    margin-top: 25px;
    margin-bottom: 25px;

    text-transform: uppercase;

    color: #fff;
}

.t-left-control,
.t-right-control {
    font-size: 18px;
    line-height: 31px;

    position: absolute;
    top: 50%;

    width: 34px;
    height: 34px;
    margin-top: -17px;

    color: #fff;
    border: 1px solid #fafafa;
    border-radius: 50%;
}

.t-left-control {
    left: 8%;
}

.t-right-control {
    right: 8%;
}

.t-left-control:hover,
.t-right-control:hover {
    color: #fff;
}

#y {
    padding: 20px 0 40px;
}

#y > div {
    position: relative;

    text-align: center;
}

#y-carousel {
    position: relative;
    z-index: 15;
}

.y-icon {
    position: relative;
    z-index: 15;

    color: #fff;
}

.y-icon .fa-youtube {
    font-size: 48px;
    line-height: 65px;

    position: relative;

    width: 64px;
    height: 64px;

    border-radius: 50%;
}

/* #y-carousel .item{padding:0 55px} */

#y-carousel .item a {
    color: #fff;
}

.y-icon h4 {
    margin-top: 25px;
    margin-bottom: 25px;

    text-transform: uppercase;

    color: #fff;
}

.y-left-control,
.y-right-control {
    font-size: 24px;
    line-height: 31px;

    position: absolute;
    top: 50%;

    width: 34px;
    height: 34px;
    margin-top: -17px;

    color: #fff;
    border: 1px solid #fafafa;
    border-radius: 50%;
}

.y-left-control {
    left: 8%;
}

.y-right-control {
    right: 8%;
}

.y-left-control:hover,
.y-right-control:hover {
    color: #fff;
}

#y iframe {
    width: 100%;
}

#f {
    padding: 30px 0 40px;
}

#f > div {
    position: relative;

    text-align: center;
}

#f-carousel {
    position: relative;
    z-index: 15;
    overflow: hidden;
}

.f-icon {
    position: relative;
    z-index: 15;

    color: #fff;
}

.f-icon .fa-facebook {
    font-size: 48px;
    line-height: 65px;

    position: relative;

    width: 64px;
    height: 64px;

    border-radius: 50%;
}

#f-carousel .item {
    padding: 0 55px;
}

#f-carousel .item a {
    color: #fff;
}

.f-icon h4 {
    margin-top: 25px;
    margin-bottom: 25px;

    text-transform: uppercase;

    color: #fff;
}

.f-left-control,
.f-right-control {
    font-size: 26px;
    line-height: 31px;

    position: absolute;
    top: 50%;

    width: 34px;
    height: 34px;
    margin-top: -17px;

    color: #fff;
    border: 1px solid #fafafa;
    border-radius: 50%;
}

.f-left-control {
    left: 8%;
}

.f-right-control {
    right: 8%;
}

.f-left-control:hover,
.f-right-control:hover {
    color: #fff;
}

#speakers {
    padding: 30px 0 40px;
}

#speakers > div {
    position: relative;

    text-align: center;
}

#speakers-carousel {
    min-height: 380px;
    position: relative;
    z-index: 15;
}

.speakers-icon {
    position: relative;
    z-index: 15;

    color: #fff;
}

.speakers-icon .fa-speakers {
    font-size: 54px;
    line-height: 65px;

    position: relative;

    width: 64px;
    height: 64px;

    border-radius: 50%;
}

#speakers-carousel .item {
    padding: 0 55px;
    height: 480px;
    margin: 0 !important;
}

#speakers-carousel .item a {
    color: #fff;
}

#speakers-carousel .item a img {
    max-height: 280px;
}

.speakers-icon h4 {
    margin-top: 25px;
    margin-bottom: 25px;

    text-transform: uppercase;

    color: #fff;
}

.speakers-left-control,
.speakers-right-control {
    font-size: 18px;
    line-height: 31px;

    position: absolute;
    top: 50%;

    width: 34px;
    height: 34px;
    margin-top: -17px;

    color: #fff;
    border: 1px solid #fafafa;
    border-radius: 50%;
}

.speakers-left-control {
    left: 8%;
}

.speakers-right-control {
    right: 8%;
}

.speakers-left-control:hover,
.speakers-right-control:hover {
    color: #fff;
}

.f-left-control,
.f-right-control,
.speakers-left-control,
.speakers-right-control,
.t-left-control,
.t-right-control,
.y-left-control,
.y-right-control {
    z-index: 20;
}

.c-inner-fixed {
    height: 106px;
    max-height: 106px;
}

.post-thumb {
    position: relative;
}

.post-icon {
    font-size: 20px;
    line-height: 30px;

    position: absolute;
    top: 10px;
    right: 10px;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    border-radius: 4px;
}

.post-meta {
    font-size: 20px;
    font-weight: 600;

    position: absolute;
    bottom: 15px;
    left: 15px;

    text-transform: uppercase;

    color: #fff;
}

.post-meta span {
    margin-right: 16px;
}

#post-carousel .carousel-indicators {
    bottom: 3px;
    left: 90%;
}

.blog-left-control,
.blog-right-control {
    font-size: 44px;

    position: absolute;
    top: 45%;

    width: 30px;

    text-align: center;

    color: rgba(255, 255, 255, .7);
}

.blog-left-control {
    left: 0;
}

.blog-right-control {
    right: 0;
}

.blog-left-control:hover,
.blog-right-control:hover {
    color: #fff;
}

.entry-header h3 a {
    line-height: 30px;
}

.entry-header .cetagory,
.entry-header .date {
    font-size: 19px;
    font-weight: 600;

    position: relative;

    display: inline-block;

    margin-bottom: 30px;

    text-transform: uppercase;
}

.entry-header .date:after {
    position: absolute;
    bottom: -22px;
    left: 0;

    width: 20px;
    height: 3px;

    content: '';
}

.entry-content {
    font-size: 22px;
}

.load-more {
    display: block;

    margin-top: 70px;

    text-align: center;
}

.btn-loadmore {
    font-size: 22px;
    font-weight: 600;

    padding: 15px 125px;

    text-transform: uppercase;

    color: #666;
    border: 1px solid #f2f2f2;
}

.btn-loadmore:hover {
    color: #fff;
}

#contact {
    padding-top: 0;
    padding-bottom: 0;
}

#google-map {
    height: 550px;
}
#google-map > div {
    position: unset !important;
}

#contact-us {
    padding-bottom: 90px;
}

#contact-us .heading {
    padding-top: 95px;
}

.form-control {
    height: 50px;
    font-size: 25px;
    border-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

textarea.form-control {
    min-height: 180px;

    resize: none;
}

.form-group {
    margin-bottom: 30px;
}

.contact-info {
    font-weight: 300;

    padding-left: 70px;
}

ul.address {
    margin: 30px 0 0;
    padding: 0;

    list-style: none;
}

.contact-info ul li {
    margin-bottom: 8px;
}

.contact-info ul li a {
    color: #fff;
}

.btn-submit {
    display: block;

    width: 100%;
    margin-top: 40px;
    padding: 12px;

    color: #fff;
    border: 0;
}

#footer {
    color: #fff;
}

.footer-top {
    position: relative;

    padding: 30px 0;
}

#footer .footer-bottom {
    padding: 20px 0 10px;

    background-color: #fff;
}

#footer .footer-bottom a:hover {
    text-decoration: underline;
}

.footer-logo {
    display: inline-block;

    margin-bottom: 5px;
}

#footer .social-icons {
    margin-top: 15px;
}

#footer .social-icons ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

#footer .social-icons ul li a {
    line-height: 33px;

    border-radius: 4px;
    background-color: rgba(0, 0, 0, .2);
}

#footer .social-icons ul li a:hover {
    color: #fff;
}

#footer .social-icons ul li a.envelope:hover {
    background-color: #cecb26;
}

#footer .social-icons ul li a.facebook:hover {
    background-color: #3b5999;
}

#footer .social-icons ul li a.twitter:hover {
    background-color: #2ac6f7;
}

#footer .social-icons ul li a.website:hover {
    background-color: #ff5b92;
}

#footer .social-icons ul li a.linkedin:hover {
    background-color: #036dc0;
}

#footer .social-icons ul li a.tumblr:hover {
    background-color: #ff6b00;
}

.bg-white {
    background-color: #fff!important;
}

.bg-grey {
    background-color: #ececec!important;
}

.bg-dark {
    background-color: #222!important;
}

.bg-dark-l {
    background-color: #333!important;
}

.bg-facebook {
    background-color: #3b5998!important;
}

.bg-youtube {
    background-color: #cd201f!important;
}

.text-white {
    color: #fff!important;
}

.center-block {
    float: none!important;
}

hr {
    margin: 60px 0;
}

hr.line {
    display: block;

    width: 100%;
    height: 2px;
    margin: 0 auto;

    background-color: #333;
}

@media(min-width:769px) {
    .flex {
        display: 0;
        display: 0;
        display: 0;
        display: flex;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.label-select {
    margin-top: 25px;
    margin-bottom: 20px;
}

.select-sponsor {
    overflow: hidden;

    margin-top: 20px;
    margin-bottom: 20px;

    border: 0;
    border-radius: 0;
    background-color: #fff;
}

.select-sponsor::before {
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;

    position: absolute;
    top: 8px;
    right: 5%;

    content: '\f107';
    text-decoration: inherit;

    color: red;
}

.select-sponsor select {
    font-size: 22px;

    display: block;
    overflow: hidden;

    width: 115%;
    height: 40px;
    margin: 0 auto;
    padding: 5px;

    cursor: pointer;

    border: 0;
    background: transparent;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}

#form-proponi .form-control::-webkit-input-placeholder{
    color: #777;
}

.form-control:focus {
    border-color: red;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6);
}

.big-button {
    font-size: 26px;

    position: relative;

    display: inline-block;

    margin: 0 auto;
    padding: 10px 20px;

    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
    border-radius: 0;
    background-color: red;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.big-button:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    -webkit-transition-property: 0;
    transition-property: 0;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;

    background: #222;
}

.big-button:hover {
    color: red;
}

.big-button:hover:before {
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.big-button-reverse {
    font-size: 26px;

    position: relative;

    display: inline-block;

    margin: 0 auto;
    padding: 10px 20px;

    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
    border-radius: 0;
    background-color: red;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.big-button-reverse:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    -webkit-transition-property: 0;
    transition-property: 0;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;

    background: #fff;
}

.big-button-reverse:active,
.big-button-reverse:focus,
.big-button-reverse:hover {
    color: #000;
}

.big-button-reverse:hover:before {
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.buttonfull {
    width: 100%;
}

:active,
:focus,
:hover {
    outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

#nav {
    margin-top: 130px;
}

.hackinbo {
    position: absolute;
    top: 20%;
    left: 0;
}

#features p {
    height: 48px;
}

.fa-angle-double-down {
    bottom: 0;
    left: 50%;
    top: 10px;
}

.banner {
    overflow: hidden;

    width: 100%;
    height: 300px;
    padding-top: 80px;

    background-position: center center;
    background-size: cover;
}

.panel-collapse a {
    color: inherit;
}

section.bg-white {
    overflow: hidden;
}

ul.address,
ul.address > li {
    font-size: 26px;
}

ul#gallery > li img {
    max-height: 150px;
}

.lsaction,
.lsaction > .lsnext,
.lsaction > .lsprev {
    display: none;
}
@media(min-width:768px) {
    ul#gallery > li img {
        max-height: 250px;
        height: 250px;
    }
}
ul#gallery > li img {
    max-height: 200px;
    height: 200px;
}

section.bg-facebook,
section.bg-youtube {
    padding: 30px 0;
}

section.galleria {
    padding: 40px 0 80px;
}

section.galleria h2 {
    margin-bottom: 30px;
}

#speakers h1,
#speakers h2,
#speakers h3,
#speakers p {
    color: #fafafa;
}

.relator {
    padding: 15px 0;
}

.modal-content {
    border-radius: 0;
}
@media(max-width:768px) {
    #services img {
        margin-bottom: 40px;
    }
}

section.special-section {
    position: relative;

    padding: 0 0 50px;
}

.special-left-control,
.special-right-control {
    text-align: center;
}

.ytb {
    position: relative;

    display: inline-block;
    overflow: hidden;

    cursor: pointer;
    transition: all 200ms ease-out;

    background-repeat: no-repeat;
    background-position: center;
}

.ytb .play {
    position: absolute;

    width: 100%;
    height: 100%;

    transition: all 0.2s ease-out;

    opacity: 0.8;
    background: url("../images/play.png") no-repeat center center;
    background-size: 64px 64px;
    filter: alpha(opacity=80);
}

.ytb .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.lSAction,
.lSNext,
.lSPrev {
    display: none !important;
    visibility: hidden !important;
}

.portfolio-item {
    position: relative;

    overflow: hidden;

    margin-bottom: 30px;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.portfolio-item:hover {
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .18);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .18);
}

.portfolio-item img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    padding: 10%;
}

.portfolio-item:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*responsive.css*/
@media(min-width:768px) and (max-width:991px) {
    .navbar-right li a {
        font-size: 20px;

        padding-right: 10px;
    }

    .social-icons ul li {
        margin-bottom: 10px;
    }

    .price {
        font-size: 24px;
        line-height: 30px;

        width: 100%;
        height: 110px;
    }

    .price span {
        font-size: 48px;

        margin-top: 27px;
    }

    .btn-signup {
        padding: 10px 20px;
    }
}
@media(min-width:768px) {
    #portfolio .col-sm-3 {
        width: 23%;
    }
}
@media(max-width:767px) {
    body {
        font-size: 22px;
    }

    #home-slider .caption h1 {
        font-size: 48px;
    }

    #home-slider .caption {
        font-size: 23px;

        padding: 0 30px;
    }

    .left-control,
    .right-control {
        font-size: 28px;
        line-height: 25px;

        width: 30px;
        height: 30px;
    }

    #home-slider:hover .right-control {
        right: 15px;
    }

    #home-slider:hover .left-control {
        left: 15px;
    }

    .caption .btn-start {
        font-size: 20px;

        padding: 10px 30px;
    }

    .navbar-toggle {
        border: 1px solid #fff;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-right li a {
        font-size: 21px;

        padding-top: 10px;
        padding-bottom: 8px;
    }

    section {
        padding: 45px 0;
    }

    .heading {
        font-size: 22px;

        padding-top: 70px;
        padding-bottom: 45px;
    }

    .heading h2 {
        font-size: 34px;
    }

    .service-info h3 {
        font-size: 28px;
    }

    .our-services .col-sm-4 {
        margin-bottom: 32px;
        padding-bottom: 20px;
    }

    .our-services .col-sm-4:nth-child(4),
    .our-services .col-sm-4:nth-child(5),
    .our-services .col-sm-4:nth-child(6) {
        padding-top: 0;
    }

    .service-icon {
        font-size: 38px;
        line-height: 62px;

        width: 65px;
        height: 65px;
    }

    .our-services .col-sm-4:hover .service-icon:before {
        width: 90px;
        height: 90px;
    }

    .about-info {
        margin-bottom: 50px;

        text-align: center;
    }

    .team-member {
        margin-bottom: 50px;
    }

    .blog-posts .col-sm-4,
    .pricing-table .col-sm-3,
    .team-members .col-sm-3 {
        float: left;

        width: 50%;
    }

    #portfolio .col-sm-3 {
        float: left;

        width: 47%;
    }

    .social-icons ul li a {
        font-size: 22px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }

    .count .col-xs-6 {
        margin-bottom: 35px;
    }

    #features {
        min-height: 330px;
    }

    #features i {
        font-size: 43px;
    }

    #features h3 {
        font-size: 33px;
    }

    .price span {
        font-size: 58px;

        margin-top: 25px;
    }

    .price {
        font-size: 26px;
        line-height: 35px;

        width: 130px;
        height: 110px;
    }

    .single-table ul {
        margin-top: 22px;
    }

    .single-table ul li {
        font-size: 22px;

        margin-top: 15px;
    }

    .btn-signup {
        font-size: 20px;

        margin-top: 25px;
        padding: 10px 35px;
    }

    .single-table {
        margin-bottom: 40px;
        padding: 20px;
    }

    #twitter {
        padding-bottom: 75px;
    }

    .twitter-left-control,
    .twitter-right-control {
        font-size: 40px;
        line-height: 23px;

        top: inherit;
        bottom: 30px;

        width: 25px;
        height: 25px;
    }

    .twitter-left-control {
        left: 5%;
    }

    .twitter-right-control {
        right: 5%;
    }

    #blog {
        overflow: hidden;
    }

    .entry-header h2 {
        line-height: 20px;
    }

    .blog-posts .col-sm-4 {
        margin-bottom: 35px;
    }

    .load-more {
        margin-top: 35px;
    }

    .btn-loadmore {
        font-size: 20px;

        padding: 15px 75px;
    }

    #contact-us .heading {
        padding-top: 35px;
    }

    .contact-info {
        padding-left: 0;
    }

    #footer .footer-bottom {
        text-align: center;
    }

    .footer-bottom p.pull-right {
        float: none!important;
    }
}
@media(max-width:479px) {
    #portfolio .col-sm-3,
    .blog-posts .col-sm-4,
    .pricing-table .col-sm-3,
    .team-members .col-sm-3 {
        float: none;

        width: 100%;
    }
}

/*preset3.css*/
#footer .footer-bottom,
#footer .footer-bottom a,
#home-slider .caption h1 span,
#single-portfolio .close-folio-item:hover,
#t-carousel .item span,
.contact-info ul li a:hover,
.single-table.featured .btn.btn-primary,
a {
    color: red;
}

.btn-submit:hover,
.btn.btn-primary:hover {
    background-color: red;
}

a:hover {
    color: red;
}

.btn-loadmore:hover,
.btn-submit,
.btn.btn-primary,
.caption .btn-start:hover,
.entry-header .date:after,
.folio-overview a:hover,
.left-control:hover,
.post-icon,
.progress-bar.progress-bar-primary,
.right-control:hover,
.service-icon,
.single-table.featured,
.t-left-control:hover,
.t-right-control:hover {
    background-color: red;
}

.btn-loadmore:hover {
    border: 1px solid red;
}

.t-left-control:hover,
.t-right-control:hover {
    color: #1da1f2;
    border-color: #1da1f2;
    background-color: #fff;
}

.f-left-control:hover,
.f-right-control:hover {
    color: #3b5998;
    border-color: #3b5998;
    background-color: #fff;
}

.y-left-control:hover,
.y-right-control:hover {
    color: #cd201f;
    border-color: #cd201f;
    background-color: #fff;
}

.caption .btn-start:hover,
.left-control:hover,
.right-control:hover {
    border-color: red;
}

.t-icon .fa-t:after {
    border-color: transparent;
}

.main-nav {
    background-color: #222;
}
@media (max-width:768px) {
    .main-nav {
        background-color: #333;
    }
}

footer#footer,
footer#footer .footer-bottom,
footer#footer .footer-bottom .container,
footer#footer .footer-bottom .container .row {
    border-top: 1px solid #222;
    background-color: #222;
}

footer#footer .footer-bottom .container .row a:active,
footer#footer .footer-bottom .container .row a:focus,
footer#footer .footer-bottom .container .row a:hover {
    color: #fff;
}

.stream {
    margin-top: 30px;
}

#streaming {
    width: 100%;
    height: 100%;
}

#streaming .modal-dialog {
    width: 95.7%;
    height: 90%;
}

#streaming .modal-content {
    width: 100%;
    height: 100%;

    border-radius: unset;
}

#streaming .modal-body {
    width: 100%;
    height: 100%;
}
@media(max-width:768px) {
    #streaming .col-md-2 img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #streaming .col-md-2 img {
        width: 70px;
        height: 70px;
    }
}

.navbar-toggle .icon-bar {
    border-radius: 0;
    background-color: #fff;
}
@media (min-width:768px) {
    section#portfolio .col-sm-3 {
        width: 23%;
    }
}

a[href='#anchor']:focus,
a[href='#anchor']:focus {
    color: #f00 !important;
}
@media (max-width:992px) {
    #services p {
        margin-bottom: 35px;
    }
}

.buttonfull.timeline-badge.big-button.map-badge {
    margin: 10px 0;
}

.form-control {
    color: #fff;
}

section#donazioni {
    padding: 30px 0;
}

@media (min-width: 768px) {
    section#donazioni .row {
        display: table;

        width: 100%;
    }

    section#donazioni .row .col-sm-6 {
        display: table-cell;
        vertical-align: middle;
    }
}

section#donazioni .row .col-sm-6 img {
    max-height: 200px;
}

#f .c-inner-fixed.animated,
#ytb .c-inner-fixed.animated,
#t .c-inner-fixed.animated {
    overflow-y: auto;
    width: calc(100% + 25px);
    height: 106px;
}

#t-carousel .carousel-inner {
    overflow-y: scroll;
    margin-left: 30px;
}

#f-carousel .carousel-inner {
    overflow-y: scroll;
    margin-left: 30px;
}

#y-carousel .c-inner-fixed {
    height: 224px;
    max-height:224px;
}

@media (min-width: 768px) and (max-width: 992px){
    .folio-info h3, p {
        margin-bottom: 0;
    }
    a.folio-read-more {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 37px;
    }
}

#portfolio .row .wow {
    padding-top: 50px;
}

#bottone-iscriviti {
    font-size: 22px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 10px;
    font-family: arial;
    background-color: #3366ff;
    color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 35px;
}

#bottone-iscriviti:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    -webkit-transition-property: 0;
    transition-property: 0;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background: #fff;
    border-radius: 10px;
}

#bottone-iscriviti:active,
#bottone-iscriviti:focus,
#bottone-iscriviti:hover {
    color: #000;
}

#bottone-iscriviti:hover:before {
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.inactive-speaker {
    padding: 20%;
}

.inactive-speaker h3 {
    font-size: 15px;
}

.inactive-speaker h4 {
    font-size: 12.5px;
}

.inactive-speaker i:before {
    font-size:12.5px
}

.inactive-speaker ul li a{
    width:25px;
    height:25px;
    line-height:25px;
}

.ratio16-9 {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;


}

.ratio16-9 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {

    .row-mappa {
        margin: 0;
    }
    .row-mappa > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

}

@media (max-width: 768px) {
    .row-mappa .col-sm-4 {
        margin: 20px;
    }
}

#bottone-paypal {
    width: 70%;
}

.vecchio-font {
    font-family: sans-serif;

}
/*Mail chimp*/
#mc_embed_signup {
	background: #ececec;
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
}
#mce-PRIVACY {
    display: inline !important;
    width: auto !important;
}
.btn-edition{
    margin-top: 50px;
    font-size: 26px;
}


.newsletter-form {

}

.newsletter-form .form-item {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
}

.newsletter-form .form-item-textfield input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}

.newsletter-form input[type=submit] {
    display: block;
    padding: 8px 20px;
    margin-bottom: 50px;
    text-indent: 2%;
    font-weight: bold;
    text-transform: uppercase;
}

