/* GENERAL */
body {
  background-color: #641A42;
}
a:hover{
  color: #000;
  text-decoration: none;
}
.nav-link:hover, .category-name:hover {
  color: #000;
  text-decoration:none;
}
.navbar-brand {
  display: none;
  margin-right: 0!important;
  width: 100px;
}
.navbar-brand img  {
  width: 100%;
}
.navbar-top {
  margin-left: auto;
  margin-right: auto;
}
.nav-link {
  color: #000;
}
.nav-link.main-menu {
  color: #fff;
}
/*HEADER - Navbar*/
#layout-header #layout-nav {
  padding: 0;
}
#layout-header #layout-nav .top-nav {
  position: fixed;
  top: 0;
  z-index: 99999;
  background: #641A42;
  text-align: center;
  box-shadow: 0px 1px 3px 0px #666;
}
#layout-header #layout-nav .top-nav .search-input{
	display: flex;
	justify-content: center;
    margin: 1px 0px;
    padding-right: 0;
}
#layout-header #layout-nav .top-nav .search-input form{
  width: 100%;
  display: grid;
}
#layout-header #layout-nav .top-nav .search-input form input{
	height: 44.5px;
	border-radius: 0;
	border: none;
  min-width: 100%;
  display: block;
}
.form-control:focus{
	border-color: #fff;
	box-shadow: none;
	outline: none;
}
#layout-header #layout-nav .top-nav .search-input i{
    padding-left: .75rem;
    align-items: center;
    display: flex;
    background: #fff;
    margin: 0;
    color: #e91461;
}
#layout-header #layout-nav .top-nav .search-input i.fa-times{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
    display: none;
    cursor: pointer;
}
#layout-header #layout-nav .top-nav .navbar-right a{
	color: #fff;
}
#layout-header #layout-nav .top-nav .navbar-right a i{
	color: #fff;
}

/*HEADER - Menu*/
#layout-header #layout-nav .cover{
	background-image: url('/themes/kukur/assets/images/auto_baner_4.jpg');
	background-color: #53779b;
	height: 350px;
	width: 100%;
	background-position: center;
}
#layout-header #layout-nav .menu-container{
  	position: relative;
}
#layout-header #layout-nav .menu-container .menu {
	position: absolute;
	top: -20px;
	background-color: #fff;
	border: 1px solid #b8b8b8;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
#layout-header #layout-nav .menu-container .menu .navbar{
	margin: 0;
	padding: 20px 0;
}
	#layout-header #layout-nav .menu-container .menu .navbar .nav-item {
	list-style: none;
	text-align: center;
	width: 75.2px;
	/*line-height: 0.9;*/
}
#layout-header #layout-nav .menu-container .menu .navbar .nav-item a {
	font-size: 13px;
	color: #3c3c3c;
	text-decoration: none;
}
#layout-header #layout-nav .menu-container .menu .navbar .nav-item img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
#layout-header #layout-nav .menu-container .menu .navbar .nav-item 	.category-name {
	display: block;
	margin-top: 10px;
	line-height: 1.2;
	height: 20px;
}
#mobile-show {
  display: none;
}
@media (max-width: 768px) {
	#layout-header #layout-nav .top-nav{
		padding: 0;
	}
	#layout-header #layout-nav .logo{
		display: none;
	}
	#layout-header #layout-nav #navbar-right{
		display: none;
	}
	#layout-header #layout-nav .top-nav .search-input{
	    -ms-flex: 0 0 85.666667%;
	    flex: 0 0 85.666667%;
	    max-width: 85.666667%;
	    padding: 0;
	}
	#layout-header #layout-nav .top-nav .search-input i{
		background: transparent;
		padding: 10px 14px;
	}
	#layout-header #layout-nav .top-nav .search-input i.fa-times{
	    right: 0px;
	    top: 5px;
	}
	#layout-header #layout-nav .menu-container{
		display: none;
	}
	#layout-header #layout-nav .top-nav .search-input form input{
		height: 46.5px;
	}
  	#mobile-show {
	    display: block;
	    color: #fff;
	    font-size: 18px!important;
	    margin: 0!important;
	    background: none;
	    padding: 10px 14px;
  	}
  	.top-nav{
		height: 48px;
		box-shadow: 0px 1px 9px 0px #666;
	}
}


/*MOBILE*/

#layout-header #layout-nav .cover .mobile-menu {
    position: absolute;
    top: 0;
    right: 15px;
    float: right;
    background-color: #fff;
    z-index: 9999;
}
#layout-header #layout-nav .cover .mobile-menu .mobile-navbar {
  padding: 15px;
  margin-bottom: 0;
}
#layout-header #layout-nav .cover .mobile-menu .mobile-nav-item {
  text-align: left;
}
#layout-header #layout-nav .cover .mobile-menu .mobile-nav-item img {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: left;
    margin-right: 10px;
}
.mobile-category-name {
  display: inline-block;
}
.mobile-abonohu {
  display: none!important;
}
.mobile-footer {
  display: none;
}
.offers-mobile {
  display: none;
}
.mobile-show-search {
  display: none;
}

#layout-header .menu-modal .modal-content .mobile-navbar .nav-item{
	list-style: none;
}
#layout-header .menu-modal .modal-content .mobile-navbar .nav-item a{
	color: #000;
}

@media (max-width: 768px) {
	#layout-header .menu-modal .modal-content .mobile-navbar{
		padding-left: 25px;
	}
	#layout-header .menu-modal .modal-content .mobile-navbar .nav-item{
		padding: 5px 0;
	}
  #layout-header .menu-modal .modal-content .mobile-navbar .nav-item img {
    width: 35px;
    height: 35px;
  }
  .home #layout-header #layout-nav .cover {
    display: none;
  }
}

/*CONTENT*/
#layout-content .jumbotron {
	border-radius: 0;
	margin-bottom: 0;
	padding-top: 120px;
}
#layout-content .jumbotron a{
	text-decoration: none;
}
#layout-content .jumbotron #home-slider{
	margin-top: 25px;
}
#layout-content .jumbotron #home-slider ul.carousel-indicators li{
	width: 13px;
  	height: 13px;
  	border-radius: 50%;
}
#layout-content .jumbotron #home-slider ul.carousel-indicators li.active {
  background-color: #0000009c;
}
#layout-content .jumbotron #home-slider .home-slider img{
  width: 100%;
  /*height: 335px;*/
}
#layout-content .jumbotron #home-row .frame {
  height: 335px;
  background-color: #debb31;
  color: #fff;
  position: relative;
  margin-top: 25px;
}
#layout-content .jumbotron #home-row #blue {
  background-color: #48b2d9;
}
#layout-content .jumbotron #home-row #red{
  background-color: #de5754;
}
#layout-content .jumbotron #home-row #blue-green {
  background-color: #369e97;
}
#layout-content .jumbotron #home-row #green {
  background-color: #5ca748;
}
#layout-content .jumbotron #home-row #grey {
  background-color: #aaaaaa;
  height: 420px;
}
#layout-content .jumbotron #home-row #purple {
  background-color: #554e81;
  position: relative;
}
#layout-content .jumbotron #home-row #orange {
  background-color: #ef5821;
  margin-top: 0;
}
#layout-content .jumbotron #home-row .frame img{
	width: 100%;
	height: 155px;
}
#layout-content .jumbotron #home-row .frame .frame-data {
	padding: 6px;
}
#layout-content .jumbotron #home-row .frame .frame-title {
	margin-top: 0;
	font-weight: bold;
	font-size: 12px;
}
#layout-content .jumbotron #home-row .frame .frame-description {
	font-size: 12px;
	line-height: 1;
}
#layout-content .jumbotron #home-row .frame .frame-location {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#layout-content .jumbotron #home-row .frame.longer{
	height: 370px;
}
#layout-content .jumbotron #home-row .frame.horizontal {
	height: 167px;
}
#layout-content .jumbotron #home-row .frame.horizontal img.horizontal-img{
	width: 50%;
	float: left;
	display: inline-block;
	height: 167px;
}
#layout-content .jumbotron #home-row .frame.horizontal .horizontal-frame-data{
	display: inline-block;
	height: 100%;
	position: relative;
	width: 45%;
}
#layout-content .jumbotron #home-row .frame#horizontal-wider{
    height: 215px;
}
#layout-content .jumbotron #home-row .frame#horizontal-wider img{
	width: 64%;
	height: 215px;
}
#layout-content .jumbotron #home-row .frame#horizontal-wider .horizontal-frame-data {
	width: 36%;
}
#layout-content .jumbotron #home-row .col-up{
	margin-top: -205px;
}
#layout-content .jumbotron #home-row .small-frame,
#layout-content .jumbotron #home-row .small-col {
	height: 205px;
}
#layout-content .jumbotron #home-row .frame.small-frame img{
	height: 155px;
}
#layout-content .jumbotron #home-row .small-frame .frame-description{
	display: none;
}
#layout-content .jumbotron #home-row #right {
	position: absolute;
	right: 0;
	bottom: 230px;
}
/*//left*/
#layout-content .jumbotron #home-row #right.left {
	left: 0;
    right: unset;
    bottom: 445px;
    z-index: 99;
}
#layout-content .jumbotron #home-row .left .frame.small-frame{
	height: 180px;
}
#layout-content .jumbotron #home-row .left .frame.small-frame img{
	height: 125px;
}
#layout-content .jumbotron #home-row .frame#last-card {
	height: 205px;
}
#layout-content .jumbotron #home-row .frame#last-card img {
	width: 61%;
	height: 205px;
}
#layout-content .jumbotron #home-row .frame#last-card .horizontal-frame-data {
	width: 39%;
}
@media (max-width: 380px) {
	#layout-content .jumbotron {
		padding-top: 0;
	}
	.home #layout-content .jumbotron {
		padding-top: 40px;
	}
  .search-view #layout-content .jumbotron {
		padding-top: 80px;
	}
  .search-view #layout-header #layout-nav .cover{
    display: none;
  }
	#layout-content .jumbotron #home-row .col-xs-6{
		flex: 0 0 50%;
    	max-width: 50%;
	}
	#layout-content .jumbotron #home-row .frame{
		height: 215px !important;
		margin-top: 35px !important;
	}
	#layout-content .jumbotron #home-row .frame.tablet-frame{
		height: 170px !important;
		margin-bottom: 315px !important;
	}
	#layout-content .jumbotron #home-row .frame img{
		width: 100% !important;
		height: 100px !important;
	}
	#layout-content .jumbotron #home-row .frame.horizontal .frame-data{
		width: 100% !important;
		height: auto;
		position: unset;
	}
	.home #cover {
		display: none;
	}
	#layout-content .jumbotron #home-row .col-up{
		margin-top: 0;
	}
	#layout-content .jumbotron #home-row #mobile-col{
		height: 120px !important;
	}
	#layout-content .jumbotron #home-row #red,
	#layout-content .jumbotron #home-row .frame#horizontal-wider,
	#layout-content .jumbotron #home-row #purple{
		height: 120px !important;
	}

	#layout-content .jumbotron #home-row #purple .frame-description{
		display: block;
	}
	#layout-content .jumbotron #home-row #red img,
	#layout-content .jumbotron #home-row .frame#horizontal-wider img,
	#layout-content .jumbotron #home-row #purple img{
		width: 50% !important;
		height: 120px !important;
	}
	#layout-content .jumbotron #home-row #red .frame-data,
	#layout-content .jumbotron #home-row .frame#horizontal-wider .frame-data,
	#layout-content .jumbotron #home-row #purple .frame-data{
		width: 50% !important;
		float: right;
	}
	#layout-content .jumbotron #home-row #red .frame-location,
	#layout-content .jumbotron #home-row .frame#horizontal-wider .frame-location,
	#layout-content .jumbotron #home-row #purple .frame-location{
		margin: 0 !important;
	    left: unset;
	    right: 35px;
	    bottom: 3px;
	}
	#layout-content .jumbotron #home-row .small-frame{
		height: 170px !important;
		margin-top: 0 !important;
	}
	#layout-content .jumbotron #home-row .small-col{
		height: 205px !important;
		margin-top: 35px !important;
	}
	#layout-content .jumbotron #home-row .small-frame img{
		height: 50% !important;
	}
	/*//left*/
	#layout-content .jumbotron #home-row #right.left{
	    bottom: 546px;
	}
	#layout-content .jumbotron #home-row #right{
    	bottom: 395px;
    	height: 280px !important;
	}
	#layout-content .jumbotron #home-row #right img{
		height: 40% !important;
	}
	#layout-content .jumbotron #home-row #right .frame{
		height: 280px !important;
	}
	#layout-content .jumbotron #home-row #right.left{
	    bottom: 395px;
	}
	#layout-content .jumbotron #home-row #right .frame-description{
		display: block;
	}
	#layout-content .jumbotron #home-row .frame#last-card{
		height: 170px !important;
	}
	#layout-content .jumbotron #home-row .frame#last-card img{
		height: 50% !important;
	}
	#layout-content .jumbotron #home-row .frame#last-card .frame-description{
		display: none;
	}
	#layout-content .jumbotron #home-row .frame.tablet-frame .frame-description{
		display: none;
	}

}
@media (min-width: 381px) and (max-width: 768px){
	#layout-content .jumbotron {
		padding-top: 0;
	}
	.home #layout-content .jumbotron {
		padding-top: 40px;
	}
	#layout-content .jumbotron #home-row .col-xs-6{
		flex: 0 0 50%;
    	max-width: 50%;
	}
	#layout-content .jumbotron #home-row .frame{
		height: 335px !important;
		margin-top: 35px !important;
	}
	#layout-content .jumbotron #home-row .frame.tablet-frame{
		height: 205px !important;
    	margin-bottom: 380px !important;
	}
	#layout-content .jumbotron #home-row .frame img{
		width: 100% !important;
		height: 155px !important;
	}
	#layout-content .jumbotron #home-row .frame.horizontal .frame-data{
		width: 100% !important;
		height: auto;
		position: unset;
	}
	.home #cover {
		display: none;
	}
	#layout-content .jumbotron #home-row .col-up{
		margin-top: 0;
	}
	#layout-content .jumbotron #home-row #mobile-col{
		height: 155px !important;
	}
	#layout-content .jumbotron #home-row #red,
	#layout-content .jumbotron #home-row .frame#horizontal-wider,
	#layout-content .jumbotron #home-row #purple{
		height: 155px !important;
	}
	#layout-content .jumbotron #home-row #red img,
	#layout-content .jumbotron #home-row .frame#horizontal-wider img,
	#layout-content .jumbotron #home-row #purple img{
		width: 50% !important;
		height: 155px !important;
	}
	#layout-content .jumbotron #home-row #purple .frame-description{
		display: block;
	}
	#layout-content .jumbotron #home-row #red .frame-data,
	#layout-content .jumbotron #home-row .frame#horizontal-wider .frame-data,
	#layout-content .jumbotron #home-row #purple .frame-data{
		width: 50% !important;
		float: right;
	}
	#layout-content .jumbotron #home-row #red .frame-location,
	#layout-content .jumbotron #home-row .frame#horizontal-wider .frame-location,
	#layout-content .jumbotron #home-row #purple .frame-location{
		margin: 0 !important;
	    left: unset;
	    right: 70px;
	    bottom: 3px;
	}
	#layout-content .jumbotron #home-row .small-frame{
		height: 205px !important;
		margin-top: 0 !important;
	}
	#layout-content .jumbotron #home-row .small-col{
		height: 205px !important;
		margin-top: 35px !important;
	}
	#layout-content .jumbotron #home-row .small-frame img{
		height: 60% !important;
	}
	#layout-content .jumbotron #home-row #right{
    	bottom: 430px;
    	height: 340px !important;
	}
	#layout-content .jumbotron #home-row #right .frame{
		height: 340px !important;
	}
	#layout-content .jumbotron #home-row #right.left{
	    bottom: 430px;
	}
	#layout-content .jumbotron #home-row #right img{
		height: 50% !important;
	}
	#layout-content .jumbotron #home-row #right .frame-description{
		display: block;
	}
	#layout-content .jumbotron #home-row .frame#last-card{
		height: 205px !important;
	}
	#layout-content .jumbotron #home-row .frame#last-card img{
		height: 60% !important;
	}
	#layout-content .jumbotron #home-row .frame#last-card .frame-description{
		display: none;
	}
	#layout-content .jumbotron #home-row .frame.tablet-frame img{
		height: 60% !important;
	}
	#layout-content .jumbotron #home-row .frame.tablet-frame .frame-description{
		display: none;
	}

}

@media (min-width: 769px) and (max-width: 991px){
	#layout-content .jumbotron{
		padding-top: 200px;
	}
	.col-md-6{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.col-md-3{
	    flex: 0 0 50%;
    	max-width: 50%;
	}
	#layout-content .jumbotron #home-row .col-up{
		margin-top: 0;
	}

	#layout-content .jumbotron #home-row #grey{
	    height: 335px;
	}
	#layout-content .jumbotron #home-row .small-frame,
	#layout-content .jumbotron #home-row .small-col{
		height: 335px;
	}
	#layout-content .jumbotron #home-row #right{
		position: unset;
	    flex: 0 0 100%;
   		max-width: 100%;
   		margin-top: 25px;
		height: 205px;
	}
	#layout-content .jumbotron #home-row #right.left{
	    flex: 0 0 50%;
    	max-width: 50%;
	}
	#layout-content .jumbotron #home-row #right.left img{
		width: 100%;
		height: 60%;
	}
	#layout-content .jumbotron #home-row #right .frame{
		height: 205px;
	}
	#layout-content .jumbotron #home-row #right img{
		width: 50%;
		height: 100%;
	}
	#layout-content .jumbotron #home-row #right.left .frame-data{
		width: 100%;
		display: inline-block;
    	height: 40%;
    	position: relative;
    	float: right;
	}
	#layout-content .jumbotron #home-row #right .frame-data{
		width: 50%;
		position: relative;
		float: right;
		height: 100%;
	}
	#layout-content .jumbotron #home-row .frame#last-card{
		margin-top: 50px;

	}
	#layout-content .jumbotron #home-row .frame#last-card img,
	#layout-content .jumbotron #home-row .frame#horizontal-wider img{
		width: 50%;
	}
	#layout-content .jumbotron #home-row .small-col.left .small-frame, #layout-content .jumbotron #home-row .small-col.left{
		height: 205px;
	}
	#layout-content .jumbotron #home-row .tablet-view{
		flex: 0 0 50%;
    	max-width: 50%;
	}
	#layout-content .jumbotron #home-row .tablet-view .frame.horizontal{
		height: 370px;
	}
	#layout-content .jumbotron #home-row .tablet-view .frame.horizontal .horizontal-img{
		width: 100%;
		height: 155px;
	}
	#layout-content .jumbotron #home-row .tablet-view .frame.horizontal .horizontal-frame-data{
		width: 100%;
		height: 57%;
	}
	#layout-content .jumbotron #home-row .small-frame .frame-description{
		display: block;
	}

}
/* CATEGORY PAGE */
#layout-content .category-card {
	background-color: #fff;
	border:1px solid #b8b8b8;
	margin-bottom: 30px;
	cursor: pointer;
	transition: 0.1s background-color linear, 0.1s color linear;
	margin-top: 25px;
}
#layout-content .category-card:hover {
	opacity: .8;
}
#layout-content .category-card #category-card-img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}
#layout-content .category-card .category-data {
  padding: 15px;
  display: inline-block;
}
#layout-content .category-card .category-data .date {
    color: #939393;
    font-size: 13px;
}
#layout-content .category-card .category-data .title {
    font-size: 16px;
    font-weight: bold;
}
#layout-content .category-card .category-data .city {
    font-size: 13px;
    color: #939393;
}
#layout-content .category-card .subcategory-logo {
  width: 45px;
  height: 45px;
  margin-top: 25px;
  float: right;
  margin-right: 10px;
}
@media (max-width: 768px) {
	#layout-content .category-card .category-data .title{
		max-width: 170px;
	}
	#layout-content .category-card {
		margin-bottom: 0;
	}
}
/* SINGLE BUSINESS */
#layout-content .business-data {
  background-color: #fff;
}
#layout-content .business-data p{
	margin-bottom: 0;
}
#layout-content .business-data .single-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #6c757d26;
}
#layout-content .business-data .business-card {
  padding: 15px;
}
#layout-content .business-data .business-card .business-title {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#layout-content .business-data .business-card .file-icon {
  float: left;
  font-size: 15px;
  color: #00000095;
  margin-right: 10px;
}
#layout-content .business-data .business-card .file-icon-phone{
  float: left;
  font-size: 0.9rem;
  color: #00000095;
  margin-right: 10px;
  transform: rotate(90deg);
}
#layout-content .business-data .business-card .business-description {
  font-size: 13px;
  margin-left: 25px;
  margin-bottom: 1rem;
}
#layout-content .business-data .business-card .business-informations {
  font-size: 13px;
  word-wrap: break-word;
  margin-left: 25px;
  margin-bottom: 14px;
  font-weight: 400;
}
#layout-content .business-data .business-card .contact{
	color: #ff0000;
	display: block;
	margin-bottom: 10px;
	margin-top: 25px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
#layout-content .business-data .business-card .social {
  display: block;
  margin-bottom: 10px;
}
#layout-content .business-single-middle {
   background-color: #fff;
 }
#layout-content .business-single-middle #single-slider{
  bottom: -50px;
  margin-right: 0;
  margin-left: 0;
  padding: 10px;
  background-color: #fff;
}
#layout-content .business-single-middle ul.carousel-indicators li{
	width: 13px;
  	height: 13px;
  	border-radius: 50%;
}
#layout-content .business-single-middle #single-slider.carousel-indicators li {
  background-color: #00000059;
}
#layout-content .business-single-middle #single-slider.carousel-indicators li:hover{
	cursor: pointer;
}
#layout-content .business-single-middle #single-slider.carousel-indicators li.active {
  background-color: #0000009c;
}
#layout-content .business-single-middle img.single-slider {
  /*height: 440px;*/
  width: 100%;
  /*object-fit: cover;*/
}
#layout-content .business-single-middle #gallery,
#layout-content .business-single-middle #flyer {
   padding: 25px;
   padding-top: 60px;
   padding-bottom: 0;
 }
#layout-content .business-single-middle #gallery .fa-images,
#layout-content .business-single-middle #flyer .flyer-icon,
  #layout-content .business-single-middle .map .map-location {
  float: left;
  font-size: 1.7rem;
  color: #00000095;
  margin-right: 10px;
  margin-top: 15px;
}
#layout-content .business-single-middle #gallery .gallery-title,
#layout-content .business-single-middle #flyer .flyers-title {
  margin-top: 15px;
  margin-bottom: 15px;
}
#layout-content .business-single-middle .iframes {
/*  margin-bottom: 5px;
  margin-top: 5px;*/
  height: 100%;
  padding: 0 5px;
}
#layout-content .business-single-middle .iframes .button-img{
  height: 80px;
  width: 100%;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
#layout-content .business-single-middle #gallery .row{
	margin-left: -5px;
  margin-right: -5px;
}
#layout-content .business-single-middle #flyer .row{
	margin-right: -5px;
  margin-left: -5px;
}
#layout-content .business-single-middle #flyer .bs-flyers{
	padding: 0 5px;
}
img.gallery, img.flyer-item {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  margin: 0;
  padding-bottom: 10px;
}
#layout-content .business-single-middle .map {
  margin-top: 40px;
}
#layout-content .business-single-middle .map .map-location {
   margin-left: 15px;
 }
#layout-content .business-single-middle .map .map-title {
  display: inline-block;
  margin-top: 15px;
}
#layout-content .business-single-middle .map #map {
   width: 100%;
   height: 400px;
   background-color: grey;
   margin-top: 25px;
   margin-bottom: 25px;
   height: 300px;
 }
#layout-content .share-section {
  padding: 10px 0;
}
#layout-content .share-section .share-social {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  background-color: #00000056;
  color: #fff;
  text-align: center;
  line-height: 2.3;
  transition: 0.1s background-color linear, 0.1s color linear;
}
#layout-content .share-section .share-social:hover {
  color: #fff;
}
#layout-content .share-section .share-social.facebook-share:hover {
  background-color: #3b579c;
}
#layout-content .share-section .share-social.twitter-share:hover {
  background-color: #16aced;
}
#layout-content .share-section .share-social.linkedin-share:hover {
  background-color: #007bb6;
}
#layout-content .share-section .share-social.pinterest-share:hover {
  background-color: #c94638;
}
#layout-content .share-section .share-social.gplus-share:hover {
  background-color: #d64632;
}
#you-tube-iframe, #facebook-iframe {
  min-height: 300px;
  height: auto;
}
#layout-content .related-b-title {
   margin-top: 20px;
}
@media (max-width: 768px) {
	#layout-content .business-single-middle .iframes{
		width: 50%;
	}
	#layout-content .business-single-middle #gallery .row{
		margin-left: -5px;
		margin-right: -5px;
	}
	#layout-content .business-single-middle #flyer .bs-flyers{
		width: 50%;
	}
	#layout-content .business-single-middle #flyer .row{
		margin-left: -5px;
		margin-right: -5px;
	}
	#layout-content .business-single-middle #flyer{
		padding-top: 0;
	}
}
/*ABONOHU PAGE*/
#layout-content .abonohu-form {
  margin-bottom: 8rem;
}
#layout-content .abonohu-form .top-text{
    padding: 0 60px;
    /*text-align: center;*/
    margin-top: 25px;
}
#layout-content .abonohu-form .btn-theme {
  background-color: #5b2842;
  color: #fff;
  width: 100%;
  margin-top: 25px;
  border-radius: 0;
}
#layout-content .info-photo,
#layout-content .info-video {
   width: 100%;
   height: 300px;
   object-fit: cover;
}
#layout-content .my-auto .about {
  padding: 30px;
}
#layout-content .footer-text {
  color: #815b6e;
  font-size: 12px;
  margin-top: 8rem;
}
@media (max-width: 768px) {
	#layout-content .my-auto .about {
      	padding: 0;
	    padding-top: 30px;
	}
	#layout-content .footer-text {
		margin-top: 75px;
		text-align: justify;
	}
}
/*OFFERS PAGE*/
#layout-content .jumbotron .offers-title {
	margin-bottom: 20px;
	margin-top: 15px;
}
.flyer-item {
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
  margin-left: 15px;
}
.flyer-item img{
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  #layout-content .jumbotron .offers {
  	background-color: #1ebf01;
  	padding: 1.3rem 2.1rem;
  	margin-bottom: 20px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*FLYERS*/
.flyers {
  padding: 0;
  margin-top: 25px;
}
.flyers .offers {
	background-color: #1ebf01;
	padding: 1.3rem 2.1rem;
	margin-bottom: 20px;
	text-align: center;
}
.flyers .offers p{
	color: #fff;
	text-align: center;
	font-size: 25px;
	cursor: pointer;
	text-decoration: none;
	line-height: 1.0
}
.flyers .offers:hover{
	background-color: #166d06;
}
.flyers .offers span {
	font-size: 40px;
}
.flyers-card {
  margin-bottom: 10px;
  cursor: pointer;
}
.offer {
	color: #f00;
	height: 50px;
	display: inline-flex;
	width: 100%;
	background: #F7ED00;
	display: flex;
	justify-content: space-between;
}
.offer .offer-value {
  display: inline-block;
  background: #F7ED00;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 5px;
  float: left;
}
#v-home {
  margin: 0;
  margin-left: 2%;
  align-items: center;
}
#o-home,
#v-home {
  color: #f00;
  background-color: #F7ED00;
  display: flex;
  justify-content: space-between;
}
.offer-time {
  background-color: #f00;
  color: #F7ED00;
  width: 25%;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#t-home {
  color: #F7ED00;
  border-color: #f00;
  text-align: center;
}
.flyers img {
	width: 100%;
}
/*// Flayers in modal //*/
.modal .offer .offer-value{
	font-size: 25px;
}
.modal .offer  .offer-time{
	width: 30%;
	font-size: 25px;
}
.flyer-prev, .flyer-next {
  background-color: #000;
  height: 50px;
  width: 35px;
}
.carousel-item-flyer img {
  /*max-height: 500px;*/
  height: 100%;
  width: 100%;
  /*object-fit: contain;*/
}
@media (max-width: 768px) {
	.offer {
		height: 60px;
	}
	.offer-time{
		font-size: 20px;
		line-height: 1.0;
	}
	.offer .offer-value{
		font-size: 20px;
	}
}
@media (min-width: 769px) and (max-width: 991px){
	.flyers .offers {
	    padding: 1.3rem 1.1rem;
	}
}

/*FOOTER*/

#layout-footer .desktop-footer, #layout-footer .mobile-footer{
	display: block;
  background-color: #5b2842;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
  padding-top: 35px;
}
#layout-footer .desktop-footer a, #layout-footer .mobile-footer a{
  color: #fff;
}
#layout-footer .desktop-footer .rights-reserved, #layout-footer .mobile-footer .rights-reserved{
  border-top: 3px solid #c09d3e;
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#layout-footer .desktop-footer .rights-reserved p{
  margin-top: 20px;
  text-align: center;
}
#layout-footer .desktop-footer .footer-right .info{
	display: flex;
	justify-content: space-evenly;
}
#layout-footer .desktop-footer .footer-right .info p, #layout-footer .mobile-footer .footer-right .info p{
	display: inline;
	font-size: 14px;
}
#layout-footer .desktop-footer .footer-right .info p i, #layout-footer .mobile-footer .footer-right .info p i{
	padding-right: 10px;
	color: #c09d3e;
	margin-right: 3px;
}
#layout-footer .desktop-footer .social-footer, #layout-footer .mobile-footer .social-footer{
	display: flex;
	justify-content: center;
	padding-right: 30px;
}
#layout-footer .desktop-footer .social-footer p{
	display: inline;
}
#layout-footer .desktop-footer .social-footer p .social-icons, #layout-footer .mobile-footer .social-footer p .social-icons {
  font-size: 17px;
  margin-right:15px;
  color: #c09d3e;
  display: inline-block;
  text-decoration: none;
}
#layout-footer .desktop-footer .social-footer p .social-icons i, #layout-footer .mobile-footer .social-footer p .social-icons i {
  color: #c09d3e;
  border: 1px solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#layout-footer .mobile-footer{
	display: none;
}
.menu-modal .modal-dialog {
  max-width: 550px;
}

.menu-modal .modal-dialog .modal-body img {
  width: 100%;
}
@media (max-width: 768px) {
	#layout-footer .desktop-footer{
		display: none;
	}
	#layout-footer .mobile-footer{
		display: block;
	}
	#layout-footer .mobile-footer{
		padding: 0;
	    padding-bottom: 55px;
	}
	#layout-footer .mobile-footer .footer-right{
		display: block;
	}
	#layout-footer .mobile-footer .footer-right .info{
		display: flex;
		justify-content: center;
	}
	#layout-footer .mobile-footer .footer-right .info p{
		font-size: 12px;
		margin:15px 0;
		padding: 0 3px;
		display: inline-block;
	}
	#layout-footer .mobile-footer .social-footer{
		padding-right: 0;
	}
	.mobile-show-search {
		display: block!important;
		position: fixed;
		bottom: 0;
		width: 100%;
		margin: 0;
		z-index: 999;
		background: #641A42;
		padding: 10px 0;
	}
	.mobile-show-search .icon{
		float: left;
		padding-left: 10px;
	}
	.mobile-show-search  .message{
		float: right;
		padding-right: 10px;
		padding-top: 5px;
	}
	.mobile-show-search  .message a{
		color: #fff;
	}
	.mobile-show-search  .message i{
		color: #fff;
	}
	.mobile-show-search #search {
		width: 100%;
	}
	.mobile-show-search .form-control {
		margin-right: 0!important;
	}

}



/*///MOBILE///*/













/*MODAL*/
.modal{
	z-index: 9999;

  top: 40px;
}
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 240px;
		height: 92%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}

	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 5px 5px 0;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}

	.modal.left.fade.in .modal-dialog{
		left: 0;
	}

/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}

	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}

/* ----- v CAN BE DELETED v ----- */
body {
	background-color: #78909C;
}

.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}

.btn-demo {
	margin: 15px;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 16px;
	background-color: #FFFFFF;
}

.btn-demo:focus {
	outline: 0;
}
.menu-close {
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
}
.menu-modal {
  top: 44px!important;
}
ul.share-buttons{
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 32px;
}
.carousel-control-next, .carousel-control-prev{
	opacity: unset;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
	opacity: unset;
}
.carousel-control-next i{
	font-size: 60px;
	color: #6c757da3;
	margin-right: -50px;
	background-color: #fff;
    padding: 0px 7px;
    border-radius: 9px;
}
.carousel-control-prev i{
	font-size: 60px;
	color: #6c757da3;
	margin-left: -50px;
	background-color: #fff;
	padding: 0px 7px;
    border-radius: 9px;
}
.carousel-control-next:hover i , .carousel-control-prev:hover i{
	color: #000;
}
/*/////////*/
.iframe-video {
  padding: 0!important;
}
.iframe-video img {
  margin-bottom: 0;
}

#instagram-media {
  min-width: 70px!important;
}
.more{
  text-align: center;
}
.more button {
  background-color: #fff;
  padding: .5rem 5.5rem;
  border:1px solid #b8b8b8;
  text-transform: uppercase;
}
@media (max-width: 768px) {
	.more button {
		padding: .5rem 4.5rem;
	}
}
#result {
  position: fixed;
  top: 46px;
  left: 17.366667%;
  overflow: auto;
  height: 0px;
  padding-right: 0;
  z-index: 0;
}
#result .single-result{
  border: 1px solid grey;
  width: 100%;
  background: #fff;
  margin: 0;
}
#result .single-result .result-name{
  display: flex;
  align-items: center;
}
#result .single-result .result-name h6{
  text-align: left;
  color: #000;
}
#result .single-result .result-location{
  background: grey;
  /*padding-right: 0;*/
  color: #fff;
}
#result .single-result .result-location .result-type{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#result .single-result .result-location .result-type{
  font-size: 12px;
}
#result .single-result .result-location p{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
#result .single-result .result-location p i{
    transform: rotate(135deg);
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 4px;
}

#search-result .single-result{
  border: 1px solid grey;
  width: 100%;
  background: #fff;
  margin: 0;
}
#search-result .single-result .result-name{
  display: flex;
  align-items: center;
}
#search-result .single-result .result-name h6{
  text-align: left;
  color: #000;
}
#search-result .single-result .result-location{
  background: grey;
  /*padding-right: 0;*/
  color: #fff;
}
#search-result .single-result .result-location .result-type{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#search-result .single-result .result-location .result-type{
  font-size: 12px;
}
#search-result .single-result .result-location p{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
#search-result .single-result .result-location p i{
    transform: rotate(135deg);
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 4px;
}
@media (max-width: 768px) {
    #result {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      left: 0px;
      padding: 0;
      /*height: 240px;*/
    }
    #result .single-result .result-name{
      -webkit-box-flex: 0;
      -ms-flex: 0 0 62.666667%;
      flex: 0 0 62.666667%;
      max-width: 62.666667%;
      padding: 0 5px;
    }
    #result .single-result .result-location{
      -webkit-box-flex: 0;
      -ms-flex: 0 0 37.333333%;
      flex: 0 0 37.333333%;
      max-width: 37.333333%;
      padding: 0 5px;
    }

    #search-result .single-result .result-name{
      -webkit-box-flex: 0;
      -ms-flex: 0 0 62.666667%;
      flex: 0 0 62.666667%;
      max-width: 62.666667%;
      padding: 0 5px;
    }
    #search-result .single-result .result-location{
      -webkit-box-flex: 0;
      -ms-flex: 0 0 37.333333%;
      flex: 0 0 37.333333%;
      max-width: 37.333333%;
      padding: 0 5px;
    }
}
/*menu ditore*/
.menu-ditore{
	background:#333;
	position: relative;
	margin-top: 30px;
}
.menu-ditore .menu-ditore-logo{
	position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: -45px;
}
.menu-ditore .menu-items{
	margin-top: 80px;
	margin-bottom: 15px;
}
.menu-ditore .menu-items img{
	width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
	.menu-ditore{
		margin-top: 65px;
	}
	.menu-ditore .menu-ditore-logo{
		width: 100%;
		top: -38px;
	}
  .home .menu-ditore .menu-item{
    display: none;
		margin-top: 65px;
	}
  .home .menu-ditore .menu-item:first-child{
    display: block;
	}
}


/*//toglemenu*/
#mobile-show, #hideMenu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    display: block;
    color: #fff;
    font-size: 18px!important;
    margin: 0!important;
    background: none;
    padding: 10px 14px;
}
.togglemenu #navigation-hover {
    position: fixed;
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.4);
    top: 48px;
    right: 0;
    z-index: 999999;
    -webkit-transition: display 0.2s;
    transition: display 0.2s;
}
.togglemenu #navigation-menu {
    position: fixed;
    width: 82%;
    background: #fff;
    right: -82%;
    top: 49px;
    z-index: 999999;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    overflow: scroll;
}
.togglemenu .menu-selection {
    width: 100%;
    background: #fff;
    color: #DDD;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.togglemenu .menu-selection img{
	width: 35px;
	height: 35px;
}
.togglemenu .menu-selection:hover {
    background: #fff;
    cursor: pointer;
    color: #FFF;
}
.togglemenu .menu-selection div {
    display: inline-block;
}

.togglemenu .menu-selection div:hover, .menu-selection i:hover {
    cursor: pointer;
}
.togglemenu .menu-selection .menu-icon {
    width: 30px;
    padding-left: 10px;
}
.togglemenu .menu-selection ul{
	padding-left: 15px
}
.togglemenu .menu-selection li{
    list-style: none;
    padding: 10px 0;
}
.togglemenu .menu-selection li a{
    color: #555555;
    font-size: 17px;
}
.togglemenu .menu-selection li .children{
    padding: 0;
}
@media(min-width: 769px){
	.togglemenu, #mobile-show, #hideMenu{
		display: none;
	}
}
@media(max-width: 768px){
	.togglemenu .menu-selection li .children li{
	    padding: 0;
	    list-style: inside;
	    list-style-type: circle;
	}
}
