/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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%;

	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}
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 { display: table; }
    thead { display: table-header-group; }
    tbody { display: table-row-group; }
    tfoot { display: table-footer-group; }
    tr { display: table-row; }
    th, td { display: table-cell; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cleaner {
	clear: both;
}

hr	{
	 border: 0; height: 1px;
	 background-image: -webkit-linear-gradient(left, rgba(179,179,179,0), rgba(179,179,179,0.75), rgba(179,179,179,0)); background-image: -moz-linear-gradient(left, rgba(179,179,179,0), rgba(179,179,179,0.75), rgba(179,179,179,0)); background-image: -ms-linear-gradient(left, rgba(179,179,179,0), rgba(179,179,179,0.75), rgba(179,179,179,0)); background-image: -o-linear-gradient(left, rgba(179,179,179,0), rgba(179,179,179,0.75), rgba(179,179,179,0));
}

.divider {
	 border: 0; width: 1px; height: 100%; min-height: 150px;
	 background-image: -webkit-linear-gradient(top, rgba(179,179,179,0), rgba(179,179,179,0.75), rgba(179,179,179,0)); background-image: -moz-linear-gradient(top, rgba(179,179,179,0), rgba(179,179,179,0.75), rgba(179,179,179,0)); background-image: -ms-linear-gradient(left, rgba(179,179,179,0), rgba(179,179,179,0.75), rgba(179,179,179,0)); background-image: -o-linear-gradient(left, rgba(179,179,179,0), rgba(179,179,179,0.75), rgba(179,179,179,0));
	 float: left
}
html, #container {
overflow:hidden;
height: 100%;
margin: 0;
padding: 0;

}
 body {

height: 100%;
margin: 0;
padding: 0;

}
#loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000000;
	text-align: center
}


.loading {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  text-transform:uppercase;

  width:150px;
  text-align:center;
  line-height:50px;

  position:absolute;
  left:0;right:0;top:50%;
  margin:auto;
  transform:translateY(-50%);
}

.loading span {
  position:relative;
  z-index:999;
  color:#bfae7e;
}
.loading:before {
  content:'';

  width:128px;
  height:20px;
  display:block;
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  margin:auto;

  animation:2s loadingBefore infinite ease-in-out;
}

@keyframes loadingBefore {
  0%   {transform:translateX(-14px);}
  50%  {transform:translateX(14px);}
  100% {transform:translateX(-14px);}
}


.loading:after {
  content:'';
  background:#bca566;
  width:50px;
  height:1px;
  display:block;
  position:absolute;
  left:0;right:0;bottom:10px;
  margin:auto;

   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;

  animation:2s loadingAfter infinite ease-in-out;
}

@keyframes loadingAfter {
  0%   {transform:translateX(-20px);}
  50%  {transform:translateX(20px);}
  100% {transform:translateX(-20px);}
}
#container {
	position: relative;
	width: 100%;
	z-index: 1;
}
#maximage	{position: fixed!important;}
body {

  font-family: Verdana, sans-serif;
   font-size: 11px;
	text-transform: uppercase;
    color: #888;

    line-height: 200%;
}

a {
	color: #bca566;
}

/* LEFT */
.hide {display: none; visibility: hidden;}
#arrow_left {
	position: absolute;
	bottom: 50px;
	right: 60px;
	z-index: 1000;
	cursor: hand;
	cursor: pointer;
	background: rgba(191, 174, 126, 0.8) url(../images/switch-hide.png)  center center no-repeat;

	width: 30px;
	height: 30px;

}

#arrow_right {
	position: absolute;
	bottom: 50px;
	right: 20px;
	z-index: 100000;
	cursor: hand;
	cursor: pointer;
	background: rgba(191, 174, 126, 0.8) url(../images/switch-show.png)  center center no-repeat;
	width: 30px;
	height: 30px;

}

#cycle-nav ul {
	margin-top: 120px;

}

#cycle-nav ul li {
	margin: -6px 0 0 0 ;
	padding: 0;
}
.cover {
	overflow: hidden;
}
.cover #cycle-nav a {
	display: block;
	height: 100%;
	width: 200px;
	position: relative
}
.cover #cycle-nav a	.shadow{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-shadow: 0px 0px 70px  #000000 inset;
}
#left {
	width: 100%;
	background: transparent url(../images/iefixx.png) repeat 0 0;
	height: 80px;
	top: 0;
	font-size: 15px;

	color: #9D9D9D;
	position: absolute;
	z-index: 2000;
}

#left a {
	color: #9D9D9D;
	text-decoration: none;
}
#footer .social {
	float: left;
	margin: 0px 0px 0 20px;
}

#footer .social img	{
	padding-right: 10px;

	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

  /* IE 5-7 */
  filter: alpha(opacity=60);

  /* Netscape */
  -moz-opacity: 0.6;

  /* Safari 1.x */
  -khtml-opacity: 0.6;

  /* Good browsers */
  opacity: 0.6;
}
#footer .content_foot	{
	margin: 0;
	font-family: Arial, sans-serif;
	float: right
}
#footer .cmp_container {
	padding-top: 8px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	background: #222;
	width: 100%;

	font-size: 12px;
	height: 40px;
}

#footer h3 {
	padding: 10px 30px 5px 0;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'HelveticaNeueLT33ThinExRegular', Arial;
	float: left;
	font-weight: normal;

}
#footer ul	{
	float: right;
	padding: 5px 20px 4px 0;}
#footer li {
	font-size: 10px;
	padding: 5px 1px 5px 1px;
	display: inline-block;

}

#footer li a {
	color: #888
}
#hot-pc{
  position: absolute;
  top: 0px;
  left: -5500px;
  }
li.phoneIcon {

}

li.mapIcon {

}

li.bookIcon {
	padding-left: 15px!important;
}
#footer .butt {
	background: rgba(191, 174, 126, 0.8);
	padding: 5px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a.butt  {
	color: #fff!important;
}
#footer .content {
	padding: 0 25px 25px;
}

#arrow {
	display: block;
	width: 42px;
	height: 20px;
	margin-left: 8px;
	background: url('../images/arrow.png') no-repeat;
}

#logo {
	width: 30%;
	float: left;
	margin-top: 25px;
	margin-left: 40px;
}
#logo a {
	background: url(../images/logo2.png) no-repeat 0 0;
	width: 500px;
	height: 30px;
	display: block
}
.lang {
	position: absolute;
	top: 10px;
	right: 0px;
	font-family: 'HelveticaNeueLT33ThinExRegular', Arial;
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 35px;


}
.lang a	{
	color: #bca566!important
}
.navig {
	float: right;

}
#nav {

	margin-right: 30px;


}

#nav li {
	margin-bottom: 10px;
	font-family: 'HelveticaNeueLT33ThinExRegular', Arial;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	padding: 0 10px;
}

#nav li.item-116 {
	display: none;
	visibility: hidden
}

#nav a {
	text-decoration: none;
	color: #000;
	letter-spacing: 1px;
}

#nav li a:hover, #nav li.active a {
	text-decoration: none;
	color: #bca566;
}

nav li.active a {
	color: #bca566;
}
nav {text-align: center; margin-top:35px; }

.selectnav {display: none; width: 50%; margin: 10px auto 0 auto}
.selectnav {text-align: center;}


/* END LEFT */
/* START CONTENT/RIGHT PORTION */

#right {

	width: 100%;
border-top: 1px solid rgba(195, 175, 128, .5);
	/* RGBa with 0.6 opacity */
	background:#fff;
	top: 80px;
	position: absolute;
	right: 0;
	z-index: 300;
	height: 250px;

}

#switch {
	position: absolute;
	display: block;
	width: 15px;
	height:	15px;
	text-indent: -9999px;
	right: 10px;
	bottom: -25px;
	padding: 5px;
	z-index: 40000;
	background: rgba(191, 174, 126, 0.8) url('../images/switch.png') no-repeat center center;
}

#switch.closed {
	background:rgba(191, 174, 126, 0.8) url('../images/switch-open.png') no-repeat center center;
	}

.butt	{

	background:#c3af80;
	color: #fff;
	padding: 15px;
	font-family: 'HelveticaNeueLT33ThinExRegular', Arial;
	text-transform: uppercase;
	text-decoration: none;
	font-size:12px;
	letter-spacing: 1px;
}

.customspecial {
	position: absolute;
	top: 290px;
	right: 8%;

	white-space: normal;
	z-index: 4000;

	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;
}
.customspecial2 {
	position: absolute;
	top: 310px;
	right: 10%;

	white-space: normal;
	z-index: 4000;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;
}
.customspecial a.butt {
	display: inline-block;
	margin:  0 5px;
	letter-spacing: 1px;
}
.content-links {
	position: absolute;
	right: 0;
	top: 0
}
.content-links li {
	border-bottom: none;
}
.content{
	height:220px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:20px;
	overflow:auto;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;
	margin-top:60px;
	float: right;


}


.marginright30 {
	margin-right: 30px;
}

.full {width: 50%; margin: 0px auto 10px auto; float: none}

.right {float: right;}
h1, h2, .title_prvi {
	font-family: 'HelveticaNeueLT33ThinExRegular', Arial;
	font-size: 30px;
	font-weight: normal!important;
	color: #bca566!important;

	padding-bottom: 25px;

	line-height: 40px;
}

h1 a, h2 a {
	text-decoration: none;
	color: #000;
}
h2 {
	text-transform: none;
}
.content h3 {

	font-size: 15px;
	color: #666666;
	margin-bottom: 35px;
	line-height: 30px;
}

.content h4 {

	font-size: 12px;
	text-transform: uppercase;
	color: #333;

	margin: 15px 0;
}

.content p {
	margin: 20px 0;
}

.clear {clear: both;}

.recipe-rafioli-de .content-links-a:before {
	content: "";
	background: url(../images/uk_flag.png) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.recipe-rafioli .content-links-a:before {
	content: "";
	background: url(../images/germany_flag.png) no-repeat center center;
	width: 16px;
	height: 16px;
		display: inline-block;
		vertical-align: middle;
}


#social{

}

label {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

/* Menu */
#right ul {
	margin: 10px 0;
	color: #333;
}

#right ul li {
	border-bottom: dotted 1px #ccc;
}
.livo	{

	width: 40%;float: left;
}

.desno {
	float: right;
	width: 45%;
	margin-left: 50px;
}
#gmap {position: absolute; width: 100%; height: 100%; z-index: 1;}
.livo .gcore-form-row {
	width: 40%;

}
.gcore-form-row {
	width: 27.3%;
	display: inline-block;
	padding: 25px 1%;
	margin: 0 2%;
}

#ftr-field10, textarea, #chronoform-kontakt #ftr10	{
	width: 96%!important;
	height: 80px
}
#ftr-fld14	{
	width: 98%!important;
}
.gcore-line-td {
	width: auto!important;
	position: relative

}
.chronoform {
	position: relative;
	height: 100%;
	margin-bottom: 50px;
}
input, select, textarea {
	position: absolute;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1000000;
	margin-top: 0;
	padding: 5px 5px 5px 0;
	width: 100%;
	background: transparent;
	color: #595F6E;
	border: none;
	border-bottom: 1px solid #CCC;
	border-right: 0;
	border-left: 0;
	border-top: 0;

	font-size: 10px;
	text-transform: uppercase
}
input:focus, textarea:focus, select:focus	{
	border-bottom: 2px solid #999;
}
label {
	position: absolute;
	top: 0px;
	margin-top: 0;
	font-size: 10px;
	text-transform: uppercase
}
#button14 {
	background: #d2c193;
	color: #fff;
	padding: 10px;
	font-family: 'HelveticaNeueLT33ThinExRegular', Arial;
	text-transform: uppercase;
	text-decoration: none;
margin-bottom: 30px;
cursor: hand;
cursor: pointer;
font-size: 15px;

}
.gtooltip {
	top: 30px!important;
}

.show_bt	{
	display:block;
	background: rgba(191, 174, 126, 0.8) url(../images/switch-hide.png) center center no-repeat;
	width: 20px;
	height: 40px;
}
.hide_bt {
	display: none;
	color: #fff;
	background: rgba(191, 174, 126, 0.8) url(../images/switch-show.png) center center no-repeat;
	width: 20px;
	height: 40px;

}
.butthide	{
	position: absolute;
	z-index: 10000;
	top: 80px;
	left: 180px;

}

.gallery_menu	{
	position: absolute;
	top: 80px;
	left: 0;
	background: rgba(191, 174, 126, 0.8);
	width: 180px;
}

.gallery_menu a	{
	color: #fff!important;

}
.gallery_menu ul {
	text-align: center; margin-right: 0!important;
}
.gallery_menu li	{
	margin-bottom: 0!important;padding: 10px 15px!important
}





.tooltip {
	background: rgba(191, 174, 126, 0.8);
	font-size: 10px;
	text-transform: uppercase;
	color:#fff;
	padding: 10px;

}

.tooltip-inner, .tooltip-arrow {
	background: none!important;
}

.ui-datepicker {
	background: rgba(191, 174, 126, 0.8);
	color: #fff;
	padding: 5px 19px;
	text-transform: uppercase;
	font-size: 10px;
}

.ui-datepicker a {
	color: #fff;
	text-decoration: none;
	padding: 2px;
}

.ui-datepicker a:hover	{
	background: rgba(191, 174, 126, 1);
}
.ui-datepicker th {
	padding: 2px;

}

.ui-datepicker-header {
	padding: 8px;
}

table.ui-datepicker-calendar td {
	padding: 5px 7px;
}

.comp {
	height: 100%!important;
	overflow:auto;
}
.Location {

}

.ttxx {
	display:none;
	visibility: hidden;
}
#cycle-nav li {
	position: relative;
}
.in-slide-content {
	background: rgba(255,255,255, 0.95);
	top: 0px;
	position: absolute;
	left: 200px;
	z-index: 10000000
}
#jcemediabox-popup-content {
	padding: 20px 10px!important;
}

#nesto {
	opacity: 0;
	height: 0;
	overflow: hidden;
}
#nestoa {
	position: absolute;
	background:rgba(191, 174, 126, 0.8);
	color: #fff;
	padding: 6px;
	font-family: 'HelveticaNeueLT33ThinExRegular', Arial;
	text-transform: uppercase;
	text-decoration: none;
	font-size:12px;
	bottom: 50px;
	right: 100px;
	display: none;
	z-index: 1000
}
.comp .mCSB_container {
	width: 98%;
}
#map-canvas {
        height: 300px;
        margin: 0px;
        padding: 0px
      }
.mapinfo	{
	height: 18px;
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
	z-index: 10000;
	background:rgba(191, 174, 126, 0.8);
	overflow: hidden;
	color: #FFF;
	padding: 10px;
}
.mapinfo a {
	color: #666;
}

.maplinks	{

}
#jcemediabox-popup-content {
	padding: 25px 10px 25px 25px!important;
}

#ftr-dropdown20, #ftr-dropdown21, #ftr-dropdown22 {
	display: none
}

#ftr-fld5 {
	width: 96%;
}

.ui-datepicker-prev span	{
	background: url(../images/switch-hide.png) no-repeat 0 0;
	font-size: 0;
	float: left;
	width: 15px;
	height: 15px;
	cursor: hand;
	cursor: pointer;
}

.ui-datepicker-title {
	float: left;
	text-align: center;
	display: block;
	width: 75%;
}

.ui-datepicker-next span	{
	background: url(../images/switch-show.png) no-repeat 0 0;
	font-size: 0;
	float: right;
	width: 15px;
	height: 15px;
	cursor: hand;
	cursor: pointer;
}

.ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-prev:hover, .ui-datepicker-next:hover {
	padding: 0;
	margin: 0;
}

#mainBut div {
	display: inline-block;
}
.cmp_container a {

	width: 30px;
	height: 25px;
	display: block;
	margin-right: 10px;

}
.twitter a {
	background: url(../images/tw_01.png) no-repeat 0 0;

}

.cmp_container a .csbuttons-count {

	float: right;
	background: #ddd;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    padding: 0px 5px;

}
.facebook a {
	background: url(../images/fb_01.png) no-repeat 0 0;

}


.google a {
	background: url(../images/gp_01.png) no-repeat 0 0;

}


.linkedin a {
	background: url(../images/li_01.png) no-repeat 0 0;

}



.pin a {
	background: url(../images/pin_01.png) no-repeat 0 0;

}
.lijevo	{
	width: 35%;
	float: left;
}
.dessno	{
	width: 60%;
	float: right
}

.price {
	background: #fff;
	border: 1px solid #000;
		padding: 15px;
	font-family: 'HelveticaNeueLT33ThinExRegular', Arial;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	color: #000;
	width: auto

}
table th {
	padding-bottom: 10px;
}

tr td{
	padding-bottom: 30px;

}
.cc-window.cc-banner {
	font-family: 'HelveticaNeueLT33ThinExRegular', Arial;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

.bookb {
	position: absolute;
	left: 25px;
	bottom: 40px;
	z-index: 1500;
}
