/*
 Theme Name: SeriousBond
 Theme URI: http://seriousbond.devbs.ninja/
 Description: Til mio portfolio personale
 Author: Matteo Bondatti
 Author URI: http://seriousbond.devbs.ninja/
 Version: 1.0
 License: GNU GENERAL PUBLIC LICENSE
 */
body, html{
  height:100%;
}
body{overflow:hidden;}
body{
  margin:0;
  padding:0;
  height: 200%;
  font-family: 'Roboto', sans-serif;
  background-attachment: fixed;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.perspective{
  -webkit-perspective: 600px;
  perspective: 600px;
  background-color:#151515;
  height:100%;
  position: fixed;
  top: 0;
  left:0;
  right:0;
  bottom:0;
}
::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 11px;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #ccc;
}

.perspective{
  -webkit-perspective: 600px;
  perspective: 600px;
  background-color:#151515;
  height:100vh!important;
}

.hide-sec, .hide-about{
  display:none;
}
.swiper-pagination-bullet {
    width: 11px!important;
    height: 11px!important;
    margin: 2px!important;
    border-radius: 50%!important;
}
.loghetto{
    position: absolute;
    top: 8px;
    left: 20px;
    cursor: pointer;
    border: none!important;
    z-index: 28;
    width: 47px;
    outline: none;
    border-radius: 50%;
    height: 47px;
    background-size: contain;
    background-position: center center;
    background-image: url('img/logo-header.svg')!important;
    background-repeat: no-repeat;
}

.barra-top{
    background-color: white;
    width: 100%;
    height: 65px;
    top: 0;
    position: fixed;
    z-index: 24;
}
.iframe-back{
    position: fixed;
    top: -100px;
    left: 50%;
    margin-left:-20px;
    cursor: pointer;
    z-index: 25;
    width: 41px;
    outline: none;
    height: 41px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition:all ease-in-out 1.2s;
    transition: all ease-in-out 1.2s;
    border-radius: 50%;
    border: 2px solid white;
    -webkit-transform:rotateZ(-90deg);
            transform:rotateZ(-90deg);
    background-image: url('img/top-b.svg');
}
.iframe-back.on{
  top: 10px;
  -webkit-transition:all ease-in-out 1.2s;
  transition: all ease-in-out 1.2s;
}
.preload-page{
  position:relative;
  z-index:13;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width:100%;
  background-color:#ffffff;
  height: 96vh!important;
  margin: 60px 0;
}


.preload-container a#discover {
  position: absolute;
  bottom:23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.menu-works, .single-work{
  margin: 0;
  padding: 0;
}

 /* ///// IFRAME PRELOAD ////// */

.barra-top-iframe{
  background-color: #434343!important;
}
.iframe-website-transition{
-webkit-transition:all ease-in-out .3s;
transition:all ease-in-out .3s;
  -webkit-animation: diobo 3s; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation:         diobo 3s; /* IE 10+, Fx 29+ */
}
#iframe-website{
  display:none;
  overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 60px;
    border: 0;
    background-color:rgba(20,20,20,1);

}
.iframe-preload{
  display:block!important;
  overflow: hidden;
    height: 100%;
    width: 100%;
    -webkit-transition:all ease-in-out .9s;
    transition:all ease-in-out .9s;
    top:-100%;
  position:fixed;
}
.iframe-preload-active{
  overflow: hidden;
  height:100vh;
  left:0;
  right:0;
  z-index:99999;
    width: 100%;

    -webkit-transition:all ease-in-out .3s;

    transition:all ease-in-out .3s;
  -webkit-animation: diobo 3.5s; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation:         diobo 3.5s; /* IE 10+, Fx 29+ */
}

/*@-webkit-keyframes diobo {
  0%   { display:block!important; top:0;}
  1%   { background-color:rgba(20,20,20,0);}
  15%  { background-color:rgba(20,20,20,1); }
  75%  {background-color:rgba(20,20,20,1); }
  95% {background-color:rgba(20,20,20,0);top:0;}
  99% { display:block!important; }
  100% { display:none!important;top:-100%; }
}*/
@keyframes diobo {
  0%   { display:block!important; top:0;}
  1%   { background-color:rgba(20,20,20,0);}
  15%  { background-color:rgba(20,20,20,1); }
  75%  {background-color:rgba(20,20,20,1); }
  95% {background-color:rgba(20,20,20,0);top:0;}
  99% { display:block!important; }
  100% { display:none!important;top:-100%; }
}

 /* ///// MENU ////// */

.a2a_kit.a2a_kit_size_32.a2a_default_style {
    margin-top: 25px;
}

 .share.on-icon, .loghetto.on-icon{
  background-color:black;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.share:before, .loghetto:before{
  content: '';
    position: absolute;
    display: inline-block;
    opacity: 0;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-image: url('http://uixmatter.ninja/wp-content/themes/SeriousBond/img/ics.svg');
    background-position: 14px 10px;
    background-size: 19px 27px;
    background-repeat: no-repeat;
    background-color: black;
    color: white;
    -webkit-transition:all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.on-icon.share:before, .on-icon.loghetto:before{
  opacity:1!important;
  -webkit-transition:all ease-in-out .3s;
  transition:all ease-in-out .3s;
}
.on-icon{
  -webkit-transform:rotateY(-180deg);
  -moz-transform:rotateY(-180deg);
  -o-transform:rotateY(-180deg);
  -webkit-transition:all ease-in-out 1.7s;
  transition:all ease-in-out 1.7s;
}

.hide-el{
  -webkit-transform:translateY(-60px)!important;
          transform:translateY(-60px)!important;
  -webkit-transition:all .4s cubic-bezier(.79,-0.38,.55,1.02)!important;
  transition:all .4s cubic-bezier(.79,-0.38,.55,1.02)!important;
}


.share {
    position: absolute;
    top: 8px;
    right: 20px;
    cursor: pointer;
    border: none!important;
    z-index: 24;
    width:47px;
    outline: none;
    border-radius: 50%;
    height: 47px;
    background-size: contain;
    background-position: center center;
    background-image: url('img/share-matter.svg')!important;
    background-repeat: no-repeat;
}
#share .share-input{
    width: 320px;
    border: 2px solid #d7d7d7;
    text-align: center;
    padding: 15px 10px;
    font-size: 15px;
}
#share h1{
  font-weight: 900;
  margin-bottom: 0;
}

#mycv h5{
  font-size: 1.7em;
  font-weight:900;
  margin:0;
}

#mycv h6{
    margin: 0;
    font-size: 15px;
    color: gray;
    padding-top: 5px;
    padding-bottom: 20px;
}
#mycv p{
    text-align: center;
    padding: 4px 18px 20px 18px;
    margin: 0;
}
#mycv h3{
    margin: 0;
    color: #b1b1b1;
    font-weight: 900;
}
#mycv .swiper-slide{
    text-align: center;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
        flex-direction: column;
}
#mycv{
  margin:0!important;
  top:50vh;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
          transform:translateY(-50%);
}
#mycv p span{
  font-weight:900;
}
#mycv .dim1{
  font-weight:400;
}
#mycv .dim2{
  font-weight:500;
}
.single-work li{
  padding-top: 20px;

}
.school{
  padding:0!important;
}
.menu-works li, .anim, .preload-container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  /*height:100vh!important;*/
  width:100%;
  overflow: hidden;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
}



.preload-container{
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
      -ms-flex-direction: column!important;
          flex-direction: column!important;
  overflow: hidden;
}

.preload-container h6{
    margin: 0;
    padding-top: 1px;
    font-weight: 400;
    font-size: 25px;
    color: #b9b9b9;
}

.pre-logo{
    width: 166px;
    margin-top: -11vh;
}
.preload-container h2 {
    font-size: 52px;
    margin: 0;
    padding-top: 0;
    margin-top: 15px;
}
.preload-container h2 span {
    font-weight: 100;
}

.pozzanghere{
  background-color:white;
}

.emanuele{
  background-color:#FF6257!important;
  background-image:url('img/pat-ema.svg')!important;
  background-size:380px!important;
}

.imago{
  background-color:#232323!important;
}

.ziqqurat{
  background-color:#ffffff;
}

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

  #share .share-input {
      width: 250px;
  }
  .el-rotate-share {
    width: 300px;
    height: 300px;
  }
  #mycv h3 {
    font-size: 15px;
  }
  #mycv p {
    font-size: 13px;
  }
}
/*PAGINAZIONE VERTICALE*/

.swiper-pagination {
    position: fixed!important;
}

.swiper-pagination-bullet-active {
    position: relative;
    background: #555555!important;
    border: 1px solid white;
    right: 1px!important;
}



/*PAGINAZIONE ORIZZONTALE*/

.swiper-pagination-o {
    bottom: 37px!important;
    left: 50%!important;
    position: fixed!important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 148px!important;
    height: 23px;
    z-index: 99;
    text-align: center;
}

.swiper-pagination-o  .swiper-pagination-bullet-active {
    background: #555555!important;
    border: 1px solid white;
}

.swiper-pagination-o .swiper-pagination-bullet{
  border-radius:0!important;
  margin: 2px!important;
  border-radius: 50%!important;
}


#container{
  width: 100%;
  height: 50%;
  position:relative;
}

/* //////MENU////// */



nav{
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* align items in Cross Axis */
    -ms-flex-line-pack: center;
        align-content: center; /* Extra space in Cross Axis */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center;
    align-content: center;
}


.share-tab{
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    width: 100%;
    z-index: 20;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* align items in Cross Axis */
    -ms-flex-line-pack: center;
        align-content: center; /* Extra space in Cross Axis */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center;
    align-content: center;

    right:-100vw;
}

.el-rotate-share{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* align items in Cross Axis */
    -ms-flex-line-pack: center;
        align-content: center; 
    
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center;
    align-content: center;

    width: 420px;
    height: 420px;
    right: -50vw;
    background-color: white;
    border-radius: 50%;
    margin: 0 !important;
    top: 50vh;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    }

@media only screen and (max-width: 750px) {
  .el-rotate-share {
    width: 80vw;
    height: 80vw;
    right:10vw;
  }
  #mycv{
    width: 80vw;
    height: 80vw;
    right:10vw;    
  }
}

.cv-tab{
    position: fixed;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 20;
    left:-100vw;
}


.el-rotate{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* align items in Cross Axis */
    -ms-flex-line-pack: center;
        align-content: center; 
    
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center;
    align-content: center;

    width: 420px;
    height: 420px;
    left: -50vw;
    background-color: white;
    border-radius: 50%;
}
    
nav ul{
  margin-top: -60px;
  width:100%;
  padding-left: 0;
  text-align:center;
}

nav ul li{
  display: inline-block;
  color: black;
  font-weight: 300;
  font-size: 39px;
  width: 100%;
  margin-bottom: 50px;
}


.myli a{
  color: #c3c3c3;
  text-decoration: none;
  padding-bottom: 5px;
  font-weight: bold;
  text-transform:uppercase;
  border-bottom: 1px solid #d2d2d2;
  transition:all .5s ease-in-out;
 }

.myli a:hover{
  color:black;
  border-color:black;
  transition:all .5s ease-in-out;
}

 
/* ///////// FIX MENU WORKS /////////

 .folder-works{
  width:88px;
  height:47px;
  position:fixed;
  bottom:23px;
  z-index: 14;
  right:30px;
  border:1px solid white;
  overflow:hidden;
  transition: all .4s ease-in;
 }
 
  .folder-works div{
    margin-left: 18px;
    margin-top: 14px;
    color: white;
    font-size: 14px;
    font-weight: 100;
  -webkit-transition: all .4s cubic-bezier(.38,1.02,.73,1.1);
  -moz-transition: all .4s cubic-bezier(.38,1.02,.73,1.1);
  transition: all .4s cubic-bezier(.38,1.02,.73,1.1);
  }
 
 .folder-works span{
  display:none;
  position:absolute;
  right:10px;
  color:white;
 }

.fix-menu-works{
  position:fixed!important;
  height: 46%;
  width: 100%!important;
  padding: 30px 20px 0px 30px!important;
  right: 0;
  left: 0;
  bottom:-50%;
  z-index: 13;
  background-color: #ffffff!important;
  -webkit-transition: all .4s cubic-bezier(.38,1.02,.73,1.1);
  -moz-transition: all .4s cubic-bezier(.38,1.02,.73,1.1);
  transition: all .4s cubic-bezier(.38,1.02,.73,1.1);

}

.fix-menu-works li{
  list-style:none;
}
.fix-menu-works li img {

}
.spingi{
    bottom:-5%!important;
}
.spingi-button{
  width:55px;
}
.spingi-button span{
  display:block!important;
  transition: all .1s ease-in;
}
.spingi-button div{
  display:none!important;
}
.spingi-button img{
    margin-top: 8px;
}

 */

/* ////// MENU LAVORI  ////// 

#work-nav.swiper-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}
#work-nav .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
*/
/* ///////// MENU TOGGLE ///////// */

.menu-toggle {
    width: 34px;
    height: 27px;
    position: fixed;
    top: 19px;
    cursor: pointer;
    left: 50%;
    margin-left: -13px;
    z-index: 25;
}

.menu-toggle.on .one {
  background: #000000;
  -webkit-transform: rotate(45deg) translate(3px, 4px);
  transform: rotate(45deg) translate(3px, 4px);
}

.menu-toggle.on .two {
  opacity: 0;
}

.menu-toggle.on .three {
  background: #000000;
  -webkit-transform: rotate(-45deg) translate(5px, -8px);
  transform: rotate(-45deg) translate(5px, -8px);
}

.one, .two, .three {
    width: 100%;
    height: 2px;
    background: #000000;
    margin: 5px auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* ////// HOMEPAGE ////// */

.home-works.swiper-container {
    width: 100%;
    height: 100vh;
    background-color:white;
    }
.home-works .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
.logoinhome{
  margin-top: -70px;
}

/* ////// ARCHIVE WORKS ////// */

#archive-works {
    background-color: white;
    height: 100vh;
}

.arc-link .archive-img{
    height: 30vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100%;
    margin: 0;
    top: 34px;
    opacity: .7;
    /*position: absolute;*/
  -webkit-transition:all ease-in-out .4s;
  transition:all ease-in-out .4s;
}
.arc-link:hover .archive-img{
  opacity:1;
  -webkit-transition:all ease-in-out .2s;
  transition:all ease-in-out .2s;
}
.archive-txt{
    height: 39vh;
    width: 100%;
    margin: 0;
    /*bottom: 0;*/
    position: absolute;
}
.archive-txt .arc-desc p{
    padding: 0 4vw!important;
    line-height: 1.6em;
    font-weight: 300;
    text-decoration: none;
    color: black;
}
.arc-link .archive-txt h2{
    text-decoration: none;
    color: #c3c3c3;
    font-weight: 100;
    font-size: 3em;
    -webkit-transition:all ease-in-out .4s;
    transition:all ease-in-out .4s;
    margin-bottom: 0;
}

.arc-link:hover .archive-txt h2{ 
    color: black;
    -webkit-transition:all ease-in-out .2s;
    transition:all ease-in-out .2s;
}

.arc-link{
  display: inline-block;
  height: 66%;
  margin-top: 18vh;
  width: 100%;
}

.arc-link .arc-discover{
  display: inline-block;
  height: 60px;
  width: 60px;
  margin-top: 3vh;
  background-size: 61px;
  background-position: 1px 1px;
  background-repeat: repeat-x;
  border-radius: 50%;
  background-color: rgb(195, 195, 195);
  background-image:url('img/arr-dx.svg');
  -webkit-transition:all ease-in-out .4s;
  transition:all ease-in-out .4s;
}

.arc-link:hover .arc-discover{
  background-position:62px 1px;
  -webkit-transition:all ease-in-out .2s;
  transition:all ease-in-out .2s;
    background-color: black;
}
@media only screen and (max-width: 1370px) {

    .arc-link .archive-txt h2{
    text-decoration: none;
    color: #c3c3c3;
    font-weight: 100;
    font-size: 2em;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition:all ease-in-out .4s;
    transition: all ease-in-out .4s;
    }
    .archive-txt .arc-desc p {
    font-size: 15px;
    }
    .arc-link .arc-discover {
    height: 50px;
    width: 50px;
    margin-top: 10px;
    background-size: contain;
    background-position: 50px 1px!important;
    }
    .arc-link:hover .arc-discover{
      background-position: 101px 1px!important;
    }

}

@media only screen and (max-width: 350px) {
  .arc-link .arc-discover {
    height: 35px;
    width: 35px;
    margin-top: -2px;
    background-size: contain;
    background-position: 70px 0px!important;
  }
  .arc-link:hover .arc-discover{
    background-position: 30px 0px!important;
  }
  .archive-txt .arc-desc p {
    font-size: 13px;
  }
}

#archive-works.swiper-container {
  width: 100%;
    height: 96vh!important;
    margin-top: 60px;
    background-color:white;
    }

#archive-works .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }

/* //////SINGLE WORKS////// */


/* ////// intro works ////// */
#subcontainer{
    height: 100%;
    width: 100%;
}

.intro-works{
  background-color: #252525;;
  position:relative;
  z-index:11;
    height: 50%;
    width: 100%;
  background-color: #231f20;
}

.intro-works>div>h2{
    display: inline-block;
    width: 100%;
    position: fixed;
    color: white;
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    top: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.browser-mockup {
  border-top: 2em solid rgb(234, 234, 234);
  box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.6);
  position: relative;
  border-radius: 3px 3px 0 0;
  width: 65vw;
  /*width: 65%;
  width: 74vw;*/
}
@media only screen and (max-width: 1600px) {
  .browser-mockup {
    width: 65vw;
  }
}
@media only screen and (max-width: 1300px) {
  .browser-mockup {
    width: 75vw;
  }
}
@media only screen and (max-width: 750px) {
  .browser-mockup {
    width: 95vw;
  }
}



.browser-mockup:before {
  display: block;
  position: absolute;
  content: '';
  top: -1.25em;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 1px #f44, 1.3em 0 0 1px #9b3, 2.6em 0 0 1px #fb5;
}
    
.browser-mockup.with-tab:after {
  display: block;
  position: absolute;
  content: '';
  top: -2em;
  left: 5.5em;
  width: 20%;
  height: 0em;
  border-bottom: 2em solid white;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
}

.browser-mockup.with-url:after {
  display: block;
  position: absolute;
  content: 'url sito selezionato';
  text-align: left;
  top: -2.63em;
  left: 8.5em;
  width: calc(100% - 10.5em);
  height: 1.2em;
  border-radius: 2px;
  background-color: #fff;
  font-size: .8em;
  padding: 5px 3px 5px 7px;
}

.browser-mockup img{
  width:100%;
}

.browser-mockup > * {
  display: block;
}

.intro-works .swiper-wrapper{
  padding:0;
}

.intro-button-cont{
    z-index: 4;
}

.intro-button{
  display:block;
}

.single-button{
-webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    height: 70px;
    margin-left: 50%;
    position: absolute;
    bottom: 0;
    width: 65vw;
  z-index: 2;
    text-align: center;
}

@media only screen and (max-width: 1600px) {
  .single-button {
    width: 65vw;
  }
}
@media only screen and (max-width: 1300px) {
  .single-button {
    width: 75vw;
  }
}
@media only screen and (max-width: 750px) {
  .single-button {
    width: 95vw;
  }
}


/*.show-website{
    color: white;
    border: 1px solid white;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
}*/
.show-website{
    position: absolute;
    color: white;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    font-size: 13px;    
    bottom: 30px;
    margin-left: -81px;
    font-weight: 300;
    letter-spacing: 1px;    
    right:auto!important;
}



@media only screen and (max-width: 750px) {
  .show-website {
    bottom: 50px;
    margin-left: -81px;
  }
  .show-website.t-right{
    right:auto!important;
  }
}

a#discover span, a#mylink span{
    margin-right: 11px;
    height: 30px;
    display: inline-block;
    padding-top: 15px;
    font-size: 10px;
}

a#discover i{
    background-image: url('img/basic_download-b.svg');
    display: inline-block;
    height: 34px;
    margin-bottom: -16px;
    width: 33px;
    background-size: contain;
    background-repeat: no-repeat;
}

.single-his-back{
  height: 40px;
  width: 40px;
  position: fixed;
  top: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  z-index: 30;
  right: 77px;
  background-image: url(img/top-b.svg);
  background-size: 31px;
  filter: invert(100);
  background-position: 4px 3px;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
}

.single-his-back:hover{
  -webkit-transition:all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-position: 4px -27px;
}

.single-his-back.move{
  opacity:.5!important;
  border: 2px solid black!important;
  background-image: url('img/top.svg')!important;
}

.single-his-back.move:hover{
  opacity:1!important;
  -webkit-transition:all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
  background-position:3px -51px!important;

}

.single-back-top.move{
  right: 29px!important;
}

 .single-back-top{
    height: 37px;
    width: 37px;
    position: fixed;
    bottom: 21px;
    border-radius: 50%;
    border: 2px solid black;
    z-index: 10;
    right: -50px;
    background-image: url(img/top.svg);
    background-size: 36px;
    background-position: 0px 0px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: .5;
 }
 .single-back-top:hover{
    opacity:1;
    background-color:#ffffff;
    -webkit-transition:all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-position: 0px -36px;
}
#hp-scroll-cont{
    position: absolute;
    top: -65px;
}
#pre-scroll{
  position: absolute;
  text-decoration: none;
  font-size: 13px;
  bottom: 66px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
a#pre-scroll span{
  height: 30px;
  display: block;
  margin-top: -20px;
  text-align: center;
  color: gray;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 17px;
}

a#pre-scroll i{
  background-image: url(img/scroll-icon.svg);
  display: block;
  height: 20px;
  position: relative;
  left: 50%;
  opacity: 0.4;
  margin-top: 9px;
  margin-left: -10px;
  width: 18px;
  background-size: contain;
  text-align: center;
  background-repeat: no-repeat;
}

a#back-top i{
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom:-8px!important;
}

a#back-top {
    position: fixed;
    left: 50%;
    top: 29px;
    z-index: 10;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

a#mylink i{
  background-image: url('img/basic_webpage_multiple.svg');
  display: inline-block;
  height: 34px;
  margin-bottom: -13px;
  width: 33px;
  background-size: contain;
  background-repeat: no-repeat;
}

#subcontainer .swiper-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}

#subcontainer .swiper-slide {
  text-align: center;
  font-size: 18px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ////// discover lavori ////// */

.slide-titolo{
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 4em;
    text-align: center;
}

.myoverlay:after{
  content:'';
  position:absolute;
  right:0;
  left:0;
  top:0px;
  bottom:0;
  background-color:rgba(28, 23, 23, 0.5);
  z-index: 0;
}

.slide-subtitolo{
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
    font-weight: 300;
    line-height: 30px;
}

.slide-titolo-center{
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
    font-size: 45px;
}
@media only screen and (max-width: 1250px) {
  .slide-titolo{
  font-size: 3em;
  }
}
/* ////// LISTA INLINE ////// */

.howork{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
        justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          width:100%;
}

.howork>div{
 -ms-flex-preferred-size: 50%;
 flex-basis: 40%;
  margin: 0 5%;
}

.howork img{
    float: left;
    width: 65px;
    margin-right: 15px;
    margin-top: 20px;
}

.howork h2{
    color: white;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.howork p {
    margin-top: 5px;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.6em;
    padding-left: 79px;
}

.develop-list img{
      width: 110px;
      float: none!important;
    margin-right: auto!important; 
    margin-bottom: auto!important; 
   margin-top: auto!important;
}

@media only screen and (max-width: 1500px) {
  .slide-titolo-center {
      margin-bottom: 8px!important;
      font-size: 45px!important;
  }
  .howork img {
      width: 45px!important;
      margin-right: 15px!important;
      margin-bottom: 45px!important;
      margin-top: 20px!important;
  }
  .howork p {
    font-weight: 400;
    font-size: .85em;
  }
}
/* ////// AFFIANCATI ////// */

.affiancati{
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
        flex-direction: row!important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.affiancati img{
  width: 50%
}
.testo-left-only{
  position:absolute;
  display:inline-block;
  left:2%;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.testo-left, .img-right{
  margin: 0 2%!important;
  width: 35%;
}
.testo-left h1{
    color: black;
    font-size: 4em;
    line-height: 1.2em;
    font-weight: 300;
    margin-bottom: 10px;
}
.testo-left p{
  color:black;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 300;
  margin-top: 0;
}

.testo-center{
  margin: 0 2%!important;
  width: 60%;
  z-index: 1;
}
.testo-center h1{
  color:black;
  font-size: 2vw;
  font-weight: 300;
}
/* ////// FOTO ////// */

.full-screen{
  width:100%;
}


/* ////// VIDEO EMBED ////// */

/*#slide-video, video{
  transition:all ease-in-out .3s;
}
#slide-video{
  padding-top: 30px;
}*/
video{
width:100%;
}

.myvideocont{
width:50vw;
}

.video-pause{
background-image:url('img/video-pause.svg');
height: 50px;
width: 50px;
background-size: contain;
background-color: transparent;
border: none;
margin-left: 15px;
outline: none;
}
.video-play{
background-image:url('img/video-play.svg');
height: 50px;
width: 50px;
background-size: contain;
background-color: transparent;
border: none;
outline: none;
}
.video-large{
background-image:url('img/video-large.svg');
height: 50px;
width: 50px;
background-size: contain;
background-color: transparent;
border: none;
float:right;
outline: none;
}
.video-small{
background-image:url('img/video-small.svg');
height: 50px;
width: 50px;
background-size: contain;
background-color: transparent;
border: none;
float:right;
outline: none;
margin-right: 20px;
}
.video-volume{
float:right;
margin-right: 33px;
margin-top: 13px;
outline: none;
}
.video-menu {
/*width: 800px;*/
padding-left:0;
outline: none;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100px;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #444444;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: black;
  border:1px solid black;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #3c3c3b;
}
input[type=range]::-moz-range-track {
  width: 100px;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #444444;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: black;
  border:1px solid black;
  cursor: pointer;
  -moz-appearance: none;
  margin-top: -8px;
}
input[type=range]::-ms-track {
  width: 100px;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #444444;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-ms-fill-lower {
  background: #444444;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #444444;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: black;
  border:2px solid black;
  cursor: pointer;
  -moz-appearance: none;
  margin-top: -10px;
}
input[type=range]:focus::-ms-fill-lower {
   background: #000000;
}
input[type=range]:focus::-ms-fill-upper {
   background: #000000;
}

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

  .video-menu {
      /*width: 600px;*/
  }
  .video-small, .video-large, .video-play, .video-pause{
    height: 35px;
    width: 35px;
  }
  .video-volume{
    margin-top: 4px;
  }    
}
/* ////// NESTED ////// */

.swiper-container-nest{
    height: 100%;
    position:initial!important;
}

.swiper-container-nest .swiper-slide{
  width: 60vw!important;
  margin-top:14vh;
    height: 70vh;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-167%);
            transform: translateX(-167%);
}

.pagin-nest{
    display: inline-block;
    position: absolute;
    bottom: 85px;
    width: 500px;
    left: 50%;
    height: 28px;
    margin-left: -250px;
}

.prova {
display: inline-block;
    position: absolute;
    left: 50%;
    width: 380px;
    text-align: center;
    margin-left: -190px;
    bottom: 90px;
    height: 26px;
    font-size: 23px;
    font-weight: 300;
    z-index: 2;
}

#container .swiper-button-prev, #container .swiper-button-next {
    border: 1px solid black;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: transparent;
}



/* ////// CLASSI GENERALI ////// */


.show{display:inline-block!important;}
.oriz-list{
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
      -ms-flex-direction: row!important;
          flex-direction: row!important;
}

.oriz-list span{
  display: inline-block!important;
  margin: 40px;
  text-align: center;
}

.vert-list{
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
      -ms-flex-direction: column!important;
          flex-direction: column!important;
}
.bg-text{
 background-image:url('img/bgrev.jpg')!important;
}
.bg-celeste{
    background-color: #4F94CF;
}
.bg-grigio{
    background-color: #4F4F4F;
    color:white;
}
.bg-bianco{
    background-color: #ffffff;
}
.bg-single-room{
 /*  background-image:url('slide-room-single.jpg')!important; */
  background-size:cover;
}
.t-right{
  text-align: right;
  float: right;
}
.t-left{
  text-align: left;
  float: left;
}
.medium-img{
  background-size: cover;
}
.medium-img img{
  height: 25%;
}

/* ////// RESOURCES ////// */


.res-block{
  height:100vh;
  position:relative;
  width:100%;
  clear:both;
}
#res.swiper-container, #res2.swiper-container {
  width: 80%;
  height: 483px;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
#res .swiper-slide, #res2 .swiper-slide  {
  text-align: center;
  font-size: 18px;
  background: #fff;
  text-decoration: none;
  height: 200px;    
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.res-scroll-t{
    display: inline-block;
    width: 215px;
    height: 50px;
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition:all ease-in-out .4s;
    transition:all ease-in-out .4s;
    opacity: .4;
 }
.res-scroll-t:hover{
  opacity:1;
  -webkit-transition:all ease-in-out .2s;
  transition:all ease-in-out .2s;
}
.res-scroll-d{
    display: inline-block;
    width: 245px;
    height: 50px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition:all ease-in-out .4s;
    transition:all ease-in-out .4s;
    opacity: .4;
 }
.res-scroll-d:hover{
  opacity:1;
  -webkit-transition:all ease-in-out .2s;
  transition:all ease-in-out .2s;
}
.res-scroll-d h1{
  color: black;
  text-align:right;
}
.res-scroll-d img{
-webkit-transform:rotateZ(-180deg) translateY(-9px);
        transform:rotateZ(-180deg) translateY(-9px);;
}
.res-scroll-t img{
float:right;
-webkit-transform: translateY(2px);
        transform: translateY(2px);
}
.res-scroll-t h1 {
color: black;
text-align:left;
}
.res-title{
position: absolute;
    top: 50%;
    line-height: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-weight: 300;
}
.res-title span{
  font-weight: 700;
}
#res h2{
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
}
#res p{
  color:white;
  padding: 0 13px;
}
.swiper-button-prev, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px!important;
    width: 43px!important;
    background-size: contain!important;
    background-image: url('img/top-b.svg')!important;
    background-color: black;
    border-radius: 50%;
}
.swiper-button-next {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
}
.swiper-button-prev {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
}




/*//////// MENU PROVA ///////*/


.o-hidden{
  overflow:hidden;
}

.anim{
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  background-color:white;
}

.anim{width:100%;height:100vh; background-size: cover;margin-top:60px!important;}

.vedimi {
    visibility: visible;
    z-index: 12;
    opacity:1;
    -webkit-transition:1s ease-in-out;
    transition:1s ease-in-out;
}

.miomenu {
    position: fixed;
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
    z-index: 20;
    width: 90%;
    left: 5%;
    height: 80vh;
    background-color: white;
    /*-webkit-box-shadow: -3px -77px 149px -29px  rgba(0,0,0,0.68);
    -moz-box-shadow: -3px -77px 149px -29px  rgba(0,0,0,0.68);
    box-shadow: -3px -77px 149px -29px rgba(0,0,0,0.68);*/
}

/*//////// ABOUT ///////*/

.wpcf7-form{
    width: 350px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.wpcf7-form:last-child{
    text-align:center;
}
.wpcf7-form label{
    color:white;
}

.wpcf7-submit{
    background-color: transparent;
    box-shadow: none;
    border: 2px solid white;
    padding: 10px 45px;
    color: white;
    margin-top: 15px;
}
#mycaptcha {
    margin-left: 28px;
    margin-top: -20px;
}
.your-name input, .your-email input, .your-subject input{
    padding: 10px 12px;
    color: gray;
    transform: translateY(-22px);
    width:330px;
}
.your-message textarea{
    padding: 10px 19px;
    color: gray;
    transform: translateY(-22px);
    width: 320px;
}
.arappanna{
    color: white;
    position: absolute;
    top: 100px;
    width: 50vw;
    left:0;
    text-align: center;
    height: 40px;
    background-image:url("http://uixmatter.ninja/wp-content/themes/SeriousBond/img/ics.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.about-panel{
    height:0px;
    width:0px;
    position:fixed;
    overflow:hidden;
    left: 25%;
    transform: translateX(-50%)!important;
    /*overflow-x:auto;*/
    background-color: #222222;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.about-form{
    margin-top: 30px;
}


/*//// ABOUT INTRO ///*/

.linkedin, .about-email, .about-cv {
    width: 45px;
    height: 45px;
    background-size: contain;
    margin: 20px 10px;
}

.about-link-cont {
    width: 200px;
    position: relative;
    display: flex;
    margin-top: 15px;
}

.about-text-block{
    color: gray;
    border-bottom: 1px solid #e9e4d9;
    padding-bottom: 30px;
    margin-bottom: 33px;
    line-height: 1.5em;
    font-weight: 300;
}

.about-text-block-last{
    color: gray;
    padding-bottom: 30px;
    margin-bottom: 33px;
    line-height: 1.3em;
    font-weight: 300;
}

.circle{
    width: 150px;
    height: 150px;
  border-radius:50%;
  background-color:white;
  background-image: url('http://uixmatter.ninja/wp-content/themes/SeriousBond/img/small/io-me.jpg');
    margin-top: -40px;
    background-size: cover;
    background-position: center center;
}

.about-link-cont a {
    margin: 0px 10px;
    padding-bottom: 5px;
    color: gray;
    text-decoration: none;
    border-bottom: 1px solid #d2d2d2;
  transition:all .5s ease-in-out;
}

.about-link-cont a:hover {
  color:black;
  border-color:black;
  transition:all .5s ease-in-out;
}

.about-bar{
  background-color: #f6f6f6;
  margin-top: 60px;
    height:100vh;
}

.about-sub-bar {
    background-color: white;
    overflow-y: auto;
    height: calc(100vh - 60px);
    margin-top: 60px;
}
.scrollami {
    height: 100%;
    display: inline-block;
    margin: 100px 0;
    padding: 0 45px;
}
.about-bar h1, .about-bar p{
  text-align:center;
  line-height: 1.5em;
}
.about-bar p {
    width: 330px;
}
.about-bar h1{
    border-bottom: 1px solid rgb(232, 231, 231);
    padding-bottom: 20px;
    margin-bottom: 8px;
}
.about-bar, .about-sub-bar{
    width:50vw;
    float:left;
    position:relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
label[for=pwbox-497]{
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
#pwbox-497{
    padding:10px;
    text-align: center;
}
.post-password-form p {
    color: white;
    position: relative;
    width: 330px;
    text-align: center;
}
.post-password-form input[type=submit]{
    background-color: transparent;
    box-shadow: none;
    border: 2px solid white;
    padding: 10px 45px;
    color: white;
    margin-top: 26px;
}
.dwnl{
    color: white;
    padding: 10px 40px;
    border: 2px solid white;
    text-decoration: none;
}


/*/// ABOUT SMALL ////*/



.grecaptcha-badge{
  display: none
}