@charset "utf-8";
/*--
	Add your style here
--*/ 
.menu-wrap {
        right:0 !important;
	-webkit-transform: translate3d(320px,0,0);
	transform: translate3d(320px,0,0);
	visibility:hidden;
}

.show-menu .menu-wrap,
.show-menu .menu-inner ,
.show-menu .morph-shape  {
        -webkit-transform: translate3d(-30px,0,0);
        transform: translate3d(-30px,0,0);
}
.show-menu .menu-wrap {
	right:0;
	opacity:1;
	visibility:visible;
}
.logo-holder{
	padding-top:13px;
}
.logo-holder img{
	height: 50px !important;
}
nav li a.act-link:before, nav.asl li a.act-scrlink:before{
	background:#548702;
}
nav.asl li a.act-scrlink{
	color:#548702;
}
.bold-separator{
	background:#548702;
}
.float-btn-n{
    float:none;
}
.intro-text h2{
    border-bottom:none;
}
.bold-title{
    text-align: center;
    padding-bottom:0;
}
.section-container{
    margin:20px 0;
}
.btn:hover{
color:#fff;
border:1px solid #000;
}
.centered {
  position: absolute;
  color:#fff;
  top:135%;
  left:50%;
  transform: translate(-50%, -50%);
  font-size:16px;
  text-transform: none;
  letter-spacing: 1px;
}
.centered:before{
	content: "";
    position: absolute;
    bottom: 7px;
    left: -100px;
	width:70px;
    height: 2px;
    background: #fff;
}
.centered:after{
	content: "";
    position: absolute;
    bottom: 7px;
    right: -100px;
	width:70px;
    height: 2px;
    background: #fff;
}
.map.centered {
  position: absolute;
  color:#fff;
  top:135%;
  left:50%;
  transform: translate(-50%, -50%);
  font-size:16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.map.centered:before{
	content: "";
    position: absolute;
    bottom: 7px;
    left: -100px;
	width:70px;
    height: 2px;
    background: #fff;
}
.map.centered:after{
	content: "";
    position: absolute;
    bottom: 7px;
    right: -100px;
	width:70px;
    height: 2px;
    background: #fff;
}
.galerie.centered {
  position: absolute;
  color:#000;
  top:145%;
  left:50%;
  transform: translate(-50%, -50%);
  font-size:16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.galerie.centered:before{
	content: "";
    position: absolute;
    bottom: 7px;
    left: -100px;
	width:70px;
    height: 2px;
    background: #000;
}
.galerie.centered:after{
	content: "";
    position: absolute;
    bottom: 7px;
    right: -100px;
	width:70px;
    height: 2px;
    background: #000;
}
.ekko-lightbox-nav-overlay a span{
    text-align:left;
}
.main-footer{
	display:none;
}
.content-footer{
	left:0;
}
.content-holder{
	left:0;
}
.repeat.white{
	margin: 0px !important;
	top: -125px !important;
}
.sectiune-linie .repeat.white.col-sm-6 .fancy span {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.fancy span {
    display: inline-block;
    position: relative;
    color: #fff;
}
#info .fa{
	font-size:30px;
	padding:10px;
}
#info p{
    text-align:justify;
}
.info{
	font-size:20px;
}
.sect-scroll-link{
    color: #fff;
}
ul li {
    list-style: none;
    margin-bottom: 20px;
}
ul.offer{
    padding:0 20px;
}
ul li.offer{
    list-style:circle;
    text-align:left;
}
.img-responsive{
	display: block;
    max-width: 100%;
    height: auto;
}
.map-p{
    text-align:center;
}
.img-map{
    position: relative;
}
table{
    position: absolute;
    top: 680px;
    left: 310px;
}
table {
    background:#ffec9e;
    border-collapse: collapse;
}
table, th, td {
  border: 1px solid black;
}


@media only screen and (max-width: 1064px) {
    .logo-holder img {
	height:40px !important;
}
.logo-holder{
    padding-top: 19px;
    padding-left: 20px;
}
.show-share-wrap{
    display:none;
}
.nav-holder{
    padding:20px;
    height:220px;
}
.hero-item {
    padding: 0 75px;
}
.centered{
    top:115%;
}
.map-p{
    text-align:right;
}
.map.centered{
    top:126%;
}
.nav-holder nav ul li {
    padding: 5px 0;
}
}
@media (max-width:767px){
table {
    position: initial;
    width: 100%;
}
.btn-lot-last{
    float:right;
    }
}

@media (max-width: 650px){
.hero-content .hero-bg{
background-image: url("../imagini/bg/hero-mobile.webp");
}
}