/*  Ci teniamo sempre aggiornati sulle ultime teconologie per metterle a vostra disposizione */

body {
    min-height: 100%;
    -webkit-text-size-adjust: none;
    overflow: hidden;
    background-color: #F7F7F7;
    font-family: 'Roboto', sans-serif;
    color: #6C6C6C;
    height: 100%;
}

body {
    min-height: 100%;
    -webkit-text-size-adjust: none;
    overflow: hidden;
    background-color: #F7F7F7;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    color: #6C6C6C;
}

input,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Roboto', sans-serif;
}


.nojs body, body.ready {
    overflow: auto
}


#loader {
    position: fixed;
    z-index: 99999;
    background-color: #DCDCDC;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#loader img {
    -webkit-animation: rotating 2s linear reverse infinite;
    -moz-animation: rotating 2s linear reverse infinite;
    -ms-animation: rotating 2s linear reverse infinite;
    -o-animation: rotating 2s linear reverse infinite;
    animation: rotating 2s linear reverse infinite;
    width: 80px;
}
.ready #loader {
    display: none;
}
.ready #loader img {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}

.c1 {
    color: #67D596;
    background: #67D596
}

.c2 {
    color: #fc6957;
    background: #fc6957
}

.c3 {
    color: #45b7ff;
    background: #45b7ff
}


.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}


.tc {
    text-align: center;
}

.tj {
    text-align: justify
}

.tl {
    text-align: left
}

.section {
    width: 100%
}
.section:nth-child(odd) {
    background-color: #FFF1EE;
    border-radius: 50%/5% 0;
    z-index: 1;
    border-top: 2px dashed #FC6947;
}

.nav.main {
    text-align: right;
    font-size: 14px;
    background: #FFF;
    color: #8C8C8C;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    position: relative;
}
.nav.main ul {
}
.nav.main li {
    display: inline-block;
    font-size: 14px;
}
.nav.main .hire a {
    background-color: #F5F5F5;
    color: #E54B35;
}

.nav.main li a:hover {
    color: #FFF;
}
.nav.main li a {
    padding: 20px 10px;
    display: block;
}
.nav.main li ul {
    display: none
}
.nav.main li ul li {
}
.nav.main .logo {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}
.nav.main .partner {
    float: right;
    height: 100%;
    overflow: hidden;
    padding: 10px;
    width: 120px;
    background: #EAEAEA;
}
.nav.main .partner a {
    padding: 0
}
.nav.main .partner a:hover {
    background-color: transparent;
}
.nav.main .logo a {
    padding: 6px 10px;
}
.nav.main .logo img {
    height: 40px;
}


.nav.main.fx {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    font-size: 0;
}


.nav .togler {
    width: 45px;
    float: right;
    background: #FFFFFF;
    display: none;
    border-left: 1px solid #EFEFEF;
}
.nav .togler span {
    background-color: #FFF;
    width: 60%;
    height: 6%;
    display: block;
    margin: 42% 20% 42% 20%;
    background: #FC6947;
    position: relative;
}
.nav .togler span:after, .nav .togler span:before {
    content: ' ';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #FC6947;
    left: 0;
    z-index: 9;
    width: 90%;
}
.nav .togler span:after {
    top: -7px;
}
.nav .togler span:before {
    top: 7px;
    width: 80%;
}
.nav .right .togler i {
    font-size: 38px;
    color: #FF4B4B;
    font-style: normal;
    display: inline-block;
    padding: 10px;
}

@media (max-width: 820px) {
    .nav.main .logo img {
        height: 28px;
    }
    .nav .togler {
        display: inline-block
    ;
        height: 40px;
}
    .nav.main .right {
        position: fixed;
        overflow: auto;
        width: 100%;
        height: 100%;
        z-index: 1000;
        text-align: center;
        background-color: #FFF;
        display: none
    }
    .nav .right.show {
        display: block
    }
    .nav .right .togler {
        width: 60%;
        background: #FFEEEE;
        
        margin: 100px 20% 0 20%;
        border-radius: 20px;
    
        height: auto;
}
    .nav.main .right li a {
        font-size: 20px ;
        border-radius: 30px;
    }
    .nav.main .right li {
        margin: 2%;
    }
    .nav.main .partner {
        width: 100px;
        padding: 5px;
    }

}
.cbg, .nav.main a:hover, .nav .logo {
    background-color: #fc6947;
}

h1, .h1 {
    padding: 10px;
    color: #fc6947;
    text-align: center;
    font-family: 'Calligraffitti', sans-serif;
    font-size: 50px;
    margin-top: 50px;
}
h1.a {
    padding: 100px 10px 50px 10px;
    text-align: center;
    font-weight: 300;
    color: #FFFFFF;
    background: #808080;
}
h2, .h2 {
    padding: 5px 20px;
    color: #6969EC;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 400;
    display: block;
    margin-bottom: 40px;
}
/*SLIDERS*/

.fullslider {
    background-color: #E8E8E8;
    height: 1px;
}
.fullslider .slide {
    height: 100%;
}



/* OTHER */
.cover {
    background-size: cover;
    _background-size: cover;
    background-position: center;
}

/*SECTIONS*/
.border_top {
    position: relative;
    padding: 30px 10px;
}
.intro {
    height: 80%;
    background-color: #ADADAD;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
}

.intro::after {
    content: ' ';
    display: block;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(img/shadow-bottom-1.png);
    background-color: transparent;
}

/*SERVIZI*/
.services {
    text-align: center;
    font-size: 0;
}
.service {
    display: inline-block;
    width: 300px;
    max-width: 99%;
    margin: 2%;
    background: #FFF;
    padding-bottom: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    vertical-align: top;
}
.service h2 {
    background-color: #fc6947;
    color: #FFF;
    padding: 20px 0;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 0;
}
.service h3 {
    background-color: #F0F0F0;
    padding: 10px;
    font-weight: 400;
    color: #868686;
    font-size: 13px;
    border-bottom: 1px solid #E5E5E5;
}
.service .desc {
    background-color: #F5F5F5;
    color: #A0A0A0;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}

.clients {
    text-align: center;
}
.clients:hover .client {
    opacity: 0.5
}
.clients:hover .client:hover {
    opacity: 1
}
.client {
    width: 200px;
    display: inline-block;
    background: #FFF;
    padding: 10px;
    border-radius: 30px;
    margin: 1%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: 0.5s;
}
.client:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}


.portfolio {
    font-size: 0;
    text-align: center;
}
.folio {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    padding: 10px;
    max-width: 390px;
}
.folio .screen {
    background: #000;
}
.folio .screen img {
    -webkit-filter: grayscale(1);
    opacity: 0.5;
    transition: 0.4s
}
.folio:hover .screen img {
    -webkit-filter: grayscale(0);
    opacity: 1;
}
.folio .screen .hover {
    display: none;
}
.folio .info {
}
.folio .info .title {
    text-align: center;
    padding: 10px;
    background: #fc6947;
    color: #FFF;
    font-weight: 800;
    white-space: nowrap;
    font-size: 19px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
}
.folio .info .desc {
    padding: 10px;
    background: #FFF;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    color: #999999;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.folio .tags {
    background: #F0F0F0;
    text-align: center;
    padding: 5px;
    color: #898989;
    font-weight: 800;
    font-size: 12px;
}

.users {
    text-align: center;
}
.user {
    padding: 15px 10px;
    display: inline-block;
    width: 31%;
    text-align: center;
    margin: 1%;
    line-height: 1.5;
    color: #ADADAD;
}

.user img {
    width: 200px;
    max-width: 100%;
    margin-bottom: 20px
;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.user b {
    color: #FC6947;
    display: block;
    font-size: 23px;
}
.hireme {
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: block;
    width: 40px;
    z-index: 1000;
}

#contatti .info {
    line-height: 1.35;
    color: #A5A5A5;
}

#contatti .info b {
    color: #fc6947;

}
#contatti .info a {
    color: #3D3D3D;
    white-space: nowrap;
}

.filters {
    text-align: center
}
.filters li {
    display: inline-block;
    padding: 10px;
    background: #F7F7F7;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    color: #A1A1A1;
    cursor: pointer;
    border: 1px solid #FFF;
}
.filters li:hover {
    background: #FC6947;
    color: #fff;
}



.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*SEXYIES*/
.b {
    display: inline-block;
    margin: 15px 15px 0;
    padding: 11px 11px 5px 11px;
    font-size: 20px;
    text-decoration: none;
    outline: none;
    color: #FFF;
    background-color: #A9A9A9;
    border-radius: 3px;
    border: none;
    font-family: 'Calligraffitti', sans-serif;
    transition: background 0.4s;
}
.b:hover {
    background-color: #fc6947;
}



input:focus, textarea:focus,input:active, textarea:active {
    box-shadow: none;
    outline: none;
}
form.simply {
    display: block;
    color: #A0A0A0;
}
form.simply h2 {
    text-align: center;
    font-weight: 100;
    font-size: 50px;
}

#comment {
    margin-bottom: 20px;
    display: block;
}

form.simply label.valid input {
    border-bottom-color: #00B841;
}

form.simply label.error input {
    border-bottom-color: #F00;
}

form.simply label {
    display: block;
    position: relative;
}

form.simply label.box {
    border: 1px dashed #D5D5D5;
    padding: 15px;
    width: 100%;
    text-align: center;
}
form.simply label.box .desc {
    font-size: 17px;
}
form.simply label.box img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: filter 0.3s, -webkit-filter 0.3s
}
form.simply label.box:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

form.simply .checktext {
    text-align: center;
    font-size: 17px;
}
form.simply .checktext input {
    display: inline-block;
    width: initial;
    height: 11px;
}
form.simply .checktext p {
    display: inline-block;
    color: #424242;
}

form.simply label b {
    font-weight: 400;
    color: #B39A94;
    transition: color 0.5s;
    position: absolute;
    top: 28px;
    left: 10px;
    transition: top 0.2s, left 0.2s, color 0.2s;
    pointer-events: none;
}
.nojs form.simply label b, form.simply label.focus b {
    color: #FC6947;
    top: 0;
    left: 4px;
    font-size: 12px;
}

form.simply label input {
    display: block;
    width: 100%;
    padding: 8px;
    background-color: transparent;
    color: #7D1700;
    font-size: 16px;
    font-weight: 300;
}
form.simply label input:focus {
    border-bottom-color: #FC6947;
    color: #FC6947;
}

form.simply label textarea {
    display: block;
    width: 100%;
    padding: 5px 10px;
    background-color: transparent;
    color: #6C6C6C;
    resize: vertical;
    min-height: 100px;
    font-size: 16px;
    font-weight: 300;
}


form.simply .sub {
    display: block;
    margin: 0 auto;
    width: 300px;
    max-width: 80%;
    background-color: #E4E4E4;
    border: 2px solid #C5C5C5;
    color: #898989;
    margin-bottom: 15px;
    font-family: 'Alegreya Sans',sans-serif;
}
form.simply .sub.final {
    padding: 15px;
    width: 500px;
    border-radius: 60px;
    background-color: #1C7932;
    color: #FFF;
    border-color: #155C26;
    box-shadow: 0 24px 10px rgba(0, 0, 0, 0.2) inset;
    transition: box-shadow 0.1s;
    font-size: 25px;
    cursor: pointer;
}
form.simply .sub.final:hover {
    box-shadow: 0 60px 24px rgba(0, 0, 0, 0.2) inset;
}

form.simply .save {
    border: 2px solid #009144;
    background: rgb(236, 255, 245);
    border-radius: 10px;
    border-bottom-width: 5px;
    color: #009144;
    margin-left: 10px;
}
form.simply .delete {
    border: 2px solid #C2C2C2;
    background: rgb(239, 239, 239);
    border-radius: 10px;
    border-bottom-width: 5px;
    color: #969696;
    padding: 9px;
}

form.simply .save {
    border: 2px solid #fc6947;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    border-bottom-width: 5px;
    color: #fc6947;
    margin-left: 10px;
    padding: 10px 20px;
    display: inline-block;
    height: auto;
}
form.simply .delete {
    border: 2px solid #C2C2C2;
    background: rgb(239, 239, 239);
    border-radius: 10px;
    border-bottom-width: 5px;
    color: #969696;
    padding: 9px;
}


#map {
    background-color: #ECECEC;
    height: 200px;
    z-index: 0;
}
#map img {
    max-width: initial
}

.sct {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 10;
}
.sct.act {
    opacity: 1
}

.container {
    max-width: 94%;
    width: 1200px;
    margin: 0 auto
}
.container
.container .cols {
    margin-left: -5px;
    /* margin-right: -5px */
}
.cols:after {
    content: '';
    clear: both;
    display: table
}
.col {
    float: left;
    padding: 5px;
}

.col-12 {
    width: 100%
}

.col-11 {
    width: 91.66666667%
}

.col-10 {
    width: 83.33333333%
}

.col-9 {
    width: 75%
}

.col-8 {
    width: 66.66666667%
}

.col-7 {
    width: 58.33333333%
}

.col-6 {
    width: 50%
}

.col-5 {
    width: 41.66666667%
}

.col-4 {
    width: 33.33333333%
}

.col-3 {
    width: 25%
}

.col-2 {
    width: 16.66666667%
}

.col-1 {
    width: 8.33333333%
}

@media (max-width: 320px) {
    .col-320-12 {
        width:100%
    }
    
    .col-320-11 {
        width: 91.66666667%
    }
    
    .col-320-10 {
        width: 83.33333333%
    }
    
    .col-320-9 {
        width: 75%
    }
    
    .col-320-8 {
        width: 66.66666667%
    }
    
    .col-320-7 {
        width: 58.33333333%
    }
    
    .col-320-6 {
        width: 50%
    }
    
    .col-320-5 {
        width: 41.66666667%
    }
    
    .col-320-4 {
        width: 33.33333333%
    }
    
    .col-320-3 {
        width: 25%
    }
    
    .col-320-2 {
        width: 16.66666667%
    }
    
    .col-320-1 {
        width: 8.33333333%
    }
    
    .bigtext {
        font-size: 30px
    }
}

@media (min-width: 321px) and (max-width: 767px) {
    .col-480-12 {
        width:100%
    }
    
    .col-480-11 {
        width: 91.66666667%
    }
    
    .col-480-10 {
        width: 83.33333333%
    }
    
    .col-480-9 {
        width: 75%
    }
    
    .col-480-8 {
        width: 66.66666667%
    }
    
    .col-480-7 {
        width: 58.33333333%
    }
    
    .col-480-6 {
        width: 50%
    }
    
    .col-480-5 {
        width: 41.66666667%
    }
    
    .col-480-4 {
        width: 33.33333333%
    }
    
    .col-480-3 {
        width: 25%
    }
    
    .col-480-2 {
        width: 16.66666667%
    }
    
    .col-480-1 {
        width: 8.33333333%
    }
    
    .bigtext {
        font-size: 50px
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .col-1024-12 {
        width:100%
    }
    
    .col-1024-11 {
        width: 91.66666667%
    }
    
    .col-1024-10 {
        width: 83.33333333%
    }
    
    .col-1024-9 {
        width: 75%
    }
    
    .col-1024-8 {
        width: 66.66666667%
    }
    
    .col-1024-7 {
        width: 58.33333333%
    }
    
    .col-1024-6 {
        width: 50%
    }
    
    .col-1024-5 {
        width: 41.66666667%
    }
    
    .col-1024-4 {
        width: 33.33333333%
    }
    
    .col-1024-3 {
        width: 25%
    }
    
    .col-1024-2 {
        width: 16.66666667%
    }
    
    .col-1024-1 {
        width: 8.33333333%
    }
    
    .bigtext {
        font-size: 50px
    }
}

.socials p {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    width: 42px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .socials p {
        width: 32px;
    }
}


.gel:hover, .gel:focus {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}


.gel:active {
    -webkit-transition-duration: 0;
    transition-duration: 0;
}

@keyframes gelatine {
    from,to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    from,to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}
@-webkit-keyframes gelatine {
    from,to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    from,to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

@-webkit-keyframes rotating {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
