/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* No Script */

#ns-overlay {
	position: fixed; 
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%; 	
	background: #2b3134;
	z-index: 99999;
}

#ns-wrapper {
	width: 650px;
	height: 322px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -325px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -161px;	/* Half the height of the DIV tag which is also 50 pixels */
}

#ns-content {
	padding: 40px;
	background: #151515;
}

#ns-content p {
	margin: 15px 0;
	font-size: 12px;
	color: #fff;
}

/* Global */

h1 {
	margin: 0 0 15px 0;
	color: #6c8861;
	font-size: 38px;
	letter-spacing: -1px;
}

h1 cufon {
	padding: 0 0 6px 0;
}

h2 {
	margin: 0 0 20px 0;
	color: #6c8861;
	font-size: 22px;
	letter-spacing: -1px;
}

h3 {
	margin: 0 0 15px 0;
	color: #6b664b;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -1px;
}

h3 cufon {
    padding-bottom: 5px;
}

h4 {
	margin: 0 0 15px 0;
	color: #6c8861;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -1px;
}

p {
	margin: 0 0 16px 0;
	color: #5f5c47;
	line-height: 18px;
}

p strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	outline: none;
}

hr {
	margin: 0 0 16px 0;
	width: 100%;
	height: 1px;
	background-color: #c2c3b7;
	border: none;
}

.map {
    width: 572px;
    height: 244px;
}

.clear {
	clear: both;
}

.divider {
	display: block;
	margin: 20px 0;
	width: 100%;
	height: 1px;
	background-color: #c2c3b7;
}

body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

/* Main CSS */

html, body {
	height: 100%;
	background: #edf0e7 url(../img/bg.png) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2b3134;
}

#wrapper { min-height: 100%; }

#main {
	position: relative;
	margin: 0 auto;
	padding-bottom: 300px;
    width: 960px;
}

#header {
	position: relative;
	height: 130px;
	background: url(../img/header-bg.png) top left no-repeat;
}

#header .title {
	position: relative;
	top: 24px;
	color: #fff7c1;
	font-size: 35px;
}

#header .search {
	position: absolute;
	top: 18px;
	right: 0;
	width: 240px;
	height: 40px;
	background: #fff;
}

#search-form input {
	margin: 0 0 0 40px;
	width: 172px;
	height: 12px;
	background: #fff;
	font-size: 12px;
	color: #2e3e49;
	padding: 14px 12px;
	border: none;
}

#search-form input.search-button {
	position: relative;
	padding: 0;
	float: left;
	top: -32px;
	left: -30px;	
	width: 28px;
	height: 23px;
	background: url(../img/search-button.png) no-repeat 0 0;
	cursor: pointer;
	border: none;
	text-indent: -99999px;
	display: inline;
}

#search-form input.search-button:hover {
	background: url(../img/search-button.png) no-repeat 0 -23px;
}

/* Menu */

#menu {
	position: absolute;
	top: 90px;
}

.nav {
	font-size: 13px;
	width: 100%;
	z-index: 100;
}

.nav ul {	
	list-style-type: none;
}

.nav ul li {
	display: inline;
	position: relative;	
	float: left;
}

.nav ul li a {
	display: block;
	margin: 0 0 0 2px;
	padding: 14px 16px 14px 16px;	
	text-decoration: none;
	color: #4e4f4d;
}

* html .nav ul li a {
	display: inline-block;
}

.nav ul li a:link, .nav ul li a:visited {
	color: #fff;
}

.nav ul li a.active {
	background: #fff url(../img/arrow-selected.png) no-repeat 10px 40px;
	color: #4e4f4d;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.nav ul li a:hover {
	color: #4e4f4d;
	background: #fff url(../img/arrow-selected.png) no-repeat 10px 40px;	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.nav ul li ul {
	display: none;
	position: absolute;
	left: 0;	
	visibility: hidden;
}

.nav ul li ul li {
	display: list-item;
	float: none;
	padding: 0 12px;
	background: url(../img/menu.png);
}

.nav ul li ul li:hover {
	background: #556f4a;
}


.nav ul li ul li:last-child {
	border-bottom: none;
}

.nav ul li ul li ul {
	top: 0;
}

.nav ul li ul li a {
	padding: 8px 14px 8px 2px;
	width: 160px;
	line-height: 16px;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	border-bottom: 1px solid #444136;
}

.nav ul li ul li:last-child a {
	border-bottom: none;
}

.nav ul li ul li a:hover {
	color: #fff7c1;
	background: #556f4a;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #556f4a;
}

.nav ul li ul li a.active {
	color: #fff7c1;
	background: none;
	border-bottom: 1px solid #444136;
}

* html .nav { height: 1%; }

.down-arrow {
	display: none;
	position: absolute;
	top: 20px;
	right: 7px;
}

.right-arrow {
	position: absolute;
	top: 10px;
	right: 12px;
}

/* Main slider */

#slider {
	position: relative;
	top: 25px;
	width: 570px;
	height: 300px;
	background: #fff;
}

/* Breadcrumbs */

.breadcrumbs {
	float: left;
	margin: 0 0 20px 0;
}

.breadcrumbs li {	
	display: inline;
	padding: 2px 4px 5px 12px;
	background: url(../img/breadcrumbs.png) 0 5px no-repeat;
}

.breadcrumbs li:first-child {	
	padding: 2px 4px 5px 0;
	background: none;
}

.breadcrumbs li a {
	font-size: 12px;
	color: #4e4f4d; 
	padding: 0 2px 0 0;
	text-decoration: none;
}

.breadcrumbs li a:hover {
	color: #bf2435;
}


/* Content */

#content {
	position: relative;
	float: left;
	top: 50px;
	width: 570px;
	z-index: 1;
}

#content a {
	color: #516b47;
}

#content a:hover {
	color: #353223;
}

#content .image {
	float: left;
	padding: 0 10px 10px 0;
}

#content .line {
	margin: 20px 0;
	border-bottom: 1px solid #c2c3b7;
}

#content .left {
	float: left;
	width: 260px;
}

#content .right {
	float: right;
	width: 280px;
	padding: 0 0 0 25px;
	border-left: 1px solid #c2c3b7;
}

#content .right input {
	margin: 0 0 7px 0;
	width: 264px;
	border: 1px solid #c2c3b7;
	padding: 8px;
	color: #5f5c47;
}

#content .right textarea {
	width: 264px;
	border: 1px solid #c2c3b7;
	padding: 8px;
	color: #5f5c47;
}

button {  
	float: left;  
	margin: 15px 10px 0 0;
	padding: 0 22px 0 0;  
	height: 30px;  
	border: 0;  
	cursor: pointer;  
	text-align: center;
	color: #fff;  
	background: transparent url(../img/submit-button.png) no-repeat right top;  
	font-size: 12px;
	overflow: visible;
}  
      
button span {  
	display: block;
	padding: 0 0 0 22px;  
	height: 30px;  
	line-height: 29px;  
	white-space: nowrap;  
	background: transparent url(../img/submit-button.png) no-repeat left -30px;  
}  

button:hover,  
button:focus {  
	background-position: right -60px;
	color: #fff7c1;
}  
  
button:hover span,  
button:focus span {  
	background-position: left -90px;  
}
  
button::-moz-focus-inner /* fixing evil default firefox padding */ {  
	padding: 0;  
	border: none;  
}

.success {
	margin: 0 0 15px 0;
	padding: 10px;
	background: #556f4a;
	color: #fff7c1;
	font-size: 11px;
	line-height: 16px;
}

#content ul  {
	margin: 10px 0 15px 0;
	padding: 0;	
	list-style-type: none;
	clear: both;
}

#content ul li {	
	padding: 5px 0px 5px 20px;
	background: url(../img/arrow.png) 0px 6px no-repeat;
	line-height: 16px;
	color: #5f5c47;
}

#content ul.list li {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: none;
	border-bottom: 1px solid #c2c3b7;	
}

#content ul.list li:last-child {
	border-bottom: none;	
}

#content ul.list li h2 {
	margin: 0 0 10px 0;	
}

#content ul.list li a.button-more {
	display: block;
	margin: 16px 0 0 0;
	padding: 9px 9px;
	width: 92px;
	height: 12px;
	background: url(../img/button-more.png) 0 0 no-repeat;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	cursor: pointer;	
}

#content ul.list li a.button-more:hover {
	background: url(../img/button-more.png) 0 -30px no-repeat;
	color: #fff7c1;
	
}

#content .tours-left {
	float: left;
	margin: 0 0 20px 0;
	width: 352px;	
}

#content .tours-left .name {
	margin: 0 0 10px 0;
	color: #6b664b;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -1px;
}

#content .tours-left .date {
	margin: -5px 0 0 0;
	color: #6b664b;
	font-weight: bold;
	line-height: 16px;
}

#content .tours-right {
	float: right;
	margin: 0 0 20px 0;
	width: 200px;
}

#content .tours-right .info {
	margin: 0 0 12px 0;
	color: #5f5c47;
	font-weight: bold;
	text-align: right;
}

#content .tours-right .price {
	margin: 0 0 10px 0;
	color: #5f5c47;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align: right;
}

#content a.button-booking {
	float: right;
	display: block;
	margin: 0;
	padding: 10px 9px;
	width: 138px;
	height: 10px;
	background: url(../img/button-booking.png) 0 0 no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;	
}

#content a.button-booking:hover {
	background: url(../img/button-booking.png) 0 -30px no-repeat;
	color: #fff7c1;
	
}

a.button-request {
	display: block;
	margin: 0;
	padding: 10px 9px;
	width: 172px;
	height: 10px;
	background: url(../img/button-request.png) 0 0 no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;	
}

a.button-request:hover {
	background: url(../img/button-request.png) 0 -30px no-repeat;
	color: #fff7c1;
}

a.button-request-page {
	float: right;
	display: block;
	margin: 0;
	padding: 10px 9px;
	width: 172px;
	height: 10px;
	background: url(../img/button-request.png) 0 0 no-repeat;
	color: #fff !important;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;	
}

a.button-request-page:hover {
	background: url(../img/button-request.png) 0 -30px no-repeat;
	color: #fff7c1 !important;
}

#content .bird-block {
	padding: 14px 16px;
	color: #fff;
	background: #556f4a;
	line-height: 16px;
}

#content .bird-block p {
	margin: 0;
	color: #fff;
	line-height: 16px;
}

/* Paginacija */

#content ul.MarkupPagerNav {
    clear: both;
    margin: 20px 0;
}

#content ul.MarkupPagerNav li {
    display: inline;
    list-style: none;
    margin: 0;
	background: none;
}

#content ul.MarkupPagerNav li a,
#content ul.MarkupPagerNav li.MarkupPagerNavSeparator {
    display: block;
    float: left;
    padding: 7px 12px;
    color: #fff7c1;
    background: #2b2923;
	margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#content ul.MarkupPagerNav li a:hover {
    color: #fff;
    background: #556f4a;
    text-decoration: none;
}

#content ul.MarkupPagerNav li.MarkupPagerNavOn a {
    color: #fff;
    background: #556f4a;
    text-decoration: none;
}

#content ul.MarkupPagerNav li.MarkupPagerNavSeparator {
    display: inline;
    color: #777;
    background: #d2e4ea;
    padding-left: 5px;
    padding-right: 5px;
}

/* Reasons list */

table.reasons
{
	margin: 0 0 15px 0;
	color:#5f5c47;
	background:#edf0e7;
	border-collapse:collapse;
	width:572px;
	border:5px solid #556f4a;
}

table.reasons thead th
{
	padding: 10px 6px 13px 6px;
 	font-size: 12px;
	font-weight: bold;
 	text-align:left;
	background:#556f4a;
	color: #fff;
}

table.reasons td
{
	padding: 10px 8px;
	border-right: 1px solid #b2bc9e;
}

table.reasons tbody tr.odd td
{
	background: #cfd8be;
}

/* Bird list */

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Table style  
----------------------------------------------------------*/
table.birdlist
{
	width: 100%;
}

table.birdlist thead
{
	background: #524e37;
	color: #fff;
	width: 542px !important;
}

table.birdlist tbody
{
	width: 542px !important;
}

table.birdlist tr td,
table.birdlist tr th
{
	border: solid 1px #b0ab8a;
	margin: 0;
	padding: 6px 0;
	vertical-align: middle !important;
}

table.birdlist tr td
{
	text-align: center;
	background-color: #fff;
	color: #444;
}

table.birdlist tbody tr.alt td
{
	background-color: #e4ecf7;
}

table.birdlist tr.over td,
table.birdlist tbody tr.alt.over td
{
	background-color: #bcd4ec;
	color: #000;
}

table.birdlist a
{
	color: #2a4a73;
	text-decoration: underline;
}

table.birdlist a:hover
{
	text-decoration: none;
}

table.birdlist a:visited
{
	color: #bccedc;
}

/* Sidebar */

#sidebar {
	position: relative;
	margin-top: -270px;
	float: right;
	right: 0;
	width: 372px;
}

#sidebar .title {
	margin: 15px 0 20px 12px;
	color: #6c8861;
	font-size: 26px;
}

#sidebar .content {
	padding: 11px;
	width: 352px;
	background: #fff;
}

#sidebar .content ul.blocks li {
	width: 336px;
	height: 200px;
	border-top: 7px solid #edf0e7;
	border-left: 7px solid #edf0e7;
	border-right: 7px solid #edf0e7;
}

#sidebar .content ul.blocks li:last-child {
	border-bottom: 7px solid #edf0e7;
}

#sidebar .content ul.blocks li .title {
	position: relative;
	margin-top: -80px;
	right: 12px;
	width: 294px;
	padding: 16px 16px 16px 26px;
	background: #524e37 url(../img/sidebar-arrow.png) left center no-repeat;
	color: #fff;
	font-size: 15px;
}

#sidebar .content ul.blocks li .title a {
	color: #fff;
}

#sidebar .content ul.blocks li .title a:hover {
	color: #fff7c1;
}

/* Bars */

ul.bars  {
	margin: 20px 0 0 0;
}

ul.bars li {
	display: block;
	padding: 24px 30px;
	width: 312px;
	background: #556f4a;
}

ul.bars li .phrase {
	color: #fff;
	font-size: 24px;
	letter-spacing: -1px;
}

/* Footer */

#footer {
	position: relative;
	top: 50px;
	margin: 0;
	height: 300px;
	clear: both;
	background: url(../img/footer.png) top center no-repeat;
} 

#footer .content {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#footer .content .top {
	position: absolute;
	margin: 144px 0 0 250px;
	color: #fff;
	font-size: 11px;
}

#footer .content .top .left {
	float: left;	
	margin: 42px 20px 0 0;
	width: 44px;
}

#footer .content .top .right {
	float: right;
}

#footer .content .top .right p {
	margin: 0 0 4px 0;
}

#footer .content .bottom {
	position: relative;
	top: 260px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#footer .content .bottom .left {
	float: left;
}

#footer .content .bottom .right {
	float: right;
	width: 530px;
	overflow: hidden;
}

ul.authors {
	position: relative;

}
ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #404230;
}

#footer span.title {
	color: #fff;
	font-size: 24px;
}

#footer span.title cufon {
	margin: 0 0 10px 0;
}

#footer span {
	color: #658458;
}

#footer a {
	color: #658458;
}

#footer a:hover {
	color: #fff;
}

#footer .limiter {
	margin: 0 6px;
	color: #474236;
}

#footer .page-top a {
	position: absolute;
	top: 192px;
	right: 0;
	display: block;
	width: 31px;
	height: 31px;
	background: url(../img/top.png) 0 0 no-repeat;
	text-indent: -99999px;
	cursor: pointer;
}

#footer .page-top a:hover {
	background: url(../img/top.png) 0 -31px no-repeat;
}

/* Slider */

.nivoSlider {
	position:relative;
	list-style-type: none;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

.nivo-caption {
	position:absolute;
	right:0px;
	bottom:20px;
	background: #556f4a;
	color:#fff;
	opacity:0.8;
	z-index:8;
	text-align: right;
}
.nivo-caption p {
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 24px;
	padding:18px 20px;
	margin:0;
	color:#fff;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
	position:absolute;
	top:15px;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background: #fff;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:31px;
	height:31px;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background: url(../img/slider-controls.png) 0 -31px no-repeat;
	left:52px;
}

a.nivo-prevNav {
	background: url(../img/slider-controls.png) 0 0 no-repeat;
	left:15px;
}

a.nivo-nextNav:hover {
	background: url(../img/slider-controls.png) -31px -31px no-repeat;
	right:15px;
}
a.nivo-prevNav:hover {
	background: url(../img/slider-controls.png) -31px 0 no-repeat;
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Arial, Helvetica, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* Carousel */

#carousel { margin: 0 0 25px 0; height: 104px; overflow:hidden; }
#carousel .viewport { float: left; width: 572px; height: 104px; position: relative; }
#carousel .buttons { position: absolute; top: 36px; display: block; float: left; width: 31px; height: 31px; text-indent: -99999px; }
#carousel .prev { left: 12px; background: url(../img/slider-controls.png) 0 0 no-repeat; }
#carousel .next { right: 12px; background: url(../img/slider-controls.png) 0 -31px no-repeat; }
#carousel .buttons:hover { background: url(../img/slider-controls.png) -31px 0 no-repeat; }
#carousel .next:hover { background: url(../img/slider-controls.png) -31px -31px no-repeat; }
#carousel .disable-prev,
#carousel .disable-prev:hover { background: none; cursor: default; }
#carousel .disable-next,
#carousel .disable-next:hover { background: none; cursor: default; }
#carousel .disable { visibility: hidden; }
#carousel .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#carousel .overview li{ float: left; margin: 0 9px 0 0; padding: 0; height: 104px; width: 136px; background: none; }

/* Actions Carousel */

#actions-carousel { margin: 15px 0 0 0; overflow:hidden; height: auto; }
#actions-carousel .viewport { float: left; width: 372px; position: relative; height: 300px; }
#actions-carousel .buttons { position: absolute; top: 8px; float: left;  }
#actions-carousel .prev { left: 12px; color: #fff; }
#actions-carousel .next { right: 12px; color: #fff; }
#actions-carousel .buttons:hover { color: #fff7c1; }
#actions-carousel .next:hover { color: #fff7c1; }
#actions-carousel .disable-prev,
#actions-carousel .disable-prev:hover { color: #7b765b; cursor: default; }
#actions-carousel .disable-next,
#actions-carousel .disable-next:hover { color: #7b765b; cursor: default; }
#actions-carousel .disable { visibility: hidden; }
#actions-carousel .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#actions-carousel .overview li { float: left; margin: 0; padding: 0; height: auto; width: 372px; background: none; }

#actions-carousel .overview li .controls {
	height: 26px;
	background: #524e37;
}

#actions-carousel .overview li .image {
	float: left;
	padding: 0 15px 15px 0;
	display: block;
}

#actions-carousel .overview li .link {
	margin: 20px 0 0 0;
	color: #556f4a;
	font-size: 19px;
}

#actions-carousel .overview li .link a {
	color: #556f4a;
}

#actions-carousel .overview li .link a:hover {
	color: #fff7c1;
}

#actions-carousel .overview li .link cufon {
	padding: 0 0 3px 0;
}

#actions-carousel .overview li .body {
	padding: 15px 0 0 0;
}

#actions-carousel .overview li .body p {
	margin: 0;
	color: #5f5c47;
}

/* Facts Carousel */

#facts-carousel { margin: 15px 0 0 0; overflow:hidden; height: auto; }
#facts-carousel .viewport { float: left; width: 372px; position: relative; height: 160px; }
#facts-carousel .buttons { position: absolute; top: 8px; float: left;  }
#facts-carousel .prev { left: 12px; color: #fff; }
#facts-carousel .next { right: 12px; color: #fff; }
#facts-carousel .buttons:hover { color: #fff7c1; }
#facts-carousel .next:hover { color: #fff7c1; }
#facts-carousel .disable-prev,
#facts-carousel .disable-prev:hover { color: #7b765b; cursor: default; }
#facts-carousel .disable-next,
#facts-carousel .disable-next:hover { color: #7b765b; cursor: default; }
#facts-carousel .disable { visibility: hidden; }
#facts-carousel .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#facts-carousel .overview li { float: left; margin: 0; padding: 0; height: auto; width: 372px; background: none; }

#facts-carousel .overview li .controls {
	height: 26px;
	background: #524e37;
}

#facts-carousel .overview li .link {
	margin: 20px 0 0 0;
	color: #556f4a;
	font-size: 22px;
}

#facts-carousel .overview li .link a {
	color: #556f4a;
}

#facts-carousel .overview li .link a:hover {
	color: #fff7c1;
}

#facts-carousel .overview li .link cufon {
	padding: 0 0 3px 0;
}

#facts-carousel .overview li .body {
	padding: 15px 0 0 0;
}

#facts-carousel .overview li .body p {
	margin: 0;
	color: #5f5c47;
}

/* Tooltips */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	padding: 10px 12px;
	background-color: rgb(43,41,35);
	background-color: rgba(43,41,35,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #2b2923;
	border-top-color: rgba(43,41,35,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #2b2923;
	border-bottom-color: rgba(43,41,35,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #2b2923;
	border-right-color: rgba(43,41,35,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #2b2923;
	border-left-color: rgba(43,41,35,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(43,41,35);
	border-top-color: rgba(43,41,35,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(43,41,35);
	border-bottom-color: rgba(43,41,35,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(43,41,35);
	border-right-color: rgba(43,41,35,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(43,41,35);
	border-left-color: rgba(43,41,35,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../img/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #edf0e7;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #edf0e7;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../img/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../img/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../img/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../img/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../img/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../img/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../img/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../img/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../img/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../img/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #edf0e7;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #edf0e7;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #edf0e7;
	text-align: left;
}

#fancybox-title-over {
	padding: 16px;
	background-image: url('../img/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../img/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #edf0e7;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../img/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../img/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/* Validation */

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #556f4a;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
 box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	padding: 10px 10px 10px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #556f4a;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
	font-size: 0px;
	height: 1px;
	background: #556f4a;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #556f4a;
}

.blackPopup .formErrorArrow div {
	background: #556f4a;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

#content-tours-body a.button-booking{
display: block;
  background: url("../img/button-booking1.png") no-repeat  0 0;
height: 11px;
padding: 2px 0 2px 4px;
  color: #fff;
width: 90px;
line-height: 1em;
}

#content-tours-body a.button-booking:hover {
	background: url(../img/button-booking1.png) 0 -15px no-repeat;
	color: #fff7c1;	
}
#content-tours-body ul li strong {
font-weight:bold;
font-size: 14px;
}
