html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  color: white;
  background-color:transparent;
  background-image:url(../images/bg_dark.png);
  background-repeat: repeat-y;
  background-size: cover !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
h2{
	margin:0 0 40px 0;
	}
h2.stilski{
	font-family: 'Lobster', cursive;
	font-size:3em;
	text-transform:none;
	}
h2.bijeli{
	position:relative;
	width:60%;
	background-color:#FFF;
	color:#a22c20;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:50px;
	}
h2.bijeli:before,
h2.bijeli:after{
	content: "";
  border-style: solid;
  border-width: 0;
  height: 0;
  position: absolute;
  width: 0;
	}
h2.bijeli:before{
	border-width: 25px 0 25px 10px;
    border-color: #FFF transparent;
    left: -10px;
	}
h2.bijeli:after{
	border-width: 25px 10px 25px 0;
  border-color: #FFF transparent;
  right: -10px;
	}
h2.bijeli span{
	margin-left:10px;
	margin-right:10px;
	}
.tackice{
	display:inline-block;
	width:25px;
	height:25px;
	background-image:url(../images/tackice.png);
	background-repeat:no-repeat;
	background-position:center center;
	}




p {
  margin: 0 0 25px;
  line-height: 1.5;
}

a {
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #a22c20;
}
a.istaknuto, .poenta{
	text-transform:uppercase;
	font-size:1.5em;
	color:#FFF;
	background-color:#a22c20;
	font-weight:bold;
	padding:5px 15px;
	letter-spacing:2px;
	border:1px solid #a22c20;
	}
a.istaknuto:hover, .poenta:hover{
	color:#FFF;
	border:1px solid #FFF;
	background-color:transparent;
	}
.img-thumbnail {
    padding: 3px;
    background-color: transparent;
    border: 1px solid #DDD;
    border-radius: 0px;
}
	

.galerija{
	margin-bottom:40px;
	}
.light {
  font-weight: 400;
}

.lijevi{
	text-align:right;
	}
.desni{
	text-align:left;
	}
.navbar {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background-image:url(../images/bg_dark.png);
  	background-repeat:no-repeat;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size:1.1em;
  background-color: black;
  padding: 25px 0;
  letter-spacing: 1px;
  background-image:url(../images/bg_dark.png);
  background-repeat:no-repeat;
  background-size:cover;
}

.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-nav {
    float: none;
    margin: 0px;
	padding-top:46px;
}
.navbar-nav li a {
    padding-bottom: 0px;
    padding-top: 0px;
	line-height:40px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.nav li{
	margin-right:60px;
	padding:10px 0;
	float: none;
	display: inline-block;
	}
.nav li a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  margin: 0;
  position: relative;
}
.nav li a:hover,
.nav li a:focus,
.nav li.active a {
  background-color: #a22c20;
}

.nav li a:hover::before,
.nav li a:focus::before,
.nav li.active a:before,
.nav li a:hover::after,
.nav li a:focus::after,
.nav li.active a:after{
  content: "";
  border-style: solid;
  border-width: 0;
  height: 0;
  position: absolute;
  width: 0;
}

.nav li a:hover::before,
.nav li a:focus::before,
.nav li.active a:before {
	border-width: 20px 0 20px 10px;
    border-color: #a22c20 transparent;
    left: -10px;
}

.nav li a:hover::after,
.nav li a:focus::after,
.nav li.active a:after {
  border-width: 20px 10px 20px 0;
  border-color: #a22c20 transparent;
  right: -10px;
}

.navbar-custom.top-nav-collapse {
    padding: 20px 0;
    background: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  
  
  
ul.socijalne{
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
	margin-top:51px;
	}
ul.socijalne li{
	display:inline-block;
	margin-left:10px;
	padding: 5px 0;
	}
	
	
ul.socijalne-kont{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	margin-top:31px;
	}
ul.socijalne-kont li{
	display:inline-block;
	margin-left:10px;
	padding: 5px 0;
	}
ul.socijalne-kont li:first-child{
	margin-left:0px;
	padding: 5px 0;
	}





header{
	margin-top:190px;
	position:relative;
	}
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
	position:relative;
}


.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

.welcome{
	position:absolute;
	z-index:999;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align:center;
	border:solid #FFF 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:rgba(0,0,0,0.5);
	padding-left:40px;
	padding-right:40px;
	}
.dobrodosli{
	font-family: 'Lobster', cursive;
	font-size:2.7em;
	line-height:0.7em;
	margin-top:30px;
	}
.logo{
	font-family: 'Lobster', cursive;
	font-size:11em;
	line-height:1.3em;
	}
.description{
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	line-height:59px;
	font-weight:600;
	color:#FFF;
	background-color:#a03027;
	padding:1px 20px 0 20px;
	font-size:1.1em;
	margin-bottom:-34px;
	}
.description:before,
.description:after{
	content: "";
  border-style: solid;
  border-width: 0;
  height: 0;
  position: absolute;
  width: 0;
	}
.description:before{
	border-width: 30px 0 30px 10px;
    border-color: #a03027 transparent;
    left: 30px;
	}
.description:after{
	border-width: 30px 10px 30px 0;
  border-color: #a03027 transparent;
  right: 30px;
	}




section{
	padding:100px 0;
	}



#ponuda{
  background: url(../images/grafika.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
	}
.content-section {
  
}
.jela{
	margin-bottom:30px;
	}
.jela img{
	margin-bottom:30px;
	}

#map {
  width: 100%;
  height: 400px;
  margin-top: 30px;
}

.btn {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #FFF;
  color: #FFF;
  background-color: transparent;
}


.btn-default:hover,
.btn-default:focus {
  border: 1px solid #391111;
  outline: none;
  color: #FFF;
  background-color: #391111;
}
ul.banner-social-buttons {
  margin-top: 0;
}
footer {
  font-family: 'Open Sans', sans-serif;
  border-top:5px solid #a22c20;
  padding: 50px 0;
  font-size:0.9em;
  background-image:url(../images/bg_dark.png);
  background-repeat:no-repeat;
  background-size:cover;
}
footer p.copy {
  margin:50px 0 50px 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

.galerija img{
	margin-bottom:30px;
	}



@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
	
  .description{
	font-size:1.1em;
	}
	.nav li{
	margin-right:40px;
	padding:10px 0;
	float: none;
	display: inline-block;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	
	.nav li{
		margin-right:10px;
	}
	ul.socijalne{
	margin:0;
	}
  .description{
	font-size:1.1em;
	}
	.navbar-nav {
	padding-top:20px;
}
	.navbar-nav li a {
    padding-bottom: 0px;
    padding-top: 0px;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.nav li a:hover::before,
.nav li a:focus::before,
.nav li.active a:before {
	border-width: 15px 0 15px 5px;
    border-color: #a22c20 transparent;
    left: -5px;
}

.nav li a:hover::after,
.nav li a:focus::after,
.nav li.active a:after {
  border-width: 15px 5px 15px 0;
  border-color: #a22c20 transparent;
  right: -5px;
}
ul.ponuda{
	text-align:center;
	}
header{
	margin-top:150px;
	}

/*.prazni{
	margin:0;
	padding:0;
	}*/
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	section{
	padding:50px 0;
	}
	.logo-up{
		margin:0 auto 30px auto;
		
		}
	.dobrodosli{
	font-family: 'Lobster', cursive;
	font-size:2.2em;
	}
.logo{
	font-family: 'Lobster', cursive;
	font-size:7em;
	}
.description{
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	line-height:30px;
	font-weight:600;
	color:#FFF;
	background-color:#a03027;
	padding:0px 20px 0px 20px;
	font-size:0.9em;
	}
	
	.description:before,
.description:after{
	content: "";
  border-style: solid;
  border-width: 0;
  height: 0;
  position: absolute;
  width: 0;
	}
.description:before{
	border-width: 30px 0 30px 10px;
    border-color: #a03027 transparent;
    left: 30px;
	}
.description:after{
	border-width: 30px 10px 30px 0;
  border-color: #a03027 transparent;
  right: 29px;
  bottom:-34px;
	}
ul.socijalne{
	text-align:center;
	margin-top:0px;
	}
ul.socijalne li{
	display:inline-block;
	margin-left:10px;
	padding: 5px 0;
	}
		ul.socijalne li:first-child{
		margin-left:0;
		}
	
	.navbar-header{
		text-align:center;
		}
	.navbar-custom .navbar-toggle {
    color: #FFF;
    background-color: #391111;
    font-size: 16px;
}
.navbar-toggle {
    position: relative;
    float: none;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: auto;
	margin-left:auto;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	background-color: #391111;
}
.navbar-fixed-top {
    position: relative;
}

.nav li  {
  display: block;
  width:100%;
  text-align:center;
}
	
	header{
	margin-top:0px;
	}
	ul.ponuda{
	text-align:center;
	}
	ul.list-inline li{
		display:block;
		margin-bottom:30px;
		}
	
}
@media screen and (max-width: 480px) {
	section{
	padding:70px 0;
	}
	.logo-up{
		margin:0 auto 30px auto;
		
		}
	.dobrodosli{
	font-family: 'Lobster', cursive;
	font-size:1.7em;
	}
.logo{
	font-family: 'Lobster', cursive;
	font-size:4em;
	}
.description{
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	line-height:25px;
	font-weight:600;
	color:#d19259;
	background-color:#a03027;
	padding:20px;
	font-size:1em;
	}
	.description:before,
.description:after{
	display:none;
	}
.description:before{
	display:none;
	}
.description:after{
	display:none;
	}
ul.socijalne{
		text-align:center;
		}
		ul.socijalne li:first-child{
		margin-left:0;
		}
		.navbar-fixed-top {
    position: relative;
}
	.navbar-header{
		text-align:center;
		}
	.navbar-custom .navbar-toggle {
    color: #FFF;
    background-color: #a03027;
    font-size: 16px;
}
.navbar-toggle {
    position: relative;
    float: none;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: auto;
	margin-left:auto;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	background-color: #a03027;
}


.nav li  {
  display: block;
  width:100%;
  text-align:center;
}
	
	
	ul.ponuda{
	text-align:center;
	}
	ul.list-inline li{
		display:block;
		margin-bottom:30px;
		font-size:0.75em;
		}
h2.bijeli{
	position:relative;
	width:80%;
	background-color:#FFF;
	color:#a22c20;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:50px;
	font-size:1.1em;
	}
h2.bijeli:before,
h2.bijeli:after{
	content: "";
  border-style: solid;
  border-width: 0;
  height: 0;
  position: absolute;
  width: 0;
	}
h2.bijeli:before{
	border-width: 25px 0 25px 15px;
    border-color: #FFF transparent;
    left: -15px;
	}
h2.bijeli:after{
	border-width: 25px 15px 25px 0;
  border-color: #FFF transparent;
  right: -15px;
	}
h2.bijeli span{
	margin-left:10px;
	margin-right:10px;
	}
.tackice{
	display:inline-block;
	width:25px;
	height:25px;
	background-image:url(../images/tackice.png);
	background-repeat:no-repeat;
	background-position:center 75%;
	}
header{
	margin-top:0px;
	}
.lijevi{
	text-align:left;
	}
.desni{
	text-align:right;
	}
}

