

#mem-grid a {
display:none;
}

.gallery_holder ul.v5 li, .wpb_gallery_slides .gallery_holder ul.v5 li {
width: 5%!important;
margin: 0;
}

.text-wrap.label-inside input {
margin: 5px 0 0;
padding: 15px;
border: 0;
outline: 0;
resize: none;
font-size: 13px;
line-height: 17px;
background-color: #fff;
color: #818181;
font-family: 'Raleway';
font-weight: 400;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
border: 2px solid #ffffff;
color: #ffffff;
}

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: default;
    box-shadow: 
        inset 0 0 0 16px rgba(255,255,255,0.6),
        0 1px 2px rgba(0,0,0,0.1);
    transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
    background-image: url(http://z9group.hu/wp-content/uploads/2014/09/1a.jpg);
}
 
.ch-img-2 { 
    background-image: url(http://z9group.hu/wp-content/uploads/2014/09/2a.jpg);
}
 
.ch-img-3 { 
    background-image: url(http://z9group.hu/wp-content/uploads/2014/09/3a.jpg);
}

.ch-img-4 { 
    background-image: url(http://z9group.hu/wp-content/uploads/2014/09/4a.jpg);
}

.ch-img-5 { 
    background-image: url(http://z9group.hu/wp-content/uploads/2014/09/5a.jpg);
}



.ch-info {
position: absolute;
background: rgba(255,0,0, 0.79);
width: inherit;
height: inherit;
border-radius: 50%;
overflow: hidden;
opacity: 0;
transition: all 0.4s ease-in-out;
transform: scale(0);
}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 25px 0 0 0;
    height: 140px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 
        0 0 1px #fff, 
        0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
    color: #fff;
    font-style: italic;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.5);
    opacity: 0;
    transition: all 1s ease-in-out 0.2s;
}

.ch-info p a {
    display: block;
    color: rgba(255,255,255,0.99);
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    padding-top: 30px;
    font-family: 'Open Sans', Arial, sans-serif;
}
 

.ch-item:hover {
    box-shadow: 
        inset 0 0 0 1px rgba(255,255,255,0.1),
        0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
    transform: scale(1);
    opacity: 1;
}

.ch-item:hover .ch-info p {
    opacity: 1;
}




.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}
 
.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}
 
.ch-grid:after {
    clear: both;
}
 
.ch-grid li {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 20px;
}

a.qbutton.white.small {
position: relative;
display: inline-block;
width: auto;
height: 39px;
line-height: 39px;
margin: 0;
padding: 0 23px;
border: 2px solid #303030;
font-size: 13px;
font-weight: 700;
font-family: inherit;
text-align: left;
color: #303030;
text-decoration: none;
cursor: pointer;
white-space: nowrap;
outline: 0;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1px;
-o-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
background-color: transparent;
-webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
-moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
-ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
-o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
transition: color .1s linear,background-color .1s linear,border-color .1s linear;
-webkit-box-sizing: initial!important;
-moz-box-sizing: initial!important;
box-sizing: initial!important;
display: none;
}

.portfolio_slides .hover_feature_holder_inner .portfolio_title a {
color: #fff;
pointer-events: none;
cursor: default;
}

.vc_responsive .home_box_wrap.wpb_row .vc_span2 {
float: left;
width: 18.8%;
padding: 0;
margin-right: 1.5%;
min-height: 0;
}

.home_box_wrap .home_box_last {
margin: 0 !important;
}