/* Extreme IT CSS */

/* Default stuff */

body {
  overflow-x: hidden;
  font-family: "Montserrat";
  font-size: 13px;
  background-color: #eaeaea;
}

body.home {
  background-color: #fff;
}



p {
  line-height: 1.75;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Montserrat";
}

/* Global class */

a:hover{
  text-decoration: none;
}


.box-shadow { 
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); 
}

.page-content { 
  text-align: justify;
}
.page-content .title{ 
  text-align: left;
}
.page-content img { 
  margin: 0 10px 0 0; 
  max-width: 100%;
  height: auto;
}
.popup-gallery img { 
  margin-left: 0 !important; 
  margin-right: 0 !important; 
  margin-bottom: 20px !important; 
}

.bold-line {
  position: relative;
  width: 60px;
  height: 3px;
  display: block;
  margin: 0;
  background: #fec810;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}


/* Border radius */

.form-control {
  border-radius: 8px;
  height: 45px;
  background: transparent;
  font-size: 13px;
}


.pagination {
   justify-content: center;
}


/* Buttons */

.btn {
  font-family: "Montserrat";
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0.35rem;
  font-size: 0.8rem;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

/* Select */
.custom-select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
}

/* Background Overlay */
.bg-image {
  z-index: 1;
  color: #fff;
  padding: 20px 0;
  background-image: url("/images/header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}


.bg-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bg-overlay-blue::before {
  background-color: rgba(6, 123, 193, 0.5);
}

.bg-overlay::before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}


/* Upper navbar */
#upper-navbar {
  background: #3a3a3a;
  color: #959595;
}

#upper-navbar a { 
  color: #eee;
  font-weight: 500;
}

#upper-navbar a:hover {
  color: #fff;
}

#upper-navbar ul > li a {
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  transition: .5s all;
}

#upper-navbar ul {
  padding: 0;
  margin: 0;
}

#upper-navbar ul > li {
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
#upper-navbar ul > li.social {

}
#upper-navbar ul > li i{
  margin-right: 5px;
  font-size:16px;
}

#upper-navbar ul > li i.fab{
  font-size:18px;
  
}
#upper-navbar ul > li i.fab:hover{
  color:#3da3e6;
  transition: .5s all;
}

#upper-navbar ul > li:last-child:after {
  display: none;
}

#upper-navbar ul > li:last-child {
  margin-right: 0;
}
#upper-navbar ul > li:first-child {
  margin-left: 0;
}

#upper-navbar ul.flag-list li a {
  opacity: 0.6;
}

#upper-navbar ul.flag-list li a.active {
  opacity: 1;
}


/* Main navbar */

#main-navbar {
  background-color: #fff;
  padding: 20px 0;
}

#main-navbar .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #3a3a3a;
  position: relative;
  float:right;
}

/* Main menu */
#main-navigation{
  background: none;
  margin: 0;
  padding: 0;
  min-height:20px
  font-size: 13px;
  font-family: "Montserrat";
}

#main-navigation a ,  
.navbar > li > a {
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: bold;
    transition: color 100ms linear;
    font-size: 13px;
}


#main-navigation .active a,
#main-navigation .active a:focus,
#main-navigation .active a:hover,
#main-navigation li a:hover,
#main-navigation li a:focus ,
#main-navigation .navbar>.show>a,  
#main-navigation .navbar>.show>a:focus,  
#main-navigation .navbar>.show>a:hover{
    color: #3da3e6;
    text-decoration: none;
    background: transparent;
    outline: 0;
}

/* Defaultna strelica */
#main-navigation .dropdown-toggle:after{
display: none;
}
/* fa strelica */
#main-navigation ul ul i{
  float:right;
  margin-top: 0;
}

#main-navigation .dropdown-item.dropdown-toggle:after{
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
}


/*submenu*/
#main-navigation .dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);  
    border-radius: 0px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);

}
#main-navigation .dropdown-menu > li {
  padding:0;
}

#main-navigation .dropdown-menu .dropdown-item {
  font-weight: 500;
  font-size: 13px;
  transition: box-shadow ease 300ms;
  padding: 10px 1.5em;
}
#main-navigation .dropdown-menu li:not(:last-child)::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 1.5em;
    right: 1.5em;
    bottom: 0;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    z-index: 1000;
}


#main-navigation .dropdown-menu .dropdown-item:hover {
 box-shadow: inset 5px 0 0 0 #3da3e6;
}


/*Level 1*/
#main-navigation > ul > li  {
  padding:10px 5px;
}

#main-navigation > ul > li > a {
  border-bottom: 2px solid #fff;
}
#main-navigation > ul > li:hover > a,
#main-navigation > ul > li.active > a
  {
  border-bottom: 2px solid #3da3e6;
}

#main-navigation ul ul > li:hover > a, 
#main-navigation .navbar .show .dropdown-menu > li > a:focus, 
#main-navigation .navbar .show .dropdown-menu > li > a:hover{
  background: #fff;
}

/*Level 2*/
#main-navigation ul ul ul > li:hover > a{
  background: #fff;
}

/*Level 3*/
#main-navigation ul ul, 
#main-navigation ul ul.dropdown-menu{
  background:#fff
}
#main-navigation ul ul ul, 
#main-navigation ul ul ul.dropdown-menu{
  background:#fff
}
#main-navigation ul ul ul ul, 
#main-navigation ul ul ul ul.dropdown-menu{
  background:#fff
}

/* Sticky header resize */
#main-navbar.navbar-shrink {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all 0.5s ease;
}

#main-navbar.navbar-shrink .navbar-brand {
  font-size: 1.5em;
  transition: all 0.5s ease;
}
#main-navbar.navbar-shrink .navbar-brand img{
  height: 40px;
  transition: all 0.5s ease;
}
/* Mega menu*/

#main-navigation .mega-menu{
  width: 800px; 
  overflow: hidden; 
  padding: 10px;
  position:absolute;
}
#main-navigation .mega-menu a {
  text-decoration: none; 
}
#main-navigation .mega-menu .sub-menu-heading { 
  color: darkcyan;
}

@media only screen and (max-width: 991px) {
    #main-navigation .show > .dropdown-toggle::after{
        transform: rotate(-90deg);
    }
}
@media only screen and (min-width: 991px) {

    #main-navigation ul li{position:relative;}
    #main-navigation ul li:hover> ul{display:block}
    #main-navigation ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
    /*******/
    #main-navigation ul ul li{position:relative}
    #main-navigation ul ul li:hover> ul{display:block}
    #main-navigation ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
    /*******/
    #main-navigation ul ul ul li{position:relative}
    #main-navigation ul ul ul li:hover ul{display:block}
    #main-navigation ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}



/* Home Page Carousel */
#main-carousel {
  overflow-x: hidden;
}
#main-carousel .carousel-control {
  background: none;
  width: 5%;
  font-size: 16px;
  box-shadow: none;
}
#main-carousel .carousel-inner .carousel-item {
    width: 100%;
    height: 500px;
}

#main-carousel .carousel-inner .carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#main-carousel .carousel-caption { 
  position:absolute;
  padding:15px;
  color:#fff;
  text-align: left;
  left: 18.5%;
  right: inherit;
  margin: 0 auto;
  top: 40%;
  bottom: inherit;
  max-width: 700px;
  text-shadow: none;
}

#main-carousel .carousel-caption p { 
  font-size:16px;
  line-height:24px;
  margin-bottom: 20px;
  color: #fff;
}

#main-carousel .carousel-caption h2,
#main-carousel .carousel-caption h1, { 
  font-size: 30px;
  text-align: left; 
  margin: 0;
  margin-bottom: 15px;
}

#main-carousel .overlay {
  height: 700px;
  background: rgba(0,0,0,.1);
}

#main-carousel {
  background: #000;
}
#main-carousel #map_canvas {
  height: 500px;
  opacity: .7;
  position: static !important;
}


#main-carousel .topleft { left:10%;top:15%;right: inherit;bottom: inherit; }
#main-carousel .topright { right:10%;top:15%;left: inherit;bottom: inherit; }
#main-carousel .bottomleft { left:10%;bottom:15%;right: inherit; }
#main-carousel .bottomright { right:10%;bottom:15%;left: inherit; }
#main-carousel .center { left:0;right:0;margin:0 auto;top:20%; }


/* Page header */
header.page-header {
  height: 16vh;
  min-height: 140px;
  background-color: #222222;
}

header.page-header h1, 
header.page-header h2 {
  margin: 20px 0 0 0 ;
  color: #fff;
}

header.page-header ol {
  background: none;
  padding: 0;
  margin: 20px 0 0 0 ;
  color: #fff;
  line-height: 39px;
  text-align: right;
}

header.page-header ol a, 
header.page-header ol li.active {
  color: #fff;
}

header.page-header .input-group-addon {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}

header.page-header .input-group-addon button {
  height: 45px;
  padding: 0 15px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

/* Blog */

article,
.page-box  {
  border-radius: 8px;
  background-color: #fff;
  padding: 2.1rem !important;  
  margin-bottom: 15px;
}

#category-page article  .blogpost-title {
  margin-bottom: 20px;
}
#article-page article  .title {
  margin: 20px 0;
}
article  .blogpost-title a{
  color:#000;
  font-size:1.3rem;
}
article  .blogpost-title a:hover{
  color:#3da3e6;
}

article  .date i {
  color: rgba(24,24,24,.4);
  font-size:16px;
  margin-right:5px;
}

article .buttons {
  position: absolute;
  float:right;
  bottom: 0;
  right:0;
}



/* Sections */
section {
  padding: 60px 0;
}

section h2.section-heading {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}

section h2.section-heading strong{
  margin-bottom: 15px;
  color: #3da3e6;
  font-weight: 900;
}

section h3.section-subheading {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 4rem;
  text-transform: uppercase;
}

/* Sekcija stranice */

.page-section {
  padding: 30px 0;

}

.card {
  border-radius: 0.4rem;
  background: #f7f7f7;
  border-color: transparent;

}

.card .imgCont{
  position: relative;

}


/* Sekcija novosti */

section.articles-section {


}

section.articles-section .article-card h3{
  line-height: 1.2em;
  /*height: 3.2em;*/
  font-weight: 800;
  font-family: Montserrat;
  font-size: 18px;
  color:#191919;
}

section.articles-section .article-card .card-label {
font-family: "Montserrat";
font-weight: normal;
background: #f7f7f7;
position: absolute;
bottom: 0;
left: 0;
padding: 0.4rem 1rem 0;
text-align: center;
line-height: 1;
}

section.articles-section .article-card .card-label  .lbl-day{
font-size: 1.6rem;
display: block;
font-weight: 800;
padding-bottom: .1rem;
}

section.articles-section .article-card h3 a {
  color:#191919;
}
section.articles-section .article-card h3:hover a {
  color: #3da3e6;
  text-decoration: none;
}

section.articles-section .article-card .card-text {
  line-height: 1.7em;
  max-height: 6.8em;
	overflow: hidden;
}

ul.article-categories {
font-size: .8em;
text-transform: uppercase;
line-height: 1.2;
height: 30px;
list-style: none;
margin-bottom: 5px;
padding: 0;
}
ul.article-categories li{
margin: 0 0 .25em;
display: inline-block;
}
ul.article-categories li a{
  color:#191919;
}
article ul.article-categories li a{
  font-size:0.6rem;
}

ul.article-categories li:not(:first-child) a::before {
    content: ' ';
    display: inline-block;
    margin: -2px 6px 0 5px;
    letter-spacing: inherit;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    line-height: inherit;
    vertical-align: middle;
    background-color: #3da3e6;
}



/* Sekcija linkova home page */

section.services-section {
  background-color: #eaeaea;
}
section.services-section .service-item .service-heading{
  margin-top:10px;
 
}

section.services-section .service-item:hover .fa-circle {
  color:#fff !important;
  /*border: 2px solid #3da3e6 !important;*/
 
}
section.services-section .service-item:hover .fa-inverse{
 color:#3da3e6 !important;
 transition: .5s all;
}

.service-item
/* Sekcija stranice */

.page-section {
  padding: 30px 0;

}





/* Sidebar */
.page-section .widget  {
border-radius: 8px;
background-color: #fff;
padding: 1.5rem 2.1rem;
margin-bottom: 20px;
}

.page-section .widget h3.title {
  color:#181818;
font-size: 1.5em;
margin-bottom: 0.8em;
padding-bottom: 0;
display: inline-block;
width: 100%;
text-transform: uppercase;
}


/* Search box */

.searchbox input{
  height: 38px;
  font-size: 13px;
}
.searchbox button{
  height: 38px;
  border-radius: 0 8px 8px 0;
}


.sidebar-articles .featured-article h6 {
  font-size: 0.8rem;
}

/* Sidebar menu */

.page-section .widget-menu {
  background:#f7f7f7;
}

.sidebar-menu>*{
  margin:0;
}

.sidebar-menu ul{
  margin:0;
  padding:0;
  list-style:none;

}

.sidebar-menu ul>li{
  position:relative;  
  border-bottom: 1px solid #eaeaea;
  padding: .8em 10px;
  list-style: square inside;
  color: #3da3e6;
}

.sidebar-menu ul>li>a{
  display:inline-block;
  color:#181818;
  position: relative;
  margin-left:10px;

}


.sidebar-menu ul.level0>li>a{
  display:block;
  padding:4px 35px 4px 20px;
}

.sidebar-menu ul.level1>li>a{
  display:block;
  padding:4px 35px 4px 30px;
}

.sidebar-menu ul>li>a i{
  position:absolute;
  right:15px;
  margin-top:10px;
  font-size:14px;
}

.sidebar-menu ul>li>a:hover{
  color: #3da3e6;
}

.sidebar-menu ul.level-1>li.active > a {
    color: #fff !important;
    background: #34495e;
}
.sidebar-menu ul.level0>li.active > a {
    font-weight: bold;
    color: #34495e !important;
}

.sidebar-menu ul.level1>li.active > a {
    font-weight: bold;
    color: #34495e !important;
}

.sidebar-menu ul>li.haschilds:hover > ul, .sidebar-menu ul>li.active.haschilds > ul{
  display: block;
}


li.haschilds > ul{
  z-index:6000;
  display:none;
  background:#eee;
  overflow: hidden;
}




/* Newsletter */

#newsletter {
  background-color: #333;
  color: #fff;
  padding: 10px 0;
}

#newsletter h5 {
  line-height: 45px;
  margin: 0;
}

#newsletter button {
  height: 45px;
  padding: 0 15px;
}


#contact-page {
  background-color: #fff;
}

#contact-page textarea{
  height:110px;
}



#contact-page .contact-person {
  background-color: #067bc1;
  margin-bottom: 30px;
  color:#fff;
  border-radius: 8px;
  padding:15px;
}

#contact-page .contact-info {
  background-color: #eee;
  margin-bottom: 30px;
  border-radius: 8px;
  padding:15px;
}
#contact-page .contact-info p{
  margin: 10px 20px;
}
#contact-page .contact-info i{
  margin-right: 4px;
}
#contact-page .contact-info a{
  color: #212529;
}

#contact-page .contact-person a{
  color:#eee;
}

#contact-page .contact-person .name{
  font-size: 1rem;
  padding: 4px 0;
  font-weight: bold;
}
#contact-page .contact-person .title{
  font-size: 0.9rem;
  padding: 4px 0;
}
/* Video container fix */

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 70px;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Message modal */

#modal-message h4.title  {
  font-size: 22px;
}

#modal-message div.body h4  {
  font-size: 20px;
}

#modal-message div.body ul li  {

}

/* Footer */
.main-footer {
  padding: 50px 0;
  background-color: #067bc1;
  color: #fff;
}

.main-footer i {
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
}

.main-footer h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.main-footer .links h4 {
  margin-bottom: 15px;
}

.main-footer ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.main-footer ul li {
    margin-bottom: 10px;  
}

.main-footer a {
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    transition: .5s all;
}

.main-footer a:hover {
  text-decoration: none;
  color: #14BAEA;
}

.copyright-footer {
  background: #333;
  color: #fff;
  min-height: 50px;
  line-height: 50px;
}

.copyright-footer a {
  color: #fff;
}
.copyright-footer .madeby img {
  margin-left:10px;
}

/* Large Monitors */
@media (min-width: 1200px) { 

}

/* Small Monitors */
@media (max-width: 1200px) {
  #main-carousel .carousel-caption {
    left: 0;
    right: 0;
    top: 20%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}

/* Tablets */
@media (max-width: 992px) {
  #main-navbar .navbar-brand img {
      max-height: 35px;
      display: block;
      margin-top: 8px;
  }
.navbar-header {
  width: 100%;
  padding:10px;
}
  .sidebar {
    margin-top: 50px;
  }

  header.page-header {
    padding: 35px 0;
  }

  header.page-header h1 {
    font-size: 22px;
  }

  header.page-header .pull-left, header.page-header .pull-right {
    float: none !important;
    text-align: center;
  }

  header.page-header ol {
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 1;
    text-align: center;
  }
}

@media (max-width: 767px) {
#main-carousel .carousel-inner .carousel-item {
    width: 100%;
    height: 300px;
}
.breadcrumbs-row {
  display:none;
}
section h2.section-heading {
    font-size: 2rem;
}
  .nav-tabs>li {
    width: 100%;
  }

  .page-content img { 
    margin: 15px 0;
  }

  .navbar-collapse {
    border: none;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-collapse ul {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .dropdown-menu {
    width: 100%;
  }

  #newsletter {
    text-align: center;
  }

  #newsletter h5 {
    margin-bottom: 10px;
  }

  #main-carousel .carousel-caption {
    top: 5%;
  }

  #main-navbar .navbar-brand img {
    max-height: 35px;
    display: block;
    margin-top: 8px;
  }

  .main-footer h4 {
    margin-top: 30px;
  }

  .copyright-footer {
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
  }

  .sweet-alert {
    padding: 10px !important;
    padding-bottom: 10px !important;
  }

  .sweet-alert .sa-icon {
    margin: 15px auto !important; 
  }

  .sweet-alert h2 {
    font-size: 16px !important;
    line-height: 18px !important;
    margin: 10px 0 !important;
  }

  .sweet-alert p {
    font-size: 13px !important;
  }

}