/*
    Created on : 21.12.2015, 22:48:36
    Author     : Tomatom.cz
*/
body {
  font-family: "Open Sans", sans-serif;
  color: #013298;
  font-size: 16px;
  line-height: 1.5em;
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.row.row-flex:after,
.row.row-flex:before {
  display: none;
}

img {
  max-width: 100%;
}

.bold,
.bold a {
  font-weight: 700;
}

nav .active {
  font-weight: bold;
}

ul.errors {
  list-style: none;
  padding-left: 0;
}

header {
  border-bottom: 5px solid #eee;
  padding: 10px 0;
}
header .header-left {
  justify-content: center;
}

header h1 {
  margin: 0;
  color: #039;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
}

header h1 span {
  display: block;
  font-size: 0.917em;
  font-weight: 400;
}

header h1 a,
header h1 a:hover {
  color: #039;
}

header .logo-eu {
  height: 90px;
}

header .logo-header {
  align-items: flex-end;
}

#footer-links {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 5px solid #eee;
}

#footer-links .rounded-link {
  display: inline-block;
  width: 170px;
  height: 170px;
  padding-top: 114px;
  color: #013298;
  font-size: 1.313em;
  font-weight: 700;
  border: 4px solid #ccd6eb;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  text-align: center;
  text-transform: uppercase;
}

#footer-links .navod {
  background: url("../images/ico-navod.png") center 38px no-repeat;
}

#footer-links .faq {
  background: url("../images/ico-faq.png") center 42px no-repeat;
}

#footer-links .logo-dotaceeu {
  display: inline-block;
  margin-top: 35px;
}

footer {
  padding-top: 45px;
  padding-bottom: 50px;
  color: #039;
  background-color: #f5f5f5;
}

footer p {
  margin: 5px 0;
}

footer a {
  color: #039;
  text-decoration: underline;
}

footer a:hover {
  color: #000;
  text-decoration: none;
}

footer .logo-eu {
  margin-right: 20px;
}

footer .logo-eu,
footer .logo-mmr {
  display: inline-block;
}

#content a {
  color: #039;
  text-decoration: underline;
}

#content a:hover {
  color: #000;
  text-decoration: none;
}

#content a.external {
  padding-right: 8px;
  background: url("../images/a_external.gif") 100% 2px no-repeat;
  position: relative;
}

#content {
  color: #000;
}

#content .text-page {
  padding-top: 30px;
  padding-bottom: 60px;
}

#content .text-page h1 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #039;
  font-size: 2em;
  font-weight: 700;
}

#content .text-page h2 {
  margin-top: 50px;
  color: #039;
  font-size: 1.75em;
}

#content .text-page h3 {
  margin-top: 30px;
  color: #039;
  font-size: 1.25em;
}

.start {
  display: inline-block;
  padding: 30px 0 30px 90px;
  color: #039;
  font-weight: 700;
  text-transform: uppercase;
  background: url("../images/ico-next.png") left center no-repeat;
}

.start:hover {
  color: #039;
}

#step2-form-texts .project-details-item {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #bac8e3;
}

#step2-form-texts .project-details-item:first-child {
  margin-top: 0;
  border: 0;
}

.addnextproject {
  display: inline-block;
  padding: 5px 0 5px 30px;
  color: #013298;
  background: url("../images/ico-plus-small.png") left center no-repeat;
}

.remove-project {
  display: inline-block;
  padding: 5px 0 5px 30px;
  color: #013298;
  background: url("../images/ico-minus-small.png") left center no-repeat;
}

.nav-steps {
  color: #039;
}

.nav-steps p {
  margin: 40px 0;
  color: #039;
  font-size: 1.125em;
}

.nav-steps #steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

#step-content {
  min-height: 450px;
  margin-top: 40px;
  padding: 5rem 0;
  background-color: #f5f5f5;
}

#step-content h1 {
  margin-bottom: 5rem;
  color: #013298;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

#form_format .col-sm-4 .inner {
  padding: 20px 0 10px 0;
  color: #013298;
  background-color: #fff;
}

#form_format label {
  font-size: 1.4rem;
  line-height: 1.35;
  min-height: 38px;
  margin-bottom: 3rem;
}

#form_format .format-item {
  margin-bottom: 4rem;
  margin-top: 0rem;
  position: relative;
}

.format-item:first-child {
  margin-top: 0;
}

#form_format .format-item label {
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  align-items: center;
  text-align: center;
}

#form_format .format-item input {
  display: none;
}

#form_format .format-item input[type=radio]:checked + label {
  font-weight: 700;
}

#form_format .format-item input[type=radio]:checked + label:after {
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  display: block;
  width: 43px;
  height: 43px;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/selected.png") 0 0 no-repeat;
  content: " ";
}

#form_format .format-item.a3screenVertical4K label {
  padding-bottom: 115px;
  background: url("../images/format-deska-vyska.png") center bottom no-repeat;
}

#form_format .format-item.a3screenHorizontal4K label {
  padding-bottom: 93px;
  background: url("../images/format-deska-sirka.png") center bottom no-repeat;
}

#form_format .format-item.deskvertical label {
  padding-bottom: 115px;
  background: url("../images/format-deska-vyska.png") center bottom no-repeat;
}

#form_format .format-item.deskhorizontal label {
  padding-bottom: 93px;
  background: url("../images/format-deska-sirka.png") center bottom no-repeat;
}

#form_format .format-item.bbmini label {
  padding-bottom: 93px;
  background: url("../images/minimal_billboard.jpg") center bottom no-repeat;
}

#form_format .format-item.bbvertical label {
  padding-bottom: 93px;
  background: url("../images/vertical_billboard.jpg") center bottom no-repeat;
}

#form_format .format-item.bbhorizontal label {
  padding-bottom: 93px;
  background: url("../images/format-billboard-horizontalni.png") center bottom no-repeat;
}

#form_format .format-item.a3multi label {
  padding-bottom: 115px;
  background: url("../images/format-a3-multi.png") center bottom no-repeat;
}

#form_format .format-item.a3vertical label {
  padding-bottom: 115px;
  background: url("../images/format-a3-vyska.png") center bottom no-repeat;
}

#form_format .format-item.a3horizontal label {
  padding-bottom: 93px;
  background: url("../images/format-a3-sirka.png") center bottom no-repeat;
}

a.go-prev,
a.go-next {
  display: inline-block;
}

.go-prev {
  padding: 85px 0 0 0;
  color: #039;
  font-size: 1.063em;
  background: transparent url("../images/ico-prev.png") center top no-repeat;
  border: 0;
  outline: 0;
  text-decoration: none !important;
}

.go-prev:hover {
  text-decoration: underline !important;
}

.col-go-next {
  text-align: right;
}

.go-next {
  padding: 85px 0 0 0;
  color: #039;
  font-size: 1.063em;
  background: transparent url("../images/ico-next.png") center top no-repeat;
  border: 0;
  outline: 0;
}

.go-next:hover {
  text-decoration: underline;
}

#step2-form-texts {
  max-width: 420px;
  margin: 0 auto;
}

#step2-form-texts div {
  clear: both;
}

#step2-form-texts label {
  display: block;
  margin-top: 25px;
  color: #013298;
  font-weight: 700;
}

textarea {
  width: 100%;
  height: 110px;
  padding: 15px 20px;
  font-size: 1em;
  color: #080d17;
  background: #fff !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 1px rgba(227, 227, 227, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(227, 227, 227, 0.5);
  box-shadow: 0 1px 1px rgba(227, 227, 227, 0.5);
  border: 1px solid #bac8e3 !important;
  text-shadow: none !important;
}

#step3-form-texts {
  max-width: 420px;
  margin: 0 auto;
}

#step3-form-texts label {
  display: block;
  margin-bottom: 10px;
  color: #013298;
  font-weight: 700;
}

#form-grayscale-wrap {
  float: left;
  width: 100%;
  margin-bottom: 45px;
}

#form_grayscale .item {
  position: relative;
  width: 100%;
}

#form_grayscale .item label {
  margin: 0;
  font-size: 0.875em;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}

#form_grayscale .item input {
  display: none;
}

#form_grayscale .item input[type=radio]:checked + label {
  font-weight: 700;
}

#form_grayscale .item input[type=radio]:checked + label:after {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  display: block;
  width: 43px;
  height: 43px;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/selected.png") 0 0 no-repeat;
  content: " ";
}

#form_grayscale .item .inner {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  -moz-box-shadow: 0 1px 1px rgba(227, 227, 227, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(227, 227, 227, 0.5);
  box-shadow: 0 1px 1px rgba(227, 227, 227, 0.5);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#form_grayscale .item-0 label {
  padding-bottom: 95px;
  background: url("../images/print-cb.png") center bottom no-repeat;
}

#form_grayscale .item-1 label {
  padding-bottom: 95px;
  background: url("../images/print-color.png") center bottom no-repeat;
}

#form-cropmarks-wrap {
  float: left;
  width: 100%;
}

#form-cropmarks-items input {
  display: none;
}

#form-cropmarks-items label {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 15px 45px;
  font-size: 0.875em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #039;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#form-cropmarks-items input[type=radio]:checked + label {
  background-color: #ffcb00;
  border-color: #ffcb00;
  font-weight: 700;
}

#form-cropmarks-items input[type=radio]:disabled + label {
  border-color: #ccc;
  font-weight: 700;
}

#form-cropmarks-items input[type=radio]:checked:disabled + label {
  background-color: #ccc;
  border-color: #ccc;
  font-weight: 700;
}

#form-show-director-logo-wrap {
  float: left;
  width: 100%;
  margin-top: 30px;
}

#form-show-director-logo-items input {
  display: none;
}

#form-show-director-logo-items label {
  display: inline-block !important;
  margin: 0 10px 0 0;
  padding: 15px 45px;
  font-size: 0.875em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #039;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#form-show-director-logo-items input[type=radio]:checked + label {
  background-color: #ffcb00;
  border-color: #ffcb00;
  font-weight: 700;
}

#step5-form-texts {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

#step5-form-texts p.done {
  padding-top: 75px;
  margin-bottom: 40px;
  background: url("../images/yes-big.png") center top no-repeat;
  text-align: center;
}

#step5-form-texts button {
  display: block;
  width: 100%;
  margin: 40px 0;
  padding-top: 85px;
  padding-bottom: 25px;
  background: #fff url("../images/ico-download.png") center 25px no-repeat;
  text-align: center;
  color: #039;
  font-weight: 700;
  border: 1px solid #039;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#step5-form-texts .go-hp-small {
  display: inline-block;
  margin-bottom: 40px;
  padding: 17px 0 17px 65px;
  background: url("../images/ico-next-small.png") left center no-repeat;
  color: #039;
  font-weight: 700;
  text-transform: uppercase;
}

#step5-form-texts .g-recaptcha div {
  margin: 0 auto;
}

#pdf-preview-wrap {
  background: transparent url(../images/loading.gif) no-repeat;
  background-position: center;
  height: 500px;
}

.bootstrap-select {
  width: 100% !important;
  border-radius: 2px;
}

.bootstrap-select .btn {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 1em;
  color: #080d17;
  background: #fff !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 1px rgba(227, 227, 227, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(227, 227, 227, 0.5);
  box-shadow: 0 1px 1px rgba(227, 227, 227, 0.5);
  border: 0 !important;
  text-shadow: none !important;
}

.bootstrap-select .caret {
  color: #003399;
}

form .has-error textarea {
  border-color: #a94442 !important;
}

form .has-error .bootstrap-select {
  border: 1px solid #a94442 !important;
}

form .has-error .cke {
  border: 1px solid #a94442 !important;
}

.napoveda {
  display: inline-block;
  width: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #ccc;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  cursor: help;
}

/* .tooltip-arrow, .napoveda + .tooltip > .tooltip-inner {background-color: #ccc;} */
#step2-form-texts .label-wrap label {
  display: inline-block;
}

#progress {
  display: none;
}

.popis-img {
  padding: 15px 0;
}

.popis-img #remove-image {
  margin-left: 10px;
  font-size: 0.9em;
}

.first-text-wrap {
  display: none;
}

#text-form-0 .first-text-wrap {
  display: block;
}

.fileinput-button {
  margin-bottom: 10px;
}

.nav-steps #steps {
  display: flex;
  flex-wrap: wrap;
}

.nav-steps #steps li {
  width: 20%;
  text-align: center;
  line-height: 1.35;
  display: flex;
  flex-direction: column;
  position: relative;
}
.nav-steps #steps li a {
  text-decoration: none;
}
.nav-steps #steps li:after {
  content: "";
  width: 2rem;
  height: 1px;
  background: #039;
  top: 2.5rem;
  left: calc(100% - 1rem);
  position: absolute;
}
.nav-steps #steps li:last-child:after {
  display: none;
}

.nav-steps #steps .step-no {
  display: block;
  width: 53px;
  height: 53px;
  margin: 0 auto 10px;
  padding-top: 12px;
  font-size: 1.375em;
  font-weight: 700;
  text-align: center;
  border: 1px solid #039;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #fff;
}

.nav-steps #steps .step-label {
  display: block;
  max-width: 70px;
  margin: 0 auto;
  font-size: 1.2rem;
  text-decoration: none !important;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-grow: 1;
}

.nav-steps #steps .active .step-label {
  font-weight: 700;
}

.nav-steps #steps .active .step-no,
.nav-steps #steps .done .step-no {
  color: #fff;
  background-color: #039;
}

#form-grayscale-wrap label,
#form-cropmarks-wrap label,
#form-show-director-logo-wrap label {
  display: inline-block !important;
}

@media (min-width: 768px) {
  #form_grayscale .item {
    float: left;
    width: 50%;
  }
  #form_grayscale .item-0 {
    padding-right: 10px;
  }
  #form_grayscale .item-1 {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .napoveda {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  #footer-links .logo-dotaceeu {
    margin-top: 70px;
    width: 250px;
  }
  #footer-links .logo-dotaceeu img {
    width: 100%;
  }
  .nav-steps p {
    margin-left: 20px;
    margin-right: 20px;
  }
  #form_format .col-sm-4 .inner {
    padding: 30px 10px 0px 10px;
  }
  .go-next,
  .go-prev {
    margin-top: 100px;
  }
}
@media (max-width: 470px) {
  .nav-steps #steps li:after {
    display: none;
  }
}
/*  new css */
.app-info-headline {
  font-size: 2rem;
  color: #003399;
  max-width: 39rem;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 4rem;
}

.gray-bg {
  background-color: #eeeeee;
  padding: 5rem 2rem;
}

.hp-main h1 {
  font-size: 24px;
  font-weight: 700;
  color: #003399;
  text-transform: uppercase;
  margin-bottom: 5rem;
}

.hp-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 60rem;
  color: #003399;
  margin: 0 auto;
}

.hp-item-box {
  width: calc(50% - 1.4rem);
  margin: 0.7rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 4rem 2.3rem;
  min-height: 20rem;
}
.hp-item-box span:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
}
.hp-item-box span:nth-child(2) {
  font-size: 12px;
  font-weight: 600;
}
.hp-item-box .btn {
  margin-top: auto;
}

.btn {
  font-size: 14px;
  font-weight: 700;
  padding: 1.8rem 2rem;
  text-decoration: none !important;
  border-radius: 0;
  border: none !important;
  text-align: center;
  border: 1px solid transparent;
}
.btn-primary {
  background: #003399;
  color: #ffffff !important;
}
.btn-green {
  background-color: #90cf4d;
  color: #ffffff !important;
}
.btn-green:focus {
  background-color: #90cf4d;
  color: #ffffff;
  border-color: transparent !important;
  outline: none !important;
}
.btn-green:hover {
  color: #fff !important;
  background-color: #98e448;
}
.btn-outline-primary {
  border: 1px solid #003399 !important;
}
.btn-outline-primary:hover {
  border-color: #4072d6 !important;
  color: #4072d6 !important;
}

.step-btn-list {
  margin-top: 10rem;
}
.step-btn-list .btn {
  width: 100%;
}

@media (max-width: 767px) {
  .hp-item-box {
    width: 100%;
  }
  .step-btn-list {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
  }
  .btn-next-col {
    order: 1;
    margin-bottom: 1rem;
  }
  .btn-prev-col {
    order: 2;
  }
}
#pdf-preview-wrap.preview-img {
  height: auto;
}
#pdf-preview-wrap.preview-img object {
  height: auto !important;
}

.logo-footer {
  display: flex;
  align-items: center;
}
.logo-footer .logo-footer-img {
  margin: 1rem;
  height: 50px;
}
.logo-footer .logo-footer-img img {
  height: 100%;
}
.logo-footer .logo-footer-img.logo-1 {
  height: 50px;
}

.footer-left {
  width: auto;
}

.footer-right {
  display: flex;
  width: auto;
  flex-wrap: wrap;
}

/*# sourceMappingURL=main.css.map */
