body, html {
	padding: 0;
	margin: 0;
}

.home-gallery {
    margin: 5px 10px 20px 0px;
    min-width: 950px;
	overflow: auto;
}
.home-gallery .home-gallery-box {
    float: left;
    position: relative;
    width: 14.285%;
    padding-bottom: 14.285%;
    
}
.home-gallery .boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    background: #574d44;
}
.home-gallery .boxInner img.landscape {
    height: 107%;
    padding-left: 25%;
    left: -50%;
    bottom: 0;
    width: auto;
}
.home-gallery .boxInner img.landscape-no-offset {
    height: 100%;
}
.home-gallery .boxInner img.portrait {
    width: 100%;
    padding-top: 25%;
    top: -50%;
    height: auto;
}
.home-gallery .boxInner img.portrait-no-offset {
    width: 100%;
}
.home-gallery .boxInner img.square {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-gallery .boxInner img {
	border: 0;
    opacity: 0.75;
    position: absolute;
}
.home-gallery .boxInner img:hover {
    opacity: 1;
}
.home-gallery .boxInner .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 3px;
    text-align: center;
    font-size:0.8em;
}

.titleBox .flag {
        float:left;
}

.home-gallery .home-gallery-header h2 {
	font-size: 14px;
	margin: 8px 0 0 8px;
	padding: 0;
}
.home-gallery .home-gallery-header small {
	float: right;
	margin-right: 10px;
	font-size: 11px;
	margin-top: 3px;
}

.features {
    margin: 8px 5px 0px 0;
    min-width: 950px;
}

.features .ftrscolumn {
	width: 33%;
	float: left;
}
.features .ftrscolumn:nth-child(2) {
	width: 34%;
	float: left;
}

.features .ftrscolumn:nth-child(3) {
	float: right;
}
.features .ftrscolumn a {
	text-decoration: none;
	display: block;
	padding: 5px;
}

.features .ftrscolumn h2 {	
	font-size: 23px;
	font-weight: bold;
	margin-top: 0px;
	font-weight: 700;
	opacity: 0.8;
	border: 2px rgba(0,0,0,.15) solid;
	width: 301px;
}


.features .ftrscolumn:nth-child(2) h2  {
	margin: 0 auto;
}
.features .ftrscolumn:nth-child(3) h2 {
	float: right;
}
.features .ftrscolumn small {
	font-size: 10px;
    font-weight: 700;
    line-height: initial;
}