/**/
@import "../css/reset.css";
@import "../css/grid.css";
@import "../css/superfish.css";
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
@import url(http://fonts.googleapis.com/css?family=Lobster);




html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 14px/18px  Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	position:relative;
	min-width:960px;
	background:url(../images/bigimage_background.gif) 0 8px no-repeat #000;

}
.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #5d0400;
	font-family: Times New Roman;

}


h2 {
	font-size: 25px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 24px;
}

p {
	margin-bottom: 18px;
}

p.inn1 {
	padding-top: 2px;
	margin-bottom: 20px;
}


img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li{
	background: url(../images/marker.png) 0 8px no-repeat;
	padding-left: 11px;
	color: #464646;
	margin-bottom: 5.5px;
}

ul.list.l1 li {
	margin-bottom: 5.2px;
}
/*links*/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #d9b146;
}
a.other {
	background: url(../images/menu_arrow.png) no-repeat;
	font-family: 'Times New Roman';
	font-size: 22px;
        text-decoration:underline;
	color: #fff;;
}
a.btn {
	display: inline-block;
	background: linear-gradient(to bottom, #fccc4d 0%, #9e7810 100%);
        border: 1px white solid;
	padding: 5px 14px 4px;
	border-radius: 4px;
	margin-top: 17px;
        font-family: 'Times New Roman';
	font-size: 19px;
        text-shadow: 0 0 5px #7a0000;
	color: #fff;
	text-transform: uppercase;
}

a.btn:hover {
	background: #9e7810;
}

a.btn.m1 {
	margin-top: 30px;
	margin-bottom: 1px;
}
#blanket {
	background-color: black;
	opacity: 0.6;
	z-index: 9001;
	width: 100%;
	height: 100%;
	position: fixed;
}

#popUpDiv {
	position: absolute;
	width: 799px;
	height: 600px;
	z-index: 9002;
	cursor: pointer;
	border: 10px #553e09 solid;
	background: url(../images/xmas.jpg) center top no-repeat #553e09;
	box-shadow: 0px 0px 60px #8a7b5a;
}

#popUpDiv #banner_title {
	height: 100px;
	width: 100%;
	text-align: center;
	font-family: 'Century Schoolbook', 'Times New Roman', serif;
	font-size: 36px;
	color: #fcf2da;
	padding: 15px 0 0 0;
	text-shadow: 3px 3px 11px #000000;
	background: rgba(170,138,51,.66);
	-webkit-animation: drop 3s ease-out;
	animation: drop 3s ease-out;
}

#popUpDiv #banner_subtitle {
	width: 100%;
	text-align: center;
	margin: 430px 0 20px 0;
	font-size: 24px;
	color: #fff199;
	line-height: 30px;
	text-shadow: 0 0 8px 8px #342000;
	font-family: 'Century', 'Times New Roman', serif;
	-webkit-animation: drop_2 3s ease-out;
	animation: drop_2 3s ease-out;
}

#popUpDiv a {
	display: block;
	margin: 0 auto;
	color: #fff199;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 8px 8px #342000;
	font-family: 'Century', 'Times New Roman', serif;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#popUpDiv a:hover {
	font-size: 18px;
}
#nymenu {
	z-index: 9010;
	width: 750px;
	height: 563px;
	position: absolute;
    padding-top:600px;
	left: 50%;
	transform: translate(-50%, -50%);
}




/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}

.ind1 {
	margin-top: 11px;
}

.pad0 {
	padding: 0 !important;
}

.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	padding: 7px;
	background: #fff ;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 border: 1px solid #e6e4e4;
 margin-bottom: 19px;
 box-shadow: 2px 2px 4px #ddd;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.fright {
	float: right !important;	
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.col1 {
	color: #464646;
}

.col2 {
	color: #e1837f;
}

.hor_separator {
	background: url(../images/hor_separator.gif) 0 bottom repeat;
	height: 7px;
}
/*header*/

header {
	display: block;
	padding-top:0;
	position: relative;
	z-index: 999;
	background: #000 ;
	padding-bottom: 15px;
}


header h1 {
	float: none;
	position: relative;
	z-index: 999;

}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	float: left;
	height: auto;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
	display: block;	
}

h1 {
	font-size: 30px !important;
	font-weight:bold !important;
	margin: 0px;
	padding: 0px;
	color: #B79D23;
        font-family:'MTCORSVA';

}

.main {
	background: #000;
}

/*Content*/

.content { 
	position:center;
	overflow:hidden;
	margin: 0 auto;
        background-image: url(../images/centar_background1.png);
	background-repeat: repeat-y;
	background-position: center;
}

.content h2{ 
	padding-top: 20px;
	font-size: 26px;
	color: #d2b52b;
	margin-bottom: 17px;
}
.content h5{ 

	font-size: 24px;
	color: #852875;
	margin-bottom: 17px;
}

.content.page1 {
	padding-top: 2px;
	background-image: url(../images/centar_background.png);
	background-repeat: repeat-y;
	background-position: center;
        font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A3A3A3;
}

.content.page1 h2 {
	font-size: 25px;
	padding-top: 43px;
	margin-bottom: 19px;
	color: #852875;
}

.page1_block img {
	float: left;
	margin-top: 2px;
	margin-right: 24px;
}

.car_wrap {
	position: relative;
	margin: 0 -10px;
	overflow: hidden;
}

.content.page1 .car_wrap h2 {
	padding-left: 10px;
	padding-top: 23px;
	padding-bottom: 3px;
}

.carousel1 {
	height: 249px;
}

.carousel1 li {
	float: left;
	width: 240px !important;
	font-size: 12px;
}

.carousel1 li >div {
	padding: 0 10px;
}

.carousel1 li .price {
	display: inline-block;
	background: #699440;
	color: #fff;
	min-width: 41px;
	height: 38px;
	border-radius: 4px;
	font: 20px/36px 'Lobster', cursive;
	text-align: center;
	margin-top: 15px;
}


.carousel1 li span {
	line-height: 16px;
}

#bbq-menu li a,
#bbq-menu li span {
	display: block;
	width: 167px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	text-transform: uppercase;
	color: #7b7b7b;
	text-decoration: none;
	border-radius: 8px;
	background: linear-gradient(to bottom, #292929 0%, #000000 66%, #000000 100%);
}

#bbq-menu li a:hover {
	color: #ffffff;
}

#bbq-menu li span {
	color: #ffffff;
	background: url(../images/menu_arrow.png) no-repeat 142px center,
				linear-gradient(to bottom, #292929 0%, #000000 66%, #000000 100%);
}

#panes {
	background: #cda22e;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 588px;
	margin: auto;
	height:423px;
	margin-bottom:-20px;
	padding-bottom:20px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

#paаnes div {
	display:none;		
	position:absolute;
	top: 0px;
	left: 0px;
	font-size:14px;
	color:#444;	
	width:580px;
	margin:2px 2px 2px 2px
}

#panes img {
	margin:2px 2px 2px 2px;		
}
#panes p.more {
	color:#000;
	font-weight:bold;
}

#panes h5 {
	margin:5px 5px 5px 5px;
	font-size:22px;
	font-weight:normal;
	display: inline-block
       
}


#prod_nav {
	height:156px;	
	width:600px;
	padding-top: 50px;
        padding-left:16px;
}

#prod_nav ul {	
	width:600px;
	margin:20px 20px 20px 20px;	
}

#prod_nav li {	
	float:left;
	width:192px;
	list-style-type:none;
	text-align:center;
}

#prod_nav a {
	color:#333333;
	display:block;
	padding:2px 2px 2px 2px;
	position:relative;
	word-spacing:-2px;
	font-size:11px;		
	height:auto;
	text-decoration:none;
}	

#prod_nav a.current {
	background: #cda22e;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#prod_nav img {
	background-color:#fff;
	border:1px solid #ccc;
	border-radius: 5px;
	margin:1px 1px 1px 1px;
	padding:12px;		
	display:block;
}

#prod_nav strong {
	display:block;		
}
#description {
	width: 100%; 
	display: block;
        padding-top:20px;
	text-align: center;
	color: #999999;
}

#description strong {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}



.carousel1 img {
	box-shadow: 2px 2px 3px #ddd;
	padding: 4px;
	background: #fff;
	border: 1px solid #e6e4e4;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 19px;
}

.prev {
	background: url(../images/prevnext.png) 0 bottom no-repeat;
	display: block;
	position: absolute;
	right: 42px;
	top: 9px;
	width: 32px;
	z-index: 999;
	height: 30px;
}

.prev:hover {
	background-position: 0 0;
}

.next {
	background: url(../images/prevnext.png) right bottom no-repeat;
	display: block;
	z-index: 999;
	position: absolute;
	right: 10px;
	top: 9px;
	width: 32px;

	height: 30px;
}

.next:hover {
	background-position: right 0;
}

.bottom_block {
	background: url(../images/hor_separator.png) center 38px no-repeat;
	padding-top: 38px;
	font-size: 12px;
	padding-bottom: 34px;
	overflow: hidden;
}

.bottom_block h3 {
	padding-top: 39px;
	margin-bottom: 25px;
}

.socials {
	overflow: hidden;
}

.bottom_block nav {
	padding-top: 27px;
}



.bottom_block nav li {
	float: left;
}


.bottom_block nav li+li {
	margin-left: 19px;
}

.bottom_block nav {
	font-size: 12px;
	text-transform: uppercase;
	color: #504f4f;
}

.bottom_block p {
	margin-top: -5px;
}

.bottom_block nav li.current {
	color: #fff;
}


.socials a {
	background: url(../images/socials.png) 0 0 no-repeat;
	width: 26px;
	float: left;
	display: block;
	height: 27px;
	margin-left: 11px;
}

.socials a:hover {
	opacity: 0.5;
}

.socials a:first-child {
	margin-left: 0;
}

.socials a:first-child+a {
	background: url(../images/socials.png) -38px 0 no-repeat;
}

.socials a:first-child+a+a {
	background: url(../images/socials.png) right 0 no-repeat;
}


.carousel2 li img {
	float: left;
	margin-top: -1px;
	margin-right: 20px;
}

.carousel2 li {
	float: left;
	width: 410px !important;
}

.carousel2 li .title {
	font-size: 24px;
	line-height: 22.9px;
	font-family: "Times New Roman", Times, serif;
	color: #e2827e;
	text-align: center;
	padding-top: 36px;
}

.carousel2 .col1 {
	line-height: 22.9px;
	margin-bottom: 6px;
	padding-top: 10px;
}


.prev1 {
	background: url(../images/prevnext.png) 0 bottom no-repeat;
	display: block;
	float: right;
	width: 32px;
	z-index: 999;
	height: 30px;
	margin-top: 8px;
}

.prev1:hover {
	background-position: 0 0;
}

.next1 {
	background: url(../images/prevnext.png) right bottom no-repeat;
	display: block;
	z-index: 999;
	float: right;
	width: 32px;
	height: 30px;
	margin-top: 8px;
}

.next1:hover {
	background-position: right 0;
}


.hor_separator.hor1 {
margin-top: 13px;
}

.content h2.head1 {
	padding-top: 28px;
	font-size: 25px;
}

.content h2.head2 {
	font-size: 28px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-left:20px;
}
.content h2.head2-1 {
	font-size: 18px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-left:20px;
}
.chefs {
	padding-top: 7px;
}

.chefs .img_inner {
	padding: 10px 4px;
}

.chefs .col1 {
	font-size: 12px;
	padding-top: 8px;
	margin-bottom: 16px;
}

.menu {
	padding-top: 8px;

}

.menu h3 {
	color: #85423f;
	margin-bottom: 22px;
}

.menu .img_inner {
	padding: 5px 4px;
	margin-bottom: 12px;
}

.news .img_inner{
	padding: 4px;
	margin-top: 1px;
}

.news {
	font-size: 14px;
	margin-bottom: 22px;
}

.news .extra_wrapper {
	text-align: left;
        height:160px;
        display: block;
	padding:10px 0 10px 10px;
        margin-bottom:50px;
	top: -4px;
        border-radius: 8px;
        background: linear-gradient(to bottom, #292929 0%, #0b0b0b 66%, #0b0b0b 100%);
        width:930px;

}
.news .extra_wrapper1 {
	text-align:left;
        height:960px;
        display: block;
	padding:15px;
	top: -4px;
        border-radius: 8px;
        background: linear-gradient(to bottom, #292929 0%, #0b0b0b 66%, #0b0b0b 100%);
        width:930px;

}


.news a.btn {
	margin-top: 5px;
}

#newsletter {
	position: relative;
}



#newsletter label {
	display: block;
	position: relative;
	width: 313px;
	float: left;
	padding-top: 1px;
	z-index: 1;
}

#newsletter input {

	border: 1px solid #d9d8d8;
	float: left;
	color: #a8a8a8;
	width: 220px;
	height: 30px;
	font: 12px/18px  Arial, Helvetica, sans-serif;
	padding: 6px 10px;
	box-shadow: none !important;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

#newsletter a.btn {
	float: right;
	text-transform: capitalize;
	font-size: 13px;
	margin-top: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

#newsletter .error, #form1 .empty {		
	height:0px;
	top: 35px;
	width: 100%;
	left: 4px;
	font-size: 10px;
	line-height: 13px;
	display: block;
	overflow: hidden;
	z-index: 999;
	color: #ff0000;
		-webkit-transition:  0.3s ease-out; 
		-o-transition: all 0.3s ease-out; 
		transition: all 0.3s ease-out; 
		position: absolute;
	}

#newsletter label.invalid .error {
	/*display: block;*/
	height:40px;

}

#newsletter .success {
	width: 220px;
	z-index: 999;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;	
	display: none;	
	top: 0px;
	border: 1px solid #d9d8d8;
	background: #000;
	left: 0px;
	font-size: 12px;
        color: #a7a7a7;
	overflow: hidden;
	padding: 10px;
	-webkit-transition:  0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
	position: absolute;
}

/****Map***/

.map {
	padding-top: 6px;
	color: #848383;
}

.map figure {


		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
 margin-bottom: 42px;
}
.map figure iframe {
	width: 100%;
	height: 282px;
	max-width: 100%;
}

.map address {
	float: left;
	margin-right: 80px;
}

.map .text1 {
	line-height: 20px;
	margin-bottom: 2px;
}

address dd span {
	min-width: 50px;
	display: inline-block;
	text-align: left;
}




/************Footer***********/

footer {
	display: block;
	padding: 10px 0;
	font-size: 12px;
	color: #fff;
        background:#000;
	text-align: center;
}

footer a:hover {
	color: #852875;
	text-decoration: underline;
}
