@media(min-width: 992px) {
	body {
		padding-top: 80px;
	}
	nav#navbar {
		box-shadow: 0 1px 1px #e1e1e1;
	}
}
/* Change if broke stuff */
iframe,
img {
	max-width: 100%;
	height: auto;
}
.relative {
	position: relative !important;
}
.absolute {
	position: absolute !important;
}
.static {
	position: static !important;
}
.full-width {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
div#map.fill-it {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.loopPage.loop-map {
	height: 400px;
}
.loopPage.no-padding,
.no-padding,
* .no-padding,
*.no-padding {
  padding: 0;
}
*.no-padding-bottom {
  padding-bottom: 0 !important;
}
*.no-padding-top {
  padding-top: 0 !important;
}
*.no-padding-left {
  padding-left: 0 !important;
}
*.no-padding-right {
  padding-right: 0 !important;
}

*.no-margin {
  margin: 0;
}
*.no-margin-bottom {
  margin-bottom: 0 !important;
}
*.no-margin-top {
  margin-top: 0 !important;
}
*.no-margin-left {
  margin-left: 0 !important;
}
*.no-margin-right {
  margin-right: 0 !important;
}
#navbar ul li a {
	padding: 12px 16px;
	
}
#navbar ul li a:focus,
#navbar ul li a:hover {
	text-decoration: none;
}
#navbar ul li a,
#navbar ul li a span {
	font-size: inherit;
	color: inherit;
}
.loopPage {
	padding: 50px 10px;
}
.navbar-header .navbar-brand {
	width: 300px;
	height: auto;
	transition: all 280ms ease-in-out;
}
@media(max-width: 767px) {
	.navbar-header .navbar-brand {
		width: 200px;
	}
}
div#partners {
	padding: 10px 5px;
}
div#partners p {
	margin: 0;
	font-size: 14px;
}
/* Arrow down */
.arrow-down {
	display: block;
	position: absolute;
	color: #FFF;
	font-size: 48px;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translate(0, - 50%);
	transform: translate(0, - 50%);
	-webkit-animation-name: arrow-down;
	animation-name: arrow-down;
	-webkit-animation-duration: 1800ms;
	animation-duration: 1800ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.arrow-down:hover {
	text-decoration: none;
}
.arrow-down:before {
	content: "\f107";
	font-family: FontAwesome;
	color: #fff;
}
@keyframes arrow-down{
    0% {
        -webkit-transform:  translate(-50%,-30px);
                transform:  translate(-50%,-30px);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        -webkit-transform:  translate(-50%,30px) ;
                transform:  translate(-50%,30px) ;
        opacity: 0;
    }
}
@-webkit-keyframes arrow-down {
    0% {
        -webkit-transform:  translate(-50%,-30px);
                transform:  translate(-50%,-30px);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        -webkit-transform:  translate(-50%,30px) ;
                transform:  translate(-50%,30px) ;
        opacity: 0;
    }
}
/* Formularisko - kontaktBox */
form#kontaktBox {
  width: 550px;
  max-width: 100%;
  margin: 50px auto;
  background: #fff;
}
form#kontaktBox h3 {
  padding-top: 30px;
  margin: 0;
}
.kontaktBox #infobox{
  display: none;
}
form#kontaktBox .form-fieldset {
  padding-top: 0;
}
/* Formularisko */
.form-btn-block {
  display: block;
  width: 100%;
  padding: 5px;
}
.registrationForm .form-content {
  padding: 20px;
}
.form-checkbox,
.form-radio {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  text-align: left;
}
.form-checkbox-inline .form-checkbox-label,
.form-radio-inline .form-radio-label {
  display: inline-block;
  margin-right: 1rem;
}
.form-checkbox-legend,
.form-radio-legend {
  margin: 0 0 0.125rem 0;
  font-weight: 500;
  font-size: 1rem;
  color: #333;
}
.form-checkbox-label,
.form-radio-label {
  position: relative;
  cursor: pointer;
  padding-left: 1.5rem;
  text-align: left;
  color: #333;
  display: block;
  margin-bottom: 0.5rem;
}
.form-checkbox-label:hover i,
.form-radio-label:hover i {
  color: #337ab7;
}
.form-checkbox-label span,
.form-radio-label span {
  display: block;
}
.form-checkbox-label input,
.form-radio-label input {
  width: auto;
  opacity: 0.0001;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  margin: 0;
  padding: 0;
}
.form-checkbox-button {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  color: #999;
  left: 0;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  transition: color 0.28s ease;
  will-change: color;
}
.form-checkbox-button::before,
.form-checkbox-button::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #337ab7;
  display: block;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: "";
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
  will-change: opacity, height;
}
.form-checkbox-button::before {
  top: 0.65rem;
  left: 0.38rem;
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.form-checkbox-button::after {
  top: 0.3rem;
  left: 0;
  transform: rotate(-45deg);
}
.form-checkbox-field:checked ~ .form-checkbox-button {
  color: #337ab7;
}
.form-checkbox-field:checked ~ .form-checkbox-button::after,
.form-checkbox-field:checked ~ .form-checkbox-button::before {
  opacity: 1;
  transition: height 0.28s ease;
}
.form-checkbox-field:checked ~ .form-checkbox-button::after {
  height: 0.5rem;
}
.form-checkbox-field:checked ~ .form-checkbox-button::before {
  height: 1.2rem;
  transition-delay: 0.28s;
}
.form-radio-button {
  position: absolute;
  left: 0;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}
.form-radio-button::before,
.form-radio-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  transition: transform 0.28s ease, color 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
  will-change: transform, color;
}
.form-radio-button::after {
  transform: scale(0);
  background-color: #337ab7;
  border-color: #337ab7;
}
.form-radio-field:checked ~ .form-radio-button::after {
  transform: scale(0.5);
}
.form-radio-field:checked ~ .form-radio-button::before {
  color: #337ab7;
}
.form-has-error .form-checkbox-button,
.form-has-error .form-radio-button {
  color: #d9534f;
}
.form-card {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.56s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 500px;
  padding: 0;
  margin: 50px auto;
}
.form-card:hover,
.form-card:focus {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.form-card:focus-within {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.form-actions {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.25rem;
}
.form-actions .form-btn-cancel {
  -ms-flex-order: -1;
  order: -1;
}
.form-actions::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #999;
  opacity: 0.3;
}
.form-actions > * {
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
}
.form-fieldset {
  padding: 30px;
  border: 0;
}
.form-fieldset + .form-fieldset {
  margin-top: 15px;
}
.form-legend {
  padding: 1em 0 0;
  margin: 0 0 -0.5em;
  font-size: 1.5rem;
  text-align: center;
}
.form-legend + p {
  margin-top: 1rem;
}
.form-element {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.form-element-hint {
  font-weight: 400;
  font-size: 0.6875rem;
  color: #a6a6a6;
  display: block;
}
.form-element-bar {
  position: relative;
  height: 1px;
  background: #999;
  display: block;
}
.form-element-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #337ab7;
  height: 2px;
  display: block;
  transform: rotateY(90deg);
  transition: transform 0.28s ease;
  will-change: transform;
}
.form-element-label {
  position: absolute;
  top: 0.75rem;
  line-height: 1.5rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  font-size: 1rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #a6a6a6;
  transform: translateY(-50%);
  transform-origin: left center;
  transition: transform 0.28s ease, color 0.28s linear, opacity 0.28s linear;
  will-change: transform, color, opacity;
}
.form-element-field {
  outline: none;
  height: 1.5rem;
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border: 0 solid transparent;
  line-height: 1.5;
  width: 100%;
  color: #333;
  box-shadow: none;
  opacity: 0.001;
  transition: opacity 0.28s ease;
  will-change: opacity;
}
.form-element-field:-ms-input-placeholder {
  color: #a6a6a6;
  transform: scale(0.9);
  transform-origin: left top;
}
.form-element-field::placeholder {
  color: #a6a6a6;
  transform: scale(0.9);
  transform-origin: left top;
}
.form-element-field:focus ~ .form-element-bar::after {
  transform: rotateY(0deg);
}
.form-element-field:focus ~ .form-element-label {
  color: #337ab7;
}
.form-element-field.-hasvalue,
.form-element-field:focus {
  opacity: 1;
}
.form-element-field.datepicker ~ .form-element-label,
.form-element-field.-hasvalue ~ .form-element-label,
.form-element-field:focus ~ .form-element-label {
  transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.9);
  cursor: pointer;
  pointer-events: auto;
}
.form-has-error .form-element-label.form-element-label,
.form-has-error .form-element-hint {
  color: #d9534f;
}
.form-has-error .form-element-bar,
.form-has-error .form-element-bar::after {
  background: #d9534f;
}
.form-is-success .form-element-label.form-element-label,
.form-is-success .form-element-hint {
  color: #259337;
}
.form-is-success .form-element-bar::after {
  background: #259337;
}
input.form-element-field:not(:placeholder-shown),
textarea.form-element-field:not(:placeholder-shown) {
  opacity: 1;
}
/*
input.form-element-field:not(:placeholder-shown) ~ .form-element-label,
textarea.form-element-field:not(:placeholder-shown) ~ .form-element-label {
  transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.9);
  cursor: pointer;
  pointer-events: auto;
}
*/
textarea.form-element-field {
  height: auto;
  min-height: 3rem;
}
select.form-element-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form-select-placeholder {
  color: #a6a6a6;
  display: none;
}
.form-select .form-element-bar::before {
  content: "";
  position: absolute;
  height: 0.5em;
  width: 0.5em;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  display: block;
  right: 0.5em;
  bottom: 0;
  transition: transform 0.28s ease;
  transform: translateY(-100%) rotateX(0deg) rotate(45deg);
  will-change: transform;
}
.form-select select:focus ~ .form-element-bar::before {
  transform: translateY(-50%) rotateX(180deg) rotate(45deg);
}
.form-element-field[type="number"] {
  -moz-appearance: textfield;
}
.form-element-field[type="number"]::-webkit-outer-spin-button,
.form-element-field[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-card h2 {
	margin: 0;
	padding-top: 30px;
	text-align: center;
}
.loopPage.full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
} 
.loopPage.full-width > .w-100 > .container,
.loopPage.full-width > .container {
  /*overflow-x: hidden;*/
  width: 100%;
  max-width: none;
  padding: 0;
}
/* Info po odeslani formu */
div#messages,
div#infobox {
  position: fixed;
  left: 50%;
  bottom: 100px;
  background: #fff;
  /*background: #dff0d8;*/
  z-index: 9940;
  /*padding: 14px 25px;*/
  font-size: 20px;
  /*color: #3c763d;*/
  border-radius: 5px;
  /*border: 1px solid #3c763d;*/
  /*border-left: 6px solid #3c763d;*/
  transform: translate(-50%, 0);
  box-shadow: 0 9px 7px rgba(0, 0, 0, 0.3);
  max-width: 100%;
}
div#messages > div,
div#infobox > div {
  padding: 20px 40px;
}
div#messages *,
div#infobox * {
  margin: 0;
}
div#messages.success {
  background: green;
  color: #fff;
}
div#messages.success * {
  color: #fff;
}

.pttpsa{
  padding-top: 100px;
}
.pttpsa *{
  text-align: left;
}