
@import 'nav.css';





.sub-item{
	width: 170px;
	font-size: 15px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 35px;
	padding: 20px 10px 10px 10px;
	min-height: 161px;
}










/* top nav bar */

/* #navbar .dropdown-toggle:focus{
	background-color: #e0212a;
	border-radius: 5px;
}

#navbar .dropdown-toggle:hover{
	background-color: #e0212a;
	border-radius: 5px;
} */



#navbar .dropdown-toggle:hover{
	color: #e0212a;
}

#navbar .dropdown-toggle:focus {
	color: #e0212a;
}


#navbar .dropdown-toggle:focus::before {
	visibility: visible;
	transform: scale(1, 1);
}

#navbar .dropdown-toggle:hover::before{
	visibility: visible;
	transform: scale(1, 1);
}

#navbar .dropdown-toggle::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0px;
	left: 0px;
	background-color: #e0212a;
	transition: all 0.2s ease-in-out;
	transform: scale(0, 0);
	visibility: hidden;
}
.navbar-nav{
    
}






/*General for modal*/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 50%;
	min-width: 330px;
	height: 100%;
	margin-top: 51px;
	-webkit-transform: translate3d(0%, 0, 0);
	    -ms-transform: translate3d(0%, 0, 0);
	     -o-transform: translate3d(0%, 0, 0);
	        transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}
/*Left*/
.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
	        transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog{
	left: 0;
}  
/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
	        transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
	right: 0;
}
.modal.right .modal-header{
	padding-left: 10%;
}
.modal.right .modal-header h4{
	margin-top: 50px;
}
.modal.right .modal-body{
	padding-left: 10%;
	padding-right: 10%;
}
.modal.right .modal-header h4, .modal.right .modal-header p{
	display: none;
}

.slick-arrow{
	cursor: pointer; 
}
.modal-link{
	cursor: pointer; 
}
.cursor-pointer{
	cursor: pointer; 
}
a.btn.btn-lg{
	cursor: pointer; 
}
th, td{
	padding: 5px;
}
.gallery-nav.application h1{
	font-size: 18px;
}
.inactive-link{
	pointer-events: none;
   	cursor: default;
}

/* error and success info */
form p.error-header, .product p.error-header{
    color: red;
    font-size: 24px;
    font-weight: bold;
}
form p.error-body, .product p.error-body{
    color: red;
}
form p.success-header, .product p.success-header{
    color: green;
    font-size: 24px;
    font-weight: bold;
}
form p.success-body, .product p.success-body{
    color: green;
}



/* general for the img size */
.news-img{
	width: 230px;
	height: 150px;
}
.home-img{
	width: 55px;
	height: 55px;
}
.product-img-xxxxxs{
	width: 40px;
	height: 40px;
}
.product-img-xxxxs{
	width: 50px;
	height: 50px;
}
.product-img-xxxs{
	width: 60px;
	height: 60px;
}
.product-img-xxs{
	width: 70px;
	height: 70px;
}
.product-img-xs{
	width: 80px;
	height: 80px;
}
.product-img-xs-rectangle{
	width: 160px;
	height: 120px;
}
.product-img-xs-rectangle-ecosystem{
	/* width: 120px;
	height: 120px; */
	width: 100%;
	height: 100%;
	/* border: 1px solid black; */
}
.product-img-sm-rectangle{
	width: 100px;
	height: 80px;
}
.product-img-md-rectangle{
	width: 120px;
	height: 100px;
}
.product-img-sm{
	width: 100px;
	height: 100px;
}

.product-img-lg-rectangle{
	width: 220px;
}
.product-img-md{
	width: 120px;
	height: 120px;
}
.product-img-lg{
	width: 150px;
	height: 150px;
}

/* no padding left and right */
h2.no-margin-top{
	margin-top:0;
}
h2.no-margin-bottom{
	margin-bottom:5px;
}
.no-padding.row{
	padding-left:0;
	padding-right:0;
}
h4.no-margin-bottom{
	margin-bottom: 0px
}
.no-margin.row{
	margin-left:0;
	margin-right:0;
}
.hidden-xs{
	display: none;
}
.waiting{
	display: none;
}
table{
	width: 100%;
}
table tbody tr td{
	text-align: center;
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 133%;
}



table thead tr th{
	text-align: center;
	color: #333333;
	letter-spacing: 1px;
	line-height: 133%;
	background: #D4E5F0;
	height: 57px;
	font-size: 12px;
	
}
a, a:hover, a:active, a:focus{
	text-decoration:none;
}
html{
	position: relative;
	min-height: 100%;
}
a:hover{
	text-decoration: none;
}
li.visibility-hidden.hidden-xs{
	visibility: hidden;
}
.site-map h1.page-header{
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1.43px;
	line-height: 20px;
}

.site-map h1.small{
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	letter-spacing: 1.43px;
	line-height: 20px;
}
.head-banner.product.our-brand p{
	margin-top: 30px;
}

.hidding{
	display: none;
}

#gallery .item img, #galleryApplication .item img{
	display: none;
	width: 100%;
}
#gallery .item .mobile, #galleryApplication .item .mobile{
	display: block;
}
.gallery-nav{
    position: relative;
    top: 0;
	background: rgba(0,56,99,0.8);
	/* Rectangle 6: */
	padding-left: 15px;
	padding-right: 15px;
	height: 100%;
}
.gallery-nav.application{
	background: rgba(0,56,99,0.1);
	position: absolute;
    width: 100%;
	height: 100%;
}
.gallery-nav .gallery-nav-wrap{
	height: 100%;
	display: table;
	width: 100%;
}
.gallery-nav-content{
	display: table-cell;
  	vertical-align: middle;
}
.divider{
	opacity: 0.11;
	border: 1px solid #FFFFFF;
	width: 100%;
}
.divider.application{
	border: 1px solid #000000;
	width: 100%;
}

.gallery-nav-div{
	width: 100%;
	margin-bottom: 20px;
}
.gallery-nav p a{
	opacity: 0.53;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.93px;
	padding: 0;
	display: inline-block;
	width: 49%;
	/* Industrial & Outdoor: */
	line-height: 20px;
}
.gallery-nav.application p a{
	opacity: 0.53;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.93px;
	padding: 0;
	width: auto;
	/* Industrial & Outdoor: */
	line-height: 12px;
	background: rgba(0,56,99,0.3);
	padding: 3px;
}

.gallery-nav p .active{
	opacity: 100;
	text-decoration: none;
}

.gallery-nav.application p .active{
	opacity: 100;
	font-weight: bold;
	text-decoration: none;
	background: rgba(0,56,99,0.5);
}

.info{
	min-height: 225px;
	height: auto;
	padding: 15px;
	width: 100%;
}
.info .slider-slick-body{
	width: 100%;
}

.info .slider-slick-prev, .info .slider-slick-next{
	display: none;
}
.info .info-img {
    float: left;
    margin:0 10px 10px 0;
}
.info .info-title h4{
	margin-top:0;
}
.info .info-body{
	margin-top: 15px;
	margin-bottom: 10px;
}
.info .info-body p{
	font-size: 12px;
	color: #333333;
	letter-spacing: 0.5px;
	line-height: 15px;
}
.info .info-date{
	position: relative;
	height: auto;
}
.info .info-date p{
	position: absolute;
	right: 0;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.5px;
	line-height: 23px;
	margin-bottom: 0;
}
.info .info-box{
	opacity: 0.84;
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(220,220,220,0.50);
	min-height: 170px;
	height: auto;
	padding:20px;
	margin-bottom: 20px;
	width: 100%;
	display: block;
}

.page-header {
    padding-bottom: 15px;
    margin: 20px 0;
    border-bottom: 0.5px solid #B2B2B2; 
}
@media (min-width: 768px){
	body {
		/* padding-top: 57px; */
	}
	
	#gallery .item img, #galleryApplication .item img{
		display: block;
		width: 100%;
	}
	#gallery .item .mobile, #galleryApplication .item .mobile{
		display: none;
	}
	.info .info-box{
		width: 49%;
		float: left;
	}
	.info .odd{
		margin-right: 0.5%;
	}
	.info .even{
		margin-left: 0.5%;
	}

}
@media (min-width: 992px){
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		margin-top: 57px;
	}
	.modal.right .modal-header h4, .modal.right .modal-header p{
		display: block;
	}	
	body {
		/* padding-bottom: 65px; */
	}
	.hidden-xs{
		display: block;
	}
	li.hidden-xs{
		visibility: hidden;
	}
	/* gallery nav */
	.gallery-nav.application h1{
		font-size: 38px;
	}
	.gallery-nav.application p a{
		font-size: 16px;
		line-height: 20px;
		padding: 5px;
	}
}
/* Large Devices, Wide Screens */
@media (min-width : 1200px) {
	.container-fluid {
	    padding-right: 85px;
	    padding-left: 85px;
	}
	.gallery-nav{
		padding-left: 85px;
		padding-right: 85px;
	}
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		margin-bottom: 85px;
	}
	.lower-nav .dropdown.open a{
		border-bottom: transparent;
	}
	.navbar-brand>img{
		display: none;
	}
	.navbar-brand .desktop{
		display: block;
	}
	.gallery-nav{
	    position: absolute;
	    min-width: 545px;
		height: 100%;
	}
	.info{
		padding-left: 85px;
		padding-right: 85px;
		min-height: 0;
		padding-top: 25px;
		padding-bottom:25px;
	}
	.info .slider-slick-prev{
		min-height: 170px;
		opacity: 0.71;
		background: #D7E4EC;
		width: 55px;
		position: absolute;
		left: 30px;
		line-height: 170px;
		text-align: center;
	}
	.info .slider-slick-next{
		min-height: 170px;
		opacity: 0.71;
		background: #D7E4EC;
		width: 55px;
		position: absolute;
		right: 30px;
		margin-top:-170px;
		line-height: 170px;
		text-align: center;
	}
	.info .slider-slick-prev img{
	}
	.info .slider-slick-next img{
		transform: rotate(180deg);
	}
	.info .slider-slick .info-box{
		padding-left:20px;
		padding-right:20px;
		margin-right: 5px;
		margin-left: 5px;
		margin-bottom: 0px;
	}
}
/* Large Devices, Wide Screens */
@media (min-width : 1338px) {
	.container-fluid {
	    padding-right: 115px;
	    padding-left: 115px;
	}
	.gallery-nav{
		padding-left: 115px;
		padding-right: 115px;
	}
	.info{
		padding-left: 115px;
		padding-right: 115px;

	}
	.info .slider-slick-prev{
		left: 60px;
	}
	.info .slider-slick-next{
		right: 60px;
	}
}
@media (min-width: 1700px){
	.gallery-nav-content .divider {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.gallery-nav-div p{
		margin-bottom: 10px;
	}
}
@media (min-width: 1800px){
	.gallery-nav-div p, .gallery-nav-div h4{
		margin-bottom: 20px;
	}

	.gallery-nav p a{
		font-size: 14px;
	}
	.gallery-nav{
	    min-width: 585px;
	}
}


