/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
    background-color: #020e18
}

body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: hidden;
}

h1 {
    margin-top: 0;
}

a,
a:focus {
    color: #c0c0c0;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
    color: #c0c0c0;
}

a:visited{
    text-decoration: none;
    color: #c0c0c0;
}

.tnt-text-white {
    color: #fff;
}


/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

.btn-light {
    border-radius: 300px;
    color: #000;
    background-color: #FFF;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #FFF;
    border-color: #FFF;
    background-color: #000;
}


/* Menu */

.tnt-navbar {
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
}

.tnt-navbar li a {
    display: block;
    text-decoration: none;
    color: #FFF !important;
}

.tnt-navbar li a.active {
    color: #c0c0c0 !important;
}

.tnt-navbar li a:hover {
    color: #c0c0c0 !important;
}

.tnt-navbar .navbar-toggle {
    color: #FFF;
    border-color: #FFF;
}

.tnt-navbar .navbar-toggle.collapsed {
    background-color: transparent !important;
}

.tnt-navbar .navbar-toggle:hover {
    background-color: #020e18
}

.tnt-nav-instagram {
    padding-left: 20px;
    padding-right: 0;
}

.tnt-nav-instagram a {
    width: 20px;
}

.tnt-nav-twitter a {
    width: 20px;
}


/* Home */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

#tnt-home-txt1,
#tnt-home-txt2,
#tnt-home-txt3 {
    display: none;
}


/* About me */

.about-me {
    width: 100%;
    height: 100%;
    background: url(../img/bg_02.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#tnt-about-me {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translate(-50%,-50%);
    border-radius: 30px;
    max-width: 500px;
}

.tnt-col-photo {
    position: relative;
    min-height: 250px;
}

.tnt-col-photo img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/* Misticanza */

.misticanza {
    width: 100%;
    height: 100%;
    background: url(../img/bg_03.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#tnt-misticanza {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translate(-50%,-50%);
    border-radius: 30px;
    max-width: 500px;
}

#tnt-misticanza h1 {
    margin-bottom: 20px;
}

.tnt-misticanza-block {
    margin-top: 0;
    margin-bottom: 30px;
}

.tnt-col-photo-misticanza img {
    width: 200px;
    height: auto;
    background-color: #FFF;
    border-color: #c0c0c0;
}

.tnt-misticanza-link {
    font-size: 18px;
}


/* Works */

.works {
    width: 100%;
    height: 100%;
    background: url(../img/bg_01.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#tnt-works {
    display: none;
    position: absolute;
    /* top: 0;
    left: 0; */
    /* padding-left: 50px;
    padding-right: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    height: 100%; */
    top: 50%;
    left: 50%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translate(-50%,-50%);
    border-radius: 30px;
}

#tnt-works h2 a {
    color: #fff;
    font-size: 20px;
}

#tnt-works li a {
    color: #fff;
    font-size: 15px;
}


/* Contacts */

.contacts {
    width: 100%;
    height: 100%;
    background: url(../img/bg_04.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#tnt-contacts {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translate(-50%,-50%);
    border-radius: 30px;
}

#tnt-contacts-link {
    font-weight: bold;
    color: #FFF;
}

#tnt-contacts-link:focus {
    color: #FFF;
    text-decoration: none;
}

.tnt-list-social {
    margin-top: 20px;
}

.tnt-social {
    color: #fff;
}


.tnt-social:hover,
.tnt-social:active,
.tnt-social:visited {
    color: #FFF;
}


/* Footer */

#to-top {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
}

.tnt-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.tnt-footer p {
    margin: 5px;
}

.tnt-footer a {
    color: #777;
}

.tnt-footer a:hover {
    color: #FFF;
    text-decoration: none;
}

.tnt-footer a:visited {
    color: #777;
    text-decoration: none;
}

.btn-bruco {
    background-color: transparent;
    color: #FFF !important;
    border: 1px solid #FFF;
    font-size: 20px;

}


/* Responsive */

@media screen and (max-width: 768px) {

    .navbar-collapse {
        background-color: #020e18
    }

    /* .tnt-navbar {
        border-bottom: 1px #FFF solid;
    } */

    #tnt-works{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
        padding-bottom: 70px;
        width: 100%;
        height: 100%;
        transform: none;
        border-radius: 0;
    }

    #tnt-about-me{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
        padding-bottom: 70px;
        width: 100%;
        height: 100%;
        transform: none;
        border-radius: 0;
    }

    .tnt-col-photo {
        height: auto;
    }
    
    .tnt-col-photo img {
        position: relative;
        text-align: center;
        top: 0;
        left: 0;
        transform: none;
    }

    #tnt-misticanza {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
        padding-bottom: 70px;
        width: 100%;
        height: 100%;
        transform: none;
        border-radius: 0;
    }

    .tnt-col-photo-misticanza {
        margin-top: 20px;
    }

   
    #tnt-contacts{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
        padding-bottom: 70px;
        width: 100%;
        height: 100%;
        transform: none;
        border-radius: 0;
    }

    .tnt-footer {
        position: relative;
        bottom: auto;
        left: auto;
    }

    #brucomorte {
        display: block;
    padding-top: 80px;
    height: auto;
    background: none;
    padding-bottom: 30px;
    }
}



/* Page 404 */
.tnt-404-back-home {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}

.tnt-404-back-home:hover {
    color: #FFF !important;
    text-decoration: underline !important;
}

.tnt-404-back-home:visited {
    color: #FFF !important;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#020e18; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	/*  background-image:url(../img/tnt_loader.gif); path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
  }
  
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  }
  .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg);
  }
  .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg);
  }
  .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); 
  }
  .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); 
  }
  .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; 
  }
  .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; 
  }
  .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; 
  }
  .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; 
  }
  .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; 
  }
  .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; 
  }
  .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; 
  }
  .sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
  }
  .sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
  }
  .sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
  }
  .sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
  }
  
  @-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
  }
  
  @keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; } 
  }