/*
Theme Name: Madfarm Website
Theme URI:
Description:
Version: 1.0
Author: Madfarm
Author URI: http://www.madfarm.it;
*/

	@import url("fonts/font.css");
body{
	margin:0;
	padding:0;
	position: relative;
    background:#FFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
		font-family: 'PT Serif Regular';
}
a:hover{text-decoration: none; cursor:pointer;}

a,button{outline: none!important;} /* Prevent ugly blue glow on chrome and safari */

p
{
	line-height: 21px;
}


/* Globals type styling */
    h1, h2, h3, h4, h5, h6, p, label, .btn, a{
	font-family: 'Open Sans Bold';
}


/* Site container width */

.container{
	width:100%;
	padding-left:15px;
	padding-right:15px;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:80px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}


/* Group Styles */

.bloc-group{
	width:100%;
	display:table;
	table-layout: fixed;
}
.bloc-group .bloc{
	position:relative;
	display: table-cell;
	vertical-align: top;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc h1, .d-bloc h2, .d-bloc h3, .d-bloc h4,.d-bloc h5, .d-bloc h6, .d-bloc .ico{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc a{
	color:rgba(255,255,255,.6);
}
.d-bloc a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .panel{
	color:rgba(0,0,0,.5);
}
.d-bloc .panel button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .panel h1,.d-bloc .panel h2, .d-bloc .panel h3, .d-bloc .panel h4, .d-bloc .panel h5, .d-bloc .panel h6, .d-bloc .ico{
	color:rgba(0,0,0,.7);
}
.d-bloc .panel icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .panel .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .panel a{
	color:rgba(0,0,0,.6);
}
.d-bloc .panel a:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .panel .btn-wire, .d-bloc .panel .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.l-bloc{
	color:rgba(0,0,0,.5);
}
.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc h1,.l-bloc h2,.l-bloc h3,.l-bloc h4,.l-bloc h5, .l-bloc h6, .l-bloc .ico{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.l-bloc a{
	color:rgba(0,0,0,.6);
}
.l-bloc a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);

}
.l-bloc .btn-wire, .l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	/*border-color:rgba(0,0,0,.3);*/
  border-color: #353535;
}

/* Bloc text custom styling */

#hero-bloc h2{
	font-size: 16px;
}
#bloc-3 h3{
	font-family: 'Open Sans Bold';
	font-weight: 600;
}
#bloc-4 h3{
	font-family: 'Open Sans Bold';
	font-weight: 600;
}
#bloc-6 h3{
	line-height:50px;
}
#bloc-7 h1{
	font-family: 'Open Sans Bold';
	font-weight: 600;
	font-size: 26px;
}
#bloc-12 p{
	font-size: 12px;
	line-height: 18px;
}

/* = NavBar
-------------------------------------------------------------- */

.navbar{
	margin-bottom: 0;
	z-index:1;
}
.navbar-brand{
	height:auto;
	padding:15px 15px;
	font-size:25px!important;
	font-weight:normal;
	font-weight:600;
	margin-left: 12px;
}
.navbar-brand img{
	max-height: 200px;
	margin: 0 5px 0 0;
	display:inline;
}
.navbar-brand{
	padding: 15px 50px;
}
.navbar .nav{
	padding-top: 2px;
	float:right;
	z-index:100;
}
.nav > li{
	float:left;
	margin-top:4px;
	font-size:16px;
}
.navbar-nav .open .dropdown-menu > li > a{
	text-align: inherit;
}
.nav > li a:hover, .nav > li a:focus{
	background:transparent;
}
.navbar-toggle{
	margin: 10px 10px 0 0;
	border: 0px;
}
.navbar-toggle:hover{
	background:transparent!important;
}
.navbar-toggle .icon-bar{
	background-color: rgba(0,0,0,.5);
	width: 26px;
}
 /* Inverted navbar */

.nav-invert .navbar .nav{
	float:left;
}
.nav-invert .navbar-header, .nav-invert .navbar-brand{
	float:right;
}



@media (min-width: 768px){

	.user-block-2
	{
		height: 200px;
	}

	.site-navigation{
		position:absolute;
		top:50%;
		right:20px;
		transform:translate(0, -50%);
		-webkit-transform:translateY(-50%);
	}
	.nav-invert .site-navigation{
		left:20px;
		right:0;
	}
	.nav-center{
		text-align:center;
	}
	.nav-center .navbar-header{
		width:100%;
	}
	.nav-center .navbar-header, .nav-center .navbar-brand, .nav-center .nav > li{
		float: none;
		display:inline-block;
	}
	.nav-center .site-navigation{
		position:relative;
		width:100%;
		margin-top:20px;
	}
}
.nav > li > .dropdown a{
	background: none!important;
	display: block;
	padding: 14px 15px;
}

nav .caret{
	margin: 0 5px;
}

/* = Hero
-------------------------------------------------------------- */

.hero{
	padding-top:0;
}
.hero-nav{
	position:absolute;
	margin: 0 auto;
	top:0;
	left:0;
	right:0;
	z-index:10;
}
.v-center{
	position: relative;
	height: inherit;
}
.v-center .vc-content{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.hero .btn-dwn{
	width: 58px;
	height: 58px;
	line-height: 58px;
	margin: 0 0 0 -29px;
	padding: 0;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	color: rgba(255,255,255,.8);
	background: rgba(0,0,0,.6);
	position: absolute;
	left: 50%;
	bottom: 60px;
	border:0;
}
.hero .btn-dwn:hover{
	color: rgba(255,255,255,1);
}
.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
/* 	margin-top:50px; */
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn{
	margin: 0 5px 5px 0;
}
.btn.pull-right{
	margin: 0 0 5px 5px;
}
.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF!important;
	background:rgba(0,0,0,.6);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-wire{
	background:transparent!important;
	border:3px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:3px solid transparent;
}
.dropdown a .caret{
	margin:0 0 0 5px}




.panel-sq, .panel-sq .panel-heading, .panel-sq .panel-footer{
	border-radius:0;
}
.panel-rd{
	border-radius:30px;
}
.panel-rd .panel-heading{
	border-radius:29px 29px 0 0;
}
.panel-rd .panel-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* Empty space fillers - Used on empty blocs to fill them out */

.empty-column,.empty-column.thin{
	width:100%;
	height:350px;
	display:inline-block;
}
.empty-column{
	height:350px;
}
.empty-column.thin{
	height:150px;
}
/* iFrame */

iframe{
	border:0;
}
/* = Carousel
-------------------------------------------------------------- */

.carousel-control span{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control{
	color:#FFF!important;
	text-shadow: none;
}
.carousel-indicators li{
	margin: 0 4px;
}
.carousel-indicators .active{
	margin: 0 4px -1px;
}

.no-shadows .carousel-control.left, .no-shadows .carousel-control.right{
	background-image: none;
}

/* = Custom Colour Styling
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#ffffff;
}
.bgc-onyx{
	background-color:#0C0C0C;
}
/* Button colour styles */

.wire-btn-white{
	color:#ffffff!important;
	border-color:#ffffff!important;
}

/* Bloc image backgrounds */

.bg-header-bg{
	background: url('img/paolo-header-bg.jpg');
	background-size: cover;
	background-position: center top;
}
.bg-bio{
	background-image:url("img/bio.jpg");
}
.bg-goodlab{
	background-image:url("img/goodlab.jpg");
}
.bg-filmografia-img{
	background-image:url("img/filmografia-img.jpg");
	background-size: 100% 100%;
	background-position: center;
	-moz-transition: background-size 0.3s linear;
		-o-transition: background-size 0.3s linear;
	 -ms-transition: background-size 0.3s linear;
			 transition: background-size 0.3s linear;
}

.bg-filmografia-img:hover{
	/*background-image:url("img/filmografia-img.jpg");*/
	background-size: 130% 130%;
	-moz-transition: background-size 0.3s linear;
		-o-transition: background-size 0.3s linear;
	 -ms-transition: background-size 0.3s linear;
			 transition: background-size 0.3s linear;
}

.bg-discografia-img{
	background-image:url("img/discografia-img.jpg");
	background-size: 100% 100%;
	background-position: center;
	-moz-transition: background-size 0.3s linear;
		-o-transition: background-size 0.3s linear;
	 -ms-transition: background-size 0.3s linear;
			 transition: background-size 0.3s linear;
}

.bg-discografia-img:hover{
	background-size: 130% 130%;
	-moz-transition: background-size 0.3s linear;
		-o-transition: background-size 0.3s linear;
	 -ms-transition: background-size 0.3s linear;
			 transition: background-size 0.3s linear;
}

.bg-links-img{
	background-image:url("img/links-img.jpg");
	background-size: 100% 100%;
	background-position: center;
	-moz-transition: background-size 0.3s linear;
		-o-transition: background-size 0.3s linear;
	 -ms-transition: background-size 0.3s linear;
			 transition: background-size 0.3s linear;
}

.bg-links-img:hover{
	background-size: 130% 130%;
	background-position: center;
	-moz-transition: background-size 0.3s linear;
		-o-transition: background-size 0.3s linear;
	 -ms-transition: background-size 0.3s linear;
			 transition: background-size 0.3s linear;
}

.bg-mountainsdusk{
	background-image:url('img/mountainsdusk.jpg');
}

.navbar-brand {
	font-size: 19px !important;
	color: #888;
	letter-spacing: 0.5px;
}

.contacts-slogan
{
	font-size: 38px !important;
	font-family: 'Open Sans Bold';
	line-height: 50px !important;
	text-align: center;
	letter-spacing: -1px;
}
.opensans
{
	font-family: 'Open Sans';
	font-size: 30px !important;
	line-height: 30px !important;
	letter-spacing: -1px;
	
}
.contest-end-date
{
	color: #bd1622 !important;
	font-family: "Open Sans Bold";
	font-size: 18px;
	display:block;
	margin-bottom: 20px;
}
.contest-content
{
	margin-bottom:20px;

}

.contest-form
{
	margin-top: 50px;
}

/* = Mobile adjustments
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 768px)
{
    .container{width:100%;}
    .b-parallax{background-attachment:scroll;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
}
@media (max-width: 767px){
	body
	{
		overflow-y: scroll;
   		-webkit-overflow-scrolling: touch;
	}
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    h1,h2,h3,h4,h5,h6,p{
        padding-left:10px!important;
        padding-right:10px!important;
    }
    #hero-bloc h1{
        font-size:40px;
    }
    #hero-bloc h2{
        font-size:34px;
    }
    #hero-bloc h3{
        font-size:25px;
    }
    .bloc{
        padding-left: 0;
        padding-right: 0;
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
    .b-parallax{
        background-attachment:scroll;
    }

    .menu-overlay img
	{
		max-width: 90%;
	}

	.navbar
	{
		line-height: 42px;
	}

	.navbar img
	{
		margin-top: 0;
	}

    .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .navbar.row{
        margin-left: 0;
        margin-right: 0;
    }
    .site-navigation{
	   position:inherit;
	   transform:none;
	   -webkit-transform:none;
	   -ms-transform:none;
    }
    .nav > li{
        margin-top: 0;
        border-bottom:1px solid rgba(0,0,0,.1);
        background:rgba(0,0,0,.05);
        text-align: left;
        padding-left:15px;
        width:100%;
    }
    .nav > li:hover{
        background:rgba(0,0,0,.08);
    }
    #hero-bloc .navbar .nav{
        background:rgba(0,0,0,.8);
    }
    #hero-bloc .navbar .nav a{
        color:rgba(255,255,255,.6);
    }
    .hero{
        padding:50px 0;
    }
    .hero-nav{
        left:-1px;
        right:-1px;
    }
    .navbar-collapse{
        padding:0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-brand img{
        max-height: 40px;
        width:auto;
        margin: -10px 10px 0 0;
    }
    .nav-invert .navbar-header{
        float: none;
        width:100%;
    }
    .nav-invert .navbar-toggle{
        float:left;
    }
    .btn.pull-left, .btn.pull-right{
       float:none!important;
    }
    .bloc-group .bloc{
         display:block;
         width:100%;
     }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	   padding-left: 10px;
	   padding-right: 10px;
    }
    .bloc-xxl,.bloc-xl,.bloc-lg{
        padding: 40px 0;
    }
    .bloc-sm,.bloc-md{
        padding-left: 0;
        padding-right: 0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none;
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .video-bg-contianer{
        display:none;
    }

    .post-title
    {
    	text-align: left;
    }

    .user-block-2 img
    {
    	max-width: 60%;
    }

    .content-members-goodlab p
    {
    	font-size: 18px !important;
    }

    .content-post p
    {
    	padding-right: 20px !important;
    	padding-left: 20px !important;
    	text-align: justify;
    }

    .film h3
    {
    	padding-left: 1px !important;
    }

    .Collaborazioni
    {
    	font-size: 18px !important;
    }
    .flex-viewport
    {
    	height: 250px !important;
    }

    .flexslider .slides img
    {
    	height: 250px !important;
    }
   	
   	.slider-rooms
   	{
   		margin-bottom: 0 !important;
   	}

   	.gallery-block, .gallery-block h3
   	{
   		text-align: center;
   	}


}

/* Portrait and Landscape iphone 5 5s */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

	#menu-button{
		/*left:260px;*/
		right: inherit;
		} 
}


.language
{
	margin-top: 12px;

}
.lang-item
{
	text-transform: uppercase;
}
.lang-item a
{
	padding-left: 0;
	padding-right: 0;
	font-family: 'Open Sans Extrabold';
}

.about p, .about h3
{
	color:#353535;
}

.goodlab-home-overlay
{
	/*display: none;*/
	width: 100%;
	/* height: 400px; */
	background-color: rgba(0, 0, 0, 0.9);
	position: absolute;
	top:0;
	/* left: 580px; */
	/*padding: 200px 0;*/
	text-align: center;
	left:0;
	right: 0;
	margin: auto;
	z-index: 9999999999999999999999;
	height: 100%;
}



.overlay-rooms
{
	width: 70%;
	height: auto;
	background: rgba(0,0,0,0.95);
	z-index: 10;
	position: absolute;
	color: #fff;
	text-align: center;
	overflow: scroll;
	overflow-x:hidden; 
	padding: 0 30px 60px;
	left: 0;
    right: 0;
    margin: auto;
    top: 54px;

}



.sharedroom-close
{
    position: absolute;
    display: block;
    color: #fff;
    top: 20px;
    right: 30px;
   
}

.sharedroom-close .fa
{
	font-size: 28px;
	 color: #fff;
}


/* Let's get this party started */
.overlay-rooms::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
.overlay-rooms::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.overlay-rooms::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.overlay-rooms::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

.goodlab-home-overlay .close-overlay
{
	opacity: 1;
	position: absolute;
	display: block;
	color: #fff;
	top: 90px;
	right: 30px;
}

.video .close-overlay
{
	z-index: 99999999999;
}

.goodlab-home-overlay .close-overlay .fa
{
    font-size: 40px;
    color: #fff;
}

.goodlab-home-overlay iframe
{
	margin-top: 170px;
}

.about p, .goodlab p
{
	margin-top: 45px;
	margin-bottom: 35px;
	font-size: 18px;
	color:#353535;
	font-family: 'PT Serif Regular';
	line-height: 21px;
}

.btn
{
		font-family: 'Open Sans Bold';
		width: 210px;
		height: 55px;
		line-height: 50px;
		padding: 0 16px;
		font-size: 14px;
}

.btn .fa-caret-right
{
	margin-left: 20px;
}
.motto
{
	background: url(img/menu-bg.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.last-post-sharedroom h1
{
	padding-bottom: 0 !important;
}

.sharedroom-title
{
	font-size: 28px;
    margin-top: 55px;
    margin-bottom: 5px;

}

.sharedroom-description
{
	margin-top: 15px;
}

.sharedroom-author, .sharedroom-more
{
	color: #CB0009 !important;
}

.sharedroom-author{
    text-transform: uppercase;
    font-size: 16px;
}


.sharedroom-more
{
	display: block;
	margin-top: 10px;
}



.last-post-sharedroom p
{
	text-align:	center;
}

.motto h3, .motto p
{
		font-family: 'PT Serif Italic';
}

.about h3, .goodlab h3
{
	font-size: 18px;
	font-family: 'Open Sans Bold';
	color:#353535;
}
.motto h3 p
{
	line-height: 40px !important;
	font-size: 36px !important;
}

.footer h3
{
	font-family: 'Open Sans Bold';
	font-size: 16px !important;
}

.border-bottom
{
	width: 30px;
	border-bottom: 5px solid #353535;
	margin-top: 45px;
}

#hero-bloc
{
	padding: 0;
}



.photo .border-bottom
{
	margin: auto;
	margin-top: 30px;
}

.container-photo
{
	padding: 0;
}

 h1.photo
{
	font-size: 18px;
	margin: 0;
	padding-top: 64px;
	padding-bottom: 64px;
	letter-spacing: 4px;
}

.bottom-box
{
	height: 300px;
}

.title-box
{
	padding: 0;
	line-height: 300px;
}

@media(min-width: 768px){
	.title-box
	{
		line-height: inherit;
		/*max-height: 300px;*/
		padding: 19% 0;
	
	}
	.bottom-box
	{
		height: inherit;
		max-height: 300px;
	}
}



.logo-index .border-bottom
{
	border-bottom: 5px solid #fff;
	margin: auto;
	margin-top: 30px;

}

.logo-index h1
{
	margin-bottom: 30px;
	margin-top: 15%;
}

.lang-item-10:after {
 content: "";
    position: absolute;
    right: 0;
    top: 11px;
    /* margin-bottom: 100px; */
    /* margin-top: auto; */
    height: 25px;
    /*width: 50%;*/
    border-right: 1px solid rgba(255,255,255,.6);

}

#menu-button
{
    margin-top: -2px;
    position: fixed;
    z-index: 9999;
    right: 52px;
    top: 30px;
    color: rgba(0,0,0,.6);
    border-radius: 50%;
    background-color: rgba(255,255,255,.8);
    padding: 10px;
    background-image: url("img/menu2.svg");
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.8s;
    box-shadow: 1px 2px 10px rgba(12,12,12,0.2);

}

#menu-button.opened
{
	background-image:url("img/close2.svg");
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
#menu-button .fa
{
    font-size: 20px;
    margin: 2px 2px 0px 4px;
}

.menu-overlay
{
	/*width: 20%;*/ /*MENUTEST*/
	width: 100%;
    background: #0C0C0C;
    position: absolute;
    height: 100%;
    right: 0;
	z-index: 10;
}



.opaque
{
		opacity: 1;
}

.close
{
	color: #fff;
	margin-right: 65px;
	margin-top: 38px;
	background-image:url("img/close.png");
	height: 25px;
	width: 25px;
}
.site-navigation
{
	margin-right:90px;

}

.menu-menu-1-container, .menu-menu-1-en-container, .menu-goodlab-it-container, .menu-goodlab-en-container
{
    MARGIN-TOP: 40PX;
    text-align: center;

    text-transform: uppercase;

}

.menu-menu-1-container ul, .menu-menu-1-en-container ul, .menu-goodlab-it-container ul, .menu-goodlab-en-container ul
{
	list-style-type: none;
	padding:0;
}

.menu-menu-1-container ul li, .menu-menu-1-en-container ul li, .menu-goodlab-it-container ul li, .menu-goodlab-en-container ul li
{
	margin-bottom: 23px;
}

.menu-menu-1-container ul li a, .menu-menu-1-en-container ul li a, .menu-goodlab-it-container ul li a, .menu-goodlab-en-container ul li a
{
	color: #FFF;
	font-size:15px;
	padding: 5px;
	transition: all 0s;
}

.menu-menu-1-container ul li a:hover, .menu-menu-1-en-container ul li a:hover, .menu-goodlab-it-container ul li a:hover, .menu-goodlab-en-container ul li a:hover
{
	/*color: #353535;
	background-color: #FFF;*/
	border-bottom: 1px solid #fff;

}


.menu-social-bar {
	margin: auto;
	text-align:center;
	height: 25px;
	position: relative;
	font-size: 25px;
}

.no-padding
{
	padding: 0;

}
.no-padding .row
{
	margin-left: 0;
}

.bio-subtitle {
	text-align:center;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-bottom: 40px;

}
.bio-subtitle h2 {
	font-family: "PT Serif Regular";
	font-size: 32px;
	letter-spacing: 4px;
	line-height:32px;
	margin-bottom: 20px;
	margin-top: 20px;
}
p {
	font-family: "PT Serif Regular";
	font-size: 17px !important;
    line-height: 25px !important;
}

.gallery-block {
	margin-bottom: 25px;
	/*height: 275px;*/
}
.gallery-title {
	/*background-color: rgba(53, 53, 53, 0.8);*/
	/*border-radius: 10px;*/
	padding-top: 10px;
	z-index: 10;
}

.gallery-title .btn{

	position: absolute;
	bottom: -100px;
	text-transform: uppercase;
}
.post-button {
	margin: 15px auto 0px auto;
	bottom:10px;
	text-transform: uppercase;
}

.btn-upfoot {
	 font-size:16px;
}

iframe #outerWidgetContainer
{
	width: 100% !important;
}



@media(max-width: 920px)
{
			.post-block
	{
		height: 600px !important;
	
	}
}

@media(max-width: 768px){
				.post-block
	{
		height: auto !important;
	
	}
}

.flex-caption {
    width: 100%;
    /* padding: 2%; */
    /* left: 0; */
    /* bottom: 0; */
    /* background: rgba(0,0,0,.5); */
    /* color: #fff; */
    text-shadow: 0 2px 0 rgba(0,0,0,0.3);
    /* font-size: 14px; */
    /* line-height: 18px; */
    height: 100px;
    position: relative;
    margin-top: -100px;
    z-index: 99999;
    padding: 40px 35px;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.9));
    font-size: 18px !important;
}

.film-list {
	list-style-type: none;
	color: #656565;
	font-family: "PT Serif";
}
.film-list b {
	letter-spacing: 1px;
	font-family: "Open Sans Bold";
}
.film {
/* 	margin-bottom: 30px; */
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	transition: all 0.7s;
	padding-top: 30px;
}
.film:hover {
	background-color: #efefef;
	transition: all 0.7s;
}
.film-title {
	padding-left: 40px;
	margin-bottom: 20px;
	margin-top: 50px;
	letter-spacing: 2px;
	font-family: "Open Sans Bold";
}

.film-website {
	    
    height: 36px;
    width: 120px;
    text-align: center;
    padding: 0;
	margin-right: 10px;
	border: 2px solid #aaa;
	color: #6f6f6f !important;
	line-height: 33px !important;
	background-color: transparent;
	line-height: 40px;
	font-size: 13px;
}
.film-website:hover {
    background-color: #888;
}
.film-links a {
	margin-right: 10px;
}

.film-links {
	margin-left: 24px;
}

.film-links .fa {
	margin-left:0;
}



.post-block-member {
	margin-bottom: 30px;
}

.grey {
	background-color: #f0f0f0;
}

.video-gallery {
	margin-bottom: 50px;
}


.sharedroom-slider
{
	height: 460px;
	position: relative;
	display: block;
	overflow: hidden;
}

.sharedroom-container
{
	background-color: #f1f1f1;
	padding-bottom: 20px;
	margin-top: 4px; 
}

.sharedroom-slider .sharedroom-title
{
	margin-top: 0;
	
}
.sharedroom-slider .sharedroom-post
{
	padding-top: 30px;
}

.rooms-list
{
	padding: 0;
}

.rooms-div
{
	padding-bottom: 0;
}

.marginauto
{
	margin: auto;
}

.user-block-2
{
	margin-bottom: 35px;
}

.user-block-2 .btn .fa {
    margin-left: 5px;
}

.user-block-2 .btn {
	margin-top: 15px;
}

.user-block-2 .btn {
	height: 35px;
	line-height: 30px;
	width: 140px;
}

.content-members-goodlab p
{
	font-size: 32px !important;
    line-height: 42px !important;
    font-style: italic;
	text-align: center;
}

.various 
{
	background-color: #f5f5f5;
	padding: 60px
}
.various *
{
		color: #333 !important;
		border-color: #333 !important;
}
.various a
{
	font-family: "Open Sans Bold";
}
.various h3
{
		margin-top: 15px;
		margin-bottom: 25px;
		font-size: 35px;
		letter-spacing: -1px;
}
.post-block {
	/*margin-bottom: 25px;*/
/* 	height:300px; */
	padding: 25px 25px 35px 25px;
	
}

.post-block p {
	font-size: 14px !important;
}
.slider-rooms .flex-caption
{
	font-family: "Open Sans Bold";
    text-transform: uppercase;
    font-size: 24px !important;	
}

@media (min-width: 1281px)
{
	.news-grid .post-block
	{
		height: 350px !important;
	}
	
}
.gallery-block
{
	height: 295px !important;
}

@media (max-width: 1366px)
{
	/*	.post-block
	{
		height: 460px !important;
	*/
	
	
	.post-button
	
	{
		width: auto !important;
	}

/*	.post-block
	{
		height: 360px;
	}*/

	.film-title {
		margin-bottom:10px;
		margin-top: 0px;
	}	
}


.alignleft {
	float: left;
	margin-right: 15px;
}

.master-members-margin
{
	margin-bottom: 70px;
}

.rooms-div .slogan
{
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: normal;
}

.post-block .col-sm-2 img
{
	margin-top: 10px;
}
.home-mosaic-box div, .home-mosaic-box
{
	background-size: 110% !important;
	background-position: center;
	transition: background-size 0.3s linear;
}

.home-mosaic-box div:hover, .home-mosaic-box:hover
{
	background-size: 130% !important;
	transition: background-size 0.3s linear;
}
.bio-img {
	margin-bottom: 25px;
}

.goodlabworks-filmography h3 
{
	margin-bottom: 0;
}

.goodlabworks-filmography h3
{
	margin-top: 1px;
	padding-left:40px;
}

.subtitle-date-listing
{
    margin-bottom: 10px;

}


p.text-center.cattivipensieri-photo
{
	margin: auto;
}


.cattivipensieri-photo img {
	border-radius: 100%;
	height: 300px;
	width: 300px;
	object-fit: cover;
	box-shadow: 3px 3px 13px rgba(255, 255, 255, 0.29);
	transition: all 0.5s ease;
}

.cattivipensieri-photo img:hover {
	border-radius: 0;
}
 
.gallery-block img {
    width: 100%;
	height: 200px;
	object-fit: cover;
}

.slider-rooms .slides img
{
	height: 660px !important;
	object-fit: cover;
}


