root {
    display: block
}
@font-face{font-family:'thin';src:url('../fonts/Quicksand.otf');src:url('../fonts/Quicksand.otf?#iefix') format('embedded-opentype'),
               url('../fonts/Quicksand.otf') format('otf'),
               url('../fonts/Quicksand.otf')
}
@font-face{font-family:'regular';src:url('../fonts/Aleo.ttf');src:url('../fonts/Aleo.ttf?#iefix') format('embedded-opentype'),
               url('../fonts/Aleo.ttf') format('ttf'),
               url('../fonts/Aleo.ttf')
}
@font-face{font-family:'bold';src:url('../fonts/BigJohn.otf');src:url('../fonts/BigJohn.otf?#iefix') format('embedded-opentype'),
               url('../fonts/BigJohn.otf') format('otf'),
               url('../fonts/BigJohn.otf')
}
@font-face{font-family:'cursive1';src:url('../fonts/Pacifico.ttf');src:url('../fonts/Pacifico.ttf?#iefix') format('embedded-opentype'),
               url('../fonts/Pacifico.ttf') format('ttf'),
               url('../fonts/Pacifico.ttf')
}
@font-face{font-family:'thin1';src:url('../fonts/SlimJoe.otf');src:url('../fonts/SlimJoe.otf?#iefix') format('embedded-opentype'),
               url('../fonts/SlimJoe.otf') format('otf'),
               url('../fonts/SlimJoe.otf')
}
root {
    display:block
}
body,
html {
    width:100%;
    height:100%;
    padding:0;
    text-align:center;
    font-family:thin;
    display:relative;
    color:#444;
    background:#fff;
}

/*Header Styling along with the sliding Divs*/
header
{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFEB3B;
    background:url('../img/landing.jpg');
    background-size: auto 135%;
    background-position: 50% 50%;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
    padding-bottom: 100px;
}
header .back_effect
{
    height:100%;
    width:0%;
    display: block;
    position: fixed;
    top:0px;
    left:0px;
    z-index: 10;
    background: rgba(0,0,0,0.75);
    -webkit-transition:all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    -ms-transition:all .25s ease-in-out;
}
header .back_effect.move
{
    background: rgba(0,0,0,0.85);
    width:100%;
}
header h1
{
    color:#fff;
    line-height: 1em;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom:50%;
    margin:0;
    font-size: 7.5em;
    text-shadow: 3px 3px 0px rgba(0,0,0,.85);
    z-index: 2;
}
header .typography h1.upper
{
    margin-bottom:.5em;
    color:#FFEB3B;
    font-weight: bold;
    font-family: cursive1;
}
header .typography h1.lower
{
    margin-bottom:-1em;
    color: #FFF;
    font-weight: 100;
    font-family: thin;
    text-shadow: 2px 2px 0px #000;
}
header #btn_down
{
    position: absolute;
    height:30px;
    width:30px;
    padding:5px;
    border-radius: 50%;
    left:50%;
    bottom:150px;
    margin-left:-20px;
    border:2px solid #FFF;
    cursor: pointer;
}
header #TA_certificateOfExcellence531
{
    position: absolute;
    top:20px;
    right:10px;
}
/*Navigation Menu*/
nav.mainmenu
{
    position: fixed;
    top:0;
    left:-252px;
    width:250px;
    height:86%;
    margin: 0;
    padding: 0;
    padding-top:8%;
    z-index: 10;
    text-align: left;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out
}
nav.mainmenu.toggle
{
    left:0px;
}
#menu_switch
{
    position: fixed;
    width:40px;
    height: auto;
    top:10px;
    left:0px;
    padding:10px;
    cursor: pointer;
    z-index: 20;
}
.mainmenu a, .socialmenu a
{
    display: block;
    position: relative;
    width:100%;
    height:auto;
    text-align: center;
}
.socialmenu a img
{
    display: block;
    position: relative;
    width:36px;
    padding:0px;
    margin: 12px;
    border:2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}
.mainmenu a
{
    display: block;
    position: relative;
    width:80%;
    margin: 5%;
    margin-left:10%;
    height:50px;
    text-align: left;
    line-height: 50px;
    margin-bottom: 10px;
    color:#fff;
    font-family: regular;
    font-size: 1.25em;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
.mainmenu a img
{
    height:36px;
    width:auto;
    display: inline-block;
    margin:0px;
    margin-right: 5px;
    margin-left:-50px;
    vertical-align: top;
    padding:7px;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out
}
.mainmenu a:hover img
{
    margin-left:0;
    margin-right: 25px;
}
/*Social Menu*/
nav.socialmenu
{
    position: fixed;
    top:150px;
    right:-60px;
    width:60px;
    height:auto;
    margin: 0;
    padding: 0;
    z-index: 10;
    -webkit-transition:all .75s ease-in-out;
    -moz-transition:all .75s ease-in-out;
    -o-transition:all .75s ease-in-out;
    -ms-transition:all .75s ease-in-out
}
nav.socialmenu.toggle
{
    right:10px;
}
.socialmenu a 
{
    margin-bottom: 20px;
}
.socialmenu a img
{
    display: block;
    position: relative;
    width:35px;
    cursor: pointer;
}

/*Start of Page content*/
.page
{
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    margin:0;
    padding: 0;
    z-index: 0;
    text-align: center;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
    z-index: 1;
}
.page.type1
{
    padding-bottom: 0;
    
}
.page .title
{
    position: absolute;
    top:0px;
    font-family: regular;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    width:100%;
    margin:auto;
    margin-bottom: 50px;
    position: relative;
    display: block;
    cursor: default;
    text-transform: uppercase;
    color:#fff;
    background:url('../img/footer.png');
    background-size:100% auto ;
    height:70px;
    line-height: 70px;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    border-radius:  0px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    z-index: 1;

}
.page .title img
{
    width:40px;
    padding:10px;
    position: absolute;
    left:50%;
    margin:0;
    vertical-align: top;
    margin-left:-30px;
    top:70px;
    z-index: 10;
    border-radius: 40px 40px 0px 0px;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out
}
//for new gallery

    .page .title_new
{
    position: absolute;
    top:0px;
    font-family: regular;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    width:100%;
    margin:auto;
    margin-bottom: 50px;
    position: relative;
    display: block;
    cursor: default;
    text-transform: uppercase;
    color:#FFEB3B;
/*    background:url('../img/footer.png');*/
    background-size:100% auto ;
    height:70px;
    line-height: 70px;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    border-radius:  0px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    z-index: 1;

}
.page .title_new img
{
    width:40px;
    padding:10px;
    position: absolute;
    left:50%;
    margin:0;
    vertical-align: top;
    margin-left:-30px;
    top:70px;
    z-index: 10;
    border-radius: 40px 40px 0px 0px;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out
}

/*.page .title:hover img, .page .title.active img, .page .title.move img
{
    left:0px;
}*/
.page .header
{
    background:url('../img/footer.png');
    background-size: auto 100%;
    height:60px;
    width:120px;
    position: absolute;
    top:70px;
    left:50%;
    z-index: 1;
    margin-left:-60px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.75);
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out
}
.page .header1
{
    background:url('../img/footer.png');
    background-size: auto 100%;
    height:60px;
    width:120px;
    position: absolute;
    top:0px;
    left:50%;
    z-index: 1;
    margin-left:-60px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.75);
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out
}
.page .footer
{
    height:70px;
    width:100%;
    display: block;
    background:url('../img/footer.png');
    background-size: 100% auto;
    margin-top:70px;
    z-index: 2;
}
.page .footer1
{
    height:70px;
    width:100%;
    display: block;
    background:#F34F4F;
}
.page.type1 .title
{
    width:100%;
}
.page.type1 .footer
{
    margin-top:0;
}
.page.type1 .title
{
    margin-bottom: 0
}
.transist
{
    height:75%;
    width:100%;
    display: block;
    background:url('../img/landing.jpg');
    background-size: 100% auto;
    z-index: 0;
}
#transist0
{
    background:url('../img/transist/0.jpg');
    background-size: auto 150%;   
    background-position: 50% 50%;
    background-attachment: fixed;
}
#transist1
{
    background:url('../img/transist/1.jpg');
    background-size: auto 145%;   
    background-position: 50% 50%;
    background-attachment: fixed;
}
#transist2
{
    background:url('../img/transist/2.jpg');
    background-size: auto 145%;   
    background-position: 50% 50%;
    background-attachment: fixed;
}
#transist3
{
    background:url('../img/transist/3.jpg');
    background-size: auto 145%;   
    background-position: 50% 50%;
    background-attachment: fixed;
}
.transist h2
{
    position: relative;
    color:#fff;
    font-family: cursive1;
    font-size: 4em;
    text-align: left;
    width:90%;
    max-width: 1600px;
    margin:auto;
    font-weight: 100;
    top:5%;
    line-height: 1.2em;
    color:#FFEB3B;
    text-shadow: 0px 0px 10px #000;
}
.transist p
{
    position: relative;
    color:#fff;
    text-align: left;
    width:90%;
    display: block;
    max-width: 1600px;
    top:15%;
    margin:auto;
    font-size: 1.75em;
    line-height: 1.5em;
    font-family: regular;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000;
}
/*Design Sliders*/
.container
{
    width:100%;
    background: #eee;
    overflow: hidden;
    height:auto;
    margin:auto;
    position: relative;
    margin-bottom: 0;
    margin-top:-70px;
}
.container.container1
{
    margin-top:0;
}
.slider
{
    width:400%;
    left:-50%;
    text-align: left;
    height:auto;
    display: block;
    position: relative;
    padding:0;
    z-index: 0;
}
.container.container_gal .slider
{
    width: 600%;
    left:0;
}
.slider section
{
    width:16.67%;
    height:auto;
    position: relative;
    display: inline-block;
    margin: 0;
    background: #333;
    padding: 0;
    vertical-align: top;
    margin-bottom: -.1%;
    overflow: hidden;
}
.slider section:nth-child(3n+1)
{
    width: 16.66%;
}
.slider section img
{
    display: inline-block;
    position: relative;
    width: 100%;
    margin:0%;
    padding: 0;
}
.container span.button
{
    background:url('../img/slider/prev.svg');
    position: absolute;
    display: block;
    height: 80px;
    width: 80px;
    top:50%;
    left:5%;
    padding:0;
    margin-top:-40px;
    box-shadow: none;
    border:none;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 5;
}
.container span.button.next 
{
    background:url('../img/slider/next.svg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left:auto;
    right:5%;
}
.container .cover
{
    position: absolute;
    background: rgba(0,0,0,0.25);
    height:100%;
    width:16.66%;
    left: 0;
    top: 0;
    z-index: 2;
}

.container .cover.right
{
    left:auto;
    right:0px;
}
.container .cover_gal
{
    position: absolute;
    
    height:100%;
    width:16.66%;
    left: 0;
    top: 0;
    z-index: 2;
}
.container .cover_gal.right
{
    left:auto;
    right:0px;
}
.slider section div
{
    position: absolute;
    height:auto;
    width:60%;
    padding:1.5%;
    left:10px;
    top:-50%;
    font-size: 0.95em;
    display: block;
    z-index: 1;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.slider section div.infocus
{
    top:10px;
}
.slider section div h2
{
    font-family: regular;
    font-size: 2em;
    color: #F34F4F;
    position: relative;
    font-weight: bold;
}
.slider section div p
{
    font-family: thin;
    font-size: 1em;
    color:#fff;
}
/*About Styling*/
.about
{
    position: relative;
    display: inline-block;
    height:650px;
    border:none;
    min-width:25.5%;
    width:300px;
    max-width: 95%;
    padding:0;
    margin:1.5%;
    margin-top:3%;
    vertical-align: top;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    cursor: default;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
.about:hover
{
    background: #fff;
}
.about img
{
    width:90%;
}
.about h2
{
    font-family: thin;
    position: relative;
    margin:auto;
    width: 100%;
    overflow: hidden;
    margin-top:0px;
    display: block;
    padding:0;
    font-size: 1.5em;
    text-align: center;  
    background: #F34F4F;
    line-height: 3em;
    min-height: 3em;
    color:#FFF;
    border-bottom: 2px solid transparent;
    -webkit-transition:all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    -ms-transition:all .25s ease-in-out;
}
.about h2 a
{
    position: absolute;
    overflow:hidden;
    background: #FFF;
    display: inline;
    text-decoration: none;
    width:100%;
    top:-70px;
    left:0%;
    color: #555;
    height: 100%;
    -webkit-transition:all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    -ms-transition:all .25s ease-in-out;
}
.about:hover h2 a
{
    top:0;
}
.about:hover h2
{
}
.about p
{
    width:90%;
    padding:5%;
    padding-top:40px;
    display: block;
    text-align: center; 
    font-family: regular;
    font-size: 1.125em;
    color:#666;
    font-weight: bold;
    line-height: 1.75em;
}
/*Locations Page*/
#map
{
    height:600px;
    display: block;
    margin:auto;
    position: relative;
    width:100%;
}
/*Explore Panorama*/
.explore_env
{
    display: block;
    position: relative;
    width:100%;
    height:auto;
    margin-bottom: -6px;
}
.explore_env .wrap
{
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    -webkit-transition:all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    -ms-transition:all .25s ease-in-out;
}
.explore_env .wrap.move
{
    height:0px;
}
.explore_env .wrap a
{
    position: absolute;
    top:50%;
    left:50%;
    width:200px;
    height:50px;
    margin-top:-25px;
    margin-left:-100px;
    color:#FFF;
    font-size: 1.2em;
    font-family: thin;
    text-transform: uppercase;
    display: block;
    line-height: 50px;
    text-decoration: none;
    cursor: pointer;
    border:2px solid #fff;
    border-radius: 26px;

}
.logo{
    margin-left:20px;
    margin-top:50px;
}

.trip_tab{
    background: url('../img/footer.png');
    height: 30px;
    width: 100px;
    bottom: 0px;
    width:auto;
    z-index: 9;
    position: fixed;
    text-align: center;
    cursor: pointer;
    right: 0px;
    border-top: 2px solid #FFEB3B;
    border-bottom: 2px solid #FFEB3B;
}

.trip_tab:hover{
    border-top: 2px solid #F34F4F;
    border-bottom: 2px solid #F34F4F;
    background: #FFEB3B;
    transition: 1.5s;
}

.trip_main{
    height: 0px;
    width:240px;
    transition: all 0.5s;
}
.trip_main:hover{
    /*    transition: 5s;
        height: auto;*/

}
.trip_tab a{
    text-decoration: none;

}
.trip_img{
    width: 50px;
    height: auto;
}
.review{
    text-align: center;
    font-size: 25px;
    vertical-align: 6px;
    font-family: thin;
}

/*Trip Advisor Widgets*/
#TA_cdsscrollingravewide235, #TA_selfserveprop578, #TA_restaurantWidgetGreen47
{
    display: inline-block;
    margin:2.5%;
    vertical-align: top;
   
}

/*for explore close button*/
.close_explore img{
    z-index: 2;
    height:auto;
    width:30px;
    right:70px;
    position: absolute;
    top:15px;
    cursor: pointer;
}
.close_explore img :hover{
    width:50px;
}
.explore_env .wrap.move2
{
    height:100%;
}
.animated img{
    height: 36px;
    width: auto;
    padding-right:20px;
}
.footer a{
    text-decoration: none;
    line-height: 400%;
    color: #fff;
    font-weight: bold;
}
/*menu list fixed*/
.menulink{
    position: fixed;
    background: #ff5151;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
}
.menulink a{
    color:#fff;
    text-decoration:none;
}
marquee{
    color: red;
    font-weight: 700;
    font-size: 16px;
    background: #ffffffa1;
}
@media only screen and (max-width:480px){
    header  h1{

        font-size: 3em; 

    }
    #TA_certificateOfExcellence531{
        display: none;
    }

    .transist h2{
        font-size: 2em;
    }
    .transist p{
        font-size: 1em;
        line-height: 1.8em;
    }
    nav.socialmenu.toggle
    {
        right:0px;
    }
     .page .header{
        display: none;
    }
    .page .title img{
        display: none;
    }
    .container span.button.next{
        background-size: 20%;
    }
    .container span.button{
        background-size: 20%;
    }
    .slider section div h2{
        font-size: 1em;
    }
    .slider section div p{
        font-size: 0.7em;
        line-height:9px;
    }
    .slider section div{
        width:100%;
    }

    #CDSWIDSSP{
        max-width:300px;
    }
    #CDSSCROLLINGRAVE.wide{
        max-width:280px;
    }
    .close_explore img{

        height:auto;
        width:13%;
        top: 6%;
        right: 3%;
    }
    .close_explore img:hover{
        width:14%;
    }
    .container .infocus p{
        display: none;
    }
    .transist{
        height:60%;
    }
    
    .contact_img img{
        height: 36px;
        width: auto;
        padding-right: 20px; 
        display: block;
    }
    .contact_para{
        font-size: 1em;
        position: relative;
        color: #fff;
        text-align: left;
        width: 90%;
        display: block;
        max-width: 1600px;
        top: 15%;
        margin: auto;
        line-height: 1.5em;
        font-family: regular;
        font-weight: bold;
        text-shadow: 0px 0px 5px #000;
    }
    nav.mainmenu{
        top:10%;
    }
    .mainmenu a{
        height: 50px;
        line-height: 40px;
    }
}

@media only screen and (max-width:320px){
    header  h1{

        font-size: 2.5em; 

    }
    #TA_certificateOfExcellence531{
        display: none;
    }

    .transist h2{
        font-size: 1.5em;
    }
    .transist p{
        font-size: 0.8em;
        line-height: 2em;
    }
    nav.socialmenu.toggle
    {
        right:0px;
    }
    #CDSWIDSSP{
        width:300px;
    }
    .page .header{
        display: none;
    }
    .page .title img{
        display: none;
    }
   .container span.button.next{
        background-size: 20%;
    }
    .container span.button{
        background-size: 20%;
    }
    .slider section div h2{
        font-size: 1em;
    }
    .slider section div p{
        font-size: 0.5em;
        line-height: 9px;
    }
    .slider section div{
        width:100%;
    }
    #CDSWIDSSP{
        max-width:300px;
    }
    #CDSSCROLLINGRAVE.wide{
        max-width:280px;
    }
    .close_explore img{

        height:auto;
        width:13%;
        top: 7%;
        right: 4%;
    }
    .close_explore img :hover{
        width:14%;
    }
     .container  p{
        display: none;
    }
    .transist{
        height:60%;
    }
   
    .contact_img{
        width:10%;
        padding-top: 10%;
    }
     
     .contact_img img{
        height: 36px;
        width: auto;
        padding: 10px 0 10px 0; 
        display: block;
        
        
    }
    .contact_para{
        font-size: 1em;
        position: relative;
        color: #fff;
        text-align: left;
        width:80%;
        top:-50%;
        display: block;
        max-width: 1600px;
        top: -45%;
        margin: auto;
        line-height: 1.5em;
        font-family: regular;
        font-weight: bold;
        text-shadow: 0px 0px 5px #000;
    }
    .contact_para p{
        padding-bottom: 10px;
    }
    nav.mainmenu{
        top:10%;
    }
    .mainmenu a{
        height: 40px;
        line-height: 40px;
    }
}


