/*
*Znamgraf 2016
*
*
*/
body{
	background: url('../images/bg.png') repeat;
}
.header{
	background: #fff;
}
.hidden {
    visibility: hidden;
}
.marginTop2{
	margin-top:2%;
}
.marginBottom2{
  margin-bottom:2%;
}
.marginBottom8{
  margin-bottom:8%;
}
.marginBottom11{
  margin-bottom:11%;
}
.marginTop15{
  margin-top:90px;
}
.marginTop10{
  margin-top: 43px;
}
.whiteFlag {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.black{
  color:#000;
}
h1,h3,address,table {
    color: #262d71;
}
address,table{
  font-size:18px;
}
h2 {
    color: #5e0a7b;
}
#showText p {
  padding:5px  15px;
}
.well{
  padding: -20px 25px 25px 25px;
  background:transparent;
  border:1px solid #5e0a7b;
  color:#262d71;
  font-size:17px;
  text-align:justify;
}
.well h1{
  color:#262d71;
}

.homeWell{
    border-top: 3px solid #262d71 !important;
    border-bottom: 6px solid #262d71 !important;
    padding: 10px 0 !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}
.carousel{

border-top: 2px solid #262d71;
border-bottom: 6px solid #262d71;
padding:10px 0;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
/* Menu */

.navbar-default .navbar-toggle .icon-bar {
    background-color:  #262d71;
}
.navbar-default{
 background:transparent;
 border:none;
}
.leftSideMenu{
    background-color: #f8f8f8;
    border-color: #e7e7e7;
 } 
#znamgrafMenu > ul{
	padding-left:20%;
}
#znamgrafMenu > ul > li {
	border-right:1px solid #eeeeee;
}
#znamgrafMenu > ul > li:nth-child(5){
  border:none;
}
 .navbar { min-height:38px;   }
 .navbar .navbar-brand{ padding: 0 12px;font-size: 16px;line-height: 38px;height: 38px; }
 .navbar .navbar-nav > li > a {  padding-top: 0px; padding-bottom: 0px; line-height: 38px; }
 .navbar .navbar-toggle {  margin-top: 3px; margin-bottom: 0px; padding: 8px 9px; }
 .navbar .navbar-form { margin-top: 2px; margin-bottom: 0px }

/*li a*/
#znamgrafMenu > ul > li> a {
color:#5e0a7b;
font-weight:bold;
}

#znamgrafMenu > ul > li> a:hover {
background:#fff;
}

/*Hover*/

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(38,45,113, 0.45) 0%, rgba(38,45,113, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(38,45,113, 0.45) 0%, rgba(38,45,113, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/**
 * The cards
 *
 * Each card plays home to a front and back. I've set them up as squares here
 * by using the padding technique, but you may set them up in any dimensions
 * you like based on your site design.
 */
 #sectionOne{
  animation-duration: 3s;
  height:150px;
  max-height: 150px;
}
.fades{
    margin-top: 25px;
    font-size: 21px;
    text-align: center;

    -webkit-animation: fadein 2.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2.5s; /* Firefox < 16 */
        -ms-animation: fadein 2.5s; /* Internet Explorer */
         -o-animation: fadein 2.5s; /* Opera < 12.1 */
            animation: fadein 2.5s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
 .panels{
	margin-top:2%;
  padding-left:10%;
}
.card {
  position: relative;
  float: left;
  padding-bottom: 25%;
  width: 25%;
  text-align: center;
}

.card:nth-child(1) {
  margin-left: -3px;
  margin-right: 1px;
}

.card:nth-child(2),
.card:nth-child(3) {
  margin-right: 1px;
}

/* card fronts and backs */
.card__front,
.card__back {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__front,
.card__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.card__front {

}

.card__back {
 
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

/* card text */
.card__text {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 20px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  line-height: 20px;
}

/* hover effect */
.card.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

/* click effect */
.card.effect__click.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card.effect__click.flipped .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

/* random effect */
.card.effect__random.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card.effect__random.flipped .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

#showText > div {
    margin-top:-8%;
}
/*Products*/
.sidebar-nav{ /*Left side navigation*/
    margin-top:20%;
}
/* Footer*/


.sectionFooter {
    background: #DEDEDC;
    color: #262d71;
    padding-top: 2% ;
    font-size:15px;
}

/*Tree Menu Footer */
 body > section > div > div > div.hidden-xs.col-lg-3.col-md-3.col-sm-4.col-xs-6.lok > div > ul > li > div > a{

color:#262d71;
font-size:15px;
}

 ul.treeMenu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

ul.treeMenu li {
    list-style-type: none;
    border-left: 2px solid #5e0a7b;
    margin-left: 1em;
}

ul.treeMenu  li div {
    padding-left: 1em;
    position: relative;
}

ul.treeMenu  li div::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 50%;
    width: 0.75em;
    border: 2px solid #5e0a7b;
    border-top: 0 none transparent;
    border-right: 0 none transparent;
}

ul.treeMenu > li:last-child {
    border-left: 2px solid transparent;
}
#footer > div > div > div.col-lg-3.col-md-2.col-sm-4.col-xs-6.lok > ul > li > div > a {
    text-decoration:none;   
}
#footer > div > div > div.col-lg-3.col-md-2.col-sm-4.col-xs-6.lok > ul > li > div > a:hover {
    color:#262d71;
}
/*O nama*/
.panel{
  background:#F2F2EB;
}
.panel-group {
    margin-top: 10%;
}
h4.panel-title{
  color:#5e0a7b;
  font-style: italic;
  cursor:pointer;
}
.panel-body{
  color:#262d71;
  font-size:16px;
  word-wrap: break-word;
}
.panel.panel-default {
    border: none;
    box-shadow: none !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.md-macbook-pro {
    display: block;
   /* width: 55.3125em;
    height: 31.875em;*/
    font-size: 13px;
    margin: 0 auto 2% auto;
}
.md-macbook-pro .md-lid {
  /*  width: 45em;
    height: 30.625em;*/
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    border-radius: 1.875em;
    border: solid 0.1875em #cdced1;
    background: #262d71;
}
.md-macbook-pro .md-camera {
/*    width: 0.375em;
    height: 0.375em; */
    margin: 0 auto;
    position: relative;
    top: 1.0625em;
    background: #000;
    border-radius: 100%;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.md-macbook-pro .md-screen {
  /*  width: 45.25em;
    height: 26.375em; */
    margin: 0 auto;
    position: relative;
    top: 1.8em;
    background: #fff;
    overflow: hidden;
}
/*Tehnologije*/
.technologyFirst{
  margin-bottom:3%;
}
.techText{
  color: #262d71;
  font-size:16px;
}
.techGall {
  margin-bottom:8%;
}
div.techText p {
  font-size:16px;
  padding:5px;
  text-align: justify;
}
ul.techList li {
  float:left;
  list-style: none;
  margin:0 3px;
}

.leftList{
  border:1px solid red;
  width:100%;
  padding-right:25px;
}
/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
 /* border-color: transparent #ddd #ddd #ddd; */

}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
          color: #262d71;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
 /* border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff; */
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
 /* border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff; */
}

body > div.container > div.row.technologyFirst > div > div > ul > li.active > a{

border: 1px solid #5e0a7b;
background:transparent;
color:#5e0a7b;
font-weight: bold;
}
/*Proizvodi*/
.proizvodiBox{
 border: 2px solid #fff;
 background:#DEDED9;
 height:150px;
 min-height:150px;
 font-weight: bold;
 font-size:14px;
 line-height: 150px;

}
.proizvodiBox p{
color:#262d71;
}

.proizvodiBox a:hover{
  text-decoration:none;
  color:#DEDED9;
}

.proizvodiBox a:hover:before {
    content: "GALERIJA PROIZVODA";
    position: absolute;
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
    height:100%;
    text-align: center;
    background: rgba(128, 128, 128, 0.95);
    left:0;
}

body > div.container > div > div.col-sm-4 > div > div > div.navbar-collapse.collapse.sidebar-navbar-collapse > ul > li.active {
  font-weight:bold;
  color:#262d71;
  border-bottom:1px solid #262d71 ;
  border-left: 2px solid #262d71 ;
}
a.gallLink {
 font-weight:bold;
}
a.gallLink:hover {
 text-decoration:none;
 color:#5e0a7b;
}
#accordion{
  margin:2%;
  padding:0;
}
#accordion .panel-heading { padding: 0;}
#accordion .panel-title > a {
  display: block;
  padding: 0.4em 0.6em;
    outline: none;
    font-weight:bold;
    text-decoration: none;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    content:"\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
  margin-right :1em;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\e114";
}

body > div.container > div > div.col-sm-8.mainProizvodi > div > div {
  padding:2px;
}
/* make sidebar nav vertical */ 
.proizvodiGall{
  margin-bottom:20%;
}
.proizvodiGall10{
  margin-bottom:10%;
}
 img.imgGall{
  margin-bottom:4%;
 }
/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a{
color: #5e0a7b;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../images/glyphicons-halflings-white.png);
  opacity: 1;
}
body > div.container > div > div.col-sm-4.bs-docs-sidebar > ul {
  width:100%
}




/*Kontakt*/

span.glyphicon{
  color: #5e0a7b;
}
#contactform input,textarea {
     color: #262d71;
     font-weight:bold;
}
.form-control {
    background: #fff;
    border: #685b53;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 8px;

}

.sendBtnContact {
    background: #262d71 !important;
    font-size: 25px;
    color: #fff;
    margin-top: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 2px solid #5e0a7b;;

}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(250, 255, 189);
    background-image: none;
    color: #5e0a7b;
}


/*Responsive*/
@media only screen and (max-width: 320px)  {

  .panels{
    margin-top:10%;
    padding-left:0%;
    margin-bottom: -15%;
  }
  .sectionFooter{
    padding-top:5%;
  }

} 

@media (min-width: 321px) and (max-width: 360px) {

 .panels{
  margin-top:10%;
  padding-left:1%;
}
 .panel-body{
  word-wrap: break-word;
 }
 img.imgGall{
  margin-bottom:4%;
 }
 .sectionFooter{
    padding-top:5%;
  }
}
@media (min-width: 361px) and (max-width: 767px) {

 .panels{
  margin:5% 0;
  padding-left:1%;
  }
 .panel-body{
  word-wrap: break-word;
 }

 img.imgGall{
  margin-bottom:4%;
 }

}

@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }


 body > div.container > div > div.col-sm-8.mainProizvodi > div > div {
  padding:2px;
 }
}

/*   
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}



*/