/*
@screen-xs-max: 767px;
@screen-sm-min: 768px;
@screen-sm-max: 991px;
@screen-md-min: 992px;
@screen-md-max: 1199px;
@screen-lg-min: 1200px;
*/
/* xs only */
@media(max-width: 767px) {
    body, html{
        font-size: 20px;
        line-height: 26px;
    }
    .container-padd{
        padding: 0px;
    } 
    #header{
        width: 100%;
        left: 0;
    }   
    .mogrid{
        overflow-y:auto;
        -webkit-overflow-scrolling: touch;
    }
    #logo{
        margin: 0 0 0 -50px;
        width: 100px;
        position: absolute;
        left: 50%;
        top: 10px;
    }
        #logo img{
            width: 100%;
        }
    #social h3{
        font-size: 16px;
        line-height: 20px;
        text-align: right;
    }
    #social img{
        width: 25px;
        height: 25px;
    }
    #social-sub{
        top: 70px;
        right: 15px;
    }
        .bw-social-share .rrssb-buttons{
            min-height: inherit;
        }
        .bw-social-share .rrssb-buttons li{
            height: auto;
            padding-bottom: 0;
            margin: 0;
        }
    #header-right{
        margin: 10px 15px 0px 0;
    }
    .navbar{
        top: 85px;
        background: rgba(0,0,0,0.7);
        width: 70%;
        height: 100%;
        position: fixed;
        padding-top: 5px;
        left: -100%;
        display: block;
    }
        .navbar-header{
            display: block;
            float: left;
            margin-top: 20px;
        }
            .navbar-header button{
                background: none;
                width: 65px;
                height: 40px;   
                padding: 0 15px; 
                cursor: pointer;
            }
                .navbar-header button:focus{
                    outline: none;
                }
            .btnline{
                float: left;
            }
                .topline{
                     padding: 5px 0;            
                }
                    .topline img{
                        display: block;            
                        -webkit-transition: all 0.2s ease;
                        transition: all 0.2s ease;           
                    }    
                .botline{
                    padding: 5px 0;           
                }       
                    .botline img{
                        display: block;
                        -webkit-transition: all 0.2s ease;
                        transition: all 0.2s ease;              
                    }
            .navbar-toggle.nocollapsed .topline img{
                -webkit-transform: rotate(135deg) translate3d(2px, -2px, 0px);
                transform: rotate(135deg) translate3d(5px, -3px, 0px);
            }
            .navbar-toggle.nocollapsed .botline img{
                -webkit-transform: rotate(-135deg) translate3d(4px, 4px, 0px);
                transform: rotate(-135deg) translate3d(7px, 5px, 0px);
            } 
            #mainmenu .nav{
                text-align: left;
            }            
            #mainmenu > ul > li:first-child{
                margin-left: 15px;
            }
            #mainmenu > ul > li{
                display: block;
                border-bottom: 1px dotted #ddd;
                border-left: none;
                float: none;
                margin-left: 15px;
                padding-left: 0 ;
            }            
                #mainmenu > ul > li > a, 
                #mainmenu > ul > li > .separator{
                    color: #fff;
                    padding: 10px 0px;
                    font-size: 25px;
                }     
                #mainmenu > ul > li > a:hover,
                #mainmenu > ul > li.active > a,
                #mainmenu > ul > li > .separator:hover,
                #mainmenu > ul > li.active > .separator{
                    color: #f7a01b;
                }       
    #slideshow .slide-desc-box{
        width: 100%;
        right: 0;
        padding: 0 50px!important;
        margin-top: 0;
    }
        #slideshow .flex-direction-nav .flex-prev{
            width: 50px;
            height: 50px;
            background-size: cover;
            left: 0;
        }
        #slideshow .flex-direction-nav .flex-next{
            width: 50px;
            height: 50px;
            background-size: cover;
            right: 0;
        }
        #slideshow .slide-desc{
            font-size: 40px!important;
            line-height: 40px!important;
        }
    #tab #tab-trip{
        right: 30px;
        width: 60px;
        top: -90px;
    }
        #tab #tab-trip img{
            width: 100%;
        }
    #tab #tab-logo{
        right: 0px;
        width: 120px;
        top: -43px;
    }
        #tab #tab-logo img{
            width: 100%;
        }
    #tab-l{
        display: none;
    }
    #tab-c{
        width: 100%;
    }
    #tab-r{
        display: none;
    }
    #tab-bg{
        width: 100%;
        left: 0;
    }
    #content-bgleft{
        background: url("../images/content-mb.png") repeat-y!important;
        background-size: auto!important;
        width: 10px;
        left: 0;
        top: 10px;
        z-index: 3;
    }
    #content-bgright{
        background: url("../images/content-mb.png") repeat-y!important;
        background-size: auto!important;
        width: 10px;
        right: 0;
        top: 10px;
        z-index: 3;
    }
    #tab .vetdo2{
        display: none;
    }
    #content-comp{
        padding: 20px 20px;
    }
    .modsing-page .item-image{
        height: 250px;
    }        
    .modsing-page .articleBody{
        padding: 20px 0px 20px 0px;
    }
        .modsing-page .articleBody .introtext .vetdo1{
            display: none
        }
        .modsing-page .articleBody:before{
            display: none;
        }
        .modsing-page .articleBody h1{
            font-size: 30px;
        }
        .modsing-page .articleBody .introtext img{
            width: 180px;
            top: -7px;
        }
        .modsing-page .articleBody h2{
            font-size: 20px;
            margin: 15px 0;
        }
        .modsing-page .articleBody .readmore a{
            padding: 0 30px;
        }
            .modsing-page .articleBody .readmore a span{
                font-size: 20px;
            }
        .modsing-page .articleBody .introtext .vetdo9{
            top: 67px;
        }
    #mod-whyus .vetdo3{
        left: auto;
        right: 0;
    }
    #mod-whyus .vetdo4{
        right: 0;
        top: -56px;
        display: none;
    }
    #mod-whyus .heading{
        padding: 0;
    }
        #mod-whyus .heading:after{
            display: none;
        }
        #mod-whyus .heading h3 span{
            font-size: 20px;
        }
        #mod-whyus .list .trans.top{
            top: auto;
            bottom: 5px;
            background: url("../images/trans-1.png") left top no-repeat;
            padding: 50px 20px 20px 20px;
            background-size: cover;
        }
    #mod-whyus .list{
        padding: 0;
        margin-top: 20px;
    }
        #mod-whyus .list .vetdo2{
            display: none;
        }
    #mod-listdes{
        padding: 0;
        margin-top: 70px;
    }
        #mod-listdes .vetdo5{
            width: 80px;
            height: 86px;
            top: -68px;
        }
        #mod-listdes .vetdo6{
            width: 100px;
            height: 46px;
            top: -48px;
        }
        #mod-listdes .heading h2{
            font-size: 40px;
            line-height: 60px;
        }
    #mod-listdes .box-cont .col-top h2{
        font-size: 25px;
        line-height: 25px;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    #mod-listdes .box-cont .icon-hat{
        width: 50px;
        height: 46px;
        background-size: cover;
    }
    .box-c-l{
        width: 30px;
    }
    .box-c-c{
        left: 30px;
        width: calc(100% - 30px - 30px);
    }
    .box-c-r{
        width: 30px;
        background-position: right;
    }
    #mod-listdes .box-cont .col-top{
        padding: 0px 40px 10px 40px
    }
    #mod-listdes .box-cont .col-bot{
        padding: 0px 40px 0px 40px;
    }
        #mod-listdes .box-cont .col-bot .box{
            width: 100%;
            height: 200px;
        }
        #mod-listdes .box-cont .col-bot .box .box-img{
            padding: 10px;
        }
        #mod-listdes .box-cont .col-bot .box .box-img .trans span{
            font-size: 16px;
        }            
        #mod-listdes .allslide{
            height: 400px;
            margin-top: 20px;
            padding: 0 60px;
        }
        #mod-listdes .content-slider .tourslide .content-img .trans{
            max-width: calc(100% - 20px);
        }
        #mod-listdes .content-slider .tourslide .content-img .trans a{
            padding: 15px;
        }
        #mod-listdes .content-slider .tourslide .content-img .trans a h4{
            font-size: 14px;
            line-height: 18px;
        }
        #mod-listdes .content-slider .tourslide .content-img .trans a h5{
            font-size: 16px;
            line-height: 20px;
        }
        #mod-listdes .content-slider .tourslide .content-img .trans a .price{
            font-size: 16px;
        }
    #mod-reviews{
        padding: 0;
    }
        #mod-reviews .heading h3{
            font-size: 35px;
            line-height: 50px;
        }
        #mod-reviews .vetdo8{
            width: 100px;
            height: 56px;
            background-size: cover;
        }
        #mod-reviews .vetdo7{
            width: 100px;
            height: 58px;
            background-size: cover;
            top: -50px;
            left: 0;
        }
        #mod-reviews .box .lSSlideOuter{
            padding: 20px 20px 20px 20px;
        }
        #mod-reviews #review-slider .introimg{
            position: relative;        
            width: 100%;
            padding: 0 50px;
            margin-bottom: 20px;
        }
        #mod-reviews #review-slider .cont h5{
            font-size: 18px;
        }
        #mod-reviews #review-slider .cont .intro{
            width: 100%;
            font-size: 16px;
            line-height: 20px;
        }
    /* Content */
    #content{
        padding-bottom: 70px;
    }
        .content-category.makeus{
            padding: 0;
        }
        .content-category.makeus .heading,
        .item-page .heading,
        .contact .heading,
        #tours .heading{
            margin-bottom: 30px;
        }
            .content-category.makeus .heading h1,
            .story .heading h1,
            .events .heading h1,
            .item-page .heading h1,
            .contact .heading h1,
            #tours .heading h1{
                font-size: 40px;
                line-height: 50px;
            }
            #tours .heading{
                margin-bottom: 0;
            }
            #tours .heading2 h2{
                font-size: 30px;
                line-height: 40px;
            }
                #tours .heading2 h2 .dash{
                    top: -7px;
                }
        .content-category.makeus .cont,
        .content-category.whyus .cont{
            padding: 30px;
        }
            .content-category.makeus .cont h2,
            .content-category.whyus .cont h2{
                margin-bottom: 20px;    
                font-size: 25px;
            }
        .content-category.makeus #makeus-content,
        .content-category.whyus #whyus-content{
            display: block;
            margin: 0;
        }
            .content-category.makeus #makeus-content #makeus-l,
            .content-category.whyus #whyus-content #whyus-r{
                width: 100%;
                height: 200px;
            }     
            .content-category.makeus #makeus-content #makeus-r,
            .content-category.whyus #whyus-content #whyus-l{
                width: 100%;
                padding: 0;
                margin-top: 20px;
            }   
                .content-category.makeus #makeus-content #makeus-r h3 strong,
                .content-category.whyus #whyus-content #whyus-l h3 strong{
                    font-size: 25px;
                }
        .content-category.makeus .line-ngang,
        .content-category.whyus .line-ngang{
            height: 60px;
        }
            .content-category.makeus .line-ngang .vetdo5,
            .content-category.whyus .line-ngang .vetdo5{
                width: 100px;
                height: 108px;
                background-size: cover;
                left: 0;
            }
            .content-category.makeus .line-ngang .vetdo2,
            .content-category.whyus .line-ngang .vetdo2{
                width: 80px;
                height: 25px;
                background-size: cover;
                right: 0;
                top: -20px;
            }
            .content-category.makeus .line-ngang .vetdo2.sub,
            .content-category.whyus .line-ngang .vetdo2.sub{
                display: none;
            }
        .content-category.whyus{
            padding: 0;
        }
            .content-category.whyus .heading{
                margin-bottom: 30px;
            }
                .content-category.whyus .heading h1{
                    font-size: 40px;
                    line-height: 50px;
                }      
            .content-category.whyus #whyus-content #whyus-l{
                margin-top: 0;
            }
            .content-category.whyus #whyus-content #whyus-r{
                margin-top: 20px;
            }
            .content-category.whyus .line-ngang .vetdo5{
                top: -50px;
            }
            .content-category.whyus #whyus-content #whyus-l h3{
                margin-bottom: 20px;
            }
            .content-category.whyus .cont h2{
                margin-top: 30px;
            }
        .story,
        .events,
        .contact{
            padding: 0;
        }
            .story .list h2 span{
                font-size: 25px;
            }
            .story .list{
                margin-top: 0px;
            }        
                .story .list .row:first-child{
                    margin-top: 0!important;
                }        
                .story .list .row{
                    position: relative;
                    margin-top: 20px!important;
                }
                    .story .list .row [class*=col]{
                        margin-top: 250px;
                    }
                    .story .list #row1 .introtext,
                    .story .list #row2 .introtext{
                        padding: 30px;
                    }
                    .story .list #row1 .introimg,
                    .story .list #row2 .introimg{
                        margin-top: 30px;
                        min-height: 200px;
                    }
                    .story .list #row1 .nopadding,
                    .story .list #row2 .nopadding{
                        padding: 0 15px;
                        position: absolute;
                        top: 0;
                        margin-top: 0;
                    }
                    .story .list #row2 .morepadding{
                        padding-left: 15px;                        
                    }
                        .story .list #row2 .morepadding h2{
                            float: none;
                        }
                    .story .list #row3{
                        margin-top: 40px;
                        position: relative;
                        padding-top: 220px;
                        margin-bottom: 0;
                    }
                        .story .list #row3 .introimg{
                            min-height: 200px;
                            position: absolute;
                            top: 0;
                        }
                        .story .list #row3 .introtext{
                            padding: 30px;
                            margin-top: 20px;
                        }
                        .story .list #row3 .introtext .mask{
                            display: none;
                        }
                        .story .list #row3 .introtext .mask.mb{
                            display: block;
                        }
            .vetlop1{
                width: 100px;
                height: 81px;
                right: 0;
                top: 68px;
            }
            .vetlop3{
                width: 100px;
                height: 138px;
                right: 0;
                left: auto;
                top: -100px;
                background-position: center;
            }
        .events .des{
            margin: 20px 0 20px 0;
            width: 100%;
        }
            .events .list .row{
                position: relative;
                margin-top: 30px;
            }
            .events .list .nomb{
                position: absolute;
                top: 0;
                left: 0;
                padding: 0;
            }
            .events .list .introimg{
                min-height: 200px;               
            }
            .events .list .row .nopaddleft,
            .events .list .row .nopaddright{
                margin-top: 220px;
                padding: 0;
            }            
            .events .list .introtext .cont{
                display: block;
            }
                .events .list .introtext .cont .contsub{
                    padding: 50px 50px;
                }
                .events .list .introtext{
                    min-height: inherit;
                    display: block;
                }
                .events .list .introtext .cont .contsub .des{
                    font-size: 18px;
                }
        .item-page{
            padding: 0;
        }
            .item-page .view,
            .contact .row{
                padding: 40px 40px 40px 40px;
                z-index: 100;
            }
            .item-page .view .intro h2{              
                font-size: 22px;          
            }
            .item-page .view .full .introimg{
                height: 200px;
                margin-bottom: 20px;
            }
            .item-page .heading .vetdo5,
            .contact .heading .vetdo5,
            #tours .heading .vetdo5{
                width: 70px;
                height: 76px;
                top: -10px;
                left: -20px;
            }
            .item-page .heading .vetdo4,
            .contact .heading .vetdo4{
                right: -30px;
            }
        .contact .contact-left .info h2{
            font-size: 20px;
        }
        .contact .contact-left .map{
            height: 400px!important;
        }
        .contact .contact-right{
            margin-top: 30px;
        }
            .contact .controw .contact-right button{
                padding: 0 20px;
            }
            .contact .controw .contact-right button span{
                font-size: 20px;
                z-index: 10;
            }
    #tours{
        padding: 0;
    }
        #tours .heading .vetdo5{
            top: 50px;
        }
        #tours .heading .vetdo4{
            right: -40px;
            top: 25px;
        }  
        #tours .box-cont{
            padding: 40px 40px 40px 40px;
        }  
        #tours .box-cont .row{
            position: relative;
            z-index: 10;
            margin-bottom: 0;
        }
            #tours .box-cont .col{      
                -ms-flex-preferred-size: auto;
                flex-basis: auto;
                -ms-flex-positive: auto;
                flex-grow: auto;
                max-width: 100%;
                min-height: 400px;
                margin-bottom: 20px;
            }
                #tours .box-cont .introimg{
                    padding: 5px;
                }
                #tours .box-cont .introimg .trans .info{
                    padding: 30px 20px 30px 20px;
                }
                #tours .box-cont .introimg .trans .info .title{
                    font-size: 18px;
                    line-height: 22px;
                    margin-bottom: 10px;
                }
                #tours .box-cont .introimg .trans .info .price{
                    font-size: 18px;
                    line-height: 22px;
                    padding-right: 65px;
                }
    #tourdetail{
        padding: 0;
    }
        #tourdetail .heading{
            padding: 0;
            margin-bottom: 20px;
        }         
            #tourdetail .heading h1{
                font-size: 30px;
                line-height: 40px;
            }
            #tourdetail .heading .price{
                font-size: 22px;
                line-height: 30px;
                margin-top: 10px;
            }
            #tourdetail #tourCont .overview .bookbtn{
                width: 100px;
                height: 66px;            
                top: -290px;
                right: 0;
            }
                #tourdetail #tourCont .overview .bookbtn a{
                    background-size: cover;
                    width: 100%;
                    height: 100%;
                }
                    #tourdetail #tourCont .overview .bookbtn a:hover{
                        background-size: cover;
                        width: 100%;
                        height: 100%;
                    }
            #tourdetail #tourCont .imgintro{
                height: 200px;
                margin: 30px 0 30px 0;
            }
            #tourdetail #tourCont .overview{
                padding: 0;
            }
            #tourdetail #tourCont .overview-sub{
                padding: 0px 15px 10px 15px;
            }
                #tourdetail #tourCont .overview .cont{
                    padding: 20px 20px 60px 20px;
                    font-size: 16px;
                    line-height: 22px;
                }
                #tourdetail #tourCont .overview .cont li:before,
                #tourdetail #tourHigh .tabscontent .view li:before,
                #tourdetail #bookingform .policy li:before,
                #tourdetail #bookinginfo .cancellation li:before, 
                #tourdetail #bookinginfo .summary .inexclusive li:before{
                    width: 18px;
                    height: 18px;
                    background-size: cover;
                }
                    #tourdetail #tourCont .overview .cont li{
                        margin-bottom: 5px;
                    }
                #tourdetail #tourHigh{
                    padding: 55px 0 0 0;
                    margin: 20px 0 0 0;
                }
                    #tourdetail #tourHigh .vetdo8{
                        width: 100px;
                        height: 57px;
                        top: -60px;
                        right: -20px;
                    }  
                    #tourdetail #tourHigh .navbar2{
                        display: none;
                        position: absolute;
                        top: 63px;
                        width: 100%;
                    }   
                        #tourdetail #tourHigh .navbar-header{
                            float: none;
                            position: absolute;
                            top: 0;
                            margin: 0;
                            width: 100%;
                        }           
                            #tourdetail #tourHigh .navbar-header button{
                                position: relative;
                                display: inline-block;
                                padding: 0 30px;
                                width: 100%;
                                height: auto;                            
                            }
                                #tourdetail #tourHigh .navbar-header button .dropdown{
                                    background: url("../images/dropdown.png") right center no-repeat;
                                    width: 20px;
                                    height: 19px;
                                    z-index: 2;
                                    position: absolute;
                                    top: 25px;
                                    right: 15px;
                                }
                                #tourdetail #tourHigh .navbar-header button:before{
                                    background: url("../images/btn-green-l.png") left top no-repeat;
                                    content: '';                                                            
                                    width: 30px;
                                    height: 71px;
                                    position: absolute;
                                    left: 0;
                                    top: 0;
                                    -webkit-transition: all 0.5s ease;
                                    -moz-transition: all 0.5s ease;
                                    -o-transition: all 0.5s ease;
                                    transition: all 0.5s ease;  
                                    z-index: 3;
                                }                             
                                #tourdetail #tourHigh .navbar-header button:after{
                                     background: url("../images/btn-green-r.png") right top no-repeat;
                                     content: '';
                                     position: absolute;
                                     width: 100%;                                     
                                     height: 71px;
                                     right: 0;
                                     bottom: 0;
                                     z-index: 1;
                                     padding-left: 21px;
                                     background-clip: content-box;
                                     -webkit-transition: all 0.5s ease;
                                     -moz-transition: all 0.5s ease;
                                     -o-transition: all 0.5s ease;
                                     transition: all 0.5s ease;  
                                }                              
                                #tourdetail #tourHigh .navbar-header button span{
                                     position: relative;
                                     z-index: 2;
                                     text-transform: uppercase;
                                     font-size: 35px;
                                     line-height: 70px;
                                     white-space: nowrap;
                                     font-family: '28 Days Later';
                                     font-weight: normal;
                                     color: #fff;
                                     margin: 0;
                                     height: 71px;
                                }
                        #tourdetail #tourHigh .tabs{
                            z-index: 100;
                            background: rgb(0,0,0,0.9);                      
                            padding: 10px 0;
                            position: relative;
                        }
                            #tourdetail #tourHigh .tabs li{
                                display: block;                
                            }    
                                #tourdetail #tourHigh .tabs li a{
                                    display: block;
                                    text-align: center;
                                    padding: 5px 0;
                                }                            
                                #tourdetail #tourHigh .tabs li a:before,
                                #tourdetail #tourHigh .tabs li a:after{
                                    display: none;
                                }
                                #tourdetail #tourHigh .tabs li a span{
                                    line-height: 35px;
                                }
                                    #tourdetail #tourHigh .tabs li.selected a span{
                                        color: #f7a01b;
                                    }
                        #tourdetail #tourHigh .tabscontent .view{
                            padding: 40px 40px 40px 40px;
                            z-index: 10;
                            font-size: 16px;
                            line-height: 20px;
                            min-height: inherit;
                        }
                        #tourdetail #tourHigh .tabscontent .view.gallery .col{      
                            -ms-flex-preferred-size: auto;
                            flex-basis: auto;
                            -ms-flex-positive: auto;
                            flex-grow: auto;
                            max-width: 100%; 
                        }
                        #tourdetail #tourHigh .tabscontent .view .inex [class*=col]{
                            margin-bottom: 20px;
                        }
            #tourdetail .other{
                margin-top: 90px;
            }
                #tourdetail .other .heading{
                    margin-bottom: 20px;
                }
                #tourdetail .other h3{
                    font-size: 30px;
                    line-height: 40px;
                }
                #tourdetail .other .vetdo5{
                    width: 100px;
                    height: 108px;
                    top: -90px;
                    left: -22px;
                }
                #tourdetail .other .vetdo6{
                    width: 100px;
                    height: 49px;
                    top: -60px;
                    right: -25px;
                }
                #tourdetail .other #content-slider li{
                    min-height: 400px;
                }
                #tourdetail .other .lSSlideOuter .lSPager.lSpg > li{
                    margin-top: 10px;
                }
                #tourdetail .other .lSSlideOuter .lSPager.lSpg > li a{
                    width: 20px;
                    height: 20px;
                }
                #tourdetail .other .introimg .trans .info .title{
                    font-size: 18px;
                    line-height: 24px;
                }
            #tourdetail #bookingform,
            #tourdetail #bookinginfo{
                width: 100%;
                font-size: 16px;
                line-height: 20px;
            }
                #tourdetail #bookingform .step img,
                #tourdetail #bookinginfo .step img,
                #tourdetail .heading .step img{
                    width: 100%;
                }
                #tourdetail #bookingform h2{
                    font-size: 20px;
                    line-height: 30px;
                }                
                #tourdetail #bookingform #numberchild{
                    width: 100%;
                }    
                    #tourdetail #bookingform #numberchild h3{
                        font-size: 20px;
                    }                
                    #tourdetail #bookingform #numberchild .tablechild th{
                        font-size: 12px;
                        line-height: 20px;
                    }
                    #tourdetail #bookingform #numberchild .tablechild select{
                        font-size: 16px;
                        line-height: 20px;
                    }
                    #tourdetail #bookingform #numberchild button{                        
                        padding: 0 20px;
                    }
                        #tourdetail #bookingform #numberchild button span{
                            position: relative;
                            z-index: 10;
                            font-size: 16px;
                        }
                    #tourdetail #bookingform #numberchild .tablecal tr:first-child td:first-child{
                        font-size: 16px;
                    }
                    #tourdetail #bookingform #numberchild .tablecal tr td:first-child{
                        width: 60%;
                    } 
                    #tourdetail #bookingform #numberchild .inputhidden{
                        min-width: 100%;
                        font-size: 14px;
                    }
                    #tourdetail #bookingform #numberchild #desprice{
                        font-size: 16px;
                    }
                    #tourdetail #bookingform .policy{
                        width: 100%;
                        margin-top: 20px;
                    }     
                        #tourdetail #bookingform .policy > h4{
                            font-size: 20px;
                        }
            #tourdetail #bookinginfo .row{
                margin-top: 0;      
                margin-bottom: 50px;  
            }   
                #tourdetail #bookinginfo .box h2,
                #tourdetail #bookinginfo .box h3{
                    font-size: 20px;
                    line-height: 30px;
                }
                #tourdetail #bookinginfo .col-name .inline:first-child{
                    margin-top: 0;
                }
                #tourdetail #bookinginfo .col-name .inline{
                    width: 100%;
                    margin-top: 50px;
                } 
                #tourdetail #bookinginfo .row [class*="col-"]:first-child {
                    margin-top: 0;
                    padding-top: 0;
                }
                #tourdetail #bookinginfo .row [class*="col-"]{
                    margin-top: 50px;
                }      
                #tourdetail #bookinginfo label {
                    font-size: 18px;
                    line-height: 18px;
                }
                #ui-datepicker-div{
                    width: 90%;
                    left: 15px!important;
                }
                #tourdetail #bookinginfo input[type=text],
                #tourdetail #bookinginfo textarea{
                    font-size: 16px;
                    line-height: 20px;
                }
                #tourdetail #bookinginfo .cancellation h4 a{
                    font-size: 16px;
                    line-height: 20px;
                }
                #tourdetail #bookinginfo .agreecheck{
                    padding-top: 0;
                }
                #tourdetail #bookinginfo input#agreecheckbox{
                    position: absolute;
                }
                #tourdetail #bookinginfo .agreecheck label{
                    font-size: 16px;
                    line-height: 20px;
                    padding-left: 10px;
                }
                #tourdetail #bookinginfo .btn-submit{
                    margin-top: 20px;
                }
                #tourdetail #bookinginfo .summary h2{
                    margin-top: 0;
                }
                #tourdetail #bookinginfo .summary .row{
                    margin-bottom: 30px;
                }
                #tourdetail #bookinginfo .summary .col-up{
                    margin-bottom: 0;
                }
                #tourdetail #bookinginfo .summary .inline label{
                    font-size: 14px;
                    line-height: 14px;
                }
                #tourdetail #bookinginfo .summary .inexclusive [class*="col-"]:first-child{
                    margin-top: 0;
                }
                #tourdetail #bookinginfo .summary .inexclusive [class*="col-"]{
                    margin-top: 30px;
                }
                #bookingprocess .thanks{
                    width: 100%;
                }
                #tourdetail #bookinginfo .btn-submit button{
                    padding: 0 20px;
                }
                    #tourdetail #bookinginfo .btn-submit button span{
                        position: relative;
                        z-index: 10;
                    }
    /* Footer */
    .align-mb{
        text-align: center;
    }
    .bg-footer{
        display: none;
    }
    #footer{
        background: url("../images/bg-footer-mb.png") left top no-repeat #ebcc9e;
        background-size: cover;
        position: relative;
        z-index: 10;      
        height: auto;
    }
        #footer .icon-xe{
            width: 150px;
            height: 77px;
            background-size: cover;
            left: -12px;
            top: -54px;
        }
        #footer .icon-jeep{
            width: 70px;
            height: 49px;
            background-size: cover;
            top: -45px;
            left: calc(50% - 35px);
        }
        #footer .icon-star{
            width: 50px;
            height: 49px;
            background-size: cover;
            top: -50px;
            right: 12px
        }
        #footer .info{
            padding: 40px 15px 15px 15px;   
            font-size: 16px;         
        }
            #footer .info .aboutus{
                font-size: 16px;
                line-height: 20px;
            }
            #footer .info .contact{
                padding-left: 15px;
                padding-top: 25px;
            }
                #footer .info .contact h3{
                    font-size: 20px;
                }
                #footer .info .contact img{
                    width: 20px;
                }
                #footer .info .contact p{
                    margin-bottom: 5px;
                }
            #footer .info .follow{
                text-align: left;
                padding-right: 15px;
            }    
                #footer .info .follow .moduletable{
                    position: relative;
                    top: 0;
                }
                    #footer .info .follow .moduletable:after{
                        display: block;
                        clear: both;
                        content: "";
                    }
                    #footer .info .follow .moduletable h3{
                        font-size: 20px;
                    }
                #footer .info .follow .logo-f{
                    position: relative;
                    top: 0;
                    margin-top: 20px;
                }
                    #footer .info .follow .logo-f img{
                        width: 100%;
                    }
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }    
    /* no price */
    #tours .box-cont .introimg .trans .info .title.noprice{
        padding-right: 67px;
        font-size: 16px;
        line-height: 24px;
    }
}
/* only iphone 4,5,SE */
@media(min-width: 320px) and (max-width: 359px) {
   
}
/* only galaxy s , xiaomi */
@media(min-width: 360px) and (max-width: 374px) {
   
}
/* device remain */
@media(min-width: 376px) and (max-width: 500px) {
    
}
@media(min-width: 1024px) and (max-width: 1199px){
   .container-padd{
      padding: 0 50px;
   }
   #content-comp{
      padding: 0 30px 0 50px;
   }
   #header{
      width: calc(100% - 100px);
      left: 50px;
   }
   #logo{
      margin: 25px 0px 10px 30px;  
   }
       #logo img{
           width: 120px;
       }
   #social{
       margin-bottom: 10px;
   }
        #social h3{
            font-size: 18px;
        }
        #social img{
            width: 30px;
            height: 30px;
        }
        #social-sub{
            top: 78px;
            right: 30px;
        }
   #slideshow .slide-desc{
        font-size : 55px!important;
        line-height: 70px!important;
   }
   #header-right{
        margin-top: 10px;
        margin-right: 30px;
   }
   #mainmenu > ul > li{
       margin-left: 10px;
       padding-left: 10px;
   }
   #mainmenu > ul > li > a, 
   #mainmenu > ul > li > .separator{
       font-size: 24px; 
   }
   .modsing-page .articleBody{
       padding-left: 50px; 
   }
       .modsing-page .articleBody:before{
           left: 10px;  
       } 
       .modsing-page .articleBody .introtext{
           font-size: 16px;  
           line-height: 22px;
       }
       .modsing-page .articleBody h1{
           font-size: 30px;
       }
       .modsing-page .articleBody h1 img{
            width: 220px;
       }
       .modsing-page .articleBody h2{
            font-size: 24px;
            margin-bottom: 20px;
       }
       .modsing-page .articleBody .introtext .vetdo1{
            right: -45px;
       }    
       .modsing-page .articleBody .readmore a{
            padding: 0 30px;
       }
       .modsing-page .articleBody .readmore a span{
            font-size: 25px;
       }
       .modsing-page .articleBody .introtext .vetdo9{
            top: 80px;
       }
       
   #mod-whyus .heading{
        padding-right: 50px;
   }
       #mod-whyus .heading h3 span{
            font-size: 25px;
       } 
       #mod-whyus .heading .des{
            font-size: 16px;  
            line-height: 22px;
       }
        #mod-whyus .heading:after{
            right: 15px;
        }        
            #mod-whyus .list .trans h4{
                font-size: 18px;
                line-height: 24px;
            }
            #mod-whyus .list .trans .cont{
                font-size: 16px;
                line-height: 22px;
            }
   .line{
        width: 320px;
   }
   #mod-listdes{
        margin-top: 30px;
   } 
       #mod-listdes .vetdo5{
            width: 200px;
            height: 217px;
            top: -100px;
       }
       #mod-listdes .vetdo6{
            top: -40px;
            width: 200px;
            height: 99px;
       }
       #mod-listdes .heading h2{
            font-size: 35px;
       }
       #mod-listdes .heading .intro{
            font-size: 22px;          
       }
       #mod-listdes .box-cont .col-top .intro{
            font-size: 18px;
            line-height: 22px;
       }
       #mod-listdes .box-cont .col-bot .box{
            height: 160px;
            width: calc(50% - 5px);
       }       
            #mod-listdes .box-cont .col-bot .box .box-img{
                padding: 10px;
            }
            #mod-listdes .box-cont .col-bot .box .box-img .trans{               
                font-size: 12px;
                padding: 10px 5px 5px 5px;
                line-height: 20px;
            }
            #mod-listdes .box-cont .col-bot .box .box-img .trans:before{
                width: 24px;
            }
            #mod-listdes .box-cont .col-bot .box .box-img .trans:after{
                padding-left: 24px;
            }
                           
       #mod-listdes .content-slider .tourslide .content-img .trans{
            max-width: calc(100% - 30px);
       }
            #mod-listdes .content-slider .tourslide .content-img .trans a h5{
                font-size: 16px;
                line-height: 22px;
            }
            #mod-listdes .content-slider .tourslide .content-img .trans a .price{
                font-size: 16px;
                line-height: 22px;
            }
   #mod-reviews .heading h3{
       font-size: 35px;
   }
   #mod-reviews .box .lSSlideOuter{
       padding: 50px 50px 20px 50px;  
   }
   #mod-reviews .vetdo7{
       left: 10px;  
       top: 10px;
       width: 100px;
       height: 58px;           
   }
   #mod-reviews .vetdo8{
       width: 140px;
       height: 80px; 
       top: -15px;
   }
   #mod-reviews #review-slider .cont .intro{
       font-size: 16px;
       line-height: 24px;
       width: 100%;
       padding: 0 50px 0 190px;
   } 
   /* What make us */
   .content-category.makeus{
       padding: 0 40px;
   }
   .content-category.makeus .heading h1{
       font-size: 40px; 
   }
   .content-category.makeus .cont{
       padding: 30px 25px;
       font-size: 16px;
       line-height: 20px;
   }
   .content-category.makeus #makeus-content{
       margin: 0 -20px 30px -20px; 
   }
        .content-category.makeus #makeus-content #makeus-r{
            padding-left: 15px;
            font-size: 16px;
            line-height: 20px;
        }
        .content-category.makeus #makeus-content #makeus-r h3 strong{
            font-size: 25px;
        }
   /* Why us */
   .content-category.whyus{
       padding: 0 40px;
   }
       .content-category.whyus .heading h1{
           font-size: 40px;      
       }
       .content-category.whyus .des{
           font-size: 16px;
           line-height: 20px;
       }
       .content-category.whyus .cont{
           padding: 30px 15px;
           font-size: 16px;
           line-height: 20px;
       }
            .content-category.whyus .cont h2{
                font-size: 16px;
                line-height: 22px;
                margin-top: 30px;
                margin-bottom: 20px;
                padding-bottom: 20px;
            }
       .content-category.whyus #whyus-content #whyus-l{
            font-size: 16px;
            line-height: 20px;
       }
            .content-category.whyus #whyus-content #whyus-l h3{
                margin-bottom: 20px;
            }
                .content-category.whyus #whyus-content #whyus-l h3 strong{
                    font-size: 25px;
                }
   /* Tours */
   #tours .heading{
        margin-bottom:0px
   }
        #tours .heading h1{
            font-size: 40px;
        }
        #tours .heading2 h2{
            font-size: 30px;
        }
            #tours .heading2 h2 .dash{
                top: -7px;
            }
        #tours .heading .vetdo5{
            width:220px;
            height:238px
        }
   #tours .box-cont{
        padding: 70px 70px 50px 70px;
   }
        #tours .box-cont .col{
            min-height: 400px;
            padding:0 5px
        }
        #tours .box-cont .introimg,
        #tourdetail .other .introimg{
            padding: 5px;
        }
        #tours .box-cont .introimg .trans .info .title,
        #tourdetail .other .introimg .trans .info .title{
            font-size: 16px;
            line-height: 24px;
        }
        #tours .box-cont .introimg .trans .info .price, 
        #tourdetail .other .introimg .trans .info .price{
            font-size: 16px;
            line-height: 24px;
            padding-right: 70px;
        }
        #tours .box-cont .introimg .trans .info{
            padding:30px 15px 20px 15px
        }          
   #tourdetail .heading h1{
        font-size: 30px;
        line-height: 50px
   }
        #tourdetail .heading .price{
            font-size: 30px;
            line-height: 50px;  
            margin-top: 0  
        }
   #tourdetail .other h3{
        font-size: 40px;
   }
   #tourdetail #bookinginfo label{
        font-size: 16px;
   }    
   #tourdetail #bookingform #numberchild{
        width: 50%;
   }       
   #tourdetail #bookingform .policy{
        font-size: 16px;
        line-height: 20px;
        width: 50%;
   }
   #tourdetail #tourCont .overview .cont{
        font-size: 16px;
        line-height: 20px;
        padding: 20px 20px 60px 20px;
   }
   #tourdetail #tourCont .overview .bookbtn{
        right: -45px;
        top: -105px;
   }
       #tourdetail #tourCont .overview .bookbtn a,
       #tourdetail #tourCont .overview .bookbtn a:hover{
            width: 150px;
            height: 98px;
            background-size: cover;            
       }
   #tourdetail #tourHigh .tabs li a span{
       font-size: 25px; 
   }
   #tourdetail #tourHigh .tabscontent .view{
       font-size: 16px;   
       line-height: 22px;   
   }
   #tourdetail #tourHigh .bookbtn a span{
       font-size: 20px;
   }
   #tourdetail .other #content-slider li{
        min-height: 400px;
   }
   #tableprice{
        font-size: 18px;
        line-height: 22px;
   }   
   #tourdetail #bookingform #numberchild h3{
        font-size: 16px;
   }
   #tourdetail #bookingform #numberchild .tablechild th{
        font-size: 16px;
   }
   #tourdetail #bookingform #numberchild .tablechild select{
        font-size: 16px;
   }
   #tourdetail #bookingform #numberchild button span{
        font-size: 18px;
   }
   #tourdetail #bookingform #numberchild .tablecal tr td:first-child{
        width: 60%;
   }    
        #tourdetail #bookingform #numberchild .inputhidden{
            min-width: 100%;
            font-size: 16px;
        }
        #tourdetail #bookingform #numberchild #desprice{
            font-size: 16px;
            line-height: 20px;
        }
   #tourdetail #bookinginfo{
        width: 100%;
        font-size: 16px;
        line-height: 20px;
   }
   #tourdetail #bookinginfo .intro{
        font-size: 18px;
        line-height: 22px;
   }
   #tourdetail #bookinginfo .box h2,
   #tourdetail #bookinginfo .box h3{
        font-size: 24px;
        line-height: 30px;
   }  
   #tourdetail #bookinginfo select{
        font-size: 16px;
        line-height: 30px;
   }
   #tourdetail #bookinginfo input[type=text],
   #tourdetail #bookinginfo textarea{
        font-size: 16px;
   }
   #tourdetail #bookinginfo #pickup,
   #tourdetail #bookinginfo #dropoff{
        font-size: 14px;
   }
   #tourdetail #bookinginfo .cancellation h4 a{
        font-size: 16px;
        line-height: 20px;
   }  
   #tourdetail #bookinginfo .agreecheck label{
        font-size: 16px;
   }   
   #tourdetail #bookinginfo .summary .col-mid{
        margin-top: 70px;
   }
   #tourdetail #bookinginfo .summary .col-down .inline label{
        line-height: 16px;
   }
   #tourdetail #bookinginfo .summary #total_prices{
        font-size: 16px;
   }
   #tourdetail #bookinginfo .cancellation li:before,
   #tourdetail #bookinginfo .summary .inexclusive li:before,
   .content-category.makeus #makeus-content #makeus-r ul li:before,
   .content-category.whyus #whyus-content #whyus-l ul li:before,
   #tourdetail #tourCont .overview .cont li:before{
        width: 18px;
        height: 18px;
        background-size: cover;
   }
   #bookingprocess .thanks{
        width: 90%;
        font-size: 16px;
        line-height: 20px;
   }
   /* Story */
   .vetlop1{
        top: 32px;
        right: 0px;
        width: 300px;
        height: 263px;
   }
   .vetlop2{
        width: 300px;
        height: 251px;
        right: 150px;
        bottom: -233px;
   }
   .vetlop3{
        width: 350px;
        height: 484px;
        left: 20px;
   }
   .story .list{
        margin-top: 30px; 
   }
       .story .heading h1{
            font-size: 40px;
       }
       .story .list #row1 .introtext,
       .story .list #row2 .introtext,
       .story .list #row3 .introtext{
           padding: 20px 20px; 
       }
           .story .list #row1 .introtext .des,
           .story .list #row2 .introtext .des,
           .story .list #row3 .introtext .des{
                font-size: 16px;
                line-height: 20px;
           }
           .story .list h2 span{
                font-size: 25px;
           }
           .story .list #row2 .morepadding{
                padding-left: 15px;
           }
           .story .list #row3 .introimg{
                min-height: 410px;
           }
   /* Event */
   .events .list .introtext .cont{
        padding: 0px 10px;
        font-size: 18px;
   }  
        .events .heading h1{
            font-size: 40px;
        }
        .events .list .col-md-8{
            width: 55%;
            max-width: 55%;
            -webkit-flex: 0 0 55%; 
            flex: 0 0 55%;
        }
        .events .list .col-md-4{
            width: 45%;
            max-width: 45%;
            -webkit-flex: 0 0 45%; 
            flex: 0 0 45%;
        }
        .events .des{
            font-size: 16px;
            line-height: 20px;
        }
        .events .list .row .nopaddleft,
        .events .list .row .nopaddright{
            padding: 0;
        }
        .events .list .introtext{
            min-height: 300px;
        }
        .events .list .introtext .cont .contsub{
            padding: 30px 40px;
        }
   /* About */
   .item-page .view{
        padding: 70px 70px 90px 70px;
   }
   .item-page .view .full .text{
        font-size: 16px;
        line-height: 20px;
   }   
   .item-page .heading{
        margin-bottom: 30px; 
   }
        .item-page .heading h1{
            font-size: 40px;
       }
       .item-page .view .intro h2{
            font-size: 25px;
       }
   /* Contact */
   .contact .contact-left .info h2{
       font-size: 25px;  
   }
   .contact .contact-left .contact-addr{
       font-size: 16px;
       line-height: 20px; 
   }
   .contact .contact-form label{
       font-size: 16px; 
       line-height: 20px;
   }
   .contact .controw .contact-right button span{
       font-size: 25px; 
   }
   .contact .controw .contact-right .required-text{
       font-size: 16px; 
       line-height: 20px;
   }
   .contact .contact-right{
       margin-top: 90px; 
   }
   /* footer */     
   .bg-footer{
        left: 0;
        width: 100%;
   }
   #footer{
       margin: 0;
   }
        #footer .icon-xe{
            left: -65px;
        }
        #footer .icon-jeep{
            left: 47%;
        }
        #footer .info{
            padding: 220px 15px 0 15px;
        }
            #footer .info .aboutus{
                font-size: 15px;
                line-height: 26px;
            }
            #footer .info .contact{
                font-size: 15px;
                line-height: 26px;
                padding-left: 10px;
                padding-right: 0;
            }
                #footer .info .contact img{
                    width: 20px;
                    margin-right: 5px;
                }
                #footer .info .contact h3{
                    font-size: 20px;
                }
            #footer .info .follow{
                padding-left: 0;
            }
                #footer .info .follow .moduletable h3{
                    font-size: 20px;
                }
                #footer .info .follow .logo-f{
                    right: 0px;
                }
                    #footer .info .follow .logo-f img{                    
                        max-width: 100%;
                    }
    /* no price */
    #tours .box-cont .introimg .trans .info .title.noprice{
        padding-right: 67px;
        font-size: 14px;
        line-height: 20px;
    }
}
@media(min-width: 1200px) and (max-width: 1365px){
   .container-padd{
      padding: 0 50px;
   }
   #content-comp{
      padding: 0 30px 0 50px;
   }
   #header{
      width: calc(100% - 100px);
      left: 50px;
   }
   #logo img{
       width: 140px;
   }
   #social{
       margin-bottom: 10px;
   }
        #social h3{
            font-size: 18px;
        }
        #social img{
            width: 30px;
            height: 30px;
        }
        #social-sub{
            top: 78px;
        }
   #header-right{
        margin-top: 10px;
   }
   #mainmenu > ul > li{
       margin-left: 10px;
       padding-left: 10px;
   }
   #mainmenu > ul > li > a, 
   #mainmenu > ul > li > .separator{
       font-size: 27px; 
   }
   .modsing-page .articleBody{
       padding-left: 50px; 
   }
       .modsing-page .articleBody:before{
           left: 10px;  
       } 
       .modsing-page .articleBody .introtext{
           font-size: 18px;  
           line-height: 24px;
       }
       .modsing-page .articleBody h1{
           font-size: 40px;
       }
       .modsing-page .articleBody h1 img{
            width: 250px;
       }
       .modsing-page .articleBody .introtext .vetdo1{
            right: -45px;
       }    
       .modsing-page .articleBody .readmore a{
            padding: 0 30px;
       }
       .modsing-page .articleBody .introtext .vetdo9{
            top: 100px;
       }
   #mod-whyus .heading{
        padding-right: 50px;
   }
       #mod-whyus .heading .des{
            font-size: 18px;  
            line-height: 24px;
       }
        #mod-whyus .heading:after{
            right: 15px;
        }
        #mod-whyus .list .trans{
            padding: 35px 15px 10px 15px;
        }
        #mod-whyus .list .trans h4{
            font-size: 16px;
        }
            #mod-whyus .list .trans .cont {
                font-size: 14px;
                line-height: 18px;
            }
   #mod-listdes{
        margin-top: 30px;
   } 
       #mod-listdes .heading h2{
            font-size: 40px;
       }
       #mod-listdes .vetdo5{
            width: 250px;
            height: 271px;
            top: -100px;
       }
       #mod-listdes .vetdo6{
            top: -60px;
       }
       #mod-listdes .box-cont .col-top .intro{
            font-size: 20px;
            line-height: 24px;
       }
       #mod-listdes .box-cont .col-bot .box{
            height: 220px;
            width: calc(50% - 5px);
       }       
            #mod-listdes .box-cont .col-bot .box .box-img{
                padding: 15px;
            }            
                #mod-listdes  .box-cont .col-bot .box .box-img .trans span{
                    font-size: 18px;
                }                
       #mod-listdes .content-slider .tourslide .content-img .trans{
            max-width: calc(100% - 50px);
       }
   #mod-reviews .heading h3{
       font-size: 40px; 
   }
   #mod-reviews .box .lSSlideOuter{
       padding: 50px 50px 20px 50px;  
   }
   #mod-reviews .vetdo7{
       left: 40px;  
       top: 10px;
       width: 100px;
       height: 58px;           
   }
   #mod-reviews .vetdo8{
       width: 200px;
       height: 114px; 
       top: -15px;
   }
   #mod-reviews #review-slider .cont .intro{
       font-size: 16px;
       line-height: 24px;
       width: 100%;
       padding: 0 50px 0 160px;
   } 
   /* What make us */
   .content-category.makeus{
       padding: 0 30px;
   }
   .content-category.makeus .cont{
       padding: 30px 25px;
       font-size: 20px;
       line-height: 24px;
   }
   .content-category.makeus #makeus-content{
       margin: 0 -20px 30px -20px; 
   }
        .content-category.makeus #makeus-content #makeus-r{
            padding-left: 15px;
            font-size: 20px;
            line-height: 24px;
        }
   /* Why us */
   .content-category.whyus{
       padding: 0 30px;
   }
   .content-category.whyus .cont{
       padding: 30px 25px;
       font-size: 20px;
       line-height: 24px;
   }
        .content-category.whyus .cont h2{
            font-size: 22px;
            line-height: 28px;
        }
   /* Tours */
   #tours .box-cont{
        padding: 70px 70px 50px 70px;
   }
        #tours .box-cont .col{
            min-height: 450px;
        }
        #tours .box-cont .introimg,
        #tourdetail .other .introimg{
            padding: 5px;
        }
        #tours .box-cont .introimg .trans .info .title,
        #tourdetail .other .introimg .trans .info .title{
            font-size: 18px;
            line-height: 26px;
        }
        #tours .box-cont .introimg .trans .info .price, 
        #tourdetail .other .introimg .trans .info .price{
            font-size: 18px;
            line-height: 26px;
        }
   #tourdetail .heading h1,
   #tourdetail .heading .price,
   #tourdetail .other h3{
        font-size: 40px; 
   }
   #tourdetail #bookinginfo label{
        font-size: 18px;
   }    
   #tourdetail #bookingform #numberchild{
        width: 50%;
   }       
   #tourdetail #bookingform .policy{
        font-size: 20px;
        width: 50%;
   }
   #tourdetail #tourCont .overview .cont{
        font-size: 20px;
        line-height: 30px;
   }
   /* Story */
   .story .list #row1 .introtext,
   .story .list #row2 .introtext,
   .story .list #row3 .introtext{
       padding: 50px 50px; 
   }
       .story .list #row1 .introtext .des,
       .story .list #row2 .introtext .des,
       .story .list #row3 .introtext .des{
            font-size: 18px;
       }
   /* Event */
   .events .list .introtext .cont{
        padding: 0px 10px;
        font-size: 18px;
   }  
        .events .list .col-md-8{
            width: 60%;
            max-width: 60%;
            -webkit-flex: 0 0 60%; 
            flex: 0 0 60%;
        }
        .events .list .col-md-4{
            width: 40%;
            max-width: 40%;
            -webkit-flex: 0 0 40%; 
            flex: 0 0 40%;
        }
   /* About */
   .item-page .view .full .text{
        font-size: 18px;
   } 
   /* footer */     
   .bg-footer{
        left: 0;
        width: 100%;
   }
   #footer{
       margin: 0;
   }
        #footer .icon-xe{
            left: -65px;
        }
        #footer .icon-jeep{
            left: 47%;
        }
        #footer .info{
            padding: 220px 40px 0 40px;
        }
            #footer .info .aboutus{
                font-size: 17px;
                line-height: 28px;
            }
            #footer .info .contact{
                font-size: 17px;
                line-height: 28px;
                padding-left: 50px;
                padding-right: 0;
            }
                #footer .info .contact img{
                    width: 20px;
                    margin-right: 5px;
                }
            #footer .info .follow{
                padding-left: 0;
            }
                #footer .info .follow .logo-f{
                    right: 0px;
                }
                    #footer .info .follow .logo-f img{                    
                        max-width: 100%;
                    }  
}
@media(min-width: 1366px) and (max-width: 1810px){
   .container-padd{
      padding: 0 70px;
   } 
   #content-comp{
      padding: 0 30px 0 50px;
   }  
   #header{
      width: calc(100% - 140px);
      left: 70px;
   }
   #logo img{
       width: 200px;
   }
   #social{
       margin-bottom: 15px;
   }
   #mainmenu > ul > li{
       margin-left: 10px;
       padding-left: 10px;
   }
   #mainmenu > ul > li > a, 
   #mainmenu > ul > li > .separator{
       font-size: 28px; 
   }
   .modsing-page .articleBody{
       padding-left: 50px; 
   }
       .modsing-page .articleBody:before{
           left: 10px;  
       } 
       .modsing-page .articleBody .introtext{
           font-size: 18px;  
           line-height: 24px;
       }
       .modsing-page .articleBody h1{
           font-size: 40px;
       }
       .modsing-page .articleBody h1 img{
            width: 250px;
       }      
       .modsing-page .articleBody .introtext .vetdo1{
            right: -45px;
       }     
       .modsing-page .articleBody .readmore a{
            padding: 0 30px;
       }
       .modsing-page .articleBody .introtext .vetdo9{
            top: 100px; 
       }
       .modsing-page .articleBody .readmore a span{
            font-size: 25px;
       }
   #mod-whyus .heading{
        padding-right: 50px;
   }
       #mod-whyus .heading h3 span{
            font-size: 30px;
       }
       #mod-whyus .heading .des{
            font-size: 18px;  
            line-height: 24px;
       }
        #mod-whyus .heading:after{
            right: 15px;
        }
        #mod-whyus .list .trans{
            padding: 35px 15px 10px 15px;
        }
            #mod-whyus .list .trans h4{
                font-size: 17px;
            }
            #mod-whyus .list .trans .cont {
                font-size: 14px;
                line-height: 18px;
            }
   #mod-listdes{
        margin-top: 30px;
   } 
       #mod-listdes .heading h2{
            font-size: 40px;
       }
       #mod-listdes .vetdo5{
            width: 250px;
            height: 271px;
            top: -100px;
       }
       #mod-listdes .vetdo6{
            top: -60px;
       }
       #mod-listdes .box-cont .col-top .intro{
            font-size: 20px;
            line-height: 24px;
       }
       #mod-listdes .box-cont .col-bot .box{
            height: 220px;
            width: calc(50% - 5px);
       }       
            #mod-listdes .box-cont .col-bot .box .box-img{
                padding: 15px;
            }
            #mod-listdes .box-cont .col-bot .box .box-img .trans{
                padding: 10px 5px 5px 5px;
                font-size: 18px;
            }                
       #mod-listdes .content-slider .tourslide .content-img .trans{
            max-width: calc(100% - 50px);
       }
   #mod-reviews .heading h3{
       font-size: 40px; 
   }
   #mod-reviews .box .lSSlideOuter{
       padding: 50px 50px 20px 50px;  
   }
   #mod-reviews .vetdo7{
       left: 40px;  
       top: 10px;
       width: 100px;
       height: 58px;           
   }
   #mod-reviews .vetdo8{
       width: 200px;
       height: 114px; 
       top: -15px;
   }
   #mod-reviews #review-slider .cont .intro{
       font-size: 16px;
       line-height: 24px;
       width: 100%;
       padding: 0 50px 0 160px;
   }   
   /* What make us */
   .content-category.makeus{
       padding: 0 30px;
   }
   .content-category.makeus .cont{
       padding: 30px 25px;
       font-size: 20px;
       line-height: 24px;
   }
   .content-category.makeus #makeus-content{
       margin: 0 -20px 30px -20px; 
   }
        .content-category.makeus #makeus-content #makeus-r{
            padding-left: 15px;
            font-size: 20px;
            line-height: 24px;
        }
   /* Why us */
   .content-category.whyus{
       padding: 0 30px;
   }
   .content-category.whyus .cont{
       padding: 30px 25px;
       font-size: 20px;
       line-height: 24px;
   }
        .content-category.whyus .cont h2{
            font-size: 22px;
            line-height: 28px;
        }
   /* Tours */
   #tours .box-cont{
        padding: 70px 70px 50px 70px;
   }
        #tours .box-cont .col{
            min-height: 450px;
        }
        #tours .box-cont .introimg,
        #tourdetail .other .introimg{
            padding: 5px;
        }
        #tours .box-cont .introimg .trans .info .title,
        #tourdetail .other .introimg .trans .info .title{
            font-size: 18px;
            line-height: 26px;
        }
        #tours .box-cont .introimg .trans .info .price, 
        #tourdetail .other .introimg .trans .info .price{
            font-size: 18px;
            line-height: 26px;
        }
   #tourdetail .heading h1,
   #tourdetail .heading .price,
   #tourdetail .other h3{
        font-size: 40px; 
   }
   #tourdetail #bookinginfo label{
        font-size: 18px;
   }    
   #tourdetail #bookingform #numberchild{
        width: 50%;
   }       
   #tourdetail #bookingform .policy{
        font-size: 20px;
        width: 50%;
   }
   #tourdetail #tourCont .overview .cont{
        font-size: 20px;
        line-height: 30px;
   }
   #tourdetail #tourHigh .tabs li a span{
        font-size: 30px;
   }
   /* Story */
   .story .list #row1 .introtext,
   .story .list #row2 .introtext,
   .story .list #row3 .introtext{
       padding: 50px 50px; 
   }
       .story .list #row1 .introtext .des,
       .story .list #row2 .introtext .des,
       .story .list #row3 .introtext .des{
            font-size: 18px;
       }
   /* Event */
   .events .list .introtext .cont{
        padding: 0px 10px;
        font-size: 18px;
   }  
        .events .list .col-md-8{
            width: 60%;
            max-width: 60%;
            -webkit-flex: 0 0 60%; 
            flex: 0 0 60%;
        }
        .events .list .col-md-4{
            width: 40%;
            max-width: 40%;
            -webkit-flex: 0 0 40%; 
            flex: 0 0 40%;
        }
   /* About */
   .item-page .view .full .text{
        font-size: 18px;
   }   
   /* footer */     
   .bg-footer{
        left: 0;
        width: 100%;
   }
   #footer{
       margin: 0;
   }
        #footer .icon-xe{
            left: -65px;
        }
        #footer .icon-jeep{
            left: 50%;
        }
        #footer .info{
            padding: 220px 40px 0 40px;
        }
            #footer .info .aboutus{
                font-size: 17px;
                line-height: 28px;
            }
            #footer .info .contact{
                font-size: 17px;
                line-height: 28px;
                padding-left: 50px;
                padding-right: 0;
            }
                #footer .info .contact img{
                    width: 20px;
                    margin-right: 5px;
                }
            #footer .info .follow{
                padding-left: 0;
            }
                #footer .info .follow .logo-f{
                    right: 0px;
                }
                    #footer .info .follow .logo-f img{                    
                        max-width: 100%;
                    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
     #main{
        display: none;
     }   
     .rotalock{
        display: block;
        font-size: 30px;
        text-align: center;
        padding: 50px 20px 20px 20px;
     } 
}