@charset "utf-8";
/****************************************/
/*	CSS Document 						*/
/*	CMS Agilis 3.2						*/
/*										*/
/*	Abrupta Servis s.r.o.				*/
/*	stylesheet.support.css				*/
/*	version 3.2.1.6	           			*/
/*										*/
/*	edit: 2018-02-20					*/
/****************************************/

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; }

.general-01 img { }

.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 */

/* ! + BREADCRUMBS */
.breadcrumbs { display: inline-block; color: #dbdbdb; white-space: nowrap; }
.breadcrumbs i:before { margin-right: 0em; }
.breadcrumbs a { color: #dbdbdb; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; color: #E7B31B; }
.breadcrumbs a.active { color: #E7B31B; }
.breadcrumbs ul { list-style: none; margin: 0px 0px 0px 0px; padding-left: 0px; }
.breadcrumbs li { display: none; overflow: hidden; }
.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: .2em; }
.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 */

/* ! + CONTENT */
.imageSingle { display: block; overflow: hidden; text-align: left; }
.imageSingle.posLeft { width: 50%; float: left; margin: 1.5em 1.5em 1.5em 0; padding: .2em 0; }
.imageSingle.posRight { width: 50%; float: right; margin: 1.5em 0 1.5em 1.5em; padding: .2em 0; }
.imageSingle.posCenter { width: 100%; text-align: center; margin: 1.5em 0; padding: .2em .2em; }
.imageSingle.posCenter img { width: 50%; }
.imageSingle.posCenter.sz30 img { width: 30%; }
.imageSingle.posCenter.sz60 img { width: 60%; }
.imageSingle.posCenter.sz00 img { width: 100%; }
.imageSingle img { display: inline-block; width: 100%; padding: .2em .2em; border: solid 1px #f1f1f1; }
.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; }
/*   - 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 */