html, body{
  margin: 0;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px;
  height: 100%;
}

ul, li{
	margin:0;
	padding:0;
	list-style: none
}

h1,h2,h3{
	margin: 0;
	padding: 0;
}

a:hover, a:active, a:focus{
	text-decoration: none
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

	.video-container {
	 width: 100%;
	 margin: 0px auto;
	}
	.video-container video {
	 max-width: 100%;
	 height: auto;
	}
	
.vjs-default-skin .vjs-big-play-button{
	border: 3px solid #f9a61a !important;
	width: 80px !important;
	height: 80px !important;
	border-radius: 80px !important;
	-webkit-border-radius: 80px !important;
	-moz-border-radius: 80px !important;
	background: rgba(0, 0, 0, 0.3) !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.vjs-default-skin .vjs-big-play-button span{
	background: url('../img/btn.png') no-repeat center center !important;
}

.vjs-default-skin .vjs-big-play-button:hover{
	border: 3px solid #fff !important;
}

.vjs-default-skin .vjs-big-play-button:hover span{
	background: url('../img/btn-hover.png') no-repeat center center !important;
}

body#home{
	background: #252525
}

/*
*
* HEADER
*
*/
#header{
	background: #252525;
	width: 100%;
	height: 50px;
	color: #fff;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0
}

#header .logo{
	height: 50px
}

#header a.icon{
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 26px;
	float: left;
	color: #fff
}

#header a.icon-home:hover{
	background: #f9a61a;
	color: #fff
}


#header .social-icons{
	position: absolute;
	top: 0;
	right: 0;
}

#header .social-icons a{
	background: #464646;
	height: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	padding-top: 3px;
	margin-right: 1px;
}

#header .social-icons a .icon{
	fill:#252525;
	width: 17px;
	height: 20px;
}

#header .social-icons a:hover{
	background: #f9a61a;
}

#header .social-icons a:hover .icon{
	fill: #fff;
}

#header .social-icons a.icon-twitter:hover{
	background: #62c8f8;
	color: #fff
}

/*
*
* FOOTER
*
*/

#footer{
	background: #252525;
	width: 100%;
	height: 50px;
	color: #464646;
	line-height: 50px;
}

#footer a{
	color: #464646;
}

#footer a:hover{
	color: #fff
}

#footer .back-top-top{
	text-align: center
}

#footer .poweredby{
	text-align: right
}

/*
*
* NAVIGATION
*
*/

#navigation{
	width: 100%;
	max-width: 320px;
	display: none;
	position: absolute;
	z-index: 30;
	top: 50px
}

#navigation li a{
	display: block;
	background: #252525;
	border-bottom: 1px solid #343434;
	color:#fff;
	font-size: 15px;
	padding: 7px 0;
	padding-left: 40px;
}

#navigation ul li:last-child a{
	border: 0
}

#navigation li a .icon{
	margin: 0 10px;
	margin-left: -30px
}

#navigation li a:hover{
	background: #f9a61a;
	color: #252525
}


/*
*
* SUPERSLIDES
*
*/
#slides, #slides-2 {
  position: relative;
  background: #252525;
  height: 100%
}
#slides .slides-container, #slides-2 .slides-container {
  display: none;
}
#slides .scrollable, #slides-2 .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after, #slides-2 .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}

.superslider-content{
	z-index: 20;
	position: absolute;
	width: 100%;
}

.superslider-content.heading{
	text-align: center;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);	
}

.superslider-content.heading.circles img{
	margin: 0 auto
}

.superslider-content.heading h1, .superslider-content.heading i{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	text-align: center
}

.superslider-content.box{
	max-width: 520px;
	padding: 25px 25px 10px 25px;
	background: #fff;
	color: #4c4c4c;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 13px;	
}

.superslider-content.box .icon{
	display: block;
	color: #f9a61a;
	font-size: 40px;
	margin: 0;
	padding: 0
}

.superslider-content.box .icon:hover{
	color: #282828
}

.orange-fluid-container{
	background: #f9a61a;
	color: #724802;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 35px 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.picture-data-grid .column{
	border-right: 1px solid #fff
}

.picture-data-grid .info{
	background: #f3f3f3;
	text-align: center;
	font-size: 14px;
	color: #4c4c4c;
	padding: 20px;
}

.picture-data-grid .info h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px
}

.picture-data-grid .info p{
	margin: 0
}

.picture-data-grid .column:hover .info{
	background: #f9a61a;
	color: #fff
}

.fire-alarm-system-black-box{
	background: #000000;
	color: #fff;
	padding: 25px 15px;
	text-align: center
}

.fire-alarm-system-black-box img{
	margin-bottom: 20px
}

#home {
    height: 100%;
    width: 100%;
    display: table;
	overflow: hidden
}
#home .desktop{
	display: none
}

#home #footer{
		display: none
}

#home .mobile-text{
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	text-align: center;
    display: table-cell;
    vertical-align: middle;		
	margin: 0 auto;
    height: 100%;
}

#home .mobile-text span{
	width: 250px;
	display: block;
	margin: 0 auto;	
	text-align: center;	
}


.border-right{
	border-right: 1px solid #fff;
}

.column-text{
	background: #f3f3f3;
	margin: 0;
	padding: 20px 40px;
	display: block
}

.orange-fluid-container.normal{
	font-weight: normal
}

.orange-fluid-container .data{
	max-width: 1000px;
	margin: 0 auto
}

.picture-data-grid.bs-husky-software .info{
	background: #129ec1;
	color: #fff
}

.hor-item{	
	background: #ebebeb;
	border-bottom: 1px solid #fff;
	margin:0 -15px;
}

.hor-item h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom:30px;	
}

.hor-item .text-data{
	padding: 50px 15px;
}

.hor-item .text-data p{
	max-width: 750px
}

.hor-item:hover{
	background: #f9a61a;
	color: #fff
}

.hor-item  .photo-data a img{
	width: 100%
}

.hor-item  .grid-6 a{
	float: left;
	width: 33.33333333333333333333%;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

.hor-item  .grid-4 a{
	float: left;
	width: 50%;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

.hor-item  .grid-1 a{
	float: left;
	width: 100%;
	border: 0
}

.hor-item  .grid-2-hor a{
	float: left;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
}

.hor-item  .grid-2-vert a{
	float: left;
	width: 50%;
	border-right: 1px solid #ebebeb;
}

.hor-item-1 {	
	background: #ebebeb url('../sections/prometno-informacijski-sistem/hor-item-bg-1.jpg') center left no-repeat;
}

.hor-item-1:hover {	
	background: #f9a61a url('../sections/prometno-informacijski-sistem/hor-item-bg-hover-1.jpg') center left no-repeat;
}

.hor-item-2 {	
	background: #ebebeb url('../sections/prometno-informacijski-sistem/hor-item-bg-2.jpg') center left no-repeat;
}

.hor-item-2:hover {	
	background: #f9a61a url('../sections/prometno-informacijski-sistem/hor-item-bg-hover-2.jpg') center left no-repeat;
}

.hor-item-3 {	
	background: #ebebeb url('../sections/prometno-informacijski-sistem/hor-item-bg-3.jpg') center left no-repeat;
}

.hor-item-3:hover {	
	background: #f9a61a url('../sections/prometno-informacijski-sistem/hor-item-bg-hover-3.jpg') center left no-repeat;
}

.hor-item-4 {	
	background: #ebebeb url('../sections/prometno-informacijski-sistem/hor-item-bg-4.jpg') center left no-repeat;
}

.hor-item-4:hover {	
	background: #f9a61a url('../sections/prometno-informacijski-sistem/hor-item-bg-hover-4.jpg') center left no-repeat;
}

.hor-item-5 {	
	background: #ebebeb url('../sections/prometno-informacijski-sistem/hor-item-bg-5.jpg') center left no-repeat;
}

.hor-item-5:hover {	
	background: #f9a61a url('../sections/prometno-informacijski-sistem/hor-item-bg-hover-5.jpg') center left no-repeat;
}

.hor-item-6 {	
	background: #ebebeb url('../sections/prometno-informacijski-sistem/hor-item-bg-6.jpg') center left no-repeat;
}

.hor-item-6:hover {	
	background: #f9a61a url('../sections/prometno-informacijski-sistem/hor-item-bg-hover-6.jpg') center left no-repeat;
}

.noborderbottom{
	border-bottom: 0 !important
}

.noborderright{
	border-right: 0 !important
}

#shema-container{
	background: url(../img/shema-bg-pattern.jpg) repeat 0 0;
	padding: 50px 15px;
	border-bottom: 1px solid #fff
}

#shema-container .mobile img{
	text-align: center;
	margin: 0 auto
}

#shema-container h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px
}

.shema-items {
	margin-bottom: 30px;
	font-size: 16px
}

.shema-items  li{
	margin-bottom: 5px;
	font-weight: bold
}

.shema-items  li span{
	width: 40px;
	display: inline-block
}

.shema-items  li span .square{
	width: 25px;
	border: 1px solid #4c4c4c;
	height: 15px;
	background: #4c4c4c
}

.shema-items  li span .square.blue{
	background: #91cef4
}
.shema-items  li span .square.violet{
	background: #5a318d
}

.shema-items  li span .square.orange{
	background: #ff8a00
}

.shema-items  li span .square.red{
	background: #ff0000
}

.shema-items  li .star{
	display: inline-block;
	color: red
}

.shema-items  li.notice{
	font-size: 13px;
	font-weight: normal
}

.shema-items  li.notice span{
	color: red;
}

.shema-items  li.selected-red{
	color: #ff0000
}

.shema-items  li.selected-violet{
	color: #b507fe
}

.shema-items  li.selected-blue{
	color: #3ab1d6
}

#page-content #shema-container{
	margin: 0 -15px;
	border-bottom: 0;
	border-top: 1px solid #fff
}


#shema-container .desktop{
	display: none
}


.vjs-controls{
	display: none !important
}

.owl-controls .owl-prev{
	position:absolute;
	top: 50%;	
	left: 0;
	background: #f9a61a url(../img/btn-left-hover.png) no-repeat center center;
	width: 32px;
	margin-top: -25px;
	height: 51px
}

.owl-controls .owl-next{
	position:absolute;
	top: 50%;	
	right: 0;
	background: #f9a61a url(../img/btn-hover.png) no-repeat center center;
	width: 32px;
	margin-top: -25px;
	height: 51px
}

.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover{
	background-color: #000
}

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		.content-video.ventilacija{
			height: 200px;
		}

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.superslider-content.heading h1, .superslider-content.heading i{
			font-size: 45px;
		}
		
		.superslider-content.box{
			font-size: 14px
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		
	img.grayscale{ 
			filter: grayscale(100%);
			-webkit-filter: grayscale(100%);
			filter: gray; 
			-webkit-transition: all .6s ease; 
		}

		img.grayscale:hover{ 
			filter: grayscale(0%);
			-webkit-filter: grayscale(0%);
			filter: none;
		}		
		
		.superslider-content.heading h1, .superslider-content.heading i{
			font-size: 70px;
		}
		
		.fire-alarm-system-black-box {
			text-align: left
		}
				
		.fire-alarm-system-black-box .text{
			max-width: 450px
		}

		.fire-alarm-system-black-box .text, .fire-alarm-system-black-box img{
			margin-left: 50px
		}
		
		.fire-alarm-system-black-box .content{
		    top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			position:absolute			
		}		
		
		#home #header, #home .mobile-text{
			display: none
		}
		
		#home .desktop {
			text-align: center;
			margin: 0 auto;
			display: block
		}
		
		#home .desktop .social-icons{
			position: absolute;
			top: 80px;
			right: 30px
		}
		
		#home .desktop .social-icons a{
			border: 2px solid #f9a61a;
			height: 45px;
			width: 45px;
			display: inline-block;
			text-align: center;
			line-height: 42px;
			line-height: 45px;
			padding-top: 3px;
		}
		
		#home .desktop .social-icons a .icon{
			fill:#fff;
			width: 17px;
			height: 20px;
		}
		#home .desktop .social-icons a:hover{
			background: #f9a61a
		}
		
		#home .desktop .logo{
			margin: 80px auto;			
		}
		
		#navigation-desktop {
			position: absolute;
			bottom: 0;
		}
		

		#navigation-desktop h1{
			font-size: 56px;
			font-weight: bold;
			color: #fff;
			text-align: center;
			margin-bottom: 70px
		}
				
		#navigation-desktop .item{
			float: left;
			width: 14.28571428571429%;		
			height: 148px;
			text-align: center;
			border-top: 1px dotted #754b0d;
			border-right: 1px dotted #754b0d;
			text-align: center;	
			display:table;			
		}	

		#navigation-desktop .item a{
			color: #fff;
			width: 90%;	
			padding: 0 5%;			
			height: 148px;
			margin: 0 auto;		
			display:table-cell;
			text-align:center;
			vertical-align: middle;	
		}
		
		#navigation-desktop .item a:hover{
			background-color: rgba(249, 166, 26, 0.2);	
		}		

		#navigation-desktop .item i{
			display: block;
			font-size: 30px;
			margin-bottom: 20px;
			color: #f9a61a
		}	
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }
	
	@media only screen and (max-width : 768px) and (orientation: landscape) {
		.superslider-content.box{
			display: none
		}	
	}	

	#page-content{
		overflow-x: hidden;
	}