@font-face {
    font-family: 'Aru';
    src: url('resources/ar-webfont.eot');
    src: url('resources/ar-webfont.eot?#iefix') format('embedded-opentype'),
         url('resources/ar-webfont.woff') format('woff'),
         url('resources/ar-webfont.ttf') format('truetype'),
         url('resources/ar-webfont.svg#ArLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cav';
    src: url('resources/cav-webfont.eot');
    src: url('resources/cav-webfont.eot?#iefix') format('embedded-opentype'),
         url('resources/cav-webfont.woff') format('woff'),
         url('resources/cav-webfont.ttf') format('truetype'),
         url('resources/cav-webfont.svg#cav_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	margin: 0;
	padding: 0;	
}

body {
	padding: 0;
	margin: 0;
	background: url(images/bg.jpg) repeat;
	font-family: verdana;
}

a {
	outline: none;
	text-decoration: none;
	color: #1FA2E1;
}

a:hover {
	text-decoration: underline;	
}

h1 {
	margin: 0;
	padding: 0 0 20px;
	font-size: 50px;
	color: #333;
	/* text-shadow: 3px 3px 3px #FFF; */
	font-family: "Cav";
}

p { 
	color: #555;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

ul { list-style: none; }

.clear {
	clear: both;width:0;height:0;margin:0;padding:0;
}

#root_wrapper {
	background: url(images/bg_top.png) repeat-x top left;	
}

#root_wrapper.home {
	background: url(images/bg_top_home.png) repeat-x top left;	
}


#wrapper {
	width: 960px;
	margin: auto;
}

#header{
	height: 85px;
	background: url(images/bg_header.jpg) no-repeat top center;
}

#top_logo {
	background: url(images/logo.png) no-repeat center center;
	display: block;
	text-indent: -9999px;
	width: 211px;
	height: 85px;
}

#menu {
	float: right;
	margin: 0;
	padding: 0;
}

#menu li {
	position: relative;
	display: inline;
	float: left;
	background: url(images/menu_separator.png) no-repeat center right;
}

#menu li a {
	display: block;
	height: 21px;
	color: #CCC;
	padding: 32px 18px;
	margin-right: 3px;
	font-size: 21px;
	font-family: "Aru";
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
	background: url(images/bg_menu_hover.png) repeat-x top left;	
}

#menu li a.selected {
	color: #96DDFC
}

#menu li.last { background: none; }
#menu li.last a {  }

#content {
	margin-top: 30px;	
}

.contentBox {
	background: url(images/vertical_line.jpg) repeat-y top right;
	float: left;
	width: 293px;
	padding-right: 20px;
	margin-right: 20px;
	margin-top: 20px;
	overflow: hidden;
}

.contentBox.wide {
	width: 626px;
}


.contentBox.last {
	margin-right: 0;
	padding: 0;
	background: none;
}


.contentBox ul {
	border-top: 1px solid #DDD;
}

.contentBox ul li {
	padding: 12px 0;
	border-bottom: 1px solid #DDD;
	color: #555;
}

.contentBox h2 {
	margin-bottom: 15px;
	font-size: 26px;
	font-family: "Cav";
}

#footer {
	background: #000 url(images/bg_footer.png) repeat-x top center;
}

#footerWrapper {
	width: 960px;
	padding-top:60px;
	margin: auto;
}

.footerBox,
.featuredBox {
	float: left;
	width: 460px; /*293px;*/
	margin-right: 40px;
	overflow: hidden;
}

.footerBox.last,
.featuredBox.last {
	margin-right: 0;
}

.footerBox {
	width: 640px;	
}

.footerBox.last {
	width: 275px;
}

h3.footerTitle {
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 27px;
	font-family: "Aru";
}

p.footerTxt {
	padding: 20px 0 0;
	margin: 0;
	color: #555;
	font-size: 13px;
	line-height: 21px;
}

#footer .hts_logo {
	padding: 20px 0 0;
	width: 172px;
	height: 100px;
	background: url(images/hts_logo.png) no-repeat center center;
	display: block;	
}

#copyrightContainer {
	font-size: 13px;
	color: #444;
	padding: 30px 0 30px;
	margin-top: 30px;
	background: url(images/footerLine.png) no-repeat center top;
}

.slider-wrapper {
	margin-bottom: 20px;
}

.slider_image {
	width: 960px;
	height: 411px;	
}

.nivoSlider {
	height: 411px !important;	
}

h1.featuredTitle {
	margin: 0;
	padding: 0 0 10px;
	font-size: 50px;
	color: #1b8dc4;
	/* text-shadow: 3px 3px 3px #FFF; */
	font-family: "Aru";
}

.featuredImageCont,
.photoCon {
	background: #d9d9d9;
	padding: 8px;
	display: block;
}

.featuredImageCont img,
.photoCon img{
	border: 2px solid #FFF;
}

.featuredImageCont img {
	width: 440px;
	height: 160px;	
}

a.photoCon:hover {
	background: #1FA2E1;	
}

p.featuredTxt {
	margin: 0;
	padding: 10px 0;
	color: #333;
	font-size: 13px;
	line-height: 21px;
}


/* KONTAKT */
.form_container {
}

.form_container  label {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-bottom: 5px;
	display: block;	
}

.form_container .form-required {
	font-weight: bold;
	color: #1FA2E1;	
}

.form_container.fillData .form-required{
	color: red;
}


.form_container input,
.form_container textarea {
border: 1px solid #DDD;
padding: 8px;
width: 300px;
margin-bottom: 20px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.form_container textarea {
	width: 560px;	
}

.form_container select {
	width: 316px;
	padding: 8px;
	margin-bottom: 20px;
}

.poslji_container input{
	border: none;
	width: 316px;
	height: 32px;
	margin-top: 10px;
	cursor: pointer;
	background: url(images/button.jpg) 0 100% repeat-x;
	color: white;
	font-size: 12px;
	padding: 0;
}

a.linkButton {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	width: 250px;
	margin: 0 0 20px 0;
	height: auto;
	padding: 15px 0 19px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	display: block;
	background: url(images/btn.png) 0 0 no-repeat;
	color: white;
	text-align: center;
}

a.linkButton:hover {
	background-position: 0 -50px;
}

.error_box {
	background: #FEF4F1;
	border: 1px solid #F7A68A;
	color: #DA4310;
	padding: 10px;
	margin: 0 0 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.error_box.msg {
	background: #F5FAF1;
	border: 1px solid #C2E1AA;
	color: #8FA943;
}

/* tent */
a.tent:hover {
	text-decoration: none;
}

.tent {
	margin: 0 0 25px;
	display: block;
}

.divAsA:hover {
	text-decoration: underline;	
}

.tent h2{
	font-family: Arial, Verdana;
	font-size: 30px;
	color: #1FA2E1;
}

.tent .tentThumbCon {
	float: left;
	margin-right: 15px;
	background: #d9d9d9;
	padding: 8px;
	width: 254px;
	height: 254px;
}

.tent:hover .tentThumbCon {
	background: #1FA2E1;
}

.tent img {
	border: 2px solid #FFF;
}

.tent .data_container {
	float: left;
	width: 340px;
}

.tent_photos {
	margin-bottom: 10px;	
}


.tent_photos .photoCon {
	float: left;
	margin-right: 10px;	
	margin-bottom: 10px;		
}


.tent_photos .photoCon img {
	width: 175px;
	height: 116px;
}
/* TODO: IE *
.theme-default .nivo-caption {




*/

