/*==================== OSNOVNO ====================*/
html, body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 100%;
	background: #FFf;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.3;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
p {
	font-family: 'Open Sans', sans-serif;
}
.naslov {
	text-transform: uppercase;
	color: #337ab7;
	font-weight: 400;
}
/*=================== NAVIGACIJA =================== */
#fh5co-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  /*background: rgba(0,0,0,0.65);
	padding: 10px 0px;*/
	height: 90px;
    /*background: rgba(0,0,0,0.7);*/
}
.nav {
	padding-top:25px;
	background: #fff;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #fh5co-header .navbar-brand {
    color: #337ab7 !important;
  }
  #fh5co-header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #fh5co-header #navbar li a:hover {
    color: #337ab7 !important;
  }
  #fh5co-header #navbar li a span:before {
    background: transparent !important;
  }
  #fh5co-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #337ab7 !important;
  }
  #fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header #navbar li a {
  font-family: "Source Sans Pro", Arial, sans-serif;
  /*color: rgba(255, 255, 255, 0.5);*/
  color: #337ab7;
  position: relative;
}
#fh5co-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#fh5co-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #337ab7;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #eb6900;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
  color: #eb6900;
}
#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header #navbar li.active a {
  background: transparent;
  background: none;
  color: #337ab7;
}
#fh5co-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding-left: 0;
  color: #fff;
  padding:0px;
}
#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: #FFF;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #6173f4;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  color:#337ab7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #eb6900;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #eb6900;
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #6173f4;
  font-style: normal;
}
#fh5co-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #6173f4;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #6173f4;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #6173f4;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #6173f4;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}


/*==================== SLIDER BOXEVI ====================*/
#pocetna_slider {
	background: url(../images/background/pocetna2_bgd.jpg) no-repeat center center / cover;
	height: 500px;
	margin-top:90px;
}
@media screen and (max-width: 600px) {
	#pocetna_slider {
		background: url(../images/background/pocetna2_bgd_mobile.jpg) no-repeat center center / cover;
	}
}


#onama_slider {
	background: url(../images/background/onama_bgd.jpg) no-repeat center center / cover;
	height: 350px;
	margin-top:90px;
}
#dostava_slider {
	background: url(../images/background/dostava_bgd.jpg) no-repeat center center / cover;
	height: 350px;
	margin-top:90px;
}
#pravnalica_slider {
	background: url(../images/background/pravna_bgd.jpg) no-repeat center center / cover;
	height: 350px;
	margin-top:90px;
}
#zaposlenje_slider {
	background: url(../images/background/zaposlenje_bgd.jpg) no-repeat center center / cover;
	height: 350px;
	margin-top:90px;
}
#kontakt_slider {
	background: url(../images/background/kontakt_bgd.jpg) no-repeat center center / cover;
	height: 350px;
	margin-top:90px;
}


/*==================== O NAMA ====================*/
#o_nama {
	padding: 50px 0px;
}
#o_nama h2 {
	padding-bottom: 15px;
}
#o_nama .col-md-4 {
	margin-bottom:20px;
}
#o_nama .col-md-4 img {
	width:100%;
}
#o_nama .box_text {
	padding-bottom:15px;
}
/*==================== SERVISI - Kalkulator ====================*/
#servis {
	padding:50px 0px;
}
#servis h2 {
	font-size:22px;
	padding-bottom:10px;
}
#servis h3 {
	font-size:20px;
	margin:0px;
}
#servis .servis_krug {
	background-color: #009bdb;
    background-image: -moz-linear-gradient(center top , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    border-radius: 50%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 70px;
	height:70px;
}
#servis .nandzarasta {
	color:#ff8c1a;
	font-weight:600;
}
#call_us h2 {
	padding-bottom:0px;
}
#call_us .nandzarasta {
	font-size:30px;
}
#radno_vreme .nandzarasta {
	font-size:20px;
}
#kalkulator .cena_p {
	clear: both;
    font-size: 150%;
    padding-top: 10px;
    text-align: center;
}
#kalkulator .cena {
    color: #ff8c1a;
    font-size: 150%;
}
/*==================== 4BOX ====================*/
#box_4elementa {
	padding: 50px 0px;
}
#box_4elementa .ikonica_3box .fa {
	background-color: #009bdb;
    background-image: -moz-linear-gradient(center top , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	padding: 25px;
	border-radius: 50%;
	color: #fff;
}
#box_4elementa .naslov_4box {
	color: #333;
	padding-top: 10px;
	font-size: 20px;
	font-weight: 600;
}
#box_4elementa p {
	color: #333
}
/*==================== online_porudzbina ====================*/
#online_porudzbina {
	padding: 50px 0px;
	background: url(../images/background/pocetna_porudzbina.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
#online_porudzbina .form-control {
	margin: 10px 0px;
}
/* ======================== utisci ======================== */
#utisci {
	padding: 40px 0px;
	box-shadow:1px 1px 5px 1px #ccc;
	border-bottom:1px solid #e1e1e1;
}
#utisci h1 {
	color: #555;
}
/*#utisci .carousel-indicators {
	display:none;
}*/
.carousel-indicators .active {
	background: #31708f;
}
.content {
	margin-top: 20px;
}
.adjust1 {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.adjust2 {
	margin: 0;
}
.carousel-indicators li {
	border : 1px solid #ccc;
}
.carousel-control {
	color: #31708f;
	width: 5%;
}
.carousel-control:hover, .carousel-control:focus {
	color: #31708f;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.quote {
	color: rgba(0,0,0,.1);
	text-align: center;
	margin-bottom: 30px;
}
.quote h3 {
	background: url(../images/h3.png) no-repeat center;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 17px;
}
/* ======================== Carousel Fade Transition ======================== */
#fade-quote-carousel.carousel {
	padding-bottom: 30px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
	padding: 0px 5px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: rgba(0,0,0,0.2);
	border: none;
}
#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
}
#fade-quote-carousel blockquote p {
	font-size: 18px;
	padding-bottom: 5px;
}
#fade-quote-carousel .profile-circle {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border-radius: 100px;
}
#fade-quote-carousel .profile-circle img {
	border-radius: 50%;
	border: 1px solid #ddd;
}
.carousel-inner .laquo {
	background: url(../images/laquo.png) no-repeat;
	width: 14px;
	height: 11px;
	position: relative;
	left: -5px;
	top: 0px;
	display: inline-block;
}
.carousel-inner .raquo {
	background: url(../images/raquo.png) no-repeat;
	width: 13px;
	height: 15px;
	margin-left: 5px;
	display: inline-block;
}
.item .sign {
	text-align: right;
	float: right;
}
.item .sign a {
	font-family: Arial, sans-serif;
	font-size: 15px;
	text-decoration: none;
}
.item .sign p {
	color: #5a5a5a;
	font-size: 14px;
	line-height: 15px;
	margin-top: 6px;
}
/* ======================== kontakt(contact-info) ======================== */
#contact-info {
	padding:50px 0px;
}
.gmap-area {
	background-image: url("../images/map.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	/*padding: 50px 0;*/
}
.gmap-area .gmap iframe {
	border-radius: 50%;
	height: 280px;
	width: 300px;
}
.gmap {
	border: 10px solid #f6f5f0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 300px;
	width: 300px;
	-webkit-box-shadow: 0px 0px 3px 3px #e7e4dc;
	-moz-box-shadow: 0px 0px 3px 3px #e7e4dc;
	box-shadow: 0px 0px 3px 3px #e7e4dc;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.gmap-area .map-content ul {
	list-style: none;
}
.gmap-area .map-content address h5 {
	font-weight: 700;
}
.gmap-area a {
	color: #4e4e4e;
}
.gmap-area a:hover {
	color: #df1b1f;
}
.mapa_mapa {
	padding:50px 0px;
}
.map-content {
	padding-bottom:30px;
}
.map-content .form-control {
	margin:8px 0px;
}
#kontakt-form {
	overflow:hidden;
}
#kontakt-form .btn {
	width:100%;
}
/* ======================== footer ======================== */
#bottom {
	background: #f5f5f5;
	border-bottom: 5px solid #c52d2f;
	font-size: 14px;
}
#bottom h3 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
}
#bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#bottom ul li {
	display: block;
	padding: 5px 0;
}
#bottom ul li a {
	color: #808080;
}
#bottom ul li a:hover {
	color: #c52d2f;
}
#bottom .widget {
	margin-bottom: 0;
}
#footer {
	padding-top: 30px;
	padding-bottom: 10px;
	color: #fff;
	background: #333;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #c52d2f;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul > li {
	display: inline-block;
	margin-left: 15px;
}
#footer .copyright {
	padding-top:10px;
}
/* ======================== Social Icons ======================== */
#social_icons {
	float: right;
}
.icon-button {
	/*background-color: #2e2e2e;*/
	border-radius: 2.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	height: 2.6rem;
	line-height: 23.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 2.6rem;
}
/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.facebook span {
	background-color: #3B5998;
}
.instagram span {
	background-color: #c13584;
}
/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 2.6rem;
	left: 0;
	line-height: 2.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 2.6rem;
	z-index: 10;
}
.icon-button .icon-twitter, .icon-button .icon-facebook, .icon-button .icon-youtube, .icon-button .icon-instagram {
	color: #fff;
}
.icon-button:hover .icon-twitter, .icon-button:hover .icon-facebook, .icon-button:hover .icon-youtube, .icon-button:hover .icon-instagram {
	color: white;
}
/*==================== TO TOP ====================*/
.cd-top {
	display: inline-block;
	height: 45px;
	width: 45px;
	position: fixed;
	bottom: 35px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #ff8c1a url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.cd-top:hover {
	background-color: #337ab7;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
}

@media only screen and (min-width: 1024px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
}
/* MACBOOK SLIDER
-------------------------------------------------------------- */
.wrapper-macbook {
    position: relative;
}
.wrapper-macbook .wrapper-slider {
    width: 75.8%;
    margin: 0 auto;
}
.wrapper-macbook .wrapper-absolute {
    position: absolute;
    top: 5%;
    right: 0;
    left: 0;
}
.macbook-spacer {
	margin-bottom: 85px;
}
.carousel-indicators {
	bottom:-85px;
}
/* MACBOOK SLIDER END
-------------------------------------------------------------- */

/*==================== PRAVNA LICA ====================*/
#pravna_lica {
	padding:60px 0px;
}

/*==================== ZAPOSLENJE ====================*/
#zaposlenje {
	padding:50px 0px;
}
/*==================== DOSTAVA ====================*/
.narudzbina_div_pojedinacno {
	overflow:hidden;
	clear:left;
	border-bottom:1px solid #aaa;
	height:100%;
	padding: 3px 10px;
}
.narudzbina_div_pojedinacno a:hover {
	text-decoration:none;
	color: #eb6900;
}
.narudzbina_div_pojedinacno:nth-of-type(2n) {
	background:#f1f1f1;
}
.narudzbina_div_ukupno {
	clear:left;
	font-weight:600;
	color:#337ab7;
	padding-top:5px;
}
.subnavigation_shop_komada {
	float:left;
	width:35%;
	height:100%;
	text-align:center;
}
.subnavigation_shop_x {
	float:left;
	width:5%;
	padding-top:3px;
	height:100%;
	text-align:center;
}
.restorani_tr {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#fff;
}
.restorani_tr:first-of-type {
	border-top:1px solid #ccc;
}
.restorani_tr:nth-of-type(2n) {
	background:rgba(51,122,185,0.08);
}
.resorani_tr_naziv {
	padding-left:15px;
}
.fa-cart-plus {
	font-size: 200%;
	color: #eb6900;
	padding-left: 20px;
	transition:all 0.3s ease-out;
}
.fa-cart-plus:hover {
	color:#337ab7;
}
.resorani_tr_naziv .naslov {
	text-decoration:none;
	transition:all 0.3s ease-out;
}
.resorani_tr_naziv .naslov:hover {
	color: #eb6900;
}
.thumbnail {
	padding:0px;
}
.thumbnail img {
	 height:165px !important;
	 width:100%;
}
#vrsta_restorana, #restoran {
	font-weight:600;
}
#div-lost-msg, #div-register-msg, #div-login-msg {
	padding-bottom:15px;
}
#login-form input,
#lost-form input,
#register-form input {
	margin:3px 0px;
}
.modal-open .modal {
    background: rgba(0,0,0,0.5);
}
.modal-content {
	background:#f1f1f1;
}
.modal-content .form-control {
	border:none;
	box-shadow:none;
}
.ulogovan_ime,
.ulogovan_nalog,
.ulogovan_odjavi {
	float:left;
	margin:0px 6px;
}
.ulogovan_ime a,
.ulogovan_nalog a,
.ulogovan_odjavi a {
	text-decoration:none;
}
.ulogovan_ime a:hover,
.ulogovan_nalog a:hover,
.ulogovan_odjavi a:hover {
	text-decoration:none;
	color:#ff8c1a;
}
.profil_box_linija {
	float:right;
	overflow:hidden;
	clear:both;
}

/* ==================== RESPONIVE ==================== */
@media screen and (max-width: 991px) {
	/*.navbar-brand > img {
    	width: 60%;
	}
	#fh5co-header {
		height:60px;
	}
	#pocetna_slider, #dostava_slider, #onama_slider
	#pravnalica_slider, #zaposlenje_slider, #kontakt_slider{
		margin-top:40px;
	} */
	#call_us, #radno_vreme, #kalkulator {
		padding:10px 0px;
	}
	.nav > li > a {
		padding:10px 5px;
	}
	.nav {
    	padding-top: 35px;
	}
	.fh5co-nav-toggle {
    	padding-top: 25px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1700px) {
	#pocetna_slider {
    	background: url(../images/background/pocetna2_bgd.jpg) no-repeat 50% 30% / cover;
	}
}