﻿.tworowimg {
    margin-bottom: 40px;
    display: flex;
}
.tworowimg.imgRight {
    flex-direction: row-reverse;
}
.tworowimg h2 {
    color: #9e9b9c;
    width: 100%;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2vw;
    line-height: 2vw;
    display: block;
}
.tworowimg h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: futura-pt, sans-serif;
}
.tworowimg p {
    font-family: futura-pt, sans-serif;
    color: #9e9b9c;
}
.tworowimg .listOnePage {
    width: 97%;
    background: #fff;
    position: relative;
}
.tworowimg .listOnePage .img-responsive {
    width: 100%;
    height: auto;
}
.tworowimg .listOnePage {
    display: flex;
}
.tworowimg .listOnePage a {
    text-decoration: none;
}
.tworowimg .listOneText p {
    font-family: futura-pt, sans-serif;
    color: #9e9b9c;
}
.tworowimg .listOneTopline {
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: futura-pt, sans-serif;
    font-weight: bold;
    letter-spacing: .5px;
}
.tworowimg .listOneTitle {
	color: #000;
	font-size: 32px;
	line-height: 1.2;
}
.tworowimg .listOneText {
    color: #404040;
    font-size: 20px;
}
.tworowimg .listOneMeta {
    width: 50%
}
.tworowimg imageholder {
	display: block;
	background-size: cover;
    padding-right: 40px;
    box-sizing: border-box;
    width: 15vw
}
.tworowimg imageholder img {
    width: 100%;
    height: auto;
    display: block;
}
.twoRowBlock {
    width: 90vw;
    margin: 0 auto;
}
.tworowimg .listOneText span.black-larger-title, .tworowimg .holger span.black-larger-title {
    color: #000;
}
.tworowimg .listOneText h2, .tworowimg .listOneText span.slider-title-grey, .tworowimg .holger span.slider-title-grey {
    color: #9e9b9c;
    width: 100%;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2vw;
    line-height: 2vw;
    display: block;
}
.tworowimg .listOneText h3, .tworowimg .listOneText span.callOut, .tworowimg .holger span.callOut {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: futura-pt, sans-serif; 
}
.tworowimg .row {
    width: 86%;
    margin: 0 auto;
}
.tworowimg .shadowy imageholder img {
    box-shadow: 0px 0px 10px #333;
}
@media (min-width: 1600px) {
.tworowimg .listOnePage {
    /*width: 320px*/
}
}
@media (max-width: 768px) {
.tworowimg .listOneText span.slider-title-grey, .tworowimg .holger span.slider-title-grey {
    font-size: 6vw;
    line-height: 6vw;
}
.tworowimg imageholder {
    width: 100%;
    margin-bottom: 1vw
}
.tworowimg .listOneMeta {
    width: 100%;
    text-align: center;
}
.tworowimg .listOneMeta br {
    display: none;
}
.tworowimg .listOnePage {
    display: flex;
    flex-direction: column;
}
.tworowimg .callOut {
    display: block;
}
.tworowimg .listOneTopline {
    display: none;
}
.tworowimg imageholder img {
    width: 100%;
}
.tworowimg .listOnePage {
    width: 100%;
}
}
