﻿.text-bold {
    font-weight: bold;
}
.main-logo-title {
    text-transform: none !important;
    /*color: #000000;*/
}
.navbar-transparent .main-logo-title, .main-logo-title .text-warning.text-bold {
    text-transform: none !important;
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #000;
}
.navbar-transparent .main-logo-title img { max-height: 40px }
.main-logo-title img { max-height: 30px }

.main-logo-title-top {
    font-size: medium !important
}

.bg-img-principal {
    background-image: url('../Images/header.jpg');
}

.index-page .page-header .category-absolute {
    position: absolute;
    top: 90vh !important;
    margin-top: -60px;
    padding: 0 15px;
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
}

.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}

.pick-class-label {
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
    padding: 23px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.offline-doc .page-header {
    display: flex;
    align-items: center;
}

.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
    text-transform: none;
}

.tim-row {
    padding-top: 60px;
}

    .tim-row h3 {
        margin-top: 0;
    }

.switch {
    margin-right: 20px;
}

#navbar-full .navbar {
    border-radius: 0 !important;
    margin-bottom: 15px;
    z-index: 2;
}

#menu-dropdown .navbar {
    border-radius: 3px;
}

#pagination-row .pagination-container {
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
}

#icons-row i.now-ui-icons {
    font-size: 30px;
}

.space {
    height: 130px;
    display: block;
}

.space-110 {
    height: 110px;
    display: block;
}

.space-50 {
    height: 50px;
    display: block;
}

.space-70 {
    height: 70px;
    display: block;
}

.navigation-example .img-src {
    background-attachment: scroll;
}

.navigation-example {
    background-position: center center;
    background-size: cover;
    margin-top: 0;
    min-height: 740px;
    height: 100%;
}

#notifications {
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    position: relative;
}

.tim-note {
    text-transform: capitalize;
}

#buttons .btn,
#javascriptComponents .btn {
    margin: 0 0px 10px;
}

.space-100 {
    height: 100px;
    display: block;
    width: 100%;
}

.be-social {
    padding-bottom: 20px;
    /*     border-bottom: 1px solid #aaa; */
    margin: 0 auto 40px;
}

.txt-white {
    color: #FFFFFF;
}

.txt-gray {
    color: #ddd !important;
}

.parallax {
    width: 100%;
    height: 570px;
    display: block;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo-container .logo {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    width: 50px;
    float: left;
}

.logo-container .brand {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 70px;
    height: 40px;
    text-align: left;
}

.logo-container .brand-material {
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}

.logo-container .logo img {
    width: 100%;
}

.navbar-small .logo-container .brand {
    color: #333333;
}

.fixed-section {
    top: 90px;
    max-height: 80vh;
    overflow: scroll;
    position: sticky;
}

    .fixed-section ul {
        padding: 0;
    }

        .fixed-section ul li {
            list-style: none;
        }

    .fixed-section li a {
        font-size: 14px;
        padding: 2px;
        display: block;
        color: #666666;
    }

        .fixed-section li a.active {
            color: #00bbff;
        }

    .fixed-section.float {
        position: fixed;
        top: 100px;
        width: 200px;
        margin-top: 0;
    }

.parallax .parallax-image {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

    .parallax .parallax-image img {
        width: 100%;
    }

@media (max-width: 768px) {
    .parallax .parallax-image {
        width: 100%;
        height: 640px;
        overflow: hidden;
    }

        .parallax .parallax-image img {
            height: 100%;
            width: auto;
        }
}

/*.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}*/

.social-buttons-demo .btn {
    margin-right: 5px;
    margin-bottom: 7px;
}

.img-container {
    width: 100%;
    overflow: hidden;
}

    .img-container img {
        width: 100%;
    }

.lightbox img {
    width: 100%;
}

.lightbox .modal-content {
    overflow: hidden;
}

.lightbox .modal-body {
    padding: 0;
}

@media screen and (min-width: 991px) {
    .lightbox .modal-dialog {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .fixed-section.affix {
        position: relative;
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .btn,
    .btn-morphing {
        margin-bottom: 10px;
    }

    .parallax .motto {
        top: 170px;
        margin-top: 0;
        font-size: 60px;
        width: 270px;
    }
}

/*       Loading dots  */

/*      transitions */

.presentation .front,
.presentation .front:after,
.presentation .front .btn,
.logo-container .logo,
.logo-container .brand {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#images h4 {
    margin-bottom: 30px;
}

#javascriptComponents {
    padding-bottom: 0;
}

/*      layer animation          */

.layers-container {
    display: block;
    margin-top: 50px;
    position: relative;
}

    .layers-container img {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        text-align: center;
    }

.animate {
    transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
    color: #FFFFFF;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.sharing-area {
    margin-top: 80px;
}

    .sharing-area .btn {
        margin: 15px 4px 0;
    }

.section-thin,
.section-notifications {
    padding: 0;
}

.section-navbars {
    padding-top: 0;
}

#navbar .navbar {
    margin-bottom: 20px;
}

#navbar .navbar-toggler,
#menu-dropdown .navbar-toggler {
    pointer-events: none;
}

.section-tabs {
    background: #EEEEEE;
}

.section-pagination {
    padding-bottom: 0;
}

.section-download {
    padding-top: 130px;
}

    .section-download .description {
        margin-bottom: 60px;
    }

    .section-download h4 {
        margin-bottom: 25px;
    }

.section-examples a {
    text-decoration: none;
}

    .section-examples a + a {
        margin-top: 30px;
    }

.section-examples h5 {
    margin-top: 30px;
}

.components-page .wrapper > .header,
.tutorial-page .wrapper > .header {
    height: 500px;
    padding-top: 128px;
    background-size: cover;
    background-position: center center;
}

.components-page .title,
.tutorial-page .title {
    color: #FFFFFF;
}

.brand .h1-seo {
    font-size: 2.8em;
    text-transform: uppercase;
    font-weight: 300;
}

.brand .n-logo {
    max-width: 100px;
    margin-bottom: 40px;
}

.invision-logo {
    max-width: 70px;
    top: -2px;
    position: relative;
}

.creative-tim-logo {
    max-width: 140px;
    top: -2px;
    position: relative;
}

.section-javascript .title {
    margin-bottom: 0;
}

.navbar .switch-background {
    display: block;
}

.navbar-transparent .switch-background {
    display: none;
}

.section-signup .col .btn {
    margin-top: 30px;
}

#buttons-row .btn {
    margin-bottom: 10px;
}

.section-basic {
    padding-top: 0;
}

.section-images {
    padding-bottom: 0;
}

@media screen and (max-width: 991px) {
    .section-navbars .navbar-collapse {
        display: none !important;
    }
}


/* -------------------------------------------------------
                     Language 
-------------------------------------------------------- */

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    margin-right: 2px;
}

.flag-icon:before {
    content: "\00a0";
}

.flag-icon-it {
    background-image: url('../Images/Flags/it.svg');
}

.flag-icon-us {
    background-image: url('../Images/Flags/us.svg');
}

.flag-icon-gb {
    background-image: url('../Images/Flags/gb.svg');
}

/* -------------------------------------------------------
                     Services 
-------------------------------------------------------- */
.bg-yellow {
    background: #fff8f0;
}
.service-box {
    padding: 35px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.service-box .icon i {
    color: #cb0001;
}

.icon-text h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px;
    position: relative;
    padding-bottom: 14px;
}
.icon-text h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #bcbcbc;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: calc(50% - 30px);
}
.icon-text p {
    line-height: 25px;
    font-weight: 300;
}

/* -------------------------------------------------------
                     Partners 
-------------------------------------------------------- */

.partner-img {
    opacity: 0.3;
    filter:grayscale(50%);
    height: 100%;
    max-height: 80px; 
    margin: 0 auto; 
    width: auto !important;
}
.partner-img:hover {
    opacity: 1;
    filter: none;  
}

/* -------------------------------------------------------
                     Contacts 
-------------------------------------------------------- */

.leaflet-control.leaflet-control-attribution {
    display: none;
}
.span-correct {
    max-width: 1px;
    background: transparent;
}

/* -------------------------------------------------------
                     To Top Button 
-------------------------------------------------------- */

.button-top {
    position: fixed;
    bottom: -200px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    background: #515A5F;
    z-index: 99999999;
    opacity: .5;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.button-top:hover {
    opacity: .8;
}

.button-show {
    bottom: 20px;
}

/* -------------------------------------------------------
                       CATCHPA 
-------------------------------------------------------- */

#mc-canvas {
    width: 220px; /* For best results, set width to between 210px and 240px */
    height: 154px; /* For best results, set height to between 140px and 170px */
    background: #fff -9999px -9999px no-repeat;
    background-image: url('../../Content/Images/Captcha.jpg') !important;
    border-radius: 3px;
    margin-top: 10px;
}

.caret {
    border: none;
}

/* Le forme */

#mc-canvas.triangle {
    background-position: 10px 10px;
}

#mc-canvas.x {
    background-position: -200px 10px;
}

#mc-canvas.rectangle {
    background-position: -400px 10px;
}

#mc-canvas.circle {
    background-position: -600px 10px;
}

#mc-canvas.check {
    background-position: 10px -150px;
}

#mc-canvas.caret {
    background-position: -200px -150px;
}

#mc-canvas.zigzag {
    background-position: -400px -150px;
}

#mc-canvas.arrow {
    background-position: -600px -150px;
}

#mc-canvas.leftbracket {
    background-position: 10px -300px;
}

#mc-canvas.rightbracket {
    background-position: -200px -300px;
}

#mc-canvas.v {
    background-position: -400px -300px;
}

#mc-canvas.delete {
    background-position: -600px -300px;
}

#mc-canvas.leftbrace {
    background-position: 10px -450px;
}

#mc-canvas.rightbrace {
    background-position: -200px -450px;
}

#mc-canvas.star {
    background-position: -400px -450px;
}

#mc-canvas.pigtail {
    background-position: -600px -450px;
}

/* Disable mouse-selection on the page (only while user is actively drawing on the canvas): */

.mc-noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mc-valid {
    box-shadow: 0 0 20px green;
}

.mc-invalid {
    box-shadow: 0 0 20px lightcoral;
}

.btn.disabled, .btn:disabled, .btn:disabled:hover {
    opacity: .65;
}

.error-msg-in-form {
    position: relative;
    top: -40px;
    right: -60px;
}

.parallax-window {
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-projects {
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(250, 0, 0, .5)), url('../Images/monviso.jpg');
}
.bg-img-contacts {
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(250, 0, 0, .5)), url('../Images/Torino.jpg');
}

.awd-fakeLink {
    color: #cb0001;
    cursor: pointer;
    font-weight: bold;
}

.modal-content .modal-footer button {
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
    margin: 0 auto;
}

.margin-minus {
    margin-top: -10px;
}
.modal-header { display: block;}