@import url('https://fonts.googleapis.com/css?family=Roboto');

html {
    height: 100%;
}
body {
	font-family: 'Roboto', sans-serif !important;
    height: 100%;
}
.header-wrapper {
	width: 100%;
	height: 80px;
}
.navbar-wrapper {
	width: 100%;
	height: 60px;
	background-color: #1e1b52;
    font-size: 13px;
}
.navbar-wrapper nav {
    width: 900px;
    margin: 0 auto;
	height: 60px;
	line-height: 60px;
	z-index: 999;
	position: relative;
}
.navbar-wrapper ul {
    display: table;
	position: relative;
}
.navbar-wrapper nav ul:first-child {
    margin: 0 auto;
}
.navbar-wrapper li {
	float: left;
	margin-right: 24px;
	display: block;
	position: relative;
}
.navbar-wrapper li:last-child {
	margin-right: 0;
}
.navbar-wrapper li:hover {
	background-color: #b9a346;
}
.navbar-wrapper li ul {
	display: none;
}
.navbar-wrapper li:hover > ul {
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,0.7);
}

.navbar-wrapper li:hover li {
	float: none;
	height: 24px;
	line-height: 24px;
	margin: 0;
	background-color: transparent;
}

.navbar-wrapper li:hover li a:hover {
	color: #b9a346;
}

.navbar-wrapper a {
	display: block;
	color: #fff;
	padding: 0 8px;
	text-decoration: none;
	white-space: nowrap;
}
.navbar-wrapper a span {
	display: none;
}
.logo {
	float: left;
	margin-left: 2%;
	margin-top: 1%;
    width: 25%;
}
.logo img {
    width: 93%;
    height: 60px;
}
.lang {
	float: right;
	line-height: 80px;
	margin-right: 2%;
    font-size: 14px;
}
.lang a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.main-wrapper {
    display: table;
    width: 100%;
}
html>body .main-wrapper {
  height: 100%;
}
.Row {
  display: table-row;
}
html>body .Row {
  height: 1px;
}
.Row {
  *zoom: 1;
}
html>body .Row.Expand {
  height: auto;
}
.slider-wrapper {
	width: 100%;
	height: auto;
    background-color: #000;
}
.slider-wrapper li {
    display: none;
}
.slider-wrapper li.active {
    display: block;
}
.slider-wrapper li img {
	width: 100%;
	height: 100%;
}
.footer-wrapper {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #eaeaea;
    overflow: hidden;
}
.copyright {
	float: left;
	margin-left: 1%;
	font-size: 12px;
}
.comps {
	float: right;
	height: 40px;
	margin-right: 1%;
}
.comps img {
    display: inline-block;
    vertical-align: middle;
	margin-left: 30px;
}
.content-wrapper {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 40px;
    overflow: hidden;
}
.banner {
	margin-bottom: 40px;
}
.banner img {
	width: 100%;
	height: 200px;
}
.sub-links {
	float: left;
	width: 200px;
    padding-right: 40px;
    font-size: 14px;
    border-right: 3px solid #1e1b52;
}
.sub-links li {
	list-style-type: none;
	margin-bottom: 14px;
}
.sub-links li:last-child {
    margin-bottom: 0;
}
.sub-links li a {
	text-decoration: none;
	color: #000;
}
.sub-links li a:hover, .sub-links li.selected a {
	color: #ad9a56;
}
.sub-links li ul li {
    margin: 11px 0 0 6px;
    font-size: 12px;
}
.sub-links li ul li a {
	color: #000 !important;
}
.sub-links li ul li.selected a, .sub-links li ul li:hover a {
	color: #1e1b52;!important;
}
.content {
	float: right;
	width: 620px;
	padding-left: 20px;
	font-size: 12px;
    position: relative;
}
.content div, .content p {
	text-align: justify;
	line-height: 19px;
	margin-bottom: 10px !important;
}
.content div img, .content p img{
	width: 100% !important;
	height: auto;
}
.content b {
    font-size: 110%;
}
.press {
    overflow: hidden;
}
.press .press-box {
	float: left;
	margin-left: 14px;
    margin-bottom: 25px !important;
	position: relative;
    border: 1px solid #000;
}
.press-box a {
    text-decoration: none;
    overflow: hidden;
    display: block;
	width: 190px;
	height: 210px;
    color: #fff;
}
.press-box img {
	width: 100%;
	height: 170px !important;
    float: left;
}
.press-box div {
    width: 100%;
    text-align: center;
    background-color: #1e1b52;
    display: table;
    height: 40px;
    float: left;
}
.press-box div span {
    display: table-cell;
    vertical-align: middle;
}
.address div {
	margin-bottom: 20px;
	padding-left: 32px;
	background-position: top 0 left;
	background-repeat: no-repeat;
    height: 20px;
}
.location {
	line-height: 22px;
	background-image: url('../img/location-icon.png');
    height: auto !important;
}
.tel {
	background-image: url('../img/tel-icon.png');
}
.fax {
	background-image: url('../img/fax-icon.png');
}
.email {
	background-image: url('../img/email-icon.png');
}
.pdf-link {
	font-size: 14px;
	text-decoration: none;
	color: #000;
	padding: 6px 0 6px 28px;
	display: block;
    margin-bottom: 5px;
	background: url('../img/pdf-icon.png') center left no-repeat;
    background-size: 26px 26px;
}
.news a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0;
	border-top: 1px dashed #b6b6b6;
}
.news a:first-child {
    border: none;
}
.news a span {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background-color: #ff0000;
    padding: 3px 8px;
    border-radius: 5px;
    margin-right: 10px;
    width: 80px;
    display: block;
    text-align: center;
    float: left;
    margin-top: 3px;
}
.news-images a {
    display: inline;
    border: none;
    width: 190px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 150px;
}
.news-images a img {
    width: 190px !important;
    height: 150px;
}
.news-accordion {
    display: none;
}
.first-accordion {
    display: block;
}
.content h1 {
	font-size: 16px;
	margin-bottom: 20px;
}
.catalogs a {
	display: block;
	width: 100%;
	height: 150px;
	text-decoration: none;
	color: #000;
	position: relative;
    margin-bottom: 10px;
}
.catalogs a span {
	position: absolute;
	top: 70px;
	left: 150px;
}
.catalogs a img {
    height: 150px;
    width: 125px !important;
    border: 1px solid #000;
}
.mobile-nav {
	display: none;
}
.products {
    max-height: 505px;
    overflow-y: auto;
}
.products::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.products::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.products::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #1e1b52;
}
.content li {
    margin-bottom: 15px;
    line-height: 19px;
    text-align: justify;
    list-style-type: none;
    padding-left: 20px;
}
.content li:before {
    content: "\2022";
    font-weight: bold;
    font-size: 24px;
    vertical-align: bottom;
    margin-right: 5px;
}
.content a {
    text-decoration: none;
}
.zoom {
    width: 24px;
    height: 24px;
    float: right;
    position: absolute;
    right: 3%;
    top: 3%;
}
.zoom img {
    width: 100%;
    height: auto;
}
.haznedar-group img {
    margin-left: 30px; 
    float: left; 
    display: inline-block; 
    vertical-align: middle;
    width: 130px;
    height: 32px;
}
#map {
    width: 620px;
    height: 300px;
}
#map img {
    width: initial !important;
}

.imageMap {
    position: relative;
}
.imageMap a {
    display: block;
    position: absolute;
    text-decoration: none;
    color: #000;
    font-size: 1em;
}
.imageMap a:hover {
    color: #1e1b52;
}
.image-title {
    color: #1e1b52;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
}
.combustion1, .combustion2, .reheat1, .reheat2, .eao1, .eao2, .eao3 {
    display: none;
}
#small-featherlight {
    max-height: 75% !important;
}
.featherlight .featherlight-content .iron-steel {    
    max-height: 63vh !important;
}
.installation {
    overflow: hidden;
    margin-top: 20px;
}
.installation a {
    display: block;
    float: left;
    width: 135px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.installation a:nth-child(4) {
    margin-right: 0;
}
.installation a img {
    width: 100%;
    height: 100px;
}
.msds {
    float: right;
    color: #1e1b52;
    margin-bottom: 10px;
}
#msds-files {
    padding: 0 40px;
}
#msds-files .pdf-link {
    margin-bottom: 20px;
}
#msds-files .pdf-link:last-child {
    margin-bottom: 0;
}
.lightbox {
    display: none;
}
.msds-header {
    border: 1px solid #dcdcdc !important;
}


@media only screen and (max-width: 1023px) {
	.logo {
		margin: 0;
        width: 100%;
	}
	.logo img {
        width: auto;
        height: 40px;
        margin: 20px;
        display: block;
	}
	.header-wrapper {
		margin-top: 40px;
	}
	.navbar-wrapper {
		display: none;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 40px;
		left: 0;
		background-color: #ccc;
        z-index: 9999;
	}
    .navbar-wrapper ul {
        display: block;
    }
	.navbar-wrapper nav {
		width: 100%;
        display: block;
	}
	.navbar-wrapper li {
		width: 100%;
		margin: 0;
		padding: 5px 0 ;
		line-height: 36px;
		border-bottom: 1px solid #858585;
	}
	.navbar-wrapper li a {
		color: #000;
		padding: 0 2%;
		margin: 0;
		position: relative;
	}
	.navbar-wrapper li a span {
		display: block;
		position: absolute;
		top: 0;
		right: 10px;
	}
	.navbar-wrapper ul ul {
		width: 98%;
		margin: 0;
		padding: 0 0 0 2%;
		position: relative !important;
		top: 0;
		left: 0;
	}
	.navbar-wrapper ul ul li {
		background-color: #ccc;
		padding: 0;
		margin: 0;
		width: 100%;
	}
    .navbar-wrapper li:hover > ul {
        background-color: #ececec;
    }
	.navbar-wrapper ul ul li:last-child {
		border-bottom: none;
	}
	.navbar-wrapper ul ul li a:hover {
		background-color: #ccc !important;
	}
	.navbar-wrapper li:hover {
		background-color: #ccc;
	}
	.mobile-nav {
		display: block;
		width: 90%;
		padding: 0 5%;
		height: 40px;
		line-height: 40px;
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		background-color: #1e1b52;
	}
	.mobile-nav span {
		display: block;
		margin-top: 5px;
	}
	.lang {
		position: absolute;
		top: 0;
		right: 0;
		line-height: 42px;
		margin-right: 5%;
		color: #fff;
        z-index: 999999;
	}
	.lang a {
		color: #fff;
	}
	.footer-wrapper {
        padding-bottom: 40px;
        position: relative;
        height: 160px !important;
	}
	.copyright {
		margin: 0;
		width: 100%;
		text-align: center;
        font-size: 10px;
	}
	.comps {
		width: 94%;
		margin: 0 3%;
		text-align: center;
		height: auto;
	}
	.navbar-wrapper a span {
		display: block;
	}
	.content-wrapper {
		width: 100%;
        margin-bottom: 10px;
	}
	.banner {
		margin-bottom: 10px;
	}
	.sub-links {
		width: 94%;
		padding: 3%;
		border-bottom: 3px solid red;
        border-right: none;
	}
	.content {
		margin:0;
		padding: 3%;
		width: 94%;
	}
    .comps img {
	    width: 26%;
	    height: auto;
        margin: auto 20px auto 0;
    }
    .comps img:last-child {
        margin-right: 0;
    }
    .haznedar-group {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .haznedar-group img {
        margin: 0;
        float: none;
        width: 42%;
        height: auto;
    }
    #map {
        width: 100%;
        height: 300px;
    }
    
    .imageMap a {
        font-size: 0.7em;
    }

    
    .msds-pdf, .msds-header {
        display: none;
    }
}

.featherlight .featherlight-image {
    max-height: 85vh !important;
    width: auto !important;
    max-width: 90% !important;
    margin: 0 auto !important; 
}
h1.featherlight-inner {
    margin-bottom: 10px;
}
.featherlight .featherlight-content {
    max-height: 99% !important;
    overflow: hidden !important;
}
.featherlight-next span, .featherlight-previous span {
    color: #000 !important;
}

.mean-bar {
    font-size: 13px;
    padding: 0 !important;
    min-height: 40px !important;
    background-color: #1e1b52;!important;
    z-index: 999998 !important;
}
.meanmenu-reveal {
    left: 8px !important;
}
.mean-container .mean-nav ul li a.mean-expand {
    width: 17px !important;
    height: 15px !important;
}