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

img { border: 0; display: block; }
iframe { 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: 0px; list-style: none; display: block; margin: 0px 0px; padding: 0px 0px; }
ul.inline-list li { display: inline-block; }
ul.inline-list li:last-child { margin-right: 0px; }
ul.inline-list li a { position: relative; display: block; cursor: pointer; }
/* ! - UL Inline list */

/* ! + BREADCRUMBS */
.breadcrumbs { display: inline-block; color: #fff; white-space: nowrap; }
.breadcrumbs i:before { margin-right: 0em; }
.breadcrumbs a { color: #fff; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs a.active { color:#d3d60d; }
.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 */

/* ! + PAGINATION */
.pagination { display: inline-block; overflow: hidden; }
.pagination > a:first-child {}
.pagination > a { width: 40px; line-height: 40px; display: inline-block; border: solid 1px #39A13E; text-align: center; text-decoration: none; color: #39A13E; cursor: pointer; margin-right: 15px; -webkit-border-radius: 20px; border-radius: 20px; }
.pagination > a > i:before, .pagination > a > i:after { margin-right: 0em; }
.pagination > a:last-child { margin-right: 0px; }
.pagination > a.active, .pagination > a:hover { background: #39A13E; color: #fff; }
/* ! - PAGINATION */

/* ! + BUTTONs */
[class^="btn-"], [class*=" btn-"] { display: inline-block; text-align: center; text-decoration: none; overflow: visible; cursor: pointer; white-space: nowrap; margin-bottom: 0px; background-color: rgb(255,255,255); color: rgb(0,0,0); border: 1px solid rgb(200,200,200); }
[class^="btn-"] > i:before, [class*=" btn-"] > i:before { margin-left: 15px; margin-right: 0; }
[class^="btn-"]:hover, [class*=" btn-"]:hover { background-color: rgb(210,210,210); }
[class^="btn-"]:focus, [class*=" btn-"]:focus { outline: none !important; }
.btn-large { padding: 12px 30px; font-size: 1em; line-height: 1.3em; -webkit-border-radius: 5px; border-radius: 5px; }
.btn-standard { padding: 6px 12px; font-size: 1em; line-height: 1.2em; -webkit-border-radius: 4px; border-radius: 4px; }
.btn-small { padding: 5px 10px; font-size: 0.9em; line-height: 1.2em; -webkit-border-radius: 3px; border-radius: 3px; }
.btn-smaller { padding: 1px 5px; font-size: 0.9em; line-height: 1.2em; -webkit-border-radius: 3px; border-radius: 3px; }
[class^="btn-"].primary, [class*=" btn-"].primary { color: #d3d60d; background: transparent; border-color: #d3d60d; }
[class^="btn-"].secondary, [class*=" btn-"].secondary { color: #B5B5B5; background: transparent; border-color: #B5B5B5; }
[class^="btn-"].block, [class*=" btn-"].block { display: block; width: 100%; overflow: hidden; white-space: normal; }
[class^="btn-"].primary:hover, [class*=" btn-"].primary:hover, [class^="btn-"].secondary:hover, [class*=" btn-"].secondary:hover {}
/* ! - BUTTONs */

/* ! + 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%; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; border: 1px solid transparent; box-shadow: 0 0 3px rgba(51,51,51,.6); }
.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; }
/* ! - NOTIFICATION */

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

/* + MEDIA QUERIES */
@media only screen and (min-width: 1281px) {

}
/* XD - Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1280px) {
    .responsive .btn-large { padding: 10px 20px; }
}
/* LD - Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width:720px) and (max-width:959px) {
    .responsive .btn-large { padding: 10px 20px; font-size: 1.4em; line-height: 1.5em; }

}
/* MD - Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 719px) {
    .responsive .btn-large { padding: 10px 20px; font-size: 1.3em; line-height: 1.4em; }
}
/** SD / Mobile Portrait Size to Mobile Landscape Size (devices and browsers) **/
@media only screen and (max-width: 479px) {
    .responsive .btn-large { padding: 10px 15px; font-size: 1.2em; line-height: 1.4em; }
}
/* - MEDIA QUERIES */