/* *********************** BASE tags ****************************/
/* **************************************************************/
html, body {
	height: 100%;
	font-family: "Gilam", "Open Sans", "Arial", "Verdana", sans-serif;
  	font-weight: normal;
	font-size: 10.5pt;	
	}
body {
	line-height: 1.42857em;
	padding-top: 95px;
    }
h2 {
	margin-top: 10px;
	font-size: 26px;
	}
hr {
	background: #007abc;
	color: #007abc;
	border: 0;
	border-top: 1px solid #007abc;
	margin-top: 30px;
	margin-bottom: 30px;
	}
ul {
    list-style: square url();
	}
input[type="text"] {
	color: rgba(0,0,0,0.75);  
	}

a {
	color: #007abc;
}
#articleList p > a,
.category-text p > a {
	text-decoration: underline;
	font-weight: normal;
}
#articleList a.btn-collapse,
.category-text a.btn-collapse {
	text-decoration: none;
}
/* Odkaz probarveni pod obrazkem v článku */
#articleList p > a:hover > img {
	background-color: #eeeeee;
}

/* Odkaz Button v článku */
.article-content a.btn-collapse,
.eshop-data .article-content a.btn-collapse {
	font-weight: normal;
	text-decoration: none;
}


/* *************** DEFAULT layout bootstrap *********************/
/* **************************************************************/
.top0 		{margin-top: 0px; margin-bottom: 30px;}
/*  h1,h2,h3,h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0px;
    margin-bottom: 10px;
}   
*/
.blue 		{ color:#007abc;}
.clearfix 	{ float: none; clear: both;}
.nopadding 	{ padding:0;}
.nopadright { padding-right:0;}
.pad-t1  	{ padding-top: 0px;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.pad-t1 { padding-top: 2px;}
}
.pad-t10  	{ padding-top: 10px;}
.pad-t12  	{ padding-top: 12px;}
.pad-l5   	{ padding-left: 5px;}
.pad-r5   	{ padding-right: 5px;}
.pad-r10  	{ padding-right: 10px;}
.pad-r15  	{ padding-right: 15px;}
.pad-b10  	{ padding-bottom: 10px;}
.pad-b20  	{ padding-bottom: 20px;}
.pad10  	{ padding: 10px;}
.pad12  	{ padding: 12px;}
.pad14  	{ padding: 14px;}
.pad20  	{ padding: 20px;}
.pad30  	{ padding: 30px;}
.pad-l10  	{ padding-left: 10px;}
.pad-l15  	{ padding-left: 15px;}
.padlr15   	{ padding-left: 15px; padding-right: 15px;}

.nomargin 	{ margin:0;}
.mt15  		{ margin-top: 15px;}
.mt20 		{ margin-top: 20px;}
.mb15 		{ margin-bottom: 15px;}
.mt30  		{ margin-top: 30px;}
.mb10      	{ margin-bottom: 10px;}
.mb20 		{ margin-bottom: 30px;}
.mb30 		{ margin-bottom: 30px;}
.mr10 		{ margin-right: 10px;}
.mr20 		{ margin-right: 20px;}
.mr30 		{ margin-right: 30px;}
.m30 		{ margin: 30px;}

.btn-default  {
    background: #007abc;
    color: #FFF;
    display: block;
    float: left;
    font-weight: bold;
    padding: 5px 8px;
}




/* *************************** NAVBAR ***************************/
/* **************************************************************/
.navbar {
	box-shadow: 0px 7px 5px -5px #ABABAB;
	min-height:95px;
    margin: 0px;
    border-radius: 0px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1000;
    border: 0px;
}
.navbar-default  {
	background-color: #fff;
 }
.navbar-default .btn-link {
    color: #fff;    
	font-size: 14px;
	padding: 0px;
    margin-top: -3px;
}


/* ********************** TOP BLUE MENU ******************/
#wrapper-menu-top {
    width: auto;
}
#menu-top {
	border-radius: 3px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;  
	background: #007abc;
	position: relative;
	padding: 1px 10px;
	/*width: 50%;*/
	text-align: center;
	float: right;
	margin-bottom: 8px;
	z-index: 110;	
}

#menu-top ul {
	height: 1.4em;
	line-height: 1.4em;
	margin: 0;
	margin-top: 3;
	display: block;
	padding-left:0;
}
#menu-top ul li {
	float: left;
	list-style-type: none;
}
#menu-top ul li a {
	color: #fff ;
}
#menu-top ul li.pad-t1 {
    margin-left: 15px;
}
#menu-top ul li.first:after {
	color: #fff;
	content: '';
	padding-right: .3em;
}
#menu-top ul li:after {
	color: #fff;
	content: '|';
	padding-right: .3em;
	content: none;
}
#menu-top ul li.last {
	margin-top: -2px;	
    }
#menu-top ul li.last:after {
	content: '';
	padding: 0 ;
}
#menu-top ul input {
	padding-left: 5px;
	background: #007abc;
	border: 1px solid #b2d7d7;
	border-radius: 3px;
    color: white;
}
#menu-top ul input::placeholder {
    color: white;
}
#menu-top ul input:active {
	color: white;
}

#menu-top li {
	margin-top: 1px;
	margin-bottom: 1px;
}
#menu-top li.first {
	display: inline-flex;
}
#menu-top li.first  #search-input a {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 4px;
}
#menu-top li.first #search-input #inputButton {
	height: 100%;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	background: 0;
	opacity: 0;
	display: none;
}
#menu-top li.first #search-input {
    float: left;
    position: relative;
}


/* ******************* DROPDOWN MENU ********************/
.dropdown-menu {
	min-width: 245px;	
}
.dropdown-menu > li > a  {
	color: rgb(0, 122, 188);
    font-size:14px;
    padding: 3px 15px 3px 15px;
    line-height: 1;
}
.dropdown-menu > li > a:hover,  
.dropdown-menu > li.active > a:hover {
	color: white;
	background-color: #4796CD;
}
.dropdown-menu > li.ligroup  {
	color: #AAAAAA;
	font-size:12px;
	padding: 5px 0px 0px 15px;
}
.dropdown-menu>.active>a {
	color: rgb(0, 122, 188);    
    background-color: white;
    font-weight: bold;
}


.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-default .navbar-nav > li > a {
	font-size: 20px;
}     
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: #007abc;
	background-color:transparent;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: #007abc;
	font-weight: bold;
	background-color: white;
}
.nav>li>a {
	padding-left: 10px;	
	padding-right: 10px;
}


.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.navbar .dropdown-arrow {
    display: none;
}


/* ***************** LANG MENU ****************/
.lang-sm  {
	min-width: 22px;
	height: 16px;
	min-height: 16px;
	max-height: 16px;
	background-repeat: no-repeat;
	display: inline-block;
}
.lang-sm[lang=cz]  {
	background-position: 0 -16px;
	background-image: url(../img/cz.png)
}
.lang-sm[lang=cz]:hover, .lang-sm[lang=cz].select {
	background-position: 0 0px;
	background-image: url(../img/cz.png)
}

.lang-sm[lang=pl]  {
	background-position: 0 -16px;
	background-image: url(../img/pl.png)
}
.lang-sm[lang=pl]:hover, .lang-sm[lang=pl].select {
	background-position: 0 0px;
	background-image: url(../img/pl.png)
}

.lang-sm[lang=sk]  {
	background-position: 0 -16px;
	background-image: url(../img/sk.png)
}
.lang-sm[lang=sk]:hover, .lang-sm[lang=sk].select {
	background-position: 0 0px;
	background-image: url(../img/sk.png)
}

.lang-sm[lang=en]  {
	background-position: 0 -16px;
	background-image: url(../img/en.png)
}
.lang-sm[lang=en]:hover, .lang-sm[lang=en].select {
	background-position: 0 0px;
	background-image: url(../img/en.png)
}
.lang-sm {
    top: 5px;
    position: relative;
}
.lang-sm.selected,
.lang-sm.selected:hover{
	background-position: 0 0px;
}
.lang-sm.disable {
    cursor: not-allowed;
}

.lang-mobil {
    text-align: right;
    padding: 10px;
    }
.lang-mobil a {
    padding: 5px;
    }




/* ******************* LOGO **********************/
.navbar-brand {
    padding: 0px;
    margin-top: 0px;
    height: 40px;
}
.logo{
	width:250px;
}



/* ***************** CAROUSEL ********************/
.carousel {
    height: 45%;
}
.carousel .fill {
	background-position: center -90px;
	background-size: cover;
	background-repeat: no-repeat;
}
.carousel-indicators {
    bottom: 0px;
}
.carousel-caption-box {	
	background: url(../img/ribbon.png) no-repeat bottom right;		
	background-size: cover;
	color: #FFF;
	margin-bottom: 0.25em;
	padding: 10px;
	padding-left: 15px;
	padding-right: 60px;
	margin-left: 0px;
	margin-right: 0px;
	font-size:10px;
}

.carousel-logo {
	padding-top: 7px;
	padding-bottom  : 7px;
	background: #fff;
	color:#000;
	margin-bottom: 0.25em;
	margin-left: 0px;
	margin-right: 0px;
	text-align: right;
}
.carousel-logo img {
	height : 15px;
}

.carousel-caption {
	position: absolute;
	padding-bottom: 25px;
	bottom: 0px;
	padding-top: 0px;
	right: 0;
	left: 0;
	text-align: left;
}
.carousel-caption h1{
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	font-size:32px;
	line-height: 43px;
}





/* *************************** CONTENT *************************/
/* **************************************************************/

.category-text {
    text-align: justify;
    }
a.go-to-point {
    position: absolute;
    margin-top: -130px;
    }

.pos-bottom-left {
    position: absolute;
    bottom: 10px;
    left: 20px;
    }
.pos-bottom-right {
    position: absolute;
    bottom: 10px;
    right: 20px;
    }

.article-content {
    text-align: justify;
    }
.article-content h2 {
    text-align: left;
    line-height: 1em;
    }

/* stylování obrázků v textu */
.article-content img[style*="float:right"],
.article-content img[style*="float: right"] {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    }
.article-content img[style*="float:left"],
.article-content img[style*="float: left"] {
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
	}	


/* ***************** HOMEPAGE ********************/
#myCarousel a {
    color: white;
    text-decoration: underline;
	}
	
.bordered {
    border: 1px solid #C6C7C8;
    color:#007abc;
}
 .view {
	width: 100%;
	height: 100%;
	/*  margin: 10px;
	float: left;   */
	overflow: hidden;
	position: relative;
	text-align: left;
	cursor: default;
	background: #fff;
}
.view.view-first.bordered.news {
   color: #fff;
   background: #007abc;
}
.view.view-first.bordered.news a {
    color: #fff;    
}
.view.view-first.bordered.news a.btn-view:hover {
    color: #007abc;  
}
.view.view-first.bordered.news h2, 
.view.view-first.bordered.news h3, 
.view.view-first.bordered.news p{
	color: #fff;
}
.view .mask  {
	width: 100%;
	height: 100%;
	/* max-width: 100%;
	max-height: 100%;   */
	position: absolute;
	overflow: hidden;
}
.view img {
  display: block;
}
.view-first .text {
    top: 0px;
    position: absolute;
    left: 0px;
    padding:20px;
}
.text-top {
    left: 0px;
    top: 0px;
    overflow: hidden;
    position: absolute;
    margin-bottom: 30px;
    min-height: 45%;
    max-height: 48%;
    width: 100%;
}
.text-bottom {
    position: absolute;
    overflow: hidden;
    top: auto;
    bottom: 0px;
    max-height: 45%;
    min-height: 48%;
    margin-top: 15px;
    width: 100%;
}

.view .text-bottom  p,  .view .text-top  p, .view .text-bottom  h2,  .view .text-top h2 {
	/* position: absolute;*/
	color: #007abc;
	/*padding: 10px 20px 20px;*/
	text-align: left;
	padding-top: 0px;

}
.view .text-bottom  h2,  .view .text-top h2, h2.blue  {
	margin-bottom:10px;
	font-size: 16px;
	font-weight: bold;
}
.view .text-bottom .mask  h2,  .text-top  .mask  h2 {
	margin:0;
	font-size: 17px;
	font-weight: bold;
	margin-bottom:10px;
	color: #fff;
}
.view .text-bottom .mask p, .view .text-top .mask p  {
   padding-top: 0px;
}
.view h2 {
	font-size: 26px;
	color: #fff;
	position: relative;	
	margin: 0 auto;
	display:block;
}
.view .text h2 {
   color: #007abc;
}
.text h3, .view h3,  .text .text-bottom h2 {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	margin-top:0px;
}
.view hr {
	width: 100%;
	border: 1px #007abc;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;
}
	
.view .mask p {
	position: relative;
	color: #fff;
	/*padding: 10px 20px 20px;*/
	text-align: left;
	padding-top: 100px;
}
.view-first img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-first .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background: rgba(41, 128, 185, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	bottom: 0;
	color: white;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: 0;
	right: 0;
	padding:20px;
}
.view-first .mask p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-first .mask:hover img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.view-first a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-first .mask:hover  {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.view-first:hover p {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.view-first:hover a.info {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.nopadl		{ padding-left:0; }
.nopadr 	{ padding-right:0; }
.minmargin 	{
	position: relative;
	min-height: 1px;
	margin-right: -15px;
	margin-left: -15px;
}

.eshop-data.first {
	margin-right: 17px;
}
.eshop-data.last {
	margin-left: 17px;
}


.view .image {
	height: 150px;
	}
.view .image img {
	height: 100%;
	object-fit: cover;
}	



/* ************* COLORED SECTION *****************/
/* ***********************************************/
.section-colored {
	border-bottom: 8px gray solid;
}
.section-colored li a {
	text-decoration: none;
	color: #fff;
}
.section-colored li a:hover {
	text-decoration: underline;
	color: #fff;
}
.section-colored h2, .section-colored h3, ul.footerlist-big li {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3em;
	margin-top:0px;
	color: #fff;
}


ul.footerlist 			{padding-left:0px;   margin-right: 36px; }
ul.footerlist li		{line-height:18px;  list-style: none; }
ul.footerlist li a		{color:#fff; }
ul.footerlist li a:hover{color:#fff; text-decoration:underline;}
ul.footerlist-big li 	{ list-style: none;   margin-bottom: 6px;  }
.section-colored footer ul   { list-style: none;   color:#007abc;}

.section-colored footer p, 
.section-colored footer li, 
.section-colored footer li a, 
.section-colored footer li a:hover {
	float:left; margin-right: 10px; color:#007abc;
}


/* ************** BREADCRUMB ******************/
/* ********************************************/
.breadcrumb {
	padding: 8px 0 8px 0;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 0px;
	border-bottom: 1px solid #007abc;
    margin-top: 5px;
    font-size: 100%;	
}
.breadcrumb > li + li:before {
	content: ">\00a0";
	color: #666;
    content: "";
    padding: 0px;	
}
.breadcrumb > .active {
	color: #007abc;
	color: rgb(160,160,160);
}
.breadcrumb .fa-angle-right {
    padding-left: 0px;
    padding-right: 3px;
}

#menu-breadcrumb {
    padding: 13px 0px 10px;
}
#menu-breadcrumb li {
    float: left;
}



/* ******************* SUBPAGE *******************/
.page-header {
    border-bottom: none;
    margin:  20px 0px 10px 0px;
}
h1.page-header  {
	color: #007abc;
	font-size: 32px;
	line-height: 1.03846em;
	font-weight: normal;
}


/* *********** INFO BLUE CONTACT PANEL *************/
/* *************************************************/
.blue-info {
	background:#4796CD;
    width: 100%;
    padding: 20px;
    height: 100%;
	color:#fff;
	font-size: 18px;
}
.blue-info a {
    color: white;
	}
.light {
	background: #3395CB;
	background-image: linear-gradient(#2F8AD0, #369EE5);
	border: 1px solid #2B7FC5;
	border-radius: 8px;
	width: 40px;
	height:40px;
	text-align: center;
	float:left;
	margin-right:3px;
	margin-left:10px;
	padding-left: 0px;
	padding-right: 0px;
}
.grid-ratio-outer {
	position: relative
}
.grid-ratio-outer img.spacer{
	height: 95px;
}
.grid-ratio-outer .grid-ratio-inner {
	height: 100%;
	left: 0;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	top: 0;
	width: 100%;
}
.grid-ratio-outer .grid-ratio-inner .grid-content-full {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 100;
	margin: -5px;
	padding: 5px;
	width: 100%
}




/* Široký pohled na kategorie */
.col-lg-12.eshop-data .grid-ratio-outer img.spacer{
	height: 130px;
}
.col-lg-12.eshop-data .eshop-element .eshop-header {
	font-size: 22px;
	max-width: 100%;
	padding: 3px;
	line-height: 1.1em;
}

.eshop-data .eshop-element .eshop-header {
	-moz-hyphens: none;
	-ms-hyphens: none;	
	hyphens: none;	
	position: relative;
	display: block;
	max-width: 68%;
	z-index: 10;
	font-size: 14px;
}
.eshop-data .eshop-element .wrapper-image {
	bottom: 5px;
	position: absolute;
	width: 50%;	
	height: 70%;
	text-align: right;
	right: 5px;
	z-index: 5;
}
.eshop-data .eshop-element .wrapper-image img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	max-height: 100%;
}
.eshop-data div.eshop-element:hover div.buttons, .eshop-data div.eshop-element:hover .full-link {
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}
.eshop-data div.eshop-element:hover .full-link {
	filter: alpha(opacity=80);
	opacity: .8
}
.eshop-data div.eshop-element:hover .eshop-header {
	color: #fff;
	text-decoration: none;
}
.eshop-data div.eshop-element .eshop-header {
	-moz-transition-property: color;
	-o-transition-property: color;
	-webkit-transition-property: color;
	transition-property: color;
	-moz-transition-duration: .75s;
	-o-transition-duration: .75s;
	-webkit-transition-duration: .75s;
	transition-duration: .75s
}
.eshop-data div.eshop-element div.buttons, .eshop-data div.eshop-element .full-link {
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: .75s;
	-o-transition-duration: .75s;
	-webkit-transition-duration: .75s;
	transition-duration: .75s;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 10
}
.eshop-data div.eshop-element div.buttons .des-button, .eshop-data div.eshop-element .full-link .des-button {
	margin-left: 10px;
	padding: 3px 10px
}
.eshop-data div.eshop-element .full-link {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #3395cb;
	z-index: 10
}
.fa.fa-blue {
	font-size: 20px;
}

/* Icon when the collapsible content is shown */
.btn-collapse:after {
	font-family: "Glyphicons Halflings";
	content: "\e113";
	float: right;
	margin-left: 15px;
}
/* Icon when the collapsible content is hidden */
.btn-collapse.collapsed:after {
	content: "\e080";
}



/* ************ DOWNLOAD PANEL ****************/
/* ********************************************/
.download-box  {
	height: 100%;
	width: 100%;
	padding: 10px;
	background: #F4F4F4;
	margin-bottom:30px;
	padding: 20px;
}
.download-box > div .downloadcenter-item {
    padding-top:0px;
}
.download-box  h5  {
    margin-top: 20px;
    margin-bottom: 5px;
}
.download-box  h3  {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1em;
}


#search-input-download  a {
	position: absolute;
	right: 0px;
	top: 5px;
	margin-right: 8px;
}
#search-input-download   #inputButton {
	height: 100%;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	background: 0;
	opacity: 0;
	display: none;
}
#search-input-download {
    position: relative;
}
.downloadcenter-image-download  {
    float: left;
	padding-right:20px;
}



/* ***************** BUTTON ********************/
/* *********************************************/
.btn-view, .btn-collapse, .eshop-data a.btn-collapse{
	display: inline-block;
	border: 0px solid #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:4px;
	/*height: 30px;*/
	text-indent: 0;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	line-height: 30px;
	background-color: #4796CD;
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}
.btn-view:hover, .btn-collapse:hover {
	/* background-color: #FFFFFF; */
	/* color:#4796CD; */
	color:white;
	text-decoration: none;
}
a.btn-view:focus {
    color: white;
    text-decoration: none;
}




/* **************** FORMS  ********************/
/* ********************************************/
.form-responsive {
    width: 100%;
    /* max-width: 400px; */
    }
.form-responsive button {
    padding: 10px 20px 10px 20px;
    margin-bottom: 30px;
    border: 0px;
    background-color: rgb(42,124,192);
    color: white;
    transition-duration: 0.5s;
    }
.form-responsive button:hover {
    background-color: rgb(231,231,231);
    color: black;
    transition-duration: 0.5s;
    }
.form-responsive input {
    padding: 5px;
    max-width: 400px;
    }
.form-responsive select {
    padding: 5px;
    }
.form-responsive input[type=text], .form-responsive input[type=tel], .form-responsive input[type=email], .form-responsive textarea {
    padding: 5px;
    width: 100%;
    }
.form-responsive input, .form-responsive textarea {
    border: 1px silver solid;
	}
	
	
/* ************** Career  *****************/
/* ****************************************/
table.career {
    width: 100%;
    }
table.career tr.thead:hover {
    background-color: white !important;
    }
table.career tr:hover {
    background-color: rgb(246,246,246);
    }
table.career td, table.career th {
    padding: 5px;
    }
table.career .title {
    width: 70%;
    font-size: 100%;
    }
table.career .place {
    width: 15%;
    }
table.career .date {
    width: 15%;
    text-align: right;
	}	
	

/* *********** Search Page ****************/
/* ****************************************/
.search-list {
    margin-top: 0px;
    padding: 5px 10px;
    }
.search-list>div {
    border-top: 1px solid rgb(230,230,230);
    padding: 10px;
    height: 140px;
    overflow: hidden;
    }

.search-list .datecat {
    color: gray;
    margin-top: -5px;
    margin-bottom: 10px;
    }
.search-list .articleCategory {
    position: relative;
    margin-top: -5px;
    margin-right: 10px;
    font-size: 12px;
    border: 1px silver solid;
    padding: 1px 5px;
    margin-bottom: 50px;
    }
.search-list .date {
    position: relative;
    margin-top: -5px;
    font-size: 12px;
    }

@media (max-width: 768px) {
.search-list {
    margin-top: 0px;
    padding: 5px 0px;
    }
.search-list>div {
    border-top: 1px solid rgb(230,230,230);
    padding: 10px;
    height: auto;
    overflow: hidden;
    }
}



/* *********** Download Page ****************/
/* ****************************************/
/* filtr */
#search-input-download button {
    position: absolute;
    right: 0px;
    top: 5px;
    margin-right: 8px;
    background: none;
    border: none;
    }

.download-box-inside .filtr-active {
    font-weight: bold;
    box-shadow: 0px 0px 10px rgb(42,123,193);
    }


/* block */
.downloadcenter-item {
    position: relative;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 5px;
    }
.downloadcenter-image {
    padding: 0px;
    overflow: hidden;
    }
.downloadcenter-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    }
.download-box h5 {
    font-size: 98%;
    margin-top: 0px;
    }
.downloadcenter-attach {
    padding-left: 10px;
    padding-right: 5px;
    }



/* button */
.downloadcenter-attach .btn-view {
    background-color: rgb(224,224,224);
    color: gray;
    }
.downloadcenter-attach .btn-view:hover {
    background-color: #4796CD;
    color: white;
    }

/* list */
.downloadcenter-image-download {
    width: 140px;
    height: 140px;
    margin-right: 20px;
    padding: 0px;
    overflow: hidden;
    float: left;
    }
.downloadcenter-image-download img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /*max-height: 130px;*/
    }

.downloadcenter-title {
    display: block;
    font-weight: bold;
    font-size: 110%;
    padding-bottom: 10px;
    }
.downloadcenter-tag {
    font-size: 85%;
    padding: 2px 10px 2px 10px;
    display: inline;
    margin-left: 5px;
    color: gray;
    font-weight: normal;
    }
.downloadcenter-tag span {
    margin-left: 2px;
    margin-right: 2px;
    }

.downloadcenter-attach-row {
    white-space: nowrap;
    }
.downloadcenter-attach-title {
    display: inline-block;
	min-width: 20px;	
	margin-right: 5px;    
	margin-top: 10px;
    }

/* detail */
.downloadcenter-image-download.downloadcenter-detail {
    width: 300px;
    height: 300px;
    max-width: 100%;
    max-height: 100%;
    margin-right: 20px;
    overflow: hidden;
    }
.downloadcenter-image-download.downloadcenter-detail img {
    height: 100%;
    width: 100%;
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
    }
.downloadcenter-title.downloadcenter-detail {
    font-size: 140%;
	}
	



/* ************** Footer ******************/
/* ****************************************/
footer {
	color: #007abc;
	background-color: white;
	font-weight: bold;
	}
footer h3 {
	font-size: 14px;
	}	
footer ul {
	padding-left: 0px;
	}	

.section-colored {
	margin-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	}

.section-colored footer li a {
    float: none;
    text-decoration: none;
	}
 .section-colored footer li a:hover {
	float: none;
	}	

.section-colored footer li::before {
    color:#007abc;
    content: '•';
    padding-right: 10px;
    }
.section-colored footer li:first-child::before {
    content: ' ';
	}	
