/* TIPOGRAFIJA /////////////////////////////////////////////////////////// */

@font-face {
	font-family: 'Museo Slab 300'; 
	src: url('../fonts/museo_slab_300.eot'); 
	src: url('../fonts/museo_slab_300.eot?#iefix') format('embedded-opentype'), url('../fonts/museo_slab_300.woff') format('woff'), url('../fonts/museo_slab_300.otf') format('truetype'), url('museo_slab_300#webfont') format('svg');
}

@font-face {
	font-family: 'Museo Slab 500'; 
	src: url('../fonts/museo_slab_500.eot'); 
	src: url('../fonts/museo_slab_500.eot?#iefix') format('embedded-opentype'), url('../fonts/museo_slab_500.woff') format('woff'), url('../fonts/museo_slab_500.otf') format('truetype'), url('museo_slab_500#webfont') format('svg');
}

@font-face {
	font-family: 'Museo Slab 500 cyr'; 
	src: url('../fonts/museo_cyrillic_500.eot'); 
	src: url('../fonts/museo_cyrillic_500.eot?#iefix') format('embedded-opentype'), url('../fonts/museo_cyrillic_500.woff') format('woff'), url('../fonts/museo_cyrillic_500.otf') format('truetype'), url('museo_cyrillic_500#webfont') format('svg');
}

/* OPŠTE ////////////////////////////////////////////////////////// */


* {
	margin: 0;
	padding: 0;
}

body  {
	font-family: 'Museo Slab 300', Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color:#323333;
	background:#FFFFFF url(../img/bg.jpg) repeat;
	
	
}

strong {
	font-family: 'Museo Slab 500', Helvetica, sans-serif;
	font-weight:normal;
	
}

img {
	border: 0px;
}
	


a {
	color:#FF992B;
	text-decoration:none;
	outline:none;
	-webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-ms-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
		 -o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
			transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

a:hover {
	color:#DFE4DE;
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-ms-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		 -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
			transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */	
}



.centra {
	margin:0 auto;
	max-width:960px;
}

.absolut {
	position:absolute;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
}

.mobile {
	display:none;	
}

.last {
	margin-right:0 !important;
	
}

hr {
	float:left;
	width:100%;
	height:20px;
	margin:20px 0;
	border:none;
	background:url(../img/liniaSep.png) repeat-x;
	
}

p {
	line-height:25px;	
}


.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }

/* HEADER ////////////////////////////////////////////////////////// */



header h1 {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	min-width:960px;
	margin-top:20px;
	
	
}

header h1 a {

	display:block;
	margin:0 auto;
	background:#E4E4E1 url(../img/grbalj.logo.png) no-repeat;
	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.4);
	width:250px;
	height:140px;
	text-indent:-9998px;

}

header {
	width:100%;
	height:117px;
	background:url(../img/bg.header.jpg) repeat-x;
	font-weight:normal;	
	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.4);
	color:#E0E4DE;
	z-index:99999;
	position:absolute;
}

.sec {
	z-index:0;

}

header .ri {
	float:right;
}

header nav {
	padding-top:60px;
	float:left;
}

header nav a {
	text-shadow:0 0 1px #E0E4DE, 0 0 3px #000;
	float:left;
	color:#E0E4DE;
	font-size:14px;
	display:block;
	padding:3px;
	
}

header nav span {
	float:left;
	padding:3px;
}

header nav a:hover {
	background-color:#E0E4DE;
	color:#323534;
	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.4);
	text-shadow: 0px 2px 2px #FFF;
}

header nav .active {
	
	background-color:#E0E4DE;
	color:#323534;
	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.4);
	text-shadow: 0px 2px 2px #FFF;
	
}

header .menu {
		_padding:15px 10px;
		text-align:center;
		
		
}
header .menu img {
		margin-top:10px;
		margin-bottom:15px;
		vertical-align:middle;	
}
	
header #openC {
		color:#323534;
		background-color:#E0E4DE;
		filter: alpha(opacity=85);
		opacity: 0.85;
		padding: 4px 10px;
		-webkit-border-radius:7px 7px 0px 0px;
    	-moz-border-radius: 7px 7px 0px 0px;
    	border-radius: 7px 7px 0px 0px;
		_float:right;
		margin-bottom:20px;
		font-size:14px;
}

header .desp {
	padding-left:3px;
}

header #menuCapaMobile {
	position:absolute;
	background-color:#E0E4DE;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	width:180px;
	text-align:center;
	top:90px;	
	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.4);
    filter: alpha(opacity=95);
	opacity: 0.95;
	display:none;
	-webkit-border-radius:0px 0px 7px 7px;
    	-moz-border-radius: 0px 0px 7px 7px;
    	border-radius: 0px 0px 7px 7px;

}

header #menuCapaMobile  a {
	display:block;
	color:#323534;
	padding:5px;
	font-size:14px;
	
}

header .languages {
	float:right;
	margin-top:20px;
	text-transform:uppercase;
	font-size:12px;
	font-family: 'Museo Slab 500', Helvetica, sans-serif;
	
}

header .languages a {
	color:#DFE4DE;
	
}

header .languages a:hover {
	color:#FF992B;
	
}

header .languages .selected {
	color:#FF992B;
	
}






/* SLAJDER SA SLIKAMA ////////////////////////////////////////////////// */

.flexslider {
	margin:0px auto 0 auto;
	border-radius:0px;
	border:none;
	_z-index:-1;
	border-bottom:20px #323534 solid;
	padding-top:117px;
}


.flexslider .slides img {
	max-width:none;
	
}

.flex-direction-nav li a {
    height: 200px;
    margin: -50px 0 0;
    width: 125px;
	
}

.flex-direction-nav li .prev {
    left: 0px;
}

.flex-direction-nav li .next {
    background-position: -130px 0;
    right: 0;
}


/* SADRŽAJ //////////////////////////////////////////////////////////// */

.contentHome {
	padding-top:3%;
	padding-bottom:70px;

}

.content {
	padding-top:230px;
	padding-bottom:70px;
}

.frase  {
	font-size:22px;
	background:url(../img/liniaSep.png) repeat-x bottom;
	padding-bottom:60px;
	margin-bottom:30px;	
	
}

.frase p {
	font-family: 'Museo Slab 500', Helvetica, sans-serif;
	font-size:29px;
	padding-bottom:20px;
	line-height:35px;
	
}


.frase span {
	font-family: 'Museo Slab 500', Helvetica, sans-serif;
	font-size:22px;
	
}

.frase img {
	float:left;
	padding-right:60px;	
}

.frase .especial {
	padding-right:0px !important;
	float:none !important;
	margin-top:30px;
}


.contentHome article {
	float:left;
	width:300px;
	margin-right:30px;	
	
}

.contentHome article h2 {
	font-size:40px;
	font-weight:normal;
	font-family: 'Museo Slab 500', Helvetica, sans-serif;
	padding-bottom:10px;
	
}

.contentHome article h3 {
	font-weight:normal;
	font-size:30px;
	color:#6A6C6C;
}

.contentHome article img {
	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.4);
	margin-bottom:20px;
	
}

.contentHome article a, .frase a, .content  a {
	display:block;
	background:url(../img/boton.png) no-repeat;
	width:166px;
	height:22px;
	color:#FFF;
	text-transform:uppercase;
	padding-top:6px;
	padding-left:20px;
	font-size: 15px;
	margin:20px 0;
	
}



.contentHome article a:hover, .frase a:hover, .content a:hover {
	color:#313337;
	background:url(../img/boton.png) no-repeat 0 -28px;
	
}

.content h2 {
	font-size:35px;
	font-weight:normal;
	font-family: 'Museo Slab 500', Helvetica, sans-serif;
	padding-bottom:15px;
	
}

.content h3 {
	font-weight:normal;
	font-size:20px;
	padding-bottom:15px;
	line-height:30px;
	
}

.content p {
	padding-bottom:15px;
	
}

.content article {
	float:left;
	width:450px;
	margin-right:60px;
	margin-bottom:20px;
	margin-top:20px;
	
}

.content img {
	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.4);
	margin-bottom:20px;
	margin-right:60px;
	margin-left:-20px;
	float:left;
	
}

.content .tots {
	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.4);
	margin-bottom:20px;
	margin-right:40px;
	margin-top:5px;
	float:left;
	
}

.content article img {
	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.4);
	margin-bottom:20px;
}

.content article strong {
	
	font-size:20px;
	font-weight:normal;
	font-family: 'Museo Slab 500', Helvetica, sans-serif;
	
}

.content .carta {
	float:left;
	width:300px;
	margin-right:25px;	
}


/* SLIKE APARTMANA ////////////////////////////////////////////////////*/

#apps {
	width:100%;
	
}


#apps article {
	float:left;
	width:230px;
	margin-right:13px;
	margin-bottom:10px;
	

}


#apps article img {
	margin-top:5px;

}



/* REZERVACIJE /////////////////////////////////////////////////*/

#reservation {
	background:url(../img/reserves.png) no-repeat center;
	min-width:763px;
	height:200px;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	margin-top:-40px;
	text-align:center;
	font-size:20px;	
}

#reservation p {
	font-family: 'Museo Slab 500', Helvetica, sans-serif;
	padding:40px 0 50px 0; 
	font-size:30px;		
}

/* REZERVACIJE  MOB /////////////////////////////////////////////////*/

#reservationMob {
	font-family: 'Museo Slab 500', Helvetica, sans-serif;
	font-size:40px;
	text-align:center;
	
}

#reservationMob a {
	display:block;
	background:url(../img/boton.png) no-repeat;
	width:166px;
	height:22px;
	color:#FFF;
	text-transform:uppercase;
	padding-top:6px;
	padding-left:20px;
	font-size: 15px;
	margin:10px auto;	
}

#reservationMob a:hover {
	color:#313337;
	background:url(../img/boton.png) no-repeat 0 -28px;
	
}



/* FOTO GALERIJA ////////////////////////////////////*/

#galeria {
	width:100%;
	background:#FFFFFF url(../img/bg.claro.jpg) repeat;
	margin-top:40px;
	padding-top:150px;
}

#galeria img {
	float:left;
	margin:5px 5px 15px 5px;
	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.3);
}


/* SCROLL  ////////////////////////////////////*/


#scrollup {
	padding-top:40px;
	width:82px;
	margin:0 auto;
	
}

#scrollup a {
	display:block;
	width:82px;
	height:34px;
	background:url(../img/boton.up.png) no-repeat bottom; 

}

/*FOOTER  ////////////////////////////////////////////////////////*/


footer {
	color:#DFE4DE;
	width:100%;
	background:#333 url(../img/bg.footer.jpg) repeat-x top;
	padding:60px 0;
	
}

footer article {
	float:left;
	width:300px;
	margin-right:30px;
	
}

footer article h1 {
	font-family: 'Museo Slab 500', Helvetica, sans-serif;
	font-size:29px;
	font-weight:normal;
	color:#DFE4DE;
	
}

footer .about a{
	padding-top:120px;
	float:right;
	
}

footer article nav{
	padding-left:30px;
	padding-top:30px;	
}

footer article nav ul {
	list-style-image:url(../img/tick.png);
	
}

footer article nav ul li {
	padding:2px 0;
}

footer article nav ul li a {
	color:#DFE4DE;
}

footer article nav ul li a:hover {
	color:#FF992B;

}

/*FORMULARI  ////////////////////////////////////////////////////////*/

form input[type=text]  {
	padding:7px 5px;
	margin-bottom:20px;
	font-size:14px;
	width:400px;
	border:1px solid #CCC;
	
}


textarea  {
	padding:7px 5px;
	margin-bottom:20px;
	font-size:14px;
	height:150px;
	width:600px;
	border:1px solid #CCC;
	margin-top:5px;
	
}


form input[type=submit]  {
	
	padding:7px 40px;
	margin-bottom:20px;
	font-size:14px;
	color:#FFF;
	background-color:#333;
	cursor:pointer;
	border:1px solid #000;
	
}

#formContact {
	background-color:#E6FFE6;
	border:1px solid #BDC4CA;
	padding:20px 10px;
	margin-bottom:30px;


}


#formContact h2 {
	color:#900;
	font-size:20px;
	font-weight:normal;

}

#formContact h3 {
	color:#060;
	font-size:30px;
	font-weight:normal;

}


#bookingForm {display:inline; float:left; margin-top:20px; }
#bookingForm input[type=text] {width:80px; 	padding:7px 7px; height:9px; vertical-align:middle; background-color:#343837; border: #E0E4DE 1px solid; margin-right:10px; color:#FF992B; font-family: 'Museo Slab 500', Helvetica, sans-serif; font-size:12px; text-transform:uppercase; color:#E0E4DE; cursor:pointer;}

	
#bookingForm input[type=submit] {width:80px;height:25px; vertical-align:middle; background-color: #323333; border: #E0E4DE 1px solid; font-family: 'Museo Slab 500', Helvetica, sans-serif; font-size:12px; text-transform:uppercase; text-align:center; padding:7px 5px; padding-top:5px; color:#FF992B;}

#bookingForm input[type=submit]:hover, #bookingForm input[type=submit]:focus { background-color:#FF992B; color:#323333;} 
.ui-datepicker { font-size: 9pt !important; }

#bookingFormM{
	margin:0 auto;
	max-width:960px;
	}

.lista ul{
	margin-top:40px;
	}
.lista li{
	list-style:none;
	text-decoration:underline;
	}	
