/*
* ============ General Seeting ============
	font-family: 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體', "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei",Arial,sans-serif;
*/

body, p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'source-han-sans-simplified-c', 'source-han-sans-traditional', 'noto-sans', '微軟正黑體', "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei",Arial,sans-serif;
    letter-spacing: 2pt;
}
body.en-gb, .en-gb p, .en-gb h1, .en-gb h2, .en-gb h3, .en-gb h4, .en-gb h5, .en-gb h6, .en-gb .h1, .en-gb .h2, .en-gb .h3, .en-gb .h4, .en-gb .h5, .en-gb .h6 {
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500;
}

body {
    font-size: 12pt;
    line-height: 22pt;
    color: #4d4d4d;
    background-color: #fff;
	font-weight: 300;
}

a:focus {outline: none;}

.form-horizontal .control-group .control-label {
    display: inline-block;
    float: left;
    padding-top: 5px;
    text-align: left;
    width: 220px;
}

.page-header h2 {
	font-size: 36px;
}

.vh-100 {
    min-height: calc(100vh - 50px) ;
}

.vw-100 {
    min-width: Calc(100vw - 15px);
}
.home .vw-100 {
    min-width: Calc(100vw);
}
.btn-primary {
    color: #ffffff;
    background-color: #6c80b0;
    border-color: #6c80b0;
	border-radius: 0;
	font-family: 'Noto Sans TC', 'Noto Sans SC', Helvetica,Arial,sans-serif;
    letter-spacing: 2pt;
}
.btn-primary:hover {
    background-color: #6c80b0;
}
a.more_btn {
    color: #fff;
    display: inline-block;
    padding: 5px 33px 5px 25px;
    background-color: #6c80b0;
    margin-top:20px;
    display: block;
    float: left;
    /*z-index: 999;*/
}

a.more_btn span::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #ffffff;
    margin:9px 0 0 6px;
}

#jcemediabox-popup-closelink {
    width: 30px;
    height: 30px;
    top: 15px;
    right: -15px;
    position: absolute;
    border: none;
}

.playWrapper {
  opacity: .8;
  position: absolute; z-index: 1;
  top: 0;
  background: rgba(20, 40, 80, 0.7) url("/images/hl2018/1x/play-gray-icon.png") no-repeat scroll center center / 50px 50px !important;
}

.playWrapper .playBtn {
  position: absolute; z-index: 2;
  width: 50px; height: 50px;
  left: 0; right: 0; top: 0; bottom: 0; margin: auto; /* center */
}

.overlay:hover .playWrapper {
  opacity: 1;
}

.col-md-push-8 {
	left: 0;
}

[class*='col-'].no-gutter {
    padding-right:0;
    padding-left:0;
}
.projects-wrapper .project-img .project-img-extra .project-icon {
	height: 50px !important;
	width: 50px !important;
	line-height: 46px !important;
	font-size: 30px !important;
}
iframe {
	border: none; 
	width: 100%; 
	float: right;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

#nb_icon_wrap {left:2px !important; top:calc(100vh - 80px) !important;}
/*
* ============ Header ============
*/

.t3-header {
	height: 50px;
	padding: 10px 0;
	background-color: #fff;
}

.t3-header .container {
	height: 30px;
	padding: 5px 0;
}

/*
* --------- Header Search ---------
*/

.head-search {
    margin-top: 0;
    text-align: right;
}

.head-search .ux-menu-container {
    display: inline-block;
}

.head-search .ux-menu-container .ux-menu a {
    background: #f3efec url("images/menu-item-bg.png") repeat scroll 0 0;
    border: none;
    color: #6c80b0;
    display: block;
    line-height: 12px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    font-size: 10pt;
    line-height: 10pt;
}

.head-search .search::before {
	content: "";
}

.head-search .search {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
    z-index: 99;
}

.search .form-inline {
	margin-top:-6px;
}

.search .form-inline input {
	padding: 1px 1px 1px 15px;
	width: 76px !important;
	background: url("/images/hl2018/1x/search-icon.png") no-repeat 3px 50%;
	height: 17px;
	border-radius :2px;
	border-color: #6280b0;
	font-size: 8pt;
    line-height: 10pt;
	color: #6c80b0;
}

/*
* --------- Header Language ---------
*/

.languageswitcherload {
    margin-top: 0;
    float: left;
    font-size: 10pt;
    line-height: 14pt;
    z-index: 99;
}
div.mod-languages li {
    margin-left: 4px !important;
    margin-right: 0 !important;
}
.languageswitcherload li+li {
    border-left: 1px solid #6c80b0;
    padding-left:8px;
}

.languageswitcherload a {
    color: #6c80b0;
    text-decoration: none;
}

.languageswitcherload a:hover {
    color: #6c80b0;
    text-decoration: underline;
}

/*
* ============ Main Menu ============
*/
.home {
	display: block;
	float: left;
	margin-top: -73px;
}
.homepage .home {
	margin-top: -83px;
}
.t3-navhelper{
	padding: 17px 0 0 0;
}
#gruemenu {
	margin :0 -15px !important;
}
#gruemenu:after {
  display:block;
  content: '';
	border-bottom: solid 1px #fff !important;
  transform: scaleX(0);  
  transition: transform 500ms ease-in-out;
  visibility: visible !important;
}
#gruemenu:hover:after { transform: scaleX(1); }

#gruemenu > ul {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	max-width: 1024px !important;
	width: 100vw !important;
	margin: 0 auto !important;
	display: flex !important;
	justify-content: space-between;
}
#gruemenu ul li a, #gruemenu #menu-button {
	font-family: 'Noto Sans TC', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	padding-bottom:16px;
}
#gruemenu > ul > li {
    width: auto !important;
    background-color: transparent !important;
    letter-spacing: 0 !important;
	font-weight: 400 !important;
	font-size:12pt !important;
	line-height: 14pt !important;
	/*padding: 0 10px 0 17px !important;*/
	padding: 0 !important;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
#gruemenu > ul > li.active > a {
    background-color: transparent !important;
    color:#bbb !important;
}
#gruemenu > ul > li > ul > li.active > a {
    background-color: #e2eaf7 !important;
}
#gruemenu > ul > li.has-sub > a::after {
    opacity: 1 !important;
    border: none;
    font-family: "FontAwesome";
    content: "\f107";
    color: #fff;
    display: inline-block;
    padding-left: 7px;
}
#gruemenu > ul > li.has-sub:hover > a::after {
    color: #4d4d4d;
}
#gruemenu > ul > li.menutype-heading:hover a.menutype-heading {
	cursor: default !important;
}
#gruemenu > ul > li > ul::after {
	border: none !important;
}
#gruemenu ul ul li a {
    padding: 10px;
}
#gruemenu ul ul li:hover a {
    background: #e2eaf7 !important;
    color: #6c80b0 !important;
}
#gruemenu.detached {
	padding: 0 15px;
}
.mainmenu-background {
	width: 100% !important;
	height: 54px;
	background-color: #e3e3e3;
	opacity: 0;
	left: 0;
	margin-bottom : -38px !important;
}
.mainmenu-background.detached{
    z-index: 9998;
	opacity: 1;
	transition: opacity 0.2s ease-in-out 0.2s;
	background-color: #6c80b0;
	width: 100%;
}
#gruemenu.detached{
	width: 100vw !important;
    border-bottom-color: transparent !important;
    left: auto !important;
    padding-top:9px !important;
}
#gruemenu.detached ul {
	padding-left: 40px !important;
}
#gruemenu.detached > ul > li {
	/*padding: 0 22px 0 0px !important;*/
	padding: 0 !important;
}
#gruemenu.detached ul ul{
	padding-left: 0 !important;
}
#gruemenu .menu-home {
	display: none;
}
#gruemenu.detached .menu-home {
	display: block;
	padding-top:7px;
    margin-left:-40px;
}
#gruemenu.detached:after {
  visibility: hidden !important;
}
#gruemenu > ul > li.menutype-url:nth-child(even), .home-menu, .t3-off-canvas-body ul > li.menutype-url:nth-child(even) {
	display: none !important;
}
 .homepage #gruemenu > ul > li.menutype-url:nth-child(even), .homepage .home-menu {
	display: block !important;
}
 .homepage .t3-off-canvas-body ul > li.menutype-url:nth-child(even) {
	display: list-item !important;
}
 .homepage #gruemenu > ul > li.menutype-url:nth-child(odd), .homepage .content-menu, .homepage .t3-off-canvas-body ul > li.menutype-url:nth-child(odd) {
	display: none !important;
}

/*
* ============ Footer ============
*/
#t3-footer, #t3-footer .t3-footnav .t3-module {
	background: #4d4d4d;
	border: none;
}
#t3-footer, #t3-footer .t3-footnav .t3-module .menu-heading {
	color:#6c80b0;
}
.t3-sl-3.spotlight-row {
	border-top: 2px solid #6c80b0;
}
.t3-sl-3 .contact_us_row div {
	text-align: center;
	font-size: 10pt;
	letter-spacing: 0;
	font-weight: 400;
}
.t3-sl-3 .contact_us_row div span.icon{
	clear:both;
	display:block;
	width:50px;
	height:50px;
	background: #c6ccde;
	margin: 10px auto 10px;
	padding-top: 8px;
	text-align: center;
}
.en-gb .t3-sl-3 .contact_us_row div {
	line-height: 140%;
}
.en-gb .t3-sl-3 .contact_us_row div span.icon {
	line-height: 220%;
}
.rscontact .control-group {
	margin-bottom: 18px;
}
.rscontact .control-group.error {
	margin-bottom: 2px;
}
.rscontact input, .rscontact textarea {
	width: 100%;
	font-family: 'Noto Sans TC', 'Noto Sans SC', Helvetica,Arial,sans-serif;
    letter-spacing: 0;
	font-weight: 300;
	padding: 1px 1px 1px 40px;
	color: #4d4d4d;
	height: 40px;
	border-radius: 0;
}
.rscontact input#mod-rscontact-full-name-278 {
	background: url("/images/hl2018/1x/user-icon.png") no-repeat 15px 50% #cfcfcf;
}
.rscontact input#mod-rscontact-email-278 {
	background: url("/images/hl2018/1x/email-icon.png") no-repeat 15px 50% #cfcfcf;
}
.rscontact input#mod-rscontact-mobile-phone-278 {
	background: url("/images/hl2018/1x/tel-icon.png") no-repeat 15px 50% #cfcfcf;
}
.rscontact textarea#mod-rscontact-message-278 {
	background: url("/images/hl2018/1x/message-icon.png") no-repeat 15px 10px #cfcfcf;
	height: 150px;
	margin-bottom: 0;
}
.rscontact textarea#mod-rscontact-message-278 + label {
    display: block;
    float: right;
    margin: -30px 10px 0 0;
}
.rscontact #mod-rscontact-counter-278 {
	font-size: 10pt;
	text-align: right;
    letter-spacing: 0;
    font-weight: 300;
}
.rscontact button#mod-rscontact-submit-btn-278 {
	width: 100%;
}
.t3-sl-3 iframe {
	border-color: #e2eaf7;
	border-width:1px;
	border-radius: 0;
	background: #e2eaf7;
}
/*
* ============ Footer Menu ============
*/

.t3-footnav {
    padding: 10px 0;
}

.t3-footnav .t3-module {
	margin-right: -15px;
}

.t3-footnav .t3-module .menu {
	width: 100%;
}

.t3-footnav .t3-module ul {
	padding-bottom: 20px;
}

.t3-footnav .t3-module ul li {
	padding-bottom: 20px;
}

.t3-footnav .t3-module ul ul{
	padding-bottom: 0;
	padding-top: 5px;
}

.t3-footnav .t3-module ul li li{
	font-size: 12px;
	font-weight: 300;
  	line-height: 140%;
    padding-bottom: 8px;
}

.t3-footnav .nav > li > a {
	padding: 10px 0;
	font-size: 16px;
}

.t3-footnav .nav > li > a:hover {
	text-decoration: underline;
	background-color: #231f20;
}

.t3-footnav ul.nav {
	margin-top: 10px;
}

.t3-footnav ul.nav > li {
	margin-top: -5px;
	margin-bottom: 15px;
}

/*
* ============ Footer Copyright ============
*/

.t3-copyright {
	text-align: center;
	padding: 0;
	border: none;
	background: #333;
}
.t3-copyright .copyright {
	margin: 0;
	padding:12px 0;
}
.t3-copyright small {
	margin: -7px 0;
}

.t3-copyright a {
	color: #fff;
	text-decoration: none;
}

/*
* ============ off-canvas ============
*/

#t3-off-canvas .t3-off-canvas-header-title {
	color: #231f20;
}
#t3-off-canvas .t3-off-canvas .t3-off-canvas-body {
    padding: 0 12px 24px;
}
#t3-off-canvas .nav > li > span {
    padding: 10px 0 5px;
}
#t3-off-canvas .nav .nav-child {
	padding: 0 0 10px 20px;
}

/*
* ============ Blue row ============
*/
.t3-sl-3, .home .t3-sl-4, .home .t3-sl-6, .t3-footer-0, .home .t3-sl-9 {
  background-color: #e2eaf7;
}

/*
* ============ Homepage ============
*/
.homepage .home .t3-sl-2 {
  padding-bottom: 60px;
}
h2 {
    text-align: center;
	width: 100%;
	max-width: 400px;
    display: block;
    margin: 50px auto 27px;
    border-bottom: 1px solid #6c80b0;
    height:44px;
}
.homepage h2{
    margin: 75px auto 27px;
}
h2:before {
  font-family: "FontAwesome";
  content: "\f04d";
  display: block;
  color: #6c80b0;
  font-size: 24px;
  position:relative;
  float: left;
    line-height:23px;
    padding-top:22px;
}
/*.en-gb h2#factory {max-width: 600px;}
.en-gb.itemid-156 h2 {max-width: 650px;}
.en-gb h2#maintenance {max-width: 650px;}*/
.en-gb h2#factory, .en-gb.itemid-156 h2,.en-gb h2#maintenance {
    height:70px;
}
.en-gb h2#factory:before, .en-gb.itemid-156 h2:before,.en-gb h2#maintenance:before {
    padding-top: 48px;
}
h2 span {
    font-size: 25pt;
    line-height: 25pt;
    text-align: center;
    margin-bottom: -20px;
    letter-spacing: 8pt;
    display: block;
}
.en-gb h2 span, .en-gb.homepage p {
    letter-spacing: 0;
}
.homepage p {
	margin: 0 0 50px;
}
.homepage .t3-sl-3 p {
	margin: 0 0 0;
}

.homepage #t3-mainbody, .homepage .t3-sl-1.container, .homepage .t3-sl-2.container, .option-com_blankcomponent  #t3-mainbody {
	display: none;
	visibility: hidden;
}
.homepage .home-keyimage {
    background-image: url("/images/hl2018/1x/factory-outlook.jpg");
    background-position: 50% 50%;
    background-size: cover;
}
.homepage .home-keyimage .container {
    color: #fff;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 100px) ;
}
.homepage .home-keyimage .home-keyimage-text {
    /*z-index: 999;*/
}
.homepage .home-keyimage .home-keyimage-text h1 {
    color: #fff;
    font-size: 50pt;
    line-height: 60pt;
    letter-spacing: 25pt;
}
.homepage .home-keyimage .home-keyimage-text p {
    text-shadow: 1px 1px 1px #000, 2px 2px 3px #6c80b0;
	font-weight: 400;
}
.en-gb.homepage .home-keyimage .home-keyimage-text h1 {
    letter-spacing: -0.5px;
	font-size: 40pt;
}
.homepage .home-keyimage .home-keyimage-text p {
    letter-spacing: 0;
}

.homepage .t3-sl-3a, .homepage .t3-sl-3b, .homepage .t3-sl-3c, .homepage .t3-sl-3d{
	padding: 0 0 40px 0;
	font-size: 12pt;
	line-height: 18pt;
	font-weight: 500;
    letter-spacing: 0;
}

.homepage .t3-sl-3a img, .homepage .t3-sl-3b img, .homepage .t3-sl-3c img, .homepage .t3-sl-3d img{
 padding: 43px 0 20px 0;
}

.homepage .t3-sl-4, .homepage .t3-sl-6, .homepage .t3-sl-9  {
    margin-top: 0 !important;
    padding-left:0 !important;
    padding-bottom: 115px;
}
.homepage .t3-sl-5  {
    margin-top: 0 !important;
    padding-left:0 !important;
    padding-bottom: 25px;
}

.homepage .home-care {
    background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
    background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
display: block;
}
.homepage .home-cuttingedge {
  background-image:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/hl2018/1x/care-image.jpg");
}
.homepage .home-aestheticism {
  background-image:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/hl2018/1x/home-a-keyimage.jpg");
}
.homepage .home-revolutionary {
  background-image:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/hl2018/1x/home-r-keyimage.jpg");
}
.homepage .home-easement {
  background-image:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/hl2018/1x/home-e-keyimage.jpg");
}
.homepage .t3-sl-4 {
  height: 320px;
}
.homepage .home-care {
  position: absolute;
  /*transform-style: preserve-3d;*/
  animation-duration: 28s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 100vw;
    z-index: 0;
}
.homepage .home-cuttingedge {
  animation-name: reviewOne;
}
.homepage .home-aestheticism {
  animation-name: reviewTwo;
}
.homepage .home-revolutionary {
  animation-name: reviewThree;
}
.homepage .home-easement {
  animation-name: reviewFour;
}
@keyframes reviewOne {
  0% {
    opacity: 0;
    z-index: 0;
  }
  2% {
    opacity: 0;
    z-index: 0;
  }
  5% {
    opacity: 0.5;
    z-index: 1;
  }
  7% {
    opacity: 1;
    z-index: 1;
  }
  29% {
    opacity: 1;
    z-index: 1;
  }
  30% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
@keyframes reviewTwo {
  0% {
    opacity: 0;
    z-index: 0;
  }
  28% {
    opacity: 0;
    z-index: 0;
  }
  30% {
    opacity: 0.5;
    z-index: 2;
  }
  32% {
    opacity: 1;
    z-index: 2;
  }
  54% {
    opacity: 1;
    z-index: 2;
  }
  55% {
    opacity: 0;
    z-index: 0;
  }
  75% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 0
    z-index: 0;
  }
}
@keyframes reviewThree {
  0% {
    opacity: 0;
    z-index: 0;
  }
  53% {
    opacity: 0;
     z-index: 0;
  }
  55% {
    opacity: 0.5;
    z-index: 3;
  }
  57% {
    opacity: 1;
    z-index: 3;
  }
  79% {
    opacity: 1;
    z-index: 3;
  }
  80% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 0
    z-index: 0;
  }
}
@keyframes reviewFour {
  0% {
    opacity: 1;
    z-index: 1;
  }
  4% {
    opacity: 1;
    z-index: 1;
  }
  5% {
    opacity: 0;
    z-index: 0;
  }
  78% {
    opacity: 0;
    z-index: 0;
  }
  80% {
    opacity: 0.5;
    z-index: 1;
  }
  82% {
    opacity: 1;
    z-index: 1;
  }
  100% {
    opacity: 1;
    z-index: 1;
  }
}
.homepage .home-care .container {
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 220px ;
    text-align: center;
}
.homepage .home-care .container .jcepopup .jcemediabox-zoom-link {
    display:none;
}

.homepage .home-care .home-care-text {
    z-index: 99;
}
.homepage .home-care .home-care-text h3 {
    color:#fff;
    font-size: 25pt;
    line-height:30pt;
    font-weight: 400;
}
.homepage .home-care a.more_btn {
    width:133px;
    margin:-30px auto 10px;
    float: none;
}
.homepage .vt_nivo_slider {
	padding-bottom:64px;
}
.homepage #vtnivo251 #vt_nivo_slider251 {
    margin-left: 54px;
    margin-right: 54px;
}
.homepage .nivo-arrows04 a.nivo-prevNav {
    left: -54px !important;
    width: 41px !important;
}
.homepage .nivo-arrows04 a.nivo-nextNav {
    right: -54px !important;
    width: 41px !important;
}
.homepage .nivocontrol-bellow .nivo-controlNav {
    width: 190px;
}
@media (max-width: 856px) {
	.homepage #vtnivo251 #vt_nivo_slider251 {
		margin-left: 0;
		margin-right: 0;
	}
	.homepage .nivo-arrows04 a.nivo-prevNav {
    	left: 0 !important;
	}
	.homepage .nivo-arrows04 a.nivo-nextNav {
    	right: 0 !important;
	}
}
.homepage .t3-sl-5a, .homepage .t3-sl-5b, .homepage .t3-sl-5c, .homepage .t3-sl-5d{
    display: block;
    float: left;
    /*z-index: 999;*/
    margin-top:40px;
}
.homepage .t3-sl-5a .custom, .homepage .t3-sl-5b .custom, .homepage .t3-sl-5c .custom, .homepage .t3-sl-5d .custom{
	background: #6c80b0;
	max-width: 214px;
	width: 100%;
	padding: 1px;
	margin: 0 auto;
}
.homepage .t3-sl-5d .custom .playWrapper{
	max-width: 212px;
	width: calc(50vw - 32px);
	height: calc(100% - 87px);
}
.homepage .t3-sl-5a .factory-gallery .swiper-container.ext-gallery {
    margin-bottom: 0;
}
.homepage .t3-sl-5a .factory-gallery {
	max-width: 216px;
	width: calc(50vw - 28px);
	background: #6c80b0;
	padding: 1px;
	margin: 0 auto;
}
/*=====================================================
    SMALLER MOBILE DEVICES
=====================================================*/
@media screen and (max-width:480px){
}
/*=====================================================
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE
=====================================================*/
@media screen and (min-width:481px){
}
/*=====================================================
    TABLETS LANDSCAPE & NETBOOKS
=====================================================*/
@media (min-width: 768px) {
	.homepage .t3-sl-5d .custom .playWrapper{
		width: calc(25vw - 32px);
	}
	.homepage .t3-sl-5a .factory-gallery{
		width: calc(25vw - 30px);
	}
}
@media (min-width: 941px) {
}
@media (min-width: 1200px) {
}
.homepage .t3-sl-5a .custom img, .homepage .t3-sl-5b .custom img, .homepage .t3-sl-5c .custom img, .homepage .t3-sl-5d .custom img {
	width: 100%;
}

.homepage .t3-sl-5a .custom span, .homepage .t3-sl-5b .custom span, .homepage .t3-sl-5c .custom span, .homepage .t3-sl-5d .custom span {
	width: 100%;
	height:87px;
	text-align: center;
	background: #fff;
	display: block;
	padding: 21px 0 0 18px;
	color: #4d4d4d;
	line-height: 16pt;
}
.homepage .t3-sl-5a .project-item-meta {
	width: 100%;
	height:87px;
	text-align: center;
	background: #fff;
	display: block;
	padding: 28px 0 0 18px;
	color: #4d4d4d;
	line-height: 16pt;
}
.homepage .t3-sl-5a .project-item-meta h4 a {
	color: #4d4d4d;
    font-size: 12pt;
    font-weight: 300;
}
.homepage .t3-sl-5a .project-item-meta h4 a::after {
    content: "";
    height: 0;
    border: 7px solid transparent;
    border-left-color: #4d4d4d;
    margin:3px 0 0 6px;
    display: inline-block;
}
.homepage .t3-sl-5a .custom span, .homepage .t3-sl-5b .custom span, .homepage .t3-sl-5c .custom span {
	padding-top: 34px;
}

.homepage .t3-sl-5a .custom span::after, .homepage .t3-sl-5b .custom span::after, .homepage .t3-sl-5c .custom span::after, .homepage .t3-sl-5d .custom a > span::after{
    content: "";
    height: 0;
    border: 7px solid transparent;
    border-left-color: #4d4d4d;
    margin:3px 0 0 6px;
    display: inline-block;
}

.homepage .t3-sl-9 .product_row {
	background: #fff;
	width: 100%;
	display: block;
	float: left;
	display: flex;
	align-items: center;
	color: #4d4d4d;
	margin-bottom: 20px;
}
.homepage .t3-sl-9 .product_row_right {
	justify-content: space-between;
}

.homepage .t3-sl-9 .product_row .product_image {
	display: block;
	float:left;
	position:relative;
}
.homepage .t3-sl-9 .product_row_right .product_image {
	float:right;
}

.homepage .t3-sl-9 .product_desc {
	color: #4d4d4d;
	letter-spacing: 2pt;
	padding: 0 20px 0 40px;
	z-index: 99;
	width:100%;
}
.homepage .t3-sl-9 .product_desc h5{
	font-size: 19pt;
	line-height: 21pt;
	margin: 0;
    letter-spacing: 7pt;
}
.homepage .t3-sl-9 .product_desc p{
	margin: 0;
    letter-spacing: 6pt;
}
.en-gb.homepage .t3-sl-9 .product_desc h5{
    letter-spacing: 0;
}
.en-gb.homepage .t3-sl-9 .product_desc p{
    letter-spacing: 0;
	font-size: 11pt;
}
.homepage .t3-sl-9 .product_row .product_desc a, .homepage .t3-sl-9 .product_row .product_desc a h5 {
	color: #4d4d4d;
}
.homepage .t3-sl-9 .product_row:hover {
	background: #6c80b0;
}
.homepage .t3-sl-9 .product_row .product_desc a:hover {
	text-decoration: none !important;
}
.homepage .t3-sl-9 .product_row:hover .product_desc a, .homepage .t3-sl-9 .product_row:hover .product_desc a h5 {
	color: #fff;
}
.homepage .t3-sl-9 .product_row:hover .product_desc a h5::after{
    content: "";
    height: 0;
    border: 10px solid transparent;
    border-left-color: #fff;
    margin:3px 0 0 6px;
    display: inline-block;
}
.homepage .t3-sl-9 .product_row .row-overlay { 
  opacity: 0;
  position: absolute; z-index: 1;
  top: 0;
  background: rgba(20, 40, 80, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
}
.homepage .t3-sl-9 .product_row:hover .row-overlay { 
  opacity: 0.8;
}

/*
* ============ video-cointiner ============
*/
.video-cointiner {
	height:480px; 
	width:100%;
	position: relative;
}
.video-cointiner .overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	color:#fff;
	text-align: center;
	pointer-events: none;
	height: 100% ;
}
.video-cointiner .play-icon{
	z-index:2;
	display:flex;
	align-items: center;
	justify-content: center;
}
.homepage .home-new-video {
  background:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/hl2018/1x/factory-birdview.jpg");
    background-position: 50% 50%;
    background-size: cover;
}
.homepage .overlay{
	font-size: 15pt;
}
.homepage .overlay h1{
	letter-spacing: 13pt;
	font-size: 50pt;
	line-height: 60pt;
}
.care-new-video .video-cointiner {
	height:450px; 
	width:100%;
	position: relative;
}
.care-new-video .overlay p{
	font-size: 12pt;
	line-height: 18pt;
	padding: 0 15px;
}
.care-new-video .overlay h1{
	letter-spacing: 13pt;
	font-size: 50pt;
	padding-top:70px;
	line-height: 80pt;
	margin:0;
}
.en-gb .care-new-video .overlay h1{
	letter-spacing: 0;
}
.care-new-video .overlay img{
	padding-top:40px;
}
.c-new-video .home-new-video {
  background:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/hl2018/1x/c-keyimage.jpg");
    background-position: 50% 50%;
    background-size: cover;
}
.a-new-video .home-new-video {
  background:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/hl2018/1x/a-keyimage.jpg");
    background-position: 50% 50%;
    background-size: cover;
}
.r-new-video .home-new-video {
  background:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/hl2018/1x/r-keyimage.jpg");
    background-position: 50% 50%;
    background-size: cover;
}
.e-new-video .home-new-video {
  background:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/hl2018/1x/e-keyimage.jpg");
    background-position: 50% 50%;
    background-size: cover;
}
/*
* ============ Care Images Slider ============
*/
.care-text {
	margin-bottom:50px;
}
.care-image-slider {
	max-width: 830px;
	margin: 35px auto 15px;
}
.product-image-slider {
	max-width: 899px;
	margin: 35px auto 55px;
}
.product-image-grid {
margin-bottom: 0;
}
.care-image-slider .swiper-container {
	padding: 0 70px 45px;
}
.product-image-slider .swiper-container {
	padding: 0 95px 45px;
}

.care-image-slider .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}
.care-image-slider .swiper-pagination-bullet-active {
    background: #6c80b0;
}
.care-image-slider .ext-gallery .swiper-button-prev {
    left: 0;
    width: 41px;
    height: 41px;
    background: url("/images/hl2018/1x/left-arrow.png") 50% 50% #e2eaf7;
}
.care-image-slider .ext-gallery .swiper-button-next {
    right: 0;
    width: 41px;
    height: 41px;
    background: url("/images/hl2018/1x/right-arrow.png") 50% 50% #e2eaf7;
}
.care-image-slider .ext-gallery .swiper-button-prev::before, .care-image-slider .ext-gallery .swiper-button-next::before {
    content: "";
}
.care-image-slider .project-item-meta {
	display:flex;
	width: 100%;
	height: 65px;
	text-align: center;
	background: #6c80b0;
    align-items: center;
	justify-content: center;
	padding: 0 20px;
	color: #fff;
	font-size: 12pt;
	line-height: 18pt;
}
.care-image-slider .project-item-meta h4 a{
	color: #fff;
	font-size: 12pt;
	line-height: 14pt;
}
.care-image-slider .project-item-meta h4 a:hover{
	text-decoration: none;;
}
.care-image-slider p {
	margin: 8px 0;
}

/*
* ============ Breadcrumb ============
*/

#t3-breadcrumbs #t3-content{
	margin:0;
	padding:0;
	position:absolute;
	z-index: 5;
	width: auto;
}
.breadcrumb {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    list-style: outside none none;
    padding: 2px 5px;
    font-size: 9pt;
    margin: 5px 0 0 14px;
}
.breadcrumb > li + li::before {
    content: ">";
}
.breadcrumb > li span, .breadcrumb > li a span {
    white-space: nowrap;
    color: #fff;
}
.breadcrumb > li a:hover span {
    text-decoration: underline;
}

/*
* ============ Content Page Header ============
*/
.header-row .overlay {
	height:350px; 
	width:100%;
	position: relative;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
}
.header-row .image-cointiner h1{
	letter-spacing: 0;
	font-size: 50pt;
	line-height: 80pt;
	margin:0;
}
.header-row .image-cointiner p{
	font-size: 13pt;
	line-height: 18pt;
	padding: 0 15px 15px;
	color: #fff;
}
.lift-header-row .overlay {
  background-image:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/hl2018/1x/lift-header-image.jpg");
}
.vision-header-row .overlay {
  background-image:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/hl2018/1x/vision_header_image.jpg");
}
.about-us-header-row .overlay {
  background-image:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/hl2018/1x/about_us_header_image.jpg");
}
.elevator-header-row .overlay {
  background-image:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/hl2018/1x/elevator_header_image.png");
}
.cargo-header-row .overlay {
  background-image:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/hl2018/1x/cargo_header_image.jpg");
}
.sales-header-row .overlay {
  background-image:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/hl2018/1x/sales_header_image.jpg");
}
.design-header-row .overlay {
  background-image:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/stories/contentpage/help_header.jpg");
}
.project-header-row .overlay {
  background-image:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/stories/contentpage/project_header.jpg");
}
.news-header-row .overlay {
  background-image:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/stories/contentpage/news_header.jpg");
}
.search-header-row .overlay {
  background-image:linear-gradient(0deg,rgba(20,40,80,0.7),rgba(20,40,80,0.7)),url("/images/stories/contentpage/download.jpg");
}

/*
* ============ Content Page Title (old) ============
*/

/*.t3-sl-4  {
    margin-top: -180px;
    padding-left:50px;
}*/
 div.custom-title {
    padding:0 !important;
    margin: auto;
}
 div.custom-title-short {
    width: 200px;
}
 div.custom-title-long {
    width: 360px;
}
 div.custom-title h2 {
    border: 0px solid #fff;
    padding: 0 5px;
    text-align: center;
    display: block;
    margin-left: 53px;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 48px;
    line-height: normal;
}
 div.custom-title .whitebar {
    display:block;
    float:left;
    margin-top:-50px ;
    border-bottom: 4px solid #fff;
    width:90%;
    overflow: hidden;
    height:44px;
}
 div.custom-title .bluebar {
    border: 1px solid #6c8cc7;
    background-color: #6c8cc7;
    padding: 0 5px;
    text-align: center;
    display: block;
    margin-left: 53px;
    letter-spacing: 3px;
}
/*
* ============ Content - Passenger Lift ============
*/
.product-list {
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
    height: 536px;
	border-right: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	margin: 0 0 70px;
}
.t3-sl-2 .no-gutter:first-child .product-list {
	border-left: 1px solid #4d4d4d;
}
.lift-title h4 img {
	padding-bottom:10px;
}
.lift-title h4 span {
    font-size: 25pt;
    line-height: 25pt;
    text-align: center;
    padding: 30px 0 0 20px;
    letter-spacing: 8pt;
    display: inline-block;
}
.en-gb .lift-title h4 span {letter-spacing: 0;}
.product-hotel {
	border-top: 10px solid #325c90;
}
.product-business {
	border-top: 10px solid #9ccc99;
}
.product-home {
	border-top: 10px solid #cfacd1;
}
.product-list div{
	text-align: center;
}
.product-list div img {
	padding-bottom: 25px;
}
.product-list div h3 {
	color: #4d4d4d;
	font-size: 32pt;
	border-bottom: 1px solid #4d4d4d;
	display: inline;
	padding: 0 0 15px 20px;
	letter-spacing: 13pt;
}
.en-gb .product-list div h3 {
	letter-spacing: 0;
}
.product-list div p {
	font-size: 17pt;
	line-height: 20pt;
}
.product-list div p.intro {
	padding-top: 45px;
	font-size: 12pt;
	padding-bottom: 15px;
}
.content_product_row {
	background: #fff;
	width: 100%;
	display: block;
	float: left;
	display: flex;
	align-items: center;
	color: #4d4d4d;
	margin-bottom: 20px;
    border: 2px solid #e2eaf7;
}
.content_product_row .product_image {
	display: block;
	float:left;
	position:relative;
}
.content_product_row .product_image {
	float:right;
}
.content_product_row .product_desc {
	color: #4d4d4d;
	letter-spacing: 2pt;
	padding: 0 20px 0 60px;
	z-index: 99;
	width:100%;
}
.content_product_row .product_desc h5{
	font-size: 20pt;
	line-height: 30pt;
	margin: 0;
    letter-spacing: 10pt;
    color: #4d4d4d;
}
.content_product_row .product_desc p{
	margin: 0;
    letter-spacing: 6pt;
}
.en-gb .content_product_row .product_desc h5{
    letter-spacing: 0;
}
.en-gb .content_product_row .product_desc p{
    letter-spacing: 0;
}
.hotel_row.content_product_row {
	border-right: 15px solid #325c90;
}
.business_row.content_product_row {
	border-right: 15px solid #9ccc99;
}
.home_row.content_product_row {
	border-right: 15px solid #cfacd1;
}
.home .blue-line{
	width: 100%;
	display;block;
	height: 2px;
	background: #6c80b0;
	margin:0;
}
.color-select {
	padding-bottom: 60px;
	margin:0 auto;
}
.escalator-color-select {
	width:316px;
}
.cargo-color-select {
	width:788px;
}
.color-select .theme-amazing .nivoSlider {
	box-shadow: none;
}
.color-select .nivo-caption {
	width: 100% !important;
	margin:0 !important;
}
.color-select .nivo-caption .nivo-heading {
	text-align: center !important;
	font-weight: 300 !important;
	margin: 28px 0 !important;
}
.color-select .nivo-caption .nivo-description {
	text-align: center !important;
}
.escalator-color-select .nivo-caption .nivo-description {
	height: 100px;
}
.cargo-color-select .nivo-caption .nivo-description {
	height: 200px;
}
.en-gb .cargo-color-select .nivo-caption .nivo-description {
	height: 230px;
}
.color-select .nivo-caption .nivo-description hr{
	border-top: 1px solid #4d4d4d !important;
	width: 30% !important;
}
.color-select .nivo-caption .nivo-description ul {
	width:100%;
	display:flex;
	justify-content: space-around;
	padding: 55px 1px 40px;
	flex-wrap: wrap;
}
.color-select .nivo-caption .nivo-description li{
	text-align: center !important;
}
.color-select .nivo-caption .nivo-description li.active{
	text-decoration: underline;
}
.escalator-color-select .nivo-caption .nivo-description li{
	width: 30px;
}
.cargo-color-select .nivo-caption .nivo-description li{
	width: 52px;
	margin-bottom: 78px;
}
.en-gb .cargo-color-select .nivo-caption .nivo-description li{
	margin-bottom: 74px;
	line-height: 120%;
	font-size: 11px !important;
}
.color-select .nivocontrol-bellow .nivo-controlNav {
    width: 100%;
	display:flex;
	flex-wrap: wrap;
}
.escalator-color-select .nivocontrol-bellow .nivo-controlNav {
    margin: -82px auto 15px;
    padding: 0 30px 50px;
	justify-content: space-between;
}
.cargo-color-select .nivocontrol-bellow .nivo-controlNav {
    /*margin: -180px auto 30px;*/
    margin: -240px 0 90px 50%;
    width: 50%;
    padding: 0 15px 30px;
	justify-content: space-around;
}
.cargo-color-select .nivo-caption{
	width: 50% !important;
	margin: -380px 0 0 50% !important;
}
.color-select .nivo-bullets01 .nivo-controlNav a {
    width: 25px;
    height: 25px;
    background: none;
    border-radius: 50%;
    z-index:99;
}
.color-select .nivo-bullets01 .nivo-controlNav a.active {
    border: 2px solid #6c80b0;
}
.escalator-color-select .nivo-bullets01 .nivo-controlNav a {
    padding: 0 5px;
}
.cargo-color-select .nivo-bullets01 .nivo-controlNav a {
    margin: 0 15px 75px;
    padding: 0 6px;
}
.escalator-color-select .nivo-bullets01 .nivo-controlNav a:first-child {
    background-color: #2991c8;
}
.escalator-color-select .nivo-bullets01 .nivo-controlNav a:nth-child(2) {
    background-color: #b2b2b2;
}
.escalator-color-select .nivo-bullets01 .nivo-controlNav a:nth-child(3) {
    background-color: #000000;
}
.escalator-color-select .nivo-bullets01 .nivo-controlNav a:nth-child(4) {
    background-color: #d31c24;
}
.escalator-color-select .nivo-bullets01 .nivo-controlNav a:last-child {
    background-color: #ffcf86;
    margin-right: 0;
}
.cargo-color-select .nivo-bullets01 .nivo-controlNav a:first-child {
    background-color: #e7ecf2;
}
.cargo-color-select .nivo-bullets01 .nivo-controlNav a:nth-child(2) {
    background-color: #ace2e9;
}
.cargo-color-select .nivo-bullets01 .nivo-controlNav a:nth-child(3) {
    background-color: #008eae;
}
.cargo-color-select .nivo-bullets01 .nivo-controlNav a:nth-child(4) {
    background-color: #ecefe6;
}
.cargo-color-select .nivo-bullets01 .nivo-controlNav a:nth-child(5) {
    background-color: #cfdce1;
}
.cargo-color-select .nivo-bullets01 .nivo-controlNav a:nth-child(6) {
    background-color: #809fa2;
}
.cargo-color-select .nivo-bullets01 .nivo-controlNav a:nth-child(7) {
    background-color: #b28877;
    margin-bottom: 0;
}
.cargo-color-select .nivo-bullets01 .nivo-controlNav a:nth-child(8) {
    background-color: #00bee3;
    margin-bottom: 0;
}
.cargo-color-select .nivo-bullets01 .nivo-controlNav a:nth-child(9) {
    background-color: #a2c6c2;
    margin-bottom: 0;
}
.cargo-color-select .nivo-bullets01 .nivo-controlNav a:nth-child(10) {
    background-color: #fbfbe7;
    margin-bottom: 0;
}
.cargo-color-select .nivo-bullets01 .nivo-controlNav a:last-child {
    background-color: #84cfaa;
    margin-bottom: 0;
}

/*
* ============ Content ============
*/
.page-header {
    text-align: center;
}
.description_row {
	width: 100%;
	border: 1px solid #cfcfcf;
	display: block;
	float: left;
}
.description_row .description_image, .description_row .description_text {
	padding: 47px;
	display: block;
	float: left;
}
.description_row .description_image {
	border-right: 1px solid #cfcfcf;
}
.description_row .description_text {
	border-left: 1px solid #cfcfcf;
	margin-left:-1px;
	margin-right: 1px;
}
.description_row .description_image .jcemediabox-zoom-span, .description_row .description_image img{
	min-width: 100% !important;
	width: 100% !important;
}
.description_row .description_image, .description_row .description_text{
	font-size: 12pt;
	line-height: 22pt;
	color: #4d4d4d;
	font-weight: 300;
}
.description_row .description_image, .description_row .description_text h6{
	font-size: 20pt;
	line-height: 22pt;
	color: #4d4d4d;
	font-weight: 300;
}

/*.t3-content {
	padding-top: 80px;
}*/
.article-info {
    border-bottom: 1px solid #eeeeee;
    margin: 0 0 20px;
    padding-bottom: 20px;
}

.cat-list-row1, tr.cat-list-row1 td {
    background: #e3e3e3 none repeat scroll 0 0;
}

.cat-list-row0, tr.cat-list-row0 td {
    background: #e3e3e3 none repeat scroll 0 0;
}

.t3-content .item-page table {
  float:right;
  text-align: center;   
}

.t3-content .item-page table {
  float:right;
  text-align: center;
}

.t3-content .item-page table, th, td {
   border: 1px solid #ffffff;
	border-left:  1px solid #ffffff;
     border-top:  1px solid #ffffff;
    text-align: center;
    padding: 15px;
    color: #6c8cc7;
}

 /* .t3-content .item-page table, td {
    color: #000000;
    text-align: left;
    border-right: 0px solid #e3e3e3;
        border-left: 0px solid #e3e3e3;
          border: 1px solid #ffffff;
} */

.t3-content .item-page {
     margin-top: -30px;
}

.t3-content .pagenav {
	clear: both;
	margin-top: 20px;
	text-align: centre;
}

.t3-content ul.pagenav li {
	display: inline-block;
	float: inherit;
}
.t3-content .btn-go-back {
	display: none;
}

.create{
 float:right;
}

.item-pageaboutus img {
	width:100%;
	max-width:800px;
	padding-bottom:50px;
}
.sales-office-address {
	border: 1px solid #4d4d4d;
	padding:0 60px;
	max-width: 800px;
}
.sales-office-address div{
	padding:50px 0 40px;
	border-bottom: 1px solid #4d4d4d;
}
.sales-office-address div:last-child{
	border-bottom: none;
}
.sales-office-address div h5{
	font-size: 19pt;
	line-height: 21pt;
	margin: 0;
    letter-spacing: 7pt;
	color: #4d4d4d;
	margin-bottom:5px;
}
.en-gb .sales-office-address div h5{
    letter-spacing: 0;
}
.sales-office-address div p{
	margin: 0;
    letter-spacing: 1pt;
	color: #4d4d4d;
	margin: 0 0;
}
.en-gb .sales-office-address div h5, .en-gb .sales-office-address div p{
    letter-spacing: 0;
}

/*
* ============ News Page Minitekwall ============
*/
body.option-com_minitekwall .t3-wrapper, body.view-category .t3-wrapper {
	background-color: #fff;
}

body.view-category #t3-mainbody{
}

body.view-category .t3-wrapper .t3-sl-2 {
    padding: 0 0;
}

body.view-category .content-category {
    margin-left: -15px;
    margin-right: -15px;
}
body.view-category .content-category .counter {
    display: none;
}

body.view-category .content-category h1 {
    display: none;
}

body.view-category .content-category .table-bordered {
    border-style: none;
}

body.view-category .table-bordered > tbody > tr > th, body.view-category .table-bordered > tbody > tr > td {
    border-style: none;
}

body.view-category .table-bordered > tbody > tr  {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

body.view-category .cat-list-row1, body.view-category tr.cat-list-row1 td {
    background: #fff none repeat scroll 0 0;
}

body.view-category .cat-list-row0, body.view-category tr.cat-list-row0 td {
    background: #fff none repeat scroll 0 0;
}

/*body.view-article .t3-sl-2 {
	display:none;
}*/

.mnwall_container {
    border-right: 1px solid #000;
}
.mnwall-item {
	padding: 0px 10px 50px !important;
    border-left: 1px solid #000;
}
.mnwall-item-outer-cont {
    border-bottom: 2px dotted #000;
}
.mnwall-date {
	padding: 5px 0 5px 0 !important;
    border-bottom: 3px solid #000;
    font-size: 14px;
}
.mnwall-item-img {
  background-color: white;
  margin-top: 10px;
}
.mnwall-title {
	font-weight: normal;
	padding: 0 !important;
	margin :0;
	display: block;
	width:65%;
	float:left;
}
.mnwall-readmore {
    text-align: right;
    padding: 0 !important;
    margin: 5px 0 5px 0;
    float: right;
    display: block;
    width: 120px;
}
.mnwall-readmore a {
    border-radius: 2px;
    padding: 4px 8px;
}
.dark-text .mnwall-readmore a:after {
  font-family: "FontAwesome";
  content: "\f105";
  display: block;
  color: #555;
  display: inline-block;
  padding-left:7px;
  font-size: 15px;
}

/*
* ============ News Page Article ============
*/

body.view-article .item-page img {max-width:100%;padding: 15px 0;}

/*
* ============ Project/Product Page ============
*/

.projects-wrapper .project-img .project-img-extra {
  background-image: -moz-linear-gradient(center top , rgba(144, 201, 232, 0.6) 0%, rgba(90, 171, 214, 0.6) 100%);
}

.projects-wrapper .project-img .project-img-extra:hover {
	opacity: .9 !important;
}

.projects-wrapper .project-img .project-img-extra h4 {  
  color: #ff7c3a;
}

.container-isotop .project-img {
  display:none;
}

.escalator-image-grid.product-image-grid .container-isotop .project-inner, .cargo-image-grid.product-image-grid .container-isotop .project-inner {
	border: 1px solid #4d4d4d;
}
.product-image-grid .container-isotop .project-img {
  display:block;
  text-align: center;
}
.escalator-image-grid.product-image-grid .container-isotop .project-img img {
  width:100%;
}
.product-image-grid .container-isotop .project-item-meta {
  text-align: center;
  padding: 30px 10px;
}
.cargo-image-grid {
	padding: 0;
}	
@media (min-width: 768px) {
	.cargo-image-grid {
		padding: 0 100px;
	}	
}
@media (min-width: 992px) {
	.cargo-image-grid {
		padding: 0 150px;
	}	
}
@media (min-width: 1200px) {
	.cargo-image-grid {
		padding: 0 200px;
	}	
}
#portfolio-module-341 .projects-wrapper .project-img img, #portfolio-module-291 .projects-wrapper .project-img img {
	width: 100%;
	width: 100%;
}
/*
* ============ Download Page ============
*/

#window-mainbody > div:last-child, 
.com_judownload #t3-content > div:last-child, 
.alias-download-file-en #t3-content > div > div > div:last-child,  
.alias-download-file-zh #t3-content > div > div > div:last-child,  
.judl-container h1, 
.judl-container .doc-meta, 
.judl-container .quick-info,
.judl-container .doc-summary, 
.judl-container .pagination-wrap {
	display:none !important;
}
.judl-doc-row {
	margin-left: 0;
}
.judl-doc-row .judl-doc{
	padding-bottom: 40px;
}
.doc-box .judl-btn-download {
	margin-top: -20px;
	margin-bottom: -20px;
}
.judl-doc-details h2 {
	max-width: 100%;
	border-bottom: none;
	margin-bottom:50px;
}
.judl-doc-details h2:before {
	content: "";
}
.judl-doc-details h2 span {
	letter-spacing: 0;
	border-bottom: 1px solid #6c80b0;
	padding-bottom: 8px;
}

.judl-container th, .judl-container .field-box-title {
	color: #555;
	font-weight: normal;
}
.judl-container .fa-download {
	font-size: 50px;
	color: #ff7c3a;
}
.btn-download-container .judl-download-multi-files {
    background-color: #ff7c3a;
    color: #000;
}
.btn-download-container .judl-download-multi-files:hover {
    color: #fff;
}
.judl-container .label.label-new {
    background-color: #ff7c3a;
}
.judl-container .label.label-updated {
    background-color: #6c8cc7;
}
.judl-container .label.label-hot {
    background-color: #d9534f;
}
.judl-container .label.label-featured {
    background-color: #428bca;
}
.judl-container .label.label-pending {
    background-color: #f0ad4e;
}
.judl-container .label.label-expired {
    background-color: #777;
}
.judl-container .label.label-unpublished {
    background-color: #88443c;
}
.judl-container .doc-actions {
	margin-top:-25px !important;
}

/*
* ============ Contact Page ============
*/

.fabrikForm {
  clear: both;
}

/*
* ============ Search PAge ============
*/
.search #searchForm .searchintro {
    margin-top: 5px;
}
.search #searchForm .form-limit {
    margin-top: 0px;
}
.search .search-results .result-title {
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
    padding-top: 20px;
}
.search .search-results .result-category, .search-results .result-text {
    padding: 0 20px;
}
.search .pagination {
    float: inherit;
    text-align: center;
}
/*
* ============ en-gb page ============
*/
.en-gb #t3-header .head-search .ux-menu-container .ux-menu a {
	font-size: 12px !important;
    padding: 10px;
}
.en-gb #gruemenu, .en-gb #gruemenu ul, .en-gb #gruemenu ul li, .en-gb #gruemenu ul li a, .en-gb #gruemenu #menu-button {
	font-size: 12px !important;
}
.en-gb #gruemenu > ul > li > a {
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.en-gb .t3-footnav .t3-module ul > li span,.en-gb .t3-footnav .t3-module ul > li a {
	font-size: 10pt;
	line-height: 20px;
}
/*
* ============ zh-TW page ============
*/
.zh-tw .page-header {
    letter-spacing: 5px;
}
.zh-tw #mnwall_container_1 .mnwall_filters_sortings {
    display: none;
}
/*
* ============ zh-CN page ============
*/
.zh-cn .page-header {
    letter-spacing: 5px;
}
.zh-cn #mnwall_container_1 .mnwall_filters_sortings {
    display: none;
}
.t3-off-canvas-header {
	display: none;
}
/*
* ==========================++++++++++++==========================
* ========================== Respensive ==========================
* ==========================++++++++++++==========================
*/
	body {
	}
@-ms-viewport {

}
	body {
	}

@media (max-width: 767px) {
	body {
	}
	
	
   .span6 {
    	width:100%
	}
	
	
	.languageswitcherload {
    	top: -162px !important;
	}
	.t3-mainnav .off-canvas-toggle {
		margin-left: 0 !important;
	}
	.homepage .t3-sl-1, .homepage .t3-sl-1 {
	    top: -54px !important;
	    margin-bottom: -54px !important;;
	}
	.jssorn01, .joombig-caption {
		display: none;
	}
	.t3-sl-2 {
    	padding: 52px 15px;
	}
	.t3-sl-5 .custom-title h2 {
		color: #231f20;
		border-color: #231f20;
		margin-left :0;
	}
	.t3-sl-5 .custom-title .whitebar {
		display: none;
	}
	.t3-sl-5 .custom-title .bluebar {
		margin-left: 0;
		font-size: 20px;
	}
	.t3-sl-2 .home-3column-text {
		width: 100%;
		margin: 0;
	}
	.t3-sl-2 .home-3column {
		width: 100%;
		margin: 0 0 30px 0;
		overflow: hidden;
		height: 250px;
	}
	.home-3column-text .evofrontpage-default .evofp-table-cell .evofp-table-cell-inner .head {
		width: 100%;
	}

	#Mod110 .evofrontpage-default .evofp-table-cell p, #Mod123 .evofrontpage-default .evofp-table-cell p {
		width: 100%;
	}
	.t3-sl-2 .home-2column {
    	margin: 57px -15px 0 -15px;
	}
	.t3-sl-3 {
    	padding: 0 15px;
	}
	.t3-sl-4 {
		margin-top: 0 !important;
		padding : 0;
	}
	.t3-sl-4 .custom-title {
		margin: 0 auto;
		width: 100%;
		max-width: 400px;
	}
	.t3-sl-4 .custom-title h2 {
		color: #231f20;
		border-color: #231f20;
		margin-left :0;
	}
	.t3-sl-4 .custom-title p {
		display: none;
	}
	.breadcrumb {
		margin-top: 20px;
	}
}
/*
* --------- Special View to switch to mobile device ---------
*/
@media (max-width: 856px) {
	.t3-mainnav {
		display: block !important;
		margin-bottom: -60px;
		z-index: 999;
		width: 50px;
		margin-top: -2px;
		height: 50px;
		float: right;
	}
	.t3-header{
		padding: 10px 0;
	}
	.t3-header .container{
		z-index: 9;
	}
	.t3-mainnav .off-canvas-toggle {
		margin-left: -15px;
	}
	.t3-mainnav .off-canvas-toggle {
		display: block !important;
	}
	.t3-navhelper {
		display: none;
	}
	#t3-header .head-search {
		display: none;
	}
	.languageswitcherload {
    	float: right;
    	top: -83px;
    	width: 130px;
    	margin-right: -15px;
	}
	.detached {
		display: none;
	}
	.homepage .t3-sl-1,.homepage .t3-sl-1 {
	    top: 0;
	    margin-bottom: 0;
	}
	.home{
		margin-top:-81px;
	}
	.homepage .home{
		margin-top:-97px;
	}
	.t3-sl-2 {
    	padding: 52px 15px 0;
	}
	.home-2column .evofrontpage-default  {
	    background-image: none;
	}
	.home-2column .evofrontpage-default .evofp-table-cell, .home-2column .evofrontpage-default .evofp-table-cell:first-child, .home-2column .evofrontpage-default .evofp-table-cell:last-child {
		padding: 0 0 0 0 !important;
	}
	.t3-sl-4 {
		margin-top: -110px;
	}
	.t3-footnav .follow_us {
		text-align: right;
		padding-right: 15px;
	}
	.t3-off-canvas .t3-off-canvas-body {
		padding: 10px 12px;
    }
	.homepage .home-keyimage .home-keyimage-text h1 {
		letter-spacing: 10pt;
		padding-top:25px;
	}.homepage p {
    	margin: 0 0 20px;
	}
	h2 {
		max-width: 350px;
	}
    h2 span, .homepage .t3-sl-9 .product_desc p {
		letter-spacing: 2pt;
	}
	.homepage .t3-sl-9 .product_row {
		display: block;
	}
	.homepage .t3-sl-9 .product_desc {
		clear:both;
		padding: 20px 20px 21px 40px;
	}
	.homepage .home-new-video p {
		padding: 0 15px; 
	}
	.homepage .home-new-video p:first-child {
		display:none; 
	}
	.product-list div h3 {
		font-size: 28pt;
		padding: 0 0 15px 5px;
		letter-spacing: 5pt;
	}
	.product-list div p.intro {
		padding: 45px 8px 16px;
	}
	.product-list div p {
		font-size: 13pt;
	}
	.content_product_row  {
		display: block;
		padding-bottom: 15px;
	}
	.care-image-slider .swiper-container {
   	 padding: 0 0 45px;
	}
}
@media (max-width: 414px) {
	body {
	}
	.t3-sl-2 .home-3column {
		width: 100%;
		margin: 0 0 30px 0;
		overflow: hidden;
		height: auto;
	}
	.home-2column .evofrontpage-default .evofp-table-cell .evofp-table-cell-inner {
    	background-position: 10px 50% !important;
    	padding: 20px 15px 15px 140px !important;
	}
	
	.span6 {
    	width:100%
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#Mod124, #Mod126, #Mod125, #Mod110, #Mod123, #Mod127 { margin-left:-15px;}
	#Mod135, #Mod136, #Mod137 { left:35px;}
}

@media (min-width: 768px) and (max-width: 991px) {
	body {
	}
	#t3-mainnav .navbar-nav {
		display: none;
	}
	.container {
  		width: 100%;
	}
	.home-3column-text .evofrontpage-default .evofp-table-cell .evofp-table-cell-inner .head,
	#Mod123 .evofrontpage-default .evofp-table-cell p {
		float: right;
	}
	#Mod124 {
		margin-left: 35px;
		margin-bottom:20px;
	}
	#Mod110 {
		float:right;
		margin-bottom:20px;
		margin-right: 40px;
	}
	#Mod139 {
		float:right;
	}
	#Mod123 {
		margin-left: 35px;
	}
	.t3-sl-2 .col-sm-12 {
	}
	#Mod135, #Mod137 {
    	margin-top: 50px;
    	left: 5px;
    	position: absolute;
	}
	#Mod136 {
    	margin-top: 50px;
    	right: 20px;
    	position: absolute;
	}
	#Mod139 div div div {
		-moz-box-shadow: inset -10px 0 10px -10px #000000;
    	-webkit-box-shadow: inset -10px 0 10px -10px #000000;
    	box-shadow: inset -10px 0 10px -10px #000000;
	}

	#Mod126 div div div, #Mod127 div div div {
		-moz-box-shadow: inset 10px 0 10px -10px #000000;
    	-webkit-box-shadow: inset 10px 0 10px -10px #000000;
    	box-shadow: inset 10px 0 10px -10px #000000;
	}
	.t3-sl-4 {
		top: -110px;
	}
	.t3-footnav .follow_us {
		text-align: right;
		padding-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	body {
	}
	.t3-sl-2 {
    	padding: 0 0 0;
	}
	.home-3icons {
	    width: 72px;
	}
	#Mod137 {
	    width: 100px;
	}
	.col-md-12 {
		padding-left: 0;
		padding-right: 9px;
	}
	.t3-sl-2 .home-3column, .t3-sl-2 .home-3column-text {
		margin: 0;
	}
	.t3-sl-3 {
		padding: 0 15px;
	}
	.portfolio-module .row {
    	margin: 0 0 0 -1px !important;
	}
}
/*
* --------- Special View for Model ---------
*/
@media (max-width: 1080px) {
	body {
	}
	.portfolio-module .slides .owl-controls .owl-buttons div.owl-prev {
		left: 0;
		background-color: white;
		border-radius: 0;
		padding: 5px 0;
	}
	.portfolio-module .slides .owl-controls .owl-buttons div.owl-next {
		right: 0;
		background-color: white;
		border-radius: 0;
		padding: 5px 0;
	}
}
@media (min-width: 1200px) {
	.mnwall-title {
		width:80%;
	}
}
@media print {
}
@media (min-width: 768px) {
	body {
	}
}
@media (min-width: 992px) {
	body {
	}
	.mnwall-title {
		width:80%;
	}
}
@media (min-width: 1200px) {
	body {
	}
}