/* @override
	http://softnet-eu.b.kabi.si/p/css/basic.css?v=2
	http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,400italic,600italic,700,700italic,800&subset=latin,latin-ext */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,400italic,600italic,700,700italic,800&subset=latin,latin-ext);

body {
    font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6,.panel-heading {
	font-family: 'Open Sans', sans-serif;
}

h1 {
    color: #014587;
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2 {
    color: #259bd8;
    font-size: 24px;
    font-weight: normal;
    padding-top: 0;
    margin-top: 0;
}
h3 {
    color: #014587;
    font-size: 24px;
    font-weight: bold;
}
h4 {
    color: #8195a4;
}
h5 {
    color: #034475;
}
a.topScroll {
    position: fixed;
    right: 22px;
    bottom: 28px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(3, 43, 74, 0.5);
    text-align: center;
    color: #fff;
    font-size: 36px;
}
a:hover {
    color: #014587;
}
hr {
    border-top-color: #dbe4ec;
}
table tr {
    border: 1px solid #aaa;
    text-align: left;
}
table td {
        padding: 5px 10px;
}
.alert {
    border: none;
    border-radius: 0;
}
.mainContainer {
    margin-bottom: 80px;
}
.mainTxt {
    padding-top: 20px;
}
/* @group topBar */
.logo-head img{
    transition: .2s all;
    margin: 15px 0 0 10px;
}
.navbar-fixed-top .logo-head img{
    height: 65px;
    margin: 5px 0 0 10px;
}
.topBar {
    background: #e3eaf0;
    color: #034475;
    font-size: 12px;
}
.langMenu ul li a {
    padding: 3px 0 0 0;
    height: 23px;
    width: 23px;
    color: #476c89;
    text-align: center;
    margin: 3px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
}
.langMenu ul lia,
.langMenu ul li a:hover,
.langMenu ul li a.active {
    color: #fff;
    background: #1e9ad6 !important;
    border-radius: 50%;
}
.infoTel {
    padding: 5px 40px 0 0;
}
.visible-xs.langMenu ul,
.visible-sm.langMenu ul{
    clear: both !important;
    float: none !important;
}
.visible-xs.langMenu,
.visible-sm.langMenu {
    padding: 0;
    clear: both !important;
}
.visible-xs.infoTel,
.visible-sm.infoTel {
    padding: 5px 0 0 0 !important;
}
/* @end topBar */

/* @group navbar maninMenu */
ul li a .fa-caret-down {
	display: none;
}
.mainMenu {
    padding-bottom: 5px;
}
.navbar-nav {
    margin-top: 57px;
    position: relative;
}
.navbar-fixed-top .navbar-nav {
    margin-top: 25px;
}
.navbar.navbar-default {
	border-radius: 0;
	background-color: #fff;
	border: none;
	margin: 0;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.navbar.navbar-default ul.nav > li > a {
    color: #282828;
    margin-left: 0;
    margin-right: 0x;
    padding: 10px 25px;
	font-family: 'Open Sans', sans-serif;
}
.navbar ul.nav.navbar-nav > li > a:before {
    content: "";
    left: 0;
    position: absolute;
    bottom: -10px;
    height: 30px;
    border-right: 1px solid rgba(219, 219, 219, 1);
    display: none;
}
.navbar ul.nav.navbar-nav > li.last.hovernav > a:after {
    content: "";
    right: 0;
    position: absolute;
    bottom: -10px;
    height: 30px;
    border-right: 1px solid rgba(219, 219, 219, 1);
}
.navbar.navbar-fixed-top ul.nav.navbar-nav > li > a:before,
.navbar.navbar-fixed-top ul.nav.navbar-nav > li.last.hovernav > a:after {
    bottom: -6px;
    height: 26px;
}
.navbar.navbar-default ul.nav>li>a:hover,
.navbar.navbar-default ul.nav>li.active>a {
	color: #4ec1fa;
}
.mainMenu {
    text-align: center;
}
.navbar.navbar-default.navbar-fixed-top {
    border-bottom: 1px solid #dbe4ec;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.19);
    /*overflow: hidden;*/
}
/* @end navbar maninMenu */

/* @group search */
.itemSitemap li .fa {
	display: none;
}
.nav > li.searchIn.open {
    position: absolute;
    width: 300px;
    height: 50px;
    top: 0;
    right: 0;
}
#searchBox {
	position: relative;
    width: 30px;
    height: 40px;
    margin-top: 5px;
    overflow: visible !important;
    z-index: 900;
}
#searchBox input,
#searchBox input.closed {
    display: none;
    border-radius: 0;
    box-shadow: none;
    padding-left: 30px;
    width: 100%;
    color: #4ec1fa;
    border: none;
}
#searchBox input.open {
    box-shadow: 2px 1px 5px rgba(0,0,0,0.13);
    background: #f3f5f7;
    border: 1px solid #e3e8ec;
}
#searchBox .fa-search {
	position: absolute;
	left: 10px;
	font-size: 16px;
	top: 8px;
}
#searchBox .fa-times {
    clear:both;
	position: absolute;
	right: 10px;
	font-size: 13px;
	top: 10px;
    display: none;
    color: #4ec1fa;
}
#searchBox i:hover {
    cursor: pointer;
}
#searchBox .ui-helper-hidden-accessible {
    display: none;
}
/* @end search */

/* @group carousel */
hr.transition-timer-carousel-progress-bar {
    height: 6px;
    position: relative;
}
.transition-timer-carousel-progress-bar {
    width: 0;
    height: 6px;
    background: url(progressbar.png);
    position: absolute;
    margin: 0;
    top: 6px;
    z-index: 5;
}
#myCarousel {
    top: -7px;
    border: none;
}
#myCarousel.carousel.slide img {
	position: relative;
    max-width: 1800px;
    z-index: 2;
	margin: auto;
}
#myCarousel h1,
#myCarousel a h1 {
    color: #fff;
    font-weight: 500;
    font-size: 36px;
}
#myCarousel h2,
#myCarousel a h2 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-top: 0;
}
#myCarousel a h2.animacijaH2_2, #myCarousel h2.animacijaH2_2 {
    width: 60%;
    float: right;
    margin-right: 30px;
    font-weight: normal;
    margin-top: 30px;
    text-align: right;
}
#myCarousel .carousel-caption.caption_animacijaH1_2 .btn {
    clear: both;
    float: right;
    margin-right: 30px;
    margin-top: 15px;
}
#myCarousel a:hover {
    text-decoration: none;
}
#myCarousel .carousel-indicators {
    width: 0;
    left: auto;
    right: 30px;
    margin: 0;
    top: 40%;
}
#myCarousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0;
    background: #112647;
    border: none;
}
#myCarousel .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background: #fff;
}
#myCarousel .carousel-caption {
    top: 40%;
}
#myCarousel .carousel-caption .btn {
    margin-top: 30px;
    background: #1f9cd7;
    border-radius: 2px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}
#myCarousel .carousel-caption .btn:hover {
    background: #014587;
}
#myCarousel .caption_animacijaH1_1 {
    max-width: 530px;
    text-align: left;
    top: 30%;
}
#myCarousel .caption_animacijaH1_2 {
    background-color: rgba(255, 255, 255, 0.3);
    border: 3px solid #fff;
    top: 20%;
    bottom: 20%;
}
#myCarousel .caption_animacijaH1_2 .btn {
    background: #00386c;
}
#myCarousel .caption_animacijaH1_3 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
}
#myCarousel .caption_animacijaH1_3 h1 {
    padding-top: 200px;
    font-size: 60px;
}
#myCarousel .animacijaH2_1{
    color: #00386c;
}
#myCarousel .flex-video{
    display: flex;
    height: 480px;
    width: 100%;
    position: relative;
}
#myCarousel .flex-video .video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 56.25%;
}
#myCarousel .flex-video .video-wrapper iframe {
    height: calc(100% + 250px);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: -125px;
}
.sliderColor {
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 1;
}
.left {
    float: left;
}
.right {
    float: right;
    right: 0;
}
.fill,
.fillSmall {
    width: 100%;
    height: 480px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fillSmall {
    height: 278px;
}
/* @end carousel */

/* @group entry.php */
.uvodnaTxt {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
    float: none;
    color: #112647;
}
.uvodnaTxt h3 {
    font-size: 18px;
    font-weight: 600;
    color: #10356e;
    padding-bottom: 15px;
}
.services {
    background: url(services.jpg) center center;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
}
.services img:hover {
    border-radius:50%;
    box-shadow: 0 1px 20px #99d9ec;
}
.services a {
    color: #fff;
}
.services h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 13px;
    padding-top: 20px;
}
.services h3,
.services h3 a{
    color: #99d9ec;
    font-size: 24px;
    text-decoration: none;
}
.services h3:hover,
.services a:hover {
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.59);
    text-decoration: none;
}
.services a:hover {
    color: #99d9ec;
}
.benefits {
    margin: 40px auto;
}
.benefits h2 {
    color: #1f9cd7;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}
.benefits h3 {
    color: #00386c;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.benefits .firstLetter {
    width: 40px;
    height: 40px;
    background: #1f9cd7;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
}
.benefits .benefitsTxt {
    padding-top: 10px;
    padding-left: 9px;
    margin-bottom: 20px;
}
.benefitsPic {
    float: right;
    margin-top: 55px;
}
.benefitsPic img {
    float: right;
}
.softnet-universe {
    min-height: 153px;
    background: url(universe-bg.jpg) no-repeat center #0a386f;
    margin: 25px 0;
}
.uni-circle {
    float: right;
    border-radius: 200px;
    background: url(universe-bg-blur.jpg) no-repeat 0 0;
    width: 113px;
    margin: 20px 25px 0 0;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.uni-circle:hover {
    background: #014587;
}
.uni-circle p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 113px;
}
.uni-circle-1 {
    background-position: -780px -20px;
}
.uni-circle-2 {
    background-position: -1000px -20px;
}
.uni-circle-3 {
    background-position: -1220px -20px;
}
.softnet-universe h3 {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    margin: 36px 0 0 0;
    padding: 0;
}
.softnet-universe h3 strong {
    font-size: 48px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}
.bannerMiddle {
    width: 100%;
}
.aboutNews {
    color: #363636;
    margin-top: 60px;
}
.aboutNews h2{
    color: #1c96d4;
    font-size: 30px;
    border-bottom: 3px solid #b0c4d6;
    padding-bottom: 15px;
    padding-top: 0;
    margin-top: 0;
}
.aboutNews h2 .more {
    padding-top: 20px;
}
.news a:hover,
.about a:hover {
    text-decoration: none;
}
.aboutNews .txt {
    padding-top: 10px;
}
.aboutNews .txt h3 {
    color: #097fba;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto 20px auto;
}
.aboutNews .about{
    padding-bottom: 50px;
    padding-right: 35px;
    border-right: 1px solid #dbe4ec;
}
.aboutNews .news {
    padding-left: 50px;
}
.aboutNews .more {
    font-size: 12px;
    font-weight: 600;
}
.lastNewsPic {
    padding-right: 0;
    margin-right: 0;
    padding-left: 0;
    margin-left: 0;
}
.firstNewsTxt {
    padding-left: 25px;
}
.fancyDate .fd{
     height: 75px;
     width: 75px;
     border: 3px solid #b0c4d6;
     font-size: 11px;
     color: #b0c4d6;
     text-align: right;
     padding: 5px;
}
.fancyDate .fd strong {
    font-size: 18px;
    font-weight: 600;
}
/* @end entry.php */

/* @group kategorija header slika */
.hBigSlika {
    height: 480px;
    position: relative;
    width: auto;
    overflow: hidden;
}
.hSlika {
    height: 278px;
    position: relative;
    overflow: hidden;
}
.headerSlika,
.headerBigSlika {
   z-index: 2;
   position: relative;
}
.headerSlikaIme {
   position: absolute;
   left:19%;
   bottom: 40px;
   color: #fff;
   font-size: 60px;
   font-weight: 300;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
   z-index: 10;
}
.title-box{
    display: inline-block;
    width: 100%;
    line-height: 62px;
    float: left;
}
.kat-opis{
    display: inline-block;
    width: 100%;
    padding: 20px 0 ;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    float: left;
}
.headerColor {
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 1;
}
/* @end kategorija header slika */

/* @group kategorije dokumenti */
.menuBoxTop {
    background: url(pattern_bg.png);
}
.myTopBox .nav > li > a {
    color: #333f4b;
    font-size: 20px;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.myTopBox .nav > li > a.active {
    color: #014587;
}
.myTopBox .nav > li > a.active:before {
    content: "";
    padding: 0;
    position: absolute;
    display: block;
    left: 25px;
    bottom: 0;
    margin-left: -10px;
    border-color: transparent transparent #e4ebf1 transparent;
    border-style: solid;
    border-width: 10px;
}
.myTopBox .nav > li > a.active.noArrow:before {
    border: none;
}
.myTopBox li a i {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #bdccd9;
    border-radius: 50%;
    padding-top: 12px;
    margin-right: 10px;
}
.myTopBox .nav > li > a:hover i,
.myTopBox .nav > li > a:focus i,
.myTopBox li a.active i {
    background: #259bd8;
}
.myTopBox .nav > li > a:hover,
.myTopBox .nav > li > a:focus{
    background: none;
}
.simpleItem,
.itemNovica,
.newsMainItem,
.galleryItem {
    clear: both;
    margin-top: 40px;
}
.newsItem {
    border-bottom: 1px solid #f2f2f2;
    text-align: right;
    margin-bottom: 7px;
}
.kontakt h1{
    color: #1f9cd7;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}
.kontakt h2{
    color: #00386c;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.kontakt i {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #00a3dd;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 15px;
    margin-right: 10px;
}
.kontakt form {
    padding: 30px;
    border: 3px solid #f3f5f7;
}
.kontakt .abstract {
    padding-bottom: 35px;
}
.contactInfo {
    font-size: 14px;
    color: #00386c;
    font-weight: 600;
}
time {
    background: #f3f5f7;
    color: #014587;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 12px;
}
.newsMainItemImg img{
    margin: 20px auto;
}
.novice ul.nav {
    padding: 0 0 0 30px;
    border: none;
    border-left: 1px solid #dbe4ec;
}
.novice .nav-pills > li > a {
    padding-right: 20px;
}
.novice .nav-pills > li > a:hover,
.novice .nav-pills > li.active > a,
.novice .nav-pills > li.active > a:hover,
.novice .nav-pills > li.active > a:focus {
    border-right: 4px solid;
}
.novice .nav-pills > li.active > a h4,
.novice .nav-pills > li > a h4{
    font-size: 16px;
}
.itemImgsGal a img {
    margin-bottom: 15px;
    padding-right: 0;
}
.itemImgs a img {
    margin-bottom: 25px;
}
.itemImgs {
    border-left: 1px solid #dbe4ec;
    padding-left: 30px;
}
.greyBox .simpleItem {
    margin-top: 0;
}
.greyBox {
    background: #e4ebf1;
    margin-bottom: 40px;
    text-align: center;
    font-size: 13px;
    padding: 40px 20px;
}
.greyBox table {
    margin: auto !important;
}

.greyBox h1 {
    color: #10356e;
    font-size: 18px;
    font-weight: 600;
}
.greyBox h2 {
    color: #10356e;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.pogled17 .povzetek{
    clear: both;
    line-height: 18px;
    color: #3a3a3a;
    font-size: 13px;
    height: 100%;
    margin-bottom: 30px;
}
.pogled17 .readMore {
    padding-top: 15px;
}
.pogled17 img {
    padding-top: 15px;
}
.pogled17 .left_img {
    text-align: left;
}
.pogled17 .right_img {
    text-align: right;
}
.pogled17 h2,
.partners h2 {
    font-size: 20px;
    color: #014587;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.partners h2 {
    padding-bottom: 0;
}
.povzetek1 {
    margin-top: 20px;
}
.imgPartner img{
    border: 1px solid #ddd;
    margin-top: 15px;
}
.imgPartner:hover h5{
   background: #034475;
   color: #fff;
}
.imgPartner h5 {
    text-align: center;
    background: #e4ebf1;
    color: #10356e;
    margin-top: 0;
    padding: 10px;
}
.infoTel {
    border-left: 1px solid #dbe4ec;
    padding-left: 30px;
    color: #393939;
}
.infoTel h3 {
    color: #014587;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #b0c4d6;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.infoTel h3 i {
    color: #259bd8;
}
.infoTel .tel h3 {
    border: none;
    color: #393939;
    padding-top: 10px;
    margin-top: 0;
}
.infoTel .btn {
    border-radius: 2px;
    border: none;
    background: #00a3dd;
    color: #fff;
    width: 100%;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.13);
    margin-top: 20px;
    margin-bottom: 20px;
}
.infoTel .btn:hover {
    background: #014587;
}
.myPanel.bulleted{
    border-radius: 0;
    border-color: #dbe4ec;
}
.myPanel.bulleted > .panel-heading {
    background: #f3f5f7;
    color: #259bd8;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0;
}
.myPanel.bulleted  > .list-group .list-group-item i{
    color: #259bd8;
    font-size: 17px;
    padding-right: 10px;
}
.myPanel.bulleted  a.list-group-item.active,
.myPanel.bulleted  a.list-group-item.active:hover,
.myPanel.bulleted  a.list-group-item.active:focus {
    background: #fff;
    color: #034475;
    border-color: #ddd;
    font-weight: 600;
}
.myPanel.bulleted  a.list-group-item.active i,
.myPanel.bulleted  a.list-group-item.active:hover i,
.myPanel.bulleted  a.list-group-item.active:focus i{
    color: #034475;
    font-weight: bold;
}
.partners {
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 18px;
}
.partners .pull-left {
    text-align: right;
}
.partners .clearfix {
    padding-bottom: 30px;
}
.partners h3 {
    font-weight: 300;
}
.partners h4 {
    font-weight: 300;
}
.navbar-brand  {
    padding: 0;
    height: 100%;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 10px;
}
.navbar-brand .logo{
	width: 180px;
    height: 80px;
    padding: 0;
    margin: 15px 15px 10px 0;
    display: block;
}
.navbar-brand .logoMini{
    margin: 7px 7px 7px 15px;
    display: none;
}
.navbar-brand .logoMini2x {
    margin: 0;
    padding: 5px 0 7px 15px;
}
.navbar-fixed-top .navbar-brand .logo{
	width: 180px;
    height: 80px;
    padding: 0;
    margin: 15px 15px 10px 0;
    display: none;
}
.navbar-fixed-top .navbar-brand .logoMini2x {
    display: none !important;
}
.navbar-fixed-top .navbar-brand .logoMini{
    display: block !important;
}
.container .navbar-collapse {
	padding: 0;
}
.navbar-default .navbar-toggle {
    margin-top: 13px;
}
.panel ul li a.active {
	color: #000;
}
.item .content {
	padding: 10px 0 0 0;
	line-height: 1.6em;
}
.itemSitemap h1 i{
    font-size: 20px;
    line-height: 37px;
    float: left;
    margin-right: 10px;
}
.itemSitemap > h1{
    text-transform: capitalize;
}
.side-img img {
	width: 100%;
	border-radius: 4px;
}
.imagesCol a:first-of-type img {
	margin-top: 0;
}
.imagesCol p, .fckImgPopup em, .cFigure p {
	text-align: center;
	font-style: normal;
	color: #717171;
	padding: 10px 0 0 0;
	margin: 0;
	display: block;
}
.fckImgPopup em, .cFigure p {
	padding: 0 0 10px 0;
	margin: 0;
	margin-top: -10px;
}
.imagesColLeft {
	border-right: 1px solid #e0e0e0;
}
.fckImgPopup img, .cFigure img {
	margin: 0 0 20px 0;
}
.imagesColRight, .fckImgPopup, .cFigureRight {

	margin: 0 0 10px 0;
}
/* @end kategorije dokumenti */

/* @group breadcumbs */
.breadcumbs {
    background: rgba(1, 69, 135, 0.69);
    position: absolute;
    margin-top: 0;
    width: 100%;
    z-index: 10;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.breadcrumb > li > a {
    color: #fff;
    text-decoration: none;
}
.breadcrumb > .active,
.breadcrumb > li > a:hover {
    color: #259bd8;
    text-decoration: none;
}
.breadcrumb > li + li:before {
    font-family: "FontAwesome";
    color: #60748c;
    content: "\f105 ";
}
/* @end breadcumbs */

/* @group checkService */
.checkService {
    background: #d4dfe9;
    font-size: 20px;
    color: #112647;
    padding: 15px 0;
    margin-top: -7px;
}
.checkService .txt {
    padding-top: 5px;
}
.checkService .btn {
    background: #1f9cd7;
    border-radius: 2px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.checkService .btn:hover {
    background: #014587;
}
/* @end checkService */

/* @group carouselResitve */
.ourPartners {
    font-style: italic;
    color: #6d7174;
    background: #fff;
    font-size: 16px;
    text-align: center;
    width: 250px;
    padding: 45px 40px 10px 40px;
    position: absolute;
    top: -60px;
    left: 43%;
}
.carouselResitve {
    border-top: 1px solid #dbe4ec;
    padding: 15px 0;
    margin-top: 50px;
    position: relative;
}
.carouselResitve ul {
    list-style-type: none;
    height: 80px;
    overflow: hidden;
    margin-top: -20px;
    padding-left: 0;
}
.carouselResitve ul img {
    margin-bottom: 5px;
}
.carouselResitve .carousel-control.left,
.carouselResitve .carousel-control.right {
    background: none;
    text-shadow: none;
    color: #545454;
    font-size: 36px;
    top: 7px;
}
.carouselResitve .carousel-control.right {
    right: -85px;
    text-align: right;
}
.carouselResitve .carousel-control.left {
    left: -85px;
    text-align: left;
}
/* @end carouselResitve */

/* @group footer */
.footerWrapper {
	background: #034475;
    color: #fff;
    font-size: 12px;
	padding: 35px 0 35px 0;
}
.footer a {
    color: #239dd7;
}
.footer h2 {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    color: #fff;
}
.footer h3 {
    font-size: 12px;
    margin-top: 0;
    padding-top: 0;
    color: #fff;
    font-weight: normal;
    padding-bottom: 10px;
}
.footer ul {
    font-size: 13px;
    line-height: 24px;
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px;
    list-style-type: none;
}
.footer .border {
    padding-left: 25px;
    border-left: 1px solid #033b66;
}
.footer .infoData {
    color: #b0c4d6;
    margin-bottom: 35px;
}
.footer .infoData span {
    color: #fff;
}
.footer .infoDataTel {
    padding-top: 10px;
}
.footer .sos_number .telTitle, .footer .sos_number .telLinks {
    float: left;
    width: 100%;
}
.footer .sos_number .telLinks a{
    display: inline-block;
    margin: 5px;
}
.footer .sos_number {
    width:100%;
    float:left;
    text-align:center;
}
.footer .sos_number span {
    background: #dd3b42 none repeat scroll 0 0;
    border-radius: 5px;
    color: white;
    font-size: 24px !important;
    font-style: italic;
    font-weight: 800;
    left: 33%;
    letter-spacing: -0.06em;
    padding: 5px 7px 5px 4px;
    position: absolute;
    top: 30%;
}
.footer .info112 {
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
.footer hr {
    border-color: #0c395a;
    height: 1px;
    width: 28px;
    margin: 10px auto;
    float: left;
    width: 100%;
}
.footer .moreInfo112 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.footer .info112tel {
    text-align: center;
}
.footer .info112tel span{
    font-weight: 800;
    text-align: center;
    margin-top: 5px;
    padding: 8px 10px;
    background: #dd3b42;
    border-radius: 5px;
}
.footer .socialTxt {
    margin-right: 5px;
}
.footer .social {
   font-size: 16px;
   padding-top: 40px;
}
.footer .socialLink i{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #00a3dd;
    color: #034475;
    text-align: center;
    padding-top: 10px;
    margin-left: 10px;
}
.footer .socialLink i:hover {
    color: #fff;
}
.bottomFooterWrapper {
    font-size: 12px;
    background: #034475;
    color: #a1b5c4;
    border-top: 1px solid #033b66;
    padding: 12px 0;
}
.copyright {
    padding-left: 10px;
    padding: 12px 0 0 10px;;
}
.production {
    padding-top: 12px;
}
.kabi {
    color: #fff;
}
/* @end footer */

/* @group bcmsPaging */
ul.bcmsPaging{
    clear: both;
    margin: 15px 0;
    margin-left: 0;
    min-height: 40px;
    float: right;
}
ul.bcmsPaging li{
    display: inline;
    background: #EBEBEB;
    float: left;
    margin-right: 5px;
    padding: 5px 10px;
    color: #fff;
}
ul.bcmsPaging li.bcmsPagingActive,
ul.bcmsPaging li:hover{
    background: #8195a4;
}
ul.bcmsPaging li.bcmsPagingActive a,
ul.bcmsPaging li:hover a{
    color: #fff;
}
/*
ul.bcmsPaging li.bcmsPagingActive span, .main-pagination ul.bcmsPaging li.bcmsPagingActive a span{
    color: #fff;
}*/
ul.bcmsPaging li a span, .main-pagination ul.bcmsPaging li span{
    font-size: 13px;
}
/* @end bcmsPaging */


/* @group fancybox */
#fancybox-wrap *,#fancybox-wrap {
	box-sizing: content-box;
}
#tip7-title b {
	color: #fff;
	text-shadow: 1px 1px #000;
	font-size: 15px;
	font-weight: normal;
}
#tip7-title span {
	color: #c0bfbf;
	display: block;
	text-shadow: 1px 1px #000;
}


/* @end fancybox */

/* @group Files dl */

.itemFiles h4 {
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
}
.itemFiles {
	clear: both;
}
.itemFiles ul {
	margin: 0;
	padding: 0;
}
.itemFiles ul li {
	list-style: none;
	clear: both;
	background: url(page_white.png) no-repeat left center;
	display: block;
	padding: 5px 0 5px 22px;
}
.itemFiles ul li.datoteke_pdf {
	background-image: url(page_white_acrobat.png);
}
.itemFiles ul li.datoteke_txt {
	background-image: url(page_white_text.png);
}
.itemFiles ul li.datoteke_psd, .itemFiles ul li.datoteke_jpg, .itemFiles ul li.datoteke_gif, .itemFiles ul li.datoteke_png {
	background-image: url(page_white_paintbrush.png);
}
.itemFiles ul li.datoteke_ppt, .itemFiles ul li.datoteke_pptx {
	background-image: url(page_white_powerpoint.png);
}
.itemFiles ul li.datoteke_ai, .itemFiles ul li.datoteke_eps {
	background-image: url(page_white_vector.png);
}
.itemFiles ul li.datoteke_zip, .itemFiles ul li.datoteke_rar {
	background-image: url(page_white_zip.png);
}
.itemFiles ul li.datoteke_xls, .itemFiles ul li.datoteke_xlsx {
	background-image: url(page_excel.png);
}
.itemFiles ul li.datoteke_doc,.itemFiles ul li.datoteke_docx {
	background-image: url(page_word.png);
}

/* @end Files dl*/

/* @group Search */
.searchItem .badge a {
	color: #393939;
}
.searchItem .badge {
	padding: 5px 10px;
	margin: 0;
    border-radius: 0;
    background: #e3eaf0;
    font-weight: normal;
}
.searchItem h2 {
	margin: 0;
	padding: 3px 0 10px 0;
}
.searchItem {
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
	border-bottom: 1px dashed #eee;
}
/* @end Search */

/* @group FCK styles */
.customBold {
	font-weight: bold;
}
.colorA {
    color: #112647;
}
.colorB {
    color: #003f87;
}
.colorC {
    color: #397bbf;
}
.colorD {
    color: #00a3dd;
}
.colorE {
    color: #99d9ec;
}
.colorF {
    color: #b0c4d6;
}
.colorG {
    color: #6d7174;
}
.colorH {
    color: #434447;
}
.colorI {
    color: #c0e24d;
}
.colorJ {
    color: #a7ce41;
}
.colorK {
    color: #eaf6c6;
}
.colorL {
    color: #f9a826;
}
.colorM {
    color: #f2d64c;
}
.colorN {
    color: #e78963;
}
/* @end FCK styles */

/* @group jQuery autocomplete */
ul.ui-autocomplete {
	padding: 0;
}
ul.ui-autocomplete li {
	list-style: none;
}
.ui-autocomplete .ui-menu-item a {
	padding: 8px 15px;
	border-bottom: 1px solid #eee;
	display: block;
	color: #00386c;
}
.ui-autocomplete .ui-menu-item a em {
	clear: both;
	display: block;
	font-style: normal;
}
.ui-autocomplete .ui-menu-item a strong {
	display: block;
	font-weight: normal;
	font-size: 11px;
	float: left;
	padding: 4px 10px;
	background-color: rgba(1, 69, 135, 0.69);
	margin: 0 0 5px 0;
	color: #fff;
	border-radius: 4px;
}
.ui-autocomplete .ui-menu-item:last-child a {
	/*border-bottom: none;*/
}
.ui-autocomplete .ui-menu-item a.ui-state-focus,.ui-autocomplete .ui-menu-item a.ui-state-hover {
	background: rgba(1, 69, 135, 0.69) !important;
	border: none;
	border-bottom: 1px solid #eee;
    color: #fff;
}
.ui-autocomplete .ui-menu-item a.ui-state-focus strong,.ui-autocomplete .ui-menu-item a.ui-state-hover strong {
	background-color: rgba(1, 69, 135, 0.69);
	color: #fff;
}

.ui-autocomplete {
	position: absolute;
	z-index: 1000;
	background: #fff;
	z-index: 1000 !important;
	text-align: left;
	width: 300px !important;
	margin-left: -100px;
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.34);
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.34);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.34);
	border: none;
	overflow: hidden;
	font: 13px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.ui-autocomplete .all-results-link a {
	margin: 10px;
	border: 1px solid #eee;
	padding: 10px 25px;
	text-align: center;
	color: #00386c;
}
/* @end jQuery autocomplete */

/* @group form */
.bcmsMarkerTxt {
    min-width: 350px;
}
.bcms-form-row.req:before {
    font-family: "FontAwesome";
    font-size: 12px;
    color: #1f9cd7;
    content: "\f06a";
    position: absolute;
    right: 25px;
    margin-top: 9px;
    z-index: 10;
}
.bcms-form-row.form-type-captcha.req:before {
    font-family: "FontAwesome";
    font-size: 12px;
    color: #1f9cd7;
    content: "\f06a";
    position: absolute;
    right: 25px;
    margin-top: 29px;
    z-index: 10;
}
.bcms-form-input {
    position: relative;
}
.bcms-form-input input,
.bcms-form-input textarea {
    border-radius: 0;
    border: 1px solid #e3e8ec;
    background: #f3f5f7;
    /*border: 1px solid #b0c4d6;*/
    margin-bottom: 15px;
}
.bcms-form-input input,
.bcms-form-input textarea{
    border-radius: 0;
    clear:both;
}
.bcms-form-input button {
    border-radius: 0;
    border: none;
    background: #00a3dd;
    float: right;
    padding: 10px 20px;
}
.bcms-form-input button:hover {
    background: #014587;
}
.bcms-form-label {
    display: none;
}
.form-bcms_kepca_i {
    clear: both;
    width: 50%;
}
.supportHeading h1{
    font-size: 45px;
    font-weight: 300;
    color: #259bd8;
    margin-bottom: 30px;
}
.supportForm {
    border-left: 1px solid #dbe4ec;
    padding-left: 30px;
}

.supportForm .row .col-md-6,
.supportForm .row .col-md-12{
    padding-right:0;
}
.supportForm .bcms-form-row.form-type-captcha.req:before,
.supportForm .bcms-form-row.req:before {
    right: 9px;
}

.supportForm i {
    color: #1f9cd7;
}
/* @end form */

/* @group timeline view */
.timeline {
   position:relative;
}

.timeline:before {
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 5px;
    background: #e3eaf0;
}
.timeline:after {
   content: "";
    padding: 0;
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    margin-bottom: -15px;
    margin-left: -10px;
    border-color: #e3eaf0 transparent  transparent  transparent;
    border-style: solid;
    border-width: 13px;
}
.timeline h2:hover {
    box-shadow: 0px 0px 5px #1f9cd7;
}
.timeline .item {
    background: #e3eaf0;
    position: relative;
    font-size: 13px;
    padding-bottom: 13px;
}

.timeline .pull-left:before {
    content: "";
    padding: 0;
    position: absolute;
    display: block;
    right: -40px;
    top: 20px;
    border-color:  transparent  transparent  transparent #e3eaf0;
    border-style: solid;
    border-width: 20px;
}

.timeline .pull-left {
    text-align: right;
}
.timeline .pull-right:before {
    content: "";
    padding: 0;
    position: absolute;
    display: block;
    left: -40px;
    top: 20px;
    border-color:  transparent #e3eaf0  transparent  transparent ;
    border-style: solid;
    border-width: 20px;
}
.timeline .pull-right {
    text-align: left;
}
.timeline .pull-right h2 {
    left: -135px;
}
.timeline .pull-left h2 {
    right: -140px;
}
.timeline h2 {
    background: #1f9cd7;
    width: 80px;
    height: 80px;
    border: 5px solid #c0d4e3;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 22px;
    font-weight: 300;
    position: absolute;
    top: 0;
}
.timeline .greyBox {
    margin-top: 40px;
    position: relative !important;
}
.support .nav {
    padding: 0 0 0 30px;
    border: none;
    border-left: 1px solid #dbe4ec;
}
.nav-pills > li > a {
    border-radius: 0;
}
.support .nav-pills > li > a {
    padding-right: 20px;
}
.support .nav-pills > li >a:hover h4,
.support .nav-pills > li >a:focus h4,
.support .nav-pills > li.active > a h4,
.support .nav-pills > li.active > a:hover h4 {
    color: #014587 !important;
}
.support .nav-pills > li >a:hover,
.support .nav-pills > li >a:focus,
.support .nav-pills > li.active > a,
.support .nav-pills > li.active > a:hover,
.support .nav-pills > li.active > a:focus {
    color: #259bd8;
    background: #f3f5f7 !important;
    border-right: 4px solid;
}
.tab-content {
    text-align: justify;
}
.bcms-kepca-img img {
    width: auto;
}
/* @end timeline view */


/* @group TABELE */
table.fckTable {
    border: none;
    border-top: 3px solid #dbe4ec;
    border-bottom: 3px solid #dbe4ec;
}
table.fckTable tr {
    border: none;
}
table.fckTable td, table.fckTable th {
    padding: 8px 18px;
    border-bottom: 1px solid #dbe4ec;
    vertical-align: top;
}
table.fckTable td strong {
    font-size: 15px;
    line-height: 1.7em;
    font-size: 13px;
}
table.fckTable .fckTR0 td {
    background: rgba(119, 147, 174, 0.05);
}
table.fckTable th {
    border-bottom: 3px solid #dbe4ec;
    font-weight: 700;
    vertical-align:bottom;
}
.greyBox table.fckTable, .greyBox table.fckTable td, .greyBox table.fckTable th {
    border-color: #c8d3dc;
}

/*latalog*/
.itemKatalog{
    padding: 10px;
    float: left;
    width: 100%;
    border: 1px solid #333333;
    margin: 15px 0;
}

.itemKatalog .productImg{
    float: left;
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.itemKatalog h1{
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
.itemKatalog h1 a {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}
.itemKatalog h1 a:hover {
    text-decoration: none;
    color: #4ec1fa;
}
.priceOdDo{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
}

.priceOdDo span{
    color: #D7161E;
    font-weight: bold;
}
.itemKatalog .itemNav{
    float: left;
    width: 100%;
    text-align: center;
}

.itemKatalog .itemNav a.gVec {
    display: inline-block;
    float: none;
    padding: 8px 17px;
    color: #fff;
    background: #00A3DE;
    border-radius: 4px;
}
.sort{
    float: right;
    width: auto;
    margin: 15px 0 0;
}
.sort .sortTxt, .sort ul.sorting{
    float: left;
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sort .sortTxt {
    padding: 5px 0;
    color: #00A3DE;
}
.sort ul.sorting li{
    float: left;
    margin-left: 15px;
    display: inline-block;
    width: auto;
}
.sort ul.sorting li a{
    color: #333333;
    padding: 5px 10px;
    float: left;
    width: 100%;
    text-align: center;
}
.sort ul.sorting li.active a, .sort ul.sorting li a:hover{
    background: #00a3de none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    float: none;
    padding: 5px 10px;
    text-decoration: none;
}
/*no results*/
.no-results {
    margin-top: 40px;
    position: relative;
    padding-left: 60px;
}
.no-results h2::after {
    content: "";
    background: url("sad_phone.png") no-repeat center center;
    position: absolute;
    left: 0;
    width: 46px;
    height: 80px;
    top: -25px;
}

/*filters*/
.filters{
    float: left;
    width: 100%;
    padding: 15px;
    margin: 15px 0 0;
    background: #F2F2F2;
}
.filters h4{
    background: #259bd8 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 17px;
    font-weight: lighter;
    margin: 0 0 5px -15px;
    padding: 7px 40px 7px 15px;
    position: relative;
    text-transform: uppercase;
    width: auto;
}
.filters h4::after {
    border-color: #259bd8 transparent transparent;
    border-style: solid;
    border-width: 32px 13px 0 0;
    content: "";
    height: 0;
    position: absolute;
    right: -13px;
    top: 0;
    width: 0;
}

.filters ul{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}
.filters ul li{
    float: left;
    width: 100%;
}
.filters ul li a {
    color: #333333;
}
.filters ul li a:hover{
    text-decoration: none;
}
.filters ul li a span{
    border: 1px solid #259bd8;
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 12px;
    margin: 4px 8px 4px 0;
    width: 12px;
}
.filters ul li a.active span, .filters ul li a:hover span{
    background: #259bd8;
}
.itemKatalogSingle{
    float: left;
    width: 100%;
    padding: 40px 0 20px 0;
}
.itemKatalogSingle ul{
    padding-left: 13px;
}
ul.propertiList {
    float: left;
    list-style: outside none none;
    margin: 15px 0;
    padding: 0;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-bottom: none;
}
ul.propertiList li {
    border-bottom: 1px solid #e7e7e7;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 10px;
    text-align: left;
    width: 100%;
    background: #F8F9FB;
}
ul.propertiList li:nth-child(2){
    background: transparent;
}
ul.propertiList li h4 {
    color: #000000;
    font-size: 16px;
    margin: 0;
    float: left;
    width: 30%;
}
ul.propertiList li h5 {
    color: #000000;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    text-align: right;
    width: 70%;
}
a.sliderBoxItem{
    float: left;
    width: 100%;
    height: 400px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.cenik, .barveProp, .LasnatostiIcon{
    float: left;
    width: 100%;
    background: #F8F9FB;
    padding: 15px 25px 10px;
}
.LasnatostiIcon{
    padding-bottom: 0;
    padding-top: 20px;
}
.cenik{
    border-bottom: 5px solid #0E4C8C;
    padding-bottom: 20px;
}
.barveProp ul, .LasnatostiIcon ul{
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
}
.barveProp ul li{
    float: left;
    width: auto;
    margin-right: 5px;
}

.LasnatostiIcon ul li{
    float: left;
    font-size: 12px;
    line-height: 32px;
    padding-right: 10px;
    width: 50%;
    height: 32px;
}
.LasnatostiIcon ul li img{
    margin-right: 5px;
    display: inline-block;
}
.barveProp ul li span{
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
}
.cenik h2, .barveProp h2 {
    color: #242424;
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
}
.cenik ul{
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
}
.cenik ul li {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    color: #d60c14;
    font-size: 20px;
}
.cenik ul li span.velikost {
    background-color: #259bd8;
    border: medium none;
    color: white;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    width: 100px;
    text-align: center;
    margin-right: 10px;
}
.cenik ul li span.ddv{
    color: #333;
    font-size: 15px;
}
.filtriReset{
    float: left;
    width: 100%;
    padding: 10px 0;
}
.filtriReset a.btn-primary{
    background: #259BD8;
    border-color: #259BD8;
}
.filtriReset a.btn-primary:hover{
    background: #d7161e;
    border-color: #d7161e;
}
/* @end TABLE */


@media (min-width: 768px) and (max-width: 992px) {
    .pull-left.navbar-brand,
    .navbar-fixed-top .navbar-brand {
        float: none !important;
        clear: both !important;
        margin: auto;
    }
    .pull-left.navbar-brand .logoMini2x {
        margin: auto;
    }
    .navbar-fixed-top .navbar-brand .logoMini{
         margin: auto;
    }
    .nav.navbar-nav {
        margin-top: 0;
    }
    .aboutNews .about {
        padding-right: 0;
        border: none;
    }
    .aboutNews .news {
        padding-left: 30px;
    }
    .fancyDate .fd {
        margin-right: 10px;
    }
    #myCarousel h1, #myCarousel a h1 {
        color: #fff;
        font-size: 25px;
        font-weight: 800;
    }
    #myCarousel h2, #myCarousel a h2 {
        margin-top: 30px;
        color: #fff;
        font-size: 12px;
        font-weight: 800;
    }
    #myCarousel .caption_animacijaH1_3 h1 {
        font-size: 40px;
        padding-top: 100px;
    }
    .benefitsPic {
        clear: both;
        float: none;
    }
    .infoTel {
        padding-bottom: 20px;
    }
    .headerSlikaIme {
        font-size: 45px;
        left: 5%;
        bottom: 100px;
    }
    .title-box{
        line-height: normal;
    }
    .services {
        width: 100%;
        height: 100%;
         background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        text-align: center;
        color: #fff;
        padding-bottom: 15px;
    }
    .fill, .fillSmall {
        height:400px;
    }
}
@media (max-width: 767px) {
    .logo-head {
	position: absolute;
	right: 65px;
	top: 0;
    }
    .logo-head img{
	height: 60px;
	margin: 6px 10px 0 0;
    }
    .services img{
        height: 80px;
    }
    .navbar-fixed-top .navbar-nav {
        margin-top: 25px;
        float: left;
        width: 100%;
        margin: 25px 0 0 0;
    }
    .mainMenu  .nav > li {
        display: block;
        padding: 0 15px;
        position: relative;
    }
    .navbar-nav > li > a.openMenu {
        position: absolute;
        right: 40px;
        background: #0E4C8C !important;
        color: #fff !important;
        font-size: 20px;
        padding: 0 !important;
        width: 30px !important;
        height: 30px;
        line-height: 30px;
        top: 5px;
    }
    .navbar-nav > li > a.openMenu:hover{
        background: #0E4C8C !important;
        box-shadow: 0 0 4px rgba(0,0,0,0.4);
    }
    .container .navbar-collapse {
        clear: both;
        width: 100%;
    }
    .fancyDate .fd {
        margin-right: 10px;
    }
    .aboutNews .news {
        padding: 0 15px;
        margin: 0 15px;
    }
    .pull-right.lastNewsPic,
    .lastNewsPic img.pull-right{
        clear: both !important;
        float: none !important;
    }
    #myCarousel h1, #myCarousel a h1 {
        color: #fff;
        font-size: 16px;
        font-weight: 800;
    }
    #myCarousel h2, #myCarousel a h2 {
        margin-top: 20px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
    }
    #myCarousel a h2.animacijaH2_2, #myCarousel h2.animacijaH2_2 {
        width: 100%;
        float: right;
        margin-right: 0;
    }
    #myCarousel h1, #myCarousel a h1 {
        font-weight: 600;
    }
    #myCarousel .caption_animacijaH1_3 h1 {
        font-size: 30px;
        padding-top: 100px;
    }
    #myCarousel .carousel-caption {
        top: 10%;
    }
    #myCarousel a h2.animacijaH2_2, #myCarousel h2.animacijaH2_2, #myCarousel .carousel-caption.caption_animacijaH1_2 .btn {
        margin-top: 5px;
    }
   .benefits .benefitsTxt {
        margin-top: -30px;
        margin-left: 40px;
        padding-top: 0;
    }
    .benefitsPic {
        clear: both;
        float: none;
    }
    .timeline .pull-left:before,
    .timeline .pull-right:before {
        border: none;
    }
    .timeline .pull-right h2,
    .timeline .pull-left h2 {
        left: 0;
        right: 0;
    }
    .timeline h2 {
        clear: both;
        position: relative;
        margin: auto !important;
    }
    .timeline a:hover{
        text-decoration: none;
    }
    .headerSlikaIme {
        font-size: 30px;
        bottom: 100px;
        left: 2%;
    }
    .services {
        width: 100%;
        height: 100%;
         background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        text-align: center;
        color: #fff;
        padding-bottom: 15px;
    }
    .fill, .fillSmall, .hBigSlika {
        height:300px;
    }
    .headerSlikaIme {
        bottom: 20px;
    }
    #myCarousel .caption_animacijaH1_1 {
        top:15%;
    }
    #myCarousel .caption_animacijaH1_2 {
        top:10%;
    }
    #myCarousel .carousel-caption .btn {
        margin-top: 5px;
    }
    .softnet-universe h3 {
        margin-top: 15px;
    }
    .softnet-universe h3 strong {
        font-size: 36px;
    }
    .footer .col-sm-3 {
        padding-left: 25px;
    }
    .footer .social {
        text-align: center;
    }
    .footer .social a {
        display: inline-block;
    }
}
@media (max-width: 500px) {
    .fill, .fillSmall {
        height: 300px;
        background-size: cover;
    }
    .hSlika {
        height: 300px;
    }
    .headerSlikaIme {
        bottom: 20px;
    }
    .carousel-caption {
        padding: 0;
    }
    #myCarousel h1, #myCarousel a h1,#myCarousel h2, #myCarousel a h2 {
        margin-top: 5px;
    }
    #myCarousel .caption_animacijaH1_3 h1 {
        padding-top: 30px;
    }
    #myCarousel .carousel-caption.caption_animacijaH1_2 .btn {
        display: none;
    }
}