.main-container{
	transform: translateY(3%);
	-webkit-transform: translateY(3%);
	-moz-transform: translateY(3%);
	-ms-transform: translateY(3%);
	-o-transform: translateY(3%);
    opacity: 0;
}
.main-container.intro_show{
	transition: all 3s;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;

	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    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,.9);
}
.idus_lp_header_logo img{
	height: 1em;
}
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.selected{
	color: #004567;
	font-weight: bold;
}

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

.idus_lp_header_nav a{
	font-size: 0.8em;
}

.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;
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	opacity: .4;
}
.scrollItem img{
	transform: translateY(5%) scale(1.1);
	-webkit-transform: translateY(5%) scale(1.1);
	-moz-transform: translateY(5%) scale(1.1);
	-ms-transform: translateY(5%) scale(1.1);
	-o-transform: translateY(5%) scale(1.1);
	z-index: 9;
}
.scrollItem.cur .description{
	opacity: 1;
}
.scrollItem.cur img{
	transform: translateY(0) scale(1.05);
	-webkit-transform: translateY(0) scale(1.05);
	-moz-transform: translateY(0) scale(1.05);
	-ms-transform: translateY(0) scale(1.05);
	-o-transform: translateY(0) scale(1.05);
	opacity: 1;
}

@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_nav{
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		padding: .5em;
		margin: -.5em 0;
	}
	.idus_lp_header_logo,
	.idus_lp_header_nav{
		text-align: center !important;
		width: 100% !important;
	}
	.main-container{
		padding-top: 5.5em !important;
	}
}