/*
font-family: 'Lobster', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Titillium Web', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
/*main style*/
html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	border: none;
	color:#000;
	position: relative; 
}
section {
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: 100vh;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
.ozdoba {
	height: 1.5px;
}
.full-width {
    width: 100%;
    display: table;
}

h1, h2, h3, h4, h5, h6 {
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	color:#332F2F;
	font-weight: 700;
	margin-top:0;
}
.section-heading {
	font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
}
ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
}

p {
	font-size: 16px;
	font-weight:300;
	line-height: 24px;
    font-family: 'Titillium Web', sans-serif;
	letter-spacing: 0.4px;
}
a{
	color:#000;
	background:none;
	text-decoration: none;
	outline: none;
}

a:hover,  a:active,  a:focus {
	color:#000;
	text-decoration: none;
	outline: none !important;

}
.btn-default,.btn-default:active,.btn-default:focus {
    background: #000000;
    border: 1px solid #ffffff;
    padding: 6px 14px;
    box-shadow: none;
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 0px;
    transition: all 700ms;
}

.btn-default:hover{
	background:#FFF;
	border-color:#000;
	color:#000;
	outline:none;
	box-shadow:none;
}

.btn-lg {
    padding: 10px 5px;
    font-size: 15px;
}

.btn-sm {
	padding: 4px 10px 2px;
	font-size: 13px;
}

.btn-color-white{
	color:#FFF;
}
.btn-color-brown{
    color:#6a3e0a;
    border-color: #6a3e0a;
}
.btn-info, .btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    border-radius: 0;
}

.btn-info:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.btn-info:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary {
	background: #00000045;
	border: 1px solid #DCE4E6;
	padding:6px 14px;
	box-shadow:none;
	color: #fff;
	font-size:13px;
	letter-spacing:2px;
	font-weight:300;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	border-radius: 0px;
	transition: all 700ms;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
	background:#fff;
	border-color:#000;
	color:#000;
	outline:none;
	box-shadow:none;
}
/*home*/
#home {
	width: 100%;
	min-height: 100vh;
	color: #fff;
	background: url(../img/background.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}
/*logo*/
.logo-nav { 
	float: left; 
	padding: 10px 0px;
}
.logo {
    height: 70px;
    padding: 5px;
}
.logo-home {
    width:100%;
	height: 150px;
}
.img-center {
	position: absolute;
    width: 100%;
    left: 50%;
    top: 30%;
    padding: 0 10px;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.img-responsive {
  display: inline-block;
}
/*pulse button*/
.scroll-icon {
	position: absolute;
	width: 100%;
 	left: 50%;
    bottom: 50px;
    padding: 0 10px;
  	-webkit-transform: translateX(-50%);
  	    -ms-transform: translateX(-50%);
  	        transform: translateX(-50%);
}
.pulse-btn {
    text-align: center;
    padding: 10px 0;
}
.pulse-btn .btn {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5em 1.5em;
	font-family: 'Open Sans', sans-serif;
    animation: pulse 1.5s cubic-bezier(0.66, 0.67, 0.83, 0.99) infinite;
}
@media (max-width: 767px) {
    .pulse-btn .btn {
        font-size: 16px;
        letter-spacing: normal;
        padding: 10px 15px;
    }
}
@keyframes pulse {
    0% {
        outline: 1px solid #428bca;
        outline-offset: 0px;
    }
    30% {
        outline: 1px solid rgba(48, 113, 169, 0.7);
        outline-offset: 10px;
    }
    60% {
        outline: 1px solid rgba(48, 113, 169, 0);
        outline-offset: 20px;
    }
    100% {
        outline: 1px solid rgba(48, 113, 169, 0);
        outline-offset: 60px;
    }
}
/*navigation*/
.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
.sticky + .content {
  padding-top: 100px;
}

#navbar {
  overflow: hidden;
  border-radius: 0px;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-default {
    background-color: #ffffff;
    min-height: 80px;
	width: 100%;
	border-radius: 0;
}
.navbar-header {
    background-color: #ffffff;
    min-height: 80px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0 0 0 20px;
    font-size: 18px;
    line-height: 20px;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav>li>a {
    line-height: 30px;
	width: 100%;
	font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    }
}
@media (min-width: 768px){
.navbar-default .navbar-nav>li>a {
    color: #000;
    display: inline-block;
    line-height: 30px;
	text-transform: uppercase;
	padding: 24px 10px;
    }
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #000000;
}
/*section*/
.section-header {
	text-align: center;
	padding-bottom: 10px;
}
/* highlight info */
.highlight {
    background: url('../img/high.jpg') center fixed;
    background-size: cover;
    height: 300px;
}
.highlight2 {
    background: url('../img/catering2.jpg') center fixed;
    background-size: cover;
    height: 300px;
}
.menu-bar {
    background: #000;
    color: #fff;
    background: url(../img/background.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}
.gallery {
    background: #000;
    color: #fff;
    background: url(../img/background.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}
.white {
	color: #fff;
}
footer {
    padding: 45px 0 30px;
    background: #1B1C1F;
	color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #000;
    border-radius: 0px;
	margin-top: 25px;
}
.navbar-default .navbar-toggle:hover {
    background-color: #000;

}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #727272;
}

.nav-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-pills>li>a {  
	border-radius: 0px;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    display: inline-block;
    width: 50%;
	padding: 5px 0px;
    float: left;
    font-size: 20px;
}
@media (min-width: 768px){
.nav-pills>li>a {
    border-radius: 0px;
    border: 1px solid #fff;
    margin: 5px;
    color: #fff;
	width: 95%;
	background: #000000a3;
    position: relative;
    display: block;
    font-size: 20px;
    padding: 10px;
}
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #000;
    background-color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #000;
}
.brand-pills > li > a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    float: left;
    width: 50%;
    min-height: 55px;
	height: auto;
    padding: 10px;
    list-style-type: none;
}
@media (min-width: 768px){
.brand-pills > li > a {
    display: block;
	width: 100%;
	height: auto;
    padding: 10px;
	margin: 5px;
    list-style-type: none;
}
}
.brand-pills>li.active>a, .brand-pills>li.active>a:focus, .brand-pills>li.active>a:hover {
    color: #000;
	background: #fff;
}
.btn-menu {
	background: #000000a3;
	width: 100%;
	padding: 0px
}
.btn-menu :hover{
  background: #fff;
  color: #000;
}
.box {
    border: 1px solid #fff;
    color: #fff;
	padding: 1px;
    font-size: 18px;
	white-space: normal; 
}
.size {
   display: inline;
}
.size p {
    margin: 0;
}
.demo-icon {
	padding: 1px;
}
@media (min-width: 768px){
   .size {
   display: block;
   padding-top: 5px;
   text-align: center;
   }
   .demo-icon {
    font-size: 35px;
   }
   .box {
    margin: 5px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.demo-icon {
    font-size: 45px;
   }
}
@media (min-width: 1200px) {
	.demo-icon {
    font-size: 50px;
   }
}
.menu-content h5 {
	font-family: 'Lobster', cursive;
	font-size: 20px;
}
.modal-content {
    border-radius: 0px;
}
.menu-content { 
    border-bottom: 1px solid #e0e6e3; 
	margin-bottom: 10px; 
}
.dish-content { 
    margin-top: 5px; 
	margin-bottom: 5px; 
}
.dish-meta { 
    font-size: 12px; 
	text-transform: uppercase; 
	display: block; 
	line-height: 1.7; 
}
.dish-meta-strong { 
    font-size: 12px; 
	text-transform: uppercase; 
	display: block; 
	font-weight: 700;
	line-height: 1.7; 
}
.dish-title { 
    margin-bottom: 6px; 
	font-size: 15px; 
	text-transform: capitalize;
	font-weight: 300; 
	position: relative; 
}
.dish-title2 { 
    font-size: 12px; 
	text-transform: uppercase; 
	display: block; 
	line-height: 1.7; 
	font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
	position: relative; 
}
.dish-price { 
    position: absolute; 
	right: 16px; 
	top: 0px; 
	font-size: 26px; 
	color: #e03c23; 
	font-weight: 500;
}
.dish-price2 { 
    position: absolute; 
	right: 16px; 
	top: 0px; 
	font-size: 26px; 
	color: #e03c23; 
	font-weight: 300;
}
.img-highlight {
    padding-top: 50px;
    max-height: 250px;
}
.padding-top-20 {
	padding-top: 20px;
}
.logo-footer {
	height: 30px;
    display: inline;
    padding-left: 30px;
}
.footer-text {
    padding-top: 6px;
    float: left;
}
.footer-link {
    color: #fff;
    background: none;
    text-decoration: none;
    outline: none;
}
.img-full {
	width: auto;
	height: auto;
}
.img-big {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
.img-full {
	width: 100%;
	height: auto;
	}
}
.carousel {
	padding-top: 0px;
}

.carousel-inner>.item {
  max-height: 65vh;
  height: auto;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
	.carousel-inner>.item {
  max-height: 100vh;
  height: auto;
}
}

#myCarousel-renegade .carousel-inner>.item {
    height: auto;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#myCarousel-renegade {
	margin-bottom: 20px;
}
.carousel-image {
    display: block;
    height: auto;
    /* max-width: fit-content; */
    width: 100%;
}
.carousel-image img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}
.carousel-caption {
    /* right: 20%; */
    left: 5%;
    top: 20%;
    text-align: left;
    /* padding-bottom: 30px; */
    /* background: #000000ba; */
    width: auto;
}
.carousel-body {
	color: #000;
	font-size: 20px;
}
.black {
	padding: 20px;
    background: rgba(0,0,0,0.5);
}
.white {
	padding: 20px;
    background: rgba(0,0,0,0.5);
}
.carousel-title {
	font-weight: bold;
}
.carousel-title-heading {
	font-weight: 300;
	font-size: 35px;
	padding-bottom: 10px;
}
@media (max-width: 767px) {
    .carousel-title-heading {
	font-size: 22px;
    }
}
.carousel-caption-under {
    background: #000;
    position: relative;
    width: 100%;
    bottom: 0px;
    padding: 10px;
}
.carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 2px solid #c1c1c1;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #feb500;
}
.carousel-caption .btn {
    text-shadow: none;
	font-weight: bold;
	text-decoration: none;
	color: #000;
    background: #feb500;
}
.carousel-indicators {
        bottom: 0px;
	}
.modal-body img {
    display: block;
    max-width: 100%;
    height: auto;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
}
.carousel-control.left {
    left: 0;
    right: auto;
    background-image: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {

    color: #000;
}
.close {
    float: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}