/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
@font-face {
    font-family: 'Axiforma';
    src: local('Axiforma Bold'), local('Axiforma-Bold'),
        url('fonts/Axiforma-Bold.woff2') format('woff2'),
        url('fonts/Axiforma-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: local('Axiforma Medium'), local('Axiforma-Medium'),
        url('fonts/Axiforma-Medium.woff2') format('woff2'),
        url('fonts/Axiforma-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: local('Axiforma Light'), local('Axiforma-Light'),
        url('fonts/Axiforma-Light.woff2') format('woff2'),
        url('fonts/Axiforma-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma Book';
    src: local('Axiforma Book'), local('Axiforma-Book'),
        url('fonts/Axiforma-Book.woff2') format('woff2'),
        url('fonts/Axiforma-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: local('Axiforma Regular'), local('Axiforma-Regular'),
        url('fonts/Axiforma-Regular.woff2') format('woff2'),
        url('fonts/Axiforma-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a:focus, a:hover{
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
	color:#000;
}

h3{
	font-size: 20px;
}

h4{
	font-size: 18px;
}

h5{
	font-size:16px;
}

h6{
	font-size:14px;
}

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

*{
	font-family: 'Axiforma';
	font-weight: normal;
}

body {
	font-variant-numeric: tabular-nums;
	-moz-font-feature-settings: "tnum";
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum";
	color:#444;
	font-family: 'Axiforma';
	font-weight: normal;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	padding-top:74px;
}

/* header-inside: flex row, fills the bar height & vertically centers items */
.header-inside {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px; /* 74px bar minus 2px border */
}

/* logo */
.logo {
	overflow: hidden;
}

.logo a{
	display: block;
	width: 110px;
	overflow: hidden;
	padding: 0;
}

.logo a .logo-img {
	width:100%;
	max-width:none;
}
/* nav */
.nav {
	padding-left:15px;
}

.nav ul{
	width:100%;
	text-align: center;
	padding:0;
	list-style: none;
	margin:0;
}

.nav ul li{
	display: inline-block;
	margin-right:21px;
}

.nav ul li:last-child{
	margin-right:0;
}

.nav ul li.current-menu-item a{
	color:#5089FF;
	text-decoration: none;
}

.nav ul li a{
	font-size:14px;
	font-family: 'Axiforma';
	text-transform: uppercase;
	line-height: 74px;
	font-weight: bold;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	color:#000;
}

.nav ul li a:focus{
	color:#5089FF;
}

.nav ul li a:hover{
	/*border-bottom: 2px solid #5089FF;*/
	color:#5089FF;
}

.nav ul li a:hover:before{
	width:100%;
}

.nav ul li a:before{
	width: 0;
    height: 2px;
    position: absolute;
    bottom:-3px;
    left: 50%;
    content: "";
    background: #5089FF;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

header .header-contact{
	text-align: right;
}

i{
	font-family: fontawesome !important;
}

header .header-contact a{
	line-height:74px;
	font-size:14px;
	font-family: 'Axiforma';
	text-transform: uppercase;
	margin-left:36px;
	text-decoration: none;
	font-weight: 600;
	position: relative;
	color:#000;
}

header .header-contact a:hover{
	color:#5089FF;
	/*border-bottom: 2px solid #5089FF;*/
	text-decoration: none;
}

header .header-contact a:hover:before{
	width:100%;
}

header .header-contact a:before{
	width: 0;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    content: "";
    background: #5089FF;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

header .searchBar{
	display: none !important;
}

.fixed{
	position: fixed;
	top:0;
	width:100%;
	border:none;
	background: #fff;
	z-index: 20;
	border-bottom: 2px solid ##5089FF;
}

.post-image{
	height:306px;
	overflow: hidden;
	position: relative;
	margin-bottom:43px;
}

.top_img {
    height: 450px;
    margin-bottom: 43px;
    overflow: hidden;
    position: relative;
}

.top_img img{
	width:100%;
}

.evenimente .top_img img{
	position: absolute;
	top:0;
}

.post-image img{
	position: absolute;
    top: -50%;
    width: auto;
    max-width: none;
    margin: 0;
    height: auto;
    min-width: none;
    max-height: none;
    left: 0;
    display: block;
}



/*.post-image img.no-position{
	position: relative;
	top:0;
	margin:0 auto;
}*/

.single-oferta .post-image img{
	height:100%;
	margin:0 auto;
	position: relative;
	top:0;
}

.round_logo{
	width: 126px;
    height: 126px;
    border: 1px solid #7f7f7f;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
}

.back_pop-up .text{
	padding-top:30px;
	padding-right: 60px;
}

.round_logo img{
	margin: 0 auto;
    left: 0;
    right: 0;
    top: 15%;
    position: absolute;
    width: 70%;
}

.article-border{
	/*border:1px solid #c5c4c2;*/
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
}

.article .col-md-6{
	padding:0;
	height:300px;
	position: relative;
	overflow: hidden;
}

.article .news_image img{
	display: block;
	width: auto;
	height:100%;
	left:0;
	position: absolute;
	right:0;
	margin:0 auto;
    max-width: none;
}
/* sidebar */
.sidebar {
	overflow: hidden;
}
/* footer */
.footer {
}

.home .slider-bl{
	height:540px;
	overflow: hidden;
}

.home .slider-bl .slider-image{
	height:540px;
}

.evenimente .diferent{
	background-position: 50% 100% !important;
}

.slider{
	position: relative;
	margin-bottom:68px !important;
}

.slider .owl-item{
    height: 540px !important;
}

.slider .slick-track {
  height: 100%;
}
.slick-slide {
  position: relative;
}

.slider .slick-slide{
	border:none !important;
}

/*.slider .slick-dots{
	position: absolute;
	top:50%;
}*/

.slider .slider-info{
	position: absolute;
	top:50%;
	width:280px;
	display: block;
	margin-top:-99px;
	left:160px;
}

.slider .slider-info p{
	font-size:34px;
	text-align:center;
	font-family: 'Axiforma';
	font-weight: 400;
	color:#000;
	text-transform: uppercase;
}

.slider .slider-info p strong{
	font-size:108px;
	display: block;
	font-weight: 300;
	line-height: 100px;
}

.slider .slider-info a{
	width:238px;
	color:#fff;
	font-family: 'Axiforma';
	font-weight: 500;
	font-size: 12pt;
	line-height: 40px;
	text-align: center;
	display: block;
	background: rgba(0,0,0,0.7);
	margin:0 auto;
	text-decoration: none;
}

.slider .slider-info a:hover{
	background:#000;
}

.owl-carousel .owl-item img{
	/*width:130%;*/
	max-width:none;
}

.news{
	margin-bottom:83px;
}

.news-left h4{
	font-size: 12pt;
    font-family: 'Axiforma';
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0;
}

.news-right a{
	font-size:10pt;
	font-family: 'Axiforma';
	color:#7f7f7f;
	font-weight: normal;
	text-decoration: none;
	line-height: 50px;
}

.news-right a:hover{
	color:#5089FF;
}

.news_bl a.news_image{
	height: 306px;
	overflow: hidden;
	display: block;
	position: relative;
}

.news_bl a.news_image img{
		width:140%;
		max-width:none;
	}

.news_bl a.news_image .hover{
	height:0;
	opacity: 0;
	position: absolute;
	top:50%;
	width:0;
	left:50%;
	transition: all .3s ease;
}

.news_bl a.news_image:hover .hover{

	transition: all .3s ease;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: #5089FF;
	opacity: .5;
}

.news_bl .text{
	width:300px;
	display: block;
	margin:0 auto;
	padding-top:27px;
	text-align: center;
}

.news_bl .text h4{
	font-size:12pt;
	font-family: 'Axiforma';
	font-weight: 500;
	text-transform: uppercase;
	margin:0 0 15px 0;
	line-height:1.4em;
	height:44px;
}

.news_bl .text p{
	font-size:10pt;
	font-family: 'Axiforma';
	font-weight: 500;
	color:#7f7f7f;
}

.news_bl .text a{
	font-size:10pt;
	color:#7f7f7f;
	font-family: 'Axiforma';
	text-decoration: none;
	font-weight: normal;
}

.news_bl .text a:hover{
	color:#5089FF;
}

.news_bl .text b{
	color:#7f7f7f;
	font-size:10pt;
	font-family: 'Axiforma';
	display: block;
	font-weight: normal;
	margin-bottom:10px;
}

.instagram_bl{
	padding:58px 0 75px 0;
	background-color: #f8f8f8;
}

.instagram_bl .instagram_padding{
	padding:0 5px;
}

.instagram_bl h4{
	font-size: 12pt;
	font-family: 'Axiforma';
	font-weight: bold;
	color:#000;
	text-transform: uppercase;
	line-height: 50px;
	margin:0;
}

.bottom_content-article{
	background-color: #f8f8f8;
}

.bottom_content{
	padding:66px 0 58px 0;

}

.home .bottom_content h4{
	padding:0;
}

.bottom_content h4{
	font-size: 12pt;
	font-family:'Axiforma';
	/*font-weight: bold;*/
	font-weight: normal;
	color:#000;
	text-transform: uppercase;
	line-height: 50px;
	margin:0;
	padding: 0 15px;
}

.bottom_content p{
	font-size:10pt;
	font-family:'Axiforma';
	font-weight: normal;
	color: #7f7f7f;
	line-height: 50px;
	margin:0;
}

.bottom_content p i{
	margin-right:8px;
	font-family: fontawesome !important;
}

.oferte_curente{
	clear: both;
	padding-bottom:86px;
	padding-top:30px;
}

.oferte_curente span{
	font-size: 12pt;
	font-family: 'Axiforma';
	text-transform: uppercase;
	line-height:50px;
	font-weight: bold;
}

.oferte_curente .article_content{
	position: absolute;
	top:50%;
	margin-top:-83px;
	margin:-83px auto 0;
	right:0;
	left:0;

}

.oferte_curente .article_content h3{
	font-size:24pt;
	font-family: 'Axiforma Book';
	color:#000;
	text-align: center;
	font-weight: normal;
	margin:0 0 40px 0;
}

.oferte_curente .article_content p{
	color:#7f7f7f;
	font-size: 10pt;
	font-family: 'Axiforma';
	font-weight: normal;
	text-align: center;
}

.oferte_curente .article_content p i{
	margin-right:8px;
}

.post_text h3{
	font-size:24pt;
	font-family: 'Axiforma Book';
	color:#000;
	margin:0 0 40px 0;
	font-weight: normal;
}

.post_text p{
	font-size:12pt;
	font-family: Axiforma;
	color:#7f7f7f;
	font-weight: normal;
}

.categories ul{
	padding-left:0;
	list-style: none;
	text-align: center;
	margin:0;
}

.mixitup-control-active{
	color:#000 !important;
}

.mixitup-control-active i{
	color:#000 !important;
}

.oferte .categories ul li{
	width:100%;
}

.oferte .categories ul li a{
	padding:4px 0px 4px 20px;
}

.oferte .categories ul li:last-child a{
	line-height:normal;
}

.categories ul li{
	display: inline-block;
	padding:0 10px;
}

.categories ul li:last-child{
	margin-right:0;
}

.categories ul li ul.children{
	display: none;
}

.categories ul li:last-child a{
	line-height:79px;
}



.categories ul li a{
	font-size:10pt;
	font-family: 'Axiforma';
	font-weight: normal;
	color:#000;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	z-index: 10;
	padding:5px 15px 0 15px;;
	float: left;
	opacity: 1;
}

.categories ul li a i{
	position: relative;
    z-index: -1;
    top: 50%;
    margin-top: -5px;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #000;
    border-radius: 50%;

}

.categories ul li a:hover i{
	color:#000;
	border:1px solid #000;
}

.switch {
  position: relative;
  /*display: inline-block;*/
  width: 8px;
  margin:0 10px 0 0;
  z-index: -1;
  font-size:10px;
  top:-1px;
  height:13px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -14px;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
  border:2px solid #7f7f7f;
  z-index:-1;
}

.slider-switch:before {
  position: absolute;
  z-index: -1;
  content: "";
  height: 12px;
  width: 12px;
  left: -2px;
  bottom: -2px;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
  border:2px solid #7f7f7f;
}


.mixitup-control-active input:focus + .slider-switch {
 /* box-shadow: 0 0 1px #000;*/
}


.mixitup-control-active .slider-switch{
	background-color: #000;
	border:1px solid #000;
}

.mixitup-control-active input:checked + .slider-switch:before {
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
	background-color: #fff;
	border:1px solid #fff;
}

.mixitup-control-active .slider-switch:before {
  	-webkit-transform: translateX(14px);
  	-ms-transform: translateX(14px);
  	transform: translateX(14px);
  	background-color: #fff;
  	border:2px solid #000;
    left: -5px;
    bottom:-1px;
}

/* Rounded sliders */
.slider-switch.round {
	border-radius: 34px;
	padding:0;
	height:12px;
}

.slider-switch.round:before {
  	border-radius: 50%;
}

.categories ul li a:hover,
.categories ul li a.active{
	color:#000;
	opacity: 1;
}

.categories ul li a.active i{
	border:1px solid #000;
}

.categories ul li a.active img{
	opacity: 1;
}

.mix-category{
	padding:0;
}

.mix-category h4, .category_image_2 h4{
	font-size:10pt;
	color:#7f7f7f;
	font-family: 'Axiforma';
	font-weight: 500;
	margin:16px 0 20px;
	height:24px;
}

.magazine-harta .mix-category h4{
	margin:16px 0 14px;
}

.mix-category p{
	font-size:10pt;
	font-family: 'Axiforma';
	font-weight: normal;
	color:#7f7f7f;
	margin-bottom:12px;
}

.mix-category b{
	font-size:10pt;
	font-family: 'Axiforma';
	font-weight: normal;
	color:#7f7f7f;
	display: block;
	font-weight: normal;
}

.mix-category b i{
	margin-right:6px;
}

.mix-category .text{
	padding:0 15px 15px 15px;
	height:93px;
}

.search-results .text{
	padding:0 15px 15px 15px;
	height:100px;
	text-align: center;
}

.search-results .text h4{
	font-size: 10pt;
    color: #7f7f7f;
    font-family: 'Axiforma';
    font-weight: 500;
    margin: 16px 0 12px 0;
    text-transform: uppercase;
}

.search-results .text p{
	    font-size: 10pt;
    font-family: 'Axiforma';
    font-weight: normal;
    color: #7f7f7f;
    margin-bottom: 12px;
}

.page_articles{
	background-color:#f8f8f8;
	padding-top:60px;
	padding-bottom:60px;
	overflow: hidden;
}


.magazine .page_articles{
	padding-top:40px;
}

.despre-noi .page_articles p{
	line-height:23px;
}

.page_articles .mix .category_image {
	height:150px;
	overflow: hidden;

}

.egale{
	width: 100%;
	margin:0 auto;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.page_articles .mix .category_image_2{
	position: relative;
	height:150px;
	overflow: hidden;
	display: flex;
    align-items: center;

}

.page_articles .mix .category_image_2 img{
	position: absolute;
	top:50%;
	width:60%;
	left:0;
	right:0;
	margin:0 auto;
	margin-top:-72px;
}

.subcategories .search-submit{
	display: none;
}

.search-results .page_articles .mix .category_image_2 img{
	position: relative;
	display: block;
}

.search-results .page_articles .mix .category_image_2{
	height:150px;
}

.magazine .search{
	padding:10px 0 9px;
	border-bottom:none;
}

.magazine .header-inside_2 .search{
	padding:0;
}

.magazine .search input[type="search"]{
	line-height:49px;
	width:36%;
	margin:0 auto;
	display: block;
	text-align: center;
}

.search{
	padding:0 0 5px 0;
	border-bottom:2px solid #c5c4c2;
}

.page_articles .mix a{
	background-color: #fff;
	display: block;

	/*border:1px solid #7f7f7f;*/
	-webkit-box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
}

.magazine .page_articles .mix a{
	padding-top:10px;
	padding-bottom:10px;
	position: relative;
}

.magazine .page_articles .mix a:hover .text{
	transition: all .5s ease;
	opacity: 1;
	top:0;
	left:0;
}




.page_articles .mix a{
	text-decoration: none;
}

.page_articles .mix .category_image img{
	height: 100%;
	position: relative;
	left:0;
	right:0;
	margin:0 auto;
	display: block;
    max-width: none;
}

.vizualizare{
	width:100%;
	text-align: right;
	clear: both;
	padding-top:45px;
}

.vizualizare .lista{
	margin-right:-5px;
}

.vizualizare span{
	font-size: 10pt;
	font-family: 'Axiforma';
	font-weight: normal;
	color:#000;
	line-height:40px;
	margin-right:16px;
}

.vizualizare button{
	background-color: #fff;
	border:1px solid #ccc;
	font-size:10pt;
	color:#000;
	font-family: 'Axiforma';
	font-weight: normal;
	line-height:40px;
	padding:0 16px;
}

.vizualizare button i{
	margin-right:9px;
}

.vizualizare button.active{
	background-color: #f8f8f8;
}

.harta .page-padding{
	padding-top:50px;
}

.magazine .page-padding{
	padding-bottom:10px;
	padding-top:4px;
}

.oferte .page-padding{
	text-align: center;
	padding-top:20px;
}

.page_articles span{
	display: block;
	font-size:12pt;
	color: #000;
	font-family: 'Axiforma';
	font-weight: normal;
	text-transform: uppercase;
	padding:0 15px;
}

.food_bl span{
	padding:0;
	line-height:50px;
}

.search-submit{
	border:none;
	background-color: transparent;
	font-size:18pt;
	color:#757575;
	display: inline-block;
}

.page-id-33  .header-inside_2 .search-submit,
.archive .header-inside_2 .search-submit,
.single .header-inside_2 .search-submit{
	color:#fff;
}

.page-id-33  .header-inside_2 input::placeholder,
.archive .header-inside_2 input::placeholder,
.single .header-inside_2 input::placeholder{
	color:#fff;
}

.header-inside_2 .search-submit{
	color:#000
}

.header-inside_2 input[type="search"]{
	color:#000;
}

.single-dining .header-inside_2 input[type="search"],
.single-dining .header-inside_2 input::placeholder,
.single-dining .header-inside_2 .search-submit{
	color:#000 !important;
}

.single-dining .header-inside_2 .search{
	border-bottom: 1px solid #000 !important;
}

.header-inside_2 input::placeholder{
	color:#000;
}

.page_eveniment{
	background-color: #f8f8f8;
    padding-top: 46px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.page_eveniment h4{
	display: block;
    font-size: 12pt;
    color: #000;
    font-family: 'Axiforma';
	/*font-weight: bold;*/
	font-weight: normal;
    text-transform: uppercase;
    padding: 0 15px;
    margin-bottom:18px;
}

.event_post{
	margin-bottom:36px;
}

.event_post a{
	overflow: hidden;
	display: block;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
}

.event_post:last-child{
	margin-bottom:0;
}

.event_post .bl_first,
.event_post .bl_second{
	padding:0;
	background-color: #fff;
	height:300px;
	position: relative;
}

.event_post .bl_first h4,
.event_post .bl_second h4{
	font-size:24pt;
	color:#000;
	font-family: 'Axiforma Book';
	font-weight: normal;
	margin-top:0;
	margin-bottom:50px;
}

.event_post .bl_first p,
.event_post .bl_second p{
	color: #7f7f7f;
    font-size: 10pt;
    font-family: 'Axiforma';
	font-weight: normal;
    text-align: center;
    line-height:24px;
}

.event_post .bl_first b,
.event_post .bl_second b{
	color: #7f7f7f;
    font-size: 10pt;
    font-family: 'Axiforma';
	font-weight: normal;
    text-align: center;
    display: block;
    margin-bottom:10px;
}

.event_post .text_position{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -69px;
    text-align: center;
}

.event_post .text_position .text{
	text-align: center;
}

.page_eveniment .event_image{
	height:auto;
	overflow: hidden;
	padding:0;
}

.page_eveniment .event_image img{
	width:100%;
	max-width: 140%;
}

.event_post:nth-child(2n+1) .bl_first{
	display: none !important;
}


.event_post:nth-child(2n) .bl_second{
	display: none !important;
}



.top_content_text h1{
	font-size: 24pt;
	font-family: 'Axiforma Book';
	color:#000;
	text-transform: uppercase;
	margin-top:0;
	font-weight: normal;
}

.top_content_text p{
	font-size:12pt;
	font-family: 'Axiforma';
	/*font-weight: 500;*/
	font-weight: normal;
	color:#7f7f7f;
	line-height:18pt;
	/*margin-bottom:43px;*/
}

.dining_bl{
	margin-bottom:36px;
}

.dining_bl a{
	background-color: #fff;
	display: block;
	    padding-top: 10px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
	text-decoration: none;
}

.dining_bl a .category_image_2{
	height:150px;
	overflow: hidden;
	position: relative;
}

.dining_bl a .category_image_2 img{
	position: absolute;
	top:50%;
	transform: translate(0, -50%);
}

.dining_bl a .text{
	padding:0 15px 15px 15px;
	height: 100px;
    text-align: center;
}

.dining_bl a .text h4{
	font-size:10pt;
	font-family: 'Axiforma';
	color:#7f7f7f;
	font-weight: 500;
	margin: 16px 0 10px;
	text-transform: uppercase;
}

.dining_bl a .text p{
	font-size: 10pt;
    font-family: 'Axiforma';
    font-weight: normal;
    color: #7f7f7f;
    margin-bottom: 12px;
}

.dining_bl a .text h4 i{
	margin-right:6px;
}

input[type="search"]{
	font-size: 14px;
	border:none;
	font-family: 'Axiforma';
	font-weight: normal;
	color: #000;
	width:94%;
	background: transparent;
}

footer{
	padding:40px 0 100px 0 !important;
}

.search i{
	position: static !important;
	padding-right:0 !important;
	color:#757575 !important;
}

.search h3{
	margin-bottom:30px;
}

.page .bcc-column h3{
	line-height:1.5em;
	padding:0;
}
/*.home footer{
	padding-top:0;
}*/

footer .social{
	text-align: center;
}

footer .social a{
	width:26px;
	height:26px;
	display: inline-block;
	text-align: center;
	margin-right: 12px;
}

footer .social a:last-child{
	margin-right:0;
}

footer .social a i{
	color:#fff;
	line-height: 26px;
	font-size:10pt;
}

footer #menu-footer-menu{
	padding:16px 0;
	margin:0;
	text-align: center;
}

footer #menu-footer-menu li{
	display: inline-block;
    margin-right: 21px;
}

footer #menu-footer-menu li a{
	font-size: 10pt;
	font-family: 'Axiforma';
	text-decoration: none;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	color:#000;
}

footer #menu-footer-menu li a:focus{
	color:#5089FF;
}

footer #menu-footer-menu li a:hover{
	color:#5089FF;
}

footer p{
	line-height:21px;
	font-size:14pt;
	font-family: 'Axiforma';
	color:#7f7f7f;
	/*text-transform: uppercase;*/
	font-weight: 600;
	margin:0;
}

footer p i{
	font-size:6pt;
	font-weight: 500;
	font-style: normal;
	margin-top:-6px;
	display: block;
	text-transform: uppercase;
	padding-left:30px;
}

footer p img{
	height:21px;
	margin-left:16px;
}

footer .footer_logo{
	width:185px;
	display: block;
	margin:0 auto;
}

.title-page{
	font-size:30pt;
	color:#000;
	font-family: 'Axiforma Book';
	font-weight: normal;
	margin-top:0;
	text-transform: uppercase;
}

.page-padding{
	padding-top:50px;
	padding-bottom:20px;
}

.page .bcc-column strong{
	font-size: 11pt;
	font-family: 'Axiforma';
	font-weight: 500;
	margin-bottom:16px;
	display: block;
	color:#000;
}

.page .bcc-column  p{
	line-height: 1.5em;
}

.page .bcc-column  h3{
	font-size: 20px;
}

.page .bcc-column{
	font-size:10pt;
	font-family: 'Axiforma';
	font-weight: normal;
	margin-bottom: 10px;
	color:#7f7f7f;
}

.page .bcc-column h4{
	font-size:16px;
	line-height: 22px;
	margin-top:16px;
	padding:0;
}

.page .bcc-column ul{
	padding:0 0 0 16px;
}

.page .bcc-column ul li{
	font-size:10pt;
	font-family: 'Axiforma';
	font-weight: normal;
	margin-bottom: 10px;
	color:#7f7f7f;
}

.page.contact main h1{
	margin-bottom:60px;
}

.page.contact main h4{
	font-size: 11pt;
	font-family: 'Axiforma';
	font-weight: 500;
	margin-bottom:6px;
	display: block;
	color:#000;
	text-transform: uppercase;
}

.page.contact main p{
	font-size:10pt;
	font-family: 'Axiforma';
	font-weight: normal;
	margin-bottom: 20px;
	color:#7f7f7f;
}

.page.contact main a{
	font-size:10pt;
	font-family: 'Axiforma';
	font-weight: normal;
	margin-bottom: 10px;
	color:#7f7f7f;
	text-decoration: none;
}

.despre-noi .post-image img{
	top:0;
	position: relative;
	width: auto;
}

#contact{
	position: fixed;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(197,196,194,0.7);
	display:none;
	z-index: 100;
}

#contact .contact-inside{
	width:527px;
	margin:0 auto;
	background-color: #fff;
	padding:30px 25px;
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -343px;
    z-index: 100;
}

.contact-inside .close{
	opacity: 1;
}

#contact .contact-inside .contact-logo{
	width:77px;
	float:left;
	margin-bottom:30px;
}

#contact .contact-inside h1{
	clear: both;
	font-size:24pt;
	font-family: 'Axiforma Book';
	font-weight: normal;
	text-transform: uppercase;
}

#contact .contact-inside form{
	clear: both;
	overflow: hidden;
}

#contact .contact-inside form span.your-name input,
#contact .contact-inside form span.your-email input{
	line-height:58px;
	height:58px;
	width:100%;
	border:1px solid #3d3d3d;
	color:#000;
	font-size:12pt;
	font-family: 'Axiforma';
	/*font-weight: 500;*/
	font-weight: normal;
	padding:0 10px;
}

#contact .contact-inside form textarea{
	line-height:58px;
	width:100%;
	border:1px solid #3d3d3d;
	color:#000;
	font-size:12pt;
	font-family: 'Axiforma';
	/*font-weight: 500;*/
	font-weight: normal;
	padding:0 10px;
	height:136px;
	margin-bottom: 30px;
}

#contact .contact-inside .close i{
	font-size:30px;
}

#contact .contact-inside form .wpcf7-list-item{
	margin:0;
}

#contact .contact-inside form .wpcf7-list-item-label{
	color:#000;
	font-size:10pt;
	font-family: 'Axiforma';
	font-weight: normal;
	width: 93%;
    display: inline-block;
}

.slick-dots{
	width: auto !important;
    left: 0;
    right: 0;
    bottom: 27px !important;
}

.slick-dots li{
	margin:0 !important;
}

.slick-dots li button:before{
	font-size:56px !important;
}

#contact .contact-inside form .wpcf7-submit{
	color: #fff;
	text-transform: uppercase;
	font-size: 12pt;
	font-family: 'Axiforma';
	font-weight: 500;
	line-height: 40px;
	border:none;
	background-color: rgba(0,0,0,0.8);
	width:180px;
	float:right;
	margin-top:18px;
	margin-bottom:20px;
}

#contact .contact-inside form .wpcf7-submit:hover{
	background-color: rgba(0,0,0,0.7);
}

#contact .contact-inside form .wpcf7-list-item input{
	border:1px solid #3d3d3d;
	    float: left;
    margin-right: 10px;
}

.contact-btn{
	cursor: pointer;
}

.contact-btn:hover{
	text-decoration: underline;
}

.button-download {
	color: #fff;
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #5089FF;
	float: left;
	border-radius: 10px;
	background-color: #5089FF;
}

.button-download:hover {
	background-color: transparent;
	color: #5089FF;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

@media (max-width:1199px){
	.instagallery-items .ig-item a img{
		height:auto !important;
	}

	.owl-carousel .owl-item img{
		width:130%;
	}

	.top_img{
		height:auto;
	}

	.evenimente .top_img img{
		position: static;
	}
}
@media (max-width:992px){
	.back_pop-up .text{
		padding-top:0;
		padding-right: 15px;
		text-align: center;
	}

	.back_pop-up .logo_magazin{
		margin-bottom: 10px;
	}
}

@media (max-width:991px){
	.page-id-33 .post-image img,
	.single-eveniment .post-image img{
		width:991px !important;
	}

	.magazine .page_articles .mix a:hover .text{
		opacity: 0 !important;
	}

	.magazine .mix-category .text{
		height:201px !important;
	}

	.home .slider-bl{
		padding:0;
	}

	.back_pop-up a .text{
		text-align: center;
	}

	.slider_category.owl-carousel .owl-stage-outer{
		overflow-x: scroll !important;
		-webkit-overflow: scroll;

	}

	.afterglow{
		margin-bottom:40px;
	}

	.single .magazin_info{
		width:100%;
	}

	.single .bottom_content{
		padding:0px 0 50px 0 !important;
	}

	.page_articles .mix .category_image_2{
		height:180px;
	}

	.page_articles .mix .category_image_2 img{
		margin-top:-97px;
		width:200px;
	}

	.top_content .image_top{
		width:100%;
		padding:0;
	}

	.header .container{
		width:100%;
		padding:0;
	}

	.post-image img{
		top:0;
	}

	.single-magazin .magazin_info{
		float:left !important;
	}

	.slider-bl{
		padding:0;
	}

	.page-id-35 .post-image img.no-position{
		top:-21%;
	}

	.owl-carousel .owl-item img{
		width:1097px !important;
		max-width:none;
	}

	.slider .slider-info{
		left:0;
		right:0;
		margin:0 auto;
		margin-top:-140px;
	}

	.single-magazin .post-image img{
		width:991px !important;
	}

	.single-magazin h3{
		text-align: center;
		margin-top:40px;
	}

	.header-fixed{
		height:auto !important;
		overflow: visible !important;
		border-bottom:none !important;
	}

	.article .news_image img{
		/*left:-50%;*/
	}

	.nav ul{
		display: none;
	}

	.header-fixed{
		position: relative !important;
	}

	.header{
		padding-top:0;
	}

	/*.page-padding .search{
		display: none;
	}*/

	.vizualizare{
		padding:0;
	}

	.header-inside{
		display: none;
	}

	.header{
		border:none;
	}

	.header-inside_2 .search{
		width:61%;
		margin:40px auto 10px;
		border-bottom: 1px solid #000;
	}

	.page-id-33 .header-inside_2 .search,
	.archive .header-inside_2 .search,
	.single .header-inside_2 .search{
		border-bottom: 1px solid #fff;
	}

	.magazine .header-inside_2{
		padding: 15px 15px 10px 15px !important;
	}

	.header-inside_2{
		display: block !important;
		padding: 15px 15px 50px 15px !important;
	}

	.page_eveniment .event_image img{
		max-width:none;
		width:100%;
		position: relative;
		top:-10px;
	}

	header .header-contact{
		display: none;
	}

	.fixed{
		position: relative;
		box-shadow: none;
	}

	.slider{
		margin-bottom:30px !important;
	}

	.news_bl a.news_image{
		height:210px;
	}

	.instagram_bl .text-center h4{
		text-align:right !important;
	}

	.adress{
		display: none;
	}



	.categories{
		margin-bottom:30px;
	}

	.mix-category{
		padding:0;
	}
	.categories ul li:last-child{
		display: none;
	}

	.categories{
	    margin: 0 auto;
	}

	#toggle-filter{
		display: block !important;
		text-align: center;
	}

	#toggle-filter:hover{
		cursor: pointer;
	}

	.filter{
		top:48px !important;
		position: fixed !important;
	}

	.oferte .categories ul li{
		width:50%;
		float:left;
	}

	.oferte .categories{
		top: 139px;
	    position: absolute;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    z-index: 10;
	    background: #f8f8f8;
	}

	.desktop_filter{
		display: none;
	}

	.oferte .page-padding{
		padding-bottom:16px !important;
		padding-top:30px;
	}

	.oferte .title-page{
		margin-bottom:0;
	}

	/*.open_category .shopping .arrow{
    	left: 26% !important;
	}


	.open_category .divertisment .arrow{
	    left: 55% !important;
	}

	.open_category .servicii .arrow{
		left:71% !important;
	}*/

	.gallery.owl-carousel .owl-item img{
		width:100% !important;
	}
}

@media (max-width: 767px){
	.mix-category .col-6{
		width:50%;
		float:left;
	}

	.magazine .search input[type="search"]{
		width: 66%;
	}

	.back_pop-up{
		position: fixed !important;
	    z-index: 20;
	    top: 5%;
	    width: 90%;
	    left: 0;
	    right: 0;
	    margin:0 auto;
	    height: 90%;
	    background: #fff;
	    overflow-y: scroll !important;
	}

	.map_info{
		position: fixed;
		top: 0px;
		right: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		z-index: 100;
		overflow: hidden;
	}

	.back_pop-up a{
		height:100%;
	}

	.back_pop-up .logo_magazin{
		margin-bottom:20px;
	}

	.diferent_2{
		width:100% !important;
	}

	.event_post:nth-child(2n) .bl_second{
		display: block !important;
	}

	.page_articles .mix .category_image_2{
		height:180px;
	}

	.single-magazin .post-image img{
		width:780px !important;
	}

	.article .news_image img{
		left:0;
	}

	.news_bl a.news_image{
		height: 276px;
	}

	.news_bl a.news_image img{
		width:100%;
	}

	/*.sip-point .sip-popup .sip-popup-inner{
		width:100px !important;
	}*/

	.search-article{
		width:100%;
	}

	.page-id-35 .post-image img.no-position{
		width:800px;
	}

	div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,
	div.wpcf7-mail-sent-ng, div.wpcf7-aborted{
		line-height: normal !important;
	}

	div.wpcf7 .ajax-loader{
		position: static !important;
	}

	.menu_fixed{
		width:100% !important;
	}

	.categories{
		width:100%;
	}
	.page-id-33 .header-inside_2 input[type="search"],
	.archive .header-inside_2 input[type="search"],
	.single .header-inside_2 input[type="search"]{
		width:85%;
		color:#fff;
	}

	.page-id-33 .header-inside_2 input::placeholder,
	.archive .header-inside_2 input::placeholder,
	.single .header-inside_2 input::placeholder{
		color:#fff;
	}

	.event_post:nth-child(2n) .bl_first{
		display: none;
	}



	.page_eveniment .event_image img{
		max-width:100%;
	}

	.food_bl .col-6{
		width:50%;
		float:left;
	}

	#contact{
		background-color: #fff;
	}

	.contact-inside{
		width: 100% !important;
		top:0 !important;
	    margin-top:0 !important;
	    height: 100%;
	    padding:25px !important;
	}
}

/*.single-dining .post-image img{
	margin:0 auto;
	top:50%;
	margin-top:-12%;
	width:auto;
}*/

.single-magazin .post-image img{
	/*width:30%;*/
	top:0;
	margin:0 auto;
}

@media (max-width:715px){
	.header-inside_2 .search{
		width:91%;
		text-align:center;
	}

	input[type="search"]{
		width:83%;
		font-size:13px;
	}


	.slider .owl-carousel .owl-item img{
		position: absolute;
		left:-250px;
		width:1100px;
	}

	.slider-image{
		position: relative;
	    overflow: hidden;
	    height: 417px;
	}

	.archive .post-image img.no-position{
		width:auto !important;
	}

	.vizualizare{
		padding-top:45px;
	}

	.slider .slider-info{
		left:0;
		right:0;
		margin:0 auto;
		margin-top:-140px;
	}
	.slick-slide{
		height:586px !important;
	}

	.page-padding{
		padding-top:54px !important;
		/*padding-bottom: 36px !important;*/
	}

	.magazine .page-padding{
		padding-top:0 !important;
	}

	.news{
		margin-bottom:30px;
	}

	.news_bl{
		margin-bottom:20px;
	}

	.news_bl a.news_image{
		height:196px;
	}

	.container_1{
		overflow: visible !important;
	}

	.container{
		padding:0;
		/*overflow: hidden;*/
	}

	.slick-slide img{
		width:1000px !important;
		height:586px !important;
	}

	.slider-bl{
		padding:0;
	}

	.single-oferta .post-image img{
		/*width:800px;*/
	}

	.map-title{
		text-align: center;
	}
}

@media (max-width: 529px){
	.categories ul li a{
		padding:15px 0px;
	}

	.oferte .categories ul li a{
		padding:15px;
	}

	.categories{
		padding: 0px 10px;
	}

	.switch{
		margin:0 2px 0 0;
	}
}

@media (max-width: 512px){
	.mix-category .col-6{
		width:100%;
		float:none;
	}

	.page-id-35 .post-image img.no-position{
		width:630px;
		top:0;
	}
}

@media (max-width:480px){
	.header-inside_2 .search{
		width:100%;
	}

	.categories ul li{
		padding:0 5px;
	}

	.map_click{
		padding:0 !important;
	}

	.imp-ui-element{
		margin-left:20px;
	}

	.harta .page-padding{
		padding: 20px 0 0 0 !important;
	}

	.slider-bl{
		display: none;
	}

	.mobile_menu{
		overflow: auto !important;
	}

	.open_category.height{
		height:76px !important;
	}

	.categories ul li a .arrow{
		bottom:-16px !important;
	}

	.back_pop-up{
		padding:60px 0 !important;
	}


	.home .slider-bl{
		height:230px;
		padding:0;
		display: block;
	}

	.slider .slider-info p{
		display: none;
	}

	.slider-image{
		height:100%;
	}

	.slider .owl-nav,
	.slider .owl-dots{
		display: none !important;
	}
	.owl-carousel .owl-item img{
		width:100% !important;
		left:0;
	}

	.slider .slider-info{
		/*top:30%;*/
		top:13%;
		left: 0px;
	    right: 0;
	    margin: 0 auto -142px;
	}

	.ctcc-left-side{
		margin:0;
	}

	.page_eveniment{
		margin-bottom:0;
		padding-bottom:40px;
	}

	#contact .contact-inside h1{
		text-align: center;
	}

	.page_eveniment h4{
		text-align: center;
	}

	.instagram_bl{
		padding:16px 0 58px 0;
	}

	.single .bottom_content h4{
		text-align: center;
		padding:0 15px;

	}


	.post_text{
		text-align: center;
	}

	.magazin_info{
		width:100%;
	}

	.oferte_curente h4{
		text-align: center;
	}

	.bottom_content{
		padding:16px 0 58px 0;
	}

	.slider .slider-info p strong{
		font-size:78px;
	}

	div.wpcf7-response-output{
		padding-bottom:20px !important;
		text-align: center;
	}

	div.wpcf7 .ajax-loader{
		width: 100%;
	    background-repeat: no-repeat;
	    background-position: 50% 0;
	}

	.title-page{
		font-size:20pt;
		text-align: center;
	}

	.politica-de-confidentialitate .title-page{
		text-align: left;
	}

	.archive .post-image img.no-position{
		width:auto !important;
	}

	.header-inside_2{
		padding:15px !important;
	}

	.header-inside_2 .search{
		margin:50px auto 11px;
	}

	.header-inside_2 input[type="search"]{
		font-size:10pt !important;
	}

	.header-inside_2 .search-submit{
		font-size: 11pt;
		width:10%;
	}

	.magazin_info .magazin_info_bl1{
		width:100% !important;
		float:none !important;
		text-align: center;
	}

	.single-dining .post-image img{
		width:100%;
	}

	.single-magazin .post-image img{
		width:731px !important;
		left:-50%;
	}

	.page-id-33 .post-image img,
	.single-eveniment .post-image img{
		width:800px !important;
	}


	.event_post .bl_first,
	.event_post .bl_second{
		height:250px;
	}

	.page_eveniment .event_image img{
		max-width:none;
	}



	.news_bl a.news_image{
		height:auto;
	}

	.event_post .bl_first h4, .event_post .bl_second h4{
		font-size:18pt;
	}



	.slick-dots{
		display: none !important;
	}

	.news-right a{
		font-size:9pt;
	}

	.news-left{
		padding-right:0;
	}

	.news-left p{
		font-size:9pt;
	}

	.militari{
		padding-left:0;
	}

	.instagram_bl .text-center h4{
		font-size:9pt;
		padding:0;
	}

	.instagram_bl h4{
		padding: 0;
	}

	footer{
		padding-bottom:60px;
	}

	footer #menu-footer-menu li{
		display: block;
		margin-right:0;
	}



	.social{
		display: none;
	}

	.social-second{
		display: block !important;
		margin-bottom: 30px;
	}


	.categories ul li a{
		line-height:10px;
		font-size:6pt;
	}

	.food_bl .col-6{
		width:100%;
		float:none;
	}

	.dining_bl a .category_image_2 img{
		left:0;
		right:0;
		margin:0 auto;
	}

	#contact .contact-inside form span.your-name input, #contact .contact-inside form span.your-email input{
		line-height: 38px;
		height:38px;
	}

	#contact .contact-inside form textarea{
		line-height:38px;
		margin-bottom:10px;
	}

	#contact .contact-inside form .wpcf7-list-item-label{
		width:89%;
	}

	#contact .contact-inside form .wpcf7-submit{
		width:260px;
		float:none;
		line-height:50px;
		display: block;
		margin:0 auto;
	}

	.article .news_image img{
		max-width:none;
		/*left:-50%;*/
	}

	.oferte_curente .article_content{
		/*margin-top:-113px;*/
	}

	#back2Top{
		position: static !important;
		margin-bottom:30px;
		visibility: visible;
		opacity: 1 !important;
		display: block !important;
	}



}


.mix-category .mix{
	margin-bottom:25px;
}



.container_2 img{
	max-width: none;
}

.fa-map:before,
.fa-map-marker-alt:before,
.fa-bars:before{
  font-family: 'Font Awesome\ 5 Free';
}

.fa-map-marker-alt{
	margin-right:6px;
}

.contact-info{
	padding:0;
	margin-bottom:30px;
}

.contact-info h1{
	padding:0 15px;
}

.header-inside_2{
	position: relative;
	overflow: hidden;
	display: none;
	padding:15px 15px 35px 15px;

}



.header-inside_2 a{
	width: 77px;
    display: block;
    margin: 0 auto;
}

.header-inside_2 .menu_button i{
	font-size: 24px;
    margin: 0;
    width: 21px;
    line-height: 20px;
    height: 20px;
    color: #000;
}

.header-inside_2 .menu_button:focus{
	text-decoration: none;
}

.header-inside_2 .menu_button:hover{
	cursor: pointer;
	text-decoration: none;
}

.header-inside_2 input[type="search"]{
	background-color: transparent;
	width:84% !important;
	font-size:14pt;
	display: inline-block;
}

.blur{
	width: 100%;
	height:1px;
	display: block;
	position: absolute;
	top:-1px;
	-webkit-box-shadow: 0px 0px 216px 85px #5089FF;
	-moz-box-shadow: 0px 0px 216px 85px #5089FF;
	box-shadow: 0px 0px 216px 85px #5089FF;
    background: transparent;
    left: 0;
    z-index: -1;
}

.mobile_menu{
	position: fixed;
	top:0;
	height:100%;
	width:100%;
	right:0;
	margin:0 auto;
	background-color: #fff;
	z-index: 100;
	padding: 25px;
	display: none;
	overflow: scroll;
}

.mobile_menu a.menu_logo{
	width:77px;
	display: block;
	margin:20px auto 0;
}

.mobile_menu a img{
	width:77px;
	display: block;
}

.mobile_menu a.close-menu{
	float:right;
	font-size:20pt;
	width:26px;
}

.mobile_menu ul{
	padding:0;
	list-style: none;
	margin-top:25px;
	text-align: center;
	margin-bottom:0;
}

.mobile_menu ul li a{
	font-size:16pt;
	font-family: 'Axiforma';
	font-weight: 500;
	text-transform: uppercase;
	line-height:42px;
	color:#000;
}

.mobile_menu ul li a:focus{
	color:#444;
	text-decoration: none;
}

.mobile_menu .contact-btn{
	width:100%;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	line-height:40px;
	font-size:16pt;
	font-family: 'Axiforma';
	font-weight: 500;
	color:#000;
	border:none;
	background:transparent;
}

.mobile_menu .social{
	padding:0;
	text-align: center;
	margin-top:20px;
	margin-bottom:40px;
	display: block !important;
}

.social-second{
	display: none;
	text-align: center;
}

.social-second a{
	width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-right: 12px;
}

.social-second a:last-child,
.mobile_menu .social a:last-child{
	margin-right:0;
}

.social-second a i{
	color: #fff;
    line-height: 26px;
    font-size: 10pt;
}

.mobile_menu .social a{
	width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}

.mobile_menu .social a i{
	color: #fff;
    line-height: 26px;
    font-size: 10pt;
}

.mobile_menu .btn-menu{
	font-size:16pt;
	font-family: 'Axiforma';
	font-weight: normal;
	line-height:40px;
	width:230px;
	border:1px solid #000;
	text-align: center;
	margin:0 auto;
	text-transform: uppercase;
	display: block;
	color:#000;
}

.mobile_menu .btn-menu:hover{
	text-decoration: none;
}

.mobile_menu .btn-menu:focus{
	color:#444;
	text-decoration: none;
}

.mobile_menu .btn-menu i{
	color:#5089FF;
	margin-right:6px;
}

.fa-bars{
	color:#fff;
}

.header-fixed{
	position: fixed;
	top:0;
	left:0;
	right:0;
	background-color: #fff;
	z-index: 20;
	height:74px;
	overflow: hidden;
	border-bottom: 2px solid #5089FF;
}

.single-eveniment .post-image img{
	position: relative;
    top: 0;
    width: 100%;
}

.single-magazin .magazin_info,
.single-dining .magazin_info{
	display: block !important;
	float: right;
	margin-top:40px;
}

.single .magazin_info{
	display: none;
}

.magazin_info .magazin_info_bl1{
	width:50%;
	float:left;
}

.magazin_info p{
	font-size: 10pt;
	color:#000;
	font-family: 'Axiforma';
	font-weight: normal;
	text-transform: uppercase;
}

.magazin_info p a{
	text-decoration: none;
	font-size: 10pt;
	color:#000;
	    display: inline-flex;
}

.harta .magazin_info p a{
	color:#7f7f7f;
}

.harta .magazin_info p a:hover{
	color:#7f7f7f;
}

.magazin_info p a:hover{
	color:#000;
}

.magazin_info p i{
	margin-right:6px;
}

.magazin_info p a{
	font-size: 10pt;
	color:#000;
	font-family: 'Axiforma';
	font-weight: normal;
	text-decoration: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border:none !important;
	color:red;
	line-height: 80px;
}

div.wpcf7 .ajax-loader{
	position: absolute;
	bottom:60px;
	right:240px;
}

.cookies-consent-popup{
	bottom: 0px;
    direction: ltr;
    display: none;
    font-size: 14px;
    min-height: 30px;
    padding: 20px 14px 20px;
    position: fixed;
    left: 0px;
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100%;
    z-index: 999999999999;
}

.close{
	width:26px;
}

.slick-slide img{
	width: 1170px;/*
    height: 417px;*/
}

#back2Top{
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: #5089FF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 40px;
    right:40px;
    z-index:1;
}

#back2Top .icon-top-svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

#back2Top i {
	font-size: 30px;
	line-height: 52px;
}

.search-article{
	margin-bottom:20px;
}

.sip-wrapper .sip-point.sip-point-icon-text{
	opacity: 0.7;
}

.sip-wrapper .sip-point.sip-point-icon-text:hover{
	opacity: 1;
}

.sip-wrapper .sip-point{
	width:10%;
}

.single .sip-wrapper .sip-point.sip-point-icon-text{
	opacity: 1;
}

.single .sip-point .sip-popup.sip-popup-top{
	width:150px !important;
}

.sip-wrapper .sip-point.sip-point-icon-text{
	background: transparent !important;
	color:#000 !important;
	box-shadow: none !important;
}

.single .sip-point .sip-popup{
	display: block;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.sip-point .sip-popup.sip-popup-top{
	z-index: 1;
}

.single .sip-point .sip-popup.sip-popup-top{
	transform: translate3d(-50%, -100%, 0) rotate3d(0, 0, 0, 0);
}

.sip-point .sip-popup .sip-popup-inner{
	box-shadow: none !important;
	background-color:#5089FF !important;
}

.single-magazin .magazin_info_bl1:first-child p:last-child,
.single-dining .magazin_info_bl1:first-child p:last-child{
	display: none;
}

#toggle-filter{
	display: none;
}
.mobile_filter{
	padding-top:30px;
}

div.wpcf7-response-output{
	margin:0 !important;
	padding:0;
}

span.wpcf7-not-valid-tip{
	display: none !important;
}

.mobile-fixed{
	position: absolute;
    right: 15px;
    top: 15px;
    z-index: 20;
    width:21px;
}

.menu_fixed{
	top: 0;
    width: 100%;
    background: #f8f8f8;
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
}

.menu_fixed .fa-bars{
	color:#5089FF;
}

.menu_fixed .menu_button{
	width:21px;
	position: static;
	margin-right:15px;
	float:right;
	line-height: 50px;
	height:auto;
	color:#5089FF;
}

.menu_fixed .menu_button:hover{
	text-decoration: none;
}

.owl-nav{
	display: block;
	position: absolute;
	top:50%;
	width:100%;
	margin-top:-20px;
}

.owl-prev{
	left:0 !important;
	width: 40px !important;
    height: 39px !important;
    z-index:10;
    position: absolute;
    background: #5089FF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 39'%3E%3Cpath d='M24 12 16 19.5 24 27' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat !important;
}

.owl-prev:focus,
.owl-next:focus{
	outline: none;
}

.slider-bl .owl-prev span,
.slider-bl .owl-next span{
	display: none;
}

.owl-next{
	right:0 !important;
	position: absolute;
	width: 40px !important;
    height: 39px !important;
    z-index:10;
    background: #5089FF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 39'%3E%3Cpath d='M16 12 24 19.5 16 27' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat !important;
}

.gallery .owl-prev,
.gallery .owl-next{
	background: none !important;
}

.gallery .owl-prev span{
	display: block;
    font-size: 60px;
    line-height: 39px;
    color: #000;
    outline: none;
}

.gallery .owl-next span{
	display: block;
    font-size: 60px;
    line-height: 39px;
    color: #000;
    outline: none;
}

.owl-dots{
	position: absolute;
	bottom:20px;
	width: 100%;
	text-align: center;
}

.owl-dot{
	margin-right:10px;
}

.owl-dot:last-child{
	margin-right:0;
}

.slider .owl-dot span{
	width: 14px;
    background: rgba(0,0,0,0.5);
    display: block;
    height: 14px;
    border-radius: 50%;
}

.slider__aboutUs {
	margin-top:6px;
}

.slider__aboutUs .owl-dots {
	position: static;
	margin:20px 0;
}

.slider__aboutUs .owl-dot span {
	width: 14px;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	height: 14px;
	border-radius: 50%;
	padding:0;
}

.owl-dot.active span{
	background: rgba(0,0,0,1);
}

#contact .contact-inside form .first a{
	text-decoration: underline;
}

.top_button{
	position: fixed !important;
	visibility: visible !important;
	opacity: 1 !important;
	transition: opacity .7s;
}

.search_header{
	display: none;
}

.magazine .search_header{
	display: block;
}

.page_articles .video{
	display: none;
}

.play{
	margin: 40px auto 20px;
	display: block;
	cursor: pointer;
	width:170px;
}

.page_articles .video iframe{
	width:100%;
	margin-bottom: 20px;
}


/*  MAPS  */
.imp-tooltip{
	padding:10px !important;
	background:#5089FF !important;
}

.hs-arrow-bottom{
	    border-top-color: #5089FF !important;
}

.hs-arrow-right {
	border-left-color: #5089FF !important;
}

.imp-tooltip h3{
	font-weight: bold !important;
	font-family: 'Axiforma' !important;
	color:#fff;
	padding:0 !important;
}

.imp-tooltip p{
	font-weight: normal !important;
	font-family: 'Axiforma' !important;
	color:#fff;
	padding:0 !important;
}

.panzoom_map{
	height:auto;
	background: #fff;
}

#navbar{
	position: absolute;
	top:20px;
	left:15px;
	right:0;
	z-index: 10;
	width:32px;
}

#navbar button{
	background-color: #f8f8f8;
    border: 1px solid #00000059;
    padding: 5px;
    width: 32px;
    border-radius: 5px;
    height: 32px;
    display: block;
    margin-bottom:10px;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
}

#navbar button:hover{
	background-color: #ccc;
}

.sip-point .sip-popup .sip-popup-title{
	text-align: center;
	font-weight: bold;
	font-family: 'Axiforma';
	color:#fff;
	white-space: normal !important;
}

.sip-point .sip-popup.sip-popup-top .sip-popup-inner:before{
	border-color:#5089FF transparent transparent transparent!important;
}

.sip-point .sip-popup.sip-popup-top{
	padding-bottom:0 !important;
}

.sq-col-lg-12{
	padding:0 !important;
}

.imp-ui-zoom-button-zoom-out{
	top:57px !important;
	left:0px !important;
}

.imp-ui-zoom-button-zoom-in{
	top:20px !important;
	left:0px !important;
}

.imp-fullscreen-button{
	width:30px !important;
	height:30px !important;
	line-height: 30px !important;
	left:0px !important;
	top:94px !important;
}

.prezentare{
	text-align: center;
	color:#5089FF;
}


.video_link{
	text-decoration: none;
}

.video_link:hover{
	text-decoration: none;
}

.video_link:focus{
	text-decoration: none;
}

.single-eveniment .bottom_content{
	display: none;
}

.cookie-bar-bar button#catapultCookie{
	background:#f8f8f8;
	color:#000;
}

#catapult-cookie-bar{
	background-color: rgba(0, 0, 0, .75) !important;
}

.single-oferta .oferte_curente,
.single-eveniment .oferte_curente,
.single-dining .oferte_curente{
	display: none;
}

.magazine-harta .mix-category .text{
height:auto;
}

/*.vjs-afterglow-skin .vjs-play-progress{
	background-color:#5089FF !important;
}

.vjs-afterglow-skin .vjs-control-bar{
	color:#5089FF !important;
}
.vjs-afterglow-skin .vjs-top-control-bar .vjs-fullscreen-control:before{
	color:#5089FF !important;
}*/

.single .bottom_content{
	padding: 26px 0 58px 0;
	margin-top:40px;
	overflow: hidden;
}

.post_text{
	padding-bottom:20px;
}

.diferent{
	width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.diferent_2{
	width:50%;
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.image_logo{
	width: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.sip-wrapper img{
	width:100%;
	display: block;
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted{
	border:none !important;
	color:#ff0000;
	line-height:80px;
}

.news_bl .category_image{
	height:306px;
}

.instagallery-items .ig-item a img{
	height:357px;
}

input[type=checkbox], input[type=radio]{
	margin:0;
}

@-moz-document url-prefix() {
  .switch{
  	top:2px;
  }
}

.magazine .mix-category .text{
	text-align: center;
	position: absolute;
    top: 0%;
    left: 0%;
    background: rgba(228,228,228,0.9);
    right: 0;
    height: 171px;
    width:101%;
    padding: 0;
    opacity: 0;
    transition: all .3s ease;
    display: table;
}

.magazine .mix-category .text .text-center{
	display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.magazine .mix-category h4, .category_image_2 h4{
	height:auto;
	margin-bottom:10px;
	text-transform: uppercase;
	color:#000;
	margin: 0 auto;
}

.magazine .mix-category p{
	color:#000;
}

.g1-social-icons img{
	width:26px !important;
	opacity: 1 !important;
}

.g1-social-icons--32 .g1-social-icon{
	width:26px !important;
	height:26px !important;
}

.g1-social-icons--32>ul>li{
	min-height:26px !important;
	float:none !important;
	display: inline-block;
	padding:0 !important;
}

.g1-social-icons--32>ul>li:last-child a{
	margin:0;
}

.g1-social-icons>ul{
	padding:0 !important;
}

.g1-social-icons{
	margin:0 !important;
}

.single-magazin .post-image{
	display: none;
}

.single .slider-bl{
	margin-bottom:43px;
}


.owl-carousel {
    display: none;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel.owl-loaded {
    display: block;
}

.open_category{
	position: relative;
	overflow: hidden;
	height: 0;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.open_category.height{
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 70px;
}


.subcategories{
	background:#e4e4e4;
	position: absolute;
	width:100%;
	z-index: -1;
    transform: translate3d(0px, -145px, 0);
    -moz-transition-duration:1s;
    -webkit-transition-duration:1s;
    -o-transition-duration:1s;
    transition-duration:1s;
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
}

.subcategories.slide{
    transform: translate3d(0, 0px, 0);
    z-index: 10;
}


.subcategories .container{
	/*overflow-x: auto;*/

}


.subcategories a{
	margin-right: 20px;
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: transparent;
    opacity: 1;
    /*height: 76px;*/
    color:#000;
    font-size: 10px;
}

.subcategories .opacity a{
	opacity: 0.5;
}


.slider_category .opacity img{
	opacity: 0.5;
}

.subcategories a:hover{
	opacity: 1;
}

.subcategories a.mixitup-control-active{
	opacity: 1;
}

.subcategories a.mixitup-control-active img{
	opacity: 1;
}

.categories ul li.opacity a{
	opacity: 0.5;
	color:#7f7f7f;
}

.categories ul li.opacity a:hover{
	opacity: 1;
    color: #000;
}



.categories ul li.opacity a.active{
	color:#000;
	opacity: 1;
}

.categories ul li.opacity a img{
	opacity: 0.5;
}
.categories ul li.opacity a i{
	color:#7f7f7f;
	border:1px solid #7f7f7f;
}

.categories ul li.opacity a.active .arrow{
	display: block;
}


.categories ul li.opacity a.active img{
	opacity: 1;
}

.categories ul li.opacity a.active i{
	border:1px solid #000;
	color:#000;
}

.subcategories a img,
.categories ul li a img{
	display: block;
    width: 60px;
    height: 50px;
    margin: 0 auto 6px;
    position: relative;
    z-index: -1;
    opacity: 1;
}

.subcategories a img{
	z-index: 1;
}

.categories ul li a.active{
	color:#000;
}

.subcategories a:hover{
	cursor: pointer;
	color:#000;
	opacity: 1;
	text-decoration: none;
}

.categories ul li a:hover img{
	opacity: 1;
}

.subcategories a:last-child{
	margin-right:0;
}

.slider_category{
	padding:6px 0;
	 /*   overflow-x: scroll;*/
    /* overflow-y: hidden; */
    white-space: nowrap;
}

.slider_category.owl-carousel .owl-stage-outer{
	text-align: center;
}

.slider_category.owl-carousel .owl-stage-outer .owl-stage{
	margin:0 auto !important;
	overflow: hidden;
}

::-webkit-scrollbar {
   	height:6px;
   	width:6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius:15px;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius:15px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.categories ul li a .arrow,
.categories ul li a .arrow,
.categories ul li a .arrow,
.categories ul li a .arrow{
	width: 0;
    height: 0;
    position: absolute;
    left: 0;
    display: none;
    /* margin-top: -1rem; */
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 9px solid #e4e4e4;
    bottom: -15px;
    right: 0;
    margin: 0 auto;
}

/*.open_category .shopping .arrow{
    left: 37%;
}

.open_category .dining .arrow{
	left: 43%;
}

.open_category .divertisment .arrow{
    left: 50%;
}

.open_category .servicii .arrow{
	left: 58%;
}*/

.slider_category .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.slider_category .owl-item img{
	width:50px !important;
	height:44px;
	margin:0 auto;
	position: relative;
	left:0;
	opacity: 1;
}

.magazin_info{
	margin-top: 30px;
    display: table;
    left: 0;
    float: none !important;
    right: 0;
}

.back_pop-up{
	position: relative;
	padding: 20px 0px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
    overflow: hidden;
}

.back_pop-up button.close{
	position: absolute;
    right: 25px;
    padding: 0;
    border: none;
    margin: 0;
    top: 25px;
    background: transparent;
    z-index: 10;
    opacity: 1;
}

.back_pop-up button.close img{
	width:26px;
	height:26px;
	display: block;
}

.back_pop-up a{
	overflow: hidden;
	/*border:1px solid #7f7f7f;*/
	display: block;
}

.back_pop-up b{
	color:#7f7f7f;
	display: block;
	margin-bottom:5px;
	font-weight: normal;
}

.back_pop-up p{
	color:#7f7f7f;
	font-size: 9pt;
}

.back_pop-up .text-description p{
	text-transform: none;
	font-weight: normal;
}


}

.magazin_info b{
	text-transform: uppercase;
	display: block;
	margin-bottom:10px;
}

/*.map_info a .logo_magazin{
	width:50%;
	float:left;
}

.map_info a .text{
	float:left;
	width:50%;
}*/

.owl-item {
  overflow: hidden;
}

.fxSwipe .owl-stage, .fxPushReveal .owl-stage, .fxSnapIn .owl-stage, .fxLetMeIn .owl-stage, .fxStickIt .owl-stage, .fxSlideBehind .owl-stage {
  -webkit-transform: none !important;
          transform: none !important;
  width: 100% !important;
  position: relative;
  height: 0;
  border: none;
  overflow: hidden;
  display: block;
  padding-top: 31.25%;
}
.fxSwipe .owl-item, .fxPushReveal .owl-item, .fxSnapIn .owl-item, .fxLetMeIn .owl-item, .fxStickIt .owl-item, .fxSlideBehind .owl-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  opacity: 0;
  z-index: 10;
}
.fxSwipe .owl-item.active, .fxPushReveal .owl-item.active, .fxSnapIn .owl-item.active, .fxLetMeIn .owl-item.active, .fxStickIt .owl-item.active, .fxSlideBehind .owl-item.active {
  z-index: 20;
  opacity: 1;
}
.fxSwipe .owl-item.owl-animated-out, .fxPushReveal .owl-item.owl-animated-out, .fxSnapIn .owl-item.owl-animated-out, .fxLetMeIn .owl-item.owl-animated-out, .fxStickIt .owl-item.owl-animated-out, .fxSlideBehind .owl-item.owl-animated-out {
  opacity: 1;
}
.fxSwipe .owl-item.owl-animated-in, .fxPushReveal .owl-item.owl-animated-in, .fxSnapIn .owl-item.owl-animated-in, .fxLetMeIn .owl-item.owl-animated-in, .fxStickIt .owl-item.owl-animated-in, .fxSlideBehind .owl-item.owl-animated-in {
  opacity: 0;
}

.fxPressAway .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.fxPressAwayOutNext {

            -webkit-animation-name: slideOutScaleLeft;
          animation-name: slideOutScaleLeft;
}

.fxPressAwayInNext {

          -webkit-animation-name: slideInFromRight;
          animation-name: slideInFromRight;
}

.fxPressAwayOutPrev {
  -webkit-animation-name: slideOutScaleRight;
          animation-name: slideOutScaleRight;
}

.fxPressAwayInPrev {
-webkit-animation-name: slideInFromLeft;
          animation-name: slideInFromLeft;
}

@-webkit-keyframes slideOutScaleRight {
  to {
    -webkit-transform: translateX(100%) scale(0.9);
            transform: translateX(100%) scale(0.9);
    opacity: 0;
  }
}

@keyframes slideOutScaleRight {
  to {
    -webkit-transform: translateX(100%) scale(0.9);
            transform: translateX(100%) scale(0.9);
    opacity: 0;
  }
}
@-webkit-keyframes slideInFromLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInFromLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideOutScaleLeft {
  to {
    -webkit-transform: translateX(-100%) scale(0.9);
            transform: translateX(-100%) scale(0.9);
    opacity: 0;
  }
}
@keyframes slideOutScaleLeft {
  to {
    -webkit-transform: translateX(-100%) scale(0.9);
            transform: translateX(-100%) scale(0.9);
    opacity: 0;
  }
}
@-webkit-keyframes slideInFromRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}


/* Cinema Drive IN */


.main-title {
    font-size: 46px;
    font-weight: bold;
    padding: 15px 0;
    margin: 0;
    line-height: normal;
}

@media (max-width: 1024px) {
    .filme-archive h1 {
        font-size: 36px;
        font-weight: bold;
    }

    .filme-archive-post-title {
        padding: 0;
    }

    .main-title {
        font-size: 24px;

    }
}

.filme-archive-disclaimer {
    background-color: #231E20;
    padding: 60px 0;
    margin: 30px 0;
}

.filme-archive-disclaimer-title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #C71F4D;
    text-transform: uppercase;
}

.filme-archive-disclaimer-text {
    font-size: 13px;
    text-align: left;
    color: #fff;
    font-weight: 300;
}

.filme-archive-disclaimer .regulament-title {
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    margin: 60px 0 0 0;

}

.filme-archive-disclaimer .regulament-title a {
    color: #C71F4D;
}

@media (max-width: 1024px) {
    .filme-archive-disclaimer-text {
        margin-bottom: 20px;
    }
}

.filme-archive-menu {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    background-color: #f2f2f2;
    padding: 60px 0;
}

.filme-archive-menu span {
    font-style: italic;
    font-size: 16px;
}


.filme-archive-menu-button {
    color: #5089FF;
    font-weight: bolder;
    text-transform: uppercase;
    display: block;
    text-align: left;
    font-size: 16px;
}

@media screen and (max-width: 960px) {
    .filme-archive-menu-item {
        margin-bottom: 20px;
    }
}

.filme-archive-post {
    min-height: 600px !important;
    margin-bottom: 30px !important;
}


.filme-archive-post img {
    width: 100%;
}

@media screen and (min-width: 960px) {
    .filme-archive-post img {
        object-fit: cover;
        height: 500px;
    }
}

.filme-archive-post-title {
    font-size: 24px;
    text-align: left;

}


.filme-archive-post-cta {
    padding: 10px 0;

}

.filme-archive-post-cta a {
    font-size: 18px;
    color: #C71F4D;
    font-weight: bold;
    text-transform: uppercase;
}

.filme-archive-post-title:hover {
    color: #5089FF;
}

.filme-archive-post-date {
    font-size: 16px;
    font-weight: light;
    text-align: left;
}

.film-archive-post-price {
    font-size: 16px;
    text-align: center;
}

.single-film {
    padding: 30px 0;

}

.single-film-back a {
    font-weight: bold;
    color: #5089FF;
}

.single-film-title {
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .single-film-title {
        font-size: 36px;
        font-weight: bold;
    }
}

.single-film-description, .single-film-description p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}

.single-film-description {
    margin-bottom: 30px;
}

.film-archive-post-date {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}

.single-film-book {
}

@media (max-width: 1024px) {
    .single-film-book {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99999;
        width: 100%;
        background-color: #fff;
        padding: 20px;
        text-align: center;
        border-top: 1px solid #ddd;
    }
}

.single-film-book-price {
    font-weight: bolder;
    font-size: 24px;
}

@media (max-width: 1024px) {
    .single-film-book-price {
        text-align: center;
        margin-bottom: 20px;
    }

    .film-archive-post-date {
        text-align: center;
        margin: 20px 0;
    }
}


.single-film-book-button {
    height: 39px;
    background-color: #5089FF;
    color: #ffffff;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    margin: 0 0 20px 20px;
    text-align: center;
}

.single-film-book-button:hover {
    color: rgba(255, 255, 255, .9);
}

.single-film-book-button:first-child {
    margin-left: 0;
}

@media screen and (max-width: 1024px) {
    .single-film-book-button {
        width: 44%;
        height: auto;
        background-color: #5089FF;
        color: #ffffff;
        font-weight: bolder;
        text-transform: uppercase;
        padding: 10px 15px;
        display: inline-block;
        margin: 0 20px 0  0;
        text-align: center;
        font-size: 14px;
    }

    .single-film-book-button:last-child {
        margin-right: 0;
    }
}

.single-film-secondary-title {
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 30px;
}

.single-film-trailer iframe {

}

.single .regulament-title {
    font-size: 18px;
    margin-bottom: 60px;
}

.single .regulament-title a {
    color: #5089FF;
    font-weight: bold;
}


.single-film-disclaimer-title {
    font-weight: bold;
    font-size: 18px;
    color: #5089FF;
    text-transform: uppercase;
}

.single-film-disclaimer-description {
    margin-top: 10px;
    font-weight: 300;
}

@media screen and (min-width: 960px) {
    /* utilities */
    .vcenter {
        display: inline-block !important;
        float: none !important;
        vertical-align: middle !important;
        width: 49% !important;
    }
}

.regulament-section .regulament-title {
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    background-color: #ccc;
    color: #000;
    padding: 20px 0;

}

.single .regulament-section{
    margin-top: 30px;
}

.regulament-section  .regulament-title a {
    color: #5089FF;
    font-weight: 900;
}

.filme-archive-image {
    margin-bottom: 30px;
}


.nume-dining{
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}
/* ===== Inline SVG social icons (facebook / instagram / tiktok) ===== */
/* default = primary #5089FF, hover = darkened primary #2F5FD6 */
.social-svg-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    color: #5089FF;
    fill: currentColor;
    transition: color 0.2s ease;
}
a:hover .social-svg-icon,
.g1-social-icon:hover .social-svg-icon,
.social-second a:hover .social-svg-icon,
.header .social a:hover .social-svg-icon,
.mobile_menu .social a:hover .social-svg-icon {
    color: #2F5FD6;
}
/* keep footer g1 icons at the expected 26px box */
.g1-social-icons .social-svg-icon,
.g1-social-icons--32 .social-svg-icon {
    width: 26px !important;
    height: 26px !important;
}
/* ================================================================= */
