<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/* 1) General Text Formatting and Typography
 ----------------------------------------*/
 
@import url("//hello.myfonts.net/count/2f6b34");

  
/* @font-face{ 
	font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
	src: url('../fonts/bebas-webfont.eot');
	src: url('../fonts/bebas-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/bebas-webfont.ttf') format('truetype'),
         url('../fonts/bebas-webfont.svg#bebas_neueregular') format('svg');
}*/
@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/BebasNeue-webfont.woff') format('woff'),*/
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg')/*,
		 url('../fonts/BebasNeue.otf') format('opentype')*/;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #2d2c32;
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*font-weight: 400;*/
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.2;
	    word-spacing: 0.2em;
}
h1, .h1 {
	font-size: 35px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 25px;
}
h4, .h4 {
	font-size: 20px
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 16px;
}
p {
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
}

a {
	color: #575757
}
a:hover {
	color: #575757;
	text-decoration: none;
}

:focus {
	outline: none;
}
a:focus, a:hover {
	outline: none;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	padding-left: 0px;
	margin-bottom: 0px;
}

[class^="icon-"] {
	background-image: url(../img/icons.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
}

.icon-design,.icon-manegement,.icon-delivery {
	width: 34px;
	height: 34px;
	
}

.icon-design-small {
	width: 21px;
	height: 21px;
	background-position: 0 -50px;
}
.icon-manegement-small {
	width: 26px;
	height: 26px;
	background-position: -50px -50px;
}
.icon-delivery-small {
	width: 22px;
	height: 22px;
	background-position: -100px -50px;
}
.icon-history {
	width: 36px;
	height: 36px;
	background-position: -150px 0px;
}
.icon-mission {
	width: 38px;
	height: 38px;
	background-position: -200px 0px;
}
.icon-sector {
	width: 17px;
	height: 18px;
	background-position: -250px 0px;
}
.icon-location {
	width: 17px;
	height: 18px;
	background-position: -250px -52px;
}
.icon-value {
	width: 17px;
	height: 18px;
	background-position: -250px -104px;
}
.icon-pdf-file {
	width: 23px;
	height: 24px;
	background-position: -150px -50px;
}
.icon-goal {
	width: 36px;
	height: 24px;
	background-position: 0px -100px;
}
.icon-eco {
	width: 34px;
	height: 21px;
	background-position: -50px -100px;
}

/*
 2) Site Wide Content
 ----------------------------------------*/
#content {
	width: 100%;
	position: relative;
}
#wrapper {
	position: relative;
	width: 100%;
}
body {
	font-size: 15px;
	line-height: 1;
	color: #333333;
	/*font-family: 'Lato', sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #000;
	-webkit-font-smoothing: antialiased;
	background:#000 url(https://hyster.cz/assets/img/body-background.gif) no-repeat top center ;
}

input:focus, textarea:focus, button:focus {
	outline: none;
}

/*======Global Transition Effect==========*/
input:focus, textarea:focus, .btn:focus, .zoom img, .img-thumb img, .btn, .btn:hover, .header .header-search-box, #footer .admin, .header li a, #footer .social-icons a, #footer .email a, #footer h4 a:hover, .team-info h3 a, .news-info h3 a, #header *, .team-info .social-icons a:hover, .team-info .social-icons a, .org-info .service-block:hover h3 i, .org-info .service-block h3 i, a:hover, .contact-us-container .box li a i, .leavecomment-box input[type=button], .faq-detail li .qus, .other-project li .over {
	-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;
}

.img-thumb {
	display: block;
	overflow: hidden;
}

.img-thumb:hover img, .img-thumb:focus img, .zoom:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-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;
}

/*.anim-section {
 position: relative;
 visibility: visible;
 -webkit-transition: opacity 1.5s ease-in-out;
 transition: opacity 1.5s ease-in-out;
 opacity: 0
 }
 .anim-section.animate {

 visibility: visible;
 -webkit-transition: opacity 1.5s ease-in-out;
 transition: opacity 1.5s ease-in-out;
 opacity: 1
 }*/

.btn-effect i {
	animation: 0.5s ease-in-out 0s forwards 1 arrow;
	-webkit-animation: 0.5s ease-in-out 0s forwards 1 arrow;
}
.btn-effect:hover i {
	animation: 0.5s ease-in-out 0s forwards 1 arrowIn;
	-webkit-animation: 0.5s ease-in-out 0s forwards 1 arrowIn;
}

/*
 sticky header style
 ------------------------------*/
body #header {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
body #header.fixed {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	
}
body #header.fixed.fix .secondry-header
{
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top:0;
	background: #ffffff;
}
body #header.up {
	top: -162px;
	opacity: 0;
	visibility: hidden;
}
body #header.down {
	top: 0;
	opacity: 1;
	visibility: visible;
}

#slider.top {
	margin-top:146px;
}



/*
 Global Animations Style
 ----------------------------------------*/
.anim-section {
	position: relative;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	visibility: visible;
	opacity: 0
}
.anim-section.animate {
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1
}
.fadeIn-section
{
	visibility: visible;
	opacity: 0;
	position: relative;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-o-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-ms-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.fadeIn {
	-webkit-animation: fadeIn 1s linear;
	-moz-animation: fadeIn 1s linear;
	-o-animation: fadeIn 1s linear;
	-ms-animation: fadeIn 1s linear;
	animation: fadeIn 1s linear;
	visibility: visible;
	opacity:1;
	position: relative;
}

/*
 3) Header Section
 ----------------------------------------*/
#header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#header.normal {
	position: relative;
}

 .primary-header {
	background: #000000!important;
	font-size:12px;
}
 .left-header span {
	color: #b1b1b1;
}
 .right-header {
	 text-align:right;
}

 .header_search_form  {
	padding: 0 0;
	width:170px;
	float:right;
	border:Solid 1px #909090;
	font-size:12px;
}
 .header_search_form input[type=text]{
	 background:none;
	 color:#fff;
	 border:none;	
	 padding:4px 10px 4px 10px;
	 width:120px;
 }
  .header_search_form input[type=image]{
	 float:right;
	 margin-right:10px;
 }
 .right-header ul {
	list-style: none;
	width:175px;
	padding: 13px 0;
	float:right;
}
  .right-header li a{
	color:#fff;
}

 .left-header ul {
	list-style: none;
	/*text-align: right;*/
	padding: 10px 0;
}
 .left-header li {
	display: inline-block;
	margin-left: 19px;
	vertical-align: top;
}
 .left-header li a i {
	font-size: 15px;
}
 .left-header li a {
	font-size: 12px;
	color: #b1b1b1;
}

 .left-header li .fa-envelope-o {
	margin-right: 10px;
}
 .left-header li:first-child {
	margin-right: 11px;
}
 .left-header li a:hover {
	color: #fff;
}

 .secondry-header {
	background: #303030 url(../img/header-bg.gif) bottom center repeat-x;
	padding: 13px 0 8px;
	width:100%;
}
 .secondry-header .logo {
	display: inline-block;
	margin: 5px 0 5px 0;
}
 .secondry-header .num {
	display: inline-block;
	font-weight: 700;
	color: #575757;
	padding: 13px 0 13px 20px;
	border-left: 1px solid #f2f2f2;
}
  .lightheader  {
	background: #303030 url(../img/header-light-bg.gif) bottom center no-repeat;
	padding: 13px 0 8px;
	width:100%;
}
.quote {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #980a2d;
	border: 2px solid #f38929;
	text-transform: uppercase;
	font-weight: 700;
	padding: 8px 18px;
	margin-left: 22px;
	text-decoration: none;
	float: right;
}
.quote:hover {
	background: #f38929;
	color: #fff;
	text-decoration: none;
}

 .navigation {
	float: left;
	width: 100%;
	/*margin-left: -161px;*/
	text-align: right;
	margin-top: 37px;
	/*margin-top: 13px;*/
	display: block;
}
 .menu {
	list-style: none;
	display: inline-block;
}
 .menu li {
	display: inline-block;
	margin-left: 15px;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
}

 .menu li a {
	color: #f5d947;
	font-weight: 700;
	padding-bottom: 17px;
	display: block;
}
 .menu li:hover a,  .menu li.active a {
	text-decoration: none;
}

 .menu li .submenu {
	position: absolute;
	left: 0;
	/* AME Stops menu functionality working top: 30px; */
	width: 230px;
	z-index: 9999;
	text-align: left;
	display: none;
	background: #2b2b2b;
	padding: 7px 20px 10px;

}
 .menu li .submenu li {
	margin-left: 0;
	float: none;
	display: block;
	margin-top: 10px;
	
}
 .menu li .submenu li a {
	border: none;
	display: inline-block;
	text-transform:none;
	font-weight:normal;
	color:#c4c4c4;
	background:url(../img/footer-default.gif) no-repeat left;
	padding-left:15px;
	padding-bottom:4px;
	padding-top:3px;
}
 .menu li .submenu li a:hover {
	color:#c4c4c4 !important;
	text-decoration:underline;
}
 .menu li:hover .submenu {
	display: block;
}

.button-wrapper {
	background: #980a2d;
	text-align: right;
	position: relative;
	padding-bottom: 15px;
	display: none;
}
.button-wrapper:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #BD6B21;
}
.nav-button {
	display: inline-block;
	width: 24px;
	height: 15px;
	background: none;
	position: relative;
	border: none;
	border-top: 2px solid #fff;
	margin-top: 14px;
}
.nav-button:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	height: 2px;
	background: #fff;
}
.nav-button:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}


/*
 4) Footer Section
 ----------------------------------------*/
#footer {
	background: #202020;
}

/*contact-us container*/

.contact-us-container {
	/*background: #f3f3f3;*/
}
.contact-us-container .box {
	float: left;
	width: 30%;
	border-right: 1px solid #28272d;
	padding: 40px 0;
	font-size: 16px;
	line-height: 24px;
	color: #828282;
}
.contact-us-container .box strong {
	font-weight: 700;
	/*display: block;*/
	
}
.contact-us-container .box span {
	display: block;
}
.contact-us-container .box span a {
	color: #828282;
}

.contact-us-container .box span a:hover {
	color: #980a2d;
}

.contact-us-container .box em {
	float: left;
	font-size: 40px;
	vertical-align: top;
	margin-right: 20px;
}
.contact-us-container .box ul {
	list-style: none;
	
	text-align: left;
	padding-top: 7px;
	padding-left: 30px;
}
.contact-us-container .box li {
	display: inline-block;
	padding: 0 15px;
	
}
.contact-us-container .box li a i {
	display: inline-block;
	font-size: 20px;
	color: #828282;
}

.contact-us-container .box li a:hover i {
	color: #f38929;
}

.contact-us-container .contact-us {
	float: right;
	width: 149px;
	border: 2px solid #828282;
	color: #b5b5b7 !important;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	padding: 12px;
	letter-spacing: 1px;
}
.contact-us-container .contact-us:hover {
	border: 2px solid #f38929;
	color: #f38929;
	text-decoration: none;
}

.contact-us-container .box.call {
	padding-left: 36px;
	width:40%;
}
.contact-us-container .box.last {
	border: none;
}

.primary-footer {
	/*padding-top: 29px;*/
	
}
.primary-footer h3 {
	font-size: 16px;
	line-height: 33px;
	color: #a0a0a0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 26px;
}
.primary-footer h3 i {
	display: block;
	width: 33px;
	height: 2px;
	background: #f38929;
	margin-top: 4px;
}
.primary-footer p {
	font-size: 15px;
	line-height: 24px;
	color: #8a8c8d;
}


.primary-footer .list {
	list-style: none;
}
.primary-footer .list li {
	float: left;
	width: 50%;
	margin-bottom: 17px;
	
	}
.primary-footer .list li a {
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #767381;
}
.primary-footer .list li a:hover {
	color: #f38929
}
#footer .input-field {
	max-width: 293px;
	width: 100%;
	background: #3e3d45;
	padding: 0 15px 0 20px;
	overflow: hidden;
	margin-top: 30px;
}
#footer .input-field .signup {
	border: none;
	width: 90%;
	height: 50px;
	font-size: 14px;
	color: #7e7d80;
	background: none;
	float: left;
}
#footer .subimt {
	background: none;
	border: none;
	width: 10px;
	height: 50px;
	float: right;
	font-size: 23px;
	color: #7e7d80;
	padding: 0;
}
#footer .copyright {
	font-size: 15px;
	color: #fff;
	border-top: 1px solid #8a8c8d;
	/*margin-top: 84px;*/
	padding-bottom: 46px;
	padding-top: 16px;
}
#footer .copyright img {
	/*float:right;
	margin-left:20px;*/
}
#footer .copyright div { text-align:right;}
#footer .copyright div a {color:#fff;}
/*Pageloader css start here*/

#pageloader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999999;
	display:none; /*added to remove load screen to reinstate see site.js*/
}
.m0 {
	margin: 0;
}

.loader-item{
	width:50px;
	height:50px;
	background:#f5d947;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	padding:20px;
	  -webkit-box-sizing:content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.loader-item img{
	width:100%;
}

/*justin added styles */
.panel_left_header {   /*min-height:43px;*/ /*display:block;*/}
.panel_left_header h3 a, .panel_left_header h3 {color:#000; font-size:20px; }
.subnav {}
.panel_left_header h3 { line-height:43px; padding:10px 19px 0 10px; background:#f1f1f1; border-bottom:solid 1px #cecece; border-right:solid 1px #dddddd !important;}
.subnav { list-style:none; margin:0; padding:0 0 0 0;}
.subnav h3 {font-size:20px; color:#000; /*height:43px;*/ line-height:43px; text-transform:uppercase;}
.subnav ul { list-style:none; margin:0; padding:0;}

.subnav li { margin:0; border-bottom:solid 1px #cecece; list-style:none; background:#e3e3e3; border-right:solid 1px #dddddd;}
.subnav li a {font-size:14px; color:#666666; line-height:20px; display:block; padding:10px  10px 10px 10px; }
.subnav li:hover &gt; a { color:#666666; text-decoration:underline;}
.subnav li:hover{ border-bottom:solid 1px #cecece; }
.subnav li ul {/*padding-left:10px;*/}
.subnav .current {background:#fff; border-bottom:solid 1px #cecece; border-right:solid 1px #fff !important;}
.subnav .current a {color:#666666;}
.subnav .current ul li { margin:0; border-bottom:solid 1px #f1f1f1; list-style:none; }
.subnav .current ul li a {color:#666666; padding:10px  10px 10px 29px;}
.subnav .current ul li:hover a { color:#666666;}
.subnav .current ul li:hover { color:#666666;}
.subnav ul li ul  .current  a {color:#666666; padding:10px 10px 10px 29px;}

.side-page-adverts { list-style:none; margin:0; padding:10px 0 0 0;}
.side-page-adverts ul { list-style:none; margin:0; padding:0;}
.side-page-adverts li { margin:20px 0 20px 0; padding-top:0px; padding-bottom:1px;}
.side-page-adverts li {background:#141414; }
.side-page-adverts li p {}
.side-page-adverts li .large {color:#fff;margin-left:10px; margin-top:10px;font-size:20px; text-transform:uppercase; font-family: 'BebasNeue', Arial, Helvetica, sans-serif;}
.side-page-adverts li .side-button { display:inline-block; font-size:14px; margin-left:10px;  background:#f5d947 url(../img/black-medium-arrow.png) no-repeat right; color:#000; text-transform:uppercase; padding:7px 40px 7px 10px; font-weight:bold;}

.primary-footer span {
	line-height:50px;
}



/* search products*/

.refineDiv {
	color:#fff;
	background: #2b2b2b;
	padding:15px;
	margin-top:15px;
}
.refineDiv h3 {color:#fff;}

input[type="checkbox"] {display:none;}
input[type="checkbox"] + label span {
    display:inline-block;
    width:17px;
    height:17px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../img/check_radio_sheet.png) -17px top no-repeat;
}

.ui-widget-content {
    background: #f2da59 !important;
    border: none!important;
    color: #222222;
}

.ui-widget-header {
    background:  #f2da59 !important;
    border: none!important;
    color: #f3db59;
    font-weight: bold;
}

ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px!important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px!important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px!important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px!important;
}

.searchPanel {

	padding:8px ;
	color:#fff;
	font-size:12px;
}

.searchPanel .right {
	float:right;
}

.searchPane .clear {
	clear:both;
}

.searchPanel td {padding:3px 0 3px 0; font-size:12px;}

.searchPanelHeader {
	background:#212121;
	/*margin:0 18px 0 18px;*/
	padding:8px ;
	color:#f2da59;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.searchPanelHeader span{
	color:#fff;
	font-weight:normal;
	font-size:12px;
}
.ui-slider {margin:10px 0 10px 0;}
.searchPanel .ui-corner-all {border-radius:0 0 0 0;}

.social-buttons { position: fixed; top: 130px; width: 45px; z-index: 9999; } 
.button-left { left: 0; } .button-right { right: 0; } 
.social-buttons #twitter-btn .social-icon, .social-buttons #facebook-btn .social-icon, .social-buttons #google-btn .social-icon, .social-buttons #rss-btn .social-icon, .social-buttons #pinterest-btn .social-icon, .social-buttons #youtube-btn .social-icon { background-color: #bad2e2; background-image: url(../img/social.png); } 
.button-left #facebook-btn span { background-position: right 10px; } 
.button-left #twitter-btn span { background-position: right -35px; } 
.button-left #google-btn span { background-position: right -127px; } 
.button-left #rss-btn span { background-position: right -80px; } 
.button-left #pinterest-btn span { background-position: 11px -177px; } 
.button-left #youtube-btn span { background-position: 11px -223px; } 
.button-right #facebook-btn span { background-position: 12px 10px; } 
.button-right #twitter-btn span { background-position: 11px -35px; } 
.button-right #google-btn span { background-position: 10px -127px; } 
.button-right #rss-btn span { background-position: 11px -80px; } 
.button-right #pinterest-btn span { background-position: 11px -177px; } 
.button-right #youtube-btn span { background-position: 11px -223px; } 
.social-buttons #facebook-btn:hover .social-icon { background-color: #3B5998; } 
.social-buttons #twitter-btn:hover .social-icon { background-color: #62BDB2; } 
.social-buttons #google-btn:hover .social-icon { background-color: #DB4A39; } 
.social-buttons #rss-btn:hover .social-icon { background-color: #FF8B0F; } 
.social-buttons #pinterest-btn:hover .social-icon { background-color: #D43638; } 
.social-buttons #youtube-btn:hover .social-icon { background-color: #C4302B; } 
.social-buttons a:hover .social-text { display: block; } 
.button-left .social-icon { -moz-transition: background-color 0.4s ease-in 0s; -webkit-transition: background-color 0.4s ease-in 0s; background-repeat: no-repeat; display: block; float: left; height: 43px; margin-bottom: 2px; width: 43px; } .button-left .social-text { display: none; float: right; font-size: 1em; font-weight: bold; margin: 11px 40px 11px 0px; white-space: nowrap; } .button-right .social-icon { -moz-transition: background-color 0.4s ease-in 0s; -webkit-transition: background-color 0.4s ease-in 0s; background-repeat: no-repeat; display: block; float: right; height: 43px; margin-bottom: 2px; width: 43px; } .button-right .social-text { display: none; float: left; font-size: 80%; font-weight: bold; margin: 11px 0 11px 40px; white-space: nowrap; } .social-buttons .social-text { color: #FFFFFF; } 

/* NEWS */

.newsList {list-style:none;}
.newsList li {background:#f8f8f8 !important; padding:65px 65px 65px 65px !important; margin-bottom:20px;}
.newsList li h3 {color:#97002f; font-size:30px; margin-top:30px; font-family: 'BebasNeue', Arial, Helvetica, sans-serif;}
.newsList .clear {clear:both;}
.newsList li span {border-left:solid 1px #c7c7c7; margin-left:10px; padding-left:10px;}
.newsList li h3 i {
	display: block;
	width: 42px;
	height: 3px;
	background: #97002f;
	margin-top: 12px;
	margin-bottom:12px;
}
.content-image {
	margin:0 0 15px 15px; float:right;
}
.sub-header{background:#333;}

/*hyster specic theming*/

 .product-detail h4 {font-family: 'BebasNeue',"Trebuchet MS",Helvetica,Arial,sans-serif; color:#2b2b2b!important; font-size:18px; word-spacing:5px; margin-bottom:10px;}
 .product-detail p {font-size:14px; color:#444444;}
 .product-detail strong {font-family:Arial, Helvetica, sans-serif; color:#767676!important;}
 .project-list-3 .product-detail li {
	float: none;
	margin: 10px 0 10px 20px !important;
	/*width: 100%;*/
	margin-bottom: 66px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	font-size:16px;
	line-height: 24px;
	color:#444444;
	list-style:none;
	background:url(../img/bullet-default.gif) no-repeat scroll 6px 7px; 
    padding: 0 0 2px 18px;
}
 .project-list-3 .product-detail table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size:11px; /*AME font fix for large tables in models tab on product page*/
	
	border:solid 1px #dddddd;
}
 .project-list-3 .product-detail table thead tr {background:#eeeeee; font-weight:bold; color:#000;}
 .project-list-3 .product-detail table thead tr td {color:#444444; text-transform:uppercase;}
 .project-list-3 .product-detail table td {padding:10px; 
 	/*AME font fix for large tables in models tab on product page*/
	padding:6px; 
 		color:#666666; border:solid 1px #dddddd; }
 .project-list-3 .product-detail table {width:100%;}

 .project-list-3 .spec-sheet-download {background:url(../img/downloads-icon-hyster2.png) no-repeat left center; height:30px; padding:0 0 0 40px; display:inline-block; color:#333333; width:200px;}

.project-list-3 li .detail 
{
padding:0px !important; 
}

  .gallery-content {}

/*.utilev .subnav h3 {
	font-family: 'BebasNeue',"Trebuchet MS",Helvetica,Arial,sans-serif;
	color:#000;
	word-spacing:5px;
}
.utilev .subnav li a{
	color:#314a7d;
	font-family:Arial, Helvetica, sans-serif;
}
.utilev .project-list-2 li h4 {
	font-family: 'BebasNeue',"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	word-spacing:5px;
	background:#2c4270;
	padding:16px;
}
.utilev .project-list-2 li p {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}
.utilev .project-list-2  h4 a:hover{
	color: #fff;
	
}
.utilev .project-list-2 li .detail {
	display: block;
	background:#787879 url(../img/product-arrow.gif) no-repeat top;
	padding:35px 15px 5px 15px;
	min-height:160px;
}
.utilev .refineDiv h3, .utilev h3 {font-family: 'BebasNeue',"Trebuchet MS",Helvetica,Arial,sans-serif;} {font-family: 'BebasNeue',"Trebuchet MS",Helvetica,Arial,sans-serif;}
.utilev p {font-family:Arial, Helvetica, sans-serif;}

.utilev .refineDiv .output input[type="text"] {border:none; text-align:center; width:50px; background:#2b2b2b;} 
.utilev .refineDiv .output {font-size:11px; color:#999999; text-align:center; margin-top:15px;}

.utilev .floating-popup {
	font-family: 'BebasNeue',"Trebuchet MS",Helvetica,Arial,sans-serif;
}
.utilev .floating-popup-header {
	background:#2c4270;
	color:#fff;
	font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
}
.utilev .floating-popup .floating-popup-content {
	
	color:#2c4270;
}
.utilev .category-box li {
	background: #dadada;
	font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
	color:#666666;
	text-transform:uppercase;
}

.utilev .category-box li:hover{
    background:#2c4270;
	color:#fff;
}
.utilev .category-box li.gallery-header-center-right-links-current {
   background:#2c4270;
	color:#fff;
}
.utilev .product-detail h4 {font-family: 'BebasNeue',"Trebuchet MS",Helvetica,Arial,sans-serif; color:#2b2b2b!important; font-size:18px; word-spacing:5px; margin-bottom:10px;}
.utilev .product-detail p {font-size:14px; color:#444444;}
.utilev .product-detail strong {font-family:Arial, Helvetica, sans-serif; color:#767676!important;}
.utilev .project-list-3 .product-detail li {
	float: none;
	margin: 10px 0 10px 20px !important;
	
	margin-bottom: 66px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	font-size:16px;
	line-height: 24px;
	color:#444444;
	list-style:none;
	background:url(../img/bullet-default.gif) no-repeat scroll 6px 7px; 
    padding: 0 0 2px 18px;
}
.utilev .project-list-3 .product-detail table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:solid 1px #dddddd;
}
.utilev .project-list-3 .product-detail table thead tr {background:#eeeeee; font-weight:bold; color:#000;}
.utilev .project-list-3 .product-detail table thead tr td {color:#444444; text-transform:uppercase;}
.utilev .project-list-3 .product-detail table td {padding:10px; color:#666666; border:solid 1px #dddddd; }
.utilev .project-list-3 .product-detail table {width:100%;}

.utilev .project-list-3 .spec-sheet-download {background:url(../img/downloads-icon.png) no-repeat left center; height:30px; padding:0 0 0 40px; display:inline-block; color:#333333; width:300px;}

.utilev  .gallery-content {background:#fff;}*/


/*yale specific



.yale .subnav h3 {
	font-family:Arial, Helvetica, sans-serif;	
	text-transform:none !important;
	color:#424140;
	font-weight:bold;
}
.yale .subnav li a{
	font-family:Arial, Helvetica, sans-serif;
	color:#424140;
}
.yale .project-list-4 li h4 {font-family: 'BebasNeue', Arial, Helvetica, sans-serif;	}

.yale .project-list-4 li p {color:#fff;}	
.yale .project-list-4 li { font-family:Arial, Helvetica, sans-serif;	}
.yale .project-list-4 li .detail { min-height:165px; font-family:Arial, Helvetica, sans-serif;	background:#787879 url(../img/product-list-bg.png) no-repeat top right;}
.yale .project-list-4 li figure img { max-height:150px;}

.yale .category-box li {
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#2b2b2b;
	border:none !important;
	text-transform:none;
	font-weight:bold;
}

.yale .category-box li:hover{
    background:#fff ;
	color:#2b2b2b;
	border:solid 1px #cecccc;
	border-bottom:none;
}
.yale .category-box li.gallery-header-center-right-links-current {
   background:#ffe36c url(../img/yale-tab-yellow.gif) repeat-x;
	color:#fff;
	border:solid 1px #e6b120;
	border-bottom:none;
	text-shadow: 1px 1px 1px #999;
}

.yale .refineDiv {
	background:#fff ;
	font-family:Arial, Helvetica, sans-serif;
}
.yale .refineDiv h3 {
	color:#424140 !important;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	font-weight:bold;
}
.yale .refineDiv .output input[type="text"] {border:none; text-align:center; width:50px;} 
.yale .refineDiv .output {font-size:11px; color:#424140; text-align:center; margin-top:15px;}

.yale input[type="checkbox"] {display:none;}
.yale input[type="checkbox"] + label span {
    display:inline-block;
    width:17px;
    height:17px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_sheet_Yale.png) left top no-repeat;
    cursor:pointer;
}
.yale input[type="checkbox"]:checked + label span {
    background:url(../img/check_radio_sheet_yale.png) -17px top no-repeat;
}

.yale .ui-widget-content {
    background: #666666 !important;
    border: none!important;
    color: #222222;
}

.yale .ui-widget-header {
    background:  #f2da59 !important;
    border: none!important;
    color: #424140;
    font-weight: bold;
}



.yale .searchPanel {
	color:#424140 !important;
	border-bottom:solid 1px #dddddd;
}



.yale .searchPanelHeader {
	background:#fff;
	color:#424140;
	font-size:14px;
	font-weight:bold;
	text-transform:none;
}
.yale .searchPanelHeader span{
	color:#424140;
}
.yale .gallery-content {border:solid 1px #cecccc;}

.yale .product-detail h4 {font-family:Arial, Helvetica, sans-serif; color:#2b2b2b!important;}*/
/*.yale .product-detail strong {font-family:Arial, Helvetica, sans-serif; color:#2b2b2b!important;}*/
/*.yale .project-list-3 .product-detail li {
	float: none;
	margin: 10px 0 10px 20px !important;
	
	margin-bottom: 66px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	font-size:16px;
	line-height: 24px;
}

.yale .project-list-3 .product-detail table {
	font-family:Arial, Helvetica, sans-serif;
}
.yale .project-list-3 .product-detail h1 em{font-family:Arial, Helvetica, sans-serif; color:#e0b020; font-weight:bold; font-style:normal;}
.yale .project-list-3 .product-detail h1  {font-family:Arial, Helvetica, sans-serif; color:#36342c; font-weight:normal; font-size:24px;}
.yale .project-list-3 .product-detail h3 {font-family:Arial, Helvetica, sans-serif; color:#7a7a79; font-weight:bold; font-size:18px;}
.yale .project-list-3 .product-detail h4 {font-family:Arial, Helvetica, sans-serif; color:#36342c; font-weight:bold; font-size:22px; text-transform:none; letter-spacing: -1px; margin-bottom:10px;}
.yale .project-list-3 .product-detail strong {color: #767676; margin-bottom:15px; font-size: 16px; font-weight: bold;	font-family:Arial, Helvetica, sans-serif;}
.yale .project-list-3 .product-detail li em strong {color:#e7b220; font-weight:bold; font-style:normal;}
.yale .project-list-3 .product-detail  em  {color:#e7b220; }

.yale .project-list-3 .product-detail p {font-family:Arial, Helvetica, sans-serif; font-size:14px !important; color:#36342c;}

.yale .project-list-3 .product-detail table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:solid 1px #dddddd;
}
.yale .project-list-3 .product-detail table thead tr {background:#eeeeee; font-weight:bold; color:#000;}
.yale .project-list-3 .product-detail table thead tr td {color:#444444; text-transform:uppercase;}
.yale .project-list-3 .product-detail table td {padding:10px; color:#666666; border:solid 1px #dddddd; }
.yale .project-list-3 .product-detail table {width:100%;}



.yale .project-list-3 .spec-sheet-download {background:url(../img/downloads-icon-yale.png) no-repeat left center; height:30px; padding:0 0 0 40px; display:inline-block; color:#333333; width:200px;}

.yale .floating-popup .floating-popup-header{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.yale .floating-popup .floating-popup-header{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:none;
	background:#e7b220;
}
.yale .floating-popup .floating-popup-content {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}*/


.validation-summary-errors {
	background:#f5d947; 
	color:#1d1d1d;
	padding:30px;
	margin-bottom:20px;
}
.validation-summary-errors ul {margin-top:20px;}
.validation-summary-errors li {margin-left:20px;}
/*.fa-phone {margin-bottom:110px;}*/
.location-svg {margin-bottom:60px;}

.dealer-box {background:#787879; color:#fff; padding:15px; margin-top:30px;}
.dealer-box h2 {color:#fff;}
.dealer-box p {color:#fff; line-height:18px;}
.dealer-box li {color:#787879;}
.dealer-box span {color:#314a7d;}

.footer-links a {color:#e9e9e9; margin-right:20px; background:url(../img/footer-default.gif) no-repeat left; padding-left:15px;}
/*.secondry-header .col-xs-12 {padding-left:0;}*/




.bannerImage {
    margin-bottom: 25px;
}

.bannerImage &gt; img {
    width: 100% !important;
}
.bannerImage {border:solid 5px #f1f1f1;}

/*START Hyster DEaler section Styling*/

.section-list-4 {
	list-style: none;
	padding-top: 30px;
	margin-left: -30px;
	
}
.section-list-4  li {
	float: left;
	margin-left: 45px;
	width: calc(50% - 45px);
	margin-bottom: 45px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-width: 1px;
	border-color: #ddd;
	border-style: solid;
}
.section-list-4 li figure {
	/*margin-bottom: 25px;*/
	overflow: hidden;
	font-size:14px;
	line-height:1.6em;
}
.section-list-4 li figure a{
	display: inline;
}
.section-list-4 li figure img{
	width:40%;
	
	float:left;
	padding:5px 10px 10px 10px; 
}

.section-list-4 li figure figcaption
{
	float:left;
	width:60%;
	display:inline;
	
	padding:5px;
/*	margin-left:25px;*/
}

.section-list-4 li .detail {
	display: block;
	color:#333333;
	padding:15px 10px 10px 10px;
}

.section-list-4 li h4 {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
	margin:0;
}
.section-list-4  h4 a{
		display:inline-block;
}
.section-list-4 li p {
	font-size: 12px;
	line-height: 16px;
	color: #afafaf;
	text-transform:uppercase;
	margin:0;
}
.section-list-4 li p strong {color: #afafaf;}
	
.section-list-4 a.view-btn {
	display: block;
	width: 155px;
	background: #f38929;
	font-size: 13px;
	line-height: 20px;
	border-radius: 3px;
	padding: 14px 10px;
	margin-top: 19px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

/*END Hyster Section Styling */

/*START Hyster Team section Styling*/

#TeamMembers .section-list-4 &gt; li {
	float: left;
	
	width: calc(100%);
	margin-bottom: 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border:solid 1px #1d1d1d;
	color:#fff;
	margin-left:0;
	
}

#TeamMembers .section-list-4 &gt; li h4
{
color: #000;
    font-size: 16px;
    font-weight: normal;
    

}

#TeamMembers .section-list-4 &gt; li li
{
	border:none;
	width:100%;
	margin-left:0px;
	margin-bottom:1px;
}

#TeamMembers .section-list-4 figvaption  ul,
#TeamMembers .section-list-4 figvaption  ul li li,
#gallery-content-center &gt; li &gt; figure &gt; figcaption &gt; ul
{
	margin:0px;
}
 
#TeamMembers .section-list-4 li.all.buildings, #TeamMembers .section-list-4 li
{
	background:none;
	padding:0;
}

#TeamMembers .section-list-4 li i.fa
{
	font-size: 1.5em;
	margin-right: 5px;
	vertical-align: middle;
}

 #TeamMembers .section-list-4  img
 {
 	max-height:125px;
	width:auto;
 }



/*END Hyster Team section Styling*/

span.yellow h2
{
color:#f5d947 !important;
}


/* accordian */

.nl-accordion{
	margin:0 auto;	
	background-color:#fff;
}
.nl-accordion label.nl-label{
  display:block;
  font-size:20px;
  line-height:120%;
  background-color:#000;
  /*border:1px solid #ccc;*/
  color:#fff;    

  cursor:pointer;
  text-transform:uppercase;
  font-family: 'BebasNeue', Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.nl-accordion &gt; ul{
  list-style:none;
  margin:0;
  padding:0;    
}
.nl-accordion &gt; ul li {
  overflow:hidden;
  margin:0 0 1px;

}
.nl-accordion &gt; ul &gt; li {

  background-image:none;
  padding-left:0;
}
.nl-accordion &gt; ul li label.nl-label {
  padding:10px;
}
.nl-accordion &gt; ul li label.nl-label:hover {
  /*border:1px solid #542437;*/
}
.nl-accordion [type="radio"].nl-radio, .nl-accordion [type="checkbox"].nl-checkbox {
  display:none;
}
.nl-accordion &gt; ul li label.nl-label:hover, .nl-accordion [type="radio"].nl-radio:checked ~ label.nl-label, .nl-accordion [type="checkbox"].nl-checkbox:checked ~ label.nl-label {
  background:#f5d947;
  color:#000;
	/*-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.5);
  text-shadow:1px 1px 1px rgba(0,0,0,0.5);*/
}
.nl-accordion [type="radio"].nl-radio:checked ~ label.nl-label, .nl-accordion [type="checkbox"].nl-checkbox:checked ~ label.nl-label {
  border-bottom:0;
}
.nl-accordion &gt; ul li .nl-content {
  height:0px;
  border-top:0;
	padding:0 10px;    
  /*border:1px solid #fff;*/
	-webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.nl-accordion [type="checkbox"].nl-checkbox:checked ~ label.nl-label ~ .nl-content, .nl-accordion [type="radio"].nl-radio:checked ~ label.nl-label ~ .nl-content{
  height:auto;
 /* border:1px solid #542437;*/
	overflow:auto;
}


.our_content li
{
    margin-left: 20px;
    }</pre></body></html>