@font-face {
    font-family: "Roboto Bold";
    src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto Medium";
    src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
    font-family: "Roboto Regular";
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto Thin";
    src: url("../fonts/Roboto-Thin.ttf");
}

@font-face{
    font-family: "BPG GLAHO";
    src: url("../fonts/bpg_web_glaho.ttf");
}

@font-face{
    font-family: "BPG GLAHO CAPS";
    src: url("../fonts/bpg_web_glaho_caps.ttf");
}

@font-face {
	font-family: 'Conv_bpg_glaho';
	src: url('../fonts/bpg_glaho.eot');
	src: local('☺'), url('../fonts/bpg_glaho.woff') format('woff'), url('../fonts/bpg_glaho.ttf') format('truetype'), url('../fonts/bpg_glaho.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gel';
	src: url('../fonts/gel.ttf');
	src: local('☺'), url('../fonts/gel.ttf') format('ttf'), url('../fonts/gel.ttf') format('truetype'), url('../fonts/gel.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'shida';
	src: url('../fonts/BPG_Algeti_Comp_2017.ttf');
	src: local('☺'), url('../fonts/BPG_Algeti_Comp_2017.ttf') format('ttf'), url('../fonts/BPG_Algeti_Comp_2017.ttf') format('truetype'), url('../fonts/BPG_Algeti_Comp_2017.ttf') format('ttf');
}

@font-face {
	font-family: 'menu';
	src: url('../fonts/BPG_Algeti_Comp_Caps_2017.ttf');
	src: local('☺'), url('../fonts/BPG_Algeti_Comp_Caps_2017.ttf') format('ttf'), url('../fonts/BPG_Algeti_Comp_Caps_2017.ttf') format('truetype');url('../fonts/BPG_Algeti_Comp_Caps_2017.ttf') format('ttf');

	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'shida1';
	src: url('../fonts/BPG Tech 11.ttf');
	src: local('☺'), url('../fonts/BPG Tech 11.ttf') format('ttf'), url('../fonts/BPG Tech 11.ttf') format('truetype'), url('../fonts/BPG Tech 11.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'menu1';
	src: url('../fonts/BPG Tech 11.ttf');
	src: local('☺'), url('../fonts/BPG Tech 11.ttf') format('ttf'), url('../fonts/BPG Tech 11.ttf') format('truetype');
}

/**********************/

*{
    font-family: "shida";
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, *, ul, p {
    margin: 0;
    padding: 0;

}

ul{
    list-style: none;
}

textarea{
    resize: none;
}

footer{
    text-align: center;
}

body{
    min-width: 100%;
}

/**********************/


/*HOME PAGE*/
.contact .contact-block .contact-info figure .icon
{
    color:#232529!important;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6
{
    color:#fff!important;
}


.categories figure figcaption {
    font-size: 14px!important;
    text-transform: uppercase;
}
.navbar-fixed .container{
    width: calc(100% - 300px);
}

.header-content{
    height: 100vh;
    min-height: 450px;
}

.header-content{
    animation: zoomOut;
    animation-fill-mode: forwards;
    /*transition: 2s ease-out;*/
    animation-duration: 4500ms;
    animation-timing-function: cubic-bezier(0,.33,.2,1);
}

.header-content .swiper-container{
    height: 100% !important;
}

.header-content .swiper-container-fade .swiper-slide{
    background-repeat: no-repeat;
    background-size: cover;
    
}

.navbar-dropdown{
    max-width: 900px;
    margin: 0 auto;
}

@keyframes zoomOut{
    0%{
        opacity: 0;
        transform: scale(1.2);
    }50%{
        opacity: 1;
        transform: scale(1);
    }100%{
        opacity: 1;
        transform: scale(1);
    }
}

._slide-down{
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    cursor: pointer;
}

._slide-down img{
    height: 35px;
    animation: _liv infinite;
    animation-duration: 3000ms;
    
    animation-fill-mode: forwards;
    transition: .5s ease-in;
}


@keyframes _liv{
    0%{
        transform: translateY(40px);
    }50%{
        transform: translateY(30px);
    }100%{
        transform: translateY(40px);
    }
}

nav .navigation .floating-menu > ul > li:hover{
    cursor: pointer;
}

nav .navigation-main .floating-menu > ul > li > a{
    font-family: "shida";
        font-size: 16px;
    letter-spacing: 1px;
}

nav .navigation-main .floating-menu > ul > li > a:hover{
    color: #989898;
}

nav a.active{
    border-bottom: 2px solid #fff;
}

nav .navigation .logo, .logo_sm{
    position: relative;
    margin: 0 90px;
    top: unset;
    left: unset;
}

nav .navigation .logo img {
    max-height: 100px;
    transition: .4s linear;
}

.navbar-sticked .logo img{
    max-height: 50px !important;
}

.logo_sm img{
    max-height: 24px;
}

.logo_sm{
    display: none;
}

nav .navigation > ul > li{
    height: 100%;
}

.logo{
    display: flex !important;
    align-items: center;
}

.logo span{
    color: #fff;
    margin-left: 15px;
    font-size: 22px;
    height: 23px;
    
}

.logo_sm span{
    color: #fff;
    margin-left: 15px;
    font-size: 18px;
    height: 21px;
}

.floating-menu ul{
    display: flex;
    justify-content: center;
}

._title{
    position: absolute;
    top: 40%;
    left: 150px;
    font-size: 3.8rem;
    color: #fff;
    opacity: 0;
}

._subtitle{
    position: absolute;
    top: 50%;
    left: 155px;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.2rem;
    opacity: 0;
}

._link{
    opacity: 0;
    position: absolute;
    top: 56%;
    left: 155px;
}

._link a{
    background: transparent !important;
    border-color: #fff;
    /*height: 32px;*/
    padding: 8px 18px;
}

._link a:hover{
    background: #989898 !important;
    color: #fff !important;
}

.albums{
    display: flex;
    flex-wrap: wrap;
}


.album_box {
    width:100%;
    height: 350px;
    overflow:hidden;
}

.album_box img {
    width:100%;
    height: 100%;
    object-fit: contain;
    transition: all .7s;
}

.gallery_img_box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    height: 280px;
    background: #fff;
}

.gallery_img_box img{
    max-width: 100%;
    width: 400px;
    max-height: 100%;
    object-fit: contain;
    transition: all .7s;
    cursor: pointer;
    transform: scale(.9);
}

.gallery_img_box img:hover{
    opacity: .6;
}

.album_box:hover img {
    opacity: .6;
}

.album_title{
    margin: 15px 0 45px;
    text-align: center;
}

.album_title h1{
    font-family: menu;
    font-size: 30px;
}

.gallery .container {
    width:unset;
    max-width:1500px;
}

.gallery .container .row {
    margin-left:0;
    margin-right:0;
}

.gallery .container .col-md-4 {
    padding-left:0;
    padding-right:0;
}


.gallery_container_puppup {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    z-index:20000;
    background-color: rgba(11, 11, 11, .8);
    display:none;
    align-items:center;
    justify-content:center;
}

.gallery_popup_box div {
    width:20px;
    height:20px;
    cursor:pointer;
}

.gallery_container_puppup.active {
    display:block;
}

.gallery_popup_box >  span{
    position: absolute;
    bottom: -40px;
    color: #fff;
}

.gallery_popup_box {
     max-width: 1000px;
     width:90%;
    height: 70%;
    margin: 5% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.gl_left{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:-10px;
    z-index:100;
    background-image: url(../images/icons/slider-arrow.svg);
    transform: rotate(180deg);
    background-size: contain;
    opacity: .8;
}

.gl_left:hover, .gl_right:hover{
    opacity: 1;
}

.gl_right {
     position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:-10px;
    z-index:100;
    background-image: url(../images/icons/slider-arrow.svg);
    background-size: contain;
    opacity: .8;
}

.gallery_popup_box img {
    width: calc(100% - 100px);
    height:auto;
    max-height: 100%;
    object-fit:contain;
}

._categories{
    width: 100%;
    height: 700px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),url("../images/categories.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-attachment: fixed;
}

._categories .container{
    display: flex;
    align-items: center;
    width: 1400px;
}

._categories i{
    font-size: 10rem !important;
}

.owl-icons-wrapper .owl-icons figcaption{
    font-size: 1rem;
        font-size: 17px;
    letter-spacing: 1px;
font-weight:bold;
    font-family: "menu";
}

._categories i, ._categories figcaption{
    color: aliceblue;
}

._categories figure:hover figcaption, ._categories figure:hover i{
    color: #989898;
}

.header-content .owl-theme .owl-controls .owl-buttons div span{
    color: #fff !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

._contact{
    background: rgba(0, 0, 0, 0.9);
    padding: 30px 5% 80px;
}

._contact .contact-form-wrapper{
    width: 100%;
    max-width: 1300px;
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
}

._map iframe{
    height: 340px;
}

.contact-form{
    max-width: 45%;
}

._contact_title{
    margin: 50px 0;
    text-align: center;
}

._contact_title h2{
    color: #fff;
    font-family: "menu";
    font-weight: 100;
    font-size:23px;
}

.call-us{
    font-size: 1rem;
}

.call-us span{
        padding: 0 10px 0 0;
}

#sendmail > div:last-child{
    text-align: center;
}

._buttons > input{
    width: 150px;
}

footer .container{
    width: 1330px;
}

.footer-showroom h2{
    margin-bottom: 15px;
    font-family: "menu";
    font-weight: 100;
     font-size: 23px;
}

#_send{
    border: none;
    background: #fff;
    color: #000;
}

#_send:hover{
    background: #989898;
    color: #fff;
}

 
    .box .h2{
        
        margin-bottom: 10px;
        font-family: menu;
        font-size: 18px;
        font-weight: 300;
    }

.blog .title{
    font-family: "menu";
}

/* ****** */
.image {
    position:relative;
}

.box-1 .image{
    text-align: center;
}

.img_h_icons {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-25%);
    z-index:1000;
    border:1px solid #fff;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    opacity:0;
    padding:3px;
    transition:all .7s;
    
}

.img_h_icons img {
       width: 27px !important;
    height: 27px !important;
}

.image:hover .img_h_icons{
    
    opacity:1;
    transform:translate(-50%,-50%);
}

._title.animate{
    animation-delay: 1s;
    animation: fadedown 1.4s;
    animation-fill-mode: forwards;
    font-family: 'shida';
    font-size:35px;
    opacity:0;
}

@keyframes fadedown {
    0% {
        opacity:0;
        transform:translateY(-50px);
    } 60%{
        opacity:0.2;
    }
    
    100% {
        opacity:1;
        transform:translateY(0px);
    }
}


._subtitle.animate {
 
    animation: fadeup 1.4s;
    animation-fill-mode: forwards;
    font-family: 'shida';
    opacity:0;
  
}
._link.animate {
    
    opacity:0;
    animation: fadeup 1.4s;
    animation-fill-mode: forwards;
    font-family: 'shida';
  
}

@keyframes fadeup {
    0% {
        opacity:0;
        transform:translateY(50px);
    }
    
    60%{
        opacity:0.2;
    }
    
    
    100% {
        opacity:1;
        transform:translateY(0px);
    }
}


 /* PRODUCTS */
 
 .products, #_product{
     background: #fff;
 }
 
 header .title:last-child{
     font-family: "shida";
     font-weight:100;
 }
    
    .sort-bar{
        opacity: 1;
        margin: 0 0 25px;
    }
    
    .products{
        padding: 50px 0;
    }
    
    ._product_box article{
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }
    
    .products article .figure-grid .text{
        position: relative;
        text-align:center;
    }
    
    .products article .image img{
        width: 100%;
        height: 250px;
        object-fit: contain;
        transition: .4s ease-in;
        
    }
    
    .image:hover > a > img{
        opacity: .5;
        transition: .4s ease-out;
    }
    
    .products article .figure-grid .text{
        padding: 5px 20px;
        height: 85px;
    }
    
    .text a{
        font-size: 16px;
    }
    
    ._price{
        font-family: gel;
        font-weight: bold;
        font-size: 16px;
    }
    
    ._filters{
        color: #000;
    }

    .main-header .container, .products .container, .blog .container{
        max-width: 1400px;
        width: 90%;
    }
    
    .products{
        min-height: 500px;
    }
    


/* Contact */
.contact #map{
    min-height: 480px;
    height: 50vh;
}


/* NEWS */
.news_image{
    width: 100%;
    margin-bottom: 30px;
}

.news_image > img{
    max-width: 100%;
    max-height: 500px;
}

.news_title{
    margin-bottom: 30px;
}

.news_title > h1{
    color: #282828;
    margin-bottom: 0;
    font-family: "menu";
}

.blog article .entry .title > h2{
    font-family: "shida";
}

.news_description p{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #999999;
    margin-bottom: 15px;
}

.news_title h1{
    margin-bottom: 15px;
}

._news_date{
   font-style: italic; 
}

.blog .blog-title{
    font-family: shida;
    padding-bottom: 20px;
    font-size:23px;
}

.contact .contact-block .contact-info figure figcaption > span {
    font-size: 90%;
    font-family: shida!important;
    color: black!important;
    font-size: 15px!important;
}

.blog-post-text p{
    margin-bottom: 15px;
        font-family: shida;
    color: black;
    font-size: 15px;
}

.blog-post-text h3{
    font-family: shida;
    color: black;
    font-size: 20px;
    font-weight: 500;
}


/* PRODUCT DETAILS*/
.product_container{
    display: flex;
    align-items: flex-start;
}

.product_images{
    flex: 0 0 570px;
    margin-right: 35px;
    max-width: 570px;
}

.product_main_image{
    margin-bottom: 20px;
    height: 400px;
}

.product_main_image img{

    object-fit: contain;
}

.product_main_image:hover{
    cursor: crosshair;
}

#_product .owl-carousel .owl-item img{
    height: 70px;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    cursor: pointer;
}

#_product .owl-prev, #_product .owl-next{
    width: 25px !important;
    height: 25px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid #888 !important;
    justify-content: center !important;
    margin: 0 5px;
}

#_product .owl-nav{
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
}

#_product .owl-dots{
    display: none;
}

#_product .owl-next{
    left: unset;
    right: 41%;
}

#_product button:focus{
    outline: none;
    box-shadow: none;
}

.product_title h2{
    margin-bottom: 15px;
    font-size: 30px;
    color: #222;
    font-family: shida;
    font-size:23px;
}

.product_category{
    margin-bottom: 15px;   
}

.history .history-desc {
    background-color: white;
    padding-left: 50px;
    font-size: 15px!important;
    font-family: shida!important;
}
.product_category h4, .product_stat h4{
    color: #222;
    font-size: 15px;
    font-family: shida;
}

.product_stat{
    margin-top: 10px;
}

.product_stat h4{
    margin-bottom: 5px;
}

/*.fb-share-button*/
/*{*/
/*    background: #000;*/
/*    opacity: .0001;*/
/*}*/



.product_category span{
    font-size: 15px;
    font-weight: 300;
}

.product_desc{
    margin-bottom: 15px;
}

.product_desc > *{
    font-size: 15px !important;
    line-height: 18px !important;
    color: #222 !important;
    font-weight: 300;
}

.product_desc > ul{
    list-style: disc !important;
    padding-left: 15px;
}

p.bold_p {
    font-weight: 600;
    float: left;
    margin-right: 10px;
}

.tile {
    position: relative;
    /*float: left;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform .4s ease-out;
  }
  
  
  .products .container {
      max-width: 1400px;
      width: 90%;
  }
  
  .owl-carousel .owl-item img{
      max-width: 60px;
      max-height: 70px;
      display: inline-block;
  }
  
  .owl-icons-wrapper .owl-icons figcaption {
    font-size: 14px;
    margin-top: 10px;
}


.history .history-title{
    display: flex;
    opacity: 0;
    align-items: center;
    padding-top: 0;
    transition: all 1s ease-out;
}

.history .history-title p{
    font-size: 18px;
    line-height: 20px;
    opacity: 0;
    transition: all 1s ease-out;
}

.history-desc *, .history-image, .history-desc{
    opacity: 0;
    transition: all 1s ease-out;
}

.history-image img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}



@media screen and (max-width: 1366px){
    
    
    ._title{
        font-size: 43px;
    }
    
    ._subtitle{
        font-size: 18px;
        top: 51%;
    }
    
    ._link{
        top: 58%;
    }
    
    ._link a{
        padding: 8px 18px;
    }
    
    ._categories .container{
        width: 84%;
    }
    footer .container {
        width: 100%;
        padding: 0 5%;
    }
    
    ._categories{
        height: 530px;
    }
    
    ._categories i{
        font-size: 7rem !important;
    }
    
    .owl-icons-wrapper .owl-icons figcaption{
        font-size: 0.8rem;
    }
    
    
    .navbar-fixed .container {
        width: calc(100% - 100px);
    }   
    
    ._title{
        left: 70px;
    }
    
    ._subtitle, ._link{
        left: 75px;
    }
    
    ._contact .contact-form, ._map{
        width: 48%;
    }
    
    ._map iframe{
        width: 100%;
    }
    
    /* PRODUCTS */
    
    .sort-bar{
        opacity: 1;
        margin: 0 0 25px;
    }
    
    .products{
        padding: 50px 0;
    }
    
    ._product_box article{
        display: flex;
        align-items: center;
    }
    
  

    .product_main_image{
        height: 360px;
    }
    
    ._product_box{
        margin: 15px 0;
    }
    
    #_products > p{
       margin: 15px; 
    }
    
    /*.album_box{*/
    /*    height: 270px;*/
    /*}*/
}

@media screen and (max-width: 1200px){
    #_product .container{
        width: 94%;
    }
    
    .product_images {
        flex: 0 0 440px;
        margin-right: 35px;
        max-width: 440px;
    }
    
    .product_main_image{
        height: 250px;
    }
}

@media screen and (max-width: 992px){
    
    nav .navigation{
        height: 38px;
    }
    
    .header-content{
        height: calc(100vh - 76px);
    }
    
    
    .products article .image img {
        height:270px;
    }
    
    
    .gallery_img_box {
        height:200px;
    }
    
    .navbar-fixed .container{
        width: 100%;
    }
    
    
    nav .navigation-top > ul{
        height: 38px;
    }
    
    nav .navigation-top > ul > li > a {
        padding: 8px 15px;
    }
    
    nav .navigation-main .open-menu{
        width: 45px;
    }

    ._title {
        font-size: 3rem;
    }
    
    ._subtitle{
        font-size: 1rem;
    }
    
    ._link a {
        padding: 6px 18px;
        font-size: .8rem;
    }
    
    ._categories {
        height: 390px;
    }
    
    ._contact_title {
        margin: 25px 0 50px;
    }
    
    ._contact .contact-form-wrapper{
        flex-direction: column;
    }
    
    ._contact .contact-form {
        width: 100%;
        max-width: 530px;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    
    ._map{
        width: 100%;
    }
    
    footer .footer-showroom{
        padding: 30px 0 10px;
        margin: 0;
        text-align: left;
    }
    
    footer .footer-social{
        padding: 30px 0 0;
        text-align: left;
    }
    
    .footer-showroom .col-sm-4, .footer-social .links{
        text-align: right;
    }
    
    /* PRODUCTS */
    .main-header{
        height: 300px;
        display: flex;
        align-items: flex-end;
    }
    
    .main-header .container, .products .container{
        width: 100%;
        margin: 0;
    }
    
  
    
    /* NEWS */
    .blog .col-sm-4{
        width: 50%;
    }
    
    /* Contact */
    .contact .contact-block{
        margin-top: 0;
    }
    
    .contact #map{
        min-height: 300px;
        height: 40vh;
    }
    
    
    /* NEWS */
    .news_image{
        margin-bottom: 10px;
    }
    
    .news_image > img{
        max-height: 400px;
    }
    
    .news_title{
        margin-bottom: 10px;
    }
    
    .news_title > h1{
        color: #282828;
        margin-bottom: 0;
    }
    
    .news_description p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    
    /* PRODUCT */
    #_product .container{
        width: 100%;
    }
    
    .product_container{
        margin-bottom: 30px;
    }
    
    .product_images {
        flex: 0 0 350px;
        max-width: 350px;
    }
    
     .logo {
        display:none !important;
    }
     .logo_sm {
        display: flex !important;
        align-items: center;
        margin: 0 15px;
    }
    
    
    /* ABOUT */
    .history .history-desc{
        padding-left: 15px;
    }
}

@media screen and (max-width: 768px){
    ._contact .contact-form{
        max-width: 100%;
    }
    
    ._contact_title {
        margin: 20px 0 40px;
    }
    
    ._contact{
        padding-bottom: 50px;
    }
    
    ._categories{
        background-attachment: unset;
    }
    
    /* PRODUCTS *
    .products{
        padding-top: 25px;
    }
    ._product_box article{
        height: auto;
    }
    ._product_box{
        width: 84%;
        margin: 0 8% 30px;
    }
    
    .sort-bar{
        display: none;
    }
    
    /* NEWS */
    
    .blog{
        padding: 25px 0;
    }
    
    .blog .container{
        width: 100%;
    }
    
    .blog .col-sm-4{
        width: 100%;
        height: auto;
    }
    
    .blog .pre-header{
        display: none;
    }
    
    /* About Company */
    .history{
        padding: 25px 0;
    }
    .history .row-block{
        padding:0;
    }
    
    /* Contact */
     .contact .container{
        width: 100%;
    }
    
    .contact{
        padding-bottom: 25px;
    }
    .banner .btn{
        margin-top: 0;
    }
    
    /* PRODUCT */
    .product_images{
        max-width: 90%;
        margin: 0 auto;
    }
    
    .product_container{
        flex-direction: column;
    }
    
    .product_main_image{
        height: 300px;
    }
    
    .product_description{
        width: 90%;
        margin: 0 auto;
    }
    
    .album_box {
        height: auto;
        max-height: 270px;
    }
    .album_title h1{
        font-size: 20px;
    }
    
    .gallery_img_box {
        height: 150px;
        margin-bottom: 20px;
    }
    
}


@media screen and (max-width: 525px){

    ._title, ._subtitle, ._link{
        left: 0%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
    ._subtitle{
        top: 52%;
    }
    
    ._link{
        top: 58%;    
    }
    
    ._link a{
        width: 220px;
        padding: 6px 18px;
        font-size: .8rem;
    }
    
    .footer-showroom .col-xs-8{
        width: 100%;
        text-align: center;
    }
    
    .footer-showroom .col-sm-4{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    
    .footer-social .row{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    
    .footer-social .row > div{
        width: 100%;
        text-align: center;
    }
    
    footer .row > div{
        margin-bottom: 30px;
    }
    
    .footer-showroom .col-sm-4, .footer-social .links{
        text-align: center;
    }
    
    footer .row > div:last-child{
        margin-bottom: 15px;
    }
    
    ._contact input[type="submit"]{
        width: 100%;
    }
    
    #_send{
        margin-bottom: 15px;
    }
    
    /* PRODUCTS */
    ._product_box {
        width: 96%;
        margin: 10px 2% 15px;
    }
    
    .products article .image img{
        height: auto;
        object-fit: contain;
    }
    .main-header{
        height: 240px;
    }
    
    /* Contact */
    .banner .btn{
        width: 100%;
    }
    
    .contact .contact-block .banner {
        padding: 30px 20px;
    }
    
    /* NEWS */
    .news_title{
        text-align: center;
    }
    
    /* PRODUCT */
    .product_images, .product_description{
        max-width: 100%;
        width: 100%;
    }
    
    .product_main_image {
        height: 260px;
    }
    
    .album_title h1{
        font-size: 16px;
    }
    
    .albums .col-xs-4{
        width: 50%;
        max-width: 50%;
    }
    
    /*.gallery_popup_box div{*/
    /*    width: 35px;*/
    /*    height: 35px;*/
    /*}*/
    
    .blog-post-text iframe{
        height: 250px !important;
    }
}

@media screen and (max-width: 425px){

    .footer-showroom .col-sm-4{
        flex-direction: column-reverse;
    }   
    
    footer .footer-showroom .call-us{
        margin-top: 5px;
    }
    
    .product_main_image {
        height: 220px;
    }
    
    .product_images {
        flex: unset;
    }    
    
    .gallery_img_box{
        height: 120px;
    }
    
    .blog-post-text iframe {
        height: 170px !important;
    }
}    

@media screen and (max-width: 375px){

    .product_main_image {
        height: 170px;
    }

}


    
