/* Custom styles */
/* Colors: 
main blue - #0a529e, 
second blue - #59b7f4, 
pink - #c21f6c */
/* Reset */
*{
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.popover{
  max-width: 100%;
}
.popover-content{
  color: #555;
  text-align: justify;
}
.popover-title{
  color: #c21f6c !important;
}
.main-content ul li{
  list-style-position: inside;
  text-indent: 1.2em;
}

.main-content p, .main-content div{
  text-align: justify !important;
}
.main-content h1{
  width:100%;
  clear:both;
  font-size: 1.8em;
  
  margin-bottom: 1em;
  color: #c21f6c;
  border-bottom: 2px solid #c21f6c;
}
.main-content img{
  float:left;
  margin-right: 1em;
  margin-bottom: 2em;
  border: 3px solid #fff !important;
  outline: 1px solid #eeb !important;
}
.styled-image{
  margin: 0 auto;
  border: 3px solid #fff !important;
  outline: 1px solid #eeb !important;
  width: 220px !important;
  height: 150px !important;
  overflow: hidden !important;
}
.contact-data{
  font-size: 1.1em;
  font-weight: smaller !important;
}
.lang {
  float:right;
  margin-left: 5%;
}
.form-select{
  width: 50%;
  float: left;
  padding-bottom: 10px;
}
.row-bordered:after {
  content: "";
  display: block;
  border-bottom: 1px solid #eee;
  margin: 0px;
  width: 100%;
}
.pink-border:after {

  border-bottom: 1px solid #a21b6a;
 
}
.big-row{
  padding:6px 0;
  line-height: 25px;
}
.fade-color{
  color: #666;
}
.logo{
  float: left;
}
.vc-align{
  line-height: 75px;
}
.slogan{
  float: left;
  margin-top:10px;
  margin-left: 5px;
  font-size: 1.7em !important;
}
.slogan strong{
  color: #c21f6c;
}
.navbar {
    margin-bottom: 0;
    background-color: #ffffff;
    border: 0;
    font-size: 1.1em !important;
    letter-spacing: 0px;
    opacity:1;
    color: #000000;
}
.dropdown{
  background-color: #ffffff;
}
.dropdown-menu a{
    font-size: 1em !important;
    letter-spacing: 0px;
    font-weight: 300 !important;
}
.navbar li a, .navbar .navbar-brand {
    color: #0a529e !important;
}


.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #59b7f4 !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #0a529e !important;
}
.container-fluid{
  margin: 0 auto;
  width: 100%;
  padding: 0;
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid > *{
  padding: 0;
  margin: 0;
}
#myCarousel{
  width:100%;
  padding: 0;
}
.top-space{
  margin-top: 15px;
}
.bottom-space{
  margin-bottom: 15px;
}
.smaller-heading{
  font-size: 1.2em;
  font-weight: lighter !important;
  color: #555;
}
.styled-heading{
  font-weight: lighter !important;
  color: #c21f6c;
}
.footer{
  background-color: #c21f6c;
  color: #ffffff;
}
.footer h3{
  font-size: 1.3em;
  font-weight: lighter !important;
  color: #ffafcc;
  width: 100%;
  border-bottom: 1px solid #a21b6a;
  padding-bottom: 6px;
 
}
.footer h4{
  font-size: 1.3em;
  font-weight: lighter !important;
}
.footer p, .footer a p{
  font-size: 0.9em !important;
  width: 100%;
  padding-bottom: 3px;
  color: #ff8fbc !important;
  border-bottom: 1px dotted #a01a67;
}

.footer a p:hover, .footer a:hover{
  text-decoration: none !important;
  color:#fff !important;
}
.sticky {
    position:fixed !important;
    top:0 !important;
    z-index: 999999 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;

}
.tooltip.top .tooltip-inner {
    background-color:#0a529e;
    padding: 10px;
}

.carousel-caption h3, .carousel-caption p{
  color: #0a529e;
  background: rgba(255, 255, 255, 0.4);
  float: left;
  min-width: 50%;
  text-align: left;
  clear: both;
  padding: .3em .2em;
  letter-spacing: 1px;
  font-weight: 500;
}
.carousel-caption h3{
  font-size: 1.8em !important;
}
.carousel-caption p{
  font-size: 1.2em !important;
}
.tooltip.top .tooltip-arrow {
      border-top-color: #0a529e;
}
.no-underline:hover, a:hover{
  text-decoration: none !important;
}
/* Modal window */
.modal-header, .modal-header h4, .close {
    background-color: #c21f6c;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}

.modal-header, .modal-body {
    padding: 30px 40px;
}
/* buttons and nav links smooth transition */
 button, .navbar a{
  transition: all 0.4s ease 0s;
}
/* Carousel fade style*/  
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/* Kraj Couresel fade style*/

/* Medija upiti - centriranje na malim rezolucijama */
@media only screen and (max-width: 768px) {
    .col-sm-12, .col-sm-8, .col-sm-6, .col-sm-4{
        text-align: center !important;
    }
    .lang{
      float: none;
      text-align: center;
    }
    .logo, .slogan{
      float: none;
      text-align: center;
    }
}