html, body {
		width: 100%;
    height: 100%;
    margin: 0;
}

body::after { /* double :: si IE8 won't jump into compatibility view */
    display: none;
}

body {
  background: #1b1b1b;
  position:relative; 
  z-index: 1;
}

h1,h2 {
  margin: 0;
}

img {
	border: 0;
}

.kolona-center { 
	width: 100%;
	margin: 0 auto;
	text-align: center; 
}

.kolona-center:after {
	content: '';
	display: block;
	height: 0px;
	visibility: hidden;
	clear:both;
}

.full-width {
	width: 100%;
}

.crtica {
	clear: both; 
	width: 100%;
	height: 1px; 
	line-height: 1px; 
	font-size: 0; 
	margin: 15px 0;
}

/* =============================================================================
   glava
   ========================================================================== */

.glava {
	position: relative; 
	width: 100%;
  min-height: 250px;
  margin: 0 0 30px 0;
}
 
.glava .logo {
  width: 120px;
  height: 120px;
  margin: 0 auto; 
  padding-top: 50px;
}

.glava .logo a {
  display: block;
  width: 120px;
  height: 120px;
  background: url("../img/T3-logo.png") no-repeat left top; 
}

.glava .slogan {
  width: 260px;
  height: 26px;
  margin: 0 auto;
}

.glava .logo a {
  text-indent: -9999px;
}

 
   
/* =============================================================================
   slider
   ========================================================================== */
   
.galerija { 
	position: relative; 
	overflow: hidden; 
	width: 100%; 
	z-index: 10; 
	text-align: center;
	margin: 0 auto;
}	   
   
.galerija .slider {
	position: relative; 
	width: 100% !important;
	height: 500px;
	text-align: center;
	left: 0px;
	right: 0px;
	white-space: nowrap;
	margin: 0 auto; 
	background: url("../img/senca.png") center center no-repeat;
}		   
    
.galerija .slide {
	position: relative; 
	width: 100%;
	height: 375px;
	left: 0px;
	right: 0px;
	text-align: center;
	margin: 0; 
	padding: 0;
}   

.galerija .slide img {
	position: relative; 
	width: 500px;
	height: 375px;
	z-index: 11; 
}


.galerija .pre_loader {
	position: absolute; 
	width: 100%;
	height: 100%;
	top: 0px; 
	left: 0px; 
  z-index: 100; 
  background: #1b1b1b url("../img/preloader.gif") center center no-repeat;
}   
   


	
/* =============================================================================
   noga
   ========================================================================== */   

.noga span {
	padding: 0 10px;
}

.noga a {
	position: relative;
	width: 77px;
  height: 35px; 
  margin-left: 10px;
}

.noga .t3tech img {
	width: 77px;
  height: 35px; 
}