/* 
    Created on : 11.6.2015, 8:59:53
    Author     : Kuba
*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|Open+Sans:700,400);
/**********************
        MIXINS
***********************/
.fontNormal {
  font-family: 'PT Sans Narrow', sans-serif;
}
.fontForm {
  font-family: 'Open Sans', sans-serif;
}
.fontFooter {
  font-family: 'Open Sans', sans-serif;
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.center {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.clear {
  clear: both;
}
.width100pct {
  width: 100%;
}
.emph {
  font-size: 1.1em;
}
.bold {
  font-weight: bold;
}
.hidden_object {
  display: none;
}
/**********************
  BOOTSTRAP RESET
***********************/
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/**********************
         STYLES
***********************/
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.jumbotron {
  background-color: #1a171b;
  font-family: 'PT Sans Narrow', sans-serif;
  /*.repeatXBg(@headerBgImage);*/
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
}
.jumbotron div.ruler {
  background-color: red;
  height: 2em;
}
.jumbotron .heading-items {
  margin-bottom: 2em;
}
.jumbotron .heading-items div div {
  background-color: rgba(175, 19, 13, 0.7);
  padding-top: 5px;
}
@media (min-width: 768px) {
  .jumbotron .heading-items div div {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .jumbotron .heading-items div div {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .jumbotron .heading-items div div {
    height: 100%;
  }
}
.jumbotron .heading-items div div p {
  font-size: 1.5em;
  font-weight: bold;
}
.jumbotron a {
  text-decoration: none;
  color: white;
}
.jumbotron .header-2 {
  padding-top: 56px;
  background-image: url('../img/bg_header_lines.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding-bottom: 40px;
}
.jumbotron .header-2 h1 {
  color: #ff1105;
  font-size: 3.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.jumbotron .header-2 h2 {
  font-size: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 425px) {
  .jumbotron .header-line {
    background-color: #b5140a;
    background: -webkit-linear-gradient(left, #ff1105 5%, #b5140a 20%, #ff1105 95%);
    background: -moz-linear-gradient(left, #ff1105 5%, #b5140a 20%, #ff1105 95%);
    background: -ms-linear-gradient(left, #ff1105 5%, #b5140a 20%, #ff1105 95%);
    background: -o-linear-gradient(left, #ff1105 5%, #b5140a 20%, #ff1105 95%);
    background: linear-gradient(left, #ff1105 5%, #b5140a 20%, #ff1105 95%);
    -pie-background: linear-gradient(#ff1105, #b5140a, #ff1105);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff1105,endColorstr=#ff1105);
    height: 40px;
  }
}
@media (min-width: 769px) {
  .jumbotron .header-line img {
    position: relative;
    top: -34px;
  }
}
@media (min-width: 992px) {
  .jumbotron .header-line img {
    position: relative;
    top: -33px;
  }
}
.jumbotron .header-line2 {
  background-color: #b5140a;
  background-image: -webkit-gradient(linear, left top, right top, from(#b5140a), to(#ff1105));
  background-image: -webkit-linear-gradient(left, #b5140a, #ff1105);
  background-image: -moz-linear-gradient(left, #b5140a, #ff1105);
  background-image: -ms-linear-gradient(left, #b5140a, #ff1105);
  background-image: -o-linear-gradient(left, #b5140a, #ff1105);
  height: 40px;
}
footer {
  background-color: #aeacac;
  font-family: 'Open Sans', sans-serif;
}
footer .contact-filler {
  height: 3em;
}
footer .footer-line {
  background-color: #b5140a;
  background-image: -webkit-gradient(linear, left top, right top, from(#b5140a), to(#ff1105));
  background-image: -webkit-linear-gradient(left, #b5140a, #ff1105);
  background-image: -moz-linear-gradient(left, #b5140a, #ff1105);
  background-image: -ms-linear-gradient(left, #b5140a, #ff1105);
  background-image: -o-linear-gradient(left, #b5140a, #ff1105);
  color: white;
  font-size: 1.2em;
}
footer .footer-line img {
  position: relative;
}
@media (min-width: 768px) {
  footer .footer-line img {
    top: -25px;
    left: 40px;
  }
}
@media (min-width: 390px) {
  footer .footer-line img {
    top: -25px;
    left: 10px;
  }
}
footer .contacts {
  font-size: 1em;
  color: #555353;
}
.content {
  /*background-color: #e4e4e4;*/
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, right top, from(#e4e4e4), to(#c9c9c9));
  background-image: -webkit-linear-gradient(left, #e4e4e4, #c9c9c9);
  background-image: -moz-linear-gradient(left, #e4e4e4, #c9c9c9);
  background-image: -ms-linear-gradient(left, #e4e4e4, #c9c9c9);
  background-image: -o-linear-gradient(left, #e4e4e4, #c9c9c9);
}
.content .sub-header {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #000000;
  padding-bottom: 2em;
  padding-top: 2em;
}
.content .sub-header ul.main-points li {
  list-style-type: none;
  background-image: url('../img/bullet.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  min-height: 40px;
  font-weight: bold;
  font-size: 1.8em;
}
.content .sub-header .list-1 li {
  margin-top: 1.3em;
}
.content .sub-header .list-1 li:first-child {
  margin-top: 0;
}
.content .sub-header .list-2 li {
  margin-top: 2.0em;
}
.content .sub-header .list-2 li:first-child {
  margin-top: 0;
}
.content .claim {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
}
@media (min-width: 768px) {
  .content .claim .veritel .fields,
  .content .claim .dluznik .fields {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .content .claim .wide .field-row {
    padding-left: 15px;
  }
}


.content .call p {
  font-size: 3em;
  text-align:center;
  color: #2e6da4;
}


.content .claim .fields {
  font-size: 1.4em;
}
.content .claim .fields input,
.content .claim .fields select,
.content .claim .fields textarea {
  padding-left: 0;
  margin-left: 2%;
  width: 96%;
}
.content .claim .fields p.note {
  font-size: 0.8em;
}
.content .claim .due-date label {
  display: block;
}
.content .claim ul {
  margin-bottom: 0;
}
.content .claim ul li {
  font-size: 1.3em;
  list-style-type: none;
}
.content .claim label {
  font-weight: normal;
}
.content .claim input[type=checkbox] {
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  padding: 10px;
}
.content .claim .claim-note {
  font-size: 1.3em;
}
.content .claim .claim-note label {
  /*display: block;
                @media (min-width: 768px) {
                    padding-left: 15px;
                }*/
}
.content .claim .claim-note textarea {
  margin-left: 2%;
  width: 96%;
}
.content .claim .button {
  font-family: 'PT Sans Narrow', sans-serif;
  color: white;
  background-image: url('../img/bg_submit_button.png');
  background-repeat: repeat-y;
  background-color: #f6170b;
  background-position: left center;
  padding: 0.2em 0.4em;
  border: solid #666666 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  
}
@media (min-width: 768px) {
  .content .claim .button {
    width: 8.5em;
  }
}
@media (max-width: 767px) {
  .content .claim .button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .content .claim .button_wide {
    width: 10em !important;
  }
}
@media (max-width: 767px) {
  .content .claim .button_wide {
    width: 100% !important;
    margin-top: 1em;
  }
}
@media (min-width: 768px) {
  .content .claim .btnAdd {
    margin-top: 2em;
  }
}
.content .claim section {
  background-color: #ffffff;
  margin-top: 1.5em;
  padding-bottom: 1em;
}
.content .claim section h3 {
  display: block;
  background-color: #ffdbd9;
  padding-left: 1em;
  margin: 0;
  font-size: 1.6em;
  font-weight: bold;
  padding-top: 0.3em;
  padding-bottom: 0.1em;
}
.content .claim h2 {
  background-color: red;
  display: block;
  color: white;
  margin: 0;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.9em;
  font-weight: bold;
  padding-left: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.content .claim .inner-content {
  background-color: #f9f9f9;
}
@media (min-width: 768px) {
  .content .claim .inner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*# sourceMappingURL=main.css.map */