html, body {
    background-image: url('../jpg/background.jpg');
    margin: 0px;
    
    color: white;
}

@font-face {
    font-family: h1Font;
    src: url("fonts/ITCEDSCR.TTF");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: h2Font;
    src: url("fonts/FREESCPT.TTF");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: h3Font;
    src: url("fonts/BRADHITC.TTF");
    font-weight: normal;
    font-style: normal;
   
}


h1 {
    margin-top: -15px;
    font-family: h1Font;
    font-size: 48px;
}

h2 {
    font-family: h2Font;
    font-size: 36px;
}
h3 {
    font-family: h3Font;
    font-size: 25px;
    color: #f8ce0b;
}

h4 {
    font-family: Arial;
    font-size: 14px;
    color: red;
    margin-top: -30px;
}

p {
    font-family: sans-serif;
    line-height: 24px;
}

.input-textinput, .datepicker {
    background: none;
    border: 1px double #DDD;
    box-shadow: 0 0 5px #333;
    color: #666;
    float: left;
    height: 25px;
    outline: none;
    text-indent: 5px;
    
}

.input-button {
    width: 45%;
    height: 30px;
    
    background-image: url("../jpg/button-skin.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    margin-left: -10px;
    border: none;
    
    color: white;
    padding: 0 5px 5px 0;
}

.page-wrapper {
    width: 980px;
    height: 100%;
    
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

/********************** Header ****************/
.background-glow-wrapper {
    width: 100%;
    height: 350px;
    background-image: url('../jpg/background-glow.png');
    background-repeat: no-repeat;
    background-position: center;
}

.header-wrapper {
    width: 100%;
    height: 158px;
    background-image: url('../jpg/header-img.jpg');
    background-repeat: no-repeat;
    background-position: center;
    
    margin-top: 10px;
}



/********************** Menu ****************/

.menu-wrapper {
    height: 40px;
    margin: 0 auto;
    bottom: -10px;
    position: relative;
}

ul {
    float:left;
    width:100%;
    padding:0;
    margin:0;
    list-style-type:none;
    text-align: center;
    font-family: sans-serif;
}

.menu-wrapper a {
    text-decoration: none;
    color: #ffb696;
    font-size: medium;
    text-align: center;
    font-weight: 400;
    
    float:left;
    width:6em;
    padding:0.4em 0.6em;
}

.menu-wrapper a:hover {
    background-image: url("../jpg/menu-bg.png");
    background-repeat: no-repeat;
    background-position: center;
}

li {display:inline-block;}




/********************** Banner ****************/

.slider {
    width: 100%;
    height: 390px;
    
    overflow:hidden;
    
    background-image: url("../jpg/banner-bg.jpg");
    border: solid;
    border-color: black;
    border-width: 2px;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

/********************** Content ****************/

.content-wrapper {
    width: 100%;
    height: 750px;
    position: relative;
    
    background-color: #160605;
    border: 0px solid;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    
    opacity: 0.8;
}

.left-bar {
    
    width: 100%;
    height: 100%;
    
    float: left;
}
.subpage-content{
    width: 96%;
    height: 70%;
    
    
}


div.ui-datepicker {
    font-size:12px;
}

.text-wrapper {
    width: 100%;
    margin: 30px;
    height: 200px;
}

.form-wrapper {
    width: 65%;
    height: 45%;
    margin: 20px;
    margin-top: -30px;
   
}



.emergency-contact{
    width: 300px;
    height: 100px;
    margin-right: -250px;
    margin-top: -350px;
    float: right;
    
}
.social-networking{
    width: 300px;
    height: 100px;
    margin-right: -390px;
    margin-top: -310px;
    float: right;
    
}

.landmark-location{
    font-family: sans-serif;
    margin-right: -250px;
    margin-top: -240px;
    float: right;
    
}
.contact-details{
    margin-top: -20px;
    line-height: 30px;
}

.contact-image{
    float: right;
    
    margin-right: 113px;;
    margin-top: -70px;
}
.map-wrapper{
    height: 300px;
    width: 550px;
    margin-left: -250px;
    position: absolute;
}

.map-content{
    height: 100%;
    width: 100%
}


.tariff-wrapper{
    font-family: serif;
    
    margin-left: -70px;
    margin-top: 35px;
    margin-right: 5px;
    
   



}
.gallery-wrapper {
    
    color: #23201f;
    width: 100%; height: 180px;
    position: absolute;
    bottom: 10px;
    
    background-color: #d6d6d6;
    border: 0px solid;
    border-radius: 20px;
}

.gallery-content {
    margin-top: -10px;
}

.jTscroller img {
    width: 150px; height: 100px;
    margin-left: 27px;
    border: solid 6px white;
    box-shadow: 2px 2px 5px black;
}

.footer-wrapper {
    position: absolute;
    bottom: 0px;
    
    width: 100%; height: 50px;
    margin-bottom: -50px;
    
    font-size: 12px;
    text-align: center;
}






















