@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,300italic,300,400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
	    
	    #negozio, .grid {
		    width: 600px !important;
	    }
	    
	    .grid__item img {
		    padding: 10px !important;
	    }
	    
		.negozio-orizzontale, .negozio-orizzontale img {
			width: 380px !important;
			height: 190px !important;
		}

		.negozio-verticale, .negozio-verticale img {
			width: 190px !important;
			height: 380px !important;
		}

		.negozio-orizzontale-lungo, .negozio-orizzontale-lungo img {
			width: 570px !important;
			height: 190px !important;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }


/* ###################### GENERALI ###################### */

body {
	position: relative;
}

html {
/* 	overflow: hidden; */
}

html, body {
  height: 100%;
}

.body {
	overflow: hidden;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -200px;
}

/* ###################### HEADER ###################### */

header {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	height: 70px;
	background-color: white;
	color: rgb(74,74,74);
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid rgb(155,155,155);
    z-index: 100 !important;
}

/*
#container-logo {
	width: 1190px;
	margin: 0 auto;
	padding-left: 20px;
}
*/

#logo {
	width: 180px;
	height: 60px;
	float: left;
	background-image: url(http://rovegnodesign.it/images/logo.png);
	background-repeat: no-repeat;
/* 	background-size: 120px; */
background-size: contain;
	margin-top: 13px;
	margin-left: 100px;
}

#menu-top {
	float: right;
	height: 70px;
	text-transform: uppercase;
	text-align: center;
	display: table;
}

.menu-top-text {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid rgb(155,155,155);
	width: 150px;
	height: 30px;
	cursor: pointer;
	letter-spacing: 5px;
}

#menu-share {
	text-align: right;
/* 	transition: all 0.1s ease-in-out; */
}

.testo-share {
	float: right;
	padding-right: 40px;
	transition: none;
	width: 120px;
}

#menu-share:hover {
	width: 250px;
	text-align: right;	
}

#menu-share:hover .testo-share {
	padding-top: 5px;
}

#menu-share:hover #menu-top-social-share {
	display: block;
}

#menu-top-social-share {
	display: none;
	width: 100px;
	height: 30px;
	float: left;
}

.menu-top-social-share-symbol {
	float: left;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px;
	margin-left: 20px;
}

#menu-click {
	transition: all 0.1s ease-in-out;
}

.testo-menu {
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	display: block;
}

.hamburger {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center center;
	background-image: url(http://rovegnodesign.it/images/hamburger.png);
	float: right;
	margin-right: 20px;
}

.menu-espanso {
	position: fixed !important;
	margin-top: 70px;
}

.menu-espanso-close {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center center;
	background-image: url(http://rovegnodesign.it/images/close.png);
	float: right;
	margin-right: 20px;
}

.menu-click-large {
	width: 300px;
	text-align: left;
	padding-left: 45px;
}


#menu {
	background-color: white;
	border-left: 1px solid rgb(155,155,155);
	width: 300px;
	position: absolute;
	right: -300px;
	z-index: 2;
	transition: left 0.1s ease-in-out;
	display: none;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: rgb(74,74,74);
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-stacked>li+li {
	margin-top: 0px !important;
}

#menu ul li {
	
	border-bottom: 1px solid rgb(155,155,155);
}

#menu ul li:first-of-type {
	
/* 	border-top: 1px solid rgb(155,155,155); */
}

#menu .nav-pills>li>a {
	border-radius: 0px;
}

#menu ul li a {
	padding-top: 25px;
	padding-bottom: 25px;
	color: rgb(74,74,74);
}

#menu-clock {
	width: 220px;
	height: 150px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 300;
	font-size: 9pt;
	background-image: url(http://rovegnodesign.it/images/clock.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center top;
	padding-top: 70px;
}

#menu-social {
	width: 150px;
	height: 30px;
	margin: 0 auto;
	position: absolute;
	left: 75px;
	bottom: 30px;
}

.menu-social-symbol {
	float: left;
	width: 50px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
}

#facebook {
	background-image: url(http://rovegnodesign.it/images/facebook.png);
}
#instagram{

	background-image: url(http://rovegnodesign.it/images/instagram-dark.png);
}

#houzz {
	background-image: url(http://rovegnodesign.it/images/houzz_logo.svg);
}

#twitter {
	background-image: url(http://rovegnodesign.it/images/twitter.png);
}

#linkedin {
	background-image: url(http://rovegnodesign.it/images/linkedin.png);
}

.menu-espanso {
	right: 0 !important;
}

/* ###################### HOME ###################### */

#home-bg {
	position: relative;
	color: white;
}




#home-bg-text {
	position: absolute;
	z-index: 2;
	top: 30%;
}

#home-bg h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 70pt;
	text-transform: uppercase;
	width: 50%;
	max-width: 800px;
	margin-left: 125px;
}

#home-bg h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14pt;
	width: 60%;
	max-width: 800px;
	margin-left: 125px;
}

.carousel.fade {
  opacity: 1;
}

.carousel.fade .item {
  transition: opacity ease-out .7s;
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}

.carousel.fade .item:first-child {
  top: auto;
  opacity: 0;
  position: relative;
}

.carousel.fade .item.active {
  opacity: 1;
}

.carousel-control {
  opacity: 0;
}

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

#featured .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

#home-bg .carousel-indicators {
	margin: 0 auto;
	height: 2px;
	bottom: 30px;
	background-color: rgba(255, 255, 255, .20);
	left: 45%;
}

#home-bg .carousel-indicators li {
	width: 22px;
	height: 22px;
	border-radius: 11px;
	margin-right: 15px;
	margin-top: -11px;
	margin-bottom: 5px;
	background-color: white;
	transition: all 0.2s ease-in-out;
	-moz-background-clip: border;     /* Firefox 3.6 */
  -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
  background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
				
  -moz-background-clip: padding;     /* Firefox 3.6 */
  -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
  background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
				
  -moz-background-clip: content;     /* Firefox 3.6 */
  -webkit-background-clip: content;  /* Safari 4? Chrome 6? */
  background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

#home-bg .carousel-indicators li:last-of-type {
	margin-right: 0px;
}

#home-bg .carousel-indicators .active {
	width: 24px;
	height: 24px;
	border-radius: 12px;
	border: 5px solid rgba(255,255,255, .50) !important;
}



/* ###################### PAGINE INTERNE - REGOLE GENERALI ###################### */

.pi {
	margin-bottom: 100px;
	padding-bottom: 300px;
	font-family: 'Open Sans', sans-serif;
	color: rgb(74,74,74);
	padding-top: 70px !important;
}


.pi-h1 {
	width: 500px;
	height: 125px;
	margin: 0 auto;
	position: relative;
	margin-top: 60px;
}

.pi-h1 h1 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	z-index: 99;
	position: relative;
	font-size: 35pt;
	margin-top: 35px;
	color: black;
}


.bg-h1-pi {
	width: 80px;
	height: 80px;
	border: 7px solid rgba(209,212,214,.30);
	transform: rotate(45deg);
	position: absolute;
	left: 210px;
	margin-top: -75px;
	z-index: 1;
}

.pi p {
	font-family: 'Open Sans', sans-serif;
}

.pi h4 {
	font-family: 'Montserrat', sans-serif;
}

/* ###################### PAGINA SERVIZI ###################### */

#carousel-servizi {
	position: relative;
	height: 600px;
}

.simbolo-servizio img {
	max-width: 70px;
}

#carousel-servizi h2 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.testo-servizio {
	padding: 50px 10%;
	height: 200px;
}

.carousel-control.right, .carousel-control.left {
	background-image: none !important;
}

#carousel-servizi .carousel-control {
	top: 110px;
	width: 40px;
	height: 40px;
	opacity: 1;
}

#carousel-servizi .carousel-control.right {
	
}

#carousel-servizi .carousel-control.left {
	
}

.carousel-arrow {
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	background-size: 40px;
	background-position: center center;
	margin: 0 auto;
}

.carousel-arrow-left {
	background-image: url(http://rovegnodesign.it/images/left.png);
}

.carousel-arrow-right {
	background-image: url(http://rovegnodesign.it/images/right.png);
}

/* ###################### PAGINA PROGETTI ###################### */

#progetti a {
	color: black;
}

.progetto-anteprima {
	margin-bottom: 100px;
}


.progetto-anteprima h3 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 14pt;
	padding-bottom: 20px;
}


.progetto-immagini-anteprima, .progetto-immagini-anteprima img {
	height: 350px;
}


.immagine-anteprima-1, .immagine-anteprima-2 {
	height: 350px;
	padding-right: 2px !important;
	padding-left: 2px !important;
}

.immagine-anteprima-1 img {
	float: right;
}

.immagine-anteprima-2 img {
	float: left;
}

/* ###################### PAGINA PROGETTO INTERNO ###################### */

.progetto-immagine-interna {
	margin-bottom: 30px;
}

#progetto h2 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 15pt;
	padding-bottom: 50px;
}

#progetto h3 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 14pt;
	padding-bottom: 20px;
}

.progetto-testo {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 0px 20%;
	margin-bottom: 50px;
}

.progetto-simile {
	margin-top: 15px;
}

.progetto-simile h4 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: black;
	margin-top: 25px;
}

.progetto-share {
	width: 150px;
	margin: 0 auto;
	height: 30px;
	margin-bottom: 100px;
}

.progetto-share-symbol {
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px;
	float: left;
	margin-right: 20px;
}



#progetto-share-facebook {
	background-image: url(http://rovegnodesign.it/images/mobile/fb-grey.png);
}

#progetto-share-twitter {
	background-image: url(http://rovegnodesign.it/images/mobile/twitter-grey.png);
}

#progetto-share-gplus {
	background-image: url(http://rovegnodesign.it/images/mobile/google-plus-grey.png);
	margin-right: 0px;
}

#progetto-share-facebook:hover {
	background-image: url(http://rovegnodesign.it/images/mobile/fb-black.png);
	background-size: 27px;
}

#progetto-share-twitter:hover {
	background-image: url(http://rovegnodesign.it/images/mobile/twitter-black.png);
	background-size: 29px;
}

#progetto-share-gplus:hover {
	background-image: url(http://rovegnodesign.it/images/mobile/google-plus-black.png);
	background-size: 27px;
}

.titolo-filetto {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.filetto {
	width: 50px;
	height: 20px;
	margin: 0 auto;
	border-top: 3px solid black;
}


/* ###################### PAGINA CHI SIAMO ###################### */

.testo-pi {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* ###################### PAGINA NEGOZIO ###################### */

#negozio {
	margin: 0 auto;
	width: 1170px;
	margin-bottom: 50px;
}

.grid__item {
	float: left;
/* 	padding: 20px; */
}

.grid__item img {
/*
	width: 100%;
	height: 100%;
*/

padding: 20px;
}


.negozio-orizzontale, .negozio-orizzontale img {
	width: 760px;
	height: 380px;
}

.negozio-verticale, .negozio-verticale img {
	width: 380px;
	height: 760px;
}

.negozio-orizzontale-lungo, .negozio-orizzontale-lungo {
	width: 1140px;
	height: 380px;
}

.grid {
	position: relative;
	margin: 0 auto;
}

.js .grid::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background: #252323 url(http://rovegnodesign.it/css/loading.svg) no-repeat 50% 75px;
	background-size: 60px auto;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.js .grid--loaded::after {
	opacity: 0;
}


.grid__item--current {
	opacity: 0 !important;
}

.img-wrap {
	display: block;
}

.img-wrap:focus,
.img-wrap:hover {
	outline: none;
}

.img-wrap img {
	display: block;
	max-width: 100%;
}

.preview {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.preview--open {
	pointer-events: auto;
}


/* circle overlay (generated SVG) */

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.overlay circle {
	-webkit-transition: fill-opacity 0.3s, -webkit-transform 0s 0.3s;
	transition: fill-opacity 0.3s, transform 0s 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
	fill: #1f1d1d;
	fill-opacity: 0;
}

.preview--open .overlay circle {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	fill-opacity: 1;
}

.clone {
	position: fixed;
	z-index: 110;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.2, 1);
	transition: transform 0.6s cubic-bezier(0.5, 1, 0.2, 1);
	-webkit-backface-visibility: hidden;
}

.original {
	position: relative;
	z-index: 120;
	display: block;
	object-fit: contain;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-backface-visibility: hidden;
}

.preview--open .animate {
	/* open */
	-webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
	transition: transform 0.6s, opacity 0.2s;
}

.animate {
	/* close */
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.description {
	color: #fff;
}

.js .description--grid {
	display: none;
}

.description--preview {
	position: fixed;
	z-index: 140;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2em 1em;
	text-align: center;
	opacity: 0;
	background: linear-gradient(180deg, transparent, #1f1d1d);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.preview--open .description--preview {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/* Close button */

.action {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	cursor: pointer;
	vertical-align: top;
	color: white;
	border: none;
	background: none;
}

.action:hover,
.action:focus {
	color: white;
	outline: none;
}

.action--close {
	position: fixed;
	z-index: 150;
	top: 0;
	right: 0;
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
}

.preview--image-loaded .action--close {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.text-hidden {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	color: transparent;
}

.close-light {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center center;
	background-image: url(http://rovegnodesign.it/images/close-light.png);
	display: block;
}

/* ###################### PAGINA CONTATTI ###################### */

#row-form-contatti {
	margin-top: 50px;
}

.info-dx p {
	margin-bottom: 50px;
	color: rgb(155,155,155);
}

#form-contatti input, #form-contatti .input-group-addon {
	border-radius: 0px;
}



#form-contatti .input-group-addon {
	border-radius: 0px;
	display: none;
}


#form-contatti textarea { 
   resize:vertical;/*will prevent resizing horizontally*/
   border-radius: 0px;
}

#form-contatti .input-group, #form-contatti .form-group {
	z-index: 1;
}

#form-contatti button {
	border-radius: 0px;
	background-color: white;
	width: 100px;
}

#info-row {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid rgb(151,151,151);
	border-bottom: 1px solid rgb(151,151,151);
	margin-top: 50px;
	margin-bottom: 50px;
}

#info-row a {
	color: rgb(74,74,74);
}

.info-cell {
	height: 80px;
}

#info-row .info-cell {
	border-right: 1px solid rgb(151,151,151);
	padding-top: 10px;
}

#info-row .info-cell:last-of-type {
	border-right: none;
}

.contatti-fb {
	width: 25px;
}

#mappa {
	width: 100%;
	height: 450px;
	margin-top: 50px;
}


/* ###################### FOOTER ###################### */

footer {
	height: 200px;
	width: 100%;
	background-color: rgb(239,239,239);
	color: rgb(126,117,108);
	font-family: 'Open Sans', sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
}

footer a {
	color: rgb(126,117,108);
}

.footer-info {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgb(151,151,151);
	margin-bottom: 20px;
}

.footer-info .col-md-2 {
	padding-left: 0px;
}

.footer-bottom .col-md-2 {
	padding-left: 0px;
}

.footer-info .pull-right, .footer-bottom .pull-right {
	text-align: right;
	padding-right: 0px;
}


footer .menu-social-symbol {
	background-position: left center;
}

.footer-bottom .pull-right {
	font-family: 'Montserrat', sans-serif;
	text-transform: lowercase;
}

.footer-bottom .pull-right img {
	margin-left: 10px;
	margin-top: -2px;
}

.powered img{
	width: 30px;
}
