

.local_list_box h2.text-center {
    margin: auto;
	background: transparent;
}
.local_list_box #tabs {
    margin: 40px auto;
    justify-content: center;
    display: flex;
	z-index: 2;
    position: relative;
}
.local_list_box .nav-tabs {
    border-bottom: 0;
}
.local_list_box .nav-tabs .nav-link {
    border: 1px solid #BD9678;
	background-color: #FCF6EE;
	border-radius: 0;
    color: #BD9678;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 16px 16px;
}
.local_list_box .nav-tabs .nav-item.show .nav-link, .local_list_box .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #BD9678;
    border: 1px solid #BD9678;
}

.lista_lokali, .lista_lokali2 {
	position: relative;
}


.local_list_box .swiper.local_list_rotator {
    padding-bottom: 50px;
}
.local_list_box .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	border-color: #20274B;
}
.local_list_box .swiper-pagination-bullet-active {
    background: #20274B !important;
}


.local_list_box .local_back {
    background: #fff;
    border: 1px solid #BD9678;
	padding-bottom: 20px;
}
.local_list_box .local_back table {
    margin: 20px auto 0;
}
.local_list_box .local_back table td {
	width: 50%;
	padding: 0 5px;
}
.local_list_box .local_back table td:first-child {
    text-align: right;
	font-weight: bold;
}

.local_list_box .swiper-slide img {
    height: 290px;
    object-fit: cover;
    padding: 5px;
}

@media (min-width: 576px) {
.local_list_box .swiper-slide img {
    height: 360px;
}
}


@media (max-width: 991px) {
.local_list_box .swiper-slide.swiper-slide-visible.swiper-slide-prev img, .local_list_box .swiper-slide.swiper-slide-visible.swiper-slide-next img {
    opacity: 1;
}
.lista_lokali2 {
    margin: 0 40px;
}
.local_list_box  .swiper-button-prev {
    left: -55px;
}
.local_list_box  .swiper-button-next {
    right: -55px;
}
.local_list_box .nav-tabs .nav-item {
    width: calc(50% - 6px);
    text-align: center;
	margin-bottom: 6px;
	margin-top: 6px;
}
.local_list_box .nav-tabs .nav-item:nth-child(1),
.local_list_box .nav-tabs .nav-item:nth-child(3) {
	margin-right: 6px;
}
.local_list_box .nav-tabs .nav-item:nth-child(2),
.local_list_box .nav-tabs .nav-item:nth-child(4) {
	margin-left: 6px;
}
}

@media (min-width: 992px) {
.local_list_box h2.text-center {
    max-width: 630px;
}
.local_list_box #tabs {
    max-width: 630px;
}
.local_list_box .nav-tabs .nav-link {
	margin-left: 10px;
	margin-right: 10px;
}
}

@media (min-width: 1200px) {
.local_list_box .swiper.local_list_rotator {
    padding-bottom: 80px;
}
.local_list_box h2.text-center {
    max-width: 850px;
}
.local_list_box #tabs {
    max-width: 850px;
}
}

@media (min-width: 1440px) {
.local_list_box  .swiper-button-prev {
    left: -100px;
}
.local_list_box  .swiper-button-next {
    right: -100px;
}
.local_list_box .swiper.local_list_rotator {
    padding-bottom: 90px;
}
.local_list_box h2.text-center {
    max-width: 950px;
}
.local_list_box #tabs {
    max-width: 950px;
}
}

@media (min-width: 1600px) {
.local_list_box h2.text-center {
    max-width: 1000px;
}
.local_list_box #tabs {
    max-width: 1000px;
}
}




@media (min-width: 992px) {
.lista_lokali:after,
.lista_lokali:before {
	content:'';
	position: absolute;
	background: #BD9678;
	height: 1px;
	width: 780px;
	left: 0;
	right: 0;
	margin: auto;
}
.lista_lokali:after {
	top: 24px;
}
.lista_lokali:before {
	bottom: -30px;
}
.lista_lokali2:after,
.lista_lokali2:before {
	content:'';
	position: absolute;
	background: #BD9678;
	height: calc(100% + 6px);
	width: 1px;
	top: 24px;
}
.lista_lokali2:after {
	left: calc(50% - 390px);
}
.lista_lokali2:before {
	right: calc(50% - 390px);
}
}

@media (max-width: 991px) {
.tab_head {
    position: relative;
}	
.tab_head:after,
.tab_head:before {
	content:'';
	position: absolute;
	background: #BD9678;
	height: 1px;
	width: calc(100% + 40px);
	left: -20px;
}
.tab_head:after {
	top: 27px;
}
.tab_head:before {
	bottom: 27px;
}
.local_list_box #tabs:after,
.local_list_box #tabs:before {
	content:'';
	position: absolute;
	background: #BD9678;
	height: calc(100% - 55px);
	width: 1px;
	top: 27px;
}
.local_list_box #tabs:after {
	left: -20px;
}
.local_list_box #tabs:before {
	right: -20px;
}
}
