/* definice stylů pro konkrétní projekt*/
body {
  color: #4a4a4a;
  margin-bottom: 120px; }

h1 {
  margin-top: 40px; }

.custom-button {
  display: inline-block;
  background: #00b1eb;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 15px 40px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  margin: 20px 0;
  /* ------------------------- */
  /* ----- PORTFOLIO BOX ----- */
  /* ------------------------- */ }
  .custom-button:hover {
    background: #4a4a4a;
    color: #fff;
    text-decoration: none; }

.portfolio-box {
  /* ----------------------------------------------------- */
  /* -- CUSTOM ------------------------------------------- */
  /* ----------------------------------------------------- */ }
  .portfolio-box .inner {
    border: 2px solid #fff;
    margin-left: -2px; }
  .portfolio-box .content {
    border-top: 2px solid #fff;
    background: #018fbd; }
    .portfolio-box .content p {
      color: #fff;
      font-size: 14px;
      font-weight: 600; }
    .portfolio-box .content .arrow {
      top: -7px;
      border: 2px solid #fff;
      background: #018fbd; }
    .portfolio-box .content .arrow-hide {
      background: #018fbd; }
  .portfolio-box a:hover .content p {
    color: #fff; }

.g-recaptcha > div {
  margin: 20px auto 0; }

.custom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #00b1eb;
  padding: 5px;
  margin: 15px 0; }
  .custom-box .image {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .custom-box .image img {
      max-width: 150px; }
  .custom-box .content {
    padding-left: 15px; }
    .custom-box .content .heading {
      color: #00b1eb;
      font-size: 30px;
      line-height: 110%;
      margin: 5px 0 10px; }
    .custom-box .content .price {
      color: #00b1eb;
      font-size: 20px; }
    .custom-box .content a.button {
      display: inline-block;
      background: #00b1eb;
      color: #fff;
      font-size: 14px;
      line-height: 14px;
      text-decoration: none;
      padding: 5px 15px;
      margin-top: 10px;
      -webkit-transition: background 0.2s ease;
      -o-transition: background 0.2s ease;
      transition: background 0.2s ease; }
      .custom-box .content a.button:hover {
        background: #4a4a4a; }
  @media (max-width: 991px) {
  .custom-box .content .heading {
    font-size: 24px; } }
  @media (max-width: 450px) {
  .custom-box {
    display: block;
    text-align: center; }
    .custom-box .content {
      padding-left: 0; }
      .custom-box .content .heading {
        margin-top: 15px; } }

.order-form h2 + p {
  font-style: italic; }
  .order-form .types {
    margin-top: 10px; }
    .order-form .types .type-box {
      background: #00b1eb;
      color: #fff;
      font-size: 18px;
      line-height: 35px;
      padding: 10px;
      margin-bottom: 10px; }
      .order-form .types .type-box .name {
        float: left; }
      .order-form .types .type-box .amount {
        float: right; }
        .order-form .types .type-box .amount input {
          width: 80px;
          height: 35px;
          background: #fff;
          border: 0;
          color: #4a4a4a;
          font-size: 20px;
          padding: 0 10px;
          margin-left: 10px;
          outline: none; }
      @media (max-width: 767px) {
  .order-form .types .type-box {
    font-size: 16px; }
    .order-form .types .type-box .name {
      float: none; } }
  .order-form .contact-form {
    margin-top: 15px; }
    .order-form .contact-form span {
      font-size: 14px; }
    .order-form .contact-form input {
      height: 35px;
      border: 2px solid #00b1eb;
      margin-bottom: 15px; }
    .order-form .contact-form textarea {
      min-height: 130px;
      border: 2px solid #00b1eb;
      margin-bottom: 15px; }
    .order-form .contact-form input:focus, .order-form .contact-form textarea:focus {
      border-color: #4a4a4a; }
    .order-form .contact-form button {
      background: #00b1eb;
      border: 0;
      color: #fff;
      font-size: 20px;
      padding: 15px 40px;
      margin-top: 20px;
      -webkit-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      .order-form .contact-form button:hover {
        background: #4a4a4a; }
    .order-form .contact-form .g-recaptcha > div {
      margin-top: 0; }

.google-map-iframe iframe {
  width: 100%;
  height: 400px; }
