@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/** @format */
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap");
/* 
    Prefixes Mixin
    - Auto Add Prefixes To Properties
*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Cairo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cairo", sans-serif;
}

p,
a {
  font-family: "Cairo", sans-serif;
}

.modal {
  top: 50% !important;
  transform: scaleX(1) scaleY(1) translateY(-50%) !important;
}

/* Disable zoom in in mobile */
@media (max-width: 767px) {
  input[type="date"],
  input[type="datetime"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  select:focus,
  textarea {
    font-size: 16px !important;
  }
}
/**
 * /* Start Header
 *
 * @format
 */
header .navbar-fixed {
  height: 150px;
}
header .navbar-fixed nav {
  background-color: #0a3e63;;
  height: 150px;
  display: flex;
  align-items: center;
}
header .navbar-fixed nav .container {
  width: 90%;
  height: 100%;
}
header .navbar-fixed nav .nav-wrapper {
  display: grid;
  align-items: center;
}
header .navbar-fixed nav .nav-wrapper .brand-logo {
  height: 150px;
}
header .navbar-fixed nav .nav-wrapper .brand-logo img {
  width: 150px;
}
header .navbar-fixed nav .nav-wrapper .sidenav-trigger i {
  color: #000;
}
header .navbar-fixed nav .nav-wrapper ul li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
header .navbar-fixed nav .nav-wrapper ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 0;
  height: 4px;
  background: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
header .navbar-fixed nav .nav-wrapper ul li a:hover {
  color: #e60000;
  background: transparent !important;
}
header .navbar-fixed nav .nav-wrapper ul li a:hover::before {
  background: #e60000;
  width: 37px;
}
header .sidenav li a {
  color: #e60000;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
header .sidenav li a:hover {
  color: #e60000;
}
@media (max-width: 991px) {
  header .nav-wrapper .brand-logo {
    right: 0;
    transform: translateX(0);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .nav-wrapper .brand-logo img {
    width: 120px !important;
    margin-top: 6px;
  }
  header .nav-wrapper ul li a {
    font-size: 14px !important;
  }
}

/* End Header */
/**
 * /* Start Banner Area
 *
 * @format
 */
.banner-area {
  position: relative;

  background-color: #f4f9fb;


}
.banner-area .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.banner-area .container .info {
  z-index: 3;
}
.banner-area .container .info h2 {
  color: #0a3e63;
  font-size: 40px;
  font-weight: 700;
}
.banner-area .container .info p {
  margin-top: 25px;
  color: #0a3e63;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.banner-area .container .mock-up {
  z-index: 3;
}
.banner-area .container .mock-up .mobile {
  margin-bottom: 25px;
}
.banner-area .container .mock-up .mobile img {
  width: 100%;
}
.banner-area .container .mock-up .stores a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.banner-area .container .mock-up .stores a:first-child {
  margin-left: 30px;
}
@media (max-width: 450px) {
  .banner-area .container .mock-up .stores {
    display: flex;
    flex-direction: column;
  }
  .banner-area .container .mock-up .stores a {
    margin-bottom: 15px;
  }
  .banner-area .container .mock-up .stores a:first-child {
    margin-left: 0;
  }
}
@media (min-width: 650px) and (max-width: 991px) {
  .banner-area .container .mock-up {
    margin-top: 30px;
  }
  .banner-area .container .mock-up .mobile img {
    width: 520px;
  }
}
@media (max-width: 991px) {
  .banner-area .container {
    text-align: center;
  }
  .banner-area .container .mock-up {
    margin-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-area .container .info h2 {
    font-size: 32px;
  }
  .banner-area .container .info p {
    margin-top: 25px;
    font-size: 14.5px;
    line-height: 1.6;
  }
  .banner-area .container .mock-up .mobile {
    margin-bottom: 25px;
  }
  .banner-area .container .mock-up .mobile img {
    width: 100%;
  }
  .banner-area .container .mock-up .stores a {
    width: 132px;
  }
  .banner-area .container .mock-up .stores a img {
    width: 100%;
  }
  .banner-area .container .mock-up .stores a:first-child {
    margin-left: 24px !important;
  }
}

/* End Banner Area */
/** @format */
.main-title {
  margin-bottom: 40px;
}
.main-title h4 {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #0a3e63;
}
.main-title h4::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 37px;
  height: 4px;
  background: #000;
}

/**
 * /* Start main
 *
 * @format
 */
main {
  /* Start Features Area */
  /* End Features Area */
  /* Start Questions Area */
  /* End Questions Area */
  /* Start Contact Area */
  /* End Contact Area */

}
main .features-area {
  padding-top: 50px;
  padding-bottom: 10px;
  background-color: #f4f9fb;
}
main .features-area .content .feature {
  margin-bottom: 185px;
}
main .features-area .content .feature .img-container {
  position: relative;
}
main .features-area .content .feature .img-container img {
  width: 100%;
  height: 100%;
}
main .features-area .content .feature .img-container .details {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80%;
  padding: 5px;
  background-color: #fff;
  text-align: center;
  width: 95%;
  height: 180px;
  box-shadow: 0px 0px 14px rgba(28, 157, 184, 0.2509803922);
  border-radius: 5px;
  margin: auto;
  border-bottom: 4px solid #000;
}
main .features-area .content .feature .img-container .details p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
main .features-area .content .feature .img-container .details .feature-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
}
main .questions-area {
  padding-top: 50px;
  padding-bottom: 50px;
}
main .questions-area .collapsible li .collapsible-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}
main .questions-area .collapsible li .collapsible-header span:first-child {
  display: inline-block;
  width: calc(100% - 40px);
  margin-left: 3px;
}
main .questions-area .collapsible li .collapsible-header span:last-child {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #e60000;
  display: flex;
  justify-content: center;
  align-items: center;
}
main
  .questions-area
  .collapsible
  li
  .collapsible-header
  span:last-child::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  color: #fff;
}
main .questions-area .collapsible li .collapsible-body span {
  color: #e60000;
  font-size: 15px;
}
main .questions-area .collapsible li.active .collapsible-header {
  background-color: #e60000;
  color: #fff;
}
main .questions-area .collapsible li.active .collapsible-header span::before {
  content: "\f077";
  color: #fff;
}
main .questions-area .collapsible li.active .collapsible-body {
  border-left: 1px solid #1c9db8;
  border-bottom: 1px solid #1c9db8;
  border-right: 1px solid #1c9db8;
}
main .contact {
  padding-bottom: 50px;
}
main .contact i {
  margin-left: 5px;
}
main .contact .name {
  display: inline-block;
  width: 100px;
}
main .contact .number {
  margin-right: 10px;
}
main .contact .social-icons a {
  display: inline-block;
  margin: 15px 5px;
}
main .contact .social-icons a i {
  color: rgba(0, 0, 0, 0.87);
  font-size: 25px;
}

/* End main */
/* Start Scroll Button */
#scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #e60000;
  color: #fff;
  font-size: 20px;
  border-radius: 800px;
  box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.4784313725);
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 9998;
  text-align: center;
  cursor: pointer;
  display: none;
}

/* End Scroll Button */
/* Start Footer */
footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0a3e63;
  font-size: 14px;
}
footer .footer-icons {
  margin-bottom: 1rem !important;
}
footer .footer-icons a {
  margin: 0 5px;
}
footer .footer-icons a i {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #7a797b;
  color: #7a797b;
}
footer .footer-icons a:hover i {
  background-color: #222;
  color: #fff;
}
footer .copyrights span {
  font-size: 14px;
  color: #868e96;
}
/* End Footer */

/*# sourceMappingURL=main.css.map */

body, html {
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}


z1 img{ 
    padding: 14px 50px;
    
    
}
z2 {
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    color: #b3355f;
  
}
z3{
   font-weight: 500;
	font-size: 34px;
	color: #333; 
}
z4 {
    font-weight: 500;
	font-size: 34px;
	color: #b3355f;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333; 
	/*text-transform: uppercase;*/
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
    font-weight: bold;
	
}

p.intro {
    font-size: 18px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #8eb640;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #8eb640;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
#menu {
    background-color: white !important;/*boja trake*/
    opacity: 0.9;
	padding: 7px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-family: 'Dancing Script', cursive;
	font-size: 36px;
	color: #8eb640; 
	font-weight: 700;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #b3355f; /*boja slova na traci*/
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #8eb640; /*boja slova na traci hover*/
}
.on {
	padding: 0 !important;
	padding: 5px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #8eb640 !important; /*boja slova na traci pri skrolovanju*/
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #8eb640;
	border-color: #8eb640;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 65px 0;
	background: rgba(0, 0, 0, 0.3);
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.section-title2 hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #72a411;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #628d0f;
}
/* Header Section */
.intro {
    display: table;
	width: 100%;
	padding-top: 0;
	background: url(../images/intro-bg.png) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.2);
}
.intro h1 {
	font-family: 'Dancing Script', cursive;
    font-display: optional;
	color: #fff;
	font-size: 10vw;
    /*font-size: 7em;*/
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro hr{
    margin-top: 20px;
    height: 2px;
    width: 50%;
    display: inline-block;  
    position:relative;
    background: white;
}
.intro p {
	color: #fff;
    font-family:sans-serif;
	font-size: 4vw;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 40px;
}
header .intro-text {
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
}

/* About Section */
#about {
	padding: 120px 0;
}
#about h3 {
	font-size: 20px;
}
#about .about-text {
	margin-left: 10px;
}
#about .about-img {
	display: inline-block;
	position: relative;
}
#about .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#about p {
    font-size: 17px;
    font-weight: 450;
	line-height: 24px;
	
}
/* Menu Section */
#restaurant-menu {
	padding: 0 0 60px 0;
}
.square{
  background-color: rgba(255,255,255,1);
  margin: auto;
  width: 20%;    
  min-width: 200px;
  padding: 10px;
    
}
#restaurant-menu .section-title {
	background: #444 url(../img/menu-bg.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
#restaurant-menu .section-title2 {
	
	background-size: cover;
	margin-bottom: 50px;
}
#restaurant-menu .h2 {
	color: #444;
}
#restaurant-menu img {
    /*width: 300px;
	box-shadow: 10px 0 10px 50px #a7c44c;*/ /* traka pored slike*/
}
#restaurant-menu h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#restaurant-menu p{
    font-weight: normal;
}
#restaurant-menu .menu-section hr {
	margin: 0 auto;
}
#restaurant-menu .menu-section {
	margin: 0 20px 80px;
}
#restaurant-menu .menu-section-title {
	font-size: 26px;
	display: block;
	font-weight: 500;
	color: #444;
	margin: 10px;
	text-align: center;
}
#restaurant-menu .menu-item {
	margin: 35px 0;
	font-size: 18px;
}
#restaurant-menu .menu-item-name {
	font-weight: 600;
	font-size: 17px;
	color: #8eb640;
    
	
}
#restaurant-menu .menu-item-description {
	font-style:normal;
    font-weight:600;
	font-size: 15px;
    color:#b3355f;
}
#restaurant-menu .menu-item-price {
	float:right;
	margin-top: -26px;
    

}
/* Portfolio Section */

#portfolio {
	padding: 0 0 120px 0;
}
#portfolio p{
	font-weight: normal;
}
#portfolio .section-title {
	background: #444 url(../img/gallery-bg-gif.gif) center center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
#portfolio .section-title h2 {
	color: #444;
}
#portfolio .section-title p {
	color: #8eb640;
}

.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px;
	padding: 20px 0;
}
ol.type li a {
	color: #999;
	font-weight: 500;
	font-size: 14px;
	padding: 12px 24px;
	background: #eee;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
ol.type li a.active {
	color: #fff;
	background-color: #8eb640;
}
ol.type li a:hover {
	color: #fff;
	background-color: #8eb640;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.portfolio-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Team Section */
#team {
	color: #fff;
	background: #777;
	background-size: cover;
}
#team p{
    font-size: 16px;
}

#team .overlay {
	padding: 60px 0 60px 0;
	background: rgba(0, 0, 0, 0.6);
}
#team h2, #team p {
	color: #fff;
}
#team hr {
	background: #8eb640;
}
#team h3 {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	margin: 5px 0;
}
#team img {
	width: 250px;
}
#team img:hover{
    opacity: 0.8;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .team-img {
	display: inline-block;
	position: relative;
}
#team .thumbnail .team-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 0px solid rgba(255, 255, 255, 0.2);
}
#team .thumbnail .caption {
	padding-top: 10px;
}
#team .thumbnail .caption p {
	color: rgba(255,255,255,0.7);
	padding: 0 10px;
	font-size: 15px;
}
/* Call Reservation Section */
#call-reservation {
	padding: 90px 0;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8eb640+50,779936+100 */
	background: rgb(142,182,64); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb640', endColorstr='#779936', GradientType=0 ); /* IE6-9 */
}
#call-reservation .overlay {
	padding: 80px 0;
	background: #8eb640;
}
#call-reservation h2 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	margin: 0;
}

/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: #F6F6F6;
}
#contact .section-title p {
	color: #777;
}
#contact form {
	padding: 0;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .contact-item p {
	font-size: 16px;
}
/* News Section*/
#news{
    padding: 100px 0 0 0;
    
}
#news .news-img{

 position: static;
 margin-left: 50px;
 padding: 30px 15px;
 float: right;
}

#news p{
color: black;
font-size: 15px;
font-weight: 500;
}

#news hr{
    
    width: 100%;
}
/* Smoothie Section*/
#smoothie hr{

  width: 100%;
  margin-top: 30px; 
}

#smoothie .smoothie-section{
  background: #444 url(../img/gallery-bg-gif.gif) center center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
  
}

#portfolio hr{
    width: 0;
    margin-bottom: 80px;
}
#portfolio .section-title hr{
    width: 70px;
    margin-bottom: 40px;
}

/* Footer Section*/
#footer {
	background: #262626;
	padding: 50px 0 0 0;
}
#footer h3 {
	color: #8eb640;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .copyrights {
	padding: 20px 0;
	margin-top: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#779936+0,8eb640+50 */
	background: rgb(119,153,54); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(119,153,54,1) 0%, rgba(142,182,64,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(119,153,54,1) 0%, rgba(142,182,64,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(119,153,54,1) 0%, rgba(142,182,64,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#779936', endColorstr='#8eb640', GradientType=0 ); /* IE6-9 */
}
#footer .social {
	margin: 20px 0 30px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
    font-weight: 100;
	font-size: 15px;
	color: rgba(255,255,255,0.8)
}
#footer a {
	color: #85AB3C;
}
#footer a:hover {
	color: #85AB3C;
}

/*VIDEO*/
.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 35%;
  height: 0;
  width: 60%; /* Postavlja ЕЎirinu na 60% */
  margin: 0 auto; /* Centriranje */
}
.iframe-container iframe{
 position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/*SMOOTHIE*/

/* Smoothie END */