.view {
    width: 267px;
    height: 273px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff
}

.view .mask,
.view .content {
    width: 285px;
    height: 350px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img {
    display: block;
    position: relative
}

.view h3 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 34px;
    padding: 10px;
    margin: 90px 0 0 0;
    font-family: 'Cuprum', sans-serif
}

.view p {
    font-size: 16px;
    position: relative;
    color: #fff;
    padding: 0 35px 10px 35px;
    text-align: center
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000
}

.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}

@media(max-width:1024px) {
    .view {
        width: 235px;
        height: 300px
    }
    .view .mask,
    .view .content {
        width: 235px;
        height: 300px
    }
    .view h2 {
        margin: 35px 0 0 0
    }
    .view h3 {
        margin: 80px 0 0 0;
        font-size: 29px
    }
}

@media(max-width:991px) {
    .view {
        width: 180px;
        height: 204px
    }
    .view .mask,
    .view .content {
        width: 180px;
        height: 204px
    }
    .view p {
        font-size: 14px;
        padding: 0 20px 10px 20px
    }
    .view h3 {
        margin: 45px 0 0 0;
        padding: 5px
    }
    .contact-left {
        padding-bottom: 3em
    }
}

@media(max-width:768px) {
    .view {
        width: 180px;
        height: 204px
    }
    .view .mask,
    .view .content {
        width: 180px;
        height: 204px
    }
    .view h2 {
        margin: 15px 0 0 0
    }
    .view h2 {
        font-size: 13px;
        padding: 7px
    }
    span.gall {
        font-size: .9em
    }
}

@media(max-width:736px) {
    .view {
        width: 172px;
        height: 229px
    }
    .view .mask,
    .view .content {
        width: 172px;
        height: 229px
    }
}

@media(max-width:667px) {
    .view {
        width: 155px;
        height: 205px
    }
    .view .mask,
    .view .content {
        width: 155px;
        height: 205px
    }
}

@media(max-width:640px) {
    .view {
        width: 150px;
        height: 166px
    }
    .view .mask,
    .view .content {
        width: 150px;
        height: 166px
    }
    .view h2 {
        font-size: 11px;
        padding: 7px;
        margin: 8px 0 0 0
    }
    .view p {
        font-size: 12px;
        padding: 2px 6px 7px
    }
    span.gall {
        font-size: .75em;
        padding: .3em 1em
    }
    .view h3 {
        margin: 35px 0 0 0;
        font-size: 20px
    }
}

@media(max-width:600px) {
    .view {
        width: 138px;
        height: 166px
    }
    .view .mask,
    .view .content {
        width: 138px;
        height: 166px
    }
}

@media(max-width:568px) {
    .view {
        width: 130px;
        height: 173px
    }
    .view .mask,
    .view .content {
        width: 130px;
        height: 173px
    }
}

@media(max-width:480px) {
    .view {
        width: 300px;
        height: 200px
    }
    .view .mask,
    .view .content {
        width: 300px;
        height: 240px
    }
    .view h3 {
        margin: 55px 0 0 0
    }
}

@media(max-width:414px) {
    .view {
        margin: 0 auto 1em;
        float: none;
        width: 300px;
        height: 165px
    }
    .view .mask,
    .view .content {
        width: 300px;
        height: 165px
    }
    .view h3 {
        margin: 45px 0 0 0
    }
}

@media(max-width:320px) {
    .view {
        width: 270px;
        height: 150px
    }
    .view .mask,
    .view .content {
        width: 270px;
        height: 150px
    }
    .view h3 {
        margin: 23px 0 0 0
    }
}