/*!
 * Bootstrap v3.0.1 by @fat and @mdo
 * Copyright 2015 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.btn-xlg {
  padding: 12px 36px;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1.33;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  white-space: normal;
  border-radius: 6px;
}

.btn-xlg .btn-sub {
  display: block;
  font-size: 16.25px;
  font-weight: normal;
  font-variant: small-caps;
}

.btn-red {
  color: #ffffff;
  background-color: #e43452;
  border-color: #e11e3f;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  color: #ffffff;
  background-color: #d31c3b;
  border-color: #ab1730;
}

.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  background-image: none;
}

.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
  background-color: #e43452;
  border-color: #e11e3f;
}

.btn-white {
  color: #00a499;
  color: #00a499 !important;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #00a499;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#00a499), to(#00beb1));
  background-image: -webkit-linear-gradient(top, #00a499 0%, #00beb1 100%);
  background-image: -moz-linear-gradient(top, #00a499 0%, #00beb1 100%);
  background-image: linear-gradient(to bottom, #00a499 0%, #00beb1 100%);
  background-repeat: repeat-x;
  border-color: #00a499;
  border-width: 1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a499', endColorstr='#ff00beb1', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary:active,
.btn-primary.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #00beb1;
  background-image: none;
  background-position: 0 -20px;
  border-color: #00beb1;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #00a499;
  border-color: #009a8f;
}

.btn-primary {
  font-weight: bold;
}

.center {
  text-align: left;
}

@media (min-width: 768px) {
  .center {
    text-align: center;
  }
}

.wallet-panel {
  padding-top: 25px;
  padding-bottom: 25px;
}

h1 {
  font-weight: bold;
  color: #00a499;
}

h2 {
  margin-bottom: 25px;
  color: #00a499;
}

.h2-head {
  font-size: 39px;
}

.brand-color {
  color: #00a499;
}

.wallet-modal .modal-footer {
  padding: 14px 15px 15px 15px;
  margin-top: 0;
  background-color: #F5F5F5;
}

.wallet-modal .modal-body {
  padding: 15px 15px 15px 15px;
}

@media (max-width: 767px) {
  .break-xs {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .center-xs {
    text-align: center !important;
  }
  .center-xs .img-responsive {
    margin: 0 auto;
  }
}

.wallet-head {
  position: relative;
  min-height: 450px;
  padding-top: 30px;
  margin-right: -15px;
  margin-left: -15px;
}

.wallet-head:before,
.wallet-head:after {
  display: table;
  content: " ";
}

.wallet-head:after {
  clear: both;
}

@media (max-width: 767px) {
  .wallet-head {
    min-height: inherit !important;
  }
}

.wallet-head .box1 {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .wallet-head .box1 {
    float: left;
    width: 45.83333333333333%;
  }
}

@media (min-width: 768px) {
  .wallet-head .box1 {
    margin-left: 0;
  }
}

.wallet-head .box1 .phones {
  position: relative;
  height: 450px;
}

.wallet-head .box1 .phones img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

.wallet-head .box2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .wallet-head .box2 {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .wallet-head .box2 {
    margin-left: 50%;
  }
}

.wallet-head h1 {
  font-size: 38px;
  color: #4b4c4f;
}

.wallet-head p {
  font-size: 14.95px;
}

.wallet-head .media .playmedia {
  display: block;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}

.wallet-head .media p {
  overflow: hidden;
}

@media (max-width: 767px) {
  .wallet-head {
    text-align: center;
  }
  .wallet-head .media .playmedia {
    float: none;
    margin-right: 0;
  }
  .wallet-head .media p {
    overflow: hidden;
  }
}

.buttons {
  margin-bottom: 25px;
  letter-spacing: 25px;
}

.buttons > * {
  display: inline-block;
  letter-spacing: normal;
}

.buttons .btn {
  margin-bottom: 25px;
}

.font-bigger {
  font-size: 14.95px;
}

.wallet-carousel {
  /*.box-shadow(1px 1px 8px 1px rgba(0,0,0,.3));*/

}

@media (max-width: 767px) {
  .wallet-carousel .item {
    height: auto !important;
  }
}

.wallet-carousel .text {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .wallet-carousel .image img {
    display: none;
  }
}

@media (max-width: 767px) {
  .wallet-carousel .carousel-indicators {
    position: static;
    width: auto;
    margin: 0;
    text-align: left;
  }
}

.wallet-carousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  border: 2px solid #AAAAAA;
}

.wallet-carousel .carousel-indicators .active {
  width: 14px;
  height: 14px;
  margin: 1px;
  background-color: #00a499;
  border: 2px solid #00a499;
}

.wallet-carousel .carousel-control {
  color: #333;
  background-image: none;
}

@media (max-width: 991px) {
  .wallet-carousel .carousel-control {
    display: none;
  }
}

.wallet-carousel .carousel-control:focus {
  outline: 0;
}

.wallet-carousel .carousel-control .icon-next,
.wallet-carousel .carousel-control .icon-prev {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  font-family: arial;
  font-size: 100px;
  line-height: 1;
}

.wallet-carousel .carousel-control .icon-next:before,
.wallet-carousel .carousel-control .icon-prev:before {
  content: none;
}

.wallet-carousel .carousel-control .icon-prev {
  left: 0;
  margin-left: -10px;
}

.wallet-carousel .carousel-control .icon-next {
  right: 0;
  margin-right: -10px;
}

.wallet-carousel .btn {
  margin: 10px 0 25px 0px;
}

.jumbotron {
  border: 1px solid #ccc;
}

.jumbotron h1 {
  color: #00a499;
}

@media (min-width: 768px) {
  .jumbo-error {
    background-attachment: scroll;
    background-image: url("../../../img/bg-error.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
}

.footer-strong {
  font-weight: bolder;
  color: #fff;
  text-decoration: underline;
}

.tooltip-help {
  color: #00a499;
  white-space: nowrap;
  cursor: help;
  border-bottom: 1px dotted #00a499;
}

.cursor-help {
  cursor: help;
}

.tutorial p {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .tutorial p {
    min-height: 70px;
  }
}

.tutorial img {
  margin-top: 15px;
}

.tutorial-5-col {
  margin-right: -10px;
  margin-left: -10px;
}

.tutorial-5-col:before,
.tutorial-5-col:after {
  display: table;
  content: " ";
}

.tutorial-5-col:after {
  clear: both;
}

.tutorial-5-col .col {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .tutorial-5-col .col {
    float: left;
    width: 33.33333333333333%;
  }
}

@media (min-width: 992px) {
  .tutorial-5-col .col {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .tutorial-5-col .col {
    float: left;
    width: 20%;
  }
}

.tutorial-4-col {
  margin-right: -15px;
  margin-left: -15px;
}

.tutorial-4-col:before,
.tutorial-4-col:after {
  display: table;
  content: " ";
}

.tutorial-4-col:after {
  clear: both;
}

.tutorial-4-col .col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .tutorial-4-col .col {
    float: left;
    width: 33.33333333333333%;
  }
}

@media (min-width: 992px) {
  .tutorial-4-col .col {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .tutorial-4-col .col {
    float: left;
    width: 25%;
  }
}

.masterhead-slide1 {
  background: url('../../../img/header_bg2.jpg');
}

.masterhead-slide2 {
  background: url('../../../img/p2b/header-bg.jpg');
}

.masterhead-slide2 p {
  font-size: 14.95px;
}

.masterhead-slide2 h1 {
  font-size: 38px;
  color: #4b4c4f;
}

.masterhead-slide3 {
  background: url('../../../img/no/header-bg.jpg') no-repeat center 0;
}

img.grayscale.disabled {
  -webkit-filter: grayscale(0);
          filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.partners .partner img {
  -webkit-filter: grayscale(100%);
          filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}

.partners .partner img:hover {
  -webkit-filter: grayscale(0);
          filter: none;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}

.partners .partner-color img {
  border: 1px solid #ccc;
  border-radius: 6px;
}

.case-links {
  margin-top: 25px;
}

.case-links a {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  outline: none;
}

.case-links a.active {
  color: #FFFFFF;
  background-color: #00A499;
  border: 1px solid #00A499;
}

.case-sub-links a.active {
  color: #005852;
  text-decoration: underline;
}

.tutorial-toggle {
  position: relative;
  width: auto;
  height: 336px;
}

.tutorial-toggle img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -85px;
}

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

.page-row.heading {
  background: url('../../../img/header_bg2.jpg') no-repeat center -40px;
}

.page-row.p2b-heading {
  background: url('../../../img/p2b/p2b-bg.jpg') no-repeat center 0;
}

.page-row.line {
  border-top: 1px solid #ddd;
}

.page-row.shadow,
.page-row .shadow {
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat-x;
}

.page-row .shadow-b {
  background-attachment: scroll;
  background-position: center bottom;
  background-repeat: repeat-x;
}

.page-row.texture {
  background-color: #e8e8e8;
}

.page-row.white {
  background-color: #fff;
}

.page-row.green {
  background-color: #00a499;
}

.page-row.green a {
  color: #333333;
}

.page-row.green h2 {
  color: #FFFFFF;
}

.page-row.news a {
  color: #FFFFFF;
}

.bank-row {
  letter-spacing: 50px;
  text-align: center;
}

.bank-row > * {
  display: inline-block;
  letter-spacing: normal;
}

.navig1 {
  background: #444444;
}

.navig1 a.link {
  display: inline-block;
  padding: 14px 20px;
  margin-left: -2px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}

.navig1 a.link:hover,
.navig1 a.link.active {
  background: #808184;
}

.navig1 ul.menu li {
  float: left;
}

.navig2 {
  background-color: #444444;
  /*height: 72px;*/

}

.navig2 .brand {
  display: block;
  float: left;
  margin-top: 18px;
}

.navig2 .login {
  float: right;
  height: 72px;
}

.navig2 .login a {
  display: inline-block;
  margin-left: 15px;
  font-size: 13px;
  line-height: 72px;
  color: #FFFFFF;
}

@media (max-width: 550px) {
  .navig2 .brand,
  .navig2 .login {
    float: none;
  }
}

.how .how-image {
  display: inline-block;
  vertical-align: baseline;
}

.how .how-number {
  display: none;
  margin-right: -75px;
  font-size: 150px;
  font-weight: bold;
  line-height: 150px;
  color: #ADADAD;
}

@media (min-width: 1200px) {
  .how .how-number {
    display: inline-block;
  }
}

.how .how-top {
  text-align: center;
}

.how .how-text {
  margin-bottom: 25px;
  font-size: 14.95px;
  text-align: center;
}

.cycle-wrap {
  height: 40px;
  line-height: 40px;
  vertical-align: top;
}

.cycle-pretext {
  vertical-align: top;
}

.cycle-items {
  display: inline-block;
  height: 40px;
  overflow: hidden;
  text-align: left;
}

.why h2 {
  text-align: center;
}

.why h4 {
  color: #00a499;
}

.why p {
  color: #333333;
}

.why .why-relative-left {
  float: left;
}

.why .why-relative-left .why-text {
  padding-right: 16px;
  text-align: right;
}

.why .why-relative-left .hovered {
  border: 2px solid rgba(0, 0, 0, 0);
  border-right: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
}

.why .why-relative-left .zub {
  right: -20px;
  left: auto;
  background: url("../../../img/zub-right.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.why .why-relative-right {
  float: right;
}

.why .why-relative-right .why-text {
  padding-left: 16px;
  text-align: left;
}

.why .why-relative-right .hovered {
  border: 2px solid rgba(0, 0, 0, 0);
  border-bottom: 2px solid #CCCCCC;
  border-left: 2px solid #CCCCCC;
}

.why .why-relative-right .zub {
  right: auto;
  left: -20px;
  background: url("../../../img/zub-left.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.why .why-relative {
  position: relative;
  min-height: 460px;
  text-align: center;
}

.why .why-bg {
  position: absolute;
  width: 100%;
  height: 443px;
  margin-bottom: 45px;
  background-image: url("../../../img/why-sprite.png");
  background-repeat: no-repeat;
}

.why .why-text {
  position: relative;
  display: block;
  width: 310px;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border: 2px solid rgba(0, 0, 0, 0);
}

.why .why-bg-1 {
  background-position: center top;
}

.why .why-bg-2 {
  background-position: center -443px;
}

.why .why-bg-3 {
  background-position: center -886px;
}

.why .why-bg-4 {
  background-position: center -1329px;
}

.why .why-bg-5 {
  background-position: center -1784px;
}

.why .why-bg-6 {
  background-position: center -2222px;
}

@media (max-width: 991px) {
  .why .why-bg-1 {
    background-position: 130% top;
  }
  .why .why-bg-2 {
    background-position: 130% -443px;
  }
  .why .why-bg-3 {
    background-position: 130% -886px;
  }
  .why .why-bg-4 {
    background-position: 130% -1329px;
  }
  .why .why-bg-5 {
    background-position: 130% -1784px;
  }
  .why .why-bg-6 {
    background-position: 130% -2222px;
  }
  .why .why-relative-right {
    float: left;
  }
  .why .why-relative-right .why-text {
    padding-right: 16px;
    text-align: right;
  }
  .why .why-relative-right .hovered {
    border: 2px solid rgba(0, 0, 0, 0);
    border-right: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
  }
  .why .why-relative-right .zub {
    right: -20px;
    left: auto;
    background: url("../../../img/zub-right.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  .why .why-relative-mid {
    width: 310px;
  }
}

@media (max-width: 767px) {
  .why .why-relative-mid {
    width: auto;
  }
  .why .why-bg {
    display: none;
  }
  .why .why-text {
    width: auto;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    border: 2px solid rgba(0, 0, 0, 0) !important;
  }
  .why .hovered {
    border: 2px solid rgba(0, 0, 0, 0) !important;
  }
  .why .zub {
    display: none !important;
  }
}

.why .zub {
  position: absolute;
  top: 50%;
  display: none;
  width: 20px;
  height: 19px;
  margin-top: -10px;
}

.why .hovered .zub {
  display: block;
}

.info .white,
.info .black {
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}

@media (min-width: 768px) {
  .info .white,
  .info .black {
    text-align: center;
  }
}

.info .white {
  color: #EEEEEE;
}

.info .black {
  color: #333333;
}

.info a.link {
  text-decoration: none;
}

.info a.link span {
  text-decoration: underline;
}

.info a.link:hover span {
  text-decoration: none;
}

.bank-apps {
  width: 700px;
  padding-top: 12px;
  padding-bottom: 30px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .bank-apps {
    width: auto;
    margin: 0;
  }
}

.bank-apps .bank-img {
  height: 43px;
  vertical-align: middle;
}

.bank-apps .bank-img img {
  vertical-align: middle;
}

.bank-apps p {
  margin: 10px 0 0px 0px;
  font-size: 12px;
  font-variant: capitalize;
}

.bank-apps .bank-app {
  display: inline-block;
  width: 215px;
  padding: 8px 0;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: top;
  background: #FFFFFF;
  border-radius: 5px;
}

.bank-apps .bank-app a {
  display: block;
  margin-top: 8px;
}

.wallet-carousel-index .item,
.wallet-carousel-index img {
  height: 381px;
}

.footer {
  color: #FFFFFF;
  background-color: #444444;
}

.footer h4 {
  font-size: 15px;
  font-weight: bold;
}

.footer .footer-item {
  margin-bottom: 30px;
}

.footer .footer-item ul a {
  color: #CCCCCC;
}

.footer .icons > * {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 15px;
}

.footer .icons a.fb-link {
  text-decoration: none;
}

.footer .icons a.fb-link span {
  padding-left: 5px;
  color: #91AEFE;
}

.footer .icons .copy {
  color: #999999;
}

.news .news-entry {
  padding-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
}

.news .news-entry h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.news .news-entry .news-date {
  margin-right: 7px;
  color: #999999;
}

.news .news-entry a:hover img {
  border-color: #00a499;
}

.news .news-entry img {
  margin: 10px 0 20px 0;
}

.news .news-entry:last-child {
  border: none;
}

.kontakt-form .f-label {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

@media (min-width: 768px) {
  .kontakt-form .f-label {
    float: left;
    width: 33.33333333333333%;
  }
}

@media (min-width: 768px) {
  .kontakt-form .f-offset {
    margin-left: 33.33333333333333%;
  }
}

.kontakt-form .f-control {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .kontakt-form .f-control {
    float: left;
    width: 66.66666666666666%;
  }
}

.kontakt-form .f-control input {
  width: 200px;
  font-weight: bold;
}

.kontakt-form .f-control input:-moz-placeholder {
  font-weight: normal;
}

.kontakt-form .f-control input::-moz-placeholder {
  font-weight: normal;
}

.kontakt-form .f-control input:-ms-input-placeholder {
  font-weight: normal;
}

.kontakt-form .f-control input::-webkit-input-placeholder {
  font-weight: normal;
}

.kontakt-form .f-control .input-group {
  width: 200px;
}

.kontakt-form .f-control .input-group input {
  width: 100%;
}

.kontakt-form .f-control input[type=checkbox] {
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.kontakt-form label {
  font-weight: normal;
}

.kontakt-form .form-control.ng-invalid.ng-dirty,
.kontakt-form .ng-submitted .form-control.ng-invalid {
  border-color: #ff7579;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 117, 121, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 117, 121, 0.6);
}

.kontakt-form input.form-control.ng-invalid.ng-dirty,
.kontakt-form .ng-submitted input.form-control.ng-invalid {
  background: #ffffff url('../../../img/qr/input-error.png') no-repeat right center;
  border-color: #ff7579;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 117, 121, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 117, 121, 0.6);
}

.kontakt-form input.form-control.ng-valid.ng-dirty:focus {
  background: #ffffff url('../../../img/qr/input-ok.png') no-repeat right center;
}

.kontakt-form .help-block {
  margin-bottom: 0;
  font-size: 12px;
  color: #999;
}

.kontakt-form .help-block-error {
  color: #FF5D61;
}

.kontakt-form .help-block-bigger {
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  color: #999;
}

.kontakt-form .checkbox label {
  vertical-align: middle;
}

.kontakt-form .checkbox input {
  margin-top: 5px;
}

.kontakt-form .form-group {
  margin-bottom: 10px;
}

.kontakt-form .form-group .form-inline .form-group {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.kontakt-form .form-group .form-inline .form-group label {
  margin: 0;
  color: #555;
}

.kontakt-form .form-group .form-inline .form-group input.editcheck {
  width: auto;
  margin-top: 0;
  margin-left: 15px;
  outline: none;
}

.kontakt-box {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 35px;
  color: #4D5659;
}

@media (min-width: 768px) {
  .kontakt-box {
    float: left;
    width: 33.33333333333333%;
  }
}

.kontakt-box .box-entry {
  background-color: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(1, 1, 1, 0.15);
          box-shadow: 0 1px 2px rgba(1, 1, 1, 0.15);
}

.kontakt-box .box-image {
  margin: 0 auto;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.kontakt-box p:last-child {
  margin-bottom: 0;
}

.kontakt-box h3 {
  margin-top: 3px;
  color: #4d5659;
}

.kontakt-box .box-desc {
  padding: 12px;
}

@media (min-width: 768px) {
  .kontakt-box .box-desc {
    min-height: 220px;
  }
}

.kontakt-box .box-footer {
  padding: 9px 12px;
  background-color: #FCFCFC;
  border-top: 1px solid #EEEEF0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.kontakt-box .box-footer:before,
.kontakt-box .box-footer:after {
  display: table;
  content: " ";
}

.kontakt-box .box-footer:after {
  clear: both;
}

.kontakt-box .kontakt-box-image {
  padding-top: 22px;
}

.kontakt-box .text-muted {
  font-weight: normal;
}

.shirt-box {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 35px;
  color: #4D5659;
}

@media (min-width: 768px) {
  .shirt-box {
    float: left;
    width: 33.33333333333333%;
  }
}

.shirt-box .box-entry {
  background-color: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(1, 1, 1, 0.15);
          box-shadow: 0 1px 2px rgba(1, 1, 1, 0.15);
}

.shirt-box .box-image {
  margin: 0 auto;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.shirt-box p:last-child {
  margin-bottom: 0;
}

.shirt-box h3 {
  margin-top: 3px;
  color: #4d5659;
}

.shirt-box .box-desc {
  padding: 12px;
}

@media (min-width: 768px) {
  .shirt-box .box-desc {
    min-height: 50px;
  }
}

.shirt-box .box-footer {
  padding: 9px 12px;
  background-color: #FCFCFC;
  border-top: 1px solid #EEEEF0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.shirt-box .box-footer:before,
.shirt-box .box-footer:after {
  display: table;
  content: " ";
}

.shirt-box .box-footer:after {
  clear: both;
}

.navbar-viamo {
  margin-bottom: 0;
}

.navbar-viamo .navbar-nav > li > .nav-viamo {
  display: block;
  color: #fff;
}

@media (min-width: 768px) {
  .navbar-viamo .navbar-nav > li > .nav-viamo {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.navbar-viamo .navbar-nav > li > a.nav-viamo:hover,
.navbar-viamo .navbar-nav > li > a.nav-viamo:focus {
  color: #34ece4;
  text-decoration: underline;
  background-color: transparent;
}

.navbar-viamo .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 17px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-viamo .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.skracovac .signin {
  max-width: 500px;
  margin: 30px auto;
}

.skracovac .signin-in {
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.skracovac .mono {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

.skracovac .creator {
  margin: 30px auto;
}

.skracovac .creator-in {
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}