﻿@charset "utf-8";

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../font/proximanova-bold-webfont.eot');
    src: url('../font/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/proximanova-bold-webfont.woff2') format('woff2'), url('../font/proximanova-bold-webfont.woff') format('woff'), url('../font/proximanova-bold-webfont.ttf') format('truetype'), url('../font/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../font/proximanova-semibold-webfont.eot');
    src: url('../font/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/proximanova-semibold-webfont.woff2') format('woff2'), url('../font/proximanova-semibold-webfont.woff') format('woff'), url('../font/proximanova-semibold-webfont.ttf') format('truetype'), url('../font/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../font/proximanova-regular-webfont.eot');
    src: url('../font/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/proximanova-regular-webfont.woff2') format('woff2'), url('../font/proximanova-regular-webfont.woff') format('woff'), url('../font/proximanova-regular-webfont.ttf') format('truetype'), url('../font/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'proxima_novaregular_italic';
    src: url('../font/proximanova-regitalic-webfont.eot');
    src: url('../font/proximanova-regitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../font/proximanova-regitalic-webfont.woff2') format('woff2'), url('../font/proximanova-regitalic-webfont.woff') format('woff'), url('../font/proximanova-regitalic-webfont.ttf') format('truetype'), url('../font/proximanova-regitalic-webfont.svg#proxima_novaregular_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 3px rgba(0,0,0,.4);
}

header#top-section {
    position: relative;
    overflow: hidden;
    padding-top: 0px;
    /*background: url(../../images/m3.jpg) 50% 0% fixed no-repeat;
		background-size:100% 100%;*/
    background-color: #ffffff;
    min-height: 700px;
    width: 100%;
    min-width: 100%;
    z-index: 0;
}

.inner-top-bg {
	position: absolute;
	top: 2px;
	left: 0px;
	bottom: 0px;
	display: inline-block;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
    /*background: rgba(0, 0, 0, 0.3);*/
}

.jumbotron {
    background: none;
    /*text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px;*/
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #ffffff;
}

    .jumbotron h1 {
        color: #1d1d1b;
        padding-top: 180px;
        text-shadow: none !important;
        line-height: 72px;
    }

    .jumbotron p.lead {
        color: #8e8e8e;
        /*font-size:120%;*/
        font-size: 90%;
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

.btn.btn-start {
    background: rgba(0,0,0, 0);
    /*border:4px solid #fff;*/
    color: #fff;
    padding: 19px 24px;
    font-size: 24px;
    font-weight: 200;
    margin-top: 40px;
    z-index: 2;
}

    .btn.btn-start:hover {
        background: rgba(0,0,0, 0.5);
        color: #fff;
        padding: 19px 24px;
        font-size: 24px;
        font-weight: 200;
        margin-top: 40px;
        z-index: 2;
    }

section {
    padding-top: 50px;
    /*padding-bottom:100px;*/
    /*min-height:600px;*/
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
}

#Section-1 {
    /*background: url(../../images/mob1.jpg) 50% 0% fixed repeat;
			background-size:100% 100%;*/
    min-height: 450px;
    box-shadow: 0px -10px 10px rgba(50,50,50, 0.25);
}

#Section-2 {
    /*background: url(../../images/mob2.jpg) 50% 0% fixed repeat;
		background-size:100% 100%;*/
    background-color: #ffffff;
    min-height: 350px;
}

#Section-3 {
    min-height: 350px;
}

#Section-4 {
    min-height: 350px;
}

#Section-5 {
    min-height: 350px;
    padding-bottom: 50px;
}

#Section-6 {
  /*  background: url(../../images/monkey-bunker-shop.jpg) 50% 50% fixed no-repeat;
    background-size: 100%;*/
    background-color: #ffffff;
    width: 100%;
    min-height: 800px;
    padding-top: 50px;
    padding-bottom: 100px;
}

#Section-10, #Section-11 {
    background-color: #ffffff;
}

footer {
    /*background: url(../../images/st1.jpg) 50% 0% fixed repeat;
		background-size:100% 100%;*/
    max-height: 70px;
}

footer {
    width: 100%;
    min-width: 100%;
    padding-top: 50px;
    /*min-height:600px;*/
    position: relative;
}



#Section-2 hr {
    color: tramsparent;
}

#Section-3 {
    background: #fff;
}

.color-white {
    color: #fff;
}

.panel {
    background: rgba(250,250,250, 0.65);
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(250,250,250, 0.5);
}

.panel-heading, .panel-footer {
    background: rgba(250,250,250, 0.4);
    -webkit-box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.5);
}

.panel h3 {
    text-shadow: 0px 1px 0px rgba(250, 250, 250, 1);
}

.panel .list-group-item {
    background: rgba(250,250,250, 0.7);
}

/****************** NAVIGATION STYLES *************************/
.navbar {
    background-color: #ffffff;
    border: 0px;
    /*box-shadow:0px -3px 0px rgba(50,50,50, 0.25) inset;*/
    box-shadow: 0px 10px 10px rgba(50,50,50, 0.25);
}

navbar-fixed-top {
    z-index: 1030;
}

.navbar .nav > li > a {
    float: none;
    /*padding: 15px 20px 15px;*/
    padding: 15px 6px;
    color: #8e8e8e;
    text-decoration: none;
    text-shadow: none;
    font-size: 14px;
    font-wight: bold;
    text-transform: uppercase;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}


    .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
        color: #333;
        font-family: 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
        /*font-weight:bold;
		box-shadow:0px -3px 0px rgba(50,50,50, 0.53) inset;*/
    }

.menu {
    width: 100%;
}

/*************** @media ******************/
@media (max-width: 979px) {
    body {
        padding: 0px;
    }

    .navbar-fixed-top {
        margin-bottom: 0px;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }

    .navbar .container {
        width: auto;
        padding: 0px 20px;
    }

    .navbar .brand {
        padding-right: 10px;
        padding-left: 10px;
        margin: 0 0 0 15px;
    }

    .container {
        padding: 0px 20px;
    }

    .jumbotron {
        padding: 0px;
        top: 30px;
    }

        .jumbotron h1 {
            color: #fff;
            padding-top: 150px;
            font-size: 40px;
        }

    footer .page-header h3 {
        /*padding-top:100px !important;*/
        padding-top: 10px !important;
    }
}

@media (max-width: 762px) {
    header#top-section {
        /*background: url(images/m3.jpg) 50% 0% fixed no-repeat;
		background-size:auto 100%;*/
        background-color: #ffffff;
    }

    #Section-1 {
        /*background: url(images/mob1.jpg) 50% 0% fixed repeat;
			background-size:auto 100%;*/
        box-shadow: 0px -10px 10px rgba(50,50,50, 0.25);
    }

    #Section-2 {
        /*background: url(images/mob2.jpg) 50% 0% fixed repeat;
		background-size:auto 100%;*/
        background-color: #ffffff;
    }

    #Section-6 {
        background: url(images/monkey-bunker-shop.jpg) 50% 0% fixed repeat;
        background-size: auto 100%;
        background-color: #ffffff;
    }

    footer {
        /*	background: url(images/st1.jpg) 50% 0% fixed repeat;
		background-size:auto 100%;*/
    }
}

/*---------------------MOODYSTYLE---------------------*/
/*@media(max-width:770px){
	.navbar .nav > li > .separatoreMenu {
		display:none;
}*/
.titleImg {
    margin-top: 5px;
    font-style: oblique;
    float: left;
}

.info_img {
    margin-top: 5px;
    float: left;
    margin-left: 15px;
    text-decoration: underline;
    color: #8e8e8e;
}

    .info_img:hover {
        color: #333;
    }

.dbfMenu {
    padding-left: 0px;
}

    .dbfMenu ul li {
        background-color: transparent;
    }


h5 {
    text-shadow: none !important;
    font-family: 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}

#Section-2 p, #Section-3 p, #Section-5 p, #Section-8 p, #Section-9 p, #Section-10 p, #Section-11 p {
    font-size: 12px;
}

#Section-1, #Section-4, #Section-5, #Section-7, #Section-8, #Section-9, footer {
    background-color: #ffffff;
}

    #Section-8 p a {
        text-decoration: underline;
        color: #8e8e8e;
    }

        #Section-8 p a:link {
            text-decoration: underline;
            color: #8e8e8e;
        }

        #Section-8 p a:visited {
            text-decoration: underline;
            color: #8e8e8e;
        }

        #Section-8 p a:hover {
            text-decoration: none;
            color: #8e8e8e;
        }

    footer p {
        font-size: 11px;
    }

.projectsImg img {
    float: left;
    width: 80%;
    padding-bottom: 20px;
}

.titleProjects {
    width: 100%;
    float: left;
    font-size: 11px;
}

    .titleProjects i {
        margin-right: 10px;
    }

    .titleProjects a {
        text-decoration: underline;
        color: #8d8d8d;
    }

        .titleProjects a:link {
            text-decoration: underline;
            color: #8d8d8d;
        }

        .titleProjects a:visited {
            text-decoration: underline;
            color: #8d8d8d;
        }

        .titleProjects a:hover {
            text-decoration: none;
            color: #8d8d8d;
        }

.projects {
    padding-bottom: 60px;
}

.social {
    
   /* width: 210px;*/
   width: 180px;
    padding: 15px 15px;
    font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
    text-align: right;
    padding-top: 8px;
    font-size: 12px;
    line-height: 21px;
}
.social a {
	color:#8d8d8d;
}
.social a:link {
	color:#8d8d8d;
}
.social a:visited {
	color:#8d8d8d;
}
.social a:hover {
	color:#8d8d8d;
}
.social a.active{
	color:#333333;
}
.social a.active:hover{
	color:#333333;
	text-decoration:none;
	cursor:default;
}
    .social img {
        padding-left: 5px;
    }

.effettoHover {
    margin-left: 5px;
    float: left;
    width: 25px;
    height: 25px;
    background-position: bottom;
}

    .effettoHover:hover {
        background-position: top;
    }

.effettoHoverBrands {
    /*margin-left:5px;
		float:left;
		width:25px;
		height:25px;*/
    background-position: bottom;
    width: 136px;
    height: 144px;
}

    .effettoHoverBrands:hover {
        background-position: top;
    }

.justifyTxt {
    text-align: justify;
}

.navbar .nav > li > .separatoreMenu {
    float: left;
    padding: 15px 20px 15px;
    padding: 15px 10px;
    color: #8e8e8e;
    text-decoration: none;
    text-shadow: none;
    font-size: 14px;
    font-wight: bold;
    text-transform: uppercase;
}

.caroselloImg {
    padding: 10px;
    cursor: pointer;
}

video#bgvid { 

/*position: fixed;*/ right: 0; bottom: 0;

/*min-width: 100%; min-height: 100%;*/

width: auto; height: auto; z-index: -100; 
width: 100%;
max-width: 1200px;
/*background: url(loop-hd.jpg) no-repeat;

background-size: cover; */

z-index: 0;

}

/*---------IMMAGINI HOVER B/N---------------	*/



.projectsImg img, .social img {
    filter: url(http://static.tumblr.com/eptm5us/ueTmafr4p/filters.svg#grayscale); /* Firefox 3.5+ */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

    .projectsImg img:hover, .social img:hover {
        filter: none;
        -webkit-filter: grayscale(0%);
    }

/*---------FINE IMMAGINI HOVER B/N---------------	*/

/*---------INIZIO OVERLAY---------------	*/
/* Overlay style */

.contHover {
    padding: 20px;
}

.overlay {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
}

    .overlay .row {
        /*padding:20px;*/
    }

    /* Overlay closing cross */
    .overlay .overlay-close {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 20px;
        top: 20px;
        overflow: hidden;
        border: none;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA6CAYAAADhu0ooAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXJJREFUeNrk2tsKwyAMBuD5s/d/ZdcOBqX1EDWJSeZFQaGNH8mFJaac8+sfxvt8pJS+2gOdRj9wvLsV0EvUz4bSYpRx9eCeySjYq+P04TqJgr0jH6UbAVtCPqDesTVkEeoV20JWod6wPWQT6gVLQXahDrAkJAlqGEtGkqEGsUPIIagh7DUu+aCN4Sh7sVPIKWihXLJ15DR0A3YJuQRVxC4jl6GF4NkikgsqhWVDckK5saxIbigXlh0pAV3FiiCloLNYMaQkdBQripSGUrHiSA1oD6uC1ILWsGpITWgrsyo9DU1oCaXWuNGG5s48BDQr/QhshZaQqlhszKQqFhuRqlhsRqphYQCpgoURpDgWhpCiWBhDimFhECmChVEkO3YJeuu9SB3QWbAwjmTDwgGSBYsV5MzdwV1YOEIuYeEM+cBSm9FwiJzCwilyGAvHyMe+Wlh4Ro5g4R1JxSICkoJFFGQPi0jIFhbRkDVs9U59NOxHgAEAW7IAhEOanuYAAAAASUVORK5CYII=') /*../img/cross.png*/ no-repeat center center;
        text-indent: 200%;
        color: transparent;
        outline: none;
        z-index: 100;
    }

.logoOver {
text-align: center;
border-bottom: solid 1px #666666;
height: 120px;
margin: 0;
padding: 0;
}

.txtOver {
    text-align: center;
height: 14%;
padding: 1%;
max-width: 900px;
margin: 0 auto;
}

.imgOver {
    max-height: 300px;
    /*min-height: 200px;*/
    padding-top: 0 !important;
    max-width: 1200px;
    margin: 0 auto;
    position: static;
    /*padding-left: 35px !important;
padding-right: 35px !important;*/
    /*
	padding-left:100px;
	padding-right:100px;*/
}

    .imgOver img {
        width: 100%;
        /*max-height:50%;
	 display:inline-block;*/
    }

    .imgOver div {
        padding-left: 7px;
padding-right: 7px;
max-height: 300px;
margin-bottom: 14px;
    }

.imgGalleryHover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    /*height: -moz-calc(100%-10px);
    height: -webkit-calc(100%-10px);
    height: -o-calc(100%-10px);
    height: calc(100%-10px);*/
    max-height: 300px;
    display: block;
    margin-bottom: 10px;
}
/* Menu style */
.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

    .overlay ul li {
        display: block;
        height: 20%;
        height: calc(100% / 5);
        min-height: 54px;
    }

        .overlay ul li a {
            font-size: 54px;
            font-weight: 300;
            display: block;
            color: #fff;
            -webkit-transition: color 0.2s;
            transition: color 0.2s;
        }

            .overlay ul li a:hover,
            .overlay ul li a:focus {
                color: #f0f0f0;
            }

/* Effects */
body {
    background: #ddd;
}

.containerAll {
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

    .containerAll.overlay-open {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }

.overlay-contentscale {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    -moz-transition: transform 0.5s, visibility 0s 0.5s;
    -o-transition: transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
}

    .overlay-contentscale.open {
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
    }
	
/* ----- OVERRIDE ----- */

#Section-6, #Section-7, #Section-10, .info_img {
	display: none;
}

.slick-slider {
	margin-bottom: 0 !important;
}

@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }

    .overlay ul li {
        min-height: 34px;
    }
}
/*---------FINE OVERLAY---------------	*/
