@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600,700,400&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700,600&subset=latin-ext,latin);

body, html{
	margin: 0;
	padding: 0;
	height: 100%;
}
body{
	background-color: #FFFFFF;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height:1.2em; 
	font-weight:normal;
	text-align: left;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	line-height:1.2em;
}
h1 {
	color: #e2001a;
	font-size: 36px;
	font-weight: 600;
	}

h2 {
	color: #727272;
	font-size: 24px;
	font-weight: 600;
}
h3 {
	color: #b3b3b3;
	font-size: 18px;
	font-weight: 600;
} 
p{
	color: #727272;
	font-size:1em;
	line-height:1.6em;
} 
ol li {
    color: #727272;
	font-size:1em;
	line-height:1.6em;
}
ol li span {
    color: #727272;
}
ol.rednumbers li {
    color: #e2001a;
	font-size:1em;
	line-height:1.6em;
}
ol.rednumbers li span {
    color: #727272;
}
ol.strong {
	font-weight: bold;
}

a,
a:visited,
a:active,
a:hover{
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
a:hover{ text-decoration:none;}

a.more {
	text-decoration: underline;
	color:#e2001a;
}
a.more:hover {
	text-decoration: none;
}
a.download-file {
	text-decoration: underline;
	color:#e2001a;
	font-size: 12px;
}
a.download-file:before {
  padding-right: 8px;
  font-family: "FontAwesome";
  font-size: 12px;
  content: "\f15b";
}
a.download-file:hover {
	text-decoration: none;
}
/* link with info */
.near-headline {
	margin-top: 40px;
	margin-bottom: 15px;	
}
.with-icon div.info {
	display: block;
	float:left;
	padding: 0;
    margin: 0;
	margin-right: 5px;
	border: 0;
}
.with-icon div.info:before {
	font-family: FontAwesome;
	font-size: 16px;
	color: #b9b9b9;
	content: "\f059";
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
.near-headline {
	margin-top: 20px;
	margin-bottom: 15px;	
}
}


hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 2px solid #e7decd;
}
#wrap {
  min-height: 100%;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
#wrap {
  padding-bottom: 120px;
}
}
@media (max-width: 767px) {
#wrap {
  padding-bottom: 0;
}
}
.image {
	background: #FFF;
	width: 100%;
	height: auto;
	padding: 10px;
	border: 1px solid #e7decd;
	margin: 15px 0;  
}

/*BOOTSTRAP*/

.btn-primary {
    color: #FFF;
    background-color: #e2001a;
    border-color: #d10018;
	text-decoration: none;
}
.btn-primary:hover, .btn-primary:focus {
    color: #FFF;
    background-color: #d10018;
    border-color: #d10018;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #e2001a;
    border-color: #d10018;
}

.btn-default {
    color: #FFF;
    background-color: #cdcdcd;
    border-color: #c5c5c5;
	text-decoration: none;
}
.btn-default:hover, .btn-default:focus {
    color: #FFF;
    background-color: #b3b3b3;
    border-color: #a1a1a1;
}
.btn-register {
    color: #FFF;
    background-color: #256db2;
    border-color: #00519e;
	text-decoration: none;
}
.btn-default i,
.btn-register i,
.btn-primary i,
.btn-warning i
 {
	margin-right: 8px;
}
.btn-register:hover, .btn-register:focus {
    color: #FFF;
    background-color: #00519e;
    border-color: #00519e;
}

@media (max-width: 767px) {
.pull-right {
	float: left!important;
}
}

.tooltip > .tooltip-inner {
	background-color: #727272;
	font-weight: 400;
}
.tooltip.top .tooltip-arrow {
border-top-color: #727272;
}

input[type=radio], input[type=checkbox] {
    margin: 2px 0 0;
    margin-top: 1px \9;
}
.checkbox+.radio, .radio+.checkbox {
    margin-top: -5px;
}

.alert-info {
    color: #00519e;
    background-color: #e4f5ff;
    border-color: #d0ebfc;
}

/* FORMS */

.form-control {
    border: 1px solid #dedede;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #727272;
}
.form-control:focus {
    border: 1px solid #727272;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #727272;
}
.form-control::-webkit-input-placeholder { color: #b3b3b3; font-style:italic; }
.form-control:-moz-placeholder { color: #b3b3b3; font-style:italic; }
.form-control::-moz-placeholder { color: #b3b3b3; font-style:italic; }
.form-control:-ms-input-placeholder { color: #b3b3b3; font-style:italic; }


.has-error .form-control {
    border-color: #e2001a;
}
.has-error .form-control:focus {
    border-color: #e2001a;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .help-block {
    color: #e2001a;
}
.has-success .form-control {
    border-color: #1cb40d;
}
.has-success .form-control:focus {
    border-color: #1cb40d;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.control-label.required:after {
	position: absolute;
	content: "\002a";
	padding-left: 3px;
    color: #e2001a;
}
.form-group div.info-alert {
	display: inline-block;
}
.form-group div.info-alert:after {
	font-family: FontAwesome;
	font-size: 16px;
	color: #b9b9b9;
	content: "\f06a";
	margin-left: 6px;
}
.form-group div.info {
	display: inline-block;
}
.form-group div.info:after {
	font-family: FontAwesome;
	font-size: 16px;
	color: #b9b9b9;
	content: "\f059";
	margin-left: 6px;
}

label.control-label div.info {
	display: inline-block;
}

label.control-label div.info:after {
	font-family: FontAwesome;
	font-size: 16px;
	color: #b9b9b9;
	content: "\f059";
	margin-left: 6px;
}
.submit div {
	display: inline-block;
	margin-left: 5px;
}
.btn-with-icon {
	display: inline-block;
}
.btn-with-icon .btn-default.disabled {
    background-color: #cdcdcd;
    border-color: #c5c5c5;	
}

.submit div.info, .btn-with-icon div.info {
	display: block;
	float: left;
	padding: 6px 6px;
    margin: 0;
	border: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
	background: #ededed;
	text-align: right;
}
.submit div.info:after, .btn-with-icon div.info:after {
	font-family: FontAwesome;
	font-size: 16px;
	color: #b9b9b9;
	content: "\f059";
	margin: 0;
	padding: 0;
}
.submit div.info:hover {
	margin: 0;
}
.form-horizontal {
    padding-top: 6px;
}
.form-horizontal .control-label {
    padding-top: 6px;
	margin-bottom: 5px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
    padding-top: 9px;
}
.form-horizontal .control-label.checkbox {
    padding-top: 3px;
	padding-bottom: 0;
	min-height: auto;
}
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 3px;
}

.help-block {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
}
.has-success .help-block {
	color: #1cb40d;
}

.form-horizontal .has-feedback.select .form-control-feedback {
    right: 25px;
}
.form-other .has-feedback .form-control-feedback {
    top: 0;
    right: 0;
}

/* TAB PANE */
.nav-tabs {
	margin-top: 25px;
}
.nav-tabs>li>a {
	font-size: 16px;
    margin-right: 4px;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
	text-decoration: none;
}

/* FILESTYLE */

#register #button-remove {
	float: left;
	margin-right: 10px;
}
#register .img-thumbnail {
	position: relative;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
#register .img-thumbnail .close {
	display: block;
	position: absolute;
	right: 5px;
	top: 2px;
	color: #F00;
	opacity: .4;
	text-shadow: none;
}
#register .img-thumbnail .close:hover {
	opacity: 1;
}
#register .lang 
{
	float: right;
	margin-right: 0;
	margin-left: 5px;
}
#register .required .lang 
{
	margin-left: 15px;
}
#register .lang .sk { background-position: 0 -20px; }
#register .lang .at { background-position: -20px -20px; }

/* TYPEAHEAD*/

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  width: 100%;
  color: #999
}
.tt-input {
  width: 100%;
}
.tt-menu {
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 200px;
    font-size: 14px;
    text-align: left;
	border: 0;
	border-top: 4px solid #dedede;
    padding: 0;
	background-color: #FFF;
    -webkit-box-shadow: 1px 2px 8px rgba(0,0,0,.1);
    box-shadow: 1px 2px 8px rgba(0,0,0,.1);	
}
.tt-menu {
  max-height: 300px;
  overflow-y: auto;
}

.tt-suggestion {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #dedede;
  color: #727272;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #333;
  background-color: #fafafa;
}

.tt-suggestion.tt-cursor {
  color: #333;
  background-color: #fafafa;
}

.tt-suggestion p {
  margin: 0;
}

.tt-highlight {
	font-weight: normal;
}

#firma .nadpis {
  margin: 0;
  padding: 7px 15px;
  background-color: #f5f5f5;
}
#firma .clen {
	color: #e2001a;
}
#firma .neclen {
	color: #727272;
}

/* DATETIMEPICKER */
.input-group-addon {
    border-radius: 0;
}
.form-horizontal .has-feedback .input-group-addon .form-control-feedback {
    right: 40px;
}

/* NAVBAR */

.navbar {
	background-color: #ffffff;
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	padding-top: 3px;
	opacity: .95;
	border-bottom: 1px solid #e2001a;
    margin: 0 -15px;
	z-index: 1000;
}
.navbar-nav {
    margin: 0 -15px;
}
.navbar .navbar-nav>li>a {
	font-size: 16px;
	text-transform: uppercase;
	color: #727272;
	border-bottom: 4px solid #ffffff;
}
.navbar .navbar-nav>li>a.dropdown-toggle .fa-angle-down {
	display: block;
	position: absolute;
	left: 50%;
	color: #dedede;
}
.navbar .navbar-nav>li>a.dropdown-toggle:hover .fa-angle-down {
	color: #727272;
}
.navbar .navbar-nav>li.open>a.dropdown-toggle .fa-angle-down {
	color: #FFF;
}
@media (max-width: 1200px) {
.navbar .navbar-nav>li>a {
	font-size: 15px;
}
}
@media (max-width: 991px) {
.navbar .navbar-nav>li>a {
	font-size: 13px;
	letter-spacing: -.6px;
	padding: 15px 6px;
}
.navbar .dropdown-menu>li>a {
	font-size: 13px;
}
}
@media (max-width: 767px) {
.navbar .navbar-nav>li>a {
	font-size: 16px;
	padding: 15px 15px;
}
.navbar .navbar-nav>li>a.dropdown-toggle .fa-angle-down {
	display: none;
}

}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
	background-color: transparent;
	color: #e2001a;
    border-color: #e2001a;
}
.navbar.navbar-nav>.active>a, .navbar .navbar-nav>.active>a:hover, .navbar .navbar-nav>.active>a:focus {
	background-color: transparent;
	color: #e2001a;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: transparent;
	color: #e2001a;
    border-color: #e2001a;
}
.navbar .navbar-brand {
	float: left;
	height: auto;
	color: #FFF;
	font-size: 1.5em;
	line-height: .75em;
	text-align: center;
	margin: 0 5px;
	padding: 10px 0;	
	padding-right: 10px;		
}

.navbar .navbar-brand img {
	display: inline-block;
	width: 160px;
}

.navbar .navbar-toggle {
	background-color: transparent;
	border: none;
	padding: 14px 10px;
	margin-top: 4px;
}
.navbar .navbar-toggle .icon-bar {
	background-color: #dedede;
}

.navbar .navbar-toggle:hover .icon-bar , .navbar .navbar-toggle:focus .icon-bar  {
	background-color: #e2001a;
}
.navbar .navbar-collapse, .navbar .navbar-form {
	border-color: #dedede;
}
@media (max-width: 767px) {
.navbar .navbar-collapse, .navbar .navbar-form {
	-webkit-box-shadow: 1px 2px 8px rgba(0,0,0,.1);
    box-shadow: 1px 2px 8px rgba(0,0,0,.1);	
}
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.dropdown-menu {
	border: 0;
	border-top: 4px solid #dedede;
    padding: 0;
    -webkit-box-shadow: 1px 2px 8px rgba(0,0,0,.1);
    box-shadow: 1px 2px 8px rgba(0,0,0,.1);	
}
.dropdown-menu>li {
	border-bottom: 1px solid #dedede;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
	text-transform: uppercase;
	border-right: 4px solid #FFF;	
}
.dropdown-menu>li:last-child {
	border-bottom: 0;
}
.dropdown-menu>li>a:hover {
	background-color:transparent;
	color: #e2001a;
    border-right-color: #e2001a;
}
@media (max-width: 767px) {
.navbar .navbar-nav>li>a {
	border-bottom: 1px solid #dedede;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	border-top-color: #dedede;
	border-bottom: 4px solid #e2001a;
}
.nav .open .dropdown-menu {
	border-bottom: 1px solid #dedede;
}
.nav .open .open .dropdown-menu {
	border-bottom: 0;
}
.dropdown-menu>li {
	border-bottom: 1px solid #dedede;
}
.dropdown-menu>li>a {
	border-right: 0;	
}
.dropdown>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:0px;
}
.dropdown>a.user-button:after {
    margin-top:-25px;
    margin-right:0px;
}


}

/* VERTICAL DIVIDER */
.navbar .divider-vertical {
height: 30px;
margin: 10px 0;
border-right: 1px solid #ffffff;
border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
border-right-color: #222222;
border-left-color: #111111;
}

@media (max-width: 767px) {
.navbar-collapse .nav > .divider-vertical {
    display: none;
  }
}

/* MULTI-SUBMENU */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.dropdown-menu>.sub-menu {
    display:none;
}
.dropdown-menu>.open>.sub-menu {
    display:block;
}
.dropdown-menu>.dropdown-submenu>a.trigger .fa-angle-right, .dropdown-menu>.dropdown-submenu>a.trigger .fa-angle-left {
	display: block;
	position: absolute;
	top: 12px;
	right: 9px;
	color: #dedede;
}
.dropdown-menu>.dropdown-submenu>a.trigger:hover .fa-angle-right, .dropdown-menu>.dropdown-submenu>a.trigger:hover .fa-angle-left {
	color: #727272;
}
.dropdown-menu>.open>a.trigger .fa-angle-right, .dropdown-menu>.open>a.trigger:hover .fa-angle-right, .dropdown-menu>.open>a.trigger .fa-angle-left, .dropdown-menu>.open>a.trigger:hover .fa-angle-left {
	color: #FFF;
}


.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.dropdown-submenu>.dropdown-menu {
	border-top: 0;
	border-left: 4px solid #dedede;	
}
.dropdown-submenu>.dropdown-menu>li>a {
    padding: 5px 20px;
	text-transform: uppercase;
}
.dropdown-menu .divider {
    height: 4px;
    margin: 0;
    background-color: #e5e5e5;
}
@media (max-width: 767px) {
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right: 0px;
}

.dropdown-submenu>.dropdown-menu>li>a {
    padding: 5px 30px;
}
.navbar-nav .open .dropdown-menu>li>a {
    padding: 7px 15px 7px 25px;
}

.navbar-nav .open .dropdown-submenu>.dropdown-menu>li>a {
    padding: 5px 15px 5px 35px;
}
.dropdown-menu>.dropdown-submenu>a {
	border-right: 0;	
}
.dropdown-menu>.dropdown-submenu>a.trigger .fa-angle-right, .dropdown-menu>.dropdown-submenu>a.trigger .fa-angle-left {
	display: none;
}

}

/* USER */
.navbar .navbar-nav>li>a.user-button {
	padding: 6px 12px;
	margin: 0;
}

.navbar .navbar-nav>li>a .user {
	background-color: #b9b9b9;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	padding: 0;
	margin: 0;
	border-bottom: 0;
	border: 4px solid #FFF;
	overflow: hidden;
	text-align: center;
}
.navbar .navbar-nav>li>a .user.logged {
	background-color: #246cb1;
	border: 4px solid #e5e5e5;
}

.navbar .navbar-nav>li>a .user i {
	padding: 6px 0;
	margin: 0;
	color: #FFF;
}
.navbar .navbar-nav>li>a:hover .user {
	background-color: #e2001a;
}
.dropdown-menu>li.dropdown-header {
	padding: 6px 20px;
    color: #b9b9b9;
	border-bottom-color: #e5e5e5;
}
@media (max-width: 991px) {
.navbar .navbar-nav>li>a.user-button {
    padding: 6px 8px;
}
}
@media (max-width: 767px) {
.navbar .navbar-nav>li>a.user-button {
    padding: 6px 12px;
}
}

/* LANGUAGE */
.navbar .navbar-nav>li.lang>a {
	width: 38px;
	height: 38px;
	border-radius: 19px;
	padding: 0;
	margin: 6px 3px;
	margin-left: 12px;
	border-bottom: 0;
	border: 4px solid #FFF;
	overflow: hidden;
}
.navbar .navbar-nav>li.lang:last-child>a {
	margin: 6px 0;
}
@media (max-width: 991px) {
.navbar .navbar-nav>li.lang>a {
	margin-left: 8px;
}
}
@media (max-width: 767px) {
.navbar .navbar-nav>li.lang {
	float: left;
}
.navbar .navbar-nav>li.lang>a {
	margin-left: 12px;
}
}

.navbar .navbar-nav>li.lang>a.active {
	border: 4px solid #e5e5e5;
}
.navbar .navbar-nav>li.lang>a .flag {
	display: block;
	background: url("../img/flags.png") no-repeat;
	width: 30px;
	height: 30px;
	border-radius: 19px;
}
.navbar .navbar-nav>li.lang>a .sk {	background-position: 0 0; }
.navbar .navbar-nav>li.lang>a .at { background-position: -30px 0; }
.navbar .navbar-nav>li.lang>a:hover .sk, .navbar .navbar-nav>li.lang>a.active .sk { background-position: 0 -30px; }
.navbar .navbar-nav>li.lang>a:hover .at, .navbar .navbar-nav>li.lang>a.active .at { background-position: -30px -30px; }

/* BANNER */
.banner {
	background: url("../img/bg-master.jpg") no-repeat top center;
	background-size: cover;
	height: 320px;
	margin-left: -15px;
	margin-right: -15px;
}
@media (max-width: 1199px) {
.banner {
	height: 250px;
}
}
@media (max-width: 767px) {
.banner {
	height: 180px;
}
}

/* CAROUSEL TIMING */
.carousel-inner > .item {
    -webkit-transition: 0.7s ease-in-out left;
    -moz-transition: 0.7s ease-in-out left;
    -o-transition: 0.7s ease-in-out left;
    transition: 0.7s ease-in-out left;
}

/* CAROUSEL */
.carousel {
	margin-left: -15px;
	margin-right: -15px;
}
.carousel img {
  min-width: 100%;
}
.carousel-control {
	height: 20%;
	top: 40%;
	width: 8%;
    text-shadow: 0px 0px 8px rgba(0,0,0,.3);
	opacity: .6;
}
.carousel-control.left {
    background-image: none;
    filter: none;
    left: 0;
    right: auto;
	z-index: 30;
}
.carousel-control.right {
    background-image: none;
    filter: none;
	z-index: 30;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
    position: absolute;
	color: rgba(240,240,240,1);
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left, .carousel-control .icon-prev {
	left: 0;
    margin-left: 20px;
	text-align: center;
}
.carousel-control .fa-angle-right, .carousel-control .icon-next {
	right: 0;
    margin-right: 20px;
	text-align: center;
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 40px;
    height: 40px;
    font-size: 40px;
}
.carousel-caption {
    bottom: -1px;
	left: 0;
	right: 0;
    padding-top: 20px;
    padding-bottom: 0;
    text-align: left;
    text-shadow: none;
	z-index: 29;
}
.carousel-caption .caption-wrap {
	border: 10px solid rgba(255, 255, 255, 0.5);
	border-bottom: none;
	padding: 0;
	margin: 0;
	border-radius: 48px 48px 0 0;
}
.carousel-caption .caption-inner {
	background-color:rgba(255, 255, 255, 0.8);
	margin: 0;
	padding: 0 20px;
	padding-bottom: 10px;
	border-radius: 38px 38px 0 0;
	z-index: 30;
	
}
.carousel-caption a .caption-inner {
	text-decoration: none;
}
.carousel-caption a:hover .caption-inner {
	background-color:rgba(255, 255, 255, 0.9);
	text-decoration: none;
}
.caption-inner h3 {
	margin: 0;
	padding: 12px 0;
	color: #00519e;
	font-size: 30px;
	font-weight: 600;
}
.carousel-caption a:hover .caption-inner h3 {
	color: #727272;
}
.caption-inner .caption-info {
	color: #999999;
	font-size: 16px;
	border-top: 1px solid #b9b9b9;
	padding-top: 12px;
}
.caption-inner .caption-welcome {
	color: #00519e;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
}
.homepage .banner{
	display: none;
}

@media (max-width: 1199px) {
.caption-inner h3 {
	padding: 10px 0;
	font-size: 24px;
	font-weight: 600;
}
.caption-inner .caption-info {
	font-size: 14px;
	padding-top: 12px;
}
.caption-inner p {
	font-size: 12px;
	line-height: 16px;
}
}
@media (max-width: 991px) {
.caption-inner p {
	display: none;
}
.caption-inner .caption-welcome {
	display: block;
	font-size: 14px;
	line-height: 18px;
	
}
.caption-inner .caption-info {
	display: block;
}
}
@media (max-width: 767px) {
#myCarousel{
	display: none;
}
.homepage .banner{
	display: block;
}

.carousel-caption {
	display: none;
}
}
.caption-inner .caption-info .date {
	color: #e2001a;
}
.caption-inner .caption-info .date:after {
	color: #999999;
	content: " \007c";	
}


@media screen and (min-width: 768px) {
#myCarousel .carousel-control .fa-angle-left, #myCarousel .carousel-control .icon-prev {
    margin-right: -30px;
}
#myCarousel .carousel-control .fa-angle-right, #myCarousel .carousel-control .icon-next {
    margin-left: -30px;
}
#myCarousel .carousel-control .fa-angle-left, #myCarousel .carousel-control .fa-angle-right, #myCarousel .carousel-control .icon-prev, #myCarousel .carousel-control .icon-next {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    font-size: 60px;
}
}
.carousel-indicators {
	position: absolute;
	color: #999;
    text-align: left;
	width: auto;
    left: auto;
	margin-left: 0;
/*	right: 0; 
	margin: 0 auto; 
	padding: 0 15px; 
	display: none; */
	z-index: 35;	
}
.carousel-indicators li {
    width: 17px;
    height: 17px;
    margin: 0;	
    background-color: rgba(190,190,190,.5);
    border: 3px solid rgba(255,255,255,.5);
    border-radius: 17px;
}
.carousel-indicators .active {
    width: 17px;
    height: 17px;
    margin: 0;
    background-color: rgba(120,120,120,.5);
    border: 3px solid rgba(255,255,255,.8);
}
@media (min-width: 768px) {
#myCarousel .carousel-indicators {
	display: block;
/*    width: 750px;*/
	bottom: 20px;
}
}
@media (min-width: 992px) {
#myCarousel .carousel-indicators {
/*    width: 970px;*/
}
}
@media (min-width: 1200px) {
#myCarousel .carousel-indicators {
/*    width: 1170px;*/
}
}

/* LOGO */
.logo-wrapper {
	position: absolute;
	top: 40px;
	height: 92px;
	width: 100%;
	background: rgba(255,255,255,0.5);
}

.banner .logo-wrapper {
	position: relative;
}
.banner .logo-wrapper {
	top: 30px;
}
.logo-wrapper .logo-bg {
	position: absolute;
	top: 10px;
	width: 100%;
	height: 72px;
	z-index: 10;
	background: rgba(255,255,255,0.8);
}
.logo {
	position: relative;
	top: -18px;
	left: 0;
	width: 100%;
	z-index: 20;
}



.logo .img-logo {
	position: relative;
	display: block;
	float: left;
	z-index: 15;
}

/* LOGO BACKGROUND */
.img-logo .top {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 28px;
	background: url("../img/logo-bg-top.png") no-repeat center;
	background-size: cover;
	z-index: 21;
}
.img-logo .bottom {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 28px;
	background: url("../img/logo-bg-bottom.png") no-repeat center;
	background-size: cover;
	z-index: 21;
}

.logo .img-logo img {
	display: block;
	position: relative;
	width: 200px;
	height: 128px;
	z-index: 25;
}

.logo .slogan {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	text-align: left;
	display: block;
	position: relative;
	margin: 0 auto;
	z-index: 14;
	top: 54px;
	left: -10px;
	float: left;
}
.logo .sk {
	color: #00519e;
}
.logo .at {
	color: #e2001a;
}

@media (max-width: 1200px) {
.logo-wrapper {
	top: 25px;
	height: 78px;
}
.logo-wrapper .logo-bg {
	top: 8px;
	height: 62px;
}
.logo {
	top: -15px;
}
.logo .img-logo img {
	width: 170px;
	height: 108px;
}

/* LOGO BACKGROUND */
.img-logo .top {
	background: url("../img/logo-bg-top-small.png") no-repeat center;
	background-size: cover; 
	height: 23px;
}
.img-logo .bottom {
	background: url("../img/logo-bg-bottom-small.png") no-repeat center;
	background-size: cover;
	height: 23px;
}
.logo .slogan {
	font-size: 18px;
	line-height: 18px;
	top: 44px;
	left: -8px;
}
}
@media (max-width: 991px) {
.logo-wrapper {
	top: 23px;
	height: 66px;
}
.logo-wrapper .logo-bg {
	top: 7px;
	height: 52px;
}
.logo {
	top: -13px;
}
.logo .img-logo img {
	width: 145px;
	height: 92px;
}
/* LOGO BACKGROUND */
.img-logo .top {
	height: 20px;
}
.img-logo .bottom {
	height: 20px;
}

.logo .slogan {
	font-size: 16px;
	line-height: 16px;
	top: 38px;
	left: -8px;
}
}
@media (max-width: 767px) {

.logo-wrapper {
	top: 23px;
	height: 66px;
}
.logo-wrapper .logo-bg {
	top: 7px;
	height: 52px;
}
.logo {
	top: -13px;
	text-align: left;
}
.logo .img-logo {
	width: 145px;
}
.logo .slogan {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	top: 30px;
	max-width: 200px;
}
}

@media (max-width: 467px) {

.logo .slogan {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	top: 32px;
	max-width: 140px;
}
}

/* SIMPLE-SITE HEADER */
#simple-site-header {
    min-height: 0px;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
#simple-site-header.navbar-header {
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}
}
#simple-site-header #button-menu + .navbar-brand {
	padding: 0;
	margin-right: 10px;
	height: auto;
	width: auto;
}
#simple-site-header .nav > li > a {
	padding: 17px 16px;
	line-height: 37px;
	cursor: pointer;
	color: #6D6D6D;
	border-left: 1px solid #E1E1E1;
}
#simple-site-header .nav > li > a span {
	display: inline-block;
	line-height: 40px;
	text-transform: uppercase;
	padding-right: 10px;
}
#simple-site-header .nav > li > a > .label {
	text-shadow: none;
	padding: 1px 4px;
	position: absolute;
	top: 8px;
	left: 6px;
}

/* LOGO SIMPLE-SITE*/

#simple-site-header .logo {
	top: 0;
	position: relative;
	display: block;
	overflow: hidden;
}
#simple-site-header .logo .img-logo {
	display: block;
	position: relative;
	width: auto;
	height: 74px;
	padding: 0;
	margin: 0;
	float: left;
}
#simple-site-header .logo .slogan {
	float: left;
	padding: 20px 0;
	margin: 0;
	top: auto;
	left: auto;
}
@media (max-width: 767px) {
#simple-site-header .logo .slogan {
	display: none;
}
}
#simple-site-header .logo .slogan p {
	font-size: 13px;
	font-weight: 600;
	line-height: 14px;
	text-transform: uppercase;
	text-align: left;
	padding: 1px 0;
	margin: 0;
}
#simple-site-header .logo .sk {
	color: #00519e;
}
#simple-site-header .logo .at {
	color: #e2001a;
}
#simple-site-header.navbar .navbar-brand {
	width: auto;
	padding: 0;
	margin: 0;
	height: auto;
}
#simple-site-header.navbar {
	margin: 0;
	padding: 0;
	height: auto;
}
/* footer */
#simple-site-footer {
	font-size: 12px;
	height: 100px;
	text-align: center;
}
#simple-site-content {
	padding-bottom: 40px;
}
h1.overenie {

}
h1.overenie .normal {
	color: #727272;
	font-weight: 400;
}
/* CONTENT */
.content {
	padding-bottom: 30px;
	min-height: 500px;
}
.content a {
	color: #e2001a;
	text-decoration: underline;
}
.content a.btn {
	color: #fff;
	text-decoration: none;
}
.content a.back {
	display: inline-block;
	font-size: 12px;
	padding: 3px 0 20px 0;
}
.content a.back i {
	margin-right: 5px;

}
.content a:hover, .content a:focus {
	color: #727272;
	text-decoration: none;
}
.content a.btn:hover, .content a.btn:focus {
	color: #fff;
	text-decoration: none;
}
.content a.anchor {
	text-decoration: none;
	color: inherit;
}
.content a.anchor:hover {
	text-decoration: none;
	color: inherit;
}
.content span.partner {
	color: #e2001a;
}

/* ZOZNAMY */
.well.invoice-filter {
	font-size: 12px;
	color: #727272;
	border: none;
	border-radius: 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.well.invoice-filter .buttons {
	margin-top: 3px;
}

.zoznam .table {
	font-size: 12px;
}
.zoznam .table thead td {
	font-weight: bold;
	text-transform: uppercase;
}
.zoznam .table thead a {
	color: #e2001a;
	text-transform: uppercase;
	text-decoration: none;
}
.zoznam .table>caption+thead>tr:first-child>th, .zoznam .table>colgroup+thead>tr:first-child>th, .zoznam .table>thead:first-child>tr:first-child>th, .zoznam .table>caption+thead>tr:first-child>td, .zoznam .table>colgroup+thead>tr:first-child>td, .zoznam .table>thead:first-child>tr:first-child>td {
	border-top: 1px solid #ddd;
}
.zoznam .table thead > tr > td {
	vertical-align: middle;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.zoznam .table tbody > tr > td {
	color: #727272;
	vertical-align: middle;
	border-top: 0;
	border-bottom: 1px solid #ddd;
}
.zoznam .table tbody > tr > td.faktura {
	min-width: 150px;
}
.zoznam .table tbody > tr.red {
	background-color: #ffebeb;
}
.zoznam .table tbody > tr.green {
	background-color: #f1ffeb;
}
.table-striped>tbody>tr.red:nth-child(odd)>td, .table-striped>tbody>tr.green:nth-child(odd)>td {
    background-color: transparent;
}
.table-striped>tbody>tr.green:hover, .table-striped>tbody>tr.red:hover {
    background-color: #f5f5f5;
}
.zoznam .table .action {
	padding-right: 0;
	min-width: 90px;
}
.zoznam .table a.asc:after {
	content: " \f107";
	font-family: FontAwesome;
	font-size: 14px;
}
.zoznam .table a.desc:after {
	content: " \f106";
	font-family: FontAwesome;
	font-size: 14px;
}
.zoznam .table a.grey {
	color: #727272;
}
.zoznam .table td.remove {
	width: 180px;
}
.zoznam .btn {
	margin-bottom: 0;
}
.zoznam .img-thumbnail {
	max-width: 100px;
	max-height: 70px;
}

.zoznam-footer {
	font-size: 12px;
}

.zoznam-footer .pagination {
	margin: 0;
}
.zoznam-footer .pagination>li>a, .pagination>li>span {
    color: #e2001a;
}
.zoznam-footer .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #727272;
}
.zoznam-footer .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #fff;
    background-color: #e2001a;
    border-color: #e2001a;
}
.zoznam-footer .views {
    color: #b3b3b3;
}
#zoznamSearch {
    color: #727272;
	font-size: 12px;
	text-transform: uppercase;
}
#zoznamSearch .control-label {
    color: #b3b3b3;
}
#zoznamSearch .form-control {
	font-size: 12px;
	padding: 4px 12px;
}
.zoznam .removed td {
    color: #b3b3b3;
}
.zoznam .table tbody > tr.removed > td {
    color: #b3b3b3;
	background-color: #ededed;
	text-decoration:line-through;
}
/* HOMEPAGE */

/* NEWS */
.news .img-circle {
	border: 5px solid #eeeeee;
	margin-top: 20px;
}
.news {
	padding-right: 30px;
	margin-top: 30px;
	min-height: 490px;
	border-right: 1px solid #dedede;
}
@media (max-width: 767px) {
.news {
	border-right: none;
	min-height: auto;
}
}
.news h1 {
	margin-top: 0;
	padding-top: 0;
	line-height: 36px;
}
.news h2 {
	color:#e2001a;
	margin-bottom: 0;

}
.news .datetime {
	color:#b3b3b3;
	margin-top: 0;
}

@media (max-width: 467px) {
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	width: 100%;
}
}

/* NEXT EVENT */
.event-cal {
	margin-top: 30px;
}

.next-event {
	text-align: center;	
	padding-bottom:10px;
}
.next-event h2 {
	color: #e2001a;
	margin: 0;
}
.next-event h3 {
	font-size: 16px;
	font-weight: 600;
	color: #b3b3b3;
	margin-top: 5px;
}
.next-event a {
	text-decoration: none;
}

.next-event a:hover h2 {
	color: #727272;
}

.ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    width: calc(33% - 20px);
    margin: 10px;
}
@media (max-width: 1199px) {
.ClassyCountdown-wrapper > div {
    width: calc(50% - 20px);
}
}
.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    display: block;
	font-weight:700;
	color:#b3b3b3;
}
.ClassyCountdown-wrapper .ClassyCountdown-label {
    display: block;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	color:#b3b3b3;
	margin-top: 5px;
}

/* CALENDAR */
.calendar {
	text-align: center;	
}
.calendar h2 {
	color: #00519e;
	margin: 0;
	margin-top: 10px;
}
@media (max-width: 767px) {
.calendar h2 {
	margin-top: 0;
}
}
.bic_calendar{

}
.bic_calendar a{
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.bic_calendar .table tbody > tr > td{
	text-align: center;
	padding: 0;
	border: 2px solid #ffffff;
	vertical-align: middle;
	border-radius: 0;
}
.bic_calendar td a{
	color: #b3b3b3;
	font-size: 14px;
	display: block;
	padding: 2px 0;
}
.bic_calendar .table tbody > tr > td > a {
	position: relative;
	border: 2px solid #ffffff;
	border-radius: 0 0 15px 0;
}
.bic_calendar .table tbody > tr > td.day a:hover{
    background: #f0f0f0;
	border: 2px solid #f0f0f0;
}
.bic_calendar .header{
    padding: 10px 0 10px 0;
}
.bic_calendar .button-month-previous, .bic_calendar .button-month-next{
	font-size: 18px;
    padding: 5px 15px;
	color: #b3b3b3;
	display: block;
}
.bic_calendar .button-month-previous:hover, .bic_calendar .button-month-next:hover{
	color: #246cb1;
}

.bic_calendar .button-month-previous{
    float: left;
}
.bic_calendar .button-month-next{
    float: right;
}

.bic_calendar .button-year-previous{
    padding: 5px;
    float: left;
}
.bic_calendar .button-year-next{
    padding: 5px;
    float: right;
}
.bic_calendar .monthAndYear{
    text-align: center;
    font-weight: 700;
    color: #246cb1;
	font-size: 16px;
}
.bic_calendar .days-month{
	font-size: 14px;
    font-weight: 700;
}
.bic_calendar .today{
}
.bic_calendar .table tbody > tr > td.today > a{
}
.bic_calendar .event{
    color: white;
}
.bic_calendar .event a{
	font-weight: 600;
}

.bic_calendar .table tbody > tr > td.cssEventOwn > a{
    color: white;
    background: #246cb1;
	border: 2px solid #246cb1;
	border-radius: 0 0 15px 0;
}
.bic_calendar .table tbody > tr > td.cssEventForeign > a{
    color:#e2001a;
	background: #F4F4F4;
	border: 2px solid #F4F4F4;

}
.bic_calendar .table tbody > tr > td.cssEventForeign > a:after {
  position: absolute;
  padding: 0;
  left: -3px;
  top: -2px;
  color: #e2001a;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 5px;
  content: "\f0d9";
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari */
  transform: rotate(45deg);  
}
.bic_calendar .table tbody > tr > td.cssEventMixed > a{
    color: white;
    background:#246cb1;
	border: 2px solid #246cb1;

}
.bic_calendar .table tbody > tr > td.cssEventMixed > a:after {
  position: absolute;
  padding: 0;
  left: -3px;
  top: -2px;
  color: #e2001a;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 5px;
  content: "\f0d9";
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari */
  transform: rotate(45deg);  
}
.bic_calendar .table tbody > tr > td.cssEventLeft > a{
	color: #246cb1;
    background:#FFFFFF;
	border: 2px solid #246cb1;
	border-radius: 0 0 15px 0;
}

.bic_calendar .table tbody > tr > td.event a:hover{
	color: #fff;
    background: #727272;
	border: 2px solid #727272;
}
.bic_calendar .table{
    margin-bottom: 3px;
}
.bic_calendar .days-month td{
    color: #b3b3b3;
}
.bic_calendar .selection{
    background: rgba(141,200,230,0.5);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.bic_calendar .first-selection{
    border-radius: 6px 0 0 6px;
    border-right: 0;
}
.bic_calendar .last-selection{
    border-radius: 0 6px 6px 0;
    border-left: 0;
}
.bic_calendar .middle-selection{
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.bic_calendar .popover{
    background: rgba(255,255,255,0.95);
    color: #727272;
    text-shadow: none;
    padding: 0 10px;
	border-radius: 0 12px 0 0;
	border-color: #dedede;
    -webkit-box-shadow: 1px 2px 8px rgba(0,0,0,.1);
    box-shadow: 1px 2px 8px rgba(0,0,0,.1);	
}
.bic_calendar .popover-title {
    padding: 8px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
}
.bic_calendar .popover-content{
    font-weight: 400;
    padding: 8px 0; 
    font-size: 12px;
}
.bic_calendar .table tbody > tr > td.event .popover-content a{
	border: 0;
	border-radius: 0;
	background: none;
	font-weight: 400;

}
.bic_calendar .table tbody > tr > td.event .popover-content a:hover{
	background-color: #F9F9F9;
	border: 0;
	border-radius: 0;
}
.bic_calendar .popover-content h4{
    padding: 2px 0;
	margin: 0;
    font-size: 14px;
    font-weight: 700;
}
.bic_calendar .popover-content h4.blue {
    color: #246cb1;	
}
.bic_calendar .popover-content h4.red {
    color: #e2001a;	
}
.bic_calendar .table tbody > tr > td.event .popover-content a:hover h4{
	text-decoration: none;
	color: #727272;
}

.bic_calendar .popover-content p{
    padding: 2px 0 6px 0;
	margin: 0;
    font-size: 12px;
	line-height: 15px;
}
.bic_calendar .table tbody > tr > td.event .popover-content a:hover p{
	text-decoration: none;
	color: #000000;
}
/* LEGENDA */

#legend{
	margin: 0;
	padding: 0 3px;
}
.calendar-legend h4{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	color: #b3b3b3;
	cursor: pointer;
}
/* Icon when the collapsible content is shown */
.calendar-legend h4:hover {
	color: #727272;
}
.calendar-legend h4:after {
    font-family: "FontAwesome";
	font-size: 12px;
	color: #dedede;
	padding-left: 10px;
    content: "\f068";
}

/* Icon when the collapsible content is hidden */
.calendar-legend h4.collapsed:after {
    content: "\f067";
}
.calendar-legend div{
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
	text-align: left;
	padding-left: 20px;
	color: #b3b3b3;
}
.calendar-legend div.col-sm-12{
	margin-bottom: 5px;
}
.calendar-legend .cssEventOwn{
	position: absolute;
    color: white;
	left: 0;
	width: 13px;
	height: 13px;
    background: #246cb1;
	border: 2px solid #246cb1;
	padding: 0;
}	
.calendar-legend .cssEventLeft{
	position: absolute;
    color: white;
	left: 0;
	width: 13px;
	height: 13px;
    background: #FFFFFF;
	border: 2px solid #246cb1;
	padding: 0;
}
.calendar-legend .cssEventForeign{
	position: absolute;
    color: white;
	left: 0;
	width: 13px;
	height: 13px;
    background: #F4F4F4;
	border: 2px solid #F4F4F4;
	padding: 0;
}	
.calendar-legend .cssEventForeign:after {
  position: absolute;
  padding: 0;
  left: -3px;
  top: -2px;
  color: #e2001a;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 5px;
  content: "\f0d9";
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari */
  transform: rotate(45deg);  
}
.calendar-legend .cssEventMixed{
	position: absolute;
    color: white;
	left: 0;
	width: 13px;
	height: 13px;
    background: #246cb1;
	border: 2px solid #246cb1;
	padding: 0;
}	
.calendar-legend .cssEventMixed:after {
  position: absolute;
  padding: 0;
  left: -3px;
  top: -2px;
  color: #e2001a;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 5px;
  content: "\f0d9";
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari */
  transform: rotate(45deg);  
}
/* NEW MEMBERS */
.members {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;	
	margin: 0 -15px;
	padding-bottom: 30px;
}
.members h1 {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
.members table {
	border: none;
}
}

.members .table {
	margin-bottom: 0;
}
.members .table>tbody>tr>td {
	padding: 5px 15px;
	width: auto;
}
.members .table>thead>tr>th, .members .table>tbody>tr>th, .members .table>tfoot>tr>th, .members .table>thead>tr>td, .members .table>tbody>tr>td, .members .table>tfoot>tr>td {
    border-top: 0;
}
.members .table td:first-child {
	padding-left: 0;
}
.members table td.name {
	font-size: 16px;
	font-weight: 600;
	color:#727272;
}
.members table td.category {
	text-decoration: none;
	color:#b8b8b8;
}
.members a.category {
	text-decoration: none;
	color:#b8b8b8;
}
.members a.category:hover {
	text-decoration: underline;
}

.members .be-member {
	text-align: center;
}
.members .be-member a {
	display: block;
	margin-top: 25px;
}
.members .be-member a span {
	display: inline-block;
	position: relative;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	text-decoration: underline;
	top: -4px;
	padding: 0 8px;
	color: #e2001a;
}
.members .be-member a i {
	position: relative;
	background-color: #e2001a;
	color: #FFF;
	font-size: 36px;
	padding: 16px 14px;
	border-radius: 40px;
	border: 4px solid #ededed;
	text-align: center;
}
.members .be-member a:hover i {
	background-color: #727272;
}
.members .be-member a:hover span {
	color: #727272;
}
@media (max-width: 767px) {
.members .be-member a {
	margin-top: 30px;
}

.members .be-member a i {
	font-size: 24px;
	padding: 14px 14px;
	border-radius: 32px;
}
}

/* PARTNERS */
.partners {
	text-align: center;
}
.partners a.head-partner {
	display: inline-block;
	padding: 30px 0;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0);
}
.partners a img {
  -webkit-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  opacity: .2;  
}
.partners a.head-partner img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0);
  opacity: .4;  
}
.partners a:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0);  
  opacity: 1;  
}

.partners .loga-partneri {
	padding: 0;
	top: 50%;
}
.partners .carousel {
    margin-left: 0;
    margin-right: 0;
	padding: 40px 0;
}
@media (max-width: 767px) {
.partners a.head-partner {
	padding: 0;
	padding-top: 20px;	
}
	.partners .carousel {
		padding: 20px 0;
	}
}
.partners .carousel-inner {
	width: 86%;
	margin: 0 7%;
}
.partners .carousel-inner .item .row {
	margin: 0 2.5px;
}

.partners .carousel-inner .col-sm-3 {
	padding: 0 5px;
	display: inline-block;
	float: none;
	width: 24%;
}
@media (max-width: 767px) {
.partners .carousel-inner .col-xs-6 {
	width: 49%;
}
}
.partners .carousel-control {
    text-shadow: 0px 0px 6px rgba(0,0,0,.2);
	width: 5%;
}

.partners .carousel-control .icon-prev, .partners .carousel-control .icon-next, .partners .carousel-control .fa-angle-left, .partners .carousel-control .fa-angle-right {
	color: rgba(200,200,200,1);
}
.partners .carousel-control .fa-angle-left, .partners .carousel-control .icon-prev {
	left: 0;
	margin-left: 20px;
	text-align: center;
}
.partners .carousel-control .fa-angle-right, .partners .carousel-control .icon-next {
	right: 0;
	margin-right: 20px;
	text-align: center;
}
.partners .carousel-control .fa-angle-left, .partners .carousel-control .fa-angle-right, .partners .carousel-control .icon-prev, .partners .carousel-control .icon-next {
	margin-top: -20px;
    width: 100%;
}

.partners .carousel-indicators {
	display: inline;
	color: #999;
    text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 15px;
}
.partners .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0;	
    background-color: #fff;
    border: 3px solid #ededeb;
    border-radius: 15px;
}
.partners .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #b9b9b9;
}
@media (max-width: 767px) {
	.partners .carousel-indicators {
		bottom: 20px;
	}
}

/* NEWSLETTER */
.newsletter {
	background-color: #ededed;
	margin: 0 -15px;
	text-align: center;
	padding: 15px 0 13px 0;
}
.newsletter a {
	display: inline;
	padding: 0;
	margin: 0;
}
.newsletter a span {
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
	top: -20px;
	padding: 0 8px;
	color: #00519e;
}
@media (max-width: 467px) {
.newsletter a span {
	top: 0;
}
}
.newsletter a i {
	position: relative;
	background-color: #00519e;
	color: #FFF;
	font-size: 24px;
	padding: 14px 14px;
	border-radius: 28px;
	text-align: center;
}
.newsletter a:hover i {
	background-color: #727272;
}
.newsletter a:hover span {
	color: #727272;
}
.icons {
	background: url("../img/icons.png") no-repeat;
	background-position: center;
	background-size: 70%;
	width: 55px;
	height: 55px;
}

/* BORDERED */
.bordered-container {
    border: 1px solid #dedede;
	padding: 10px 20px 20px 20px;
	margin-top: 25px;
}

/* LOGIN */
#login {
    border: 1px solid #dedede;
	padding: 10px 20px 20px 20px;
	margin-top: 25px;
}

#login .form-group {
	text-align: right;
}
.btn {
	border-radius: 0 0 13px 0 ;
	margin-bottom: 5px;
}
.btn-login {
    color: #FFF;
    background-color: #e2001a;
    border-color: #d10018;
}
.reg-forgot {
	float: left;
	text-align: left;
}

.btn-login:hover, .btn-login:focus {
    color: #FFF;
    background-color: #d10018;
    border-color: #d10018;
}
a.forgot-pass {
	display: block;
    color: #e2001a;
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
	margin-bottom: 10px;
}
a.close {
    color: #000;
	line-height: 14px;
	text-decoration: none;
	
}
/* BREADCRUMB */
.breadcrumb {
  font-size: 12px;
  margin: 10px 0;
  margin-top: 25px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb>li+li:before {
  padding: 8px;
  color: #b9b9b9;
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f105";
}
.breadcrumb li i {
  font-size: 16px;
  color: #b9b9b9;
}

.breadcrumb li a {
  color: #00519e;
  text-decoration: underline;
  text-transform: uppercase;
}
.breadcrumb>.active {
  color: #727272;
  text-transform: uppercase;
}

/* DETAIL PODUJATIA */

.icon {
	display: inline-block;
	background-color: #b9b9b9;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	padding: 0;
	margin: 0;
	border-bottom: 0;
	border: 3px solid #e5e5e5;
	text-align: center;
}
.icon i {
	font-size: 20px;
	color: #ffffff;
	line-height: 36px;
}
.zoznam .icon {
	width: 36px;
	height: 36px;
	border-radius: 18px;
}
.zoznam .icon i {
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
}
.zoznam .icon.green {
	background: #1cb40d;
	border: 3px solid #e5e5e5;
}
.detail-info {
	margin: 20px 0;
	background: #fafafa;
	padding: 10px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.detail-info.vlastne {
	margin-bottom: 0;
}
.detail-info .row {
	margin: 0;
}
.detail-info .icon {
	width: 38px;
	height: 38px;
	border-radius: 19px;
	margin: 3px 0;
	margin-right: 7px;
}
.detail-info .icon i {
	font-size: 18px;
	color: #ffffff;
	line-height: 32px;
}
.detail-info .icon i.fa-calendar-check-o, .detail-info .icon i.fa-calendar-times-o {
	padding-left: 2px;
}
.detail-info .icon i.fa-pencil-square-o {
	padding-left: 4px;
	padding-top: 1px;
}
.detail-info .datetime {
	display: inline-block;
	font-size: 18px;
	color: #727272;
}
.detail-info .datetime .time {
	font-weight: 600;
}

.detail-info .beginning .datetime  {
	color: #e2001a;
}
.detail-info .beginning .icon {
	background-color: #e2001a;
}
.detail-info .beginning .time  {
	font-weight: 600;
}
.detail-info .poplatky {
	padding-top: 10px;
	border-top: 1px solid #dedede;
	margin-top: 10px;
}
.detail-info .poplatky {
	font-size: 16px;
	line-height: 24px;
	color: #b3b3b3;
}
.detail-info .poplatky .cena {
	font-weight: 600;
	color: #727272;
}
.detail-info .poplatky .cena.clen {
	color: #e2001a;
}
.detail-info .organizatori {
	padding-top: 10px;
	border-top: 1px solid #dedede;
	margin-top: 10px;
}
.detail-info .organizatori {
	font-size: 16px;
	line-height: 24px;
	color: #b3b3b3;
}
.detail-info .organizatori .img-thumbnail {
	padding:8px;
	border-radius: 0;
	margin: 5px 0;
}
.detail-info .organizatori .popis {
	margin-left: 20px;
}
.detail-info .organizatori h2 {
	color: #e2001a;
	padding: 0;
	margin-top: 0;
}

@media (max-width: 467px) {
.detail-info .datetime {
	font-size: 16px;
}
.detail-info .poplatky {
	font-size: 14px;
}
}
.popis {
	padding: 5px 0;
}
.popis .img-detail {
    height: auto;
    padding: 8px;
    background-color: #fafafa;
    border:  1px solid #dedede;
    border-radius: 0;
}
.popis h3 {
	margin-top: 20px;
}

@media (max-width: 767px) {
.popis {
	padding-bottom: 0;
}

.popis h3 {
	margin-top: 20px;
}
.detail-info .organizatori h2 {
	margin-top: 20px;
}

}
.detail-download a {
	display: block;
	color: #e2001a;
	line-height: 18px;
	padding: 2px 0;
	text-decoration: underline;
}
.detail-download a i {
	font-size: 16px;
	margin-right: 5px;
	text-decoration: none;
}
.detail-download a:hover, .download a:focus {
	color: #727272;
	text-decoration: underline;
}
.detail-action {
    border-top: 1px solid #dedede;
	padding: 20px 0;
	margin-top: 20px;
}
.detail-table {
	margin: 20px 0;
	padding: 10px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.detail-table>thead>tr>th {
	color: #727272;
    border-bottom: 1px solid #dedede;
}
.detail-table>thead>tr>th, .detail-table>tbody>tr>th, .detail-table>tfoot>tr>th, .detail-table>thead>tr>td, .detail-table>tbody>tr>td, .detail-table>tfoot>tr>td {
    border-top: 1px solid #ededed;
}
.detail-table td.numbering {
	width: 40px;
	text-align: center;
	color: #b3b3b3;
}
.detail-table td .firma {
	color: #727272;
}
.detail-table td.name {
	color: #e2001a;
}
.detail-zlava-heading {
	margin-bottom: 20px;
	background: #fafafa;
	padding: 10px 20px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.detail-zlava-heading h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	color: #e2001a;
}
@media (max-width: 767px) {
.detail-zlava-heading {
	margin-top: 20px;
}
}
.detail-zlava-popis .highlight {
	font-weight: bold;
	color: #e2001a;
}


/* FOTOGALERIA */
.thumb {

}
.helper {
    display: inline-block;
    vertical-align: middle;
	height: 100%;
}

a.thumbnail {
	display: block;
	position: relative;
	height: 165px;
	width: auto;
	border-radius: 0;
	padding: 5px;
	margin-top: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	text-decoration: none;
	background-color: #fafafa;
	text-align: center;
    white-space: nowrap;	
}
a.thumbnail img {
    display: inline-block;
	max-height: 153px;
	vertical-align: middle;
}
a.thumbnail h4 {
	font-size: 20px;
	color: #e4b9ab;
	padding: 0;
	margin: 0;
}

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #e2001a;
    -webkit-box-shadow: none;	
    -moz-box-shadow: none;	
    box-shadow: none;
	text-decoration: none;
}
.no-topmargin {
	margin-top: 0;
}

/* DETAIL FIRMY */
.detail-firmy-table table {
	background: #f9f9f9;
	border-bottom: 1px solid #dedede;	
}
.detail-firmy-table td.headline {
	vertical-align: middle;
}
.detail-firmy-table td.stamp {
	text-align: center;
}
.detail-firmy-table td:first-child {
	color: #b3b3b3;
	width: 20%;
}
.detail-firmy-table h2 {
	display: block;
	color: #e2001a;
	padding: 5px 0;
	margin: 0;
}

@media (max-width: 767px) {
.detail-firmy-table {
	margin-top: 20px;
}
}

/* ORGÁNY KOMORY */
.organy-komory {
	margin-bottom: 20px;
}
h2.organy-komory-heading {
	font-size: 30px;
}
.organy-komory-table .table {
	background: #f9f9f9;
	border-bottom: 1px solid #dedede;	
}
.organy-komory-table td:first-child {
	color: #b3b3b3;
	width: 20%;
}
.organy-komory-table .table>thead>tr>th, .organy-komory-table .table>tbody>tr>th, .organy-komory-table .table>tfoot>tr>th, .organy-komory-table .table>thead>tr>td, .organy-komory-table .table>tbody>tr>td, .organy-komory-table .table>tfoot>tr>td {
	padding: 8px 20px;
}
.organy-komory-table td.name {
	color: #727272;
}
.organy-komory-table h3 {
	color: #e2001a;
	font-size: 24px;
	padding: 5px 0;
	margin: 0;
}

@media (max-width: 767px) {
.organy-komory .img-detail {
	margin-bottom: 0;
}

.organy-komory-table .table>tbody>tr:first-child>td {
	border-top: 0;	
}
}

/* REGISTER */
#register {
    border: 1px solid #dedede;
	padding: 10px 20px 20px 20px;
	margin-top: 25px;
}
#register .form-group.submit, .bordered-container .form-group.submit {
	margin-top: 25px;
	text-align: right;
}
.bordered-container .form-group.submit.left {
	text-align: left;
}
.form-horizontal .form-group.submit {
    margin-right: 0;
    margin-left: 0;
}
#register .form-group {
	margin-bottom: 0;
	margin-top: 15px;
}
#register .form-group .form-group {
	margin: 0;
}
#register .form-group.row {
	margin-bottom: 0;
	margin-top: 0;
}
#register .user {
	padding: 0;	

}
#register .users-table {
	font-size: 12px;
	margin: 10px 0 20px 0;
	padding: 10px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
#register .users-table>thead>tr>th {
	color: #727272;
    border-bottom: 1px solid #dedede;
}
#register .users-table>thead>tr>th, .detail-table>tbody>tr>th, .detail-table>tfoot>tr>th, .detail-table>thead>tr>td, .detail-table>tbody>tr>td, .detail-table>tfoot>tr>td {
    border-top: 1px solid #ededed;
}
#register .users-table td .firma {
	color: #727272;
}
#register h1 {
	margin-bottom: 5px;
}
#register h2 {
	margin-top: 5px;
	margin-bottom: 20px;
}
#register h3 {
	color: #727272;
}
#register h3.form-heading {
	color: #e2001a;
	font-size: 20px;
	font-weight: 400;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2001a;
}
#register h3 .red {
	color: #e2001a;
}
#register p.about {
	margin-top: 15px;
}
#register textarea {
	min-height: 100px;
}
#register label {
	color: #727272;
}
#register label .red {
	color: #e2001a;
}
#register .radio, #register .checkbox {
	display: block;
}
.backlink {
	padding: 0;
	margin-top: 10px;
}
.submit {
	display: block;
	text-align: right;
}
/* FORM LANGUAGE FLAGS */
form .lang {
	width: 26px;
	height: 26px;
	border-radius: 14px;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	margin-top: -4px;
	border-bottom: 0;
	border: 3px solid #f4f4f4;
	overflow: hidden;
	float: left;
}

form .lang .flag {
	display: block;
	background: url("../img/flags.png") no-repeat;
	background-size: 40px 40px;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
}


/* VLASTNE PODUJATIE */
#ownEventForm .documents-table, #ownEventForm .documents-table .btn {
	font-size: 12px;
}
#ownEventForm .documents-table .form-control, #ownEventForm .documents-table .input-group, #ownEventForm .documents-table .btn {
	height: 32px;
}
#ownEventForm .documents-table a.removefile {
	font-size: 14px;
}
#ownEventForm .documents-table th {
    color: #727272;	
}

.documents-table>thead>tr>th, .documents-table>tbody>tr>th, .documents-table>tfoot>tr>th, .documents-table>thead>tr>td, .documents-table>tbody>tr>td, .documents-table>tfoot>tr>td {
	vertical-align: middle;
}

#ownEventForm .documents-table .name {
	width: 30%;
}
#ownEventForm .documents-table .btn, #ownEventForm #addfile {
	margin-bottom: 0;
}


/* FOOTER */
.footer {
	background-color: #cdcdcd;
	color: #FFF;
	text-align: left;
	font-size: 14px;
	position: relative;
    margin-top: -60px; /* negative value of footer height */	
	height: 60px;
}
@media (max-width: 1199px) {
.footer {
	font-size: 14px;
    margin-top: -120px; /* negative value of footer height */	
	height: 120px;
}
}

@media (max-width: 767px) {
.footer {
    margin-top: 0; /* negative value of footer height */	
	height: auto;
}
}


.footer a {
	color: #FFF;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.footer .row div{
	padding: 0;
}
.footer .row div:first-child{
	padding-left: 15px;
}

.footer ul{
	padding: 0;
	margin: 0;
}
.footer li {
	display: block;
	list-style: none;
	line-height: 20px;
	float: left;
	padding: 0 8px;
	margin: 10px 0;
}
@media (max-width: 1199px) {
.footer li {
	padding: 0 6px;
}
}
@media (max-width: 991px) {
.footer li {
	padding: 0 10px;
}
}

.footer li.copyright {
	padding: 0 4px;
}

.footer ul>li:first-child{
	text-align: right;
	color: #eeeeee;
	border-right: 1px solid #eeeeee;
}
.footer ul.first>li:first-child{
	text-align: left;
	color: #FFF;
	border-right: none;
	padding: 0;
}


.footer p {
	color: #FFF;
	padding: 8px 0;
	margin: 0;
}
.footer .divider {
	display: inline;
	height: 30px;
	margin: 15px;
	border-right: 1px solid #dedede;
}

/* SOCIAL BUTTONS */
.social {
	position: relative;
}
.social i {
	position: relative;
	background-color: #FFF;
	color: #cdcdcd;
	font-size: 14px;
	line-height: 12px;
	padding: 6px;
	margin-top: 7px;
	border-radius: 12px;
}
.social:hover i {
	background-color: #00519e;
	color: #fff;
}
@media (max-width: 1199px) {
.social i {
	font-size: 20px;
	line-height: 17px;
	padding: 9px;
	border-radius: 17px;
	margin-top: 3px;
}
}


/* LANDING BANNER */
.overflow {
	overflow: hidden;
}
.homebanner {
	/* display: none; */
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	z-index: 1101;
	text-align: center;
	padding: 10px 0;
}
.homebanner .loga {
	position: relative;
	height: auto;
}
.homebanner .partner {
	position: relative;
	padding: 20px 0;
	border: 1px solid #dedede;
}
.homebanner .loga .logo-sohk {
	position: relative;
	max-height: 18%;
	padding-top: 1%;
	padding-bottom: 1%;
}
.homebanner .loga .logo-jub {
	position: relative;
	max-height: 77%;
	padding-top: 1%;
	padding-bottom: 2%;
}
.homebanner a.next {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	color: #d2a84d;	
	text-align: center;
	font-weight: 400;
	font-size: 40px;
	line-height: 46px;
	padding: 20px 0;
}
.homebanner a.next:focus,
.homebanner a.next:hover {
	color: #000000;
}
.homebanner img {
	margin: 0 auto;
}

.homebanner .partner {
	background-color: #ffffff;
}
.homebanner .partner .container {
	position: relative;
	height: 100%;
	padding: 0;
}

.homebanner .partner .logo-leitner{
	position: relative;
	margin: 0 auto;
	padding-top: 0;
	max-width: 600px;
}

.homebanner .popis-text {
	position: relative;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 10px;
}
@media (max-width: 1199px) {
	.homebanner .popis-text {
		font-size: 16px;
		line-height: 22px;
	}
	.homebanner a.next {
		font-size: 32px;
	}
	.homebanner .partner .logo-leitner{
		max-width: 400px;
	}
}


@media (max-width: 991px) {
	.homebanner .popis-text {
		font-size: 14px;
		line-height: 20px;
	}
	.homebanner a.next {
		font-size: 28px;
	}
	.homebanner .partner .logo-leitner{
		max-width: 350px;
	}
}
@media (max-width: 767px) {
	.homebanner .popis-text {
		font-size: 14px;
		line-height: 20px;
	}
	.homebanner a.next {
		font-size: 22px;
	}
	.homebanner .partner .logo-leitner{
		max-width: 90%;
	}
}
@media (max-width: 467px) {
.homebanner a.next {
	font-size: 22px;
}
	
}
.homebanner a.close {
	position: absolute;
	display:block;
	padding: 5px 15px;
	top: 0;
	right: 0;
	color: #d2a84d;
	text-decoration: none;
	z-index: 1102;
	opacity: 1;
	text-shadow: none;
}
.homebanner a.close:hover {
	color: #000000;
}

/* SCREENS */

@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 486px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 920px) {
}
@media only screen and (min-width: 1025px) {
}

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 
}

