/*
Theme Name: Simone Polga
Description: Responsive WordPress theme with all the Twitter Bootstrap elements and features.

Author: Emanuele Galluzzo
Author URI: http://emanuelegalluzzo.com
*/

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

}
*/


/*
@font-face {
    font-family: 'ApercuBoldItalic';
    src: url('fonts/apercu-bolditalic-webfont.eot');
    src: url('fonts/apercu-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercu-bolditalic-webfont.svg#ApercuBoldItalic') format('svg'),
         url('fonts/apercu-bolditalic-webfont.woff') format('woff'),
         url('fonts/apercu-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ApercuItalic';
    src: url('fonts/apercu-italic-webfont.eot');
    src: url('fonts/apercu-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercu-italic-webfont.svg#ApercuItalic') format('svg'),
         url('fonts/apercu-italic-webfont.woff') format('woff'),
         url('fonts/apercu-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}*/




@font-face {
    font-family: 'ApercuLight';
    src: url('fonts/apercu_light.eot');
    src: url('fonts/apercu_light.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercu_light.svg#ApercuLight') format('svg'),
         url('fonts/apercu_light.woff') format('woff'),
         url('fonts/apercu_light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



/*
@font-face {
    font-family: 'ApercuLightItalic';
    src: url('fonts/apercu-lightitalic-webfont.eot');
    src: url('fonts/apercu-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercu-lightitalic-webfont.svg#ApercuLightItalic') format('svg'),
         url('fonts/apercu-lightitalic-webfont.woff') format('woff'),
         url('fonts/apercu-lightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}*/



/*
@font-face {
    font-family: 'ApercuMedium';
    src: url('fonts/apercu-medium-webfont.eot');
    src: url('fonts/apercu-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercu-medium-webfont.svg#ApercuMedium') format('svg'),
         url('fonts/apercu-medium-webfont.woff') format('woff'),
         url('fonts/apercu-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
*/


/*
@font-face {
    font-family: 'ApercuMediumItalic';
    src: url('fonts/apercu-mediumitalic-webfont.eot');
    src: url('fonts/apercu-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercu-mediumitalic-webfont.svg#ApercuMediumItalic') format('svg'),
         url('fonts/apercu-mediumitalic-webfont.woff') format('woff'),
         url('fonts/apercu-mediumitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ApercuMono';
    src: url('fonts/apercu-mono-webfont.eot');
    src: url('fonts/apercu-mono-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercu-mono-webfont.svg#ApercuMono') format('svg'),
         url('fonts/apercu-mono-webfont.woff') format('woff'),
         url('fonts/apercu-mono-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}*/

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

}*/

@font-face {
    font-family: 'Times Now';
    src: url('fonts/TimesNow-SemiLight.eot');
    src: local('Times Now SemiLight'), local('TimesNow-SemiLight'),
        url('fonts/TimesNow-SemiLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/TimesNow-SemiLight.woff2') format('woff2'),
        url('fonts/TimesNow-SemiLight.woff') format('woff'),
        url('fonts/TimesNow-SemiLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

.overlayfade {background:#fff; position:fixed; top:0; left:0; right:0; bottom:0; z-index:999999999;}

body {
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #ffffff;
	color: #000;
	font-family: 'ApercuLight', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'ApercuLight', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	}

h1 { font-size: 35px; margin-bottom: 30px; margin-top: 30px; }

.author-avatar img { -webkit-border-radius: 95px; -moz-border-radius: 95px; border-radius: 95px; }

.container {width:100%; max-width:1900px; /*padding:0 65px;*/}

.nopadding {padding-left:0 !important; padding-right:0 !important;}

/* Paragraph & Typographic */
p {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 25px;
  margin-top: 5px;
	letter-spacing:0.03em;
}

.centered { text-align: center; }

/* Links */
a {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	color: #777;
	transition: color 0.1s ease-in, background 0.1s ease-in;
	word-wrap: break-word;
}

a:hover,
a:focus { color: #555; outline: 0; text-decoration: none; }

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

/* IMAGES COPY OR DOWNLOAD PREVENTION */
.nocopy {position:relative; overflow:hidden;}
.nocopy:after,
.fancybox-inner:after,
.work-item a:after {
	content:'';
	display:block;
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	width:100%;
	height:100%;
	/*background:#ccc;*/
	z-index:2;}

.logo {
  margin-top: -10px;
  position: fixed;
  top: 50%;
  z-index: 999;
	left:45px;
}


header {position:fixed; top:0; left:0; z-index:999; width:100%;}

.navbar { margin-bottom: 0px;
	/*
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;*/}


.navbar:hover {/*background-color:#fff;*/ /*-moz-box-shadow: 0 0 50px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.2); box-shadow: 0 0 50px rgba(0,0,0,0.2);*/}

.navbar-inverse { padding-bottom: 20px; padding-top: 20px; /*background:none;*/ background-color:#fff; border:none; }

.navbar-nav > li {float: left;}

.navbar-inverse .navbar-nav {width:100%; margin:0;}

.navbar-inverse .navbar-nav > li a { color:#000; padding:5px 10px 5px; font-size:15px; letter-spacing: 0.05em; /*font-weight:700;*/
	font-weight: normal;
	font-style: normal; }

.navbar-inverse .navbar-nav > li a:hover, .navbar-inverse .navbar-nav > li a:focus, .navbar-inverse .navbar-nav > li a.active { color: #222222; }

.navbar-inverse .navbar-nav > li a:hover span, .navbar-inverse .navbar-nav > li a.active span, .navbar-inverse .navbar-nav > li a.current span {border-bottom:1px solid #000;}

.navbar-inverse .navbar-nav > li.pull-xs-right {float:right;}

.navbar-inverse .navbar-toggle { border-color: transparent; }

.subnav-work, .subnav-clients {display:none;}

.subnav-work.nav.navbar-nav a, .subnav-clients.nav.navbar-nav a {font-size: 13px; padding-top:5px;
	font-weight: normal;
	font-style: normal;}

.navbar-toggle {display: none;} /* mobile menu not needed in this case */




.progress-bar-theme { background-color: #aaa; }


/* Helpers */

.mt { margin-bottom: 40px; margin-top: 40px; }

.pt { padding-bottom: 65px; padding-top: 65px; }


/* +++++ WRAP SECTIONS +++++ */

#ww { background-color: #f2f2f2; padding-bottom: 70px; padding-top: 70px; }


#footer { background-color: #2f2f2f; padding-bottom: 0; padding-top: 30px; }
#footer .container { padding-left: 30px; padding-rigt: 30px; }

#footer p { color: white; }

#footer h4 { color: white; padding-bottom: 20px; text-transform: uppercase; }


@media only screen and (max-width : 767px){
  #footer { padding-top: 1.5em; }
  #footer p { margin-bottom: 1em; }

}


/* +++++ Color Wraps / Blog Page +++++ */

#grey { background-color: #f2f2f2; padding-bottom: 60px; padding-top: 60px; }

#white { background-color: #ffffff; padding-bottom: 60px; padding-top: 60px; }



/* Blog Date*/
bd {
	color: #d2d2d2;
	font-size: 11px;
	/*font-weight: 700;*/
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

/* Blog Author*/
ba { font-size: 11px; padding-left: 5px; text-transform: uppercase; }

/* Blog Quote */
.bq { font-size: 22px; padding-top: 30px; }

/* Blog Tags */
bt { font-size: 12px; }

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom {
    display:block;
    position:relative;
    overflow:hidden;
    background:transparent url(images/loader.gif) no-repeat center;
}


.zoomOverlay {
    position:absolute;
    top:0; left:0;
    bottom:0; right:0;
    display:none;
    /*background-image:url(images/zoom.png);
    background-repeat:no-repeat;
    background-position:center;*/
}

.zoom2 {
	opacity: 1;
}

.zoom2:hover {
	opacity: 0.5;
}


.twocolumns {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
  -moz-column-gap: 30px; /* Firefox */
  column-gap: 30px;
}

.threecolumns {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
  -moz-column-gap: 30px; /* Firefox */
  column-gap: 30px;
}

.twocolumns p, .threecolumns p {margin-top:0; /*display:inline-block; ERROR IN CHROME */ 	text-align:justify;
	-webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;}


.works-title {margin-top: 20px;}
.tax-portfolio_cats .works-title, .tax-portfolio_clients .works-title {padding: 0 25px;}
.works-list/*, .works-title*/ {padding:0 20px;}
.works-grid {overflow:hidden; width:100%; position:relative;}
.work-item {padding:0 20px;}
.work-item img {width:100%; height:auto;}
.work-item p {color:#777;}
/*.work-item a {opacity:0;}*/
.work-item img, .work-item p, .work-item .title-hover  {
	-moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;}
/*.work-item:hover img {opacity:0.7;}*/
.work-item:hover p {color:#000;}
.work-item .black {background:#fff;}
.work-item .title-hover {color:#000; opacity:0; text-decoration:underline; font-size:18px;}
.work-item:hover .title-hover {opacity:1; background:rgba(255,255,255,0.7);}

.navbar-inverse .navbar-nav > li a.not-clickable {cursor:default;}
.navbar-inverse .navbar-nav > li a.not-clickable span {cursor:default; color:#999; text-decoration:none !important;}
.navbar-inverse .navbar-nav > li a.not-clickable:hover span {text-decoration:none; border:none;}

#content-project, #content-homepage {padding: 0 25px;}
.see-all-work, .pr_prev_a, .pr_next_a {margin:30px 0; display:inline-block; font-size:18px; text-decoration:none; color:#000;}
.see-all-work:hover span, .pr_prev_a:hover span, .pr_next_a:hover span {border-bottom:1px solid #000;}

fieldset {padding:0; margin:0;}

.contact-data, .contact-data a {color:#777;}


@media only screen and (max-width :767px){
  .container {padding-left:15px; padding-right:15px;}
	.logo {left:20px;}
	.navbar-inverse {padding-bottom: 10px; padding-top: 5px;}
	.pt {padding-bottom: 35px; padding-top: 35px;}
	.twocolumns, .threecolumns  {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	  -moz-column-count: 1; /* Firefox */
	  column-count: 1;
	}
	p {
	  font-size: 12px;
	  line-height: 14px;
	}
}

@media only screen and (min-width :1600px){
	.twocolumns, .threecolumns  {
		-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
		-moz-column-gap: 50px; /* Firefox */
		column-gap: 50px;
		margin-bottom:20px;
	}
}






/* SIMONE POLGA */

body {position:relative;}

/*
centered
a.logo-polga {width:220px; height:40px; margin-left:-110px; margin-top:0px; left:50%; text-align:center; position:absolute; z-index:9999;}
*/

.homesplash {overflow:hidden; width:100%; top:0; left:0; display:flex; flex-direction: column; justify-content: center; z-index:1; min-height: 100vh;  }
.homesplash .singleblock { height: 100%; }


a.logo-polga { position: absolute; left: 30px; top: 14px; width:126px; height:40px; z-index:9999;}

.logoinsplash {margin-top:20px; width:100%;}

.no-desktop, .blocco-img .singleblock.no-desktop {display:none;}

.splashtext p { font-family: 'Times Now'; letter-spacing: 0; line-height: 1.2em; text-align: center;}

.splashtext.no-mobile p { font-size: 3.4vh; width: 21em; margin: 0 auto 1.5em;  }
.splashtext.no-mobile p:last-of-type{ margin-bottom: 0; }
/* .splashtext.no-mobile p:first-of-type { margin-top: 80px; } */


.icon_arrow-down { background: url("images/icon_arrow-down.svg") no-repeat center center; bottom: 40px; display: block; height: 36px; left: 50%; margin-left: -13px; position: absolute; width: 26px; }

@media only screen and (max-width : 767px){
  .homesplash { display: flex; width: 100%; min-height: calc(100vh - 20em); flex-direction: column; justify-content: center; z-index: 1; position: relative !important; top: 0 !important; padding: 80px 0; }

  .splashtext.no-desktop p { font-size: 5.1vw; padding: 0 10px; margin: 0 auto 1.2em;  }

  .icon_arrow-down { bottom: 15px; height: 28px; }
  .page-template-template-homepage #mainheader { position: fixed !important; margin-top: 0 !important; }
  .page-template-template-homepage #wrapper { display: none; margin-top: 0 !important; }

}

/* orientation : landscape */

@media only screen and (max-device-width: 767px) and (orientation: landscape) {
  .homesplash { display: flex; width: 100%; flex-direction: column; justify-content: center; z-index: 1; position: relative !important; top: 0 !important; padding: 70px 0 40px; }

  .splashtext.no-mobile {display:none;}
  .splashtext.no-desktop {display:block;}

  .splashtext.no-desktop p { font-size:18px;  }

}
/* orientation : landscape */

@media only screen and (max-width: 480px) and (orientation: portrait) {
  .splashtext.no-desktop p:first-of-type { margin-top: 0;  }
}



.row-same-height {
    display: table;
}
.col-same-height {
    display: table-cell;
    float: none !important;
	position: relative;
}

.rigablocchi, .rigavideo {margin-bottom:30px; overflow:hidden; float:none;}
.rigablocchi.bloccomisura {margin-bottom:0;}

.blocco-img .singleblock {height:400px; background-size:cover; background-attachment:scroll; background-position:center center; display:block;}
.blocco-img a:after {
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  content:"";
  position:absolute;
  top:0; left:0; right:0; bottom:0;
  z-index:1;
}
.blocco-img a:hover:after {background:rgba(255,255,255,0.7);}
.blocco-img a h2 {
  opacity:0;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;}
.blocco-img a:hover h2 {opacity:1; text-decoration:underline;}

.filter.option-set li {display:inline-block;}
#options {
    background: #fff none repeat scroll 0 0;
    left: 65px;
    padding:10px 0px;
    position: absolute;
    top: -5px;
    width: 0px;
    height:40px;
    overflow:hidden;
    z-index: 1;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.option-combo.category {height:25px; width:400px; overflow:hidden; float:right;}
.navbar-nav > li:hover #options {width:400px;}
.filter.option-set li a:hover {text-decoration:underline; color:#000;}

.bloccodropdown_num_3 .img2 .singleblock,
.bloccodropdown_num_3 .img3 .singleblock {height:185px;}
.bloccodropdown_num_3 .img2 .singleblock {margin-bottom:30px;}

.bloccodropdown_num_5 .img1 .singleblock,
.bloccodropdown_num_5 .img2 .singleblock {height:185px;}
.bloccodropdown_num_5 .img1 .singleblock {margin-bottom:30px;}

.works-title h1 {margin-bottom:0;}
.works-title h2 {font-size:18px;}

.proj-text {font-size:18px; line-height:24px; margin:0;}
.proj-text p {font-size:18px; line-height:24px; margin-bottom:1em; }

.proj-text {vertical-align:top; padding-top:30px;}

.detailstext {margin-top:30px;}
.detailstext p {font-size:14px; line-height:20px; margin:0;}

.works-title {margin-top:0px;} /* CORREZIONE */

.proj-categories {position:absolute; bottom:0;}

.singleblock h2 {margin:0; position:absolute; width:100%; text-align:center; bottom:50%; left:0; font-size:18px; z-index:2;}

.introproject img {width:100%;}
.introproject img.imagetop-mobile { display: none; }
@media only screen and (max-width : 767px){
  .introproject img.imagetop-desktop { display: none; }
  .introproject img.imagetop-mobile { display: inline-block; }
}


.page-template-template-homepage #wrapper { display: none; margin-top: 100vh; background:#fff; position:relative; z-index:2;}

.page-template-template-homepage #mainheader {position:fixed;}
.page-template-template-homepage #mainheader.fixed {position:fixed;}

.work-sizer {height:0px;}
.work-item {padding-bottom:30px;}
.work-item.col-lg-4 {width:32%;}

.linktoallwork a img.allworkoff {
  position:relative; z-index:2; top:0; left:0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;}
.linktoallwork a:hover img.allworkoff {opacity:0;}
.linktoallwork a img.allworkon, .linktoallwork a:hover img.allworkon {opacity:1 !important; position:absolute; z-index:1; top:0; left:0;}
.linktoallwork:hover, .linktoallwork:hover .blocco-img, .linktoallwork .blocco-img:hover, .linktoallwork:hover a.singleblock, .linktoallwork .blocco-img:hover a.singleblock, .linktoallwork .blocco-img a.singleblock:hover {opacity:1 !important;}
.linktoallwork .blocco-img a:after {display:none !important;}

#container1,
#container1 .work-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

#container1 .work-item {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

#container1 .work-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

a.zoom.black {position:relative; display:block; text-align:center;}
/*.title-hover-cell {position:absolute; top:0; left:0; width:100%; right:0; bottom:0; z-index:2;}*/
a.zoom img {position:absolute; z-index:1; left:0; top:0; width:100%;}
.title-hover {display:table-cell; vertical-align: middle; position:relative; top:0; left:0; width:100%; right:0; bottom:0; z-index:2;}

#footer {background:#000; color:#fff; z-index:998; position:relative;}
#footer a {color:#fff; text-decoration:none;}
#footer #text-3 {text-align:center;}
#footer #text-2 {text-align:right;}

#top-link-block {width:100px; text-align:center; position:absolute; right:50%; margin-right:-50px; z-index:999;}

#top-link-block.affix-top {
    bottom: -82px;
}
#top-link-block.affix {
    bottom: 200px;
}

.error404 #wrapper {margin-bottom:200px;}


.fadein { position:relative;}
.fadein img { position:absolute; left:0; top:0; }

.fadelinks, .faderandom { position:relative; height:332px; width:500px; }
.fadelinks > *, .faderandom > * { position:absolute; left:0; top:0; display:block; }

.multipleslides { position:relative; height:332px; width:500px; float:left; }
.multipleslides > * { position:absolute; left:0; top:0; display:block; }

.blocco-img a.singleblock.fadein div {position:absolute; left:0; top:0; width:100%; height:100%; background-size:cover; background-position:center center;}
.blocco-img a.singleblock.fadein div.slide-mobile { display: none; }

/** menu side **/
#wrapper,
#mainheader,
#footer {
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}

.navigation-visible #wrapper,
.navigation-visible #mainheader,
.navigation-visible #footer {
    -webkit-transform: translate3d(-255px, 0px, 0px);
    -moz-transform: translate3d(-255px, 0px, 0px);
    -ms-transform: translate3d(-255px, 0px, 0px);
    transform: translate3d(-255px, 0px, 0px);
}
.navigation-visible .responsive-navigation {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.responsive-navigation {
    background-color: #000;
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 255px;
    z-index: -100;
}
.responsive-navigation {
    color: white;
    padding: 10px 20px;
    -webkit-transform: translate3d(255px, 0px, 0px);
    -moz-transform: translate3d(255px, 0px, 0px);
    -ms-transform: translate3d(255px, 0px, 0px);
    transform: translate3d(255px, 0px, 0px);
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -ms-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    z-index: 1000;
}
.btn-show-nav-responsive {
    background-image: url("images/icon_menu.svg");
    display: none;
    float: right;
    height: 26px;
    margin-bottom: 0px;
    margin-top: 7px;
    margin-right:12px;
    opacity: 1;
    -webkit-transform: opacity 0.2s ease 0s;
    -moz-transform: opacity 0.2s ease 0s;
    -ms-transform: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    width: 36px;
}
.navigation-visible .btn-show-nav-responsive {opacity:0;}
.responsive-navigation__header {
    height: 50px;
    position: relative;
}
.responsive-navigation__close-btn {
    background-image: url("images/icon_menu_close.svg");
    height: 28px;
    position: absolute;
    right: 0;
    width: 28px;
}
.responsive-navigation a {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    text-align: right;
    width: 100%;
}
.responsive-navigation a.current {text-decoration:underline;}
/** fine menu side **/

.leftcolumntext {padding-right:50px;}
.rightcolumntext {padding-left:50px;}
.leftcolumntext p, .rightcolumntext p {font-size: 18px; line-height: 24px;}
.leftcolumntext ul, .rightcolumntext ul {font-size: 18px; line-height: 24px; list-style: disc; margin: 0 0 0 1em; }
.leftcolumntext p+ul { margin-top: -1em; }
.threecolumnstext {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    margin-top:50px;
    margin-bottom:20px;
}
.threecolumnstext p {margin-top:0;}
.threecolumnstext strong {text-transform: uppercase;}

.threecolumnstext h2 {margin:0 0 20px;
  -webkit-column-span: all; /* Chrome, Safari, Opera */
  -moz-column-span: all;
  column-span: all;
}
.presslink {text-align:center;}
.page-template-template-info .works-list {padding:0;}
.page-template-template-info .work-item.col-lg-4 {width:33%;}

@media only screen and (max-width : 767px){
  #footer #text-3, #footer #text-2, #footer #text-4 {text-align:center;}
  .see-all-work, .pr_prev_a, .pr_next_a {text-align:center;}
  .single-portfolio .col-same-height {display:block;}
  .single-portfolio .proj-categories {
    margin-bottom: 20px; /* 30px se su 2 colonne */
    position: relative;
  }
  .proj-text, .proj-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .rigablocchi {margin-bottom:0;}
  .blocco-img .singleblock {margin-bottom:30px;}

  .blocco-img a.singleblock.fadein div.slide-mobile { display: block; }
  .blocco-img a.singleblock.fadein div.slide-desktop { display: none; }


  /* containers */
  .works-list {padding:0;}
  .navbar .container {padding:0;}
  #content-project, #content-homepage {padding:0;}

  #wrapper {margin-top:50px;}

  /* menu */
  a.logo-polga {
    width: 96px;
    top: 10px;
    left: 10px;
    /*
    height: 32px;
    margin-left: -75px;
    margin-top: 5px;
    width: 150px;
    */
  }
  #options {
    background: #fff none repeat scroll 0 0;
    height: auto;
    left: 0;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    text-align: justify;
    top: 0px;
    transition: all 300ms ease 0s;
    width: 100%;
    z-index: 1;
  }
  .option-combo.category {width:100%; height:auto; overflow:visible;}
  .navbar-nav > li {width: 100%;}
  .navbar-nav > li:hover #options {width:100%;}
  body .navbar-nav li a {display:none;}
  body .navbar-nav #options li a {display:inline; padding:5px 1px; letter-spacing:0;}
  .btn-show-nav-responsive {display:block;}
  .filter.option-set li {display:inline; text-align:justify;}
  #options .filter.option-set {
    display: inline-block;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  .presslink {text-align:center;}
  .page-template-template-info .work-item.col-lg-4 {width:100%;}
  .leftcolumntext {padding-right:15px; width:100% !important; display:block !important;}
  .rightcolumntext {padding-left:15px; width:100% !important; display:block !important;}
  .threecolumnstext {
      -webkit-column-count: 1; /* Chrome, Safari, Opera */
      -moz-column-count: 1; /* Firefox */
      column-count: 1;
      -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
      -moz-column-gap: 0px; /* Firefox */
      column-gap: 0px;
      margin-top:20px;
      margin-bottom:20px;
  }
  .no-desktop, .blocco-img .singleblock.no-desktop {display:block;}
  .no-mobile, .blocco-img .singleblock.no-mobile {display:none;}
}
