/****************
** RESET CSS
****************/
* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
    }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img, abbr {
	border: 0;
	}
address, caption, cite, code, dfn, em, 
h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
ul { list-style: none; }
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/*************************
** BASE CLASSES
*************************/
strong { font-weight: bold;}
a {
    color: #43bada;
    text-decoration: none;
    }
a:hover { color: #111111; }
body {
    font-family: arial, 'lucida grande', tahoma, verdana, sans-serif;
    }
#container {
    width: 950px;
    margin: 0px auto;
    background: white;
    font-family: arial, 'lucida grande', tahoma, verdana, sans-serif;
    font-size: 12px;
    color: #717171;
    min-height:100%;
    }
/********************
** HEADER & MENU
*********************/
#header {
    width: 100%;
    margin: 20px 0px 10px 0px;
    height: 110px;
    }
#logo {
    float:left;
    position: absolute;
    }
#logo a { line-height: 80px;}
#menuCont {
    float: left;
    position: absolute;
    }

#menu, #menu li { list-style: none; }
#menu {
    margin: 30px 0px 0px 475px;
    float: left;
    }
#menu li {
    background: url("images/menu-ibg.gif") repeat-x;
    float: left;
    margin-left: 20px;
    font-size: 15px;
    padding-top: 5px;
    }
#menu li a {
    display: inline;
    font-size: 14px;
    text-decoration: none;
    line-height: 30px;
    padding: 0px 2px 7px 2px;
    color: #484848;
    }
#menu li a:hover,#menu li a.active  { color: #43bada; }
#menu li.active a {   
    background: white;
    color: #4f98e7;
    font-weight: bold;
    cursor: default;
    }
/***************************
** THE SLIDER CLASS
** @USE: INDEX
***************************/
.sliderA {
    height: 239px;
    width: 950px;
    overflow: hidden;
    }
.sliderA .item {
    display: block;
    z-index: 999;
    position: absolute;
    height: 239px;
    width: 725px;
    }
.sliderA .item .title {
    font-size: 26px;
    font-style: italic;
    color: white;
    margin: 30px 0px 20px 30px;
    }
.sliderA .item .text {
    overflow: hidden;
    width: 260px;
    height: 185px;
    margin-left: 30px;
    color: white;
    text-align: justify;
    }
.sliderA .item .img img {
    border-left: 1px solid white;
    width: 400px;
    height: 239px;
    }
.sliderA .item .lmore {
    margin-top: 20px;
    width: 58px;
    height: 25px;
    padding: 0px 10px 0px 10px;
    background: white;
    }
.sliderA .item .lmore a {
    text-decoration: none;
    line-height: 25px;
    font-weight: bold;
    }
#ci2 .lmore a { color: #3b5998;}
#ci2 { background: #3b5998; }
/**#n-ci1 { background-color: #3b5998; }**/

#ci1 .lmore a { color: #8db526;}
#ci1 { background: #8db526; }
/**#n-ci2 { background-color: #8db526; }**/

#ci3 .lmore a { color: #6d216b;}
#ci3 { background: #6d216b; }
/**#n-ci3 { background-color: #68266d; }**/

.sliderA .item .lmore:hover a { color: black; }

.sliderA .nav {
    position: absolute;
    width: 225px;
    margin-left: 725px;
    }
.sliderA .nav .nitem {
    height: 79px;
    /*background: #534b3f;*/
    background: #6B6355;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    color: white;
    }
.sliderA .nav .nitem .title {
    padding: 31px 0px 10px 30px;
    font-size: 15px;
    font-weight: bold;
    }
.sliderA .nav .nitem .title a {
    color: white;
    text-decoration: none;
    }
.sliderA .nav .nitem .text {
    margin-left: 30px;
    color: #b2b0ac;
    font-size: 11px;
    width: 165px;
    height: 45px;
    /*text-align: justify;*/
    overflow: hidden;
    }
.sliderA .nav .nitem:hover, .sliderA .nav .nitem.active {
    background: #7b7367;
    cursor: pointer;
    }
.sliderA .nav .nitem.active { background: #7b7367 url("images/arrow1.gif") no-repeat 7px 34px; }

.sliderA.b {
    height: 105px;
    margin-bottom: 50px;
    }
.sliderA.b .item { height: 105px; }
.sliderA.b .item .text {
    font-size: 14px;
    width: 680px;
    height: 78px;
    margin-top: 10px;
    }

/******************
** THE FOOTER CLASS
******************/
#footer {
    width: 100%;
    color: #696969;
    margin-top: 130px;
    font-size: 11px;
    
    position: relative;
	margin-top: 10px; /* negative value of footer height */
	height: 33px;
	clear:both;
    }
 html, body {height: 100%;}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
    }
 /**http://www.cssstickyfooter.com/using-sticky-footer-code.html**/
#footer .txt {
    padding: 10px;
    background: #EBEBEB;
    width: 923px;
    margin: auto;
    text-align: center;
    }
#footer .txt a {
    color: #484851;
    text-decoration: none;
    font-weight: bold;
    }
#footer .txt a:hover { color: #879199; }
/****************************
** CONTENT BOX "A"
** @USE: INDEX
****************************/
.contentA { margin-top: 30px; max-width: 950px; }
/*.contentA .col-a, .contentA .col-b, .contentA .col-c { width: 33%; }*/
.contentA .col-a { width: 300px; padding-right: 10px; }
.contentA .col-b { width: 300px; padding: 0px 10px 0px 10px;}
.contentA .col-c { width: 300px; padding-left: 10px; }

.contentA .title {
    background: url("images/line-hor.gif") bottom repeat-x;
    font-size: 22px;
    padding-left: 5px;
    height: 35px;
    margin-bottom: 11px;
    }
    
.contentA .text {
    margin-top: 14px;
    text-align: justify;
    }
.contentA .next {
    margin-top: 14px;
    /*text-align: right;
    font-style: italic;*/
    }
.contentA .next a {
    color: #43bada;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    }
.contentA .next a:hover { color: #111111; }

.contentA .sitem {
    background: url("images/symbol_ok.png") left top no-repeat;
    padding: 0px 0px 10px 30px;
    font-size: 14px;
    font-weight: bold;
    }
.contentA .sitem .sub {
    font-weight: normal;
    font-size: 13px;
    }
.contentA .sititle {
    font-size: 16px;
    margin: 10px 0px 10px 0px;
    font-weight: bold
    }
.contentA .text.nopipe .sitem {
    background: none;
    padding-left: 0px;
    font-size: 12px;
    
    }
/** CONTACT POST **/
#postform { font-weight: bold;}
#postform input, #postform textarea{
    font-family: arial, 'lucida grande', tahoma, verdana, sans-serif;
    /*border: 1px solid #E8E8E8;*/
    border: 1px solid #C8C8C8; 
    font-size: 13px;
    line-height: 13px;
    color: #353535;
    width: 290px;
    margin: 6px 0px;
    padding: 3px;
    resize: none;
    font-weight: normal;
    }
#postform textarea { height: 100px;}
#postform #submit {
    width: 298px;
    cursor: pointer;
    }
.boxOK {
    text-align: center;
    border: 1px solid #30D901;
    background: #BDFEB3;
    padding: 10px;
    margin: 30px 0px;
    }
.boxFAIL {
    text-align: center;
    border: 1px solid #FFFB01;
    background: #FFFBB6;
    padding: 10px;
    margin: 30px 0px;
    }
    
/** DIRESTIONS SIDEBAR **/
.xtitle {
    font-weight: bold;
    font-size: 14px;
    }
.xcont {
    margin: 10px 0px;
    }
    
/** BOOKING ARRANGE **/
#bkng {
    margin-top: 10px;
    border: 1px solid #E8E8E8;
    padding: 1px 5px 5px 8px;
    width: 485px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    }
#bkng .label {
    font-size: 15px;
    line-height: 15px;
    padding-top: 4px;
    }
#bkng select {
    font-family: arial, 'lucida grande', tahoma, verdana, sans-serif;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #E6E6E6;
    background: #EFEFEF;
    margin: 0px 4px 0px 4px;
    }
#bkng .inputsubmit {
    font-family: arial, 'lucida grande', tahoma, verdana, sans-serif;
    font-size: 13px;
    line-height: 13px;
    padding: 4px;
    width: 85px;
    font-weight: bold;
    cursor: pointer;
    }
    
#policity {
    list-style: disc;
    list-style-type: disc;
    display: block;
    }
#policity li {
    display: list-item;
    margin: 0px 0px 3px 20px;
    }
.decorme {
    background: url("images/_decorme.jpg") #fff bottom right no-repeat;
    }

/*** GALLERY **/
#hostelGallery, #barGallery {
    padding-left: 4px;
    }
#hostelGallery a img, #barGallery a img {
    width: 65px;
    height: 65px;
    float:left;
    margin: 0px 10px 10px 0px;
    }
.ico.print {
    background: url('images/print.gif') no-repeat top right;
    width: 32px;
    height: 32px;
    float: right;
    margin-top:-5px;
    }
.lnksep {
    font-weight:bold; margin: 7px 0px 0px 2px;
}
