/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 3, 2017, 8:39:43 PM
    Author     : Milan
*/





/* GLOBAL */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    overflow-x: hidden;
    
    -webkit-overflow-scrolling: touch !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    
    font-family: 'Libre Baskerville', serif !important;
}

.padding-top-bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-top-bottom-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-top-bottom-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.btn-default:hover {
    background-color: #f5f5f5 !important;
}

.w3-card-12{box-shadow:0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19)!important; color: black;}
.w3-center{text-align:center!important}

.modal-open {
  overflow-y: scroll;
}
/* /GLOBAL */


/* TEMA */
.tema {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    border: 1px solid #222;
}

.tema:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.tema i {
    position: absolute;
    right: 3px;
    color: black;
    background-color: white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 10px;
    text-align: center;
    top: 3px;
    line-height: 14px;
    padding-left: 3px;
}

.tema_active {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.tema_hf {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
}

.tema_el {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
}
/* /TEMA */


/* FONTS */
@font-face {
    font-family: GoudyStM-Italic;
    src: url(../fonts/GoudyStM-Italic.woff);
}

@keyframes blinker {  
    50% { opacity: 0; }
}

.blink_me {
  animation: blinker 1s linear infinite;
}

.font_lemonada {
    font-family: 'Lemonada', cursive !important;
}

p,  label, ul, a, input, button {
    font-size: 16px;
    font-weight: 100 !important;
}

h1, h2, h3, h4, h5, h6 {
/*    font-family: 'Josefin Sans', sans-serif !important;*/
    font-weight: bold !important;
}
/* /FONTS */


/* ALERT */
#alertID {
    position: fixed;
    bottom: 10px;
    z-index: 9999;
    width: 100%;
}

.alert-success {
    background-color: #8bc34a;
    color: white;
}

.alert-danger {
    background-color: #f44336;
    color: white;
}

.alert-warning {
    background-color: #ffc107;
    color: white;
}

.alert-info {
    background-color: #2196F3;
    color: white;
}

form .error {
  color: #ff0000;
}
/* ALERT */


/* PLACEHOLDERS */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}

input {
    color: black !important;
}
/* /PLACEHOLDERS */





/* ARTICLE */
.bottom {
    text-align: center;
}
.bottom a {
    border-radius: 50%;
    margin-top: 5px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 5px;
}

.korpa_tabela .sorting, 
.korpa_tabela .sorting_asc, 
.korpa_tabela .sorting_desc {
    background-image: none !important;
}

.korpa_tabela table .lcase {
    text-transform: lowercase;
}
.korpa_tabela table .lcase::first-letter {
    text-transform: uppercase;
}

.korpa_tabela table .child {
    padding-left: 0px !important;
}

#korpa_t td {
    vertical-align: middle;
}

.wrap_tekst {
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
}

.tags {
    position: absolute;
    top: 5px;
    display: table;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: inherit;
    border-width: 0;
    background-color: transparent;
    direction: rtl;
}
.box-product .img-wrapper .tags > .label-tags {
    display: table;
    margin: 0 -1px 1px 0;
    text-align: left;
    opacity: .80;
    filter: alpha(opacity=80);
    direction: ltr;
}

.label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  display: inline-block;
  height: 20px;
  border-radius: 4px;
}

.label.arrowed {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  border-top-left-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}
.label.arrowed:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  display: inline-block;
  content: '';
  border: 1px solid transparent;
  border-width: 10px 5px;
}

.label.arrowed-right {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
}
.label.arrowed-right:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10px;
  display: inline-block;
  content: '';
  border: 1px solid transparent;
  border-width: 10px 5px;
}

.label-default.arrowed:before {
  border-right-color: #777;
}

.label-default.arrowed-right:after {
  border-left-color: #777;
}

.label-primary.arrowed:before {
  border-right-color: #337ab7;
}

.label-primary.arrowed-right:after {
  border-left-color: #337ab7;
}

.label-success.arrowed:before {
  border-right-color: #5cb85c;
}

.label-success.arrowed-right:after {
  border-left-color: #5cb85c;
}

.label-info.arrowed:before {
  border-right-color: #5bc0de;
}

.label-info.arrowed-right:after {
  border-left-color: #5bc0de;
}

.label-warning.arrowed:before {
  border-right-color: #f0ad4e;
}

.label-warning.arrowed-right:after {
  border-left-color: #f0ad4e;
}

.label-danger.arrowed:before {
  border-right-color: #d9534f;
}

.label-danger.arrowed-right:after {
  border-left-color: #d9534f;
}




.lowercase {
    display:inline-block;
    text-transform: lowercase;
}

.lowercase::first-letter { 
    text-transform: uppercase !important;
}

.dots {
    display:inline-block;
    width:180px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    text-transform: lowercase;
    font-weight: bold;
}

.dots::first-letter { 
    text-transform: uppercase;
}

.dots_1 {
    display:inline-block;
    min-width:120px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    text-transform: lowercase;
    font-weight: bold;
}

.dots_1::first-letter { 
    text-transform: uppercase;
}

.dots_3 {
    display:inline-block;
    width: 75%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    text-transform: lowercase;
    font-weight: bold;
    color: black;
}

.dots_3::first-letter { 
    text-transform: uppercase;
    color: black;
}

.w3-card-12 {
    border: 1px solid white;
}

.w3-card-12:hover .naziv {
    color: white;
}
.w3-card-12 hr {
    margin: 0;
}

.pencil_green:hover {
    color: greenyellow;
}

.remove_red:hover {
    color: red;
}

.nav-pills>li.active>a {
    color: white !important;
}

.my_badges {
    position: absolute; text-align: right; bottom: 10px; right: 10px; z-index: 1;
}

.w3-card-12:hover #kat_remove, .w3-card-12:hover #kat_edit {
    color: white !important;
}

.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.card.hovercard .cardheader {
    background-size: cover;
    height: 135px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 90px;
    height: 90px;
    max-width: 100px;
    max-height: 100px;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.my_card_div {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.hovercard .btn{ border-radius: 50%; width:32px; height:32px; line-height:18px; margin-left: 9px;  }

.card_1 {
    font-size: 14px !important;
    font-weight: bold !important;
}

.card_2 {
    font-size: 10px !important;
}


.shape{    
	border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px;
	-ms-transform:rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	transform:rotate(360deg);
}
.shape {
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.shape-text{
	color:#fff; font-size:12px; font-weight:bold; position:relative; right:-35px; top:-2px; white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(30deg); /* Safari and Chrome */
	transform:rotate(30deg);
}	



.twPc-div {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    height: 200px;
    max-width: 340px;
}
.twPc-bg {
    background-position: 0 50%;
    background-size: 100% auto;
    border-bottom: 1px solid #e1e8ed;
    border-radius: 4px 4px 0 0;
    height: 95px;
    width: 100%;
}
.twPc-block {
    display: block !important;
}
.twPc-button {
    margin: -35px -10px 0;
    text-align: right;
    width: 100%;
}
.twPc-avatarLink {
    background-color: #fff;
    border-radius: 6px;
    display: inline-block !important;
    float: left;
    margin: -30px 5px 0 8px;
    max-width: 100%;
    padding: 1px;
    vertical-align: bottom;
}
.twPc-avatarImg {
    border: 2px solid #fff;
    border-radius: 7px;
    box-sizing: border-box;
    color: #fff;
    height: 72px;
    width: 72px;
}
.twPc-divUser {
    margin: 5px 0 0;
}
.twPc-divName {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}
.twPc-divName a {
    color: inherit !important;
}
.twPc-divStats {
    margin-left: 11px;
    padding: 10px 0;
}
.twPc-Arrange {
    box-sizing: border-box;
    display: table;
    margin: 0;
    min-width: 100%;
    padding: 0;
    table-layout: auto;
}
ul.twPc-Arrange {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.twPc-ArrangeSizeFit {
    display: table-cell;
    padding: 0;
    vertical-align: top;
}
.twPc-ArrangeSizeFit a:hover {
    text-decoration: none;
}
.twPc-StatValue {
    display: block;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.15s ease-in-out 0s;
}
.twPc-StatLabel {
    font-size: 10px;
    letter-spacing: 0.02em;
    overflow: hidden;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out 0s;
}

.my_btn_card {
    color: white;
    opacity: 0.7;
}

.my_btn_card:hover {
    color: white;
    opacity: 1;
}

.my_btn_card_gray {
    background-color: lightgray;
    color: black;
    opacity: 0.7;
}

.my_btn_card_gray:hover {
    background-color: lightgray;
    color: black;
    opacity: 1;
}

.bootstrap-filestyle .input-group span {
    font-size: 14px !important;
}

.list-group-item.active:hover {
    opacity: 0.7;
}

.vesti {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 36px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#modal_info_vesti .modal-body {
    margin: 0;
    padding: 0;
}

#modal_info_vesti .row {
    margin: 0;
}

#modal_info_vesti h1 {
    font-size: 30px;
    text-shadow:
       2px 2px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.slika_artikla {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.slika_artikla:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* /ARTICLE */





/* DATE PICKER */
.ui-datepicker-header {
    color: blue;
}
#ui-datepicker-div {
    z-index: 9999 !important;
}
/* DATE PICKER */





/* SCROLL BAR */
*::-webkit-scrollbar {
    width: 13px;
}
 
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: white;
}
/* /SCROLL BAR */





/* FOOTER */
.go_to_top {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #9d9d9d;
    cursor: pointer;
}

footer {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 !important;
}

footer .container div {
    margin-top: 10px;
    margin-bottom: 20px;
}

.drustvene_mreze {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.drustvene_mreze li {
    display: inline-block;
}

.drustvene_mreze li a {
    font-size: 50px;
    color: #9d9d9d;
}

.drustvene_mreze li a:hover {
    text-decoration: none;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer h4 {
    color: white;
}

footer ul li {
    color: #9d9d9d;
}

footer ul li a {
    color: #9d9d9d;
}

footer ul li a:hover {
    text-decoration: none;
}
/* /FOOTER */


/* HEADER */
.navbar  {
    position: relative;
    margin: 0 !important;
}

.navbar-brand img {
    padding-bottom: 10px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 600px;
}

.korpa {
    position: relative;
    top: -3px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.korpa_tekst {
    font-size: 12px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.korpa:hover {
    cursor: pointer;
    transform: scale(1.2);
}

/* Small devices (tablets, 768px and up) */
@media only screen and (max-width: 767px) {
    .korpa_wrapper {
        padding-top: 20px !important;
    }
}
/* /HEADER */


/* CAROUSEL */
#myCarousel {
    position: relative;
}

.fill {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
/* /CAROUSEL */


/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  color: white !important;
  border-radius: 10px;
  outline: none !important;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  opacity: 0.8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

.no_margin {
    margin: 0px !important;
}
/****** /LOGIN MODAL ******/


















/* modern-business */
body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}



/* OWL CAROUSEL */
.owl-prev,
.owl-next {
position: absolute;
top: 25%;
margin-top: -10px;
}
.owl-prev {
left: 5px;
}
.owl-next {
right: 5px;
}
/* /OWL CAROUSEL */





/* ADMINISTRACIJA */
#izbor_fajlaID {
    width: 100%;
}

.admin_kontakt p {
    overflow: hidden;
    word-wrap: break-word;
}

.fa_icon {
    cursor: pointer;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}

.list_slider {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.list_slider li {
    display: inline-block;
}
.list_slider li img {
    border: 1px solid white;
    cursor: move;
}
/* /ADMINISTRACIJA */





/* KAMIONCE */

#kamion_div {
	position:relative;
	width:100%;
	height:80px;
	overflow:hidden;
}

#animated-example { 
   width: 300px;
   height: 70px;
   position: absolute;
} 

.animated_kamionce { 
   -webkit-animation-duration: 10s; 
   animation-duration: 10s; 
   -webkit-animation-fill-mode: both; 
   animation-fill-mode: both; 
   -webkit-animation-timing-function: ease-out; 
   animation-timing-function: ease-out; 
   animation-iteration-count:infinite; 
   -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes bounceInRight_kamionce { 
    0% { 
        -webkit-transform: translateX(1000px); 
    } 
    60% { 
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% { 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInRight_kamionce { 
    0% { 
        transform: translateX(1000px); 
    } 
    60% { 
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% { 
        transform: translateX(0); 
    } 
} 

.bounceInRight_kamionce { 
    -webkit-animation-name: bounceInRight_kamionce; 
    animation-name: bounceInRight_kamionce; 
} 
/* /KAMIONCE */





/* Responsive Styles */
@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}
/* /modern-business */