/* 
    Document   : default
    Created on : Dec 20, 2013, 12:32:12 PM
    Author     : Zarioza
    Description:
        Purpose of the stylesheet follows.
*/

body {
  padding-top: 50px;
  background-color: #ffffff;
}
a:hover,a:active,a:focus {
    outline: 0;
}
.center-x{ 
    text-align:center;
}
.center-y{
    vertical-align:middle;
}

@media (max-width: 767px) {
    h1
    {
        font-size: 22px;
    }
}
@media (min-width: 768px) and ( max-width:991px) {
    h1
    {
        font-size: 26px;
    }
}
@media (min-width: 992px) and ( max-width:1199px) {
    h1
    {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    h1
    {
        font-size: 32px;
    }
}


.float-left{
    float: left;
}
.float-right{
    float: right;
}
.logo{
    padding: 0;
    margin-right: 15px;
    margin-left: 15px;
}
h1.blue,h2.blue,h3.blue,h4.blue{
	background: rgb(30,87,153); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiMxZTU3OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MyUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NSUiIHN0b3AtY29sb3I9IiMyMDdjY2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2RiOWU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 44%, rgba(41,137,216,1) 93%, rgba(32,124,202,1) 95%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,rgba(30,87,153,1)), color-stop(93%,rgba(41,137,216,1)), color-stop(95%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 44%,rgba(41,137,216,1) 93%,rgba(32,124,202,1) 95%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,1) 44%,rgba(41,137,216,1) 93%,rgba(32,124,202,1) 95%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 44%,rgba(41,137,216,1) 93%,rgba(32,124,202,1) 95%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 44%,rgba(41,137,216,1) 93%,rgba(32,124,202,1) 95%,rgba(125,185,232,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
}
h1.blue,h2.blue,h3.blue,h4.blue{
     color: #FFF;
     margin: 0px;
     height: 50px;
     text-align: center;
     line-height: 48px;
     padding: 0px;
     border-radius:4px;
 }
 
 /*carousel*/
 .carousel .item{
    animation-duration:3s;
    animation-delay:0.5s;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-duration: 3s;
    -moz-animation-delay: 0.5s;
    -ms-animation-duration: 3s;
    -ms-animation-delay: 0.5s;
    -o-animation-duration: 3s;    
    -o-animation-delay: 0.5s;    
}

.carousel .carousel-caption h2{
    animation-duration:2s;
    animation-delay:1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 1s;
    -ms-animation-duration: 2s;
    -ms-animation-delay: 1s;
    -o-animation-duration: 2s;    
    -o-animation-delay: 1s;    
}

.carousel .carousel-caption p{
    animation-duration:2s;
    animation-delay:1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 1s;
    -ms-animation-duration: 2s;
    -ms-animation-delay: 1s;
    -o-animation-duration: 2s;    
    -o-animation-delay: 1s;      
}

.carousel .carousel-caption a{
    animation-duration:2s;
    animation-delay:1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 1s;
    -ms-animation-duration: 2s;
    -ms-animation-delay: 1s;
    -o-animation-duration: 2s;    
    -o-animation-delay: 1s;    
}

.carousel .carousel-control span{
   display:inline-block;
   background:#222;
   border-radius:50px;
   height:50px;
   width:50px;
   line-height:45px;
   text-align:center;
}

.carousel .carousel-caption{
   bottom:90px;
   text-shadow:2px 2px 2px #000;
}

.carousel .carousel-caption h2{
   font-size:40px;
   text-transform:capitalize;
   font-family: 'Open Sans Condensed', sans-serif;
   font-weight:normal;
}

.carousel .carousel-caption p{
   font-size:25px;
   line-height:35px;
   font-family: 'Open Sans Condensed', sans-serif;
}

.carousel .carousel-caption a.btn{
   margin-top:20px;
   border-radius:0px;
   font-size:14px;
   font-weight:bold;
   text-transform:uppercase;
   border-bottom:2px solid #0fa6bc;
}

.carousel-indicators .active{
   background:#16cbe6;
   border:1px solid #0fa6bc;
}

.carousel-indicators li:hover{
   background:#16cbe6;
   border:1px solid #0fa6bc;
}

/* Tablets */
@media (max-width: 767px){
   .container{
      width:100%;
   }
   .carousel .carousel-caption{
      bottom:30px !important;
   }
   .carousel .carousel-caption h2{
      font-size:25px !important;
   }
   .carousel .carousel-caption p{
      font-size:12px !important;
      /*display:none;*/
   } 
   .carousel .carousel-control span{
      display:inline !important;
      background:transparent;
      border-radius:0px;
      height:0px;
      width:0px;
      line-height:0;
      text-align:right;
   } 
}

/* Desktop */

@media (max-width: 991px){
    .carousel .carousel-caption{
      bottom:20px;
   }
   .carousel .carousel-caption h2{
      font-size:36px;
   }
   .carousel .carousel-caption p{
      font-size:22px;
   }   
}
 /*carousel*/
 
 /*roki*/
 .roki{
    margin-top: 15px;
}
.box{
    margin-bottom: 36px;
}
 .roki address{
   text-align: center;
   max-width:800px;
   margin:20px auto !important;
   padding:15px;
   font-size:17px;
   line-height:28px;
   font-weight:400;
   font-style:italic;
   color:#666666;
   background:#f8f8f8;
   border-top:3px solid #eee;
   border-bottom:3px solid #eee;
}
.phone-item{
    position: relative;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #777;
}
.phone-item img{
    height: 180px;
    /*min-height: 180px;*/
}
h6{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    white-space:nowrap;
    overflow-x: hidden;
}
address a,address a:hover{
    text-decoration: none;
}
.unclocked{
    margin-bottom: 15px;
}
.sidebar-list{
    margin-top: 25px;
    margin-bottom: 25px;
}
.sidebar-list span{
    float: left;
    margin-right: 15px;
}
a.list-group-item:hover, a.list-group-item.active, a.list-group-item.active:hover {
  border-color: #ddd;
  background-color: #0099ff;
  color: #fff;
}
.footer{
    background-color: #222222;
    height: auto;
    margin-bottom: 25px;
    color: #f5eded;
    border-top: 3px solid #ddd;
    padding-top: 35px;
    padding-bottom: 10px;
}
.footer h4{
    font-style: normal;
    font-size: 24px;
}
.footer hr {
margin-top: 10px;
margin-bottom: 10px;
border-top: #000 1px solid;
border-bottom: #353333 1px solid;
}
.copy {
font-size: 13px;
margin: 15px 0px;
}
.linkovi ul{
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}
.linkovi ul li{
    margin-bottom: 10px;
}
.linkovi ul li a{
    color: #eee;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dotted #888;
}
 /*roki*/

