﻿@font-face {
    font-family: GothamBold;
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamBold.woff') format('woff'),
         url('../fonts/GothamBold.ttf') format('truetype'),
         url('../fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/GothamBook.eot');
    src: url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamBook.woff') format('woff'),
         url('../fonts/GothamBook.ttf') format('truetype'),
         url('../fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'Gotham Light';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamLight.woff') format('woff'),
         url('../fonts/GothamLight.ttf') format('truetype'),
         url('../fonts/GothamLight.svg#GothamLight') format('svg');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'Gotham Thin';
    src: url('../fonts/GothamThin.eot');
    src: url('../fonts/GothamThin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamThin.woff') format('woff'),
         url('../fonts/GothamThin.ttf') format('truetype'),
         url('../fonts/GothamThin.svg#GothamThin') format('svg');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'Nanum Gothic';
    src: url('../fonts/NanumGothic.eot');
    src: url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NanumGothic.woff') format('woff'),
         url('../fonts/NanumGothic.ttf') format('truetype'),
         url('../fonts/NanumGothic.svg#NanumGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'NanumBarunGothic';
    src: url('../fonts/NanumBarunGothic.eot');
    src: url('../fonts/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NanumBarunGothic.woff') format('woff'),
         url('../fonts/NanumBarunGothic.ttf') format('truetype'),
         url('../fonts/NanumBarunGothic.svg#NanumBarunGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'NanumBarunGothicBold';
    src: url('../fonts/NanumBarunGothicBold.eot');
    src: url('../fonts/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NanumBarunGothicBold.woff') format('woff'),
         url('../fonts/NanumBarunGothicBold.ttf') format('truetype'),
         url('../fonts/NanumBarunGothicBold.svg#NanumBarunGothicBold') format('svg');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'Harabara Mais Demo';
    src: url('../fonts/harabara_mais_bold-webfont.eot');
    src: url('../fonts/harabara_mais_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/harabara_mais_bold-webfont.woff') format('woff'),
         url('../fonts/harabara_mais_bold-webfont.ttf') format('truetype'),
         url('../fonts/harabara_mais_bold-webfont.svg#harabara_mais_bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
    }


    .main-video-container {
            width:100%;
            height:100%;
            position:fixed;
            top:0;
            left:0;
            background: rgba(0,0,0,0.8);
            z-index:99998;
        }

        .video-container {
    width:80%;
    height:80%;
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
   
    z-index:99999;
}

 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close-btn {
    position:absolute;
    z-index:99999;
    right:-50px;
    top:-50px;
    cursor:pointer;
}
.menu {
    position:absolute;
    
    padding:55px 80px;
    top:0;
    right:0;
}
.clicked {
    width:100%;
    height:100%;
    transition: width 1s, height 1s;
-moz-transition: width 1s, height 1s;
-webkit-transition: width 1s, height 1s; 
-o-transition: width 1s, height 1s; 
}

.destination-wrapper {
    width:1372px;
    height:auto;
    
    background:#fff;
    margin:0 auto;
    position:relative;
}
.destination-left {
    float:left; width:50%; height:990px; overflow:hidden; text-align:center;
    margin-top:-990px;
    opacity:0;
    position:relative;
}
.destination{
    width:100%;
    height:990px;
    background:url(../img/destinations/boracay_main.jpg) no-repeat;
    background-size:cover;
    background-position:center;
    display:table;

}
.destination-text {
   
   display:table-cell;
   vertical-align:middle;
}
    .destination p{
        font-size:22px;
        font-family:'Nanum Gothic';
        margin:0;
        margin-bottom:10px;
         letter-spacing:10px;
    }
    .destination h1 {
        font-size:85px;
        font-family:'Harabara Mais Demo';
        text-transform:uppercase;
        letter-spacing:10px;
        margin:0;
    }
.destination-right {
    float:left; width:50%; height:990px; overflow:hidden; text-align:center;
    background:url(../img/destinations/right-bg.jpg) no-repeat;
    background-size:cover;
    background-position:center;
    margin-top:990px;
    opacity:0;
    position:relative;
}


.playBtn {
    position:absolute;
    margin:auto;
    top:0; bottom:0; left:0; right:0;
    z-index:1;
    display:none;
}

.destination-bottom-links{
     position:absolute;
        margin:auto;
        top:94%;
        left:0;
        right:0;
}
    .destination-bottom-links ul {
       
    }
    .destination-bottom-links ul li {
       display:inline-block;
       list-style:none;
       padding-bottom:5px;
        border-bottom:0px solid transparent;
       
            transition: border-bottom-color 0.5s ease;
            transition: border-bottom-width 0.5s ease;
    }
        .destination-bottom-links ul li a {
            color:#fff;
            text-decoration:none;
           cursor:pointer;
        }

            .destination-bottom-links ul li:hover {
                border-bottom:3px solid #fff;
            }
.destination-number {
     position:absolute;
        margin:auto;
        top:3%;
        left:0;
        right:0;
}

    .destination-number p {
        font-family:'Gotham Book';
        font-size:12px;
        color:#fff;
        letter-spacing:4px;
        border-bottom:1px solid #fff;
        display:inline-block;
        padding-bottom:5px;
    }
.destination-top-nav {
display:inline-block;
}
    .destination-top-nav ul {
        padding:20px 0;
    }
    .destination-top-nav ul li {
        display:inline-block;
        padding: 15px 20px 5px 20px;
        font-size:13px;
        font-family:'Nanum Gothic';
        cursor:pointer;
    }
.destination-content {
   
    height:933px;
    background:rgba(36,93,175,0.78);
    padding:50px 67px;
   position:relative;
   overflow:auto;
   
}
.destination-content h3{
    font-family:Gotham;
    font-size:11px;
    letter-spacing:2px;
}
    .destination-content h1 {
        font-family:'Gotham Light';
        font-weight:normal;
        font-size:22px;
        letter-spacing:5px;
        margin-top:40px;
    }
    .destination-content > h2 {
        font-family:'Nanum Gothic';
        font-size:20px;
        letter-spacing:1px;
        font-weight:normal;
        display:inline-block;
    }
.line-divider {
    width:100%;
    height:1px;
    background:rgba(255, 255, 255, 0.3);
    margin:40px 0 40px 0;
}
.line-divider-2 {
    width:38%;
    height:1px;
    background:rgba(255, 255, 255, 0.1);
    margin:40px 0 40px 0;
    display:inline-block;
    vertical-align:middle;
}
.line-divider-vertical {
    width:1px;
    height:40px;
    background:rgba(255, 255, 255, 0.1);
    margin:0 10px 0 10px;
    display:inline-block;
    vertical-align:top;
}
.destination-content p{
    font-family:'Nanum Gothic';
    font-size:13px;
    line-height:29px;
    margin:0;
}
.destination-content ul {
    padding:0;
    margin:0;
    margin-bottom:30px;
}
.sm-type{
    display:inline-block !important;
   list-style:none;
}

.destination-content ul li{
    /*display:inline-block;*/
    font-family:'Nanum Gothic';
    font-size:12px;
    text-align:left;
    line-height:23px;
    /*float:left;*/
}
.station p {
    font-family:'Nanum Gothic';
    font-size:12px;
    text-align:left;
    line-height:24px;
    margin-bottom:20px;
}
.pointer {
    position:absolute;
    top:-6px;
    display:block;
}
/*#content-1 .pointer {
    left:23%;
}
#content-2 .pointer {
    left:34%;
}
#content-3 .pointer {
    left:45%;
}
#content-4 .pointer {
    left:59%;
}
#content-5 .pointer {
    left:75%;
}*/

   #content-1 .pointer {
            left: 18%;
        }
        #content-2 .pointer {
            left: 33%;
        }
        #content-3 .pointer {
            left: 50%;
        }
        #content-4 .pointer {
            left: 67%;
        }
        #content-5 .pointer {
            left: 83%;
        }
.destination-content table {
    width:90%;
    height:auto;
    margin:0 auto;
    text-align:left;
    font-size:13px;
    font-family:'Nanum Gothic';
   line-height:27px;
   margin-top:80px;
   margin-bottom:80px;
}

    
    .destination-content table td:nth-child(1) {
        width:35%;
        font-size:29px;
        vertical-align:top;
    }

    .destination-content table td:nth-child(1) span {
            font-family:'Gotham Book';
             font-size:13px;
        }

.palawan-desc {
    text-align:left; 
}

    .palawan-desc p {
        line-height:20px;
        margin-bottom:20px;
        font-size:12px;
    }
    .palawan-desc .lead {
        text-align:center;
        font-size:13px;
    }

.accommodation-popup, .traveltips-popup {
    position:absolute;
    width:70%;
    height:790px;
    padding:42px 50px 42px 50px;
    background:#fff;
    margin:auto;
    top:0; bottom:0; left:0; right:0;
    color:#000;
    
}

.traveltips-popup {
    height:766px;
}
    .accommodation-popup h1 {
       
        font-family:'Gotham Thin';
        font-size:30px;
        letter-spacing:5px;
        margin:0;
        margin-top:27px;
    }
    .accommodation-popup h2 {
        font-size:15px;
        margin:0;
        margin-top:15px;
    }

    .traveltips-popup h1 {
       
        font-family:'Nanum Gothic';
        font-weight:bold;
        font-size:20px;
        letter-spacing:5px;
        margin:0;
        margin-top:27px;
    }
    .traveltips-popup h2 {
        font-family: 'Gotham Thin';
        font-size:12px;
        margin: 0;
        margin-top: 10px;
        margin-bottom:50px;
    }
.contact-info {
    text-align:left;
    font-family:'Nanum Gothic';
    margin-top:20px;
}
    .contact-info p {
        
        line-height:25px;
    }
        .contact-info p span {
            font-weight:bold;
        }

.traveltips-popup > .contact-info p {
    font-size:13px;
    line-height:23px
}
.star-container {
    margin-top:17px;
    margin-bottom:25px;

}
    .star-container img {
        display:inline-block;
    }
.popup-close {
    position:absolute;
    top:30px;
    right:30px;
    cursor:pointer;
}

.blog-review-inner {
    position:relative;
    text-align:center;
    width:200px;
            height:200px;
    
}
    .blog-review-inner a {
        position:absolute;
        width:100%;
        height:100%;
        background:rgba(0,34,104,0.9);
       text-align:center;
       display:table;
       opacity:0;
    }

    .blog-review-inner a p { 
       
        font-family:'Gotham Book';
        font-size:13px;
        line-height:23px;
        display:table-cell;
        vertical-align:middle;
        
    }
        .blog-review-inner a p img {
            margin-top:5px;
        }
.travel-type {
    display:inline-block;
}
     ul.travel-type li {
         font-size:14px;
        display:inline-block;
        cursor:pointer;
        margin:0 70px 0 70px; 
        padding-bottom:5px;
        border-bottom: 1px solid transparent;
       
    }
.type-selected {
     border-bottom:1px solid #fff !important;
}
.travel-type-item {
    display:inline-block;
    margin:10px;   
    cursor:pointer;
    float:left;
}
.travel-type-item h2 {
    font-family:'Nanum Gothic',sans-serif;
    font-size: 15px;
    font-weight:normal;
}
.travel-type-item p{
    text-align:left;
    font-size:14px;
}

.travel-type-item p a{
    color:#fff;
}

.destination-previous-btn {
  
}
.destination-next-btn {
    
}
.prevNav {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position:absolute;
    margin:auto;
    top:0; bottom:0; left:-90px;
    z-index:999;
    background:#b1afb0;
    transition: width 0.5s ease, background 0.5s ease;
}
    .prevNav img {
        float:left;
    }

.nextNav {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position:absolute;
    margin:auto;
    top:0; bottom:0; right:-90px;
    z-index:999;
    background:#b1afb0;
    transition: width 0.5s ease, background 0.5s ease;
    

}
    .nextNav:hover, .prevNav:hover {
        background:#19264e;
         width:169px;
    }


.nextNav img{
    float:right;
}



        .paging {
            margin-bottom:0 !important;
            width:100%;
            /*height:489px;*/
            overflow:auto;
            list-style:none;
        }
        .paging li {
            margin:10px 20px;
           float:left;
        }

            #blog-review-grid li {
                margin:13px 10px;
            }

         .paging li a{
             color:#fff;
             text-decoration:none;

         }
            .paging li a p {
                font-family:'Nanum Gothic';
                font-size:12px;
            }

        ul.simplePagerNav {
            margin-top:22px;
            list-style:none;
            display:inline-block;
        }
         ul.simplePagerNav li{
             display:inline-block;
         }
        ul.simplePagerNav li a{
            color: #fff;
            text-decoration: none;
            padding:10px 10px;
            font-family:Gotham;
            font-weight:bold;
            font-size:11px;
        }

       ul.simplePagerNav li.currentPage {
            border:1px solid rgba(255, 255, 255,0.3);
        }

.sns-gallery-header {
    width:100%;
    height:700px;
    background:url(../img//banner/banner_sns_gallery.jpg) no-repeat;
    background-size:cover;
    background-position:center center;
}

.suggested-tour-header {
    width:100%;
    height:700px;
    background:url(/img/suggested-iteneraries/suggested-banner.jpg) no-repeat;
    background-size:cover;
    background-position:center center;
}

.breadcrumbs {
    width:100%;
    font-family:'Nanum Gothic';
    font-weight:bold;
    font-size:12px;
   
    padding:20px 38px 0 0;
    clear:both;
    text-align:right;
}
    .breadcrumbs img {
        margin:0 5px 0 5px;
    }
.breadcrumbs a{
    color:#fff;
    text-decoration:none;
}
    .breadcrumbs a:hover {
        text-decoration:underline;
    }
.st-header-content {
    color:#fff;
    font-family:'Nanum Gothic';
    text-align:center;
}
    .st-header-content h1 {
        font-family:'Harabara Mais Demo';
        font-size:80px;
        font-weight:normal;
        letter-spacing:7px;
        margin:0;
        margin:40px 0 30px 0;
    }
    .st-header-content h2{
         font-family:'Harabara Mais Demo';
        font-size:18px;
        font-weight:normal;
        letter-spacing:7px;
        text-transform:uppercase;
        display:block;
        margin-top:50px;

    }
    .st-header-content h3{
        font-size:32px;
        font-weight:normal;
    }

    .st-header-content p {
        font-size:13px;
        line-height:30px;
       

    }
.suggested-nav {
    padding:0;
    margin:0;
}
.suggested-nav li {
    display:inline-block;
    font-family:Harabara;
    font-size:26px;
    color:#ffe600;
    cursor:pointer;
    letter-spacing:2px;
    margin:20px 10px 0;
}

    .suggested-nav li a {
        display:inline-block;
        text-decoration:none;
        outline:none;
    }
        .suggested-nav li a:visited {
            color:inherit;
        }
    .suggested-nav li > a > div > span {
        font-family:'Nanum Gothic';
        font-size:14px;
        overflow:auto;
    }
.manila-nav {
      border:1px solid #ffe600;
      display:table-cell;
      vertical-align:middle;
      border-radius:50%;
      width:130px;
      height:130px;
}
.manila-nav:hover{
    background:#ffe600;
    color:#fff;
}

.bohol-nav {
      border:1px solid #ff7e00;
      display:table-cell;
      vertical-align:middle;
      border-radius:50%;
      width:130px;
      height:130px;
      color:#ff7e00;
}
.bohol-nav:hover{
    background:#ff7e00;
    color:#fff;
}

.puerto-nav {
      border:1px solid #7fbe3e;
      display:table-cell;
      vertical-align:middle;
      border-radius:50%;
      width:130px;
      height:130px;
      color:#7fbe3e;
}
.puerto-nav:hover{
    background:#7fbe3e;
    color:#fff;
}

.davao-nav {
      border:1px solid #41bf7d;
      display:table-cell;
      vertical-align:middle;
      border-radius:50%;
      width:130px;
      height:130px;
      color:#41bf7d;
}
.davao-nav:hover{
    background:#41bf7d;
    color:#fff;
}

.coron-nav {
      border:1px solid #10aae2;
      display:table-cell;
      vertical-align:middle;
      border-radius:50%;
      width:130px;
      height:130px;
      color:#10aae2;
}
.coron-nav:hover{
    background:#10aae2;
    color:#fff;
}

.i-bohol {
    background:url(/img/suggested-iteneraries/suggested-banner-bohol.jpg) no-repeat;
}

.i-manila {
    background:url(/img/suggested-iteneraries/suggested-banner-manila.jpg) no-repeat;
}
.i-puerto {
    background:url(/img/suggested-iteneraries/suggested-banner-puerto.jpg) no-repeat;
}
.i-davao {
    background:url(/img/suggested-iteneraries/suggested-banner-davao.jpg) no-repeat;
}
.i-coron {
    background:url(/img/suggested-iteneraries/suggested-banner-coron.jpg) no-repeat;
}
.itinerary-banner {
    width:100%;
    height:400px;
    background-size:cover;
    background-position:center center;
}

.itinerary-head {
    width:100%;
    text-align:center;
}

    .itinerary-head h1 {
        font-family:'Harabara Mais Demo';
        font-size:44px;
        margin:50px 0 25px;
    }
    .itinerary-head p {
        font-family:'Nanum Gothic';
        font-size:16px;
        margin:0 0 35px;
    }
.itinerary-content {
    width:960px;
    margin:0 auto;
    font-size:13px;
    font-family:'Nanum Gothic';
}
    .itinerary-content h1 {
        font-family:'Harabara Mais Demo';
        font-size:36px;
    }
    .itinerary-content h1 span{
        font-family:'Nanum Gothic';
        font-size:13px;
    }
    .itinerary-content h2 {
        margin:0;
        font-weight:normal;
        font-size:13px;
        margin-bottom:20px;

    }
    .itinerary-content ul {
        margin:0;
        padding:0;
        margin-bottom:70px;
    }
        .itinerary-content ul li {
            list-style:none;
            clear:both;
            display:block;
            margin-bottom:22px;
            overflow:auto;
        }
            .itinerary-content ul li img {
                float:left;
                margin-right:26px;
            }
            .itinerary-content ul li p {
                line-height:26px;
                margin:0;
            }
.promo-container {
    position:fixed;
    bottom:0;
    right:0;
    z-index:99999;
    padding:0;
    margin:0;
   
}
.promo-image {
  margin-bottom:-5px;
 
}
#promo-close-btn {
    position:absolute;
    right:9px;
    bottom:60px;
    cursor:pointer;
}


#box { display:block; position: relative; }
.box { display: none; padding:30px 0 0 0; line-height:31px; font-size:1.2em; letter-spacing:.03em; height:auto;}
.box1{ display: none;  height: 850px; overflow:hidden; display: block; position: relative; overflow-x: hidden;   padding: 0px 0px 0px 0px; line-height:31px; font-size:1.2em; letter-spacing:.03em; height:auto; }
#box11{ padding: 20px 0; display:block; position: relative; top: -2px;  line-height:31px; font-size:1.2em; letter-spacing:.03em; height:auto;}
#box1:target, #box2:target, #box3:target, #box4:target, #box5:target,#box6:target, #box7:target, #box8:target,#box9:target, #box10:target
{ padding: 20px 0; display:block; position: relative; top: -2px;  line-height:31px; font-size:1.2em; letter-spacing:.03em; height:auto;}

.centContainer {width:75%; max-width:800px;float:right; text-align:left; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /*background-color:#fff;*/ padding:25px 0; font-family:'Nanum Gothic';}
.rightContainer {width: 25%; float:right; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:25px;}
.rightnavpan { padding-top:80px; padding-left:45px; text-align: center; color:#000;}
.rightnavpan div{ padding:10px; background-color:#f2f2f2; clear:both; margin-bottom:2px; cursor:pointer;}
 
.rightnavpan div a, .rightnav div a:link, .rightnav div a:visited { padding:10px;  clear:both; margin-bottom:2px; cursor:pointer; }

.rightnavpan div:hover { padding:10px;  background-color:#9001ab; color:#fff; clear:both; margin-bottom:2px; cursor:pointer; }

.rightnavpan a:hover { color:#fff; }


.middleTxt  { letter-spacing:.03em; height:auto; text-align:justify; font-family:'Nanum Gothic'; margin-top:20px;  color:#000;}
.middleTxt p { font-size:12px; letter-spacing:.03em; line-height:27px; margin-bottom:25px; clear:both; float:left;}
.middleTxt p.title{ font-weight:bold; text-transform:uppercase; padding:5px 0; margin-bottom:10px }
.middleTxt p.note{ font-style:oblique; font-size:12px; line-height:24px; padding:10px; background-color:#f2f2f2; }
.middleTxt table{ width:100%; clear:both}
.middleTxt td{ height:50px;}
.middleTxt td.leftTxt{ font-weight:bold; width:35%;}
.middleTxt img{float:left; margin:5px 10px 5px 0px;}
.middleTxt p.subtitle{ font-weight:bold; text-transform:uppercase; }
.middleTxt div{ padding-left:65px; margin-bottom:25px; }

.middleTxt p a{color:#1fa2d3; font-size:12px;}
.middleTxt p a:hover{ text-decoration:underline;color:#1fa2d3; font-size:12px;}
.middleTxta p {
    font-family:'NanumBarunGothic', sans-serif;
    font-size:18px;
    line-height:28px;
    color:#525252;
}
.middleTxta strong {
    color:#1a1a1a;
}

.thephiltil{
    border-bottom: 1px solid #007eff;
    clear: both; display: block; margin-left:0; margin-bottom:15px;
    padding-bottom:5px;
}
.thephiltil img{
    padding:0; margin:0;
}

.spePhil{
    border-bottom: 1px solid #ff4582;
    clear: both; max-width:800px;display: block; margin-left:0; margin-bottom:15px;
    padding-bottom:5px;
}
.spePhil img{
    padding:0; margin:0;
}

.load-more {
    background:url(../img/load_more.png) no-repeat;
    width:155px;
    height:33px;
    border:none;
    outline:none;
    cursor:pointer;
    margin-top:18px;
}

.load-more-blue {
    background:url(../img/load_more_blue.png) no-repeat;
    width:155px;
    height:33px;
    border:none;
    outline:none;
    cursor:pointer;
    margin-top:18px;
}
.container {
    width:1280px;
    margin:0 auto;
    font-family: "Harabara Mais Demo";
    color: #fff;
    text-align:center;
    position:relative;
    z-index:2;
    min-height:990px;
    position:relative;
    overflow:auto;
    
}
    ul.travel-type li {
            margin:0 10px;
        }
        .travel-type-item {
             margin:0;
            display:block;
            margin-bottom:30px;
           
        }
        .travel-type-item h1 {
            text-align:left;
            font-size:13px;
            letter-spacing:normal;
            font-weight:bold;
             line-height:20px;
             margin:0;
             

        }
        .travel-type-item p {
            font-size:12px;
            line-height:20px;
        }

        .destination-name{
   display:inline-block;
   text-align:left;
   width:94%;
   padding:6%;
}

    .destination-name h1 {
        margin:0;
        font-size:88px;
        letter-spacing:5px;
    }

    .destination-name p {
        font-size:18px;
        font-weight:bold;
        margin-top:0px;
    }
.activities-title {
     text-align:left;
     padding:2% 6%;
}
    .activities-title h1 {
        font-size:23px;
       color:#fff;
       letter-spacing:3px;
    }
    .activities-title p {
        font-size:16px;
        font-family:'Nanum Gothic';
    }
.activity-line{
    width:145px;
    height:1px;
    background:rgba(255, 255, 255, 0.6);
    
}
.content-right h2 {
    font-family:Gotham;
    text-align:left;
    font-size:13px;
    letter-spacing:3px;
    font-weight:normal;
    margin:25px;
}

.content-right a {
    text-decoration:none;
    color:#fff;
}
.travelguide2-box {
    position:relative;
}
 
}
.more-btn {
    font-size:12px;
    cursor:pointer;
    float:left;
    margin-top:25px;
    color:#fff;
    text-decoration:none;
}
    .more-btn span {
        padding:12px 39px;
        border:1px solid #fff;
    }
.line {
    width:14px;
    height:1px;
    background:rgba(255, 255, 255, 0.3);
    display:inline-block;
    vertical-align:middle;
    margin:0 20px 0 20px;
}
.pointer{
    display:none;
}

.station li{
    display:inline-block;
}

@media only screen and (max-width: 1372px) {
    .destination-wrapper{
        width:100%;
    }
    .container{
        width:100%;
    }
    .destination-left{
        width:50%;
    }
    .destination-right{
        width:50%;
    }
    .subic-table {
        padding:10px 67px;
    }
}

@media only screen and (max-width: 1260px) {
    .paging li{
      width:38%;
    }
    .paging li > img{
        width:100%;
    }
    .middleTxta img {
        width:95%;
    }
}

@media only screen and (max-width: 1010px) {
    .playBtn{
        display:none !important;
    }
    .prevNav, .nextNav{
        display:none;
    }
     .destination-left{
        width:100%;
        
    }
    .destination-right{
        width:100%;
        height:auto;
    }
    .destination{
        background-size:cover !important;
        background-position:center center !important;
    }
    .destination-content{
        height:auto;
            padding:8%;
    }
    #content-4 img, #content-5 img{
        width:70%;
    }
     .pointer{
         width:unset !important;
     }
     .paging{height:auto;}
}