table.middle td { vertical-align:middle }
a.white {color:white}

#groupImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#groupImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal_pkv {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content_pkv {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 100%;
}

/* Caption of Modal Image */
#caption_pkv {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content_pkv, #caption_pkv {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close_pkv {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close_pkv:hover,
.close_pkv:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 100%){
    .modal-content {
        width: 100%;
    }
}

#inner {
    width: 50%;
    margin: 0 auto; 
}

/* Carousel slider */
.flex-control-nav.flex-control-paging li {
  	border: 1px solid #f7f7f7;
}

.error404pkv{display:block;font-size:216px;font-weight:600;color:#DDD;line-height:1.35;letter-spacing:4px;}
.error404pkv-wrap .container{z-index:7;}
.error404pkv-wrap .error404pkv{line-height:0.9;margin-bottom:40px;font-weight:bold;font-size:244px;color:#FFF !important;opacity:0.2;text-shadow:1px 1px 5px rgba(0,0,0,0.4);}
.error404pkv-wrap .error404pkv{line-height:0.9;margin-bottom:40px;font-weight:bold;font-size:244px;color:#FFF !important;opacity:0.2;text-shadow:1px 1px 5px rgba(0,0,0,0.4);}
.error404pkv-wrap .heading-block h4{font-weight:300;margin-bottom:8px;}
.error404pkv-wrap .heading-block span{font-size:17px;}
.error404pkv-wrap form{max-width:500px;}
.dark .error404pkv{color:rgba(255,255,255,0.15);}
.dark.error404pkv-wrap .form-control::-webkit-input-placeholder{color:#888;}
.dark.error404pkv-wrap .form-control::-moz-placeholder{color:#888;}
.dark.error404pkv-wrap .form-control:-ms-input-placeholder{color:#888;}
.error404pkv{font-size:180px;}
.error404pkv,
.error404pkv-wrap .error404pkv{font-size:140px;}
.error404pkv-wrap .error404pkv{font-size:140px;}