/*rgb(51, 153, 102);*/
/*.top-banner {
	background-image: url("../img/banner.png");
	background-size: 100% 100%;
}*/
div.cover-img {
	background-image: url("../img/office.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

@media only screen and (max-width: 600px) and (min-height: 401px) {
  div.cover-img  {
    background-image: url("../img/office_phone.jpg");
  }
}

@media only screen and ( max-height: 400px) {
  div.cover-img  {
    background-image: url("../img/office_phone_land.jpg");
  }
}

.top-banner {
  padding: 0px!important;
}
.meniu-top,
#mainNav {
  background-color: #116466 !important;
  /*border-bottom: solid 2px!important;
	border-bottom-color: rgb(255, 205, 51)!important;*/
}

div.burtiera-small {
	background-color: rgba(17, 100, 102, 0.7);
}

div.carousel-caption, div.burtiera {
  background-color: rgba(17, 100, 102, 0.7);
  border-radius: 20px;
}
div.carousel-caption h4 {
  color: #ffcb9a;
}
#mainNav a {
  color: #ffcb9a !important;
}
#mainNav a.active {
  color: #116466 !important;
  background-color: #ffcb9a !important;
}
.yell-text {
  color: #ffcb9a !important;
}
.blue-text {
  color: #116466 !important;
}
.bg-primary,
footer {
  background-color: #116466 !important;
}
.star-dark {
  border-color: #116466 !important;
}
.star-dark::after {
  color: #116466 !important;
}
.star-light::after {
  background-color: #116466 !important;
  color: #ffcb9a !important;
}
.star-light {
  border-color: #ffcb9a !important;
}
.btn-primary {
  border-color: #116466 !important;
  background-color: #116466 !important;
  color: #ffcb9a !important;
}
a.close-button {
  color: #116466 !important;
}
