@font-face
{
	font-family: 'Bellota';
	src: url('../fonts/Bellota-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
/*@font-face
{
font-family: myAirStrea;
src: url('../fonts/AirstreamNF.otf'),
	 url('../fonts/AirstreamNF.ttf');
}*/



html 
{
	min-width:1024px;

	/*footer background -> footer-wrapper*/
	background-image:url('../img/background-footer.jpg');
	background-repeat:repeat;
	/*background-color:rgb(14,14,14); the footer color*/	
}

body
{
	width: 100%;
	margin: 0;
	background-image:url('../img/background.jpg');
	background-repeat:repeat;
	font-size: 13px;
	font-family:'Exo', Arial;
	color: rgb(72,72,72);
}
p
{
	text-align:justify;
}
a{
	border-width: 0;
}

h1,h2,h3,h4
{
	font-family: 'Bellota', cursive;
	color:rgb(204,0,0);
    font-weight: bold; 
	font-style: normal; 
}
h1
{
  font-size: 28px;
}
h2
{
  font-size: 25px;
  color: rgb(51,51,51);
}
h1 span
{
	border: 2px solid rgb(204,0,0);
	font-family: 'Myriad Pro', 'Exo', Verdana;
	font-size: 13px;
	font-weight: normal;
	color: black;
	margin-top: -13px;
	margin-left:40px;
	margin-right:40px;
	padding: 2px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
h2
{
  font-size: 20px;
}

input[type="text"]
{
	border-color: rgb(48,48,48);
	border-width: 1px;
	border-style: solid;
	height: 20px;
}
input[type="submit"], input[type="button"]
{
	color: white;
	height: 24px;
	font-weight: bold;
	font-size: 110%;
	border-width: 0;
	/*background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #B30600),
	color-stop(1, #E12C14)
	);
	background-image: -o-linear-gradient(bottom, #B30600 0%, #E12C14 100%);
	background-image: -moz-linear-gradient(bottom, #B30600 0%, #E12C14 100%);
	background-image: -webkit-linear-gradient(bottom, #B30600 0%, #E12C14 100%);
	background-image: -ms-linear-gradient(bottom, #B30600 0%, #E12C14 100%);
	background-image: linear-gradient(to bottom, #B30600 0%, #E12C14 100%);*/
	background-color: rgb(191,30,45);
}

textarea, select
{
	border-color: rgb(48,48,48);
	border-width: 1px;
	border-style: solid;
	font-size: 13px;
	font-family: 'Exo', Arial;
}


.extra
{
}

.right-orientation
{
	float: right;
}

.center-orientation
{
	margin: 0 auto;
}


.logo-image
{
	margin-left: auto;
	margin-right: auto;
}

.row-top
{
	height: 72px;
	background-image:url('../img/HeaderLogo-Background.png');
	background-repeat:repeat-x;
}

.row-top .logo-image
{
	width: 272px;
	padding: 0 10px 0 20px;	
	background-image:url('../img/background.jpg');
	background-repeat:repeat;
}

.content-size
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper-outer
{
	/*margin-left: auto;
	margin-right: auto;
	width: 1024px;	*/	
}

.wrapper
{
}

.wrapper-inner
{
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 1024px;	
}

.wrapper-contentText
{
	margin-left: 20px;
	margin-right: 20px;
}

.clear
{
	display: block;
	clear:both;
}

.splitter, hr
{

	background:url(../img/Spliter-Background.png);
	background-repeat:repeat-x;	
	height: 49px;
	margin-top: 3px;	
	
	position:absolute;
	/*width: 100%;*/
    left:0;
    right:0;
	
	min-width: 1024px;
}


hr
{
	/*margin-top: 53px;*/
	border-width: 0;
}

.after-hr, .after-splitter
{
	padding-top:52px; 
	/*padding-bottom:28px; */
}
.after-hr
{
	/*padding-top:102px; 
	padding-bottom:48px;*/
}

/***** menu *****/
.menu {
	padding:0;	
	/*margin-top:-9px;*/
	position:relative;
	z-index:2;
	margin: 0 0 0 250px;
	
}
.menu li {
	float:left;
	position:relative;
	padding-right:2px;
	list-style-type:none;
	width: 190px;
	text-align: center;	
	/*background:url(../images/menu-spacer.gif) right top repeat-y;*/
}

/*.menu li.last {background:none; padding:0}*/
.menu li a {
	text-decoration:none;
	display:block;
	font-size:14px;
	color:white;
	text-transform:uppercase;
	margin-top: 13px;
}
.menu li a.active,
.menu > li > a:hover {color:rgb(225,225,225);}



/***** submenu *****/
.submenu {
	padding:0;	
	position:relative;
	z-index:2;
	
}
.submenu li {
	float:left;
	position:relative;
	padding-right:2px;
	list-style-type:none;
	width: 200px;
	text-align: center;	
}

/*.submenu li.last {background:none; padding:0}*/
.submenu li a {
	text-decoration:none;
	display:block;
	font-family: 'Exo', Verdana;
	font-weight: bold;
	font-size:15px;
	color:rgb(204,0,0);
	margin-top: 15px;
}
.submenu li a.active,
.submenu > li > a:hover {color:rgb(53,53,53)}

#navigation-logo
{
	float: left;
	margin-top: -53px;
	margin-left: 40px;
	z-index: 20;
	position:absolute;
}

#HoodBurgerZacetek
{
	min-height: 277px
}
.share-wrapper
{
	max-width: 270px;
	width: 270px;
	margin-right: 40px;
}

.share-wrapper-inner
{
	max-width: 210px;
	margin-left: auto;
	margin-right: auto;
}

.share-wrapper  div
{
	margin-bottom: 25px;
}
.share-wrapper p, .share-wrapper a
{
	text-align: center;
	color: rgb(51,51,51);
	text-decoration: none;
	margin: 0;
}


#footer-wrapper
{
	/*margin-top: 44px;	*/
	padding-top: 22px;
	background-image: url('../img/background-footer.jpg');
	background-repeat: repeat;
}

.footer-logo-image
{
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}

.footer-row-top
{
}

.footer-row-top .footer-logo-image
{
}

.footer-nav
{
	margin-bottom: 12px;
}

#footer-nav-table td
{
	vertical-align:top;
	text-align: center;
	width: 160px;
}

#footer-nav-table p
{
	text-align: center;
	font-family: 'Exo', Verdana;
	font-size: 12px;
	font-weight: bold;
	color: white;

}

.footer-menu
 {
	-webkit-padding-start:0;
	padding-left:0;
}

.footer-menu li a
 {
	font-family: 'Exo', Verdana;
	text-decoration:none;
	color: white;
	font-size: 12px;
 }

.footer-menu li
{
	list-style-type:none;	
	text-align: center;	
	margin-bottom: 12px;
}

#footer-rights
{
	border-top: 3px solid white;
	background-color: rgb(191,30,48);	
	height: 45px;
}
#footer-rights p
{
	margin-top: 17px;
	color: rgb(251,245,246);
	font-size: 9px;
	text-align: center;
}

#footer-rights a
{
	color: rgb(251,245,246);
	text-decoration: none;
}


/* ------------------- */
.center-align
{
	text-align: center;
}

.share-wrapper div
{
	margin-bottom: 25px;
}

#seenIn
{
	margin: 45px 0 60px 0;
}
#seenIn img
{
	margin: 0 10px;  
}
.menu-div
{
	min-height: 300px;
}
.menu-div-inner
{
	width: 500px;
	margin: 0 60px;
	padding-top: 50px;
}

.menu-img-right
{
	margin-right: 60px;
	margin-left: -60px;
	max-width: 340px;
	width: 340px;
	min-height: 340px;
	max-height: 340px;
	background-repeat:no-repeat;
	background-position: center;
}

.menu-img-left
{
	margin-left: 60px;
	margin-right: -60px;
	max-width: 340px;
	width: 340px;
	min-height: 340px;
	max-height: 340px;
	background-repeat:no-repeat;
	background-position: center;
}

.menu-img-right img
{
	/*margin-left: -60px;*/
}
.menu-img-left img
{
	margin-right: -60px;
}

.enojni-button
{
	background-repeat:no-repeat;
	cursor: pointer;
}
.dvojni-button
{
	background-repeat:no-repeat;
	cursor: pointer;
}
.menu-button
{
	border-spacing: 0;
	margin-top: 34px;
}
.menu-button div
{
	min-width: 68px;
	min-height: 30px;
}

.location-text-div
{
	width: 570px;
	margin-bottom:50px;
}

.location-info-div
{
	line-height:160%;
	text-align:center;	
	color: rgb(196,35,51);
	font-size: 11px;
}


/*---------------------contact-us-table---------------------*/
.contact-us-table
{
	vertical-align: top;
	width: 100%;
	text-align: center;
	margin-top: -24px;
}

.contact-us-table p
{
	text-align: center;
}

.contact-us-table td
{
	padding-top: 34px;
	padding-bottom: 14px;
	width:288px;
	vertical-align: top;
	border-right: 1px solid rgb(233,233,233);
}

.contact-us-table td.last
{
	border-right-width: 0;
}

.contact-us-table img, .contact-us-table a
{
    display: block;
}
.contact-us-table img
{
    margin-left: auto;
    margin-right: auto;
}
.contact-us-table a
{
    text-decoration:none;
	color: rgb(72,72,72);
}

.width580
{
	width: 580px;
}
.width550
{
	width: 550px;
}
.width440
{
	width: 440px;
}
.width400
{
	width: 400px;
}
.share-js
{
	max-width: 90px;
}
.share-js-facebook, .share-js-twitter
{
	display:inline-block;
	width: 39px;
	height: 39px;
	margin: 3px;
}
.share-js-facebook
{
	background-image: url(../img/Facebook-share.png);
	background-repeat:no-repeat;
}
.share-js-twitter
{
	background-image: url(../img/Twitter-share.png);
	background-repeat:no-repeat;
}
.share-js-share-text
{
	text-transform:uppercase;
	font-family: 'Exo', Verdana;
	font-size:	9px;
	margin: 0;
	text-align: center;
	color: rgb(191,30,46);
}

#page6 input[type=text], #page6 select, #page6 textarea
{
	width: 434px;
	margin: 4px 0;
	padding: 4px;
	border-color: rgb(206,206,206);
}
#page6 select
{
	width: 444px;
}

.validationRedBorder, .validationRedBorder  #recaptcha_response_field
{
	border-color: red !important;
}

#recaptcha_table
{
 background-color: white;
}

#recaptcha_privacy
{
 visibility: hidden;
}
#subscribe-notification
{
	margin-top: 8px;	
	position: absolute;
}
#subscribe-notification-inner
{
	position: relative;
	margin: 0 auto;
}

.emailSendMessage, #subscribe-notification span
{
	margin: 8px 0 0 auto;
	width:100%;
	height: 28px;
	font-size:12px;
	line-height:1.25em;
	margin-top: 4px;
	padding:4px;
	border:1px solid rgb(174, 252, 203);
	background:url(../img/input-tail-green.gif) 0 0 repeat-x;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	outline:none;	
}

.captcha-buttons
{
	margin-top: -42px;
	margin-right: 10px;
	height:32px;
	width: 90px;
}

.captcha-buttons input
{
	height: 28px;
	padding: 6px 24px;
	height: initial;
} 

.ig_instagarmGallery
{
	position: absolute;
	left: 0;
}
.ig_instagarmGallery-after
{
	height: 130px;
}

.cookieTermsagree
{
	margin-top: 2px;
	margin-bottom: 0;
	margin-left: 4px;
}

.cookieWarningTextDiv
{
	padding-top: 8px !important;
}
#HoodBurgerJe
{
	margin-top: 40px;
	width: 100%;
}

#HoodBurgerJe td
{
	vertical-align: top;
}

#HoodBurgerJe div
{
	max-width: 320px;
	padding-left: 15px;
	padding-right: 15px;
}

.HoodBurgerJeImg
{
	margin: 0 auto;
	width: 160px;
}

#bestBurgers{
	min-height: 196px;
}
#piva{
	min-height: 213px;
}
.yellowBckg
{

	background-image:url('../img/background-yellow.jpg');
	background-repeat:repeat;
}

.divBottomSeparator
{
	border-bottom-color: rgb(210,206,199);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	-webkit-box-shadow: 0px 1px 1px 0px rgb(221,215,200);
	-moz-box-shadow:    0px 1px 1px 0px rgb(221,215,200);
	box-shadow:         0px 1px 1px 0px rgb(221,215,200);
}

.imageBorder
{
	border: solid 1px rgb(249,241,224);
	background-color: white;
	padding: 5px;
	
	-webkit-box-shadow: 1px 1px 1px 2px rgb(221,215,200);
	-moz-box-shadow: 	1px 1px 1px 2px rgb(221,215,200);
	box-shadow: 		1px 1px 1px 0px rgb(221,215,200);
}

#languageSelector
{
	margin: 3px;
	float: right;
	z-index: 20;
	position: relative;
}
#languageSelector span
{
	display: inline-block;
	width: 20px;
	height: 13px;
	background-size: 20px 13px;
	margin-left: 5px;
}
.slFlag
{
	background-image:url('../img/flag-sl.gif');
	background-repeat: no-repeat;
}
.enFlag
{
	background-image:url('../img/flag-en.gif');
	background-repeat: no-repeat;
}
.selectedFlag
{	
	width: 30px !important;
	height: 19px !important;
	background-size: 30px 19px !important;
}