﻿body {

}
.supplier-content{
    text-align:right;
}
/*.container-grid{
    display:grid;
    grid-template-rows:25% 25% 25% 25% ;
}*/
.container-grid  div{
    height:28.75px;
}
.header-flex{
    display:flex;
}
.header-flex > div{
    flex-grow:1;
}
.header-flex .flex-f-child{
    text-align:right;
}
.header-flex .flex-s-child{
    margin: auto;
    text-align: left;
}


/*mobile version*/
@media (min-width: 100px){

    .img-flex{
        display:flex !important;
    }
    .img-responsive{
        margin:auto !important;
    }
}

.no-view{
    display:none;
}

/* 404 Page */

.content .entry,
.content .post-title,
.title-404 {
    text-align: center;
}

.title-404{
    font-size: 200px;
    font-weight: bold;
    color: #eee;

}

.title-404 {
    font-size: 200px;
    font-weight: bold;
    color: #eee;
}

.post-title {
    text-align:center;
    font-size: 50px;
     color: #089afc;
}
.post-little-title {
    text-align:center;
    font-size: 20px;
     color: #089afc!important;
}
.post-little-title a{
    
     color: #089afc!important;
}
* {
font-family: arial !important;
}


@media screen and (max-width: 1023px){
    .btn-responsive-margin{
        margin-bottom: 20px;
    }
    .nav-tabs-responsive{
    flex-direction: column;
    flex-wrap: wrap;
}
    .nav-tabs-responsive > li{
        flex-grow:1;

    }

}



