/*header*/

.orange-header-flat {
    background-color: #f18c02;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
}

.orange-header-flat .img-responsive {
    display: inline !important;
}

.logo-lp img {
    display: block;
    margin: 5px auto;
}

.arrow-back,
.arrow-back:hover {
    display: block;
    margin: 10px 0 0 0;
    color: #fff;
    text-decoration: none;
}

.arrow-back img {
    margin: -2px 5px 0 0;
}

.text-shadow{
    text-shadow: rgb(84, 81, 81) 1px 1px 2px;
}

/*update australia*/

.heading-title{
    margin: 40px 0 0px 0;
    position: relative;
    /*background-image: url(../images/dot-black.jpg);*/
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
    color: #333;

}
.heading-title span{
    padding: 0 20px;
    background-color: #fff;
    font-size: 36px;
    font-family: neosans;
    font-weight: bold;
}

.great-deals6 {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}

.view {
    background-color: #f8f8f8;
    height: 251px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.view .mask {
    width: 100%;
    height: 251px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.view-efect .mask {
    background-color: rgba(0, 0, 0, 0.5);
    top: -200px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
}

.view-efect:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear;
    color: #fff;
}

.btn-main {
    border-color: #ff6600;
    background-color: #fff;
    color: #ff6600;
}

.btn-main:hover {
    background-color: #ff6600;
    color: #fff;
}


.btn-orange {
    border-color: #ff6600;
    background-color: #ff6600;
    color: #ffffff;
}

.btn-orange:hover,.btn-orange:active,.btn-orange:focus{
    background-color: #ffffff;
    color: #ff6600;
}

.wrp-group-departure {
    margin: 0 0 20px 0;
    position: relative;
    width: 100%;
}

.wrp-price-gdp-outer {
    display: table;
    width: 100%;
}

.wrp-price-gdp {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.wrp-price-gdp:hover {
    background-color: #fffbde;
}

.price-gdp-star-from {
    font-size: 12px;
    color: #777;
}

.price-gdp {
    font-size: 22px;
    font-weight: 500;
    color: #158b83;
}

.title-gdp {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 70px;
    color: #fff;
}

.wrp-title-gdp {
    position: relative;
    margin: -70px 0 0 0;
    display: table;
    width: 100%;
}

.btn-aus {
    border-color: #ff6600;
    background-color: #ff6600;
    color: #fff;
}

.btn-aus:hover {
    background-color: #fff;
    color: #ff6600;
}

.b-ease {
    border-radius: 5px;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.t-about {
  position: relative;;
  color: #fff;
  text-align: left;
  padding:20px 30px;
}

.header-about{
  font-size:36px;font-weight:bold;
}

.banner-text {
    position: relative;
    z-index: -100;
    /*min-width: 1080px !important;*/
    min-height: 250px;
    background-color: rgba(0,0,0,0.2);
}

.read-more {
    margin-top: 80px;
}



.mt70 {
    margin-top: 70px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt15 {
    margin-top: 15px !important;
}
    .category-ausi {
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: 0;
    width: 250px;
}

.category-ausi span {
    font-size: 28px;
    width: 100px;
    line-height: 1
}

.grow {
    overflow: hidden;
    /*height: 450px;*/
    /*background-color: #979797;*/
}

.grow:hover img {
    transition: all .5s ease-in-out;
    transform: scale(1.1);
}


.t-tritips {
    line-height: 2;
    font-weight: 300;
    font-family: NeoSans;
}

.flight-ausi {
    position: absolute;
    color: #333;
    text-align: right;
    padding-right: 30px;
    padding-top: 20px;
    width: 400px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    margin-left: 700px;
    height: 200px;
    margin-top: 25px;
}

.flight-ausi button {
    width: 200px;
    float: right;
}

.flight-img {
    position: relative;
    z-index: -100;
    min-width: 1080px !important;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.wrp-snl {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    height: 350px;
    width: 100%;
    background-color: #000;
    margin-top: 10px;
}

.snl-img:hover {
    opacity: 0.9
}

.wrp-snl,
.h-img {
    overflow: hidden;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.snl-text {
    position: absolute;
    height: 115px;
    width: 100%;
    background-color: #fff;
    color: #333;
    top: auto;
    -webkit-transition: height 0.5s ease-out;
    transition: height 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    bottom: 31px;
    padding: 10px;
    border: 1px solid #979797;
    border-bottom: none;
}

.snl-text:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent 70px, white);
}

.snl-img {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: relative;
}

.snl-img:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.wrp-snl a:hover .snl-text {
    display: block;
    height: 165px;
}

.snl-foot {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #979797;
    border-top: none;
    color: #333;
    font-family: NeoSans;
    height: 50px;
    padding-top: 20px;
    padding-left: 10px;
}

.btn-white {
    background-color: #fff;
    color: #ee8033;
    border-color: #ee8033;
    border-radius: 4px;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    background-color: #ee8033;
    color: #fff;
    border-radius: 4px;
    border-color: #fff;
}

@font-face {
    font-family: NeoSans;
    src: url('../fonts/NeoSans.eot');
    src: url('../fonts/NeoSans.eot?#iefix') format('embedded-opentype'), url('../fonts/NeoSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.neofont {
    font-family: NeoSans;
}

.t48 {
    font-size: 48px;
}

.t18 {
    font-size: 18px;
}
.pict-gdp{
    display: block;
    background-color: rgba(0,0,0,0.5);
    min-height: 230px;
}
.pict-gdp-group-tour{
    display: block;
    background-color: rgba(0,0,0,0.5);
    height: 250px;
    /* background-image: url(http://ltm.xoloni.org/assets/uploads/ltm/160222110450/thumb_ltm_160222110450.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.pict-gdp img {
    width: 100%;
    min-height: 100px;
}

.heading-title {
    font-size: 48px;
}
    .heading-title1 {
        font-size: 30px
    }


.mt40{margin-top: 40px;}
@media only screen and (max-width: 620px) {
    body {
        font-size: 12px;
    }
    .heading-title span{
        font-size: 24px
    }
    .heading-title1 {
        font-size: 16px
    }

    .header-about{
      font-size:24px;font-weight:bold;
    }

    .category-ausi span {
        font-size: 20px;
    }

    .grow {
        /*height: 300px;*/
    }
}



/*carousel*/

.wrp-thumb-big, .wrp-thumb{
    /*float: left;*/
    }

.wrp-thumb-big img{
    max-height: 500px;
    }

.wrp-thumb{

    }

.wrp-thumb .list-inline{
    margin-left: 0;
    }

.wrp-thumb .list-inline li{
    float: left;
    display: inline;
    padding: 0;
    margin: 0;
    }

.wrp-thumb .list-inline li img{
    border: 1px solid #fff;
    }

.wrp-thumb .list-inline li .selected img{
    opacity:0.5;
    }

.wrp-thumb-big .item img{
    border: 1px solid #fff;
    width: 100%;
    }

.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    line-height: 1
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    width: 100%/9;
    max-width: 100%;
    height: auto
}
.carousel-banner{
    max-height: 500px !important;
    background-color: #979797;
}
.carousel-banner img{
    max-height: 500px !important;
}

/*table list*/

.sg-economy-class{
    padding: 10px;
    background-color: #4aa636;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.sg-business-class{
       padding: 10px;
    background-color: #4a90ea;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}


.sg-list-class{
    border:1px solid #979797;
    padding: 20px;
}

.sg-list-class td{
    padding:20px;
    text-align: center;
    font-weight: bold;
}


.snk ul{
    padding-left: 20px;
    list-style-type: disc;
}


/*footer*/
.footer-copyright{
    padding: 30px;
    background-color:#fff;
    color:#333;
    text-align:center;
    }

.footer-logo{
    background-color: #4a4a4a;
    padding:10px;
}
.footer-logo img{
    display: block;
    margin: 0 auto;
}

.footer-content{
    background-color: #f18c02;
    padding:20px;
    margin-top: 0px !important;
    color: #ffffff;
    background-repeat: repeat-x;
    background-image: url(../images/pattern-ornamen.png);
    background-position: bottom;
}

.footer-content a{
    text-decoration: none;
    color: #ffffff;
}

.btn-grey{
    background-color:#4a4a4a;
    border-radius: 50px;
    color: #ffffff;
}

.btn-grey:hover,.btn-grey:active,.btn-grey:focus{
    background-color: #ffffff;
    color: #4a4a4a;
}

.footer-button{
    margin-top: 20px;
}

.footer-button a{
    width: 100%;
}
.pembayaran img{
    margin: 10px auto;
}
.sosmed{
    margin-top: 10px;
}

.footer-content{
}

.ornamen-footer{
       background-image: url(../images/pattern-ornamen.png);
    background-repeat: no-repeat;
    height: 68px;
   position: relative;
   margin: -20px 330px;
   z-index: 1
}

.mt20{margin-top: 20px;}
.mt10{margin-top: 10px;}

.WrpCounting {
    padding: 20px 0;
    background-color: #00A79D;
    color: #fff;
    text-align: center;
    font-size: 24px;
    overflow:hidden;
}


.WrpSubscribe {
    padding: 20px 0;
    background-color: #303030;
    color: #fff;
    overflow:hidden;
    
}

.t-subscribe{
    color: #ffffff;
    font-size: 22px;

}

.img-col-6 img{
    width: 100%;
}


body{
    min-width: 1170px;
}
.container{
    min-width: 1170px;
}