body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: black;
  line-height: 250%;
  background-color: rgb(2, 52, 77);
  overflow-x: hidden;
}

h2 {
  font-size: 1.1em;
}

.page {
  background: white;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.topmenu {
  margin-left: -3px;
  padding: 0;
}

.topmenu .podstrona_bg {
  z-index: -10;
  left: -12px;
  position: absolute;
  border-bottom: 17px solid rgb(222, 220, 19);
  max-width: 1518px;
  max-height: 285px;
  overflow: hidden;
}

.podstrona_margin {
  margin-top: 150px !important;
}

.navbar button {
  background-color: rgb(2, 52, 77);
  margin-top: 50px;
}
.navbar-toggle .icon-bar {
  background: white;
}

.navbar {
  margin-bottom: 17px;
  z-index: 100;
}

#navbar {
  background-color: rgb(2, 52, 77);
  width: 150%;
  margin-top: 98px;
  font-size: 15px;
  padding-left: 0;
  margin-left: -3px;
}

.navbar-header {
  padding: 0;
}

.navbar-brand {
  padding: 0;
  margin-top: 54px;
  margin-left: -1px;
}

.navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
}

.navbar-nav > li > a:hover {
  background-color: transparent;
}

.navbar-nav > li:hover:after {
  height: 17px;
  background: rgb(222, 220, 19);
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  content: "";
}

.nav > li > a {
  color: white;
}

.nav > li > a:focus {
  background: transparent;
}

.left-menu {
  background-color: rgb(2, 52, 77);
  height: 234px;
  border-left: 17px solid rgb(222, 220, 19);
  position: relative;
}

.second {
  margin-top: 15px;
}

.triangle {
  border-style: solid;
  border-width: 23.5px 23px 23.5px 0;
  border-color: transparent white transparent transparent;
  position: absolute;
  right: 0;
  top: 168px;
}

.left-menu .a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.icon {
  position: absolute;
  left: calc(50% - 26px);
  top: 64px;
}

.icon-text {
  color: white;
  font-size: 20px;
  margin-top: 135px;
  margin-left: calc(50% - 30px);
}

.left-menu .a:hover,
.icon-text:hover,
.left-menu .a:focus,
.icon-text:focus {
  cursor: pointer;
}

.data-box-large {
  display: none;
  background: white;
  opacity: 0.9;
  position: absolute;
  left: -10px;
  z-index: 100;
  padding: 30px;
  width: calc(100% + 11px);
  bottom: -18px;
  height: 484px;
}
.fa-times {
  font-size: 25px !important;
  position: absolute;
  top: 30px;
  cursor: pointer;
  right: 30px;
}

.a-data {
  display: none;
}

.icon #icon2 {
  margin-left: -10px;
}

.slider {
  max-width: 100%;
  position: absolute;
  padding: 0;
  margin-left: 15px;
  top: 0;
  width: 122%;
  left: 364px;
  border-bottom: 17px solid rgb(222, 220, 19);
}
.slider .slider-text {
  position: absolute;
  z-index: 100;
  bottom: 45px;
  left: 105px;
  text-align: right;
}

.slider .slider-text span {
  display: block;
  font-size: 42px;
  font-weight: bold;
  color: white;
  margin-top: 15px;
}
.slider .slider-text span:last-of-type div {
  display: inline;
  position: relative;
}
.slider .slider-text span:last-of-type div:before {
  content: "";
  background: url("../images/slider-text-line.jpg");
  width: 250px;
  height: 4px;
  position: absolute;
  z-index: 100;
  left: -280px;
  bottom: 21px;
}

.slider .slider-text-one-line {
  position: absolute;
  z-index: 100;
  bottom: 65px;
  left: 105px;
  text-align: right;
}

.slider .slider-text-one-line span {
  display: block;
  font-size: 42px;
  font-weight: bold;
  color: white;
  margin-top: 15px;
}
.slider .slider-text-one-line span:last-of-type div {
  display: inline;
  position: relative;
}

.slider .slider-text-one-line span:last-of-type div:before {
  content: "";
  background: url("../images/slider-text-line.jpg");
  width: 250px;
  height: 4px;
  position: absolute;
  z-index: 100;
  right: 0px;
  bottom: -20px;
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.slider_img {
    position: relative;
    max-width: 770px;
    max-height: 653px;
}

.sliderDesc {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right:0px;
  z-index: 10000;

}

.sliderDesc h2 {
    font-size: 2.5em;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    margin: auto;
    text-align: center;
}

.content h1 {
  color: rgb(222, 220, 19);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
}

.content {
  margin-top: 50px;
  margin-bottom: 100px;
}

.content p {
  text-align: justify;
}

footer {
  background-color: rgb(2, 52, 77);
  height: 100%;
}

footer .row {
  margin-top: 65px;
  margin-bottom: 65px;
}

footer .right {
  text-align: right;
  line-height: 100%;
  color: white;
}

footer .right a {
  color: white;
}

footer img {
  float: left;
}

footer .arrow {
  float: left;
  font-size: 20px;
  color: white;
  border: 2px solid white;
  padding: 15px;
  margin-left: 15px;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .second {
    margin-top: 0;
    margin-left: 2%;
  }

  .left-menu {
    margin-top: 50px;
    width: 49%;
  }
  .topmenu #podstrona_bg {
    display: none;
  }
  .podstrona_margin {
    margin-top: 50px !important;
  }
  .data-box-small {
    display: none;
    background: white;
    opacity: 0.9;
    position: absolute;
    z-index: 100;
    padding: 20px;
    padding-right: 60px;
    left: 10px;
    width: 100%;
    height: auto;
    top: 40px;
    left: auto;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 750px;
  }
  .second {
    margin-top: 0;
  }
  #navbar {
    width: 100%;
  }
  .left-menu {
    width: 48%;
  }
  .second {
    margin-left: 2%;
  }
  .navbar-nav > li > a {
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-nav {
    margin-left: 10%;
  }
  .topmenu #podstrona_bg {
    display: none;
  }
  .podstrona_margin {
    margin-top: 20px !important;
  }
  .data-box-small {
    display: none;
    background: white;
    opacity: 0.9;
    position: absolute;
    z-index: 100;
    padding: 20px;
    padding-right: 60px;
    top: 40px;
    left: 10px;
    width: 100%;
    height: auto;
    top: -10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 100%;
  }

  .slider {
    left: 34%;
    margin-left: 0;
  }
  #navbar {
    margin-left: 5px;
  }

  .navbar-nav > li > a {
    margin-left: 9px;
    margin-right: 9px;
  }
  .topmenu .podstrona_bg {
    left: 5px !important;
  }
  .data-box-large {
    padding-right: 60px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0;
    position: relative;
  }
  .slider {
    margin-left: 20px;
    left: 364px;
  }
  #navbar {
    margin-left: -12px;
  }
  .left-menu {
    width: 354px;
  }
}
