/* ===== ===== ===== ===== =====  Start Font face
--------------------------------------------------------------------------------------------------*/

/* =====  End Font face
--------------------------------------------------------------------------------------------------*/

/* =====  Start Main styles
--------------------------------------------------------------------------------------------------*/
/*clearfix*/
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/*/ For IE 6/7 (trigger hasLayout) /*/
.cf { zoom:1; }
html, body { height: 100%; width: 100%; margin: 0; }

body {
	font-size: 15px;
	color: #ffffff;
	background-color: #000;
}


h1 {
	font-size: 40px;
    line-height: 52px;
	font-family: 'lt_oksanaregular';
	color: #f4d291;
	text-transform: uppercase;
	word-spacing: 6px;
}

h2 {
	font-size: 20px;
	font-family: 'lt_oksanaregular';
	color: #f4d291;
	text-transform: uppercase;
	line-height: 25px;
}

h3 {
	font-size: 25px;
	font-family: 'lt_oksanaregular';
	text-transform: uppercase;
	line-height: 32px;
}


h4 {
	font-size: 20px;
	font-family: 'lt_oksanaregular';
	text-transform: uppercase;
	line-height: 25px;
}

h5 {
	font-size: 20px;
	font-family: 'london_fillregular';
}

h6 {
	font-size: 14px;
	font-family: 'market_decoregular';
	text-transform: uppercase;
}

p {
	font-size: 18px;
}

a {
	color: #fff;
}

p a {
	color: #d0a657;
}

 a:hover, a:focus {
	color: #d0a657;
}

#wrapper, .wrapper {
	width: 100%;
	/*max-width: 1370px;*/
	margin: 0 auto;
	min-height:100%;
	position: relative;
	overflow: hidden;
	background-color: #000;
}

#footer {
	position:absolute;
	bottom:0;
	left: 0;
	width:100%;
}

#footer #social img {
	padding-left: 5px;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'london_fillregular';
	font-size: 15px;
}

body.locked {
	overflow: hidden;
}

.section-title {
	margin: 20px auto;
}

.btn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.more {
    display: inline-block;
    padding: 2px 55px 2px 0;
    background-image: url("../img/read-more.png");
    background-repeat: no-repeat;
    background-position: 100% center;
    color: #ecd7ae;
    font-size: 20px;
}

.uppercase-link {
	font-size: 20px;
	font-family: 'lt_oksanaregular';
	color: #f4d291;
	text-transform: uppercase;
}

/* =====  End Main styles
--------------------------------------------------------------------------------------------------*/

/* =====  Start Header
--------------------------------------------------------------------------------------------------*/
/*menu dropdown*/
.menu-dropdown {
    float: right;
    display: block;
    position: relative;
    width: 34px;
    height: 30px;
		margin-top: 10px;
}

.icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    background: -webkit-linear-gradient(left, #FFF , #fec872); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FFF, #fec872); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #FFF, #fec872); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FFF , #fec872); /* Standard syntax (must be last) */
    margin: 5px;
	position: absolute;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu-dropdown .icon-bar:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-dropdown .icon-bar:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-dropdown .icon-bar:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-dropdown.active .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}

.menu-dropdown.active .icon-bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menu-dropdown.active .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 4px;
}

#nav {
	text-align: center;
	background-color:rgba(0, 0, 0, 0.8);
}

#nav > .container {
	position: relative;
	text-align: center;
}

#nav .brand {
	margin: 25px auto;
	margin-left: auto;
  	margin-right: auto;
}
#nav .betterfood {
	margin: 25px auto;
	margin-left: auto;
  	margin-right: auto;
}
.menu-items {
    display: none;
    position: absolute;
    top: 52px;
    right: 0;
    width: auto;
    padding: 15px 0;
    text-align: right;
    min-width: 300px;
    background-color: #000;
    border-radius: 4px;
    font-family: 'market_decoregular';
}

.menu-items > ul {
	margin: 0 auto;
	padding-right: 20px;
}

.menu-items .has-dropdown {
	position: relative;
}

.menu-items .has-dropdown > a:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background-color: #ffcc67;
	position: absolute;
	right: 0px;
	top: 9px;
	visibility: hidden;
}

.menu-items .has-dropdown > a:hover:after,
.menu-items .has-dropdown.opened > a:after {
	visibility: visible;
}

.menu-items > ul > li {
	margin: 8px 0;
}

.menu-items > ul > li > a {
	color: #fff;
	display: block;
    width: 100%;
    padding: 2px 20px;
}

.menu-items > ul > li > a:hover,
.menu-items .has-dropdown.opened > a {
	background-color: #000;
	text-decoration: none;
	color: #ffcc67;
}

.menu-wrapper {
	position: absolute;
    right: 6px;
	top: 50px;
    margin: 0 15px;
    z-index: 99;
}

.menu-items .has-dropdown .dropdown-menu {
	right: 0;
	left: inherit;
	border-radius: 0;
    width: 100%;
    text-align: right;
    position: relative;
    border-color: #000;
    background-color: #000;
}

.menu-items .has-dropdown .dropdown-menu li a {
	color: #fff;
	padding: 5px 5px 5px 20px;
}

.menu-items .has-dropdown .dropdown-menu>li>a:hover,
.menu-items .has-dropdown .dropdown-menu>li>a:focus {
	background-color: #000;
	color: #ffcc67;
}

.menu-items .has-dropdown .dropdown-menu {
    position: relative;
    padding: 15px 0;
    margin: 0 15px;
    width: calc(100% - 30px);
}

.menu-items .has-dropdown .dropdown-menu:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: -webkit-linear-gradient(left, #fef3e6, #cea351, #fef3e6, #cda24e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e); /* Standard syntax (must be last) */
    position: absolute;
    top: 0;
    left: 0;
}

.menu-items .separator {
	display: block;
	width: 90%;
	height: 3px;
	margin-left: 30px;
	background: -webkit-linear-gradient(left, #fef3e6, #cea351, #fef3e6, #cda24e); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e); /* For Firefox 3.6 to 15 */
		background: linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e); /* Standard syntax (must be last) */
}

.menu-items .has-dropdown .dropdown-menu:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: -webkit-linear-gradient(left, #fef3e6, #cea351, #fef3e6, #cda24e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e); /* Standard syntax (must be last) */
    position: absolute;
    bottom: 0;
    left: 0;
}


.menu-items .dropdown-menu>li>a {
	text-align: right;
}


.page-title {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	font-family: 'market_decoregular';
	float: left;
	display: inline-block;
    margin: 0 6px;
    height: 30px;
    line-height: 30px;
}

/*second header*/
.second-header {
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}


.scroll-down-btn a {
	width: 50px;
	height: 50px;
	display: block;
	float: right;
	background-image: url("../img/arrows-down.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-btn-container {
    position: absolute;
    margin: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 60px;
}

.scroll-down-btn a:hover {
	height: 60px;
}

.second-header.sticky {
	position: fixed;
	z-index: 99;
}
.second-header.trick.sticky {
	position: fixed;
}
.second-header.trick {
	position: relative;
}

.second-header .brand {
	/* display: none; */
}
.second-header .betterfood {
	display: block;
}

.second-header.sticky #nav .brand {
	display: block;
	margin: 15px auto;
}
.second-header.sticky #nav .betterfood {
	display: none;
}

.second-header.sticky #nav {
	position: relative;
}



.second-header.sticky #nav:after {
	visibility: visible;
}

.second-header.sticky .menu-wrapper {
	top: 33px;
}




/* =====  End Header
--------------------------------------------------------------------------------------------------*/

/* =====  Start Content
--------------------------------------------------------------------------------------------------*/
.wrapped-image  > img {
    width: calc(100% - 10px);
    display: block;
    margin: 0 5px;
    height: auto;
    padding: 2% 0;
}

.wrapped-image {
	position: relative;
    margin: 100px 0 50px;
	/*height: 380px;*/
   /* margin: 0 15px;
    width: calc(100% - 30px);*/
}

.wrapped-image.framed:before {
	content: '';
	background-image: url("../img/chenar.png");
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-title.border-bottom > h1,
.section-title.border-bottom > h1 + h5 {
	display: inline-block;
	vertical-align: text-bottom;
    margin-bottom: -2px;
}

.section-title.border-bottom > h1 + h5  {
	margin: 0 10px 5px 10px;
}

.section-title.border-bottom {
	position: relative;
	margin-bottom: 7px;
}

.section-title.border-bottom:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: -webkit-linear-gradient(left, #fef3e6, #cea351, #fef3e6, #cda24e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e); /* Standard syntax (must be last) */
}

ul.items {
	text-align: center;
	margin: 15px 0;
}

ul.items li {
	display: inline-block;
	width: 116px;
	margin: 10px 8px;
}

ul.items li .img-wrapper {
	background-image: url("../img/chenar-mic.png");
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 5px;
	height: 116px;
	width: 116px;
}

ul.items li .img-wrapper img {
	width: 100%;
	height: auto;
}

ul.items li .text-wrapper {
	text-align: left;
}

/*accordions*/
.accordion-item,
.highlighted > li {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	font-family: 'lt_oksanaregular';
	font-size: 20px;
	margin: 10px 0;
	padding: 0;
}

.accordion-item {
	cursor: pointer;
}

li .heading-area .upper > h4 {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}

li .heading-area .upper .price {
	float: right;
}

li .heading-area .lower * {
	font-family:'Perpetua-Italic';
}

.accordions .content-area {
	padding-bottom: 20px;
	background-image: url("../img/accordion-bottom.png");
	background-repeat: no-repeat;
	background-position: center 100%;
}

.accordions .content-area .sub-item {
	list-style-position: inside;
}

.accordions .content-area .sub-item > h4 {
    display: inline-block;
    margin-bottom: 3px;
}

.accordions .content-area .sub-item > p {
	display: block;
	clear: both;
	font-family: 'Perpetua-Italic';
}

.accordions .content-area .subcategory-items {
	padding: 10px 0;
}

.accordions .content-area .sub-item .price {
	float: right;
    font-family: 'copasetic_nfregular';
}

.accordion-item.has-subcategory {
	border: 1px dashed #ffcc67;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100%;
}

.accordion-item.has-subcategory .heading-area {
	border: none;
}

.accordion-item.has-subcategory .content-area {
	padding: 0 10px;
	background-image: none;
}

li .heading-area .upper {
	display: block;
	clear: both;
}

li .heading-area .upper:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(left, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -o-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -moz-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
}

li .heading-area .lower {
	padding-right: 40px;
	position: relative;
	padding-top: 5px;
}

.accordion-item .heading-area .lower:after {
	content: url("../img/accordion-arrow-down.png");
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
}

.accordion-item.opened .heading-area .lower:after {
	content: url("../img/accordion-arrow-up.png");
}

li .heading-area {
	/*border: 1px dashed #ffcc67;*/
    padding: 0 10px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100%;
}

.accordion-item.opened .heading-area  {
    border-color: transparent;
	height: auto;
}

#columns {
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	-webkit-column-fill: auto;
	-moz-column-count: 2;
	-moz-column-gap: 10px;
}
 #columns ul {
	 -webkit-column-break-inside: avoid; /* Chrome, Safari */
		page-break-inside: avoid;           /* Theoretically FF 20+ */
		break-inside: avoid-column;         /* IE 11 */
 }
 #columns li.accordion-item {
	 min-height: 90px;
	 -webkit-column-break-inside: avoid;
	 -moz-column-break-inside: avoid;
	 column-break-inside: avoid;
 }

/*produse-putine page*/
.highlighted li .heading-area .lower {
	padding-right: 0;
}

.highlighted li .heading-area {
	border: none;
}

.highlighted > li {
    border: 1px dashed #ffcc67;
    padding: 10px;
    border-radius: 6px;
    margin: 25px 0;
}

.highlighted .content-area {
    padding: 0 0 0 15px;
}

.highlighted .content-area img {
	display: block;
    width: 100%;
    height: auto;
}

/*recomandarile delissima*/
.full-screen-header {
	width: 100%;
	min-height: 100%;
	/*background-image: url("../img/DonAlexandru-3.png");*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*display: table;
	padding-bottom: 80px;*/
	text-shadow: 2px 2px 25px #000, 2px 2px 25px #000, 2px 2px 25px #000, 2px 2px 25px #000;
}

.full-screen-header .header-content {
	-webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

#content-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
    z-index: 9;
    /*-webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;*/
    visibility: hidden;
}

#content-overlay.visible {
	visibility: visible;
}

.fancy-links {
	display: inline-block;
	padding: 0 0;
	background-repeat: no-repeat;
	background-position: center 0;
	margin: 12px 0 0;
}
.fancy-links li a {
	text-transform: uppercase;
	font-family: 'market_decoregular';
}
.fancy-links > li {
	width: 94px;
	display: inline-block;
	padding: 0px 7px;
    line-height: 16px;
}

.fancy-links > li:last-child {
	border-right: none;
}

.fancy-links li a {
	color: #ffcc67;
}

#recomandari {
	margin-bottom: 70px;
	margin-bottom: 30px;
}

.dashed {
	border: 1px dashed #ffcc67;
	border-radius: 5px;
	padding: 10px;
}
.recomandare {
    border: 1px dashed #ffcc67;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    margin: 25px 0 40px;
}

.recomandare .heading:after {
	content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(left, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -o-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -moz-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
}

.recomandare .half {
	width: 50%;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}

.recomandare .description {
    font-family: 'Perpetua-Italic';
    margin-top: 15px;

}
.recomandare .description  p{
	font-size: 20px !important;
}
#small-slider {
	position: relative;
	margin: 30px 0 80px;
}

#small-slider:after {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 4px;
    background: -webkit-linear-gradient(left, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -o-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -moz-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    position: absolute;
    bottom: -60px;
    left: 15px;
}

#small-slider .flex-control-paging li a {
	background: #fff;
}

#small-slider .flex-control-paging li a.flex-active {
	background: #f4d291;
}

#small-slider .text-content {
	font-family: 'Perpetua-Italic';
}

#small-slider .text-content p {
	line-height: 23px;
	margin: 5px 0;
}

#small-slider .flex-caption {
	margin: 15px 0;
}

#small-slider .flex-caption .caption-wrapper {
	border: 1px dashed #ffcc67;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px 10px;
}

#small-slider .heading h2 {
	margin: 5px 0;
}

#small-slider .heading {
	position: relative;
}

#small-slider .heading:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(left, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -o-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -moz-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
}

#recommendation-form {
	margin: 25px 0;
}

#locatie-orar {
	position: relative;
	margin: 20px 0;
}

#locatie-orar .icon {
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
}

#locatie-orar .icon > img {
	margin-top: 23px;
}

#locatie-orar .info-text {
	width: 80%;
	float: left;
}

#locatie-orar .left .icon {
	width: 20%;
	float: right;
}

#locatie-orar .left {
	position: relative;
	text-align: right;
}

#locatie-orar .left .info-text {
	float: right;
}

.vertical-divider {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 5px;
	height: 100%;
    background: -webkit-linear-gradient(top, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -o-linear-gradient(bottom, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -moz-linear-gradient(bottom, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: linear-gradient(bottom, #fef3e6, #cea351, #fef3e6, #cda24e);
}

.horizontal-divider {
	content: '';
	margin: 30px auto;
	display: block;
	height: 5px;
	width: 100%;
    background: -webkit-linear-gradient(left, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -o-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -moz-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
}

.article-highlight {
	position: relative;
	padding: 10px 0 20px 0;
}

.article-highlight.border-bottom:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: -webkit-linear-gradient(left, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -o-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -moz-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    position: absolute;
    bottom: 0;
    left: 0;
}

#noutati-facebook {
	margin-bottom: 80px;
}

.facebook-box-wrapper {
    border: 1px dashed #ffcc67;
    padding: 35px 15px 15px;
    border-radius: 6px;
    position: relative;
    background-color: #000;
    margin-top: 60px;
}

.facebook-icon-holder {
	border: 1px dashed #ffcc67;
    padding: 10px 30px;
    border-radius: 6px 6px 0 0;
    position: absolute;
    left: 20px;
    top: -50px;
    background-color: #000;
    height: 50px;
    border-bottom-width: 0px;
}

/*despre noi page*/
#recomandari .wrapped-image {
	margin: 80px 0;
}

/*Gift card page*/
.heading-box > figure{
	float: left;
	display: inline-block;
	margin-right: 15px;
}

.heading-box > figure + h1 {
	margin-top: 16px;
}

/*forms*/
form .input-field > input,
form .input-field > textarea,
form .input-field > select
 {
    display: block;
    width: 100%;
    background-color: #000;
    line-height: 45px;
    text-indent: 15px;
    border: 1px dashed #ffcc67;
    border-radius: 5px;
    font-size: 20px;
}
form .input-field > input[type=file] {
	color: transparent;
}
form .input-field > select
	{
	height: 45px;
	color: #636363;
}
form .input-field > textarea {
	line-height: inherit;
    padding: 10px 15px;
    text-indent: 0;
}

form .input-field {
	margin: 20px 0;
}

.input-field ::-webkit-input-placeholder {
   color: #636363;
   font-family: 'london_fillregular';
   font-size: 20px;
}

.input-field :-moz-placeholder { /* Firefox 18- */
   color: #636363;
   font-family: 'london_fillregular';
   font-size: 20px;
}

.input-field ::-moz-placeholder {  /* Firefox 19+ */
   color: #636363;
   font-family: 'london_fillregular';
   font-size: 20px;
}

.input-field :-ms-input-placeholder {
   color: #636363;
   font-family: 'london_fillregular';
   font-size: 20px;
}

form input[type="submit"] {
    border: none;
    background-color: transparent;
    font-family: 'market_decoregular';
    font-size: 20px;
    color: #f4d291;
    display: inline-block;
    float: right;
    width: auto;
    text-indent: 0;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus {
	color: #d0a657;
}

form input[type="date"] {
	text-indent: 6px;
}

/*prezentare local*/
.detalii .detalii-image {
    width: 75px;
    float: left;
    padding-right: 15px;
}

.detalii .detalii-text > * {
	margin-top: 0;
	margin-bottom: 10px;
}

.detalii .detalii-text {
	width: calc(100% - 75px);
	float: left;
}

.detalii > li {
	border-bottom: 1px dashed #ffcc67;
    padding: 10px 0;
    margin: 15px 0;
}

.detalii > li:last-child {
	border-bottom: none;
}

#prezentare-local {
	margin: 50px 0;
}

#prezentare-local .detalii {
	margin-bottom: 0;
}

/*homepage*/
.header-content .right-part >img {
	margin-bottom: 20px;
}

.header-content .left-part {
    padding-top: 109px;
}

/*full-screen-slider*/
#full-screen-slider + .header-content {
	position: relative;
	z-index: 7;
	background-image: none;
}

#full-screen-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#full-screen-slider .flex-viewport,
#full-screen-slider .slides {
	height: 100%;
}

#full-screen-slider .slides > li {
    background-position: center;
    height: 100%;
    width: 100%;
    display: none;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#full-screen-slider .flex-control-nav {
	bottom: 30px;
	text-align: right;
	font-size: 0;
	padding-right: 30px;
}

#full-screen-slider .flex-control-paging li {
	height: 15px;
	width: 15px;
	position: relative;
	text-align: center;
	margin: 0 6px;
}

#full-screen-slider .flex-control-paging li a{
	background: rgba(242, 203, 123, 0.4);
    box-shadow: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: auto;
}

#full-screen-slider .flex-control-paging li a.flex-active {
	background: rgba(242, 203, 123, 1);
    width: 9px;
    height: 9px;
}

/*blog page*/
#content-overlay + #wrapper {
	margin-top: 100px;
}

.blog-article {
	margin: 50px 0;
	position: relative;
}

.blog-article:after {
	content: '';
	display: block;
	text-align: center;
	width: 80px;
	height: 30px;
	background-image: url("../img/object-1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: 10px auto;
}

.blog-article:last-of-type:after {
	content: none;
}

.blog-article .article-heading h1 {
	text-transform: inherit;
	margin: 0;
}

.blog-article .article-heading .article-subtitle,
.blog-article .article-heading .article-date {
	float: left;
}

.blog-article .article-heading .article-date {
	padding-left: 10px;
	border-left: 1px solid #fff;
	margin-left: 10px;
}

.article-preview {
	border: 1px dashed #ffcc67;
	border-radius: 6px;
	margin: 10px 0;
}

.article-preview .preview-wrapper {
	background-position: center;
	background-size: cover;
	min-height: 250px;
	position: relative;
	margin: 5px;
	border-radius: 6px;
}

.preview-wrapper .preview-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	padding: 10px;
}

.preview-wrapper .preview-info > * {
	margin: 0;
}

.read-more-stylish {
	margin: 60px 0;
	text-align: center;
	display: block;
	color: #ecd7ae;
	position: relative;
	font-size: 18px;
}

.read-more-stylish:after {
	content: '';
	display: block;
	text-align: center;
	width: 80px;
	height: 30px;
	background-image: url("../img/object-1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: 0 auto;
}

/*contact page */
#contact-form h1 {
    font-family: 'market_decoregular';
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 21px;
}

.header-content h5 {
	line-height: 28px;
}

.name-initials {
    background-image: url("../img/chenar-mic-2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 5px;
    height: 86px;
    width: 86px;
    text-align: center;
    display: table;
    float: left;
    margin-right: 15px;
}

.name-initials > span {
	display: table-cell;
	vertical-align: middle;
	font-size: 53px;
	font-family: 'market_decoregular';
	text-transform: uppercase;
}

.review-content {
    width: calc(100% - 102px);
    float: left;
    font-size: 14px;
}

.review-content p {
	font-size: 14px;
	line-height: 24px;
}

.review-content > .name,
.review-content > span {
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'market_decoregular';
    margin-bottom: 6px;
    display: block;
}

.review {
	padding: 15px 0 30px 0;
	background-image: url("../img/border-dotted.png");
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100%;
	margin: 20px 0;
}

.load-more-btn {
    font-family: 'market_decoregular';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 40px auto;
    max-width: 160px;
}

/*rezervare section*/
#rezervare {
	background-image: url("../img/local2.jpg");
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 50%;
	margin: 30px 0;
    background-color: #000;
}

#Map {
	height: 300px;
}

#location {
	width: 100%;
	float: left;
	display: none;
}

/*Jobs*/
#jobs-table {
	width: 100%;
}

#jobs-table td {
	width: 50%;
	font-size: 18px;
}

#jobs-table tr {
    border-bottom: 1px solid #ffcc67;
    height: 50px;
    line-height: 50px;
}

#CVModal {
	background-color: rgba(0,0,0,0.8);
}

#CVModal .modal-content {
	background-color: #000;
	border: 2px solid #ffcc67;
}

#CVModal .modal-dialog {
    width: 100%;
    margin: 30px auto;
    max-width: 800px;
}

#CVModal .modal-footer {
	text-align: left;
	border: none;
}

#CVModal .modal-footer > img {
	float: left;
	margin-right: 15px;
}

#CVModal .modal-header {
	text-align: center;
	position: relative;
	border: none;
}

#CVModal .modal-header .modal-title {
	text-align: left;
}

#CVModal .modal-header:after {
	content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: -webkit-linear-gradient(left, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -o-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: -moz-linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
    background: linear-gradient(right, #fef3e6, #cea351, #fef3e6, #cda24e);
}

#CVModal .close {
	color: #ffcc67;
	opacity: 1;
	font-size: 25px;
	font-size: 60px;
	margin-top: -15px;
	outline: none;
}

/*Framed SLider*/
#framed-slider {
	position: relative;
}

#framed-slider > li {
    position: absolute;
    display: block;
    width: 100%;
}

#framed-slider > li > img {
    width: 100%;
    width: calc(100% - 10px);
	display: block;
	margin: 0 5px;
	height: auto;
	padding: 2% 0;
}

#framed-slider:before {
	z-index: 8;
}




/* =====  End Content
--------------------------------------------------------------------------------------------------*/


/* =====  Start Footer
--------------------------------------------------------------------------------------------------*/
.footer-wrapper {
	text-align: center;
	color: #fff;
	padding: 15px 0 70px 0;
}

.footer-nav {
	margin: 35px auto 55px auto;
	font-family: 'market_decoregular';
}

.footer-nav li {
	display: inline-block;
}

.footer-nav li a {
    padding: 0 13px 0 10px;
	text-transform: uppercase;
	font-size: 25px;
	display: block;
	position: relative;
}

.footer-nav li a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 8px;
	height: 18px;
	width: 3px;
	background-color: #fff;
}

.footer-nav li:last-child a:after,
.footer-nav.small li:last-child a:after {
	content: none;
}

.footer-nav li a:hover,
.footer-nav li a:focus {
	text-decoration: none;
}

.footer-nav.small li a {
	font-size: 15px;
}

.footer-nav.small li a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    height: 14px;
    width: 1px;
    background-color: #fff;
}

.copyright {
	text-transform: uppercase;
	margin: 30px auto 40px auto;
	font-family: 'market_decoregular';
}

.author {
	margin: 30px auto;
	font-family: 'london_fillregular';
}

/* =====  End Footer
--------------------------------------------------------------------------------------------------*/

.video {
  position: absolute;
  top: 50%; left: 50%;
  z-index: 1;
  min-width: 100%;
  /*min-height: 100%;*/
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.intro {
    display: table;
	position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	z-index: 2;
}
.phoneorder {
	background-color:rgba(0, 0, 0, 0.8);
	padding: 20px;
	width: 230px;
	border-radius: 5px;
	display: inline-table;
}
.floatingphone {
	width: 260px;
	height: 100px;
	color: #fff;
	border-radius: 5px;
	background-color:rgba(0, 0, 0, 0.8);
	position: fixed;
	display: block;
	right: 10px;
	z-index: 200;
	position: fixed;
	bottom: 10px;
	padding: 12px;
}

.floatingphoner {
	width: 100%;
	height: 60px;
	color: #fff;
	background-color:rgba(0, 0, 0, 0.8);
	position: fixed;
	display: block;
	z-index: 200;
	text-align: center;
	position: fixed;
	bottom: 10px;
	padding: 6px;
	padding-top: 2px;
}
.floatingphoner h1 {
	margin: 0;
	padding: 0;
}

.floatingphone a {
	color: #ffcc67;
	margin-left: 10px;
}
.homepage .lower p {
  FONT-SIZE: 22px;
}
