/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@font-face 
{
	font-family: 'Swis721 Ex BT';
	src: url('fonts/Swiss721BT-RomanExtended.eot');
	src: url('fonts/Swiss721BT-RomanExtended.eot?#iefix') format('embedded-opentype'),
		url('fonts/Swiss721BT-RomanExtended.woff') format('woff'),
		url('fonts/Swiss721BT-RomanExtended.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face 
{
	font-family: 'Swis721 Lt BT';
	src: url('fonts/Swiss721BT-Light.eot');
	src: url('fonts/Swiss721BT-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Swiss721BT-Light.woff') format('woff'),
		url('fonts/Swiss721BT-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face 
{
	font-family: 'Swis721 Ex Bl';
	src: url('fonts/Swiss721BT-BoldExtended.eot');
	src: url('fonts/Swiss721BT-BoldExtended.eot?#iefix') format('embedded-opentype'),
		url('fonts/Swiss721BT-BoldExtended.woff') format('woff'),
		url('fonts/Swiss721BT-BoldExtended.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,body
{
    
    font-family: 'Swis721 Lt BT';
    height: 100%;
    min-height: 100%
    
}
p
{
    font-size: 1rem;
    line-height: 30px;
    color: #666;
    text-align: justify;
    padding: 0
}
.padding-0
{
    padding: 0;
}

.row.full-width
{
    width: 100% !important;
    max-width: 100% !important;
    
}
.height-cpc
{
    height: 100%;
}
.color-666
{
    color: #666;
}
.color-white
{
    color: #fff;
}
.color-000
{
    color: #000;
}
#header-top
{
   position: fixed;
   width: 100%;
   z-index: 99999
}
#inner-header
{
    background-color: rgba(255,255,255,0.9);
    
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 40px
}
#row-top
{
    background-color: #000;
    width: 100%;
    position: relative;
    height: 5px;
}
#logo
{
    
}
#logo img
{
    width: 80%;
    margin: 20px 0; 
}
#button-menu
{
    
}
#container-row-button
{
    float: right;
    cursor: pointer
}
.row-button
{
    background-color: #000;
    width: 40px;
    height: 7px;
    margin-top: 5px;
    transition: all 300ms ease;
    
}
.row-button:first-child
{
    margin-top: 0;
}
#container-row-button:hover  .row-button
{
    background-color: #fff;
    transition: background-color 400ms ease;
    cursor: pointer
}
#container-nav
{
    width: 100vw;
    z-index: 999;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    bottom: -100vh;
    display: none
}
nav
{
    padding: 200px 0;
    position: relative;
    
}
ul
{
    margin: 0;
    padding: 0;
    text-align: center;
    margin: auto
}
nav li
{
    text-decoration: none;
    list-style: none;
    display: inline-block;
    color: #fff;
    
}
li a:link,li a:visited
{
    text-decoration: none;
    color: #f8f8f8;
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Swis721 Ex BT';
    padding-bottom: 10px;
    margin: 0 10px;
    font-size: 1rem
    
}
#button-close-menu
{
    padding: 10px 30px;
    color: #fff !important;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    bottom: 20px;
    text-align: center;
    font-family: 'Swis721 Ex BT';
    cursor: pointer;
    transition: color 300ms ease-out, background-color 300ms ease-out;
    
}
#button-close-menu:hover
{
    
/*    background-color: #fff;
    color: #000;
    transition: color 500ms ease-out, background-color 500ms ease-out*/
}
#main
{
   
    
    position: relative;
    min-height: 100vh;
    height: auto;
}
#jt
{
    width: 100%;
    height: 100vh;
    background-image: url(../structure/jt-mobile.jpg);
    background-size: cover;
    position: relative;
    background-attachment:fixed;
    z-index: 2;
    
}
#jt-cloth
{
    position: absolute;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: 9
        
}
#container-video
{
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden
}
video{
    min-width: 100vw;
    min-height: 100vh;
}
#container-logo-jt
{
    position: relative;
    z-index: 10
}
#jt img
{
    display: block;
    margin: auto;
    width: 80%
    
}
#jt h2
{
    text-align: center;
    font-family: 'Swis721 Ex BT';
    font-weight: bold;
    color: #fff;
    margin: 0;
    margin-top: 30px;
    font-size: 1.4rem
}

#azienda
{
    background-color: #f8f8f8;
}
#container-sections
{
    display: inline-block
}
section h2
{
   margin-bottom: 40px;
   font-size: 1.6rem;
}
#jt h2 span
{
     color: #fff
}
section
{
    padding: 60px 30px;
    position: relative;
    width: 100vw;
}
#portfolio
{
    padding: 60px 0px 0px 0px;
    background-color: #000;
    
}
#portfolio p
{
    margin-bottom: 80px;
    color: #fff
}
.container-box-progetto
{
    padding: 100px 20px 20px;
    background-size: cover;
    position: relative;
    cursor: pointer
} 
.container-caption-progetto
{
    position: relative;
    z-index: 99
}
.container-caption-progetto h3
{
    color: #fff;
    font-size: 1rem;
    font-family: 'Swis721 Ex Bt';
    line-height: 25px;
    margin-bottom: 0px;
}
.container-caption-progetto-h3-hover
{
    color: #fff;
    background-color: #000 !important;
}
.container-caption-progetto h4
{
    color: #fff;
    font-size: 1.1rem;
    font-family: 'Swis721 Ex BT';
    width: 100%;
    text-transform: uppercase
}
.cloth-progetto
{
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 9;
    cursor: pointer
}
#progetto-1
{
    background-image: url(../img/progetti/anteprime/ristorante-mary.jpg);
    background-size: cover
    
}
#progetto-2
{
    background-image: url(../img/progetti/anteprime/industrie-todi.jpg);
    background-size: cover
}
#progetto-3
{
    background-image: url(../img/progetti/anteprime/change-in-a-day.jpg);
    background-size: cover
}
#progetto-4
{
    background-image: url(../img/progetti/anteprime/hotel-spa.jpg);
    background-size: cover
}
#progetto-5
{
    background-image: url(../img/progetti/anteprime/abitazione-privata.jpg);
    background-size: cover
}
#progetto-6
{
    background-image: url(../img/progetti/anteprime/cattedrale-di-chiavenna.jpg);
    background-size: cover
}
#progetto-7
{
    background-image: url(../img/progetti/anteprime/istituto-canossiano.jpg);
    background-size: cover
}
#progetto-8
{
    background-image: url(../img/progetti/anteprime/uffici-web-asto.jpg);
    background-size: cover
}
#progetto-9
{
    background-image: url(../img/progetti/anteprime/supermarket-auxeree.jpg);
    background-size: cover
}
#progetto-10
{
    background-image: url(../img/progetti/anteprime/comune-padova-tennis.jpg);
    background-size: cover
}
#progetto-11
{
    background-image: url(../img/progetti/anteprime/chiesa-mesa.jpg);
    background-size: cover
}

#wrapper-progetti
{
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    z-index: 9999;
    overflow-y: scroll;
    padding: 0 20px;
    padding-bottom: 50px
}
.wrapper-progetto
{
    height: 100%;
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 200px;
    display: none
}
.container-progetto-dett
{
    padding-bottom: 100px
}
.container-progetto-dett h2
{
    
    font-family: 'Swis721 Ex Bl';
    font-size: 1.8rem;
    line-height: 30px;
    
}
.container-progetto-dett h3
{
    
    font-family: 'Swis721 Lt BT';
    font-size: 1.4rem;
    margin-bottom: 30px
}
.row-img-progetto
{
    margin-top: 30px;
}
.row-img-progetto img
{
    margin-bottom: 20px
}
#button-close-progetto
{
    background-color: #000;
    color: #fff;
    position: fixed;
    right: 0;
    bottom: -100%;
    font-size: 1.4rem;
    padding: 10px;
    font-family: 'Swis721 Ex Bl';
    width: 100%;
    text-align: center;
    
}
#button-close-progetto:hover
{
    
    color: #fff;
    
    
}
#servizi-progettazione
{
    
    background-color: #fff;
    
}
#partner
{
    
    background-color: #fff
}
#partner img
{
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 30px
}
#formule-finanziarie
{
    background-image: url(../structure/formule-finanziarie.jpg);
    background-size: cover;
}
#formule-finanziarie ul
{
    margin: 0;
    padding-left: 0;
}
#formule-finanziarie li
{
    list-style: circle;
    font-size: 1rem;
    margin-left: 0;
    margin-bottom: 10px;
    
    text-align: left
}
#jt2
{
    padding: 150px 30px 30px 30px;
    background-image: url(../structure/avanguardia4.jpg);
    background-size: cover;
    background-attachment: fixed
}
#jt2 h2
{
     font-family: 'Swis721 Ex Bt';
     font-size: 1.8rem;
     color: #fff;
     margin-bottom: 0;
     line-height: 35px;
}
#jt2 h3
{
     
     font-size: 1rem;
     color: #fff;
     margin-bottom: 0;
     margin-top: 10px;
     margin-left: 3px
}
#ambiente
{
    background-image: url(../structure/ambiente.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 40px;
}
#ambiente img
{
    margin-top: 60px
}
.image-ambiente
{
    padding: 180px 0;
    margin-top: 30px;
    position: relative
}
.cloth-ambiente
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
}
#volpe
{
    background-image: url(../structure/volpe.jpg);
    background-size: cover;
}
#ruscello
{
    background-image: url(../structure/ruscello.jpg);
    background-size: cover;
}
#foglia
{
    background-image: url(../structure/foglia.jpg);
    background-size: cover;
    background-attachment: fixed;
    display: none;
}
footer
{
    padding: 80px 20px;
    background-image: url(../structure/footer.jpg);
    position: relative;
    background-size: cover;
}
footer h5
{
    margin-top: 30px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold
}
footer p
{
    line-height: 25px;
    font-weight: bold;
    margin-top: 5px
}
#loading
{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 99999999
}
#loading-img
{
    position: absolute;
    bottom: 0;
    padding: 100px 0;
    width: 100%
    
}
#loading-img img
{
    width: 50px;
    position: relative;
    margin: auto;
    display: block
    
}
#loading-img p
{
    font-family: 'Swis721 Ex Bl';
    margin-top: 10px;
    margin-left: 15px
}
#global-wrapper
{
    display: none;
    height: 100%;
    width: 100%
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (min-width: 640px) 
{
    #inner-header
    {
        padding: 0 150px
    }
    #logo img
    {
        width: 60%;
        margin: 20px 0; 
    }
    #jt2
    {
        padding: 350px 150px 90px 150px;
    }
    #jt2 h2
    {
         
        font-size: 2.2rem;
        line-height: 35px;
        margin-bottom: 10px
    }
    #jt2 h3
    {
         
        font-size: 1.2rem;
        margin-top: 0px;
        font-family: 'Swis721 Lt BT';
    }
    .container-box-progetto
    {
        padding: 250px 20px 20px;
    }
    .image-ambiente
    {
        margin-top: 40px;
    }
    #partner img
    {
        
        width: 60%;
    }
    li a:link,li a:visited
    {
        font-size: 1.2rem

    }
    .container-box-progetto
    {
        padding: 200px 20px 20px;
    }
    
    
   
}

/* Large and up */
@media screen and (min-width: 1460px) 
{
  
    .row-button
    {
        
        width: 60px;
        height: 10px;
    
    }
     #jt h2
    {
        font-family: 'Swis721 Ex BT';
        font-size: 1.8rem;
    }
    #azienda
    {
        background-color: #f8f8f8;
    }
    section h2
    {
       margin-bottom: 40px;
       font-size: 2rem;
    }
    section
    {
        padding: 150px 0;
    }
    #portfolio
    {
        padding: 120px 0px 0px 0px;
    }
    #jt2
    {
        padding: 550px 150px 90px 150px;
    }
    .container-box-progetto
    {
/*        padding: 350px 70px 70px;*/
            padding: 280px 60px 50px;
    }
    .container-caption-progetto h3
    {
        width: 100%;
        font-size: 1.4rem;
        font-family: 'Swis721 Lt BT';
        line-height: 45px
        
    }
    .container-progetto-dett h2
    {

        font-size: 2.4rem;
        line-height: 30px;

    }
    .container-progetto-dett h3
    {

        font-size: 1.8rem;
        margin-bottom: 30px
    }
    #button-close-progetto
    {
        background-color: #000;
        color: #fff;
        position: absolute;
        right: 0;
        bottom: -100%;
        font-size: 1.4rem;
        padding: 90px 20px 20px;
        font-family: 'Swis721 Ex Bl';
        width: initial;
        cursor: pointer

    }
    .image-ambiente
    {
        margin-top: 80px;
    }
    #partner img
    {
        
        width: 100%;
    }
    nav
    {
        padding: 300px 0;

    }
    #ambiente
    {
        padding-bottom: 0;
    }
    #foglia
    {
        background-image: url(../structure/foglia.jpg);
        background-size: cover;
        background-attachment: fixed;
        display: block;
    }
}
/* XLarge and up */
@media screen and (min-width: 1820px) 
{
    
    #logo img
    {
        width: 40%;
    }
    p
    {
        font-size: 1.2rem;
        line-height: 35px;
    }
   
    #jt2
    {
        padding: 550px 250px 90px 250px;
    }
    #jt2 h2
    {
        font-family: 'Swis721 Ex BT';
        font-size: 2.8rem;
    }
    #jt2 h3
    {
         
        font-size: 1.4rem;
        margin-top: 0px;
        font-family: 'Swis721 Lt BT';
    }
    .container-box-progetto
    {
/*        padding: 450px 100px 80px;*/
        padding: 320px 70px 60px;
    }
    .container-caption-progetto h3
    {
        width: 100%
    }
    .container-caption-progetto h4
    {
        width: 100%;
    }
    #formule-finanziarie li
    {
        font-size: 1.2rem;
    }
    li a:link,li a:visited
    {
        font-size: 1.6rem

    }
    
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}