html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ededed;
    background: #eee;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

.logo {
    width: 4%;
    margin-right: 1%;
    margin-top: 1%;
    float: left;
    display: block;
}

.galleryGeneral {
    max-width: calc(100vw - 150px);
    height: calc(100% - 64px);
    margin: 0 auto;
    padding: 32px 0;
}

.gallery__menu {
    float: left;
    width: 15%;
    margin-right: 5%;
}

.galleryGeneral:after,
.gallery__menu:after,
.gallery__base:after {
    clear: both;
}

.gallery__menu a {
    color: #a0a0a0;
    display: block;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
}

.gallery__menu .gallery__menu--logo {
    margin-bottom: 1em;
}

.gallery__base,
.contact__base {
    float: left;
    width: 80%;
}

.gallery__base .gallery__sizer {
    margin: 0 8px 16px;
    width: calc(33.333% - 16px);
}

.gallery__base .gallery__item {
    margin: 0 0.641% 1.282%;
    overflow: hidden;
    width: 100%;
}

.gallery__base .gallery__item.gallery__item--25 {
    width: calc(25% - 1.282%);
}

.gallery__base .gallery__item.gallery__item--33 {
    width: calc(33.333% - 1.282%);
}

.gallery__base .gallery__item.gallery__item--50 {
    width: calc(50% - 1.282%);
}

.gallery__base .gallery__item.gallery__item--66 {
    width: calc(66.666% - 1.282%);
}

.gallery__base .gallery__item.gallery__item--75 {
    width: calc(75% - 1.282%);
}

.gallery__base .gallery__item.gallery__item--100 {
    width: calc(100%);
}

.gallery__base .gallery__item.gallery__item--logo a,
.gallery__base .gallery__item.gallery__item--logo img {
    display: block;
}

.gallery__base .gallery__item .gallery__title {
    bottom: 0;
    color: white;
    display: none;
    font-size: 13px;
    margin: 5px;
    position: absolute;
    right: 0;
    text-align: right;
}

.gallery__base .gallery__item:hover .gallery__title {
    display: block;
    text-shadow: 2px 2px #000000;
}

.gallery__base .gallery__item .gallery__link {
    display: block;
}

.gallery__base .gallery__item .gallery__img {
    display: block;
    width: 100%;
}

.gallery__base .gallery__item .gallery__link:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.gallery__base .gallery__item .gallery__link:hover:after {
    opacity: .6;
}

.galleryDetail {
    width: 90%;
    margin: 4% auto;
    padding-right: 4%;
}

.galleryDetail .galleryDetail__scrollBottom {
    background: #000;
    border: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 3%;
    z-index: 9;
}

.galleryDetail .galleryDetail__scrollBottom .arrow {
    height: 20px;
    width: 20px;
    box-shadow: 4px -4px 0 0 white inset;
    display: inline-block;
    position: relative;
    transform: rotate(-45deg);
}

.thumb__base li {
    margin-right: 5px;
}

.thumb__base img {
    display: block;
    opacity: .5;
    cursor: pointer;
}

.thumb__base img:hover {
    opacity: 1;
}

.thumb__base .flex-active-slide img {
    opacity: 1;
    cursor: default;
}

.images__column {
    width: 95%;
    float: left;
}

.images__column .flexslider {
    margin-bottom: 30px;
}

.info__column {
    clear: both;
    margin-left: 5%;
}

.info__column ul {
    list-style: none;
    padding: 0;
}

.info__column ul li {
    cursor: default;
    color: #999;
    margin-top: 3px;
}

.info__column ul li b {
    color: #a0a0a0;
}

.flexslider {
    background: none;
    border: 0;
}

.flexslider .slides img {
    width: auto;
    margin: 0 auto;
    max-height: 100%;
}

.flex-centered .slides {
    width: 100% !important;
    text-align: center;
}

.flex-centered .slides li {
    display: inline-block !important;
    *display: inline!important;
    float: none!important;
}

.contact__base {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.contact__base p,
.contact__base span,
.contact__base a {
    color: #a0a0a0;
    font-size: 18px;
    font-weight: bold;
    margin: .5em;
    text-decoration: none;
}

.contact__base table {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}