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, input, textarea, button {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}


body {font-family: 'brandonregular';}

h1, h2, p {
	text-align: center;
}

h1 {
	font-family: 'brandonbold';
	font-size: 48px;
	line-height: 36px;
}

h2 {
	font-family: 'brandonmedium';
	font-size: 21px;
}

p, .text {
	font-family: 'brandonregular';
	font-size: 16px;
	line-height: 24px;
}

a {
	font-family: 'brandonbold';
	font-size: 15px;
	color:#000;
}

strong {font-weight:bold;}

.section-bg {
    background-position: center top;
    min-width: 960px;
}
.container960 {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.header-bg .container960 {
    height: 405px;
}
.carousel-item {
    text-align: center !important;
}

.carousel-item img {
}

/*#container {
	width: 1600px;
	margin: 0 auto;
}
*/
.header, .main {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: table;
}

.section {
	margin-bottom: 78px;
}

.main .section {
	margin-top: 28px;
	margin-bottom: 0px;
}

.header {
}

.header-bg {
	height: 405px;
	max-width: 1600px;
    min-width: 960px;
	overflow: hidden;
    position: relative;
    z-index: 8;
	
/* 	background-image: url(site_resources/images/img/header-bg.jpg);  */
	background-repeat: no-repeat;
}

.header-bg img {
	margin: 0 auto;
	display: block;
	height: 405px;
	width: 1600px;
}




.form-book{
	position: absolute;
	z-index: 999;
	height: 50px;
	width: 230px;
	left: 50%;
	margin-left: 230px;
}
.form-book{ top: 263px; }
.form-book.active{ top: 42px; }
.form-book .form{
	display: none;
	width: 190px;
	background: #fff;
	padding: 15px 20px 10px 20px;
}
.form-book.active .form{ display: block; }

.form-book .form form{
	padding: 0;
	margin: 0;
}
.form-book.active form > div{ position: relative; }
.form-book .form label{
	display: block;
	margin-top: 15px;
	height: 15px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
.form-book .form label.first{
	margin-top: 0;
}
.form-book .form input{
	float: none;
	display: block;
	width: 190px;
	padding: 0;
	margin: 0; 
}
.form-book .form input[type="text"],
.form-book .form .select-box{
	background: #fff;
	border: 1px solid #d0d0d0;
	height: 20px;
	padding: 4px 0;
	font-family: 'brandonregular';
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#cccccc')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#cccccc');
}
/*.form-book .form input[type="text"]:focus{ font-size: 16px; padding: 3px 0;}*/
.form-book .form input[type="submit"]{
	margin-top: 15px;
	font-size: 12px;
	line-height: 28px;
	font-family: brandonbold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 0 3px 0;
	border: 1px solid #d9c99d; 
	background: #d9c99d; 
	color: #fff;
	cursor: pointer;
}
.form-book .form input[type="submit"]:hover{
	background: #c9b98d; 
}
.form-book .form img{
	cursor: pointer;
	top: 22px;
	right: 5px;
	position: absolute;
	border: none;
}
.form-book .cancel{
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}
.form-book .cancel a{
	font-family: 'brandonregular';
	font-size: 11px;
	font-weight: 600;
	color: #888;
}
.form-book .btn{
	position: relative;
	display: block;
	font-weight: 400;
	text-align: center;
	text-decoration: none !important;
	font-size: 20px;
	line-height: 28px;
	font-family: 'brandonbold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 13px 10px 11px 10px;
	border: 1px solid #fff; 
	background: #fff; 
	color: #000;
	cursor: pointer;
	vertical-align: middle;
}
.form-book .btn img{
	position: absolute;
	top: 14px;
	right: 22px;
}

body.en .form-book .btn{ font-size: 14px;}
body.en .form-book .btn img{ right: 10px; top: 20px; height: 14px;}

.form-book.active .btn{ display: none; }

.form-book a{text-decoration: none;}
.form-book .form span{ color: #000;}


.select-box{
	position: relative;
}


.sbHolder{
	background-color: none;
	font-family: 'brandonregular';
	font-size: 12px;
	font-weight: normal;
	height: 25px;
	position: relative;
	width: 100%;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 25px;
	left: 0;
	line-height: 21px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #222;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-icons.png) 0 -172px no-repeat;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -142px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -72px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #ddd;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	width: 100%;
	max-height:305px !important;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 5px 0 5px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #888;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #222;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}




.ui-datepicker{
	width: 152px;
	background: #eee;
	padding: 20px;
	font-size: 11px;
}
.ui-datepicker-header{
	text-align: center;
	font-family: 'brandonbold';
	margin-bottom: 10px;
}
.ui-datepicker-prev{
	cursor: pointer;
	float: left;
}
.ui-datepicker-next{
	cursor: pointer;
	float: right;
}
.ui-datepicker-calendar{

}
.ui-datepicker-calendar thead{ margin-bottom: 10px; font-family: 'brandonbold'; }
.ui-datepicker-calendar tbody{}
.ui-datepicker-calendar tbody tr{}
.ui-datepicker-calendar tbody tr td{
	margin: 0;
	padding: 0 3px;
	text-align: center;
}
.ui-datepicker-calendar tbody tr td a{
	text-decoration: none;
	color: #888;
}
.ui-datepicker-calendar tbody tr td.ui-datepicker-today a{
	color: #222;
}
.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day{
	background: #d9c99d; 
}
.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a{
	color: #fff;
}





.section-bg {
	height: 405px;
	max-width: 1600px;
	overflow: hidden;
	position: relative;
}

.section-bg img {
	margin: 0 auto;
	display: block;
	height: 405px;
	width: 1600px;
	position: relative;
}

.logo {
	width: 226px;
	height:211px;
	left: 50%;
    margin: 0 auto 0 -113px;
    position: absolute;
    /*top: 137px;*/
    top: 50%;
    margin-top: -105px;
}

	.logo a, .footer-logo a {
		width: 226px;
		height:211px;
		display: block;
	}
	
	.logo.black {
		background-image: url("../images/logo-black2.png");
	}		.footer-logo.black {		background-image: url("../images/logo-black.png");	}
	
	.logo.white {
		background-image: url("../images/logo-white.png");
	}

.footer-top {
	margin-top: 78px;
    min-width: 960px;
}

	.footer-logo {
		width: 226px;
		height:211px;
		margin: 0 auto;
	}
	
	.footer-top p.copyright, .footer-bottom .terms-of-use a {
		font-family:Verdana, Geneva, sans-serif; /*delete ili comment ako je pogresan font u dizajnu*/
		text-align: center;
		font-size: 10px; /*povećati na 12px ako je pogresan font u dizajnu*/
		margin: 10px 0 50px 0;
		text-decoration: none;
	}

.footer-bottom-wrapper {
	text-align: center;
}

.footer-bottom {
	/*width: 740px;
	height: 25px; 
	color: #000000;
	padding: 13px 0 4px 0;*/
	/*margin: 0 auto;*/
	text-align: center;
	background:#000;
	color:#fff;
	padding-top:50px;
	padding-bottom:50px;
}

	.social-count {
		float: left;
		height: 25px;
		width: 340px;
	}
	
	.footer-bottom .social-links a, .footer-bottom .site-map-rss a {
		float: left; 
		display: block;
		height: 25px;
		width: 30px;
		margin: 0 0 0 5px;
	}
	
		.facebook {
			background: url("../images/footer-bottom-icons.png") 0 0;
		}
		
		.twitter {
			background: url("../images/footer-bottom-icons.png") -30px 0;
		}
		
		.gplus {
			background: url("../images/footer-bottom-icons.png") -60px 0;
		}
		
		.site-map {
			background: url("../images/footer-bottom-icons.png") -90px 0;
		}
		
		.rss {
			background: url("../images/footer-bottom-icons.png") -120px 0;
		}
		.pin {
			background: url("../images/pin.png") no-repeat center;
		}
		.inst {
			background: url("../images/inst.png") no-repeat center;
		}
		.TA_socialButtonReviews {float:left;}
		
		.socialWidget {
			background: url("../images/tripadvisor.png") no-repeat center;float: left;
width: 30px;
height: 25px;
		}
		.socialWidgetCore {display:none!important;}
		.socialWidgetCallout {display:none!important;}
	
	.social-links {
		border-left: 1px solid #000000;
		float: left;
		height: 25px;
	}
	
	.footer-bottom .terms-of-use {
		float: left;
		width: 130px;
		display: block; 
		margin: 0 10px;
	}
	
	.footer-bottom .terms-of-use a {
		display: block;
		height: 25px;
		line-height: 25px;
		width: 130px;
		color: #000000;
		margin: 0;
		border: 1px solid #000000;
		border-bottom-width: 0;
		border-top-width: 0;
	}
	
	.footer-bottom .terms-of-use a:visited {
		color: #000000;
	}

.main-nav-wrapper, .sub-nav-wrapper {
	height: 42px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
    z-index: 9;
    position: relative;
}

.main-nav, .sub-nav {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.sub-nav-wrapper.white, .sub-nav.white {
	background-color: #ffffff;
/*	margin-top: 70px;
*/}

.sub-nav.white ul li a {
	color: #000000;
	color: #000000;
    line-height: 14px;
    margin: 0 10px;
    padding: 0;
	border-bottom: 2px solid #ffffff;
}

.main-nav ul, .sub-nav ul {
	list-style: none;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.main-nav ul li, .sub-nav ul li {
	float: left;
	display: block;
	*display: inline;
	zoom: 1;
}

	.sub-nav ul li a.current, .sub-nav.white ul li a:hover {
		border-bottom: 2px solid #000000;
	}

.main-nav ul li.lang {
	width: 50px;
	display: block;
	position: absolute;
	right: 0px;
}

.main-nav ul li.lang a.select {
	background: url("../images/lang-selector-bg.png") no-repeat scroll;
	background-position: 0px 16px;
}

.main-nav ul li .lang-selector {
	opacity: 0;
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
	transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
	zoom: 1;
}

.main-nav ul li:hover .lang-selector {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -khtml-opacity: 1;
    -moz-opacity: 1;
	display: block;
	zoom: 1;
	position: absolute;
	z-index: 999;
}
	
	.lang-selector ul{
		width: 50px;
		background-color: #000000;
		margin-top: 0;
	}
	
	.lang-selector ul li {
		height: 24px;
		padding: 0;
		width: 50px;
		margin-left: -1px;
		float:left;
	  clear:both;
	  list-style-type:none;
	  list-style-image:none;
	}
	
		.main-nav ul li .lang-selector ul li a {
			padding: 0 10px;
			display: block;
			line-height: 24px;
		}


.main-nav ul li a, .sub-nav ul li a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	display: block; 
	padding: 0 10px;
	line-height: 42px;
}
.main-nav ul li a.active-nav, .sub-nav ul li a.active-nav {
	border-bottom: 2px solid #000;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}

.content {
    min-width: 960px;
	padding-bottom: 20px;
}

.content h1 {
/*	margin-top: -37px;
*/	margin-bottom: 35px;
	*display: inline;
	zoom: 1;
}

.content p, .content .text {
	text-align: center;
	margin-top: 15px;
	width: 900px;
	margin: 0 auto;
	*display: inline;
	zoom: 1;
}

.content .text {
	font-family: brandonregular;
	font-size: 15px;
	line-height: 24px;
}

.sitemap {list-style-type:none;}
.sitemap li a {text-transform:uppercase;}

.content .text a {font-size:15px;color: #000;}

.content .text h3 {
font-family: brandonmedium;
font-size: 21px;
letter-spacing: 0.2em;
}

h1 span.star {
	background: url("../images/star.png") no-repeat scroll;
	background-position: -2px 24px;
	height: 48px;
	width: 16px;
	margin: 0 16px;
}

.black-heading {
	margin: 0 auto;
	margin-top: 165px;
}

.black-heading h1 {
	color: #ffffff;
	text-align: center;
	position: relative;
}
	.black-heading h1 a {
	font-family: brandonbold;
	font-size: 48px;
	text-decoration: none;
	text-transform:uppercase;
	line-height: 86px;
	margin: 0 auto;
	background-color: #000000;
	color: #ffffff;	
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 7px 20px;
}

.section h2 {
	margin: 0 auto 28px;
    width: 960px;
	letter-spacing: 0.2em;
}

.section-separator {
	width: 184px;
	height: 3px;
	margin: 0 auto;
	background: none repeat scroll 0 0 #000000;
	margin-bottom: 78px;
}

.section.empty {
	height: 1px;
	clear: both;
}

a.more, a.reserve, .form-container input.submit {
	font-family: brandonbold;
	text-decoration: none;
	text-transform:uppercase;
	line-height: 26px;
	margin: 0 auto;
	color: #000000;
	margin: 0 auto;
	border: 2px solid #000000;
	text-align: center;
	position: relative;
	padding: 5px;
	height: 22px;
	width: 137px;
	display:block;
	margin-top: 47px;
	cursor: pointer;
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a.more.two{
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
}

a.more:hover, a.reserve:hover, a.query:hover, .form-container input.submit {
	background-color: #000000;
	color: #ffffff;
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/*o-nama*/

.about-container {
	width: 960px;
	margin: 0 auto;
	background-color: #343927;
	color: #ffffff;
	margin-top: 100px;
	text-align: center;
	padding-bottom: 100px;
}

	.about-container p{
		font-size: 24px;
		margin-top: 90px;
	}

/*vina*/

.sub-nav-wrapper.white.margin-top {
	margin-top: 10px;
}

.vine-container, .room-container {
	width: 960px;
	margin: 0 auto;
/*	min-height: 300px;
*/	margin-bottom: 90px;
}

.room-container:after { 
	content: "\0020"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.vine-container:after { 
	content: "\0020"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

	.vine-container img {
		width: 400px;
		overflow: hidden;
		float: left;
		margin-right: 60px;
	}
	
	.vine-text {
		width: 500px;
		float: left;
	}
	
	.vine-text p, .vine-text h2, .room-tabs h2, .team-text h2, .vine-text .text {
		text-align: left;
		width: 500px
	}
	
	.vine-text p, .vine-text .text {
		margin-bottom: 50px;
	}
	
	.vine-text h2, .room-tabs h2 {
		font-size: 24px;
		line-height: 24px;
		margin-top: 0px;
		margin-bottom: 20px;
	}

/*sobe*/

.room-tabs {
	width: 500px;
	float: left;
}

ul.tabs {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
		ul.tabs li {
			font-family: brandonmedium;
			font-size: 12px;
			background: none;
			color: #222;
			display: inline-block;
			margin-right: 16px;
			cursor: pointer;
		}
		

		ul.tabs li.current {
			border-bottom: 2px solid #000000;
		}

		.tab-content {
			font-family: brandonregular;
			font-size: 15px;
			display: none;
			background: #ffffff;
			margin-top: 20px;
		}

		.tab-content.current {
			display: inherit;
		}
		
		.tab-content ul {
			list-style: none;
		}
		
		.tab-content ul li {
			line-height: 32px;
			padding-left: 24px;
			background: url("../images/star-small.png") no-repeat scroll 0 8px;
            width: 230px;
			background-color: transparent;
		}
		
        ul.columns {
            float: left;
            position: relative;
            margin-right: 20px;
            width: 230px;
        }

a.reserve {
    float:  left;
}

.room-carousel-wrapper {
width:400px;
overflow: hidden;
float: left;
margin-right: 60px;
    position: relative;
}
	
	.carousel {
		}
		
	.room-carousel .nav-wrapper {
		width: 400px;
		margin: 0 auto;
		position: absolute;
	}
		
	.room-carousel ul{
		position: relative; 
		}
		
	.room-carousel ul li{
		float: left;
		height: 300px;
		width: 400px;
		}
		
	.room-carousel {
        position: relative;
    }
	.room-carousel .next {

        width: 21px;
        height: 33px;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        background: url("../images/carousel-nav-small-white-next.png") no-repeat left top;
        top: 50%;
        margin-top: -16px;
        z-index: 9;
        left: 20%;

		}
		
	.room-carousel .previous {

        width: 21px;
        height: 33px;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        background: url("../images/carousel-nav-small-white-prev.png") no-repeat left top;
        top: 50%;
        margin-top: -16px;
        z-index: 9;
        left: 20%;
		}

/*poklon-paketi*/

.section.red {
	background: #ecd7d6;
	padding-top: 30px;
	padding-bottom: 40px;
}

	.section.red h2 {
		margin-bottom: 45px;
	}

a.query , a.query2 {
	font-family: brandonbold;
	text-decoration: none;
	text-transform:uppercase;
	line-height: 26px;
	margin: 0 auto;
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 5px;
	height: 22px;
	width: 141px;
	display:block;
	margin-top: 37px;
	cursor: pointer;
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/*novosti*/

.news-container {
	width: 960px;
	margin: 0 auto;
	color: #000000;
	margin-top: 94px;
/*	min-height: 200px;
*/}

.news-container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

	.news-container.brown {
		background-color: #e5dfcf;
	}
	
	.news-container.red {
		background-color: #ecd7d6;
	}
	
	.news-container.blue {
		background-color: #cadfe2;
	}
	
	.news-container .news-text {
		/*width:550px;*/
		float:left;
	}
	
	.news-container img {
		vertical-align: top;
		display: block;
	}
	
	.news-container img.small {
	}
	
	.news-container img.large {
	}
	
	.news-container img.left, .news-text.left {
		float: left;
		margin-right: 30px;
	}
	
	.news-container img.right, .news-text.right {
		float: right;
		margin-left: 30px;
	}
	
	.news-text div {
		/*float: left;*/
		/*margin-bottom: 0;
		margin-right: -30px;
		margin-top: 30px!important;
		text-align: left!important;*/
		/*width: 530px;*/
	}
	.news-text .text {
	width:100%!important;
	}
	
	.news-text h2 {text-transform:uppercase;}
	
	.news-container.news-text h2 {
		margin-bottom: 40px;
		
	}

/*team*/

.team-container, .reward-container {
	width: 960px;
	margin: 0 auto;
/*	min-height: 50px;
*/	margin-bottom: 67px;
}

.team-container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

	.team-text p, .team-text h2, .reward-text p, .reward-text h2 {
		float: left;
		margin-bottom: 0;
		margin-left: 30px;
		padding-left: 24px;
		margin-top: 10px;
		text-align: left;
	}
	
	.team-text h2, .reward-text h2 {
		background: url("../images/star.png") no-repeat scroll 0 center;
		background-color: transparent;
	}
	
.section.blue {
	background: #cadfe2;
	padding-top: 30px;
	padding-bottom: 40px;
}

.section.brown {
	background: #e5dfcf;
	padding-top: 30px;
	padding-bottom: 40px;
}

h2.author {
	font-family: brandonmedium;
	font-size: 18px;
}

/*lokacija*/

.how-to {
	width: 960px;
	margin: 0 auto;
	margin-top: 60px;
/*	min-height: 320px;
*/}

.how-to:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


	.means-of-transportation h2 {
		background: url("../images/star-small.png") no-repeat scroll 0 2px;
		background-color: transparent;
		font-family: brandonregular;
		font-size: 14px;
		width: 440px;
		text-align: left;
		padding-left: 24px;
		margin-bottom: 20px;
		float: left;
	}
	
	.means-of-transportation p {
		width: 440px;
		text-align: left;
		padding-left: 24px;
	}
	
	.means-of-transportation {
		margin-left: 30px;
		min-height: 250px;
		width: 450px;
		float: left;
		margin-bottom: 37px;
	}
	
#map, #map-pois {
	width: 960px;
	height: 405px;
	margin: 0 auto;
	margin-bottom: 58px;
	margin-top: 58px;
}

/*hotel*/

.hotel-attributes {
	/*width: 600px!important;
	min-height: 200px;
	margin: 0 auto;*/
}

.hotel-attributes h3 {
background: url("../images/star.png") no-repeat scroll 0 8px;
background-color: transparent;
margin-bottom: 0;
margin-left: 30px;
margin-top: 10px;
padding-left: 24px;
text-align: left;
width: 660px;
}

.hotel-attributes:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hotel-attributes ul {
	list-style: none;
	width: 22%;
	display: inline-table;
}

.hotel-attributes ul li {
	background: url("../images/star-small.png") no-repeat scroll 0 8px;
	background-color: transparent;
    line-height: 32px;
    padding-left: 24px;
    width: 260px;
	font-family: brandonregular;
	font-size: 15px;
}


/*degustacije*/

.table-wrapper {
	width: 680px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 50px;
}

.table-wrapper h2 {
	width: 680px;
	margin: 0px;
	margin-bottom: 20px;
	text-align: left;
}

td {
	font-family: brandonregular;
	font-size: 15px;
	text-align:left;
	line-height: 24px;
	padding: 0 10px 0 0;
}

/*.menu td {
	width: 80%:
	}
	
.menu td + td {
	width: 20%:
	}
*/

/*knjiga gostiju*/

h2.guest-book {
	margin-bottom: 35px;
}

.form-container {
	width: 706px;
	margin: 0 auto;
	min-height: 535px; 
	margin-top: 35px;
}

.trip-advisor {
	width: 480px;
	height: 160px;
	margin: 0 auto;
	margin-top: 115px;
	display: block;
	border: 1px solid #000000;
}

.trip-advisor h2 {
	text-transform: uppercase;
	text-align: center; 
	font-family: brandonmedium;
	font-size: 18px;
	line-height: 18px;
	margin-top: 20px;
	text-decoration: none;
	width: 480px;
	margin-bottom: 5px;
}

.trip-advisor img {
	
	display: block;
	margin: 0 auto;
}

a.tripadvisor {
	color: #000000;
	text-decoration: none;
	width: 480px;
	height: 160px;
	margin: 0 auto;
	display: block;
}

.comments-carousel ul li h2 {
	background: url("../images/star.png") no-repeat scroll 0 8px;
	background-color: transparent;
	float: left;
    margin-bottom: 0;
    margin-left: 30px;
    margin-top: 10px;
    padding-left: 24px;
    text-align: left;
	width: 660px;
}
.comment .closed {cursor: pointer; display: inline-block; background: url('../images/less-more.png') no-repeat bottom left; width: 25px; height: 15px;}
.comment-hidden {height: 5em; overflow: hidden;clear:both;}

.comments-carousel ul li div {
	float: left;
    margin-bottom: 0;
    margin-left: 30px;
    margin-top: 10px;
    padding-left: 24px;
    text-align: left;
	width: 660px;
	font-family: brandonregular;
font-size: 15px;
line-height: 24px;
}

.comments-author {text-align:right!important;}

.comments-carousel ul li .testimonial-author {
	text-align: right;
	margin-top: 30px;
}

.comments-carousel-wrapper .next.medium {
	right: 5%;
}

.comments-carousel-wrapper .previous.medium {
	left: 5%;
}

/*form*/

input[type="text"], input[type="email"], textarea, select {
	border: 1px solid #000000;
	padding: 7px 13px;
	outline: none;
	color: #000000;
	margin: 0 13px;
	float: left;
	width: 299px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #ffffff;
	font-size: 14px;
	line-height: 12px;
	font-family: brandonbold;
}

.error {border: 1px solid red!important;}

/* CUSTOM CHECKBOX */
.checkbox { width:250px; clear:both; margin:0 auto; padding:0 13px; text-align:center;}
.checkbox span {display:inline-block;border:1px solid #000;}
.checkbox label a{color:#000;text-decoration: underline; font-size:15px; }
.checkbox label a:hover {text-decoration:none;}
.checkbox label {float:left; width:auto!important; clear:none!important; font-size:15px; color:#333; margin: 0 20px 0 0; font-family: brandonregular;}
.checkbox input {margin: 0px!important; float:none; cursor:pointer;}
.ez-hide { opacity: 0; filter:alpha(opacity=0); width:26px; height:26px }
.ez-checkbox {float:left; cursor:pointer; background:#fff url(../images/checked.png) 0 -26px no-repeat; width:26px; height:26px; display:inline-block;*display: inline;  cursor:pointer;}
.ez-checked { background-position: 0 0px; }
.ez-checkbox { zoom: 1; *display:inline; _height:26px; }

select {
	width: 680px;
	max-width: 100%;
}

textarea {
	width: 652px;
	min-height: 140px;
}

.form-container input.submit {
	font-size: 12px;
	line-height: 12px;
	height: 22px;
	padding: 0;
	margin-top: 35px;
	clear:both;
}

.form-container input.submit:hover {
	background-color: #ffffff;
	color: #000000;
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;

}

.recaptcha {
	/* additional styling */
	margin: 0 auto 15px;
	background: #fff;
	width: 442px;
	text-align:center;
	clear:both;
	border: 1px solid #000000;
}
.recaptchatable {
border: 1px solid #fff!important;
}
.recaptcha input {border: 1px solid #000000;
padding: 0px;
outline: none;
color: #000000;
margin: 0px;
float: left;
width: 299px;
max-width: 100%;
display: block;
background: #ffffff;
font-size: 12px;
line-height: 24px;
font-family: brandonbold;}

.virtual-walk {
	width: 960px;
	height: 540px;
}


input[type="text"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;}


/*carousel*/
.carousel-wrapper {
	width:1600px;
	overflow: hidden;
	}
.gallery-carousel-wrapper {
    width:960px;
    /*overflow: hidden;*/
    position: relative;
    margin-bottom: 68px;
    margin: 0 auto;

}

.testimonial-carousel-wrapper {
	width:960px;
	overflow: hidden;
	position: relative;
	margin-bottom: 68px;
	margin: 0 auto;
	}
.gallery-o-h {
    width:960px;
    overflow: hidden;
    position: relative;
    margin-bottom: 68px;
    margin: 0 auto;
}

.gallery-h-o {
    width:720px;
    overflow: hidden;
    position: relative;
    margin-bottom: 68px;
    margin: 0 auto;
}
	
.carousel-wrapper {
    position: relative;
	margin-bottom: 68px;
}

.carousel-wrapper .big-title{
    background-color: #000000;
    color: #FFFFFF;
    font-family: brandonbold;
    font-size: 48px;
    line-height: 86px;
    margin: 0 auto;
    padding: 7px 20px;
    position: absolute;
    left: 50%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 9;
    top: 50%;
}
.carousel {
    height: 405px;
    overflow: hidden;
}

.gallery-carousel {
	width: 960px !important;
    height: 405px;
    overflow: hidden;
}

.testimonial-carousel {
    overflow: hidden;
}

.testimonial-carousel ul li p, .testimonial-carousel ul li h2 {
	width: 720px;
	text-align: left;
	margin:0 0px;
}

.testimonial-carousel ul li p.testimonial-author {
	text-align: right;
	margin-top: 30px;
}


.testimonial-carousel-wrapper .previous.medium {
	left: 5%;
}

.testimonial-carousel-wrapper .next.medium {
	right: 5%;
}

	
.nav-wrapper {
	width: 960px;
	margin: 0 auto;
	height: 87px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
    z-index: 9;
}

.comments-carousel-wrapper {width: 960px; margin: 0 auto; position: relative;}
.comments-n-w {width: 720px; margin: 0 120px; overflow: hidden;}
	
.carousel .black-heading {
	margin: 0 auto;
	margin-top: 165px;
}
	
.carousel ul{
	position: relative; 
	}
	
.carousel ul li{
	float: left;
	height: 405px;
	width: 1600px;
	}
	
.gallery-carousel ul{
	position: relative; 
	}
	
.gallery-carousel ul li{
	float: left;
	height: 405px;
	width: 615px;
	}

	
.next {
    width: 42px;
    height: 67px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
    background: url("../images/carousel-nav-white.png") no-repeat right top;
    top: 50%;
    margin-top: -33px;
    z-index: 9;
    right: 20%;
	}

.next.small {
    width: 21px;
    height: 33px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    background: url("../images/carousel-nav-small-white-next.png") no-repeat left top;
    top: 50%;
    margin-top: -16px;
    z-index: 9;
    right: 10%;
	}
	
.next.medium, .bx-next {
    width: 42px;
    height: 67px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    background: url("../images/carousel-nav-black.png") no-repeat right top;
    top: 50%;
    margin-top: -32px;
    z-index: 9;
    right: 10%;
	}

.next.medium.white {
	    background: url("../images/carousel-nav-white.png") no-repeat right top;

}

	
.previous {
    width: 42px;
    height: 67px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
    background: url("../images/carousel-nav-white.png") no-repeat left top;
    top: 50%;
    margin-top: -33px;
    z-index: 9;
    left: 20%;
	}

.previous.small {
    width: 21px;
    height: 33px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    background: url("../images/carousel-nav-small-white-prev.png") no-repeat left top;
    top: 50%;
    margin-top: -16px;
    z-index: 9;
    left: 10%;
	}
	
.previous.medium, .bx-prev {
    width: 42px;
    height: 67px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    background: url("../images/carousel-nav-black.png") no-repeat left top;
    top: 50%;
    margin-top: -33px;
    z-index: 9;
    left: 10%;
	}

.previous.medium.white {
	    background: url("../images/carousel-nav-white.png") no-repeat left top;

}

.gallery-carousel-wrapper .previous { left: -7%; }
.gallery-carousel-wrapper .next { right: -7%; }


/*bxslider*/

.video-gallery-carousel-wrapper {
    width:960px;
    /*overflow: hidden;*/
    position: relative;
    margin-bottom: 68px;
    margin: 0 auto;

}

.video-gallery-o-h {
    width:960px;
    overflow: hidden;
    position: relative;
    margin-bottom: 68px;
    margin: 0 auto;
}

.video-gallery-carousel ul{
	position: relative; 
	list-style: none;
	}
	
.video-gallery-carousel ul li{
	float: left;
	height: 405px;
	width: 960px;
	}

.bx-prev {
	left: -7%;
}

.bx-next {
	right: -7%;
}

.fb_iframe_widget{
    float:left;
}
.fb_iframe_widget span{
    vertical-align: top !important;
}

.black-heading h2 a {
    font-family: brandonbold;
    font-size: 48px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 86px;
    background-color: #000;
    color: #FFF;
    margin: 0px auto;
    text-align: center;
    position: relative;
    padding: 7px 20px;
}

/* popup */
#trigger2, #trigger4{position:relative;}
#block-hide2, #block-hide4 {float:right; margin-top:5px; background: white;padding: 5px;border:1px solid #cacad9; max-width:205px;position: absolute;right: 0px;bottom: 40px; font-size:13px; z-index:1000; cursor:default !important;}
#block-hide2 .share-arrow-top, #block-hide4 .share-arrow-top{background: url(../images/icon-bg.png) no-repeat 0px 0px; width:9px; height:5px; display:block; position:absolute; bottom:-5px; right:15px; }
.share-arrow-top {background: url(../images/icon-bg.png) no-repeat 0px 0px; width:9px; height:5px; display:block; position:absolute; bottom:-5px; right:17px; }

