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

.destination-wrapper {
    float: left;
    /*    margin-bottom: 10px;*/
    margin-right: 30px;
    /*    margin-top: 40px;*/
    position: relative;
    width: 525px;
    background-color: rgba(255, 255, 255, 0.49);
    padding: 12px 5px 5px 0;
    border: 1px solid #DBDDDE;

}

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

.destination-wrapper a {
    text-decoration: none;
}


.destination-wrapper:last-child {
    margin-right: 0;
}

/* ============================================================
  GLOBAL
============================================================ */
.effects {
    /*  padding-left: 15px;*/
}
.effects .img {
    position: relative;
    float: left;
    /*  margin-bottom: 5px;*/
    width: 532px;
    overflow: hidden;
    margin-right: 18px;
    margin-bottom: 15px;
    /*  margin-top: 22px;*/
}
/*.effects .img:nth-child(n) {
  margin-right: 5px;
}*/
/*.effects .img:first-child {
  margin-right: -15px;
}*/
/*.effects .img:last-child {
  margin-right: 0;
}*/
/*.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}*/

.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
}
a.close-overlay.hidden {
    display: none;
}

a.expand {
    color: #fff;
    display: block;
    float: left;
    font-family: BebasNeue;
    font-size: 27px;
    font-weight: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 100;
}

/* ============================================================
  EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay {
    bottom: 0;
    /*    left: 0;*/
    /*    margin-top: 40px;*/
    opacity: 0;
    /*    right: 0;*/
    top: 0;
    width: 532px;

}
#effect-6 .overlay a.expand {
   left: 87px;
    right: 0;
    top: 0;
    margin: 0 87px 0 15px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
#effect-6 .img.hover .overlay {
    opacity: 0.66;
}
#effect-6 .img.hover .overlay a.expand {
    margin-top: -10px;
    opacity: 1;
     top: 45%;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media only screen and (max-width: 1100px) {
    .effects {
        padding-left: 5px;
    }
    .effects .img {
        width: 50%;
    }
    .effects .img:nth-child(n) {
        margin-right: 5px;
    }
    .effects .img:first-child {
        margin-left: 0;
    }
    .effects .img:nth-child(2n-1) {
        margin-left: -5px;
    }
    .effects .img:nth-child(2n) {
        margin-right: 0;
    }
    .effects .img:last-child {
        margin-right: 0;
    }
}
@media only screen and (max-width: 520px) {
    .effects .img {
        width: 100%;
    }
    .effects .img:nth-child(n) {
        margin-right: 0;
    }
    .effects .img:first-child {
        margin-left: 0;
    }
    .effects .img:nth-child(2n-1) {
        margin-left: 0;
    }
    .effects .img:nth-child(2n) {
        margin-right: 0;
    }
    .effects .img:last-child {
        margin-right: 0;
    }
    .effects .img img {
        margin: 0 auto;
    }
}


.img-wrapper-box {
    float: left;
    margin-bottom: 10px;
    margin-right: 6px;
    position: relative;
    text-align: center;
    width: 180px;

}

.destination-area-img {
    border: 3px solid #D9D6EF;
    margin: 0 0 2px;
    height: 130px;
    width: 150px;
}

.destination-heading-txt {
    color: #0099cc;
    font-family: oswald;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    float: left;
    margin-top: 50px;
}

.destination-para {
    color: #849499;
    font-family: pt-sans-regular;
    font-size: 13px;
    font-weight: normal;
}

/*CSS For Under Construction*/
.destination-under-con{
    border: 4px solid #333333;
    display: none;
    height: 400px;
    margin: auto auto 15px;
    width: 1000px;
    position: relative;
    background: url("../images/destination/destination-con-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pattern{
    position: absolute;
    height:100%;
    width: 100%;
    background: url("../images/all-pages/pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.destination-under-con-content{
    color: #fff;
    font-family: MedulaOne-Regular;
    font-size: 38px;
    position: relative;
    text-align: center;
    top: 40%;
    height: 70px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}