@charset "utf-8";
/* CSS Document */

.homeslide_infobox{
	display:none;
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 480px;
	height: 240px;
}
.infobox_left{
	width: 50%;
	float: left;
	height: 100%;
	background: rgba(180,180,180,0.8);
}
.infobox_right{
	width: 50%;
	float: left;
	height: 100%;
	background: rgba(180,180,180,0.8);
}


.heder_baner_dole{
	position: absolute;
	right: 10px;
	bottom: 120px;

}
.heder_baner_dole a{
	display: block;
	color:#ccc;
	padding: 15px 40px 15px 15px;
	margin-left: 10px;
	font-size: 26px;
	text-decoration: none;
	background-image:url(../../site_images/icons/strelica_vise.png);
	background-position:  98% 50%;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.6);
	border-radius: 8px;
}
.heder_baner_dole a:hover{
	background-color: rgba(0,0,0,0.8);
	border: 2px solid #fff;
}

/* SEKCTIONS */ 
.home_section_wraper{
	width: 100%;
}
.home_sections_title{
	max-width: 1000px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 8px;
	padding-left: 4px;
	font-size: 44px;
	font-weight: 200;
	font-family: 'Advent Pro', sans-serif;
	/*color: #8f7760;*/
	color: #fff;
}
.home_sections_cnt{
	margin:auto;
	max-width: 1000px;
	/*background-color: #ccc;*/
	border-radius: 0px;
}
#namestaj_po_meri{ background:#53868B; }
#zasto_kvalitet{ background:#218868; }
#o_nama{ background:#634A33; }
#saloni{ background:#CD6600; }

.section_row{
	max-width: 490px;
	float: left;
	position: relative;
}

.section_row img{
	display: block;
	width: 100%;
	height: 100%;
}

.section_coll{
	position: relative;
	width: 245px;
	height: 245px;
	float: left;
	overflow: hidden;
}
.x3colls{
	width: 730px;
}
.x2raws{
	max-width: 980px;
	border: 0px solid red;
}
.textright{
	text-align: right;
}


.mapa_mladenovac_cnt{
	width: 355px;
	float:left;
	margin-right: 10px;
}
.mapa_beograd_cnt{
	width: 355px;
	float:left;
}

#mapa_direkcija,#mapa_mladenovac,#mapa_beograd{
	width:100%;
	height: 355px;
}
.section_coll h3{
	padding: 8px;
}
.section_coll h3 a{
	font-size: 22px;
	color: #F5F5DC;
	font-weight: normal;
	text-decoration: none;
}
.section_coll h3 a:hover{
	text-decoration: underline;
}
.section_coll p{
	padding: 0px 8px 6px 8px;
	font-size: 14px;
	color: #F5F5DC;
}
.section_coll a.vise{
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #F5F5DC;
	text-decoration: none;
	background:url(../../site_images/icons/strelica_vise.png) no-repeat 100% 50%;
	padding-right: 32px;
	line-height: 32px;
}

.markerStrane{

}
.markerKategorije{

}

/* < SADRZAJ > */
.sadrzaj{

}
.sadrzaj H1{

}
.sadrzaj H2{

}
.sadrzaj P{

}

.bocniMeni{

}
.bocniMeni H2{

}
.bocniMeni UL{
	
}
.bocniMeni UL LI{
	
}
.bocniMeni UL LI A{

}
.bocniMeni UL LI A:hover{

}
/* </ SADRZAJ > */


/* INDIKACIJA ZA SCROLL */
.scroll-icon{
  position:absolute;
  bottom:36px;
  right:20px;
  width:60px;
  height:60px;
}

.strelica{
  position:absolute;
   width: 0; 
  height: 0; 
}

.deo-glavni{
  position:absolute;
  width:100%;
  height:100%;
  background:#FFE401 url('../../site_images/icons/scroll-icon-black.png') no-repeat;
  /*background:#53868B url('swipe-left-icon-white.png') no-repeat;*/
  background-size: cover;
}

.deo-dole{
  top:100%;
/* arrow DOWN */
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #FFE401;
}

.deo-levo{
  left:-50%;
  /* arrow LEFT */
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent; 
  border-right:30px solid #FFE401; 
}

.deo-desno{
  left:100%;
  /* arrow LEFT */
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent; 
  border-left:30px solid #FFE401; 
}


