
.block-static-block.widget, .block-cms-link.widget { 
    margin-bottom: 0px;
}

/*==  header ==*/

.country-icon{
    height: 20px;
    margin:0px 3px;
}

.header-icon{
text-align:center;
display:inline-block;
margin:0px 10px;
}

.header-icon img{
width:40px;
}

/*== hompage columns ==*/

.homepage-container .row{
margin:0px auto;
}

.homepage-brands h3{
    text-align:center;
    margin-bottom: 20px;
}
.homepage-brands{
    margin: 40px 0px !important; 
    
}

.warehouse-block{
    background-image: url('/pub/media/homepage/appian-bg.jpg');
    background-size: cover;
    height:400px;
}

.grey-bg-fw{
background: #f6f6f6;
	width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}


.grey-bg-fw .columns{
    margin-top: 0px !important;    
   
}
.grey-bg-fw .columns:nth-of-type(1):before{
      content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -1ch;
}
.grey-bg-fw .columns:nth-of-type(1){
  display: inline-block;
  vertical-align: middle;
}

.brands-row{
    display: flex;
  justify-content: space-between;
    
}

.row.flex-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 768px){
.row.flex-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.links{
    padding-left: 20px;
}
}


/*.homepage-container .columns{
    margin-top: 10px;

}*/
.row.homepage-blocks {
    margin-top: 25px;
}
.block-txt {
    min-height: 120px;
}
.small-12.medium-12.large-12.columns {
    padding: 40px 0;
}
.small-12.medium-12.large-12.columns h2 {
    font-weight: 600;
    font-size: 18px;
}
.small-12.medium-4.large-4.columns h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.small-12.medium-6.large-6.columns {
    display: flex;
    justify-content: flex-end;
}
.row.homepage-brands h3 {
    font-weight: 600;
    font-size: 24px;
}
a.button.center {
    background: none !important;
    border: none !important;
    color: #000 !important;
    text-decoration: underline;
    font-weight: bold;
    padding: 0;
}

.flex {
    display: flex;
    flex-direction: column;
    width: 65%;
    float: right;
}
.flex h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}
.fifth-columns{
    margin-right: 10px;
    
}

.fifth-columns:nth-of-type(5){
    margin-right: 0px;
}

@media screen and (max-width: 768px){
    .brands-row{
        display: block;
        justify-content: space-between;
    }
    
    .fifth-columns {
        width: 46%;
        display: inline-block;
        padding: 0px;
        margin-right: 5px;
    }
    .columns hr{
        display:none;
}
    
    .country-icon{
        height: 20px;
        margin:3px 0px 0px 3px;
    }

}

@media screen and (max-width: 1240px){
    .flex {
        display: flex;
        flex-direction: column;
        width: 100%;
        float: right;
    }
}

a:visited, .alink:visited{
    color: inherit !important;
    
}

a.button{
    color: #fff !important;    
}

