body {
  padding: 20px 0px 0px 0px;
  z-index: 0;
  font-family: Harrington, 'Curlz MT', fantasy, sans-serif;
}

.row-header {
  margin: 0px auto;
  padding: 0px auto;
}

.relief {
  font-family: 'Curlz MT', Harrington, fantasy, sans-serif;
  font-style: italic;
  color: #fff;
  letter-spacing: 10px;
  text-shadow: 1px 1px 0 #ccc, 2px 2px 0 #ccc, 3px 3px 0 #444, 4px 4px 0 #444, 5px 5px 0 #444, 6px 6px 0 #444, 5px 5px 15px #999;
}

.subrelief {
  font-family: Harrington, 'Curlz MT', fantasy, sans-serif;
}

.row-content {
  margin: 0px auto;
  padding: 50px 0px 50px 0px;
  border-bottom: 1px ridge;
  min-height: 400px;
}

.row-footer {
  background-color: rgb(175, 175, 175, 0.4);
  margin: 0px auto;
  padding: 20px 0px 20px 0px;
}

.jumbotron {
  padding: 0px;
  margin: 30px auto;
  background: rgba(32, 156, 238, 0.8);
  height: 100%;
  width: 100%;
  text-align: center;
  color: floralwhite;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, -1px 0px 1px 19px rgba(166, 47, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, -1px 0px 1px 19px rgba(166, 47, 0, 0);
}

.jumbotron h1 {
  font-size: 6em;
}

.imageHolder {
  position: relative;
  text-align: center;
  width: 100%;
  /* IE 6 */
  overflow: hidden;
}

.imageHolder img {
  width: 100%;
}

.title {
  position: absolute;
  text-align: left;
  top: 30%;
  left: 10%;
}

.titleUnten {
  position: absolute;
  text-align: left;
  top: 60%;
  left: 10%;
}

/********** Extra small devices only **********/

@media (max-width: 767px) {
  .jumbotron {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .jumbotron h1 {
    font-size: 4em;
  }
  .jumbotron h2 {
    font-size: 1.6em;
  }
  .title {
    position: absolute;
    top: 20%;
    margin: 0px;
  }
  .titleUnten {
    position: absolute;
    top: 50%;
    margin: 0px;
  }
  .container, .row, .row-content {
    padding-top: 0px;
    margin-top: 20px;
  }
  .media-object {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .jumbotron h1 {
    font-size: 3em;
  }
  .jumbotron h2 {
    font-size: 1.4em;
  }
}

.navbar-brand {
  padding-top: 10px;
}

.navbar-inverse {
  background: #303F9F;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background: #1A237E;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
  color: #fff;
  background: #1A237E;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a, .navbar-inverse .navbar-nav .open .dropdown-menu {
  background-color: #303F9F;
  color: #eeeeee;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
  color: #000000;
}

.left-inner-addon {
  position: relative;
}

.left-inner-addon input {
  padding-left: 30px;
}

.left-inner-addon i {
  position: absolute;
  padding: 10px 12px;
}

.right-inner-addon {
  position: relative;
}

.right-inner-addon input {
  padding-right: 30px;
}

.right-inner-addon i {
  position: absolute;
  right: 0px;
  padding: 10px 30px;
}

.tab-content .tab-pane {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.affix {
  top: 100px;
}

.carousel {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, -1px 0px 1px 19px rgba(166, 47, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, -1px 0px 1px 19px rgba(166, 47, 0, 0);
}

.carousel-inner {
  height: 100%;
}

.item img {
  width: 100%;
}

.carouselButton {
  right: 0px;
  position: absolute;
  bottom: 0px;
}

.image-mirror-effect__image {
  margin-bottom: 1px;
  box-shadow: 0 0 50px rgba(255, 255, 255, .5);
}

/* KEYFRAMES */

#background-wrap {
  bottom: 10;
  left: 0;
  position: fixed;
  right: 0;
  top: 10;
  z-index: -1;
}

@-webkit-keyframes animateBird {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@-moz-keyframes animateBird {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@keyframes animateBird {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@-webkit-keyframes upDown {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 10px;
  }
}

@-moz-keyframes upDown {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 10px;
  }
}

@keyframes upDown {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 10px;
  }
}

@-webkit-keyframes wing {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: 40px;
  }
}

@-moz-keyframes wing {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: 40px;
  }
}

@keyframes wing {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: 40px;
  }
}

@-webkit-keyframes beakTop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}

@-moz-keyframes beakTop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}

@keyframes beakTop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}

@-webkit-keyframes beakBottom {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}

@-moz-keyframes beakBottom {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}

@keyframes beakBottom {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}

/* ANIMATIONS */

.x1 {
  -webkit-animation: animateBird 35s linear infinite, upDown 1s ease-in-out infinite alternate;
  -moz-animation: animateBird 35s linear infinite, upDown 1s ease-in-out infinite alternate;
  animation: animateBird 35s linear infinite, upDown 1s ease-in-out infinite alternate;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.x2 {
  -webkit-animation: animateBird 20s linear infinite, upDown 1s ease-in-out infinite alternate;
  -moz-animation: animateBird 20s linear infinite, upDown 1s ease-in-out infinite alternate;
  animation: animateBird 20s linear infinite, upDown 1s ease-in-out infinite alternate;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x3 {
  -webkit-animation: animateBird 30s linear infinite, upDown 1s ease-in-out infinite alternate;
  -moz-animation: animateBird 30s linear infinite, upDown 1s ease-in-out infinite alternate;
  animation: animateBird 30s linear infinite, upDown 1s ease-in-out infinite alternate;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}

.x4 {
  -webkit-animation: animateBird 18s linear infinite, upDown 1s ease-in-out infinite alternate;
  -moz-animation: animateBird 18s linear infinite, upDown 1s ease-in-out infinite alternate;
  animation: animateBird 18s linear infinite, upDown 1s ease-in-out infinite alternate;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x5 {
  -webkit-animation: animateBird 25s linear infinite, upDown 1s ease-in-out infinite alternate;
  -moz-animation: animateBird 25s linear infinite, upDown 1s ease-in-out infinite alternate;
  animation: animateBird 25s linear infinite, upDown 1s ease-in-out infinite alternate;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

/* OBJECTS */

.bird {
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 20px rgb(65, 53, 226, 0.5);
  -moz-box-shadow: 0 10px 20px rgb(65, 53, 226, 0.5);
  box-shadow: 0 10px 20px rgb(65, 53, 226, 0.5);
  height: 120px;
  position: relative;
  width: 120px;
}

.bird:before, .bird:after {
  content: "";
  position: absolute;
}

/* flige */

.bird:before {
  -webkit-animation: wing 0.2s ease-in-out infinite alternate;
  -moz-animation: wing 0.2s ease-in-out infinite alternate;
  animation: wing 0.2s ease-in-out infinite alternate;
  background: #f3f3f3;
  -webkit-border-radius: 50% 0 50% 50%;
  -moz-border-radius: 50% 0 50% 50%;
  border-radius: 50% 0 50% 50%;
  height: 20px;
  left: 5px;
  width: 45px;
}

/* eye */

.bird:after {
  background: #fff;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 10px 10px 10px 10px #555 inset;
  -moz-box-shadow: 10px 10px 10px 10px #555 inset;
  box-shadow: 10px 10px 10px 10px #555 inset;
  right: 30px;
  top: 30px;
  width: 20px;
}

.beak:before, .beak:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.beak:before {
  border-bottom: 30px solid #ffde00;
  border-right: 30px solid transparent;
  height: 0;
  right: -10px;
  top: 30px;
  width: 0;
}

.beak:after {
  border-top: 30px solid #ff9200;
  border-right: 30px solid transparent;
  height: 0;
  right: -10px;
  top: 60px;
  width: 0;
}

.tail {
  background-color: #000000;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  width: 10px;
  height: 0;
  border-right: 45px solid rgb(65, 53, 226, 0.5);
  border-bottom: 40px solid transparent;
  position: absolute;
  left: -40px;
  top: 45px;
}

/* submit form on contact */

label.error.fail-alert {
  border: 2px solid red;
  border-radius: 4px;
  line-height: 1;
  padding: 2px 0 6px 6px;
  background: #ffe6eb;
}

input.valid.success-alert {
  border: 2px solid #4CAF50;
  color: green;
}

label.error {
  margin-left: 10px;
  width: auto;
  display: none;
}

#resultMsg {
  font: 3em;
  color: rgb(53, 23, 185);
  display: none;
}