/******TYPO**********/

p{
	font-size: 16px;
	line-height: 24px;
	color: #555;
}

h1,h2,h3,h4,h5,h6{
	width: 100%;
}

h1{
	font-size: 3rem;
	padding-bottom: 20px;
}

h2{
	font-size: 2.5rem;
	padding-bottom: 10px;
}

h3{
	font-size: 2.2rem;
	padding-bottom: 10px;
}

h4{
	font-size: 1.7rem;
	padding-bottom: 10px;
}

.bold{
	font-weight: bold;
}

.small08{
	font-size: 0.8em;
}

h3.underline{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

h1.pagetitle{
	margin: 50px 0 30px;
}

p.left, h1.left, h2.left, h3.left{
	text-align: left;
}

p.center, h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
	text-align: center;
}

p{
	padding-bottom: 20px;
}

p.footer-extra-content{
	font-size: 12px;
	line-height: 17px;
}

p.footer-info-title, p.footer-info-link{
	padding-bottom: 0;
}

p.blue, h1.blue, h2.blue, h3.blue, a.blue, .single-text a {
	color: #0070c9;
}

.single-text a{
    text-decoration: underline;
}

p.white, h1.white, h2.white, h3.white, a.white {
	color: white;
}

p.big{
	font-size: 24px;
	line-height: 36px;
}

.thumb-designer .thumb-title{
    font-size: 1.5rem;
    line-height: 2rem;
}

.dealer a{
	color: #0070c9 !important;
	text-decoration: underline !important;
}
/******END TYPO**********/

img{
	display: block;
}

img[src*="jpg"]{
	background: transparent url(/assets/images/spinner.svg) no-repeat scroll center center;
}

a img{
	border: 0;	
    -webkit-transition: all 0.3s; /* Safari */
  	transition: all 0.3s;
}

a img:hover{
	border: 0;	
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}

a.blue{
    -webkit-transition: all 0.3s; /* Safari */
  	transition: all 0.3s;
}

a.blue:hover{
	color: black;
}

.mySlides {
	display:none;
}

video.home-video{
	width: 100%;
	height: auto;
}

.home-collection-banner{
	height: 700px;
	width: 100%;
	margin-top: -3px;
}

.overlay{
	position: relative;
	width: 100%;
	height: 100%;
}

.overlay.black{
	background-color: rgba(0,0,0,0.4)
}

.overlay.white{
	background-color: rgba(255,255,255,0.75)
}

.padding-xs{
	padding: 10px;
}

.padding-s{
	padding: 30px;
}

.padding-m{
	padding: 60px;
}

.padding-l{
	padding: 90px;
}

.padding-xl{
	padding: 120px;
}

.padding-xxl{
	padding: 200px;
}

.no-margin{
	margin: 0 !important;
}

.flex-wrap-center{
	display: flex;
  	flex-wrap: wrap;
  	align-content: center;
}
  	
.flex-wrap-center *{
	margin: 0 auto;
}

.headerContainer{
	z-index: 999;
	background: rgba(255,255,255,0.95);
	border-bottom: solid 1px rgba(0,0,0,0.2);
	position: fixed;
	width: 100%;
	height: 6rem;
    margin-top: -4rem;
    -webkit-transition: all 0.3s; /* Safari */
  	transition: all 0.3s;
}

.headerContainer.open-nav{
	height: 20rem;
}

.line-break {
  width: 100%;
}

.yt-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.yt-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

button, .button{
	padding: 10px 20px;
	font-size: 20px;
	border-radius: 40px;
	-webkit-transition: all 0.3s; /* Safari */
  	transition: all 0.3s;
  	margin-top: 5px;
  	margin-bottom: : 5px;
}

button.slider-btn{
	border-radius: 0;
}

.button.small{
	font-size: 14px;
}

button.blackoutline, .button.blackoutline{
	color: black;
	border: solid 2px black;
	background: transparent;
}


button.blackoutline:hover, .button.blackoutline:hover{
	background: black;
	color: white;
}


button.whiteoutline, .button.whiteoutline{
	color: white;
	border: solid 2px white;
	border-color: white;
	background: transparent;
}

button.whiteoutline:hover, .button.whiteoutline:hover{
	background: white;
	color: black;
}

.collapsible-content{
	overflow: hidden;
    max-height: 0;
    max-width: 600px;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}


main{
    margin-top: 2rem;
}

main.homevideo{
    margin-top: 0;
}

main.newproducts{
    margin-top: 4rem;
}

.carousel{
	background-color: #ececec;
}

.carousel img {
  display: block;
  height: 700px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.container-medium{
	max-width: 106rem; 
	margin: 0 auto; 
	box-sizing: border-box;

}

.yellowbg{
	background: #fffce4;
}

.tabz {
	width: -moz-calc(100% - 5rem);
	width: -webkit-calc(100% - 5rem);
	width: -o-calc(100% - 5rem);
	width: calc(100% - 5rem);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: solid 1px rgba(0,0,0,0.2);
	margin: 0 auto 80px auto;
}

.tabz.picz {
	width: 100%;
	border: 0;
	align-items: flex-start;
	padding: 0 2.5rem;
	justify-content: center;
}

.tabz.picz .tableft{
	padding-right: 5px;
}

.tabz.picz .tabright{
	padding-left: 5px;
}

.tabz .tabright, .tabz .tableft, .tabz .tab50{
	width: 50%;
	display: -webkit-flex; /* Safari */
  	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}	

.tabz .tab50.border-left{
	border-left: 1px solid rgba(0,0,0,0.1);
}

.tabz .tabright img, .tabz .tableft img, .tabz .tab50 img {
	max-width: 100%;
}

.tabz .tab50 img, .caption {
	padding: 5px;
}

.tabz .text{
	padding: 30px 40px 10px;
}	

.tabz .tabtop, .tabz .tabbottom, .tabz .tabtop img, .tabz .tabbottom img, .tabz .text p, .tabz .text h1, .tabz .text h2, .tabz .text h3, .tabz .text h4{
	width: 100%;
}

.drawing{
	padding: 30px;
}

.drawing img{
	min-height: 450px;
}


.color-tab-container{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;	
}

.color-tab{
	text-align: center;
	max-width: 150px;
	padding: 10px;
}

.color-swatch{
	margin: 0 auto;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	box-shadow: 2px 2px 7px rgba(0,0,0,0.2);
}

.color-position{
	font-size: 1.6rem;
	margin-bottom: 10px;
	color: #666;
}

.color-name{
	font-size: 1.2rem;
	margin-top: 5px;
} 	


div.colors td{
	text-align: center;
	max-width: 150px;
}



.spaced{
	margin: 8rem 0;
}

article.thumb{
    -webkit-transition: all 0.3s; /* Safari */
  	transition: all 0.3s;
}

.powered-by{
	display: none;
}

.home-news-grid .thumb-designer {
    -webkit-box-flex: 0;
    flex: 0 1 20%;
    padding-bottom: 0;
}

.linetop{
	border-top: solid 1px #ccc; 
	width: 100%; 
	padding-top: 5px;
}

.alert{
	background: #fd000073;
	color: white;
	padding: 10px;
	margin-bottom: 10px;
}


#contactform input[type="text"],
#contactform input[type="date"],
#contactform input[type="datetime"],
#contactform input[type="email"],
#contactform input[type="number"],
#contactform input[type="search"],
#contactform input[type="time"],
#contactform input[type="url"],
#contactform textarea,
#contactform select {
	border: solid 1px #ccc;
	border-radius: 4px;
	font-size: 14px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: white;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 10px;
}

#contactform select{
	color: #666666;
}

#contactform textarea{
	resize: none;
}

#contactform input[type="text"]:focus,
#contactform input[type="date"]:focus,
#contactform input[type="datetime"]:focus,
#contactform input[type="email"]:focus,
#contactform input[type="number"]:focus,
#contactform input[type="search"]:focus,
#contactform input[type="time"]:focus,
#contactform input[type="url"]:focus,
#contactform textarea:focus,
#contactform select:focus{
	background: #f7f7f7;
}
#contactform select{
	-webkit-appearance: menulist-button;
	height:35px;
}

#contactform input[type="submit"],
#contactform input[type="button"]
{
	width: 100%;
	padding: 10px 20px;
	font-size: 20px;
	border-radius: 40px;
	-webkit-transition: all 0.3s; /* Safari */
  	transition: all 0.3s;
  	color: black;
	border: solid 2px black;
	background: transparent;
}
#contactform input[type="submit"]:hover,
#contactform input[type="button"]:hover
{
	background: black;
	color: white;
}

.breadcrumb{
	padding: 1.5rem 3rem;
	width: 100%;
}
.breadcrumb li{
	display: inline;
	font-size: 1.2em;
}

.flexalignright{
	width: 100%;
	display: flex; 
	justify-content: flex-end;
}

.backbutt{
	width: 30px;
	height: 30px;
	margin: 0 3rem 1.5rem;
	border: solid 1px #ccc;
	border-radius: 100%;
	color: #ccc;
	font-size: 2em;
	text-align: center;
	margin-top: -55px;

    -webkit-transition: all 0.3s; /* Safari */
  	transition: all 0.3s;
}

.backbutt:hover, .backbutt:active, .backbutt:focus {
	color: white;
	background-color: #000;
	border: solid 1px #000;
}

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

.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 4s infinite}@keyframes fading{0%{opacity:0}3%{opacity:1}97%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 1s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}




/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { 
	display: none;  
}
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 50%;
	top: 65px;
	margin-left: -100px;
	width: 200px;
	height: 200px;
	z-index: 9999;
	background: url(/assets/images/spinner-small.svg) top no-repeat;
}


.download-btn,.downloads-item,.download-product-item{
    border-bottom: 1px solid #dadada;
    border-radius: 0px;
}

.dealers-zone {
    max-width: 106rem !important;
}



/*******TOTAL PARALLAX*****/
/*section.home-collection-parallax { 
  /* The image used */
  /*background-image: url("/pallucco/content/homevideo/pallucco-totem-bg.jpg");

  /* Set a specific height */
  /*height: 500px; 

  /* Create the parallax scrolling effect */
  /*background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/



/*******GRADUAL PARALLAX****

.homevideo {
  /* The height needs to be set to a fixed value for the effect to work.
   * 100vh is the full height of the viewport. */
  /*height: 100vh;
  /* The scaling of the images would add a horizontal scrollbar, so disable x overflow. */
  /*overflow-x: hidden;
  /* Enable scrolling on the page. */
  /*overflow-y: auto;
  /* Set the perspective to 2px. This is essentailly the simulated distance from the viewport to transformed objects.*/
  /*perspective: 2px;
}

.parall-section {
  /* Needed for children to be absolutely positioned relative to the parent. */
  /*position: relative;
  /* The height of the container. Must be set, but it doesn't really matter what the value is. */
  /*height: 500px;
  
  /* For text formatting. */
  /*display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-shadow: 0 0 5px #000;
}

.parallax::after {
  /* Display and position the pseudo-element */
  /*content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
  /* Move the pseudo-element back away from the camera,
   * then scale it back up to fill the viewport.
   * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
  /*transform: translateZ(-1px) scale(1.5);
  /* Force the background image to fill the whole element. */
  /*ackground-size: 100%;
  /* Keep the image from overlapping sibling elements. */ 
  /*z-index: -1;
}

/*The styling for the static div. */
/*.static {
  background: red;
}

/* Sets the actual background images to adorable kitties. This part is crucial. */
/*.totem::after {
  background-image: url('/pallucco/content/homevideo/pallucco-totem-bg.jpg');
}
*/


/**SPINNER*

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #07d;
  border-bottom-color: #07d;
  animation: spinner .8s ease infinite;
}

*/





/*** MEDIA QUERIES ****/

@media screen and (min-width: 1600px) {
	.home-collection-banner{
		height: 900px;
	}
}

@media screen and (max-width: 1200px) {
	.home-collection-banner{
		height: 500px;
	}

	.carousel img {
	  height: 500px;
	}

	.tabz .tabright, .tabz .tableft, .tabz .tab50{
		width: 100%;
	}

	.tabz.picz .tabright, .tabz.picz .tableft, .tabz.picz .tab50{
		width: 50%;
	}

}

@media screen and (max-width: 760px) {
	.home-news-grid .thumb-designer {
	    flex: 0 1 33%;
	}

	.home-news-grid article.thumb-designer:nth-child(4), .home-news-grid article.thumb-designer:nth-child(5) {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	/*.tabz .right, .tabz .left{
		width: 100%;
	}*/

	.padding-xs{
		padding: 5px;
	}

	.padding-s{
		padding: 10px;
	}

	.padding-m{
		padding: 20px;
	}

	.padding-l{
		padding: 30px;
	}

	.padding-xl{
		padding: 50px;
	}

	.padding-xxl{
		padding: 60px;
	}

	.tabz.picz .tabright, .tabz.picz .tableft, .tabz.picz .tab50{
		width: 100%;
	}

	.tabz .tab50.border-left{
		border-left: 0;
	}
}

@media screen and (max-width: 600px) {
	.headerContainer.open-nav {
	    height: 26rem;
	}

	.carousel img {
	  height: 400px;
	}
}

@media (max-width: 500px){
	.home-news-grid .thumb-designer {
	    flex: 0 1 50%;
	}

	.home-news-grid article.thumb-news:nth-child(3), .home-news-grid article.thumb-designer:nth-child(3){
		display: none;
	}
}

@media screen and (max-width: 460px) {
	/*video.home-video{
		margin-top: 20px;
	}*/
}

@media screen and (max-width: 360px) {
	.headerContainer.open-nav {
	    height: 40rem;
	}
}