/* ------
 * Author : KNS Information Technologies (aturk)
 * Landoffashion. Copyright 2016. All Rights Reserved.
 * ------ */

/*------ FONT TYPE IMPORT ------*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*------ General ------*/
body {
    margin: 0;
    padding: 0;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    color: #1a181b;
}

a {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    text-decoration: none !important;
}

.header,
.footer article,
.news-slider {
    width: 100%;
    float: left;
}

/*-- mini reset --*/

.padding-reset {
    padding: 0px;
    margin: 0px;
}

.padding-resize {
    padding: 1px;
    margin: 0px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-indicators li {
    border: solid 2px #fff;
    margin: 0px 2px;
    width: 12px;
    height: 12px;
}

::-moz-selection {
    background: #1a181b;
    color: #fff;
}

::selection {
    background: #1a181b;
    color: #fff;
}

ul li {
    list-style: none
}

/*---------*/

.header-mall-link {
    height: 40px;
    background: #fff;
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 99;
}

.mall-link {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 19px;
    margin: 2px 12px;
    display: inline-block;
}

.mall-link span {
    font-family: 'Jost', sans-serif;
}

.mall-link:hover,
.mall-link:focus {
    color: #000
}

.carousel-item-slider {
    height: calc(100vh - 80px);
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.carousel-caption {
    margin: auto;
    position: absolute;
    top: calc(50% - 80px);
    left: 0;
    bottom: 0;
    right: 0;
    /*height: fit-content;
    display: table !important;*/
    width: 100%;
    z-index: 9;
    display: flex !important;
    flex-direction: column;
}

.carousel-caption p {
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    max-width: 50%;
    display: inline-block;
}

.carousel-caption h3 img {
    margin-bottom: 7px
}

.slide-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slider-button {
    width: auto;
    height: auto;
    background-color: black;
    color: white;
    padding: 20px 40px;
    border-radius: 1px;
    margin-top: 20px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 17px;
}

.slide-filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-nav {
    background: #fff;
    color: #fff;
    height: 40px;
    padding: 9px;

}

.page-nav ul {
    margin: 0;
    padding: 0;
}

.page-nav ul li {
    float: left;
    margin-right: 30px;
}

.page-nav ul li a {
    color: #000;
}

.page-nav ul li a img {
    margin-right: 7px
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
}

.carousel-control-next-icon {
    background-image: url(../../images/sso/icons/arrow-right.png);
    width: 60px;
    height: 150px;
}

.carousel-control-prev-icon {
    background-image: url(../../images/sso/icons/arrow-left.png);
    width: 60px;
    height: 150px;
}

.language-btn {
    color: #000;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    margin-right: 20px;
}

.lang-menu {
    float: right;
    margin-top: -2px;
}

.lang-menu a {
    float: right;
}

.news-slider-image,
.news-slider-content {
    float: left;
    margin-bottom: 25px;
    padding: 0;
}

.news-slider {
    height: 450px;
}

.news-slider-image {
    background-position: top;
    width: 100%;
    height: 450px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.news-slider-image img {
    width: 100%;
    float: left;
}

.news-slider-content,
.news-slider {
    background: #000;
    color: #fff;
}

.news-slider-content {
    padding: 35px;
}

.news-slider-content h1 {
    font-family: 'Cormorant Infant', serif;
    font-size: 36px;
    letter-spacing: 1;
    padding: 0;
    float: left;
    width: 100%;
    margin: 25px 0;
}

.news-slider-content h1:after {
    content: '_______';
    color: #fff;
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
}

.news-slider-content h3 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin: 30px 0 0 0;
}

.news-slider-content p {
    font-size: 15px;
    width: 70%;
    margin: 15px 0 35px 0;
}

.news-slider-content span {
    font-size: 12px;
}

.static-bar {
    width: 100%;
    float: left;
    text-align: center;
    margin: 40px 0;
}

.static-content {
    float: left;
    margin: 25px 0;
}

.static-bar h1 {
    font-size: 36px;
    font-family: 'Cormorant Infant', serif;
}

.static-content h3 {
    font-family: 'Cormorant Infant', serif;
    font-size: 20px;
}

.static-content img {
    width: 45px;
    margin-bottom: 15px;
}

.mall-tab,
.village-experience {
    width: 100%;
    float: left;
    margin: 45px 0 60px 0;
}

.mall-tab {
    margin: 0;
}

.market-place {
    width: 100%;
    float: left;
    margin: 45px 0 60px 0;
    background-color: #f4f3f3;
    padding: 50px 20px;
}

.market-place h1 {
    font-size: 20px;
    font-family: sans-serif;
    letter-spacing: 1px;
    margin: 5px 0 30px 0;
}

.village-experience h1 {
    font-size: 36px;
    font-family: 'Cormorant Infant', serif;
    letter-spacing: 1px;
    margin: 5px 0 30px 0;
}

.village-experience img {
    width: 100%;
    float: left;
}

.village-experience h2 {
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    text-align: left;
    margin: 15px 0 5px 0;
    width: 100%;
    float: left;
}

.village-experience p {
    font-size: 15px;
    text-align: left;
    float: left;
    color: #333;
    width: 100%;
    margin: 5px 0;
}

.village-experience p:after {
    content: '_______';
    color: #979797;
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: -5px;
}

.village-experience span {
    color: #757575;
    font-size: 12px;
    text-align: left;
    float: left;
}

.footer {
    width: 100%;
    float: left;
    background: #D9D5C8;
}

.bottom-sec {
    background: #fff;
    float: left;
}

.bottom-sec a {
    font-size: 10px;
}

.bottom-sec p {
    width: 100%;
    display: inline-block;
    background: #fff;
    color: #757575;
    padding: 0px 10px;
    padding-top: 50px;
    margin: 0;
    font-size: 10px;
}

.footer {
    padding-top: 30px;
    position: relative;
}

.footer-app {
    padding: 0 10px 0 10px
}

.footer article {
    padding: 5px 20px;
}

.footer article img {
    display: inline-block;
    text-align: center;
}

.footer article h1 {
    float: left;
    color: #333;
    font-size: 28px;
    font-family: 'Cormorant Infant', serif;
    padding: 8px 20px 0 20px;
}

.footer-logo {
    float: left
}

.app-info {
    float: left;
    text-align: center;
    margin: 15px 10px;
    max-width: 125px;
}

.app-info img {
    display: block;
}

.app-info h4 {
    width: 100%;
    display: block;
    float: left;
    font-size: 12px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    color: #646464;
    margin: 5px 0;
}

.store-link {
    float: left;
    margin: 5px 20px 40px 0;
}

.footer-phone-image {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.phone-image {
    float: right
}

.tab-content {
    width: 100%;
    background: #000;
    height: 450px;
    float: left;
}

.tab-slider .carousel-item {
    height: 450px;
}

.tab-slider .carousel-inner {
    height: 450px;
}

.tab-content h1 {
    color: #e9e9e9;
    font-size: 32px;
    font-family: 'Cormorant Infant', serif;
    margin-top: 25px;
    float: left;
    width: 100%;
}

.tab-text {
    padding: 30px 0px 30px 130px;
}

.tab-text p,
.tab-text a.text-link {
    font-size: 14px;
    color: #e9e9e9;
    width: 100%;
    float: left;
    margin: 10px 0 5px 0;
}

.tab-text h3,
.tab-text h4 {
    color: #e9e9e9;
    font-size: 15px;
}

.tab-text h4 {
    line-height: 18px;
    margin: 0;
}

.tab-text a.go-to {
    border: solid 1px #fff;
    color: #fff;
    padding: 8px 15px;
    float: left;
    margin: 10px 0;
}

.carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.menu {
    position: fixed;
    left: 0px;
    top: 40px;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 99;
    color: #fff;
    display: none;
}

.menu-item {
    margin: 20px 0;
}

.menu-item img {
    float: left;
    position: relative;
    top: 26px;
    width: 30px;
}

.menu-item h1,
.menu-item p,
.menu-item span {
    width: 100%;
    float: left;
    color: #fff;
}

.menu-item h1 {
    font-size: 28px;
    font-family: 'Cormorant Infant', serif;
    letter-spacing: 1px;
}

.menu-item p,
.menu-item span {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.menu-item span {
    font-style: italic;
}

.menu-item {
    margin: 35px 0 25px 0;
}

.menu-header {
    border-bottom: solid 1px #fff;
    padding: 20px 0;
    position: relative;
}

.menu-header-logo {
    display: inline-block;
    margin-left: 25px;
    width: 300px
}

.menu-header a {
    float: right;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-left: 25px;
}

.menu-header .lang {
    padding-top: 2px;
    margin-left: 0;
}

.close-menu img {
    width: 20px;
}

.menu-app {
    width: 100%;
    float: left;
}

.menu-app a {
    margin-right: 15px;
    float: left;
}

.menu-app img {
    width: auto;
    top: 0px;
}

.menu-footer {
    position: fixed;
    background: #000;
    bottom: 0px;
    width: 100%;
    left: 0px;
    margin: 0px;
    border-top: solid 1px #454545;
}

.menu-footer a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 35px;
    display: inline-block;
}

.nav-item a img {
    height: 30px;
}

.nav-item a#franciacorta-tab img {
    width: 200px;
}

.nav-item a#valdichiana-tab img {
    width: 211px;
}

.nav-item a#mantova-tab img {
    width: 211px;
}

.nav-item a#palmanova-tab img {
    width: 211px;
}

.nav-item a#puglia-tab img {
    width: 211px;
}

.mall-tab {
    text-align: center
}

.mall-tab .nav-tabs {
    display: inline-block;
    border: none;
    position: relative;
    top: 11px;
}

.mall-tab .nav-tabs li {
    float: left;
    border-radius: 0;
}

.mall-tab .tab-content {
    text-align: left
}

.mall-tab .nav-tabs .nav-link.active {
    background: #111;
    padding: 15px 25px;
}

.mall-tab .nav-tabs li a {
    border: none;
    border-radius: 0;
    padding: 15px 25px;
}

.fix-nav {
    width: 100%;
    height: 70px;
    background: #000;
    float: left;
    padding: 20px 0;
    position: fixed;
    z-index: 98;
    top: 40px;
    display: none;
}

.fix-nav ul li {
    float: left;
    margin-right: 11px;
}

.fix-nav ul li a img {
    width: 24px;
    height: 24px;
}

.fix-nav .menu-btn,
.fix-nav .lang {
    float: right;
}

.fix-nav .lang {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-right: 25px;
}

.panel-title {
    position: relative;
}

.panel-title::after {
    content: "\f107";
    color: #333;
    top: 12px;
    right: 15px;
    position: absolute;
    font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
    content: "\f106";
}

.panel-title {
    background: #f5f5f5;
    padding: 10px;
    width: 100%;
    margin: 0;
    border-bottom: solid 1px #e1e1e1;
}

.panel-title img {
    height: 26px;
}

.panel {
    float: left;
    width: 100%;
}

.mb-page-nav,
#mb-mall,
.mb-village-exp {
    display: none;
}

#mb-mall .container {
    padding: 0;
}

.mb-village-exp img,
.mb-ve-item {
    width: 100%;
    float: left;
}

.mb-village-exp {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.mb-village-exp h2 {
    font-size: 15px;
    font-weight: 700;
    margin: 5px 10px 0 10px;
    color: #333;
    font-style: italic;
}

.mb-village-exp p {
    font-size: 14px;
    margin: 5px 10px;
    color: #333;
}

.mb-ve-item {
    margin: 10px 0;
}

.mb-village-exp span {
    font-size: 11px;
}

.mb-village-exp a {
    border: solid 1px #000;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.mb-village-exp h1 {
    font-size: 26px;
    font-family: 'Cormorant Infant', serif;
    text-align: center;
}

.mb-news-title {
    display: none;
    text-align: center;
    font-family: 'Cormorant Infant', serif;
    font-size: 28px;
    padding: 10px 0 0 0;
}

.mobila {
    display: none;
}

.mb-tab-content {
    width: 100%;
    float: left;
    background: #000;
    padding: 20px;
}

.mb-tab-content h1 {
    font-family: 'Cormorant Infant', serif;
    color: #e9e9e9;
    font-size: 18px;
}

.mb-tab-content p {
    font-size: 14px;
    color: #e9e9e9;
    margin: 10px 0 0 0;
}

.mb-tab-content h2 {
    margin: 25px 0 5px 0;
    color: #e9e9e9;
    font-size: 18px;
    font-family: 'Cormorant Infant', serif;
}

.mb-tab-content h3,
.mb-tab-content h4 {
    font-size: 14px;
    color: #e9e9e9;
}

.mb-tab-content a {
    font-size: 14px;
    color: #e9e9e9;
    margin: 10px 0 0 0;
    width: 100%;
    float: left;
}

.mb-tab-content a.go-to {
    border: solid 1px #e9e9e9;
    color: #e9e9e9;
    width: 150px;
    padding: 10px;
    float: left;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

.align-left {
    right: auto;
    left: 100px;
    width: 500px;

}

.align-right {
    left: auto;
    right: 100px;
    width: 500px;

}

.align-left p,
.align-right p {
    max-width: 70%;
}

.mb-fix-menu {
    display: none;
}

.panel-title {
    position: relative;
}

.panel-heading .accordion-toggle {
    padding-left: 25px;
    display: block;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    /*glyphicon glyphicon-chevron-right*/
    color: #333f48;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.panel-heading .accordion-toggle.collapsed:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    /*glyphicon glyphicon-chevron-down*/
    color: #333f48;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

/* set panel-heading paddings to a instead of h3 */
.panel-heading {
    padding: 0
}

.panel-heading h3 {
    background: #bbf;
}

.panel-heading a {
    padding: 10px 15px;
}

/* change color of collapsed class */
.collapsed {
    background: #fbb;
}

/* reposition the left arrows */
.panel-heading .accordion-toggle.collapsed:after {
    top: 10px;
}

.panel-heading .accordion-toggle:after {
    top: 10px;
}

.mobile-village-tab,
.mb-only {
    display: none
}

.menu-prp {
    float: left;
    margin: 25px 0;
    min-height: 110px;
}

.unfix {
    display: block !important;
}

.page-detail {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.bg-black {
    background: #000;
}

.about-image,
.about-image img {
    width: 100%;
    position: relative;
    float: left;
}

.about-image h1 {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-table;
    width: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font: 76px 'Cormorant Infant', serif;
}

.about-content {
    padding: 20px 0;
    margin-top: 1%;
    float: left;
}

.cookies-outer h1,
.privacy-outer h1 {
    font: 36px 'Cormorant Infant', serif;
}

.cookies-outer h2,
.privacy-outer h2 {
    font: 21px 'Jost', sans-serif;
}

.cookies-outer p,
.privacy-outer p {
    font-size: 15px;
}

.cookies-outer ul {
    padding: 0px;
    margin: 10px 0px;
}

.cookies-outer ul li {
    list-style: none;
}

.privacy-outer {
    margin-top: 10px;
}

.privacy-outer h1,
.privacy-outer h2,
.privacy-outer p {
    width: 100%;
    float: left;
}

.privacy-outer ul li {
    list-style: disc;
}

.brd {
    border-top: solid 1px #e1e1e1;
    margin-top: 25px;
}

.about-content p b,
.about-content p strong {
    font-family: 'Jost', sans-serif;
    color: #000;
    font-weight: 700;
}

.no-min {
    min-height: auto !important;
}

.slideVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.mt40 {
    margin-top: 40px
}

.header-mall-link a img {
    height: 34px;
}

.village-experience a,
.mb-ve-item a {
    color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

.hide {
    display: none !important;
}

.gdpr-info {
    margin-top: 25px;
}

.gdpr-info h1 {
    width: 100%;
    font-size: 24px;
}

.gdpr-accept {
    width: 100%;
    float: left;
    margin: 10px 0 50px;
}

.gdpr-accept a {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 15px;
    border: solid 1px #1a181b;
    color: #1a181b;
    padding: 8px 20px;
}

.lof-logo {
    width: 300px;
}

.fix-menu {
    padding: 0;
}



.market-place-btns {
    display: flex;
    justify-content: center;
}

.market-place-btns a {
    background: black;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    width: 300px;
    padding: 20px 0;
    margin: 10px;
}