.gallery-bg {
    background: url(../images/destination/portfolio_bg.png) repeat;
}

.gallery-mrgn-top {
    margin-top: 22px;
}

.gallery-wrapper {
    float: left;
/*    margin-bottom: 10px;*/
    margin-right: 30px;
/*    margin-top: 40px;*/
    position: relative;
    width: 245px;
    background-color: rgba(255, 255, 255, 0.49);
    padding: 1px;
    border: 1px solid #DBDDDE;
    margin-bottom: 15px;
    
}

.gallery-wrapper:nth-of-type(4n) {
     margin-right: 0px;
}

.gallry-titel {
    font-weight: 700;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
}

.gallery-wrapper-anchor {
   
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
    top: 43%;
    font-family: BebasNeue;
    font-size: 16px;
    font-size: 32px;
}
.gallery-wrapper-anchor a{
   color: #ed2647;
   text-decoration: none;
}
.gallery-wrapper img{
    height: 190px;
    width: 245px;
}
.gallery-wrapper-anchor a:hover {
    color: #fff;
    transition: all 0s ease 0s, all 0.2s ease 0s;
}

.galler-inner-wrapper {
     float: left;
/*    margin-bottom: 10px;*/
    margin-right: 10px;
/*    margin-top: 40px;*/
    position: relative;
    width: 352px;
    background-color: rgba(255, 255, 255, 0.49);
    padding: 1px;
    border: 1px solid #DBDDDE;
    margin-bottom: 15px;
}



.gallerImg {
    width: 100%;
    height: 260px;
    display: block;
}

/*   under construction  starts */
.destination-under-con {
    background: url("../images/destination/destination-con-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #333333;
    display: none;
    height: 400px;
    margin: auto auto 15px;
    position: relative;
    width: 1000px;
}

.pattern {
    background: url("../images/all-pages/pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    width: 100%;
}

.destination-under-con-content {
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    color: #fff;
    font-family: MedulaOne-Regular;
    font-size: 38px;
    height: 70px;
    position: relative;
    text-align: center;
    top: 40%;
}

/*   under construction  ends */