@charset "utf-8";
/* CSS Document */

/* logo-holder */
#logo-holder {
	background: #fff;
	text-align: center;	
	padding: 0 0 3rem 0;
}

#head-logo {
	width: 28%;
	height: auto;
}

/* crossfade */
#cross-content {
	float: left;
    width: 100%;
    height: auto;
	background: #FFF;
	overflow: hidden;	
}

#cross-content:after {
  content: "";
  display: block;
  padding-bottom: 30%;
}

#crossfade {   
    width: 100%;
    height: auto;
	background-color: #FFF;			
}

/* newsblock */
#newsblock {
	text-align: center;
	background: #FFF;
	padding: 1.5rem 0 1.5rem 0;
}

.box-icon {
	width: 70%;
	height: auto;
	display: inline-block;	
	margin: 0 15% 1rem 15%;
}

.news-heading {	
	font-family: "Oswald Regular";
	font-size: 1.2rem;	
}

.news {
	width: 13%;	
	background: linear-gradient(to bottom, #d5dce6, #FFF);
	color: #687a98;	
	display: inline-block;
	text-align: left;
	vertical-align: text-top;
	line-height: 1.4rem;
	font-family: "Raleway Light";
	font-size: 1rem;
	border-radius: 1rem;		
	padding: 1%;
	margin: 1.5% 0.5% 1.5% 0.5%;	
}

.news:hover {	
	color: #FFF;
	text-decoration: none;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-ms-trasition: all 1s ease-out;
	transition: all 1s ease-out;	format */	
}

#gwd:hover { background: #184690; }
#ctp:hover { background: #F63; }
#offset:hover { background: #408080; }
#sst:hover { background: #F00; }
#dst:hover { background: #8080FF; }
#pvc:hover { background: #9C3; }

/* design */
.chap-title {
	color: #184690;	
	font-family: "Oswald Regular";
	font-size: 1.4rem;	
}

#design {
	line-height: 140%;	
	text-align: justify;
	vertical-align: text-top;	
	font-family: "Raleway Light";
	font-size: 1.1rem;
	padding: 0 0 3rem 0;
}

#logotipi {
	line-height: 140%;	
	text-align: justify;
	vertical-align: text-top;	
	font-family: "Raleway Light";
	font-size: 1.1rem;
	padding: 0 0 3rem 0;
}

/* ctp */
#creo {
	background-image: url(../board_files/maxgraf-bgrnd-window.jpg);
	background-size: 100% 100%;
	background-attachment: fixed;
	background-clip: border-box;
	background-repeat: no-repeat;
	background-position: left;
}

/* solvent */
#rolandversa {
	background-image: url(../board_files/maxgraf-bgrnd-cut.jpg);
	background-size: 100% 100%;
	background-attachment: fixed;
	background-clip: border-box;
	background-repeat: no-repeat;
	background-position: left;
}

.ploter {
	float: left;
	width: 50%;
	height: auto;
	display: inline-block;
	margin: 2% 2% 0 0;
}

.rolandlogs {	
	width: 16%;
	height: auto;
	display: inline-block;
	margin: 1%;
}

.plotext {
	float: left;
	width: 35%;
	height: auto;
	line-height: 150%;
	color: #FFF;
	display: inline-block;
	font-family: "Montserrat Medium";
	font-size: 1.1rem;
	padding: 5%;
}

/* digioffset */
#digiground {
	background-image: url(../board_files/maxgraf-bgrnd-digi.jpg);
	background-size: 100% 100%;
	background-attachment: fixed;
	background-clip: border-box;
	background-repeat: no-repeat;
	background-position: left;
}

/* cutteroffset */
.cutterimg {
	float: left;
	width: 40%;
	height: auto;
	display: inline-block;
	margin: 0 5% 0 5%;	
}

.cuttext {
	float: left;
	width: 40%;
	height: auto;
	line-height: 150%;
	color: #FFF;
	display: inline-block;
	font-family: "Montserrat Medium";
	font-size: 1.1rem;
	margin: 0 5% 0 5%; 	
}

#cutterground {
	background-image: url(../board_files/cut-bgrnd.jpg);
	background-size: 100% 100%;
	background-attachment: fixed;
	background-clip: border-box;
	background-repeat: no-repeat;
	background-position: left;
}