@charset "utf-8";
/****************************************/
/*	CSS Document 						*/
/*	CMS Agilis 4.2						*/
/*										*/
/*	Abrupta Servis s.r.o.				*/
/*	stylesheet.support.css				*/
/*	version 3.2.1.7	           			*/
/*										*/
/*	edit: 2021-01-06					*/
/****************************************/

img { border: 0; display: block; }
.freefill { height:50px; }

.blured { -webkit-filter: blur(2px); -moz-filter: blur(2px); -o-filter: blur(2px); -ms-filter: blur(2px); filter: blur(2px); }

.animation { opacity: 0; }
.animation.animated { opacity: 1; }

.slicknav_menu { display:none; }

.gradual-animation{ opacity: 0; }
.gradual-animation.animated { opacity: 1; }

.back-cover { background-repeat:no-repeat; background-size:cover; background-clip:border-box; }
.back-img { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; display: block; width: 100%; opacity: 0.05; z-index: 1; }

/* ! + UL Inline list */
ul.inline-list { font-size: 0; list-style: none; display: block; margin: 0 0; padding: 0 0; }
ul.inline-list li { display: inline-block; font-size: 1.0rem; line-height: 1.0em; margin-right: 1.0em; }
ul.inline-list li:last-child { margin-right: 0; }
ul.inline-list li a { position: relative; display: block; text-decoration: none; padding: 0 0; }
/* ! - UL Inline list */

/* ! + UL Block list */
ul.block-list { list-style: none; display: block; margin: 0 0; padding: 0 0; }
ul.block-list li { display: block; margin-bottom: .4em; }
ul.block-list li:last-child { margin-bottom: 0; }
ul.block-list li a { position: relative; display: inline-block; text-decoration: none; padding: 0 0; }
/* ! - UL Block list */

/* ! + BREADCRUMBS */
.breadcrumbs { display: inline-block; color: var(--beat-color-06); white-space: nowrap; }
.breadcrumbs i:before { margin-right: 0em; }
.breadcrumbs a { color: var(--beat-color-06); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; color: var(--beat-color-01); }
.breadcrumbs a.active { color: var(--beat-color-01); }
.breadcrumbs ul { list-style: none; margin: 0px 0px 0px 0px; padding-left: 0px; }
.breadcrumbs li { display: none; overflow: hidden; vertical-align: middle; font-size: 16px; }
.breadcrumbs li.show { display: inline-block; }
.breadcrumbs li.ellipsis { text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }
.breadcrumbs .bread-link, .breadcrumbs .bread-separe { display: inline-block; }
.breadcrumbs .bread-separe { padding: 0px 10px; }
/*
.breadcrumbs { display: inline-block; color: #7b7d85; }
.breadcrumbs i { margin: 0; }
.breadcrumbs a { color: #7b7d85; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs a.active { color:rgb(240,121,172); }
*/
/* ! - BREADCRUMBS */

/* ! + PAGINATION */
.pagination { display: inline-block; overflow: hidden; padding: 20px 0; }
.pagination > a { width: 40px; line-height: 40px; color: #646567; display: inline-block; text-align: center; text-decoration: none; background: transparent; border-color: transparent; cursor: pointer; margin: 0 .5em 0 .5em; -webkit-border-radius: 5px; border-radius: 5px; transition: all 0.4s; }
.pagination > span { width: 40px; line-height: 40px; color: #646567; display: inline-block; text-align: center; text-decoration: none; margin: 0 .5em 0 .5em; -webkit-border-radius: 0; border-radius: 0; }
.pagination > a > i:before, .pagination > a > i:after, .pagination > span > i:before { margin-right: 0; margin-left: 0; }
.pagination > span.elipsis > i:before { color: #97989a; }
.pagination > a:first-child { margin-left: 0; }
.pagination > a:last-child { margin-right: 0; }
.pagination > a.active { background: #f4f4f4;  color: #646567; }
.pagination > a:hover { background: #DD1528;  color: #fff; transition: all 0.4s; }
/* ! - PAGINATION */

/* ! + Logout Button **/
#logout-button { position:fixed; right:30px; top:50px; width:50px; height:50px; z-index:9999; }
#logout-button a { display:block; font-size:40px; line-height:50px; text-align:center; text-decoration:none; color: red; }
/* ! - Logout Button **/


/* ! + NOTIFICATION */
.notifi { display:block; width:100%; border: 1px solid transparent; -webkit-border-radius: .2em; border-radius: 5px; }
.notifi.success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.notifi.info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
.notifi.warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }
.notifi.danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.notifi i:before { margin-right: .4em; }
/* ! - NOTIFICATION */

/* ! + BACKGROUND VIDEO */
.underlie.backVideo { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #000; overflow: hidden; z-index: 0; opacity: 1.0; } /* #72672c */
.underlie.backVideo video { position: relative; top:50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: auto; min-width: 100%; height: auto; min-height: 100%; }
.underlie.backVideo img { display: none; position: relative; top:50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: auto; min-width: 100%; height: auto; min-height: 100%; }
/*   - BACKGROUND VIDEO */

/* ! + CONTENT */
.imageSingle { display: block; overflow: hidden; text-align: left; }
.imageSingle.posLeft { width: 50%; float: left; margin: 0 1.5em 1.5em 0; padding: .2em 0; }
.imageSingle.posRight { width: 50%; float: right; margin: 0 0 1.5em 1.5em; padding: .2em 0; }
.imageSingle.posLeft.sz25,
.imageSingle.posRight.sz25 { width: 25%; }
.imageSingle.posCenter { width: 100%; text-align: center; margin: 1.5em 0 1.5em 0; padding: 0 0; }
.imageSingle.posCenter img { width: 50%; }
.imageSingle.posCenter.sz30 img { width: 30%; }
.imageSingle.posCenter.sz50 img { width: 50%; }
.imageSingle.posCenter.sz60 img { width: 60%; }
.imageSingle.posCenter.sz00 {}
.imageSingle.posCenter.sz00 img { width: 100%;}
.imageSingle img { display: inline-block; width: 100%; height: auto; padding: .2em .2em; }
.imageSingle.noBorder img { padding: 0; border: none; }
.imageSingle p { font-size: .8em; line-height: 1.0em; margin-bottom: .2em; }
.imageSingle p + p { padding: 0 .5em; }

.embedVideo { position: relative; overflow: hidden;  margin: 0 auto; margin-bottom: 1.0em; }
.embedVideo:before { content: ""; position: relative; display: block; width: 100%; padding-top: 56.25%; z-index: 0; }
.embedVideo.posLeft { width: 50%; float: left; margin: 0 1.5em 1.5em 0; }
.embedVideo.posRight { width: 50%; float: right; margin: 0 0 1.5em 1.5em; }
.embedVideo.w00 { width: 100%; }
.embedVideo.w60 { width: 60%; }
.embedVideo.w50 { width: 50%; }
.embedVideo.w40 { width: 40%; }
.embedVideo.w30 { width: 30%; }
.embedVideo > iframe,
.embedVideo > video { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100% !important; height: 100% !important; }

.tableResponsive { display: block; width: 100%; overflow-x: auto; }
table.tableCont { width: 100%; margin-top: 10px; margin-bottom: 20px; border: solid 1px #dee2e6; background-color: transparent; border-collapse: collapse; border-spacing: 0; }
table.tableCont td { padding: 8px 8px; vertical-align: middle; white-space: nowrap; border-top: 1px solid #dee2e6; }
table.tableCont tbody tr:nth-of-type(odd) { background-color: #0000000c; }
/*   - CONTENT */

/* ! + ERROR 404 */
.errorInfo { color: #fff; font-size: 1.8em; line-height: 1.0em; }
/*   - ERROR 404 */

/* ! + FORMS */
form .error { border:solid 2px #de2c3b; }
/* ! - FORMS */

/* + MEDIA QUERIES */

@media only screen and (min-width: 1281px) {
}
/** XD 12 - Smaller than standard 960 (devices and browsers) **/
@media only screen and (min-width: 960px) and (max-width: 1280px) {
}
/** LD 9 - Tablet Landscape size to standard 960 (devices and browsers) **/
@media only screen and (min-width: 720px) and (max-width: 959px) {
}
/** MD 6 - Mobile Landscape Size to Tablet Portrait (devices and browsers) **/
@media only screen and (min-width: 480px) and (max-width: 719px) {
	.responsive .breadcrumbs { font-size: .9em; }
}
/** SD 4 / Mobile Portrait Size to Mobile Landscape Size (devices and browsers) **/
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.responsive .breadcrumbs { font-size: .8em; }
}
/* - MEDIA QUERIES */