.main-container {
    opacity: 0;
}
.main-container.intro_show {
    opacity: 1;
}
.main-container {
	background: #fff;
	padding-top: 3.5em !important;
}
.idus_lp_header {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, .7);
	border-bottom: 1px solid #dfdfdf;
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.idus_lp_header.black {
	background: rgba(0, 0, 0, .7);
	border-bottom-color: #515151;
}
.idus_lp_header_logo {
	margin-left: 15px;
}
.idus_lp_header_logo img {
	height: 24px;
}
.idus_lp_header > .container {
	display: flex;
	align-items: center;
}
.idus_lp_header_nav {
	flex-grow: 1;
}
.idus_lp_header_nav a {
	color: #979797;
}
.idus_lp_header_nav a.selected {
	color: #000;
}
.idus_lp_header.black .idus_lp_header_nav a.selected {
	color: #fff;
	font-weight: bold;
}
.idus_lp_header_btn {
	text-align: left;
}
.idus_lp_header_btn .button.inverse {
	border-color: #004567;
	font-size: 13px;
}
li .description img.officeMac{
	opacity: 0;
	position: absolute;
	top: 10.6%;
	right: 20.2%;
	left: 0;
	bottom: 0;
	max-width: 525px;
}
li.cur .description img.officeMac{
	transition: all 4s;
	-webkit-transition: all 4s;
	-moz-transition: all 4s;
	-ms-transition: all 4s;
	-o-transition: all 4s;
	opacity: 1 !important;
	width: 85% !important;
}

.idus-sliders .description table td img{
	width: auto !important;
}

.idus_lp_header_nav a.button.selected{
	background: #fff !important;
	border-color: #004567;
}

.idus_lp_header_nav a,
.idus_lp_header_nav span {
	font-size: 13px;
}
.idus_lp_header.black .idus_lp_header_nav a,
.idus_lp_header.black .idus_lp_header_nav span {
	color: #fff;
}
.idus_lp_header.black .idus_lp_header_nav span {
	opacity: 0.56;
}
.idus_lp_header.black .idus_lp_header_nav a {
	opacity: 0.92;
}
.idus_lp_header:not(.black) .idus_lp_header_nav a,
.idus_lp_header:not(.black) .idus_lp_header_nav span {
	color: #000;
}
.idus_lp_header:not(.black) .idus_lp_header_nav span {
	opacity: 0.56;
}
.idus_lp_header:not(.black) .idus_lp_header_nav a {
	opacity: 0.88;
}
.idus_lp_header .idus_lp_header_nav a:hover {
	color: #06c;
	text-decoration: underline;
	opacity: 1;
}

.idus_lp_header_nav .button{
    position: relative;
    top: -.1em;
}
.description button, .description .button{
	padding: 0.7em 1em !important;
	font-size: 1em !important;
}
.description table strong {
    line-height: 2.5em;
}

.idus-sliders .description table{
	max-width: 1600px !important;
}

.idus-sliders .description table br{
	display: block !important;
}

.idus-sliders .description table.plus tbody td{
	width: 10% !important;
}
.idus-sliders .description table.plus tbody td:nth-child(even){
	width: 1% !important;
}

.scrollItem{
	overflow: hidden;
}
.scrollItem .slide_content{
	z-index: 10;
}
.scrollItem .description,
.scrollItem img{
	z-index: 10;
}
.scrollItem img{
	z-index: 9;
}

@media only screen and (min-width: 851px) {
	.idus_lp_header_nav_toggle {
		display: none;
	}
	body.has-strip .main-container {
		padding-top: 52px !important;
	}
	.idus_lp_header_nav {
		text-align: left;
		padding-left: 10px;
	}
}
@media only screen and (max-width: 767px){
	.idus-sliders .description table.plus tbody td{
		width: 100% !important;
	}
	.idus-sliders .description table.plus tbody td:nth-child(even){
		width: 100% !important;
		padding: 1em !important;
	}
	.idus-sliders table strong img{
	    max-width: 3.5em !important;
	}
	.products-grid .item, .category-products .products-grid .item {
		max-width: 100%;
	}
}
@media only screen and (max-width: 850px){
	.idus_lp_header > .container {
		padding: 10px 15px;
		flex-wrap: wrap;
	}
	.idus_lp_header_nav_toggle a {
		position: relative;
		display: inline-block;
		width: 15px;
		height: 15px;
	}
	.idus_lp_header_nav_toggle a:after {
		content: '';
		border: solid #000;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 5px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		position: absolute;
		left: 0;
		top: 0;
	}
	.idus_lp_header_nav_toggle a.expanded:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		top: auto;
		bottom: 0;
	}
	.idus_lp_header.black .idus_lp_header_nav_toggle a:after {
		border-color: #fff;
	}
	.idus_lp_header_btn {
		flex-grow: 1;
	}
	.idus_lp_header_nav {
		display: none;
		order: 2;
		width: 100%;
		padding: 15px 20px;
	}
	.idus_lp_header_nav a,
	.idus_lp_header_nav span {
		width: 100%;
		padding: 15px 0;
	}
	.idus_lp_header_nav a:not(:last-child),
	.idus_lp_header_nav span:not(:last-child) {
		border-bottom: 1px solid #a8a7a7;
	}
	.idus_lp_header.black .idus_lp_header_nav a:not(:last-child),
	.idus_lp_header.black .idus_lp_header_nav span:not(:last-child) {
		border-bottom-color: #515151;
	}
	body.has-strip .main-container {
		padding-top: 58px !important;
	}
}