﻿body {
}
.dynamicbox-container {
  position: relative;
  margin-bottom: 6%;
}

.dynamicbox-overlay {
     position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      transition: .5s ease;
      background-color: black;
      padding-right:1px;
}
.dynamicbox-container:hover .dynamicbox-overlay {
  opacity: .7;
}

.dynamicbox-text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        width: 70%;
        height: auto;
        color:white;
        color: white;
        font-family: Colfax;
        font-size: 12px;
}
.dynamicbox-img{
    width:100%;
    height:240px;
    /*display: inline-block;*/
    /*font-family: Colfax;*/
    /*margin: 1.5%;*/
    /*margin-bottom: 10px;*/
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.19);
    position: relative;
}
.dynamicbox-title{
    color: white;
    font-family: ColfaxBold;
    font-weight: bold;
    font-size: 2.2vw;
}
.dynamicbox-writer{
    color:White;
    line-height:0;
    font-size:12px;
}
.dynamicbox-category{
    color: white;
    font-family: ColfaxLight;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-container{
    width:85%;
    margin:auto;
    /*background-color:gray;*/
}
.box-row{
    width:100%;
   
}

.box-column {
  float: left;
  width: 47%;
  margin-left:1%;

  /*padding: 10px;*/
  /*height: 300px;*/
}
.box-column1 {
  float: right;
  width: 47%;
  margin-right:1%;

  /*padding: 10px;*/
  /*height: 300px;*/ 
}

.box-row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 800px) {
    .box-column {
        width: 92%;
        margin-left: 12px;
    }

    .box-column1 {
        width: 92%;
        margin-right: 12px;
    }

    .dynamicbox-img {
        width: 100%;
        height: 140px;
        margin: 0px;
        margin-bottom: 15px;
    }

    .dynamicbox-container {
        margin-bottom: -15px;
    }

    .box-container {
        width: 86%;
    }
}

/*.fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.fa-user:before {
    content: "\f007";
}*/
