/* 
    Created on : 07-Sep-2017, 11:37:03
    Author     : official
*/
.section-title11.title-three h1 {padding-bottom: 46px}
.section-title11.title-three h1::after {display: none}
.section-title11.title-three h1::before {
    background: #ffe52d none repeat scroll 0 0;
    left: 0;
    margin-left: 0;
    width: 100%;
}
.section-title11.title-three .title-border::after {
    background: rgba(0, 0, 0, 0) url("../img/icon/title3-icon-1.png") no-repeat scroll 0 0;
    bottom: 17px;
    margin-left: -20px;
    width: 40px;
}
.about-area .section-title11.title-three .title-border::after {
    background: rgba(0, 0, 0, 0) url("../img/icon/title3-icon-1.png") no-repeat scroll 0 0;
    bottom: -1px;
}


.about-area-three .about-text > p {padding: 0 29px}
.bottom10{
    padding-bottom: 20px;
}
.single-list-item.no-margin {
    padding-bottom: 50px;
}
.button-one.button-blue {

    margin-top: 20px;
    margin-bottom: 75px;

}
.button-one.button-blue-packages {

    margin-top: 29px;
    margin-bottom: 56px;

}
.pad-top-bot{
    padding-bottom: 30px;
    padding-top: -20px;
}
.book1{
    padding-top: -20px !important; 
}
.top40{
    padding-top: 40px;
}
.img1{
    width: 100px;
}

/*gallery*/
#gallery {
    text-align: center;
    padding: 60px 0 80px; }
#gallery .gallery-more-btn {
    margin-top: 50px; }

.gallery-container .image-main-box .item {
    padding: 0 5px;
    margin-bottom: 10px; }
@media (max-width: 600px) {
    .gallery-container .image-main-box .item {
        float: none;
        width: 100%; } }
.gallery-container .image-main-box .item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.gallery-container .image-main-box .item figure a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
    overflow: hidden;
    z-index: 11; }
.gallery-container .image-main-box .item figure img {
    max-width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
.gallery-container .image-main-box .item figcaption {
    display: block;
    position: absolute;
    left: 40px;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%; }
@media (max-width: 600px) {
    .gallery-container .image-main-box .item figcaption {
        text-align: left; } }
.gallery-container .image-main-box .item figcaption h4 {
    position: absolute;
    left: 60px;
    top: 40px;
    padding: 0 20px;
    margin: 0;
    letter-spacing: 5px;
    display: inline-block;
    color: #000000;
    font: 22px/35px "Playfair Display", Arial, Helvetica, sans-serif;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-left: 2px solid #41C0FF;
    white-space: nowrap; }
@media (max-width: 600px) {
    .gallery-container .image-main-box .item figcaption h4 {
        white-space: normal; } }
.gallery-container .image-main-box .item:hover figcaption {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100); }
.gallery-container .image-main-box .item:hover figcaption h4 {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 40px;
    letter-spacing: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; 
}
/**
 * Gallery Pages Styles
 */
body.gallery #gallery {
    padding-bottom: 50px; }
body.gallery #gallery .sort-section {
    margin-top: 30px; }
@media (max-width: 992px) {
    body.gallery.row .gallery-container {
        padding: 0 30px; } }
body.gallery.row .gallery-container .image-main-box .item {
    display: table;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
@media (max-width: 992px) {
    body.gallery.row .gallery-container .image-main-box .item {
        display: block; } }
body.gallery.row .gallery-container .image-main-box .item:hover {
    border-color: #41C0FF; }
body.gallery.row .gallery-container .image-main-box .item:hover .img-container {
    border-color: #41C0FF; }
body.gallery.row .gallery-container .image-main-box .item:hover .img-container a:before {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100); }
body.gallery.row .gallery-container .image-main-box .item:hover .img-container a:after {
    top: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
body.gallery.row .gallery-container .image-main-box .item:hover .desc {
    background: #FFFFFF; }
body.gallery.row .gallery-container .image-main-box .item:last-child {
    margin-bottom: 0; }
body.gallery.row .gallery-container .image-main-box .item > div {
    float: none;
    display: table-cell;
    vertical-align: top; }
@media (max-width: 992px) {
    body.gallery.row .gallery-container .image-main-box .item > div {
        display: block;
        width: 100%; } }
body.gallery.row .gallery-container .image-main-box .item .img-container {
    padding: 0;
    border-right: 2px solid #e6e6e6;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
@media (max-width: 992px) {
    body.gallery.row .gallery-container .image-main-box .item .img-container {
        border-right: 0;
        border-bottom: 2px solid #e6e6e6; } }
body.gallery.row .gallery-container .image-main-box .item .img-container a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
    overflow: hidden;
    z-index: 11; }
body.gallery.row .gallery-container .image-main-box .item .img-container a:before {
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    top: 0;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%; }
body.gallery.row .gallery-container .image-main-box .item .img-container a:after {
    display: block;
    position: absolute;
    left: 50%;
    top: 40%;
    text-indent: 0;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background: #41C0FF;
    color: #FFFFFF;
    font-size: 1.6em;
    line-height: 50px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    filter: alpha(opacity=0); }
body.gallery.row .gallery-container .image-main-box .item .img-container img {
    max-width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
@media (max-width: 992px) {
    body.gallery.row .gallery-container .image-main-box .item .img-container img {
        width: 100%; } }
body.gallery.row .gallery-container .image-main-box .item .desc {
    background: #f2f2f2;
    padding: 50px;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
@media (max-width: 600px) {
    body.gallery.row .gallery-container .image-main-box .item .desc {
        padding: 30px; } }
body.gallery.row .gallery-container .image-main-box .item .desc .content {
    line-height: 30px; }
/* Main image in popup */
img.mfp-img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0;
    margin: 0 auto; 
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 2px;
    top: 2px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    background: #FFFFFF !important;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #000000;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.section-padding1{
    padding-top: 100px;
    padding-bottom: 55px;
}
.feedback{
    margin-top: 50px;
    height: 180px
}
.feed-name{
    font-size: 22px;
    color: #41C0FF;
    margin-bottom: 5px;
}
.comment{
    line-height: 25px;
}
.image-comment{
    margin-top: 50px;
    margin-bottom: 20px;
}
.bottom10{
    padding-bottom: 20px;

}
.view{
    text-align: center;
}

/**
 * Guest Book Styles
 */
#guest-book {
    padding: 80px 0 50px;
}
#guest-book .inner-container {
    padding: 0; 
}
#guest-book .guest-book-item {
    text-align: center; 
}
@media (max-width: 992px) {
    #guest-book .guest-book-item {
        width: 100%; 
    } 
}
#guest-book .guest-book-item .inner-box {
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 0 0 0 2px #00C0FF, inset 0 0 0 1px #00C0FF;
    box-shadow: 0 0 0 2px #00C0FF, inset 0 0 0 1px #00C0FF;
    padding: 30px;
    margin-bottom: 30px;
    background: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
#guest-book .guest-book-item .ravis-title-t-2 {
    margin-bottom: 40px; }
#guest-book .guest-book-item .ravis-title-t-2 .title {
    font-size: 1.6em;
    line-height: 1.0em;
}
#guest-book .guest-book-item .ravis-title-t-2 .title span {
    padding: 0 15px 25px; 
    color: #00C0FF;
}
#guest-book .guest-book-item .ravis-title-t-2 .sub-title {
    font-size: 2em; }
#guest-book .guest-book-item .content {
    line-height: 30px;
    margin-bottom: 20px; }
#guest-book .guest-book-item cite {
    color: #FFBE33; 
}
#guest-book .guest-book-item:hover .inner-box {
    background: #f2f2f2; }
#guest-book .guest-book-item.guest-book-form-box .ravis-title-t-2 {
    margin-bottom: 20px; }
#guest-book .guest-book-item.guest-book-form-box .guest-book-form input, #guest-book .guest-book-item.guest-book-form-box .guest-book-form textarea {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border-width: 1px; }
#guest-book .guest-book-item.guest-book-form-box .guest-book-form textarea {
    height: 150px; }
#guest-book .guest-book-item.guest-book-form-box .guest-book-form button[type="submit"] {
    background: #00C0FF;
    color: #FFFFFF;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    border: 0;
    width: 200px;
    height: 31px;

}
.paddbot{
    padding-bottom: 30px;
}

.country{
    line-height: 15px;
    margin-bottom: 20px;
}
.top-bott{
    padding-bottom: 35px;
}

.form-styl{
    color: #00C0FF;
}
.style-booking{
    padding-top: 100px;
}