﻿[class*='cols-'].row > *{
  float: none;
  position: relative;
  display: inline-block; 
  /* old ie fixes */
  *zoom: 1; 
  *display: inline;
}

.row.cols-bottom > *{
  vertical-align: bottom;
}

.row.cols-middle > *{
  vertical-align: middle;
}

#featured-article {
    width: 100%;
    background: #b70c05;
    padding: 30px 0;
    text-color: #ffffff;
}

.img-col {
    margin-top: 20px;
    margin-bottom: 10px;
}

.display-table{
    display: table;
    table-layout: fixed;
}

.display-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

p.globe-col-text {
    margin-bottom: 0;
    margin-top: 20px;
}

p.globe-col-bold {
    font-weight: bold;
    font-size: 32px;
}

p.globe-col-white {
    color:#ffffff;
}

.selected-panel {
    background-color: #EEE;
}

.globe-logo1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.globe-spacer {
    min-height: 20px;
}

@media screen and (min-width: 992px) {
     .globe-logo1 {
         display: none;
     }
}

@media screen and (max-width: 992px) {
     .globe-logo2 {
         display: none;
     }
     .globe-blokken {
         display: none;
     }
     .globe-text {
         text-align: center;
     }
     .globe-spacer {
         min-height: 20px;
     }
}

@media screen and (max-width: 767px) {
    #boc-image {
        display: none;
    }
}

@media screen and (min-width: 438px) and (max-width: 992px) {
    .panel {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
     .globe-spacer {
         min-height: 20px;
     }
}

