
@import "http://fonts.googleapis.com/css?family=Muli";


.white-text    { color            : rgb( 255, 255, 255 ) }
.on-white      { background-color : rgb( 255, 255, 255 ) }

.on-red        { background-color : #e80715; }
.on-dark-red   { background-color : #e80715; }

.gray-text     { color            : rgb( 100, 100, 100 ) }
.on-dark-gray  { background-color : rgb(  48,  48,  48 ) }

html, body {
	height  : 100%;
	margin  : 0;
	padding : 0;
	width   : 100%;

	font-family: "Century Gothic", "Apple Gothic", AppleGothic, Muli, sans-serif;
	color: rgb( 144, 144, 144 );
}

img {
	display: block;
}

footer {
	font-size : 0.7rem;
}

a {
	text-decoration : none;
	color           : inherit;
}

a:hover {
	text-decoration : underline;
	color           : inherit;
}

ul {
	padding             : 0;
	list-style-type     : none;
}

/*START MENU STYLE*/

@import url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body {
    overflow-x: hidden;
    height: 100%;
}
body {
    background: #fff;
    padding: 0;
    margin: 0;
    font-family: 'Varela Round', sans-serif;
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #FC466B;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: auto;
    position: fixed;
    left: 0;
		top: 132px;
		width: 250px;
    margin-top: 0px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(180deg, #AF1A22 0%, #90141C 100%);
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
		padding: 16px;
		font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 55px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #AF1A22;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

/*END MENU STYLE*/

.box {
	padding : 0.5rem 0;
}

.centered {
	display: block;
	width: 100%;
	left: 0;
	right: 0;
}

@media all and (min-width: 10rem) {
	.centered {
		width: 10rem !important;
		margin: 0 auto;
	}
}


.wide-and-centered {
	width: 100%;
	margin: 0 auto;
}

@media all and (min-width: 40rem) {
	.wide-and-centered {
		width: 70vw;
		margin: 0 auto;
		left: 0;:
		right: 0;
	}
}

.centered-text {
	text-align: center;
}

.row .column {
	margin-top: 1rem;
}

.row::after {
	clear: both;
	content: "";
	display : block;
	height: 1px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.column {
	float: left;
	display: block;
	margin: 0;
	width: 100%;
}

@media all and (min-width: 10rem) {
	.row.of-6 .column {
		width  : 48%;
		margin :  1%;
	}
}

@media all and (min-width: 20rem) {
	.row.of-6  .column {
		width        : 31%;
		margin-left  :  1%;
		margin-right :  1%;
		padding-top  :
	}
}

@media all and (min-width: 30rem) {
	.row.of-6  .column {
		width        : 14%;
		margin-left  :  1%;
		margin-right :  1%;
	}
}

.column:fist-child {
	margin-left: 0;
}

.column:last-child {
	margin-right: 0;
}

.with-header > *:first-child {
	font-weight: bold;
}

.marchio {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 50px;
}

@media all and (min-width: 30rem) {

	.marchio {
		width: 10rem;
	}
}

.links {
	font-size: 0.8rem;
}

h3 {
	color: black;
}

.featured {
	width: 100%;
}

@media all and (min-width: 30rem) {
	.featured {
		width: 40%;
		float: right;
	}
}

.famiglia {
		width: 68vw;
}

/*@media screen and (min-width: 700px) {
	.famiglia{
		 width:
	 }
}*/

.heading-mob {
	position: absolute;
	width: 100%;
	background-color: white;

}


.padtext {
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (max-width:700px) {
	.box.on-red {
		text-align:center;
	}

	div.on-dark-gray {
		padding-top: 132px;
	}

	.imgtop {
		padding-top:132px;
	}
	.imgtop2 {
		padding-top:82px;
	}
}

li.footmenu {
	font-weight:800 !important;
	padding-bottom: 5px;
}

.mobcont {
	display:none;
}

@media screen and (max-width:700px) {
	.mobcont{
		display: block;
	}
	.deskcont {
		display: none;
	}
}

/*colonne-azienda*/
#azienda {
  box-sizing: border-box;
}



.imgcontext {
	width: 250px;
}

.imgprod {
	width: 500px;
}


/*test new cols*/
.container-cont{
    display:flex;
		max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

.column-1 {
  flex-shrink: 0; /* shrinks to 0 to apply 70% width*/
  flex-basis: 70%; /* sets initial width to 70% */
}

.column-3 {
  flex-shrink: 0; /* shrinks to 0 to apply 70% width*/
  flex-basis: 50%; /* sets initial width to 70% */
}

.contbox {
  padding: 10px;
  margin: 1rem;
}



@media only screen and (min-width: 701px) {
	.column-1 {
	  padding-left: 50px!important
	}
	.column-3 {
		padding-left: 50px!important
	}
	.dprod {
		width: 500px;
	}
	.imgsequel {
		padding-top: 50px;
	}
	.truckimg {
		float: right;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.bsp {
		padding-top:45px;
		padding-bottom:45px;
	}
}

@media only screen and (max-width: 700px) {
  .container-cont {
      /* it place the items in vertical direction */
    flex-direction: column;
		max-width:97vw;
  }

  .contbox {
    margin: 0 0 1rem;
  }

	img.imgcontext, img.imageprod {
    margin-left: auto;
    margin-right: auto;
	}


}
/***************/
.buttonpdf {
	margin-right:auto;
	margin-left:auto;
	/*width:220px;*/
	/*border-radius: 5px;*/
	text-align:center;
	/*color:white;*/
	/*line-height: 3;*/
}

.catalogtext {
	color: #e80715;
	font-weight: 600;
	font-size: 20px;
}

.graybg {
	width: 100vw;
	background-color: #eee;
}

.fullmap {
	max-width: 100vw !important;
	width: 100vw !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	position: relative;
	left: 50%;
	right: 50%;
}

.infos {
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	text-align: center;
}

.contright {
	max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
}
