@charset "UTF-8";
/* CSS Document */

/*typekit prevent unstyled text */
.wf-loading {
visibility: hidden;
} 
.wf-active {
visibility: visible;
}


.no-padding {
	margin-left:0px !important;
	margin-right:0px !important;
	padding-left:0px !important;
	padding-right:0px !important;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.hide {
	display:none;
}
.floatleft {
    display: block;
	float: left;
		
}

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* To set it to none use a totally transparent RGBA - this is the ios highlight box colour*/
a:link { -webkit-tap-highlight-color: rgba(200,0,29,0.8); }

html {
  font-size: 62.5%;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  /* you need to set this to assign to the main element a min height of 100% */
  height: 100%;
}

body {
    font-size: 1.6rem;
    font-family: "proxima-nova", sans-serif;
    color: #525252;
    background-color: #E4E4E4;
}



a {
  text-decoration: none;
}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*Logo*/

.logo{
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 1em;
}

/*background colours*/
.white-back {
background-color: #FFFFFF;
}
.grey-back {
	background-color: #8f8f8f;
}



/*All pages main text*/
.main-text {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.main-text h1 {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 1.1em;
    letter-spacing: -1px;
    color: #000;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.main-text h4 {
	display: none;
}
.main-text h2 {
font-weight: 600;
    font-size: 2rem;
    line-height: 1.2em;
    color: #C8001D;
    margin-bottom: 0.4em;
}
.main-text h2 a {
  color: #C8001D;
  
}
.main-text h3 {
font-weight: 500;
    font-size: 2rem;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #555;
    margin-bottom: 0.8em;
}
.main-text p {
	font-size:1.6rem;
	line-height:1.4em;
	color: #555;
	margin-bottom:1em;
}
p.name {
    color: #000 !important;
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 0.5em;
}
.main-text p a, .main-text h4 a, .main-text ul li a {
    color: #C8001D;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.main-text a:active, .main-text a:hover, .main-text a:focus {
    text-decoration: underline !important;
}
.main-text li {
    font-size: 1.6rem;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    list-style-type: square;
}
.main-text ul {
padding-top: 0.5em;
padding-bottom: 0.5em;
	margin-bottom: 1em;
	margin-left: 1em;
}

.cd-form h1 {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 1em;
    letter-spacing: -1px;
    color: #000;
    padding-top: 0.5em;   
}


/*Footer styles*/

.footer {
    display: block;
    padding-top: 2em;
    padding-bottom: 1em;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.footer p {
    color: #000000 !important;
    font-size: 1.2rem;
	line-height: 1.2em;
    font-weight: 400;
    padding-top: 1.2em;
    text-align: center;
}
.footer p a {
    color: #000000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: normal !important;
}
.footer p a:hover {
	color: #ffffff;
	text-decoration:underline !important;
}
.footer h3 {
	color:#FFFFFF;
	font-size: 2.6rem;
	font-weight:300;
	margin-top:0em;
	margin-bottom:0.5em;
	letter-spacing:-1px;
	text-align:center;
	
}
.footer h3 a {
	color:#FFFFFF;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.footer h3 a:hover {
    color: #C8001D;
}
.footer-padding {
	padding-left:0;
	padding-right:0;
}


/*Home page intro text*/
.steel-back {
    background-image: url(../img/steel-background.jpg);
}
.home-intro {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
.home-intro h1 {
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.1em;
    letter-spacing: -1px;
    color: #FFFFFF;
    margin-bottom: 0.2em;
	margin-top: 0.5em;
}
.home-intro h2 {
font-weight: 600;
    font-size: 2rem;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0.4em;
}
.home-intro p {
font-size:1.6rem;
	line-height:1.2em;
	color: #ffffff!important;
	margin-bottom:0.8em;
}

/*Home page news list*/
.news-intro {
    background-image: url(../img/news-back-filler.png);
    background-repeat: repeat-x;	
}
.news-intro h1 {
    font-weight: 300;
    font-size: 3rem;
    letter-spacing: -1px;
    color: #000000;
    padding: 0.6em;
}
.news-list-block {
    display: block;
    width: 100%;
    position: relative;
    text-decoration: none;
}
.news-list-text h1 {
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.1em;
    letter-spacing: -1px;
    color: #FFFFFF;
    padding: 0.6em;
    padding-bottom: 0;
}
.news-list-block h2 {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.2em;
	display: block;
	padding: 1em;
}
.news-list-block h3 {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.2em;
	display: block;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 0;
	margin-bottom: 0;
}
.news-list-text {
    position: absolute;
    z-index: 60;
}
.cover-block {
    width: 100%;
    height: 100%;
    position: relative;
    opacity: .6;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	
}
.news-image-wrapper {
    width: 100%;
    height: 100%;
   position: absolute; 
	overflow: hidden;
}
.machine-week {
	height: 200px;
 }

.news-image {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;		
}
.news-list-block:hover .news-image {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    -transform: scale(1.3, 1.3); 
	
}

/*Lower feature block*/

#feature-block {
	background-color: #d0d0d0;
}

/*Parts search box*/
.parts {
    padding-top: 1em;
    padding-bottom: 1.5em;
}
.parts h1 {
font-weight: 300;
    font-size: 3rem;
    letter-spacing: -1px;
    color: #000000;
	margin-bottom: 0.5em;
}
.white {
	color: #fff;
}
.parts-menu {
   
    padding-right: 30px;
    padding-left: 30px;
}
.parts-menu h1 {
    font-weight: 500;
    font-size: 1.8rem;
    color: #B1B1B1;
    margin-bottom: 0.5em;
}

/*Accreditation boxes*/

.accred p {
	font-size: 1.3rem;
	line-height: 1.2em;
	color: #000000;
	margin-bottom: 0;
}
.accred {
    padding-left: 0;
}
.accred-logo {
display: block;
  max-width: 100%;
  height: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}

/*Machines pages*/
.machines {
    padding-top: 0em;
    padding-bottom: 2em;
}

/* Submenu Left */

#submenuleft {
    /*background-color: #d0d0d0;*/
    display: block;
     position: relative;
	 z-index: 10;

}
#submenuleft::after {
  content: "";
  background-image: url(../img/steel-background.jpg);
  opacity: 0.55;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;   
}
.parts#parts-side {
    z-index: 10;
    position: relative;
    top: 50% !important;
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2em;
}



#submenuleft ul {
padding-top: 1em;
padding-bottom: 1em;
z-index: 10;
position: relative;
}
#submenuleft li a {
    color: #000000;
    line-height: 1.2;
	display: block;
position: relative;
padding-left: 1em;
padding-right: 2em;
padding-top: 0.3em;
padding-bottom: 0.3em;
-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#submenuleft li a:active, #submenuleft li a:hover, #submenuleft li a:focus,
body.premiumPage #submenuleft li a.premium,
body.kudosPage #submenuleft li a.kudos,
body.zenithPage #submenuleft li a.zenith,
body.platenPage #submenuleft li a.platen,
body.klinePage #submenuleft li a.kline,
body.slinePage #submenuleft li a.sline,
body.millerjohannisbergPage #submenuleft li a.millerjohannisberg,
body.handfedPage #submenuleft li a.handfed,
body.loanmachinePage #submenuleft li a.loanmachine,
body.machinespecificationPage #submenuleft li a.machinespecification,
body.technicaldiagramsPage #submenuleft li a.technicaldiagrams,
body.customcoloursPage #submenuleft li a.customcolours,
body.primingPage #submenuleft li a.priming,
body.allPage #submenuleft li a.all,
body.cat1Page #submenuleft li a.cat1,
body.cat2Page #submenuleft li a.cat2,
body.cat3Page #submenuleft li a.cat3,
body.cat4Page #submenuleft li a.cat4,
body.cat5Page #submenuleft li a.cat5,
body.cat6Page #submenuleft li a.cat6,
body.cat7Page #submenuleft li a.cat7,
body.cat8Page #submenuleft li a.cat8,
body.cat9Page #submenuleft li a.cat9,
body.cat10Page #submenuleft li a.cat10
{
    background-color: #EEEEEE;

}


#submenuleft li a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 30%;
  bottom: auto;
  right: 1em;
  background: url("../img/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
 }
 
 
 /*Video styles*/

.video-responsive{
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 1em;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.machinespectable {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 2em;
    border: 1px solid #C1C1C1;
	width: 100%;
}
.machinespectable td {
	padding: 0.5em;
}
.boldblack {
color: #000000;
font-weight: 700;
}
.margin-bottom {
    margin-bottom: 1em;
}
.margin-bottom-mob {
    margin-bottom: 1em;
}


/* load in my pdf icon custom font */
@font-face {
      font-family: 'my-icons';
      src: url('..fonts/my-icons.eot?60460741');
      src: url('../fonts/my-icons.eot?60460741#iefix') format('embedded-opentype'),
           url('../fonts/my-icons.woff?60460741') format('woff'),
           url('../fonts/my-icons.ttf?60460741') format('truetype'),
           url('../fonts/my-icons.svg?60460741#my-icons') format('svg');
      font-weight: normal;
      font-style: normal;
    }
	
/* pdf icon styles */	
	
 .icon-file-pdf
    {
	font-family: "my-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* You can be more comfortable with increased icons size */
	font-size: 200%;
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	vertical-align: middle;
    }
.pdf-space {
	display:block;
	height:10px;
}	
.icon-name {
	display: inline-block;
	font-family: "faricy-new-web", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	vertical-align: middle;
	}
a .icon-file-pdf, a .icon-name {
    color: #C8001D;
}
a:hover .icon-file-pdf, a:hover .icon-name {
    color: #000000;
}


/* sitemap list position adjustment */

ul.sitemap-list {
margin-left: 2em;
margin-top: -1em;
}

/* top full width image move up */
.top-img {
margin-top: -2em;
}

/* product listings page */

.product-list {
    background-color: #F6F6F6;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em !important;
    margin-bottom: 0.5em;
    border: 3px solid #F6F6F6;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a .product-list:hover  {
    border: 3px solid #C1C1C1;
}
.product-list h5 {
color: #000000;
font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.2em;
}
.more-info {
    font-size: 1.3rem;
    color: #000;
    line-height: 1.3;
    display: block;
    padding-left: 0.5em;
    padding-right: 2em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    background-color: #D8D8D8;
    float: left;
    background-image: url(../img/cd-arrow.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
}

.prod-flow-col {
padding-right: 1em;
}

/*ADMIN STYLES*/

.formmaintext {
    text-align: right;
}
.formmaintext .textfield {
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid #939393 !important;
	text-align: left !important;
	display: block;
	margin-left: 10px;
	padding: 5px;
	
}
.formmaintext img {
    display: block;
	margin-left: 10px;		
}
.listtable th, .listtable td {
padding: 5px;
}
.listtable th {
font-weight: bold !important;
}
.listtable a {
color: #C8001C !important;
}
.mybutton {
 color: #fff !important;
    background-color: #C8001D;
  border: 0;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-align: center !important;
	text-decoration: none !important;
	padding: 10px;
}
.mybutton:hover, .mybutton:active, .mybutton:focus {
background-color: #9B0017;
    border: 0;
	text-decoration: none !important;
}
.youtube-edit {
display: block !important;
float: left !important;
margin-left: 10px;
text-align: left !important;
}
#adminmiddle {
text-align: left !important;
display: block !important;
margin-left: 40px;
margin-top: 2px;
margin-bottom: -20px;
}
.hp-logo {
    display: none;   
}
#announce-banner {
    display: block;
    background-color: #009600;
    padding: 0.5em;
    margin: 10px;
    color: #FFFFFF !important;
    text-align: center;   
}
#announce-banner h2 {
	font-weight: bold;
	font-size: 1.9rem;
    margin-top: 0.3em;
}


@media only screen and (min-width: 370px) {
.hp-logo {
    display: block;
    position: absolute;
    right: 60px;
    top: 6px;
    z-index: 7;
    width: 80px;   
}
}



@media only screen and (min-width: 500px) {

.news-list-block h2 {
	font-size: 2rem;
	line-height: 1.2;	
}
.news-list-block h3 {
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.2em;
	display: block;
	padding-left: 1.5em;
	padding-top: 1em;
}
.machinespectable {
    font-size: 1.2rem;
}
}


@media only screen and (min-width: 768px) {

/*Logo*/

.logo {
	height: 70px;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-left: 1em;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    -animation-duration: 0.4s;
}
.logo:hover {
	-webkit-transform: scale(1.1);
	 -o-transform: scale(1.1);
	 transform: scale(1.1);    
}
.hp-logo {
    left: 1em;
    top: 80px;
    z-index: 7;
    width: 80px;   
}

/*All pages main text*/
.main-text {
    margin-top: 2em;
    margin-right: 2em;
    margin-left: 2em;
    margin-bottom: 2em;
}
.main-text h1 { 
    font-size: 4rem;   
}
.main-text h4 {
    font-size: 1.2rem;
    line-height: 1.4em;
    color: #888888;
    display: block;
    text-transform: none;
}

.cd-form h1 {
    font-size: 4rem;
    line-height: 1em;
    padding-top: 1.2em;   
}
	
/*Footer styles*/	
	
.footer p {
	color: #363636;
	font-size: 1.2rem;
	font-weight: 400;
	text-align:center;
	padding-top:1.2em;
}
.footer h3 {
	color:#FFFFFF;
	font-size: 2.8rem;
	margin-bottom:1em;
	text-align:center;
}	
.parts {
    padding-top: 0.5em;
    padding-bottom: 1em;
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.margin-bottom-mob {
    margin-bottom: 0em;
}
#announce-banner {
    display: block;
    background-color: #009600;
    padding: 0.5em;
     color: #FFFFFF !important;
    text-align: center;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 55px;    
}
#announce-banner h2 {
	font-weight: bold;
	font-size: 2.2rem;
    margin-top: 0.3em;
}
	

}



@media only screen and (min-width: 1000px) {
	
/*Logo*/

.logo {
	width: 400px;
	height: 84px;
	padding: 0px;
	margin-left: 2em;
	margin-top: -34px;    
}
.hp-logo {
    position: absolute;
    left: calc(100% - 108px);
    top: -49px;
    z-index: 7;
    width: 90px;   
}

/*Footer styles*/	
.footer {
		padding-top: 1em;
	}
	
.footer p {
	text-align:right;
	padding-top:1.5em;
}
.footer h3 {
	color:#FFFFFF;
	font-size: 2.5rem;
	margin-top:0.8em;
	margin-bottom:1em;
	text-align:left;
}

/*News list*/
	
.news-list-block h2 {
	font-size: 1.4rem;
	line-height: 1.2;	
}
.news-list .news-list-block h2 {
	font-size: 1.8rem;
	line-height: 1.2;	
}
.machine-week {
	height: 100%;
 }
.news-block {
    position: absolute;
    display: block;
    bottom: 0px;
}
.news-list-block h3 {
	font-size: 1.2rem;
	line-height: 1em;
	display: block;
	padding-left: 1.3em;
	padding-right: 1em;
	padding-top: 1em;
}
.news-list .news-list-block h3 {
	font-size: 1.4rem;
	line-height: 1em;
	display: block;
	padding-left: 1.3em;
	padding-right: 1em;
	padding-top: 1em;
}

.machinespectable {
    font-size: 1.4rem;
}
#announce-banner {
    margin-top: 30px;    
}
#announce-banner h2 {
	font-weight: bold;
	font-size: 2.6rem;
    margin-top: 0.3em;
}
	
	
}

@media only screen and (min-width: 1200px) {
.home-intro {
	padding-left: 2em;
	padding-right: 2em;
}
.home-intro h1 {
    font-weight: 300;
    font-size: 5rem;
    line-height: 1em;
     margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.home-intro h2 {
font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.home-intro p {
font-size:1.6rem;
	line-height:1.2em;
}
.news-intro h1 {
    font-size: 4rem;
    padding: 0.6em;
	padding-bottom: 0.5em;
}
	.footer p {
	padding-top:2em;
}
.footer h3 {
	font-size: 3rem;
}
.news-list-text h1 {
    width: 70%;
}
	
	
	
	
}
@media only screen and (min-width: 1350px) {
.home-intro {
	padding-left: 3em;
	padding-right: 3em;
}
.home-intro p {
font-size:1.7rem;
	line-height:1.4em;
}
.news-intro h1 {
    font-size: 4.5rem;
    padding: 0.6em;
	padding-bottom: 0.5em;
}
.news-list-block h2 {
	font-size: 1.7rem;
}
.news-list h2 {
	font-size: 2.2rem !important;
}
.news-list-block h3 {
	font-size: 1.3rem;
	line-height: 1em;	
}
.news-list-block h3 {
	font-size: 1.6rem !important;	
}


.parts h1 {
    font-size: 4rem;   
}

.main-text h1, .cd-form h1 {
     font-size: 5rem;    
}

.main-text h4 {
	font-size: 1.4rem; 
}
.main-text h3 {
font-weight: 300;
    font-size: 3rem;
}

.main-text .product-list  h3
{
font-weight: 300;
    font-size: 2.5rem !important;
}

.main-text h2 {
font-weight: 600;
    font-size: 2.5rem;
}
.main-text p {
	font-size:1.8rem;
}
.main-text li {
    font-size: 1.8rem;	
}
.cd-form {
padding-right: 1.5em;
}


}
	
@media only screen and (min-width: 1400px) {	
.max-no-pad {
	padding-left: 0!important;
	padding-right: 0!important;
	}
.max-no-pad-left {
	padding-left: 0!important;
	}
}
