@charset 'UTF-8';
.err {
  display: none; }

.has-error {
  color: #D84315; }

.has-error .form-control {
  border-color: #D84315;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.py-5rem {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.pt-5rem {
  padding-top: 5rem; }

.pb-5rem {
  padding-bottom: 5rem; }

.mx-60px {
  padding-left: 70px;
  padding-right: 70px; }

body {
  font-family: "Open Sans", sans-serif; }

.m-content {
  padding-left: 70px;
  padding-right: 70px; }

.social {
  padding-top: 10px;
  margin-left: auto; }
  .social ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .social__ico {
    width: 25px;
    height: auto;
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: 0 3px; }
    .social__ico:hover {
      opacity: 1; }

.nav {
  background-color: #744da1; }

.primary__menu li {
  margin-right: 15px; }
  .primary__menu li:last-child {
    margin-right: 0; }

.primary__menu a {
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  color: #fff !important;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .primary__menu a:hover {
    color: #bdbdbd !important; }

.searchform__btn {
  background: none;
  border: none;
  opacity: 0.7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .searchform__btn:hover {
    cursor: pointer;
    opacity: 1; }
  .searchform__btn img {
    width: 20px;
    height: auto; }

.searchform__field {
  background: none;
  border: none;
  color: #fff !important;
  border-left: 1px solid #ac86ca;
  padding-left: 20px;
  width: 150px; }
  .searchform__field::-webkit-input-placeholder {
    color: #fff !important; }
  .searchform__field::-ms-input-placeholder {
    color: #fff !important; }
  .searchform__field::placeholder {
    color: #fff !important; }

.slider .x {
  background-color: #f5f5f5;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slider h2 {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #1d1d1b;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 20px;
  font-weight: 600; }

.slider p {
  font-size: 0.9375rem;
  font-family: "Playfair Display", serif;
  color: #454545;
  line-height: 1.6;
  padding-bottom: 30px; }

.slider .carousel-indicators {
  margin-right: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .slider .carousel-indicators li {
    width: 9px;
    height: 9px;
    border-radius: 20px;
    background-color: #c5c5c5;
    margin-left: 10px;
    margin-right: 10px; }
  .slider .carousel-indicators .active {
    background-color: #939393; }

.text {
  padding-left: 0 !important; }

.btn-more {
	    position: absolute;
    bottom: 20px;
  width: 75px;
  height: 30px;
  -webkit-box-shadow: 1px 1px 1px #c9c9c9;
          box-shadow: 1px 1px 1px #c9c9c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
  color: #a3a3a3;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.8125rem;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }
  .btn-more:hover {
    text-decoration: none;
    -webkit-box-shadow: inset 1px 1px 1px #c9c9c9;
            box-shadow: inset 1px 1px 1px #c9c9c9; }

.news__item {
  width: 354px; 
  position: relative;
    padding-bottom: 70px !important;
  }

.news h3 {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.875rem;
  font-family: "Open Sans", sans-serif;
  color: #1d1d1b;
  line-height: 1.2; }

.news p {
  font-size: 0.9375rem;
  font-family: "Playfair Display", serif;
  color: #454545;
  line-height: 1.6; }

.news a:hover {
  text-decoration: none; }

.news img {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .news img:hover {
    opacity: 0.8; }

.news h2 {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #1d1d1b;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600; }

.classifieds .bg {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  width: 748px;
  height: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover; }

.classifieds h2 {
  font-size: 2.25rem;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 15px; }

.classifieds p {
  color: #fff;
  font-size: 0.9375rem;
  font-family: "Playfair Display", serif;
  color: #ededed;
  line-height: 1.6; }

.classifieds .text {
  width: 50%;
  padding-right: 50px; }

.classifieds .fieds {
  width: 354px;
  height: 315px;
  border: 4px solid #ededed; }

.classifieds h3 {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #1d1d1b;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 0 22px;
  font-weight: 600;
  padding-top: 15px; }

.classifieds ul {
  list-style: none;
  padding: 0 22px; }

.classifieds li a {
  font-size: 0.9375rem;
  font-family: "Playfair Display", serif;
  color: #454545;
  line-height: 1.6; }

.classifieds li {
  border-bottom: 1px solid #ededed;
  padding-top: 10px;
  padding-bottom: 10px; }
  .classifieds li:last-child {
    border: none; }

.contact__bg {
  width: 748px;
  height: 293px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.contact .data {
  padding-left: 35px; }

.contact h2 {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #1d1d1b;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px; }

.contact address, .contact a {
  font-size: 1.125rem;
  font-family: "Playfair Display", serif;
  color: #454545;
  line-height: 1.333; }

.contact .foto {
  height: 293px;
  width: 354px;
  position: relative; }

.contact .banner {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block; }

.footer {
  font-size: 0.8125rem;
  font-family: "Playfair Display", serif;
  color: #959595;
  line-height: 1.846; }

.news__wrapper > .news__item:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px; }

.display-flex-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .display-flex-space a {
    color: #000; }
  .display-flex-space a:hover {
    text-decoration: none !important; }

.zaj {
  font-family: "Playfair Display", serif; }

.art p {
  font-family: "Playfair Display", serif; }

.item {
  margin: 10px; }

.contact-text {
  height: 100%;
  padding: 50px 70px;
  border-right: 5px solid darkgray;
  background-color: #f5f5f5;
  margin-bottom: 40px; }

.langmenu {
  padding-top: 10px; }
  .langmenu .dropdown-menu {
    min-width: auto !important; }
  .langmenu__triger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .langmenu__triger img {
      margin-right: 3px;
      height: 15px;
      margin-top: 2px; }
#navbarSupportedContent > ul > li.nav-item.dropdown > div > a{
	color: #212529 !important;
}
#navbarSupportedContent > ul > li.nav-item.dropdown > div > a:hover{
	background-color: #ccc;
}
#navbarSupportedContent > ul > li.nav-item.dropdown:hover .dropdown-menu{
	display: block;
}


.dropdown-menu{
	margin:0px !important;
}

/*////////////////////////////////////////////////////////////////////////*/
@media (max-width: 991.98px) {
  .mx-60px {
    padding-left: 5px;
    padding-right: 5px; }
  .primary__menu li {
    text-align: center;
    margin-right: 0 !important; } 
	
	.dropdown-menu{
		text-align:center !important;
	}
	}

@media (max-width: 1313px) {
  .slider .text {
    padding-left: 1em !important; } }

@media (max-width: 1074px) {
  .primary__menu li {
    /*        margin-right: 10px;*/ }
  .searchform__field {
    width: 100px; }
  .nav {
    position: relative; }
  .searchform {
    position: absolute;
    right: 20px;
    top: 8px; } }

@media (max-width: 1260px) {
  .m-content, .mx-60px {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 1138px) {
  .news__wrapper {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; } }

@media (max-width: 1100px) {
  .fieds {
    width: 100% !important;
    margin-top: 1em !important;
    height: auto !important; }
  .bg, .contact__bg {
    width: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .classifieds__wrapper, .contact__wrapper {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .foto {
    margin-top: 1em; } }

@media (max-width: 700px) {
  .contact__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto; }
  .map {
    height: 300px; }
  .data, .map {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 590px) {
  .classifieds .text {
    width: 100%;
    height: 100%;
    padding-right: 0;
    background-color: rgba(153, 153, 153, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px !important; }
  .classifieds .bg {
    padding: 0; } }

@media (max-width: 655px) {
  .logo__wrapper {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .social {
    margin-left: auto; } }

@media (max-width: 576px) {
  .searchform {
    top: 0; } }

.slide .text {
  padding-left: 40px !important; }

.x .img {
  width: 100%; }
 .menus {
	  background-color: #744da1;
 }

 @media (max-width: 500px){
   .news__item{
     width: 100% !important;
   }
   .news__item img{
     max-width: 100% !important;
   }
 }
 .dropdown-toggle::after{
	 display: none !important;
 }