.ccvl-home-block {
    display: inline-block;
    height: 224px;
    width: 224px;
    margin: 5px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 160%;
    overflow: hidden;
    font-family: "BrandonGrotesque-Light", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

.ccvl-home-block > div {
    display: table;
    height: 224px;
    text-align: center;
    width: 100%;
}

.ccvl-home-block-link {
    color: #fff;
    padding: 0px 15px;
    display: table-cell;
    vertical-align: middle;
}

.ccvl-home-block-link:hover {
    text-decoration: none;
    color: #fff;
}

.ccvl-home-block-container {
    max-width: 958px;
    margin: 0 auto;
}

.ccvl-home-map-container {
    display: inline-block;
    height: 463px;
    width: 462px;
    float: right;
    margin-right: 16px;
    margin-top: 5px;
}

.big .ccvl-home-map-container {
    height: 580px;
    width: 580px;
    margin-right: 18px;
    margin-top: 10px;
}

.slider {
    width: 1280px;
    margin: 0 auto;
}

.big .ccvl-home-block-container {
    width: 1220px;
    max-width: 1220px;
}

.big .ccvl-home-block {
    height: 280px;
    width: 280px;
    margin: 10px;
}

.big .ccvl-home-block > div {
    height: 280px;
}

.small .ccvl-home-block-container {
    width: 1220px;
    max-width: 1220px;
    margin: 0 auto;
}

.small .ccvl-home-block {
    height: 163px;
    width: 163px;
    margin: 3px;
}

.small .ccvl-home-block > div {
    height: 163px;
}

.small .ccvl-home-map-container {
    height: 336px;
    width: 850px;
    margin-right: 23px;
    margin-top: 3px;
}

.ccvl-page-title {
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0 40px;
}

.ccvl-gallery-wrapper {
    margin-top: 30px;
}

.ccvl-home-main-gallery-wrapper {
    height: 460px;
}

.ccvl-home-calendar-item-wrapper {
    margin-top: 30px;
}

.calendar-wrapper {
    margin-right: 50px;
}

.ccvl-shop-items-gallery {
    text-align: center;
    margin: 0 5% 30px;
}

.ccvl-shop-items-gallery h3 {
    font-size: 18px;
    font-family: Helvetica, Arial, serif;
    font-weight: bold;
    margin-top: 17px;
    margin-bottom: 21px;
}

.ccvl-shop-item-detail {
    display: inline-block;
    max-width: 25%;
    margin: 0 25px;
}

.ccvl-shop-item-detail a {
    text-decoration: none;
    color: #000;
}

.ccvl-shop-item-detail img {
    border: solid 1px rgb(221, 221, 221);
}