
/** navigation **/
.menu 
{
	display: block;
}
#page .menu
{
	 opacity: 0.8;
	 margin-left: -1em;
	 margin-top: -1.2em;
	 padding: 10px;
	 background-color: rgb(0,0,0,0.4);
}
#page .menu.is-active
{
	box-shadow: none;
}
#page .menu div
{
	opacity: 1;
}
/** floating burger menu **/
#header .menu.is-active .menu-hamburger 
{
	background: none;
}
#header .menu-hamburger,
#header .menu-hamburger:before, 
#header .menu-hamburger:after 
{
	background-color: white;
}

.menu 
{
	position: fixed;
	top: 25px;
	left: 1.5em;
	width: 44px;
	height: 42px;
	cursor: pointer;
	z-index: 10;
}
.menu:hover .menu-hamburger:before,
.menu:hover .menu-hamburger:after {
  width: 24px;
}
.menu.is-active .menu-hamburger {
  
  	background: none;
  	
}
.menu.is-active .menu-hamburger:before,
.menu.is-active .menu-hamburger:after {
  top: 0;
  width: 24px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  
  background: black;
}
.menu.is-active .menu-hamburger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu.is-active .menu-hamburger:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.menu-hamburger {
  position: relative;
  width: 24px;
  height: 2px;
  margin: 10px 0;
  background: white;
  border-radius: 4px;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before, .menu-hamburger:after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: white;
  position: absolute;
  border-radius: 4px;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before {
  top: -8px;
  left: 0;
  width: 22px;
}
.menu-hamburger:after {
  top: 8px;
  width: 16px;
  left: 0;
}


/* menu is closed */
article#content,
section#contactSec
{
	margin-left: 0;
	z-index: 3;
}
.sideWrap
{
	display: none;
}
#sideWrap 
{
	z-index: 2;
	position: absolute;
	
	padding-top: 0;
	top: 0;
	bottom: 0;
	background-color: white;
	
	border-right: 1px solid silver;
	left: 0;
	
	box-shadow: 0 0 5px 0 gray;
	width: 100%;
	margin-top: 0;
}
#bottomInfo .sideWrap
{
	z-index: 0;
}

/* move content to right when open */
#page.is-open, 
#bottomInfo.is-open 
{
  	overflow: hidden;
}
#page.is-open article#content, 
#bottomInfo.is-open section#contactSec,
#bottomInfo.is-open section#contactData
{
	-webkit-transform: translateX(240px);
	-moz-transform: translateX(240px);
	-ms-transform: translateX(240px);
	-o-transform: translateX(240px);
	transform: translateX(240px);
}
#page.is-open .sideWrap,
#bottomInfo.is-open .sideWrap 
{
  	position: absolute;
  	overflow-y: auto;
    overflow-x: hidden;
  	
  	display: block;
    position: fixed;
    background-color: rgb(255,255,255,0.95);
    
    z-index: 11;
}
#bottomInfo.is-open .sideWrap
{
	z-index: 5;
}



#sideWrap nav
{
	overflow: auto;
	

	margin-top: 60px; 		/* small nav bar*/
	/* margin-top: 152px; 		/* big nav bar*/
	
}
#sideWrap nav
{
	background: none;
	height: auto;
}




/** product menu **/
.collapsible
{
	-webkit-box-shadow: none;
    box-shadow: none;
}
#productMenu
{
	display: block;
	margin-left: 0;
}
.collapsible-body 
{
    padding: 1rem;
    background-color: #eee;
}
#productMenu ul li a 
{
    color: black;
    line-height: 2em;
}
.material-icons
{
	right: 0;
    color: gray;
}
#productMenu ul ul
{
    border: none;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 19px;
}
#productMenu .depth_1.nSignpost a,
#productMenu li[data-menu-id="warm_winter_gardens"].depth_1 a
{
	text-transform: uppercase;
	font-size: 1.2em;
	padding-top: 0.5em;
    margin-top: 0.5em;
}
#productMenu .depth_1.nSignpost > *,
#productMenu li[data-menu-id="warm_winter_gardens"].depth_1 > *
{
	padding-left: 2em;
}
#productMenu .depth_2 a
{
	line-height: 3em;
}
#productMenu .depth_3 a
{
	line-height: 2em;
	font-weight: 300;
}
#productMenu .depth_1.nSignpost .depth_2 a
{
	text-transform: capitalize;
	font-size: 1em;
	border-top: none;
	padding-top: 0;
    margin-top: 0;
} 
#productMenu li[data-menu-id="roof_awnings"] > div a,
#productMenu li[data-menu-id="awnings_vertical"] > div a
{
	cursor: default;
  	opacity: 0.8;
  	text-decoration: none;
  	pointer-events: none;
  	display: block;  /* For IE11 / MS Edge bug */
  	font-style: italic;
}



/** main page blocks **/
#sideWrap
{
	
}
#logo_confico
{
	display: none;
}
#mainContent
{
	padding-top: 0;
}
#mainColumn 
{
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 8.5em;
}







/** index page **/
.animPaper2Roofs p, #roofs p, #pergolas p, #biopergolas p, #awnings p, #floors p
{
    padding-left: 0;
    font-weight: 300;
    padding-right: 1em;
    max-width: initial;
    width: calc(90% - 14px);
}

#awnings #desc
{
	height: auto;
    float: left;
    position: absolute;
    width: 41%;
}
#awnings #desc h2
{
	width: 55%;
}
div#awnings > .halfCol 
{
    width: 59%;
}
div#awnings > .halfCol.toLeft 
{
    float: right;
}
#awnings div 
{
	height: 222px;
}




/** grid **/

.row .col.push-s4
{
	left: 0;
}

/** gallery **/
.shuffle-item 
{
	min-height: 200px;
	margin-bottom: 0;
}
.shuffle-item > div
{
	margin-bottom: 0.2em;
}
#my-shuffle figure span, .galleryContainer figure span 
{
    line-height: 1.2em;
}

/** patterns **/
.pattern.thumbPattern,
#sliderWindow.woSideMenu .pattern.thumbPattern
{
	width: auto;
    margin-left: 49px;
    margin-right: 49px;
}
.pattern .searchTab 
{
   width: 100%;
}
.pattern.hasDoubleToolBar .searchTab 
{
    height: 6.5em;
    margin-top: -6.5em;
    width: 100%;
}
.pattern .iconBar 
{
    right: 8px;
    left: auto;
    padding: 0.5em;
}
.pattern .arrowsBar 
{
    width: 100%;
}
.pattern .arrows.goRight 
{
    position: absolute;
    right: 0;
}
.pattern.thumbPattern.doublePreview .preview,
.pattern.thumbPattern .preview
{
    width: 100%;
}
div[data-mode=mode1].pattern.thumbPattern .preview1 .meta
{
    left: auto;
}


/** reference **/
#mainPaper[data-section="index_reference"] #smallDeviceMenu
{
	margin-top: 1em;
}
#mainPaper[data-section="index_reference"] #smallDeviceMenu li
{
	float: left;
    padding: 1em 2em 1em 0;
    letter-spacing: 0.1em;
    font-weight: 300;
}
#mainPaper[data-section="index_reference"] #smallDeviceMenu li a
{
	color: black;
}
#menuStrip
{
	
}
.card .writtenSlogan 
{
	margin-top: 2em;
    clear: both;
    margin-left: 0;
	line-height: 1.2em;
}

/** reference - video **/
#videoGallery iframe,
#mainPaper[data-content="notice"] iframe,
#mainPaper[data-section="index_product"] iframe.product-video
{
	font-size: 1em;
	width: 55vw;
    height: calc(55vw * 0.563);
}

/* Grid item */
	.shuffle-item 
	{
		cursor: pointer;
	  	min-height: 350px;
	}
	.pattern .shuffle-item 
	{
		min-height: 220px;
	}
	.pattern .type1 .shuffle-item,
	.thumGridGallery.type1 .shuffle-item
	{
		min-height: 130px;
	}
	
	.pattern .type2 .shuffle-item 
	{
		min-height: 220px;
	}
	.pattern .type3 .shuffle-item,
	.thumGridGallery.type3 .shuffle-item
	{
		min-height: 200px;
		
	}
	
.thumGridGallery.type1 .column 
{
    width: 24%;
    
}	
.thumGridGallery.type3 .column 
{
    width: 18%;
    
}




/** footer **/
#pageFooter 
{
    width: 100%;
    height: auto;
    margin-bottom: 3px;
}
#pageFooter div 
{
    margin-left: 2em;
    margin-right: 2em;
    padding-top: 2em;
}
#pageFooter div table 
{
    width: 25%;
}

/** products listings **/
#productslisting .images div
{
	height: calc((100vw - 4em) * 0.89 / 4 * 0.75);
	
}

/** millboard samples **/
#mainPaper[data-content="mb_samples"] .introImage 
#mainPaper[data-content="mb_cl_samples"] .introImage
{
	background-image: none;
}

/** modello mobile submenu **/
.paperMenu a.subMenu2
{
	display: none;
}
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto.modelloContour ,
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto.modelloLinear
{
    background-position-x: left;
    background-position-y: 0em;
    background-size: auto 250px;
    padding-top: 270px;
}
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MCgoldenOak:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MCcopperedOak:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MCsmokedOak:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MClimedOak:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MCashwood:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MCjarrah:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MCantiqueOak:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MCebonyGrey:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MCbrushedBasalt:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MCburntCedar:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MLgoldenOak:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MLcopperedOak:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MLsmokedOak:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MLlimedOak:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MLashwood:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MLjarrah:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MLantiqueOak:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MLebonyGrey:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MLbrushedBasalt:hover),
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto:has(.MLburntCedar:hover) 
{
    background-position-x: left;
    background-position-y: 0em;
    background-size: auto 250px;
    padding-top: 270px;
}
#mainPaper[data-content="mb_modello"] #mbColors .mbColorSection.hasPhoto .color 
{
    width: 22%;
}
#mainPaper[data-content="mb_modello"] #mbColors p.imgDesc 
{
    text-align: left;
    
}




