html {
height:100%;
}
body {
height:100%; color:#0181ca; font-family:"MyriadPro Regular",sans-serif; font-size:13px; line-height:1.5; 
}
p {
padding:0px; margin:0px; 
}
h1 {
font-size:30px; color:#0181ca; font-family:"MyriadPro Regular"; clear:both; text-transform:uppercase; margin-top:10px; margin-bottom:10px; 
}
h2 {
font-size:25px; color:#0181ca; font-family:"MyriadPro Regular"; clear:both; text-transform:uppercase; margin-top:10px; margin-bottom:10px; 
}
h3 {
font-size:20px; color:#0181ca; font-family:"MyriadPro Regular"; clear:both; text-transform:uppercase; margin-top:10px; margin-bottom:10px; 
}
h4 {
font-size:18px; color:#0181ca; font-family:"MyriadPro Regular"; clear:both; text-transform:uppercase; margin-top:10px; margin-bottom:10px; 
}
h5 {
font-size:16px; color:#0181ca; font-family:"MyriadPro Regular"; clear:both; text-transform:uppercase; margin-top:10px; margin-bottom:10px; 
}
h6 {
font-size:14px; color:#0181ca; font-family:"MyriadPro Regular"; clear:both; text-transform:uppercase; margin-top:10px; margin-bottom:10px; 
}
strong {

}
em {

}
q {

}
blockquote {
color:#eb682d; font-size:14px; font-style:italic; border-left:none; 
}
table {
border-collapse:collapse; margin-bottom:10px; 
}
th {
background-color:#c5cad0;color:#333333;border:1px solid #000;padding:20px;
}
tr {
border:1px solid #000; padding:20px; 
}
td {
border:1px solid #000; padding:20px; 
}
ul {
color:#eb682d; 
}
ul>li {
font-size:14px; color:#7d7d7d; 
}
ul li {
list-style-type:none;
}
.info-content-box ul li::before {
background-color:#006b6e;content:"";width:6px;height:6px;margin-right:14px;display:inline-block;
}
ol {

}
ol>li {

}
form {

}
label {
font-weight:bold; color:#3e3e3e; font-size:14px; 
}
input:focus {
box-shadow:none !important;
}
input {
border:2px solid #afafaf; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; height:40px; color:#000; display:block; margin:10px 0px; box-shadow:none !important; 
}
select {
border:2px solid #afafaf; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; height:40px; color:#000; display:block; margin:10px 0px; box-shadow:none !important; 
}
textarea {
border:2px solid #afafaf; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; height:40px; color:#000; display:block; margin:10px 0px; box-shadow:none !important; 
}
button {

}
input[type=submit] {

}
a {
outline:0; text-decoration:none; outline-offset:0px; 
}
img {
max-width:100%;
}
.none {
display:none;
}
a:hover {
text-decoration:none;color:#84a725;
}
:hover {
transition:text-shadow 0.3s linear 0s, color 0.3s linear 0s;
}
.mrg-default {
margin-top:15px;margin-bottom:15px;
}
.pdd-default {
padding-top:15px;padding-bottom:15px;
}
.v-pdd-default {
padding-left:15px;padding-right:15px;
}
.v-mrg-default {
margin-left:15px;margin-right:15px;
}
.pdd-reset {
padding-left:0px;padding-right:0px;
}
.mrg-reset {
margin-left:0px;margin-right:0px;
}
.v-pdd-reset {
padding-top:0px;padding-bottom:0px;
}
.v-mrg-reset {
margin-top:0px;margin-bottom:0px;
}
ul.kafelki {
list-style-type:none;margin:10px 0px;padding:0px;text-align:center;overflow:hidden;
}
ul.kafelki li {
display:inline-block;font-size:16px;margin:10px 0px;
}
ul.kafelki li table td {
vertical-align:top;padding:20px;
}
ul.kafelki li:first-child {
margin-left:0px;
}
ul.kafelki li:last-child {
margin-right:0px;
}
.center {
transform:translateY(50%);-moz-transform:translateY(50%);-webkit-transform:translateY(50%);-ms-transform:translateY(50%);
}
.center-box-position {
display:flex;flex-wrap:wrap;justify-content:center;margin:10px auto;position:relative;
}
.return {
padding:10px;
}
blockquote p {
color:#eb682d;font-size:14px;font-style:italic;border-left:none;
}
.btn-default {
background-color:#ff0042;background-image:none;border:1px solid #a1a1b5;color:#fff;padding:6px 42px;width:auto;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;font-size:9px;display:inline-block;
}
.btn-primary {
background-image:linear-gradient(to bottom, #90271f 0px, #000 100%);border-color:#000;
}
.btn-default:hover {
background-color:transparent;background-position:16px 10px;
}
.btn-primary:hover {
background-image:none;background-color:#000;
}
.alert-info {
background-image:linear-gradient(to bottom, #84A725 0px, #fff 100%);border-color:#f93e3e;color:#f93e3e;
}
.loader {
animation-name:fadeIn;-webkit-animation-name:fadeIn;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-duration:1s;-webkit-animation-duration:1s;animation-delay:1s;-webkit-animation-delay:1s;opacity:0;
}
@keyframes fadeIn {
100% {
    opacity:1;
}
@-webkit-keyframes fadeIn {
100% {
    opacity:1;
}
