/* KEYWORDS: +all, +mozilla, +os, +webkit, -android, -chrome, -edge, -firefox, -gecko, -ie, -ie10, -ie11, -ie7, -ie8, -ie9, -ipad, -iphone, -khtml, -linux, -mac, -macos, -mobile, -opera, -presto, -safari, -trident, -trident3, -trident4, -trident5, -trident6, -trident7, -upbrowser, -win, -windows, -windowsphone, -windowsxp, -winphone, -winxp, -universal */

/*** Skipping CSS Section grid (only-param=content-slideshow) ***/
/*** Skipping CSS Section common (only-param=content-slideshow) ***/
/*** Skipping CSS Section navigation (only-param=content-slideshow) ***/
/*** Skipping CSS Section buttons (only-param=content-slideshow) ***/
/*** Skipping CSS Section slideshow (only-param=content-slideshow) ***/
/*** Skipping CSS Section productsnavigation (only-param=content-slideshow) ***/
/*** Skipping CSS Section sidebox (only-param=content-slideshow) ***/
/*** Skipping CSS Section forms (only-param=content-slideshow) ***/
/*** Skipping CSS Section resources (only-param=content-slideshow) ***/
/*** Skipping CSS Section resources-temp (only-param=content-slideshow) ***/
/*** Skipping CSS Section directory (only-param=content-slideshow) ***/
/*** Skipping CSS Section boxes-slider (only-param=content-slideshow) ***/
/*** Skipping CSS Section slider (only-param=content-slideshow) ***/
/*** Skipping CSS Section homepage (only-param=content-slideshow) ***/
/*** Skipping CSS Section subpages (only-param=content-slideshow) ***/
/*** Skipping CSS Section landing (only-param=content-slideshow) ***/
/*** Skipping CSS Section landingdirectory (only-param=content-slideshow) ***/
/*** Skipping CSS Section landing-custom-styles (only-param=content-slideshow) ***/
/*** Skipping CSS Section parallax (only-param=content-slideshow) ***/
/*** Skipping CSS Section product (only-param=content-slideshow) ***/
/*** Skipping CSS Section downloads (only-param=content-slideshow) ***/
/*** Skipping CSS Section custom-windturbine (only-param=content-slideshow) ***/
/*** Skipping CSS Section custom-coatingthickness (only-param=content-slideshow) ***/
/*** Skipping CSS Section custom-aerospaceinspectionssolutions (only-param=content-slideshow) ***/
/*** Skipping CSS Section custom-vanta (only-param=content-slideshow) ***/
/*** Skipping CSS Section custom-vessel (only-param=content-slideshow) ***/
/*** Skipping CSS Section custom-360 (only-param=content-slideshow) ***/
/*** Skipping CSS Section configurator (only-param=content-slideshow) ***/
/*** Skipping CSS Section industries (only-param=content-slideshow) ***/
/*** Skipping CSS Section custom-blog (only-param=content-slideshow) ***/
/*** Skipping CSS Section customunsubscribe (only-param=content-slideshow) ***/
/*** Skipping CSS Section news (only-param=content-slideshow) ***/
/*** Skipping CSS Section events (only-param=content-slideshow) ***/
/*** Skipping CSS Section careers (only-param=content-slideshow) ***/
/*** Skipping CSS Section search (only-param=content-slideshow) ***/
/*** Skipping CSS Section custom-academic-research (only-param=content-slideshow) ***/
/*** Skipping CSS Section custom-training-members (only-param=content-slideshow) ***/
/*** START ims20/global/content-slideshow.css ***/
/* content slideshow END */
/* -------------------------------------------------------------------------- */
/* content slideshow */
#content-slideshow {
	/* to hide arrows when needed */
	z-index: 1;
}
.content-slideshow-container {
	width: 800px;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	/* taskId.16819714 arrows going in front of header /microscope/lc35/ */
	z-index: 0;		
}
.content-slideshow-container figure {
	margin: 0;
}
.landing-alt .content-slideshow-container {
	width: 600px;
}
h2.content-slideshow-title {
	margin-bottom: 20px;
	margin-top: 0px;
	color: #999;
}
.landing-alt h2.content-slideshow-title {
	color: #444444;
}

.content-slideshow-figure-container {
	position: relative;
}
.content-slide-desc {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	padding: 15px;
	line-height: 1.6em;
	width: 100%;
	z-index: 90;
}
.content-slide-desc p {
	margin: 0;
}
.content-slide-desc .h3 {
	margin: 0px 0px 5px;
	line-height: 1.2em;
}
.content-slide-desc table {
	width: 100%;
}
.content-slideshow-prev,
.content-slideshow-next {
	color: #fff;
	position: absolute;
	top: calc(50% - 70px);
	font-size: 40px;
	cursor: pointer;
	z-index: 24;
	transition: all 0.3s;
}
.content-slideshow-prev::before,
.content-slideshow-next::before {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	content: '';
	z-index: 1;
	transition:
		opacity 0.5s linear,
		z-index 0 linear 0.6s;
}
#content-slideshow[position="first"] ~ .content-slideshow-prev,
#content-slideshow[position="last"] ~ .content-slideshow-next,
.hide-prev .content-slideshow-prev,
.hide-next .content-slideshow-next {
	opacity: 0;
	z-index: 0;
	cursor: default;
	pointer-events: none;
}
@media (min-width: 980px) {
	.hide-prev .content-slideshow-prev,
	.hide-next .content-slideshow-next {
		opacity: 1;
		cursor: pointer;
		pointer-events: auto;
	}
}
.content-slideshow-prev i,
.content-slideshow-next i {
	position: relative;
	z-index: 2;
	width: 27px;
	height: 44px;
	background-image: var(--sprite);
	background-repeat: no-repeat;
	background-position: -425px 0;
	display: block;
}
.content-slideshow-prev i.fa-chevron-circle-left,
.content-slideshow-next i.fa-chevron-circle-right {
	background-position: -275px -25px;
	width: 35px;
	height: 35px;
}
.content-slideshow-prev i {
	transform: rotate(180deg);
}
.content-slideshow-prev {
	left: 15px;
}
.content-slideshow-next {
	right: 15px;
}
.content-slideshow-paging {
	position: absolute;
	right: 0px;
	bottom: 6px;
	z-index: 24;
}
@media (min-width: 980px) {
	.content-slideshow-prev	.fa-chevron-circle-left,
	.content-slideshow-next .fa-chevron-circle-right {
		display: none;
	}
	.content-slideshow-prev,
	.content-slideshow-next {
		font-size: 80px;
		color: #999;
		top: calc(50% - 95px);
	}
    /* /landing/microscopes/dsx-electronics/ */
    body.design-landing-directory .content-slideshow-prev,
	body.design-landing-directory .content-slideshow-next {
		top: calc(50% - 55px);
	}
	.content-slideshow-prev {
		left: -60px;
	}
	.content-slideshow-next {
		right: -60px;
	}
	.content-slideshow-prev::before,
	.content-slideshow-next::before {
		display: none;
	}

}
@media (max-width: 979px) {
	.content-slideshow-prev	.fa-angle-left,
	.content-slideshow-next	.fa-angle-right {
		display: none;
	}
}
@media (min-width: 600px) {
	.content-slideshow-paging {
		right: calc(50% - 50px);
	}
}

.content-slideshow-paging span {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: #cccccc;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.content-slideshow-paging span.active {
	background-color: #E49900;
	cursor: default;
}
@media (min-width: 480px) {
	.content-slide-desc p,
	.content-slide-desc .h3 {
		color: #fff;
	}
}
@media (max-width: 479px) {
	.content-slide-desc {
		position: static;
	}
	.content-slide-desc .h3 {
		margin-top: 5px;
	}
	.content-slide-desc {
		background-color: transparent;
		padding: 0px;
	}
	.content-slideshow-prev,
	.content-slideshow-next {
		font-size: 30px;
	}
}
@media (max-width: 479px) {.content-slideshow-prev,	.content-slideshow-next {top: 150px;}}
@media (max-width: 465px) {.content-slideshow-prev,	.content-slideshow-next {top: 145px;}}
@media (max-width: 449px) {.content-slideshow-prev,	.content-slideshow-next {top: 140px;}}
@media (max-width: 424px) {.content-slideshow-prev,	.content-slideshow-next {top: 130px;}}
@media (max-width: 410px) {.content-slideshow-prev,	.content-slideshow-next {top: 125px;}}
@media (max-width: 399px) {.content-slideshow-prev,	.content-slideshow-next {top: 120px;}}
@media (max-width: 374px) {.content-slideshow-prev,	.content-slideshow-next {top: 115px;}}
@media (max-width: 349px) {.content-slideshow-prev,	.content-slideshow-next {top: 105px;}}
@media (max-width: 339px) {.content-slideshow-prev,	.content-slideshow-next {top: 100px;}}
@media (max-width: 324px) {.content-slideshow-prev,	.content-slideshow-next {top: 95px;}}

/* flip */
/* flip effect new START */
.content-slideshow-flip-images {
	width: 100%;
	height: 100%;
	position: relative;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s;
	transform-style: preserve-3d ; /* !for(-ie) */
}
.content-slideshow-flip-images.flipped {
	transform: rotateY( 180deg ) ; /* !for(-ie) */
}
.content-slideshow-flip-images img.img-flip {
	display: block;
	height: auto;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/* ipad fix: description was half hiding on flip */
	z-index: 89;
	backface-visibility: hidden ; /* !for(-ie) */
}
.content-slideshow-flip-images img.img-flip-back {
	transform: rotateY( 180deg ) ; /* !for(-ie) */
}

.content-slideshow-flip-buttons {
	margin-top: 10px;
    display: flex;
    flex-flow: row nowrap;
}
.content-slideshow-flip-buttons button,
.content-slideshow-flip-buttons button:hover,
.content-slideshow-flip-buttons button:focus {
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	font-size: 15px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: normal;
	outline: none;
	margin-right: 10px;
	padding: 6px 12px;
	line-height: 1.6em;
	transition: all 0.3s;
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	color: #444;
}
html[lang="ja-JP"] .content-slideshow-flip-buttons button,
html[lang="ja-JP"] .content-slideshow-flip-buttons button:hover,
html[lang="ja-JP"] .content-slideshow-flip-buttons button:focus {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
.content-slideshow-flip-buttons button:hover,
.content-slideshow-flip-buttons button:focus {
	box-shadow: none;
	background-color: #E49900;
	border-color: #E49900;
	outline: none;
	color: #fff;
}
.content-slideshow-flip-buttons button.button-flip-active {
	background-color: #E49900;
	border-color: #E49900;
	color: #fff;
	cursor: default;
}
.content-slideshow-flip-images.flipped img.img-flip-back {
	/* opacity: 1 !for(ie); */
	/* transition: all 0.3s !for(ie); */
}
.content-slideshow-flip-images img.img-flip-back {
	/* opacity: 0 !for(ie); */
	/* transition: all 0.3s !for(ie); */
}

/* fix collapsing buttons and paging on the smallest resolution */
@media (max-width: 369px) {
	.content-slideshow-flip-buttons {margin-top: 40px;}
	.content-slideshow-paging {width: 100%;	text-align: center; bottom: 45px;}
}



/* flip effect new END */

/* simple slide */
.content-slide-simple {
	padding-bottom: 45px;
	position: relative;
}
.content-slide-simple figure a {
	margin: 0;
}
.content-slide-simple figure img {
	margin: 0;
}
.content-slide-simple .content-slide-desc {
	bottom: 45px;
}

@media (max-width: 479px) {
	/* fix overlapping taskId.16813382 */
	.content-slide-simple {
		padding-bottom: 10px;
	}
	.content-slideshow-paging {
		position: static;
		text-align: center;
		width: 100%;
	}
	.content-slide-dragger .content-slideshow-flip-buttons {
		display: none;
	}
}

/* box */
.content-slide-box-details {
	background-color: #f5f5f5;
	padding: 20px 30px;
}
.content-slide-box-details {
    line-height: 1.6em;
}
.content-slide-box .title {
	margin-top: 0;
}
.content-slide-box .subtitle {
	margin-top: 0;
}
.content-slide-box .more {
	margin-top: 0;
}

/* content slideshow END */
/* -------------------------------------------------------------------------- */

/* custom slideshow */
.custom-slideshow {
	overflow: hidden; /* If you want zoom to cover H1 above the image then move this into *[cms-page="13808"] section above. */
	position: relative;
	width: 100%;
	height: 480px;
	margin: 0 auto;
	text-align: center;
}
.custom-slideshow img {
    max-width: 400px;
    max-height: 100%;
    transform: scale(1);
    transition: -webkit-transform 1s linear 0s;
    transition: transform 1s linear 0s;
    transition: transform 1s linear 0s, -webkit-transform 1s linear 0s, -moz-transform 1s linear 0s, -o-transform 1s linear 0s;
}

@media (max-width: 767px) {
	.custom-slideshow {
		height: 300px;
	}
	.custom-slideshow.on-screen {
		height: 300px;
	}
	#cmsContent13808 .cmsPanelContents {
		padding: 0;
	}
}


/* ------------------- dragger START ------------------- */
.draggable-container {
	width: 800px;
	max-width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.draggable-container > img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.tv_container {
	background-position: 0 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: auto 100%;
	width: 800px;
	max-width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.tv_cover {
	position: absolute;
	background-position: 0 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: auto 100%;
	width:50%;
	max-width: 100%;
	height:100%;
	top: 0px;
	left: 0px;
}
.ui-resizable-e {
	cursor: ew-resize;
	width: 97px;
	right: -49px;
	background-image: url(../data/i/drag-arrows.png);
	background-position: center calc(50% - 30px);
	background-repeat: no-repeat;
	background-color: transparent;
}
.tv_cover[style*="10px"] {
	x-width: 0px !important;
}
@media (max-width: 479px) {
	.ui-resizable-e {
		background-position: center center;
	}
}
/* ------------------- dragger END ------------------- */

/* video START */

.theatre-responsive-filmstrip .theatre-actor {
    width: 100%;
}
.content-slide-video .mediaelement-details {
	position: relative;
}
.content-slide-video .mediaelement-details::after {
	position: absolute;
    content: '';
    width: 58px;
    height: 58px;
    background: var(--sprite) -150px -225px no-repeat;
    display: inline-block;
    top: calc(50% - 29px);
    left: calc(50% - 29px);
}
.content-slide-video {
	padding-bottom: 20px;
}
.content-slide-video h4 {
	margin-top: 10px;
}
.content-slide-video[data-ar="43"] {
	padding: 0 0 45px;
}
.content-slide-video[data-ar="43"] h4 {
	position: absolute;
	bottom: 0px;
	left: 0;
}
.content-slide-video[data-ar="43"] > img {
	width: 100%;
	height: auto;
}
.content-slide-video[data-ar="43"] .mediaelement {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #000;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: calc(100% - 45px);
}
/* video END */

/* slider START */
/* ------------------------------------------------------------- */
.content-slideshow-container[data-effect="filmstrip"] {
	width: 100%;
}
@media (min-width: 980px) {
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev, 
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next {
		top: calc(50% - 35px);
		opacity: 0.5;
		transition: opacity 0.5s;
	}
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev:hover, 
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next:hover {
		opacity: 1;
	}	
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev {
		left: -50px;
	}
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next {
		right: -50px;
	}	
}
@media (min-width: 1025px) and (max-width: 1199px) {
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow {
		width: calc(100% - 80px);
		margin-left: 40px;
	}
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev, 
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next {
		top: calc(50% - 35px);

	}	
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev {
		left: 0px;
	}
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next {
		right: 0px;
	}	
}
@media (max-width: 979px) {
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev, 
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next {
		top: calc(50% - 15px);
	}
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev {
		left: 0px;
	}
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next {
		right: 0px;
	}	
}
	
.content-slideshow-container[data-effect="filmstrip"] .theatre-responsive-filmstrip .theatre-actor {
	width: 50%;
	transform: translateX(-50%);
	opacity: 0.5;
	transition: opacity 0.5s;
	padding: 0 10px;
	pointer-events: none;
}
.content-slideshow-container[data-effect="filmstrip"] .theatre-responsive-filmstrip .theatre-actor::before {
	content: '';
	position: absolute;
	width: calc(100% - 20px);
	background-color: #f5f5f5;
	left: 10px;
	top: 0;
	display: block;
	z-index: 0;
}
.content-slideshow-container[data-effect="filmstrip"] .theatre-responsive-filmstrip .theatre-actor.active + .theatre-actor {
	opacity: 1;
	pointer-events: auto;
}
@media (max-width: 1024px) {
	.content-slideshow-container[data-effect="filmstrip"] .theatre-responsive-filmstrip .theatre-actor {
		width: 80%;
		transform: translateX(-85%);
	}	
}
@media (max-width: 575px) {
	.content-slideshow-container[data-effect="filmstrip"] .theatre-responsive-filmstrip .theatre-actor {
		width: 100%;
		transform: translateX(-100%);
	}	
}
.content-slide-box.content-slide-slider .title {
	font-weight: bold;
	font-family: Arial, Tahoma, sans-serif;;
}
html[lang="ja-JP"] .content-slide-box.content-slide-slider .title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
.content-slide-slider {
	position: relative;
}
.content-slide-slider label {
	background-color: #005cb9;
	color: #fff;
	top: 0px;
	left: 0;
	position: absolute;
	font-weight: normal;
	margin: 0;
	padding: 6px 15px;
}
.content-slideshow-container[data-effect="filmstrip"] {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev,
.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next {
	position: static;
}
.content-slideshow-container[data-effect="filmstrip"] .content-slideshow {
	order: 2;
}
.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next {
	order: 3;
	margin-left: 20px;
}
.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev {
	order: 1;
	margin-right: 20px;
}
.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev::before,
.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next::before {
	X-background-color: red;
	X-opacity: 0.1;	
	
	content: '';
	position: absolute;
	background-color: transparent;
	display: block;
	left: 0;
	top: 0;
	width: 300px;
	height: 100%;
	border-radius: 0;

}
.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next::before {
	left: auto;
	right: 0;
}
@media (max-width: 1024px) {
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev i, 
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next i {
		width: 27px;
		height: 44px;
		background-position: -425px 0;
	}
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev::before,
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next::before {
		opacity: 1;
	}	
}
@media (min-width: 1025px) and (max-width: 1199px) {
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow {
		margin-left: 0px;
	}
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev::before,
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next::before {
		width: 270px;
	}	
}
@media (min-width: 768px) and (max-width: 1024px) {
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev::before {
		width: 120px;
	}
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next::before {
		width: 100px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev::before {
		width: 110px;
	}
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next::before {
		width: 90px;
	}
}
@media (max-width: 575px) {
	.content-slideshow-container[data-effect="filmstrip"] .content-slide-box-details {
		padding-left: 15px;
		padding-right: 15px;
	}
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev::before {
		width: 80px;
	}
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next::before {
		width: 70px;
	}
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-next {
		margin-left: 10px;
	}
	.content-slideshow-container[data-effect="filmstrip"] .content-slideshow-prev {
		margin-right: 10px;
	}	
}
/* slider END */
/* ------------------------------------------------------------- */

/* video box START */
/* ------------------------------------------------------------- */
.content-slide-videobox {
	/* for paging */
	padding-bottom: 40px;
}
.content-slide-videobox-details {
	background-color: #f5f5f5;
	padding: 15px 30px;
}
.section-light-grey .content-slide-videobox-details {
    background-color: #fff;
}
/* video box END */
/* ------------------------------------------------------------- */
/*** END ims20/global/content-slideshow.css ***/

/*** Skipping CSS Section solutions (only-param=content-slideshow) ***/
/*** Skipping CSS Section metal (only-param=content-slideshow) ***/
/*** Skipping CSS Section sitemap (only-param=content-slideshow) ***/
/*** Skipping CSS Section video (only-param=content-slideshow) ***/
/*** Skipping CSS Section ecs-configurator (only-param=content-slideshow) ***/
/*** Skipping CSS Section ecs (only-param=content-slideshow) ***/
/*** Skipping CSS Section ecs-home (only-param=content-slideshow) ***/
/*** Skipping CSS Section ecs-sub (only-param=content-slideshow) ***/
/*** Skipping CSS Section specifications-table (only-param=content-slideshow) ***/
/*** Skipping CSS Section specifications-table-product (only-param=content-slideshow) ***/
/*** Skipping CSS Section training (only-param=content-slideshow) ***/
/*** Skipping CSS Section dir-list-dynamic (only-param=content-slideshow) ***/
/* TIME: 0.006505012512207 */