@font-face {
    font-family: Lato-Regular;
    src: url('../fonts/LatoLatin-Regular.ttf');
}
@font-face {
    font-family: Lato-Bold;
    src: url('../fonts/LatoLatin-Bold.ttf');
}
@font-face {
    font-family: Lato-Italic;
    src: url('../fonts/LatoLatin-Italic.ttf');
}
@font-face {
    font-family: Lato-MediumItalic;
    src: url('../fonts/LatoLatin-MediumItalic.ttf');
}
@font-face {
    font-family: FreightBigLightProRegular;
    src: url('../fonts/Freight Big Light.otf');
}
@font-face {
    font-family: ACalsonPro Regular;
    src: url('../fonts/ACaslonPro-Regular.otf');
}
.w100{
    width: 100% !important;
    width: -moz-available !important;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available !important;  /* Mozilla-based browsers will ignore this. */
    width: fill-available !important;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.fa-2x {
    font-size: 1em;
}
.link-to-proj{
    padding: 0 !important;
    border: 0 !important;
}
.shop-main-img img{
    width: 100%;
    height: auto;
}
.search-result-section{
    margin-top: 100px;
}
.contact-section-info p{
    font-family: Lato-Regular;
    font-size: 16px;
}
.navbar-pages{
    /*margin-left: 200px !important;*/
}
a:focus, a:hover { text-decoration: none;}
.mt-50{ margin-top: 50px;}
.mb-50{ margin-bottom: 50px;}
/* ---------- NAVBAR ---------- */
hr{
    border-top: 1px solid #515151;
}
header{
    overflow: hidden;
}
.button-search{
    background-color: transparent!important;
    outline: none!important;
}
.logo-header img{
    width: 200px;
}
.logo-header {
    padding-top: 32px;
}

.margin-menu{
    /*margin-left: 100px;*/
}
.margin-menu li{
    margin-left: 11px;
}
.margin-menu li a{
    padding-top: 30px;
    font-size: 12px!important;
    font-family: Lato-Bold;
    color:  #9d9d9c!important;
    letter-spacing: 2px;
}
.margin-menu {
    max-width: 780px;
}
/*.language{*/
/*padding-top: 11px;*/
/*padding-bottom: 0px;*/
/*}*/

.language a{
    padding-top: 18px!important;
    padding-bottom: 5px!important;
}
body .language li.open a{
    background-color: transparent!important;
}
.language a b{
    position: relative;
    top: -3px;
    left: 2px;
    font-size: 14px;
}
.search-img{
    font-size: 15px;
    padding-top: 10px!important;
    color: #9d9d9c;
}
.active .search-img{
    color: #00a1b6;
}
.margin-menu li.active a{
    color: #0093a5!important;
    background-color: transparent!important;
}
.margin-menu li a:hover{
    color: #0093a5!important;
}
.main-nav{
    min-height: 100px;
    border: none;
    background-color: #fff;
}
.navbar-pages{
    margin: 20px auto;
    font-family: Lato-Bold;
    text-transform: uppercase;
}
.navbar-pages .navbar-form .input-group input{
    padding-top: 25px;
    padding-bottom: 0;
}
.navbar-pages .navbar-form.active .input-group input{
    font-size: 13px;
    color: black;
}
.navbar-pages .navbar-form .input-group-btn button{
    padding-top:20px;
}
.navbar-search{
    position: absolute;
    right: 170px;
    z-index: 99;
}
.navbar-lang{
    float: right;
    margin-top: 7px;
    display: flex;
}
.navbar-lang ul.dropdown-menu{
    min-width: 60px;
}
.navbar-lang .social-media-icons{
    display: flex;
}
.navbar-lang li.dropdown{
    right: 10px;
}
.navbar-lang a{
    color: #9d9d9c !important;
}
.partner-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 80px;
    padding-right: 80px;
}

.partner-logos img{
    max-width: 300px;
}

.partner-item {
    min-width: 195px;
    float: none;
    margin: 0 auto;
}

@media (max-width: 590px) {
    .partner-logos .partner-item {
        width: 100%;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .drop-up.navbar-nav .open .dropdown-menu {
        position: absolute;
        border-radius: 4px 4px 0 0;
        border: 1px solid rgba(0,0,0,.15);
        left: -5px;
        min-width: 55px;
        height: 85px;
        background-color: #ffffff;
        /*top: auto;*/
        bottom: 100%;
        margin-bottom: 2px;
    }
    .drop-up.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px;
        text-align: center;
    }
    .pages{
        clear: both;
    }
}
.navbar-collapse {
    position: relative;
    max-height: 270px;
}
.navbar-collapse form[role="search"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 0;
    background-color: #ffffff;;
}
.navbar-collapse form[role="search"] button,
.navbar-collapse form[role="search"] input {
    padding: 8px 12px;
    border-radius: 0px;
    border-width: 0px;
    color: rgb(119, 119, 119);
    background-color: #ffffff;
    border-color: rgb(231, 231, 231);
    box-shadow: none;
    outline: none;
}
.navbar-collapse form[role="search"] input {
    padding: 16px 12px;
    font-size: 14pt;
    /*font-style: italic;*/
    font-family: Lato-Regular;
    text-transform: uppercase;
    color: rgb(160, 160, 160);
    box-shadow: none;
}
.navbar-collapse form[role="search"] button[type="reset"] {
    display: none;
}

/* ---------- SLIDER ---------- */
.carousel-mt{
    margin-top: 100px;
    max-height: 815px;
}
.carousel-mt .carousel-inner{
    max-height: 815px;
}
.carousel-mt .carousel-inner .item{
    max-height: 815px;
}
/* ---------- LES CUISINES ---------- */
.cuisines-section{
    padding: 60px 0;
}
.cuisines-section h2{
    font-family: FreightBigLightProRegular;
    font-size: 42px;
    color: rgb(1, 1, 1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 3px;
    text-align: left;
}
.cuisines-section p{
    font-size: 16px;
    font-family: Lato-Regular;
    color: rgb(29, 29, 27);
    line-height: 1.818;
    text-align: left;
    padding: 50px 0 30px;
}
.cuisines-section a{
    font-family: Lato-Regular;
    color: #0093a5;
    text-decoration: none;
    border-bottom: 1px solid #55b7c3;
    padding-bottom: 10px;
}
/* ---------- UNIVERS ---------- */
.univers-section .univers-img-block{
    padding: 0;
}
.row-univers{
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    height: 100%;
    background: #f6f6f6;
}
.univers-normal{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.univers-rewers{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.col-no-p{
    box-sizing: border-box;
    padding-right: 0 !important;
    padding-left: 0!important;
    /*-webkit-box-flex: 1 0 25%;*/
    /*-webkit-flex: 1 0 25%;*/
    /*-ms-flex: 1 0 25%;*/
    /*flex: 1 0 25%;*/
}
.c-pd{
    margin-left: 0 !important;
    margin-right: 150px;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.text-article{
    max-width: 100%;
    margin-left: 150px;
    margin-bottom: 30px;
}
.text-article h2{
    font-family: FreightBigLightProRegular;
    font-size: 42px;
    color: rgb(1, 1, 1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 3px;
    text-align: left;
}
.text-article p{
    width: 300px;
    max-width: 100%;
    font-size: 16px;
    font-family: Lato-Regular;
    color: rgb(29, 29, 27);
    line-height: 1.818;
    text-align: left;
    padding: 15px 0 30px;
}
.text-article a{
    font-family: Lato-Regular;
    color: #0093a5;
    text-decoration: none;
    border-bottom: 1px solid #55b7c3;
    padding-bottom: 10px;
}
.univers-img-block .left-img{
    margin-left: 6px;
}

/* ---------- PROJECTS SECTION ---------- */
.projects-section{
    text-align: center;
}
.projects-section h2{
    font-family: FreightBigLightProRegular;
    font-size: 42px;
    color: rgb(1, 1, 1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 3px;
    padding-top: 100px;
}
.projects-section a{
    font-family: Lato-Regular;
    text-transform: uppercase;
    color: #0093a5;
    text-decoration: none;
    border: 1px solid #55b7c3;
    padding: 10px 50px;
    transition: all 0.3s ease 0s;
}
.projects-section a:focus,
.projects-section a:hover{
    color: #fff;
    background-color: #0093a5;
}
.item-project{
    box-sizing: content-box;
    padding: 0 !important;
    max-width: 100%;
    border: 0;
}
.item-project img{
    box-sizing: content-box;
    margin: 0;
    width: 100%;
    border:0;
}
.projects-block{
    width: 100%;
}
.row-project{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.projects-block{
    margin: 66px 0 66px 0;
}
.mix {
    display: inline-block;
}
.grid {
    max-width: 1550px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 15px;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}
.grid-sizer,
.grid-item {
    width: 350px;
}

.grid-item {
    float: left;
}
.projects-wrapper {
    border-bottom: 1px solid #9d9d9c;
}
.projects-wrapper .grid {
    padding-top: 40px;
    padding-bottom: 100px;
    margin-right: 100px;
    margin-left: 100px;
    min-height: 500px;
}
.projects-wrapper .shop-wrapper {
    /*padding-bottom: 40px;*/
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1180px) {
    .grid-sizer,
    .grid-item {
        width: 47%;
    }
}
@media (max-width: 991px) {
    .grid {
        padding-left: 10px;
    }
}
@media (max-width: 700px) {
    .grid-sizer,
    .grid-item {
        width: 91%;
    }
    .grid {
        padding-left: 30px;
    }
}
@media (max-width: 500px) {
    .grid {
        padding-left: 20px;
    }
}
@media (max-width: 375px) {
    .grid {
        padding-left: 15px;
    }
}
/*----------- NEWS ---------------*/
.news-section{
    margin-top: 30px;
    background: #f6f6f6;
    padding: 0 15px;
}
.section-title{
    font-family: FreightBigLightProRegular;
    font-size: 42px;
    color: rgb(1, 1, 1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding: 40px 0 40px 0;
}
.section-title.search-result {
    padding-bottom: 0;
}
.search-result-count {
    font-family: FreightBigLightProRegular;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 50px;
}
.news-section{
    padding-bottom: 60px;
}
.row-no-m{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.text-news{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    height: 100%;
}
.text-news h4{
    text-transform: uppercase;
    font-family: Lato-Bold;
    margin-bottom: 22px;
    letter-spacing: 0.2em;
    color: #1d1d1d;
}
.text-news p:nth-child(2){
    color: #9d9d9c;
    font-size: 24px;
    font-family: "ACalsonPro Regular", sans-serif;
}
.text-news p:nth-child(3){
    font-size: 16px;
    font-family: Lato-Regular,sans-serif;
    color: #1d1d1d;
    line-height: 2;
    max-width: 300px;
}
.text-news a{
    margin-top: 30px;
    font-family: Lato-Regular;
    font-size: 16px;
    color: #0093a5;
    text-decoration: none;
    padding-bottom: 10px;
}
.news-picture img {
    width: auto;
    max-height: 390px;
    max-width: 100%;
}
.plus-news-wrapper {
    padding: 100px 0 60px;
    text-align: center;
}
.news-wrapper {
    padding-top: 20px;
}
.news-cont .plus-news-btn {
    font-family: Lato-Regular;
    text-transform: uppercase;
    color: #0093a5;
    text-decoration: none;
    border: 1px solid #55b7c3;
    padding: 10px 50px;
    transition: all 0.3s ease 0s;
}
.news-cont .plus-news-btn:focus,
.news-cont .plus-news-btn:hover{
    color: #fff;
    background-color: #0093a5;
}
/* ---------- LE SHOP ---------- */
.leshop-section .leshop-bg-img{
    height: 300px;
    width: 100%;
    background: no-repeat center;
    background-size: cover;
    padding: 50px 50px;
}
.leshop-txt-block{
    background-color: rgb(255, 255, 255);
    opacity: 0.749;
    height: 200px;
}
.leshop-txt-block h2{
    font-family: FreightBigLightProRegular;
    font-size: 42px;
    color: rgb(1, 1, 1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 3px;
    padding: 55px 0;
}
.leshop-txt-block p{
    font-size: 16px;
    font-family: Lato-Regular;
    color: rgb(29, 29, 27);
    line-height: 1.818;
    text-align: left;
    padding: 88px 0 30px;
}
.leshop-txt-block a{
    background-color: #0093a5;
    font-family: Lato-Regular;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: 1px solid #55b7c3;
    padding: 10px 50px;
    transition: background-color .7s ease-in-out;
}
.leshop-txt-block a:hover{
    background-color: transparent;
    color: #0093a5;
}
.leshop-link{
    padding-top: 90px;
}
.leshop-divider {
    margin: 125px auto;
    width: 100px;
    border-top: 1px solid #55b7c3;
}
.projects-block{
    margin: 40px 0 40px 0;
}
.shop-item .product-link{
    font-size: 14px;
}
/* ---------- PARTNERS ----------*/
.partners-section{
    padding: 35px 0;
    text-align: center;
}
.partners-section .row div{
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}
/* ---------- CONTACT ---------- */
.contact-section{
    padding-top: 100px;
    background-color: #f6f6f6;
}
.contact-section div.container{
    padding-bottom: 90px;
}
.contact-section h2{
    font-family: FreightBigLightProRegular;
    font-size: 50px;
    color: rgb(1, 1, 1);
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-top: 0;
    margin-bottom: 65px;
}
.contact-section p{
    font-size: 14px;
    font-family: Lato-Regular;
    color: rgb(29, 29, 27);
}
.contact-section button{
    display: block;
    font-family: Lato-Regular;
    color: #0093a5;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #55b7c3;
    background-color: transparent;
    margin-top: 15px;
    padding: 0 0 5px 0;
}
.contact-section form input{
    margin-bottom: 25px;
    border: none;
    padding: 5px 10px;
    color: #b6b6b6;
    font-family: Lato-Regular;
    width: 230px;
}
.contact-section textarea{
    font-family: Lato-Regular;
    padding: 10px 15px;
    border: none;
    color: #b6b6b6;
    resize: none;
}
.map-wrapper-home{
    height: 250px;
    background-color: grey
}

/* ---------- PRE-FOOTER ---------- */
.logo-footer-left{
    text-align: left;
}
.logo-footer-right{
    text-align: right;
}
.footer-text a{
    color: #0093a5;
}
.pre-footer{
    /*margin: 300px auto 50px auto;*/
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.pre-footer h3{
    text-transform: uppercase;
    font-family: Lato-Bold;
    font-size: 19px;
    letter-spacing: 3px;
}
.pre-footer ul{
    list-style: none;
    padding: 0;
}
.pre-footer ul li,
.pre-footer p{
    font-family: Lato-Regular;
    font-size: 15.2px;
    margin-bottom: 10px;
}
.pre-footer ul li a{
    text-decoration: none;
    color: #525252;
}
.pre-footer ul li.active a{
    color: #0997a8;
}
.pre-footer ul li a:hover{
    color: #0997a8;
}
.pre-footer img{
    width: 145px;
    margin-top: 20px;
}
.showroom-block {
    text-align: left;
}
.navigation-block{
    text-align: left;
}
.social-media-icons{
    text-align: right;
}
.social-media-icons a{
    padding: 0 8px;
    color: #9d9d9c;
}
.social-media-icons a:hover{
    color: #0997a8;
}
@media screen and (max-width: 767px) {
    .logo-footer-left {
        text-align: center;
    }
}
/* ---------- FOOTER ---------- */
footer{
    min-height: 100px;
    background-color: #f6f6f6;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}
.copyright-txt{
    margin-top: 60px;
    font-family: Lato-Regular;
    font-size: 15.2px;
    text-align: left;
}
.logo-footer{
    margin: 30px 0 50px 0;
}
.logo-footer img{
    width: 100px;
}
/* ---------- MEDIA QUERY ---------- */
@media screen and (min-width: 320px) and (max-width: 349px) {
    .logo-header img{
        width: 230px;
    }
}
@media screen and (max-width: 767px){
    .navbar-nav {
        margin: 7.5px 0;
    }
    .navbar-lang ul.dropdown-menu {
        min-width: 50px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 0px 5px 5px 15px;
    }
    .nav>li{
        /*z-index: 999;*/
    }
    .navbar-pages .navbar-form .input-group input{
        padding-top:22px;
    }
    .navbar-pages .navbar-form .input-group-btn button{
        padding-top:9px;
    }
    .margin-menu {
        margin-left: 0px;
        text-align: center;
        max-width: 100%;
    }
    .margin-menu li {
        margin-left: 0px;
        width: 100%;
        border-bottom: 1px solid #dddddd;
    }
    .margin-menu li:hover{
        background-color: #dddddd;
    }
    .language a {
        padding-top: 0px!important;

    }
    .logo-header img {
        width: 160px;
    }
    .navbar-toggle{
        margin-top: 35px;
    }
    .navbar-collapse form[role="search"] {
        position: relative;
    }
    .cuisines-section {
        padding: 50px 20px;
    }
    .univers-txt-block{
        padding: 25px 25px;
    }
    .leshop-section .leshop-bg-img {
        height: 330px;
        width: 100%;
        background: no-repeat center;
        background-size: inherit;
        padding: 50px 25px;
    }
    .leshop-txt-block {
        height: 230px;
        text-align: -webkit-center;
        text-align: -moz-center;
        /*text-align: -o-center;*/
        /*text-align: -ms-center;*/
    }
    .leshop-txt-block h2,
    .leshop-txt-block p{
        padding: 0;
        text-align: center;
    }
    .leshop-link{
        padding: 12px;
        width: 300px;
        margin: 0 auto;
        text-align: center;
    }
    .pre-footer{
        margin: 30px auto;
        text-align: center;
    }
    .pre-footer .social-media-icons{
        text-align: center;
    }
    .contact-section{
        text-align: center;
    }
    .contact-section form input,
    .contact-section form textarea{
        width: 100%;
    }
    .news-details-block{
        text-align: justify;
    }
    .news-details-block .back-button a {
        padding: 10px 40px !important;
    }
}
@media (min-width: 767px) {

    .navbar-collapse {
        padding-top: 0px !important;
        padding-right: 38px !important;
    }
    .navbar-collapse form[role="search"] {
        width: 38px;
    }
    .navbar-collapse form[role="search"] button,
    .navbar-collapse form[role="search"] input {
        padding: 15px 12px;
    }
    .navbar-collapse form[role="search"] input {
        font-size: 18pt;
        opacity: 0;
        display: none;
        height: 50px;
    }
    .navbar-collapse form[role="search"].active {
        width: 100%;
    }
    .navbar-collapse form[role="search"].active button,
    .navbar-collapse form[role="search"].active input {
        display: table-cell;
        opacity: 1;
    }
    .navbar-collapse form[role="search"].active input {
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .pre-footer {
        margin: 50px auto 50px auto;
    }
    .navigation-block{
        text-align: center;
    }
    .social-media-icons{
        text-align: center;
    }
    .margin-menu {
        margin-left: 10px !important;
    }

    .margin-menu li {
        margin-left: 0px;
    }

    .logo-header {
        padding-top: 13px;
    }

    .margin-menu li a {
        letter-spacing: 0px;
    }

    .nav > li > a {
        padding: 12px 10px 10px 8px;
    }

    .logo-header img {
        width: 160px;
    }

    .logo-header {
        padding-top: 0px;
    }

    .navbar-search {
        right: 55px;
    }
    .navbar-collapse form[role="search"] button, .navbar-collapse form[role="search"] input {
        padding: 0px 12px;
    }
    .navbar-collapse {

        padding-right: 10px !important;
    }
    .language a {
        padding-top: 7px!important;
        padding-bottom: 5px!important;
    }
    .navbar-collapse form[role="search"] {
        top: -12px;
    }
}
@media screen and (max-width: 768px) {
    .cuisines-section h2, .cuisines-section p, .cuisines-section a,.cuisines-section{
        text-align: center !important;
    }
    .text-article{
        margin-bottom: 30px;
        width: 100%;
        margin-left: 0 !important;
        text-align: center;
    }
    .text-article h2, .text-article p{
        text-align: center;
    }
}
@media screen and (max-width: 991px) {
    .contact-section .contact-info {
        text-align: center;
        margin-bottom: 30px;
    }
    .contact-section .contact-info h2 {
        margin-bottom: 20px;
    }
    .row-univers .text-article p{
        width: 100%;
    }
    .news-wrapper {
        padding-top: 20px;
    }
    .navbar-pages .navbar-form .input-group input {
        padding-top: 15px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .leshop-link a {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .navigation-block{
        text-align: center;
    }
    .social-media-icons{
        text-align: center;
    }
    .pre-footer {
        margin: 50px auto 50px auto;
    }
    .margin-menu{
        margin-left: 10px!important;
    }
    .margin-menu li {
        margin-left: 0;
    }
    .logo-header {
        padding-top: 13px;
    }
}
@media screen and (max-width: 1200px) {
    .contact-form {
        padding: 0;
    }
    .text-article {
        margin-left: 100px;
    }
    .text-news {
        margin-top: 0;
    }
    .text-news p:nth-child(3) {
        font-size: 18px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
    .univers-txt-block {
        padding: 80px 190px;
    }
    .margin-menu{
        margin-left: 10px!important;
    }
}

/* ---------- Projects Page ---------- */
.projects-section-text {
    margin-top: 105px;
    background: #ffffff;
    padding: 0 15px;
    border-top: 1px solid #9d9d9c;
}
.project-link{
    font-family: Lato-MediumItalic;
    font-size: 14px;
    color: #0093a5;
    border-bottom: 2px solid #0093a5;
    line-height: 1;
    display: inline-block;
    float: right;
    padding: 10px 0 7px;
}
.square-filter-icon{
    border: 1px solid;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
    pointer-events: none!important;
}
.square-filter-icon.selected {
    background-color: #0093a5;
    text-decoration: none;
    border-color: #0093a5;
}
.filter a:hover .square-filter-icon {
    background-color: #0093a5;
    border-color: #0093a5;
}
.square-filter.selected .square-filter-icon {
    background-color: #0093a5;
    text-decoration: none;
    border-color: #0093a5;
}
.product-title{
    font-family: Lato-Regular;
    font-size: 14px;
    color: #9d9d9c;
    margin: 10px 0 0;
}
.product-location{
    font-family: Lato-Italic;
    font-size: 14px;
    color: #9d9d9c;
    margin: 0;
}
.pre-footer.projects-page{
    margin-top: 40px;
}
.cd-main-content{
    border-bottom: 1px solid #9d9d9c;
}
.cd-main-content.projects-main{
    padding-bottom: 0;
}
.cd-main-content.projects-main .shop-wrapper{
    padding-bottom: 20px;
}
.cd-main-content.projects-main .shop-wrapper .shop-item img {
    max-height: 100%;
}
/* ---------- news page ---------- */
.news-section-text {
    margin-top: 105px;
    background: #ffffff;
    padding: 0 15px;
    border-top: 1px solid #9d9d9c;
}
.news-section-main{
    border-bottom: 1px solid #1d1d1d;
    padding-bottom: 200px;
}
.news-block{
    margin-bottom: 100px;
}
.news-block-descrpt{
    margin-top: 65px;
}
.news-block-descrpt h4{
    font-family: Lato-Bold;
    text-transform: uppercase;
    color: #1d1d1d;
    min-height: 38px;
}
.news-block-descrpt-date{
    font-family: 'Lato-Regular';
    font-size: 17px;
    color: #9d9d9c;
}
.news-block-descrpt-txt{
    font-family: 'Lato-Regular';
    font-size: 16px;
    line-height: 2;
    color: #1d1d1d;
}
.news-block-descrpt-link{
    font-family: 'Lato-Regular';
    font-size: 16px;
    border-bottom: 1px solid #337ab7;
    padding-bottom: 15px;
}
.pre-footer.news-page{
    margin-top: 40px;
}
/* ----------- news details page ---------- */
.news-details-block{
    border-bottom: 1px solid #1d1d1d;
    padding-bottom: 180px;
}
.news-details-block span{
    font-size: 15px;
    font-family: Lato-Regular;
    font-weight: 600;
    color: #1d1d1d;
    line-height: 1.818;
    text-align: left;
}
.news-details-block .back-button{
    text-align: center;
    margin-top: 150px;
}
.news-details-block .back-button a{
    font-family: Lato-Regular;
    text-transform: uppercase;
    color: #0093a5;
    text-decoration: none;
    border: 1px solid #55b7c3;
    padding: 10px 50px;
    transition: all 0.3s ease 0s;
}
.news-details-block .back-button a:focus,
.news-details-block .back-button a:hover{
    color: white;
    background-color: #0093a5;
}
.pre-footer.news-details-page{
    margin-top: 40px;
}
.news-image{
    height: 344px;
}
.popup-gallery .news-img-wrapper {
    position: relative;
    display: inline-block;
}
.popup-gallery-news .news-img-wrapper img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.popup-gallery-news .news-img-wrapper:hover img {
    opacity: 0.4;
}
.popup-gallery-news .news-img-wrapper .zoom-icon {
    background: url("../img/plus-zoom.png") no-repeat;
    display: block;
    position: absolute;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 45px;
    width: 45px;
    margin: 0 auto;
}
.popup-gallery-news .news-img-wrapper:hover .zoom-icon {
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
}
/*------------------ contact page -----------------*/
.contact-section-info {
    margin-top: 105px;
    background: #ffffff;
    padding: 0 15px;
    padding-bottom: 80px;
    border-top: 1px solid #9d9d9c;
}
.contact-section-info .contact-text-info {
    font-family: Lato-Regular;
    line-height: 48px;
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-bottom: 100px;
}
.contact-section .contact-info-block {
    margin-bottom: 25px;
}
.contact-section .contact-info-block p {
    margin-bottom: 0;
    line-height: 1.3em;
}
.map-section .map-wrapper {
    height: 535px;
}
.pre-footer.contact-page {
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .pre-footer.contact-page {
        margin-top: 30px;
    }
    .contact-section-info .contact-text-info {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .contact-section-info .section-title {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact-section {
        padding-top: 30px;
    }
    .contact-section div.container {
        padding-bottom: 30px;
    }
    .popup-gallery .news-img-wrapper .news-image {
        height: auto;
    }
}

/*------------------ about-us page -----------------*/
.about-us-section-info {
    margin-top: 105px;
    background: #ffffff;
    padding: 0 15px;
    border-top: 1px solid #9d9d9c;
}
.about-us-section-info .about-us-text-info {
    font-family: Lato-Regular;
    line-height: 48px;
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-bottom: 100px;
}
.about-us-section-text {
    background-color: #f6f6f6;
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-us-section-text .about-us-text-wrapper {
    padding-right: 75px;
}
.about-us-section-text .about-us-text-wrapper p{
    font-family: Lato-Regular;
    font-size: 16px;
}
.about-us-section-text .about-us-text-wrapper:last-child {
    padding-right: 15px;
    padding-left: 75px;
}
.about-us-section-text .about-us-title {
    font-family: FreightBigLightProRegular;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 70px;
    letter-spacing: 0.1em;
}
.about-us-section-text .about-us-text {
    font-family: Lato-Regular;
    font-size: 22px;
    color: #1d1d1b;
    text-align: justify;
    line-height: 40px;
}
.img-section .img-wrapper {
    padding: 0;
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
    .about-us-section-text .about-us-text-wrapper {
        padding-right: 25px;
        margin-left: 10%;
        width: 40%;
    }
    .about-us-section-text .about-us-text-wrapper:last-child {
        padding-left: 25px;
        margin-left: 0;
        width: 40%;
    }
}
@media screen and (max-width: 1200px) {
    .about-us-section-text .about-us-text {
        font-size: 16px;
    }
    .about-us-section-text .about-us-title {
        font-size: 34px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .about-us-section-text .about-us-text-wrapper {
        padding-right: 25px;
        padding-left: 25px;
    }
    .about-us-section-text .about-us-text-wrapper:last-child {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media screen and (max-width: 767px) {
    .about-us-section-info .about-us-text-info {
        font-size: 16px;
        line-height: 34px;
        text-align: justify;
        text-align-last: center;
        margin-bottom: 30px;
    }
    .about-us-section-info .section-title {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about-us-section-text {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about-us-section-text .about-us-title {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .about-us-section-text .about-us-text-wrapper:last-child .about-us-title {
        margin-top: 40px;
    }
    .about-us-section-text .about-us-text {
        font-size: 14px;
        line-height: 26px;
    }
    .about-us-section-text .about-us-text-wrapper {
        padding-right: 15px;
    }
    .about-us-section-text .about-us-text-wrapper:last-child {
        padding-left: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .cd-tab-filter-wrapper {
        padding-bottom: 20px;
    }
}
@media (min-width: 1200px){
    .pn.col-lg-10{
        max-width: 267px !important;
    }
}
/*------------shop page----------------*/
.shop-section-text {
    margin-top: 105px;
    background: #ffffff;
    padding: 0 15px;
    border-top: 1px solid #9d9d9c;
}
.shop-wrapper {
    padding-bottom: 90px;
    padding-left: 20px;
    padding-right: 20px;
}
.shop-wrapper .shop-item img {
    width: 100%;
}
.popup-gallery {
    position: relative;
    height: 360px;
}
.popup-gallery .shop-main-img img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    max-height: 340px;
    /*width: auto;*/
    object-fit: cover;
    width: 340px;
    height: 340px;
}
@media screen and (max-width: 767px) {
    .shop-wrapper .shop-item img {
        width: auto;
        height: auto;
    }
}
.popup-gallery .shop-main-img:hover img {
    opacity: 0.4;
}
.popup-gallery .shop-main-img .zoom-icon {
    background: url("../img/plus-zoom.png") no-repeat;
    display: block;
    position: absolute;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 45px;
    width: 45px;
    margin: 0 auto;
}
.popup-gallery .shop-main-img:hover .zoom-icon {
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
}
.cd-tab-filter.is-open li.filter:nth-child(2) a {
    padding-left: 35px;
}
.cd-tab-filter .placeholder a {
    padding-left: 0;
    text-align: center;
    color: #0093a5;
}
.product-text {
    padding-top: 15px;
}
.product-name {
    font-family: Lato-Regular;
    font-size: 14px;
    color: #9d9d9c;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
}
.product-link {
    font-family: Lato-MediumItalic;
    font-size: 16px;
    color: #0093a5;
    padding-bottom: 13px;
    border-bottom: 2px solid #0093a5;
    line-height: 1;
    display: inline-block;
    float: right;
}
a.product-link:hover,
a.product-link:focus {
    color: #0093a5;
}
.pagination-wrapper {
    text-align: center;
}
.pagination-wrapper .pagination {
    margin: 0;
}
.pagination-wrapper .pagination>li>a {
    font-family: Lato-Regular;
    font-size: 20px;
    margin-left: 0;
    color: #9ea3a6;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
}
.pagination-wrapper .pagination>li:not(:last-child) a:after {
    background: #e0e0e0;
    width: 2px;
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 0;
    height: 20px;
}
.pagination-wrapper .pagination>li.dotted-item a {
    margin-left: -2px;
    padding-left: 2px;
    padding-right: 0;
}
.pagination-wrapper .pagination>li.dotted-item a:after {
    margin-left: -2px;
    width: 0;
}
.pagination-wrapper .pagination>li>a:focus,
.pagination-wrapper .pagination>li>a:hover {
    font-family: Lato-Bold;
    z-index: 0;
    color: #0093a5;
    background-color: #ffffff;
    border-color: transparent;
}
.pagination-wrapper .pagination>.active>a,
.pagination-wrapper .pagination>.active>a:focus,
.pagination-wrapper .pagination>.active>a:hover {
    font-family: Lato-Bold;
    color: #0093a5;
    background-color: #ffffff;
    border-color: transparent;
}
.shop-item-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}
.shop-item-wrapper:after {
    clear: both;
    display: table;
    content: '';
}
@media screen and (max-width: 1200px) {
    .shop-wrapper .shop-item img {
        max-height: none;
    }
}
@media screen and (max-width: 991px) {
    .shop-wrapper {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 425px) {
    .pagination-wrapper .pagination>li>a {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.hide {
    display: none;
}
.popup-gallery a:focus {
    outline: none;
}
/* ---------- shop details page ---------- */
.shop-details-block{
    border-bottom: 1px solid #1d1d1d;
    padding-bottom: 180px;
}
.shop-details-block span{
    font-size: 15px;
    font-family: Lato-Regular;
    color: #1d1d1d;
    line-height: 1.818;
    text-align: left;
}
.shop-details-block .back-button{
    text-align: center;
    margin-top: 150px;
}
.shop-details-block .back-button a{
    font-family: Lato-Regular;
    font-size: 18px;
    text-transform: uppercase;
    color: #0093a5;
    text-decoration: none;
    border: 1px solid #55b7c3;
    padding: 20px 50px;
    transition: all 0.3s ease 0s;
}
.shop-details-block .back-button a:focus,
.shop-details-block .back-button a:hover{
    color: white;
    background-color: #0093a5;
    outline: none;
}
.shop-details-price{
    margin-top: 10px;
    font-family: Lato-Regular;
    font-size: 16px;
    color: #0093a5;
}
.shop-details-note{
    font-family: Lato-Regular;
    font-size: 15px;
}
.pre-footer.shop-details-page{
    margin-top: 35px;
}
@media (max-width: 425px) {
    .shop-details-block .back-button a{
        font-size: 14px;
        padding: 20px 30px;
    }
}
.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0093a5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.5s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*-----------project details page-------------*/
.project-details-title {
    font-family: Lato-Bold;
    font-size: 22px;
    color: #1d1d1b;
    margin-bottom: 40px;
    margin-top: 60px;
}
.project-details-author {
    margin-top: 20px;
}
.project-author {
    float: left;
}
.project-date {
    float: right;
}
.project-details-block{
    border-bottom: 1px solid #1d1d1d;
    padding-bottom: 180px;
}
.project-details-block span{
    font-size: 14px;
    font-family: Lato-Regular;
    color: #1d1d1d;
    line-height: 1.818;
    text-align: left;
}
.project-details-block .back-button{
}
.project-details-block .back-button a{
    font-family: Lato-Regular;
    font-size: 18px;
    text-transform: uppercase;
    color: #0093a5;
    text-decoration: none;
    border: 1px solid #55b7c3;
    padding: 20px 135px;
    transition: all 0.3s ease 0s;
}
.project-details-block .back-button a:focus,
.project-details-block .back-button a:hover{
    color: white;
    background-color: #0093a5;
    outline: none;
}

.project-details-block .carousel-control.left {
    background: none;
}
.project-details-block .carousel-control.right {
    background: none;
}
.project-details-block .carousel-control .glyphicon-chevron-right,
.project-details-block .carousel-control .glyphicon-chevron-left {
    top: 35%;
}
.project-details-block .carousel-control .glyphicon-chevron-right {
    right: 65%;
}
.project-details-block .carousel-control .glyphicon-chevron-left {
    left: 65%;
}
.project-details-block .carousel-control .glyphicon-chevron-left:before {
    background: url("../img/001-previous.png") no-repeat;
    content: '';
    display: block;
    width: 25px;
    height: 45px;
    position: absolute;
    left: 0;
}
.project-details-block .carousel-control .glyphicon-chevron-right:before {
    background: url("../img/002-skip.png") no-repeat;
    content: '';
    display: block;
    width: 25px;
    height: 45px;
    position: absolute;
    left: 0;
}

.project-details-block .social-media-icons {
    text-align: left;
    margin-top: 55px;
}
.project-details-block .social-media-icons h3 {
    margin-bottom: 35px;
}
.project-details-block .social-media-icons a {
    padding: 0 15px;
}
.project-details-block .social-media-icons a:nth-child(2) {
    padding-left: 0;
}
@media (max-width: 425px) {
    .project-details-block .back-button a{
        padding: 20px 40px;
    }
    .project-details-block .carousel-control .glyphicon-chevron-right,
    .project-details-block .carousel-control .glyphicon-chevron-left {
        top: 25%;
    }
    .project-details-block .carousel-control .glyphicon-chevron-right {
        right: 70%;
    }
    .project-details-block .carousel-control .glyphicon-chevron-left {
        left: 35%;
    }
}
@media (max-width: 320px) {
    .project-details-block .carousel-control .glyphicon-chevron-right {
        right: 90%;
    }
}
@media (max-width: 767px) {
    .shop-item-wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .shop-item-wrapper .popup-gallery{
        height: auto;
    }
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #cef;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #9d9d9c transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.load-page{
    text-align: center;
}
