﻿/***************/
/* Main styles */
/***************/

body 
{
	margin: 0px;
	font-family: acherus, verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

h1
{
	margin: 0px;
	font-family: acherus, verdana, sans-serif;
	font-size: 22px; 
	font-weight: bold; 
	text-align: center;
}

h2
{
	margin: 0px;
	font-family: acherus, verdana, sans-serif;
	font-size: 17px; 
	font-weight: bold; 
	text-align: center;
}

table, td, tr
{
	border-spacing: 0px; 
	padding: 0px; 
	margin: 0px; 
	border-width: 0px;
	border-style: none;
	vertical-align: top;
	text-align: left;
}

img
{
	border-width: 0px;
	/*padding-left: 4px;*/
	/*padding-right: 4px;*/
}

img.fit
{
	max-width: 100%;
	object-fit: scale-down;
}

iframe.fit
{
	max-width: 100%;
	object-fit: scale-down;
}

#top 
{
	background-color: #333;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	color: #888;
	display: block;
	width: 100%; 
	margin: 0%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 10;
}

#main 
{
	padding: 0px;
	/*padding-top: 120px;*/
	margin-left: 5%;
	margin-top: 120px;
	/*top: 120px;*/
	width: 90%;
	min-width: 90%;
	min-height: 600px;
	background-color: #E8E8E8;
	border: 0px solid #DEDEDE;
	border-radius: 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	/*position: absolute;*/
}

#main #content 
{	
}

#footer 
{
}

@media screen and (max-width: 1100px) 
{
	#main 
	{
		margin-left: 0;
		width: 100%;
		min-width: 100%;
	}
}

#hidden-div 
{
	display: none;
	opacity: 0;
	visibility: hidden;
}


/***********/
/* General */
/***********/

.fade-on-hover
{
	/*border-radius: 5px;*/
	cursor: pointer;
	transition: 0.3s;
}

.fade-on-hover:hover 
{
	opacity: 0.7;
}

.criicon
{
	font-family: crisymbols, acherus, verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.ranking
{
	font-family: crisymbols, acherus, verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #FFCC00;
}

.lock
{
	font-family: crisymbols, acherus, verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #FF0F0F;
}

.title-main
{
	border-top: 3px solid #004E7C;
	border-bottom: 3px solid #004E7C;
	background-color: #0B7BB0;
	color: #111111;
	margin-bottom: 10px;
}

.title-products
{
	border-top: 2px solid #0B7BB0;
	border-bottom: 2px solid #0B7BB0;
	background-color: #80BAE5;
	color: #111111;
	margin-bottom: 10px;
	padding: 2px;
} 
 
.title-product
{
	border-top: 2px solid #0B7BB0;
	border-bottom: 2px solid #0B7BB0;
	background-color: #80BAE5;
	color: #111111;
	margin-bottom: 10px;
	padding: 2px;
} 
 
.title-infos
{
	border-top: 2px solid #0B7BB0;
	border-bottom: 2px solid #0B7BB0;
	background-color: #80BAE5;
	color: #111111;
	margin-bottom: 10px;
	padding: 2px;
} 
 
.title-info
{
	text-align: left;
	border-bottom: 2px solid #0B7BB0;
	background-color: #FFFFFF;
	color: #111111;
	margin-bottom: 10px;
	padding: 2px;
} 
 
.title-files
{
	border-top: 2px solid #0B7BB0;
	border-bottom: 2px solid #0B7BB0;
	background-color: #80BAE5;
	color: #111111;
	margin-bottom: 10px;
	padding: 2px;
} 
 
.title-file
{
	border-top: 2px solid #0B7BB0;
	border-bottom: 2px solid #0B7BB0;
	background-color: #80BAE5;
	color: #111111;
	margin-bottom: 10px;
	padding: 2px;
}

.image-right
{
	border: 0px;
	padding: 8px;
	float: right;
}
 
.image-left
{
	border: 0px;
	padding: 8px;
	float: left;
}
 
.video-fit
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-fit iframe, .video-fit object, .video-fit embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 
.scroll-tables     /* class for extra parent tables (only with one cell) with scrollable tables inside (in div elements)*/
{
	width: 100%; 
	max-width: 100%;
}

.scroll-tables > tbody > tr > td
{
	max-width: 100px;
}

.scroll-tables > tbody > tr > td > div
{
	overflow-x: auto;
	border-right: 1px solid #BBBBBB;
}

.scrolling-x
{
	overflow-x:auto;
}
 
 
/************/ 
/* Top menu */
/************/

.top-table 
{
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	vertical-align: middle;
	overflow: hidden;
}

.top-table tr,
.top-table td
{
	vertical-align: middle;
}

.top-table .marquee 
{
	padding: 0 10px; 
	margin: 0; 
	overflow: hidden;
	white-space: nowrap;
}

.top-table .marquee a 
{
	color: #ffffff;
}

.top-table .marquee a:hover 
{
	background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 550px) 
{
	.top-table .marquee
	{
		padding: 0;
	}

	.top-table .marquee a  
	{
		display: none;
		visibility: hidden;
	}
}

.top-table .top-item 
{
	padding: 5px; 
	margin: 0; 
}

.top-table .top-item a 
{
	color: #FFFFFF;
	text-decoration: none;
}

.top-table .datetime
{
	font-family: acherus, verdana, sans-serif;
	font-size: 12px; 
	color: #BBBBBB;
	overflow: hidden;
	white-space: nowrap;
}

.top-back-color
{
	background-color: #004E7C;
}

.top-menu-color
{
	background-color: #0B7BB0;
}

.top-date-color
{
	background-color: #004E7C;
}

.menu-item,
.menu-icon 
{
	list-style-type: none;
	font-weight: bold;
	font-size: 18px;
}

.menu-icon 
{
	text-align: right;
	min-width: 50px;
	display: none;
}

.menu-item:hover 
{
	background-color: rgba( 255, 255, 255, 0.1);
}

.menu-item a, 
.menu-icon a 
{
	color: #DDDDDD;
	line-height: 56px;
	padding: 0px 12px;
	text-decoration: none;
	display: block;
}

.menu-item a:hover, 
.menu-icon a:hover 
{
	color: rgb( 255, 255, 255 );
}

.menu-item a:link, 
.menu-icon a:link 
{
	display: block;
}

#menu-down 
{
	right: 5%;
}

.submenu 
{
	border: 1px solid #0B7BB0;
	background-color: white;
	display: block;
	opacity: 1;
	visibility: visible;
	position: absolute;
	z-index: 100;
	overflow: hidden;
}

.submenu.invisible 
{
	display: none;
	opacity: 0;
	visibility: hidden;
}

.submenu.visible  
{
	display: block;
	opacity: 1;
	visibility: visible;
}

.submenu .submenu-item 
{
	padding: 0px;
	min-width: 200px;
	color: #333333;
	background-color: white;
	vertical-align: top;
	font-weight: bold;
}

.submenu .submenu-item:hover 
{
	color: #333333;
	background-color: #80BAE5;
}

.submenu .submenu-item a 
{
	color: #AAAAAA;
	/*display: block;*/
	line-height: 40px;
	padding: 0px 12px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.submenu .submenu-item a:hover 
{
	color: #333333;
	background-color: #80BAE5;
}

.submenu .submenu-item a:link 
{
	display: block;
}

.logo 
{
	border-width: 0px;
	margin-right: 3px;
	width: 200px;
	position: absolute;
	vertical-align: text-bottom;
}

.logo-margin 
{
	padding: 0px 0px 10px 0px;
	margin: 0;
	width: 210px; 
	min-width: 210px;
	vertical-align: top;
}

.logo-small
{
	border-width: 0px;
	margin-right: 3px;
	width: 100px;
	position: absolute;
	vertical-align: text-bottom;
}

.logo-small-margin 
{
	padding: 0px 0px 10px 0px;
	margin: 0;
	width: 110px; 
	min-width: 110px;
	vertical-align: top;
}

@media screen and (max-width: 1100px) 
{
	.menu-item:not(.short-view) 
	{
		display: none;
	}
	
	.menu-icon 
	{
		float: right;
		display: block;
	}
	
	.top-table 
	{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#menu-down 
	{
		right: 0%;
	}
}

@media screen and (max-width: 800px) 
{
	.logo 
	{
		width: 125px;
	}

	.logo-margin 
	{
		width: 130px; 
		min-width: 130px;
	}
	
	.menu-item:not(.small-view)
	{
		display: none;
	}
	
	.menu-icon 
	{
		min-width: 30px;
	}
	
	.menu-item a, 
	.menu-icon a 
	{
		line-height: 32px;
	}
}


/***************/
/* Left column */
/***************/

.left-column
{
	position: relative;
}

.left-column-info
{
	padding-left: 4px;
}

.left-menu-title
{
	min-width: 220px; 
	width: 220px;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	list-style: none;
	text-indent: 5px;
	background-color: #0B7BB0;
	color: #111111;
	line-height:200%;
	font-weight: 900;
	font-size: 14px;
}

.left-menu
{
	min-width: 220px; 
	width: 220px;
}

.left-menu, 
.left-menu ul, 
.left-menu li 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.left-menu ul 
{
	display: none;
	padding-left: 24px;
	background-color: #80BAE5;
}

.left-menu li 
{
	line-height:200%;
	/* margin-top:1px; */
	/* background:#555; */
	position:relative;
	width:100%;
/* IE leaves a blank space where span is added so this is to avoid that */
	/* float:left; */
	/* display:inline; */
	/* font-weight: normal; */
}

.left-menu a 
{
	display: block;
	padding-left: 28px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #80BAE5;
	color: #444444;
	text-decoration: none;
	white-space: nowrap;
	font-size: 14px;
}

.left-menu a:hover 
{
	background-color: #90CAF5;
	color: #111111;
}

.left-menu a:link  
{
	display: block;
}

.left-menu li li a
{
	background-color: #80BAE5;
}

.left-menu li li a:hover 
{
	background-color: #90CAF5;
}

.left-menu li span 
{
	float: left;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 17px;
	height: 17px;
	cursor: default;
	font-size: 20px;
	/*background: url(images/collapsed.gif) no-repeat 0 0;*/
	background-color: #FFFFFF;
    border: 1px solid #000000;
}

.left-menu li span:before
{
    content: "+";
    position: absolute;
    top: -7px;
    left: 4px;
}

.left-menu li span.expanded 
{
	/*background: url(images/expanded.gif) no-repeat 0 0;*/
}

.left-menu li span.expanded:before
{
    content: "-";
    position: absolute;
    top: -7px;
    left: 4px;
}

@media screen and (max-width: 600px) 
{
	.left-column
	{
		position: absolute;
		left: -190px;
		-moz-transition: left .3s linear;
		-webkit-transition: left .3s linear;
		transition: left .3s linear;
		z-index: 9;
	}
	
	.left-column:hover,
	.left-column:focus
	{
		left: 0;
	}

	.left-column > :not(.left-menu-title)
	{
		display: none;
	}

	.left-menu-title
	{
		border-radius: 0 10px 10px 0;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	}
	
	.left-menu-title:after
	{
		content: ">>";
		float: right;
		padding-right: 5px;
	}
	
	.left-menu-title:hover:after,
	.left-menu-title:focus:after
	{
		content: "<<";
	}
	
	.left-menu-title:hover + .left-menu,
	.left-menu-title:focus + .left-menu,
	.left-menu:hover,
	.left-menu:focus
	{
		display: block;
	}
	
	.left-menu
	{
		-moz-transition: display .3s linear;
		-webkit-transition: display .3s linear;
		transition: display .3s linear;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	}
	
	.mob-hide
	{
		display: none;
	}
}


/*****************/
/* Center column */
/*****************/

.info-name
{
	color: #222222;
	text-decoration: underline;
	font-weight: bold;
}

.info-name:link
{
	text-decoration: underline;
}

.info-name:hover
{
	color: #004E7C;
	text-decoration: underline;
}

.info-table
{
	width: 100%;
	padding-bottom: 10px;
	border-spacing: 4px 4px;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

.info-header
{
	padding-bottom: 10px;
	border-spacing: 4px 4px;
}

.info-date
{
	color: #888888;
	font-size: 11px;
	font-style: italic;
	white-space: nowrap;
}

.info-image
{
	width: 160px;
}

.info-info p
{
	padding-left: 4px;
}

.info-info-short
{
	font-size: 15px;
	font-weight: bold;
}

.info-more
{
	text-decoration: none;
}

.info-more:link
{
	text-decoration: none;
}

.info-more:hover
{
	color: #004E7C;
}

.info-hint
{
	margin: 2px;
	padding-bottom: 4px;
	font-size: 11px;
	font-style: italic;
	line-height: 1;
}

.product-name
{
	color: #222222;
	text-decoration: underline;
	font-weight: bold;
}

.product-name:link
{
	text-decoration: underline;
}

.product-name:hover
{
	color: #004E7C;
	text-decoration: underline;
}

.product-table
{
	width: 100%;
	padding-bottom: 10px;
	border-spacing: 4px 4px;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

.product-header
{
	padding-bottom: 10px;
	border-spacing: 4px 4px;
}

.product-image
{
	width: 160px;
}

.product-info p
{
	padding-left: 4px;
}

.product-info-short
{
	font-size: 15px;
	font-weight: bold;
}

.product-tech-table
{
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	/*border-collapse: collapse;*/
	border-spacing: 0px 0px;
	/*border: 1px solid #BBBBBB;*/
}

.product-tech-table th
{
	width: auto;
	padding: 4px 4px;
	border: 1px solid #BBBBBB;
	text-align: left;
	background-color: #DDDDDD;
	font-weight: bold;
}

.product-tech-table td
{
	width: auto;
	padding: 2px 4px;
	border: 1px solid #BBBBBB;
	text-align: left;
	vertical-align: top;
}

.product-tech-table tr th:first-child
{
    position: -webkit-sticky;
    position: sticky;
	left: 0px;
	width: 100px;
	border: 1px solid #BBBBBB;
	background-color: #DDDDDD;	
	white-space:nowrap;
	font-weight: bold;
}

.product-tech-table tr td:first-child
{
    position: -webkit-sticky;
    position: sticky;
	left: 0px;
	width: 100px;
	border: 1px solid #BBBBBB;
	background-color: #E8EEEE;
	white-space:nowrap;
	font-weight: bold;
}

.product-more
{
	text-decoration: none;
}

.product-more:link
{
	text-decoration: none;
}

.product-more:hover
{
	color: #004E7C;
}

.product-hint
{
	margin: 2px;
	padding-bottom: 4px;
	font-size: 11px;
	font-style: italic;
	line-height: 1;
}

.file-name
{
	color: #222222;
	text-decoration: underline;
	font-weight: bold;
}

.file-name:link
{
	text-decoration: underline;
}

.file-name:hover
{
	color: #004E7C;
	text-decoration: underline;
}

.file-table
{
	width: 100%;
	padding-bottom: 10px;
	border-spacing: 4px 4px;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

.file-header
{
	padding-bottom: 10px;
	border-spacing: 4px 4px;
}

.file-image
{
	width: 160px;
}

.file-info p
{
	padding-left: 4px;
}

.file-info-short
{
	font-size: 15px;
	font-weight: bold;
}

.file-details
{
	color: #555555;
	font-size: 11px;
	/*font-style: italic;*/
}

.file-download
{
	appearance: button;
	-webkit-appearance: button;
	-moz-appearance: button;
	padding-left: 10px; 
	padding-right: 10px;
	font-size: 12px;
	text-decoration: none;
}

.file-download:link
{
	text-decoration: none;
}

.file-download:hover
{
	color: #004E7C;
}

.file-line
{
	height: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	border-top: 1px solid #888888;
}

.file-documents img
{
	border: 0;
	vertical-align: bottom;
}

.file-more
{
	text-decoration: none;
}

.file-more:link
{
	text-decoration: none;
}

.file-more:hover
{
	color: #004E7C;
}

.form-mark
{
	font-family: crisymbols, acherus, verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #442288;
}

.form-mark:before
{
	content: "\2605";
}

.form-line
{
	height: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	border-top: 1px solid #888888;
}

.form-hint
{
	margin: 2px;
	padding-bottom: 4px;
	font-size: 11px;
	font-style: italic;
	line-height: 1;
}

.form-text
{
	margin: 0;
	line-height: 1.5;
}

.form-table
{
	width: 100%;
	border: 0;
	border-spacing: 0px 4px;
}

.form-button
{
    height: 28px;
    border-radius: 3px;
    border: 1px solid #555;
    padding: 0px 0px;
    background-color: #FFF;
/*  opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    /* display: inline-block; */
/*  display: inline-block;*/
    font-size: 14px;
    cursor: pointer;
}

.form-reset
{
    height: 30px;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #555555;
    background-color: #80BAE5;
    font-size: 14px;
    cursor: pointer;
/*  border-radius: 3px;
    border: 1px solid #555;
    padding: 0px 0px;
    background-color: #FFF;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
/*  text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;*/
}

.form-button:hover,
.form-reset:hover
{
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.form-button:active,
.form-reset:active
{
    box-shadow: -1px -1px #aaa;
    transform: translate(1px,1px);
}

.main-column
{
	width: 99%; 
	padding-right: 10px;
}

.center-column
{
	width: 99%; 
	padding-left: 10px; 
	padding-right: 10px;
}

@media screen and (max-width: 1000px) 
{
	.main-column,
	.center-column
	{
		padding-right: 0px; 
	}
}

@media screen and (max-width: 800px)
{
	.product-image,
	.info-image,
	.file-image
	{
		width: 120px;
	}
	
	.product-tech-table tr th:first-child
	{
		white-space:normal;
	}

	.product-tech-table tr td:first-child
	{
		white-space:normal;
	}
}

@media screen and (max-width: 600px)
{
	.center-column
	{
		padding-left: 30px;
	}
}

@media screen and (max-width: 400px)
{
	.center-column
	{
		padding-left: 30px;
	}
	.product-tech-table tr th
	{
		word-wrap: break-word;
	}

	.product-tech-table tr td
	{
		word-wrap: break-word;
	}
	.product-tech-table tr th:first-child
	{
		word-wrap:normal;
	}

	.product-tech-table tr td:first-child
	{
		word-wrap:normal;
	}
}


/****************/
/* Right column */
/****************/

.right-column
{
    min-width: 220px;
	width: 220px; 
    padding: 0px; 
    vertical-align: top;
}

.right-fast
{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
    /* background-color: #C4E1FF; */
}

.right-fast-title
{
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	/*list-style: none;*/
	text-indent: 5px;
	/*background-color: #0B7BB0;*/
	color: #111111;
	/*line-height:200%;*/
	font-weight: 900;
	font-size: 16px;
}

.right-fast-line
{
	height: 2px;
	background-color: #0B7BB0;
	color: blue;
}

.right-fast-link
{
	margin: 4px;
    background-color: #C4E1FF;
	color: #333333;
	text-indent: 4px;
}

.right-fast-link a
{
	color: #333333;
	display: block;
	text-decoration: none;
}

.right-fast-link a:hover
{
	background-color: #CFEFFF;
	color: #111111;
}

.right-fast-link a:link
{
	text-decoration: none;
}

.right-fast-list
{
	/*margin: 4px;*/
    /*background-color: #C4E1FF;*/
	color: #444444;
	font-size: 12px;
}

.right-fast-list a
{
	color: #444444;
	text-decoration: none;
}

.right-fast-list a:hover
{
	background-color: #DDDDDD;
	color: #111111;
}

.right-fast-list a:link
{
	text-decoration: none;
}

@media screen and (max-width: 1000px) 
{
	.right-column
	{
		width: 0px; 
		display: none;
		opacity: 0;
		visibility: hidden;
	}
}


/**********/
/* Footer */
/**********/

.foot-table 
{
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	vertical-align: middle;
	overflow: hidden;
	background-color: #333333; 
	color: #888888;
	text-decoration: none;
}

.foot-table tr,
.foot-table td
{
	padding: 0px;
	vertical-align: middle;
}

.foot-table a:link
{
	text-decoration: none;
}

.foot-table a:hover
{
	color: #DDDDDD;
}

.foot-menu
{
	/*background-color: #0B7BB0;*/
	/*background-color: #555555;*/
	color: #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
	text-decoration: none;
}

.foot-menu a
{
	/*background-color: #0B7BB0;*/
	/*background-color: #555555;*/
	color: #BBBBBB;
	text-decoration: none;
}

.foot-menu a:link
{
	text-decoration: none;
}

.foot-menu a:hover
{
	color: #EEEEEE;
}

.copyright,
.copyright a
{
	/*background-color: #222222;*/
	color: #888888;
	overflow: hidden;
	font-family: acherus, verdana, sans-serif;
	font-size: 12px; 
	/*white-space: nowrap;*/
	text-decoration: none;
}

.copyright a:link
{
	color: #888888;
	text-decoration: none;
}

.copyright a:hover
{
	color: #BBBBBB;
}

@media screen and (max-width: 1100px) 
{
	.foot-table
	{
		padding-left: 0px;
		padding-right: 0px;
	}
}


/******************/
/* 2-columns list */
/******************/

.column2-list
{
	display: block;
	width: 100%;
}

.column2-list > tbody
{
	display: block;
}

.column2-list .cl-item
{
	display: inline-block;
	width: 49%;
	max-width: 49%;
	vertical-align: top;
	border-spacing: 0px; 
	padding: 0px; 
	margin: 0px; 
	border-width: 0px;
}

.column2-list .cl-content
{
	display: block;
	vertical-align: top;
	padding: 10px;
	border-spacing: 0px; 
	margin: 0px; 
	border-width: 0px;
}

@media screen and (max-width: 1600px) 
{
	.column2-list .cl-item
	{
		width: 100%;
		max-width: 100%;
	}
}


/******************/
/* 3-columns list */
/******************/

.column3-list
{
	display: block;
	width: 100%;
}


.column3-list > tbody
{
	display: block;
}

.column3-list .cl-item
{
	display: inline-block;
	width: 33%;
	max-width: 33%;
	vertical-align: top;
	border-spacing: 0px; 
	padding: 0px; 
	margin: 0px; 
	border-width: 0px;
}

.column3-list .cl-item2
{
	display: inline-block;
	width: 66%;
	max-width: 66%;
	vertical-align: top;
	border-spacing: 0px; 
	padding: 0px; 
	margin: 0px; 
	border-width: 0px;
}

.column3-list .cl-content
{
	display: block;
	vertical-align: top;
	padding: 10px;
	border-spacing: 0px; 
	margin: 0px; 
	border-width: 0px;
}

@media screen and (max-width: 1600px) 
{
	.column3-list .cl-item
	{
		width: 49%;
		max-width: 49%;
	}
	
	.column3-list .cl-item2
	{
		width: 49%;
		max-width: 49%;
	}
}

@media screen and (max-width: 1300px) 
{
	.column3-list .cl-item
	{
		width: 100%;
		max-width: 100%;
	}
	
	.column3-list .cl-item2
	{
		width: 100%;
		max-width: 100%;
	}
}


/******************/
/* Page navigator */
/******************/

.pages
{
	width: 100%;
    background-color: #E0E0E0;
}

.pages a
{
	text-decoration: none;
}

.pages a:hover
{
	background-color: #AAAAAA;
}

.pages a:link
{
	text-decoration: none;
}

.pages .pages-line
{
	height: 1px;
	background-color: #999999;
}

.pages .pages-head
{
	background-color: #C0C0C0;
	text-align: left;
}

.pages .pages-pages
{
	text-align: center; 
	text-decoration: none;
}	


.pagenumbers
{
	width: 100%;
    /*background-color: #C4E1FF;*/
    background-color: #E0E0E0;
}

.pagenumbers a
{
	text-decoration: none;
}

.pagenumbers a:hover
{
	/*background-color: #90CAF5;*/
	background-color: #AAAAAA;
}

.pagenumbers a:link
{
	text-decoration: none;
}

.pagenumbers .pagenumbers-line
{
	height: 1px;
	/*background-color: #0B7BB0;*/
	background-color: #999999;
}

.pagenumbers .pagenumbers-head
{
	/*background-color: #7EADD9;*/
	background-color: #C0C0C0;
	text-align: left;
}

.pagenumbers .pagenumbers-pages
{
	text-align: center; 
	text-decoration: none;
}	


/********/
/* Tabs */
/********/

.tabcontainer
{
	width: 100%;
    background-color: #F1F1F1;
}

.tabcontainer .tabsvertical
{
    overflow: hidden;
    border-right: 1px solid #888888;
    background-color: #E0E0E0;
}

.tabcontainer .tablinks 
{
	display: block;
	width: 100%;
    overflow: hidden;
    /*border-bottom: 1px solid #888888;*/
    background-color: #E0E0E0;
}

.tabcontainer > .tablinks 
{
    border-bottom: 1px solid #888888;
}

.tabcontainer .tabshorizontal
{
	display: block;
	width: 100%;
	max-width: 100%;
}

.tabcontainer .tabshorizontal .tabtab
{
	/* display: inline-block; */
	float: left;
}

.tabcontainer .tabvertical
{
	display: block;
	width: 100%;
	max-width: 100%;
}

.tabcontainer .tabvertical .tabtab
{
	/* display: inline-block; */
	float: left;
	width: 100%;
}

.tabcontainer .tablinks a 
{
    display: block;
    color: #222222;
    background-color: #F1F1F1;
    outline: none;
    line-height: 28px;
    padding: 2px 16px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    font-size: 15px;
}

.tabcontainer .tabshorizontal a 
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

.tabcontainer .tabvertical a 
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

.tabcontainer .tablinks a:hover 
{
    color: #555555;
    background-color: #CCCCCC;
}

.tabcontainer .tablinks a:link  
{
    display: block;
}

.tabcontainer .tablinks a.active 
{
    background-color: #BBBBBB;
}

.tabcontainer .tablist a 
{
    color: #009;
    text-decoration: none;
    /*float: left;*/
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    /* font-size: 17px;*/
}

.tabcontainer .tablist a.active 
{
    color: red;
}

.tabcontainer .tabcontent 
{
    display: block;
    padding: 2px 8px;
    /*border: 1px solid #ccc;*/
    border-top: none;
}


/***************/
/* Modal frame */
/***************/

#modal-frame 
{
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

#modal-frame #modal-image 
{
    margin: auto;
    display: block;
    /*width: 90%;*/
    max-width: 90%;
}

#modal-frame #modal-caption 
{
    margin: auto;
    display: block;
    width: 90%;
    text-align: center;
    color: #CCC;
    padding: 10px 0;
    height: 150px;
}

@-moz-keyframes zoom 
{
    from {-moz-transform:scale(0)} 
    to {-moz-transform:scale(1)}
}

@-webkit-keyframes zoom 
{
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom 
{
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

#modal-frame #modal-image, 
#modal-frame #modal-caption 
{    
    -moz-animation-name: zoom;
    -moz-animation-duration: 0.6s;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

#modal-frame #modal-close 
{
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#modal-frame #modal-close:hover,
#modal-frame #modal-close:focus 
{
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 700px)
{
    #modal-frame #modal-image 
    {
        width: 100%;
    }
}
