html, body {
    overflow-x: hidden;
    background: url(../img/sfondo.jpg) no-repeat center center fixed;
    background-size: cover;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: normal;
}

.img-centered {
    margin: 0 auto;
}

.opacity {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #bbaaaa;
}

.content-box {
    border: 1px solid #ffffff;
    padding: 30px;
}

.text-h1 {
    font-size: 65px;
    color: #ffffff;
    font-family: 'Didot';
    font-weight: 100;
}

.border {
    border-bottom: 1px solid #ffffff;
}

.text-h5 {
    font-size: 39px;
    color: #ffffff;
    font-family: 'Didot';
    letter-spacing: 6px;
    padding-bottom: 200px;
    font-weight: 100;
}

.division {
    background-image: url(../img/division.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.text-h3 {
    font-size: 50px;
    color: #ffffff;
    font-family: 'Didot';
    margin-bottom: 50px;
    letter-spacing: 4px;
    font-weight: 100;
}

.text-h4 {
    color: #ffffff;
    font-size: 35px;
    font-family: 'Didot';
    text-transform: none;
    margin-bottom: 20px;
    font-weight: 100;
    line-height: 1.5;
}

.text-h6 {
    color: #ffffff;
    font-size: 25px;
    text-transform: none;
    font-family: 'Didot';
    font-weight: 100;
    white-space: pre-line;
}

.text-h6 a {
    color: #ffffff;
    text-decoration: underline;
}

.text-h6 a:hover {
    color: #ffffff;
    text-decoration: none;
}

.site {
    color: #ffffff;
    font-size: 48px;
    text-transform: none;
    font-family: 'Didot';
    font-weight: 100;
    margin-top: 50px;
}

@media(max-width:767px) {

    header .container {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .division {
        background-image: none;
    }

    .division_mobile {
        border-bottom: 3px solid #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .text-h1 {
        font-size: 35px;
    }

    .text-h5 {
        font-size: 20px;
        padding-bottom: 50px;
    }

    .text-h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .text-h4 {
        font-size: 18px;
    }

    .text-h6 {
        font-size: 22px;
    }

    .site {
        font-size: 25px;
        margin-top: 20px;
    }
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .text-h3 {
        font-size: 35px;
    }

    .text-h4 {
        font-size: 28px;
    }
}

@media(min-width:992px) {

    .text-h3 {
        font-size: 50px;
    }

    .text-h4 {
        font-size: 35px;
    }

}

@media(min-width:1200px) {

}

.navbar-default, .navbar-inverse {
    border: 0;
}

.navbar {
    text-transform: uppercase;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

section {
    padding: 100px 0;
}

footer {
    color: #fff;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.errore {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #d60830;
    background-color: #ff9fa9;
    padding: 10px 0;
    border-radius: 5px;
    border: 1px solid #d60830;
    margin-top: 20px;
}