html, body {
	height: 100%;
	margin: 0;
	overflow: hidden;
}
body {
	background: #707484;
	font-family: 'Montserrat', sans-serif;
}
.container {
	overflow: hidden;
	background: #fff;
	margin: 0 auto;
	width: 100%;
	height: 100%; 	
}

.splashscreen {
	margin: 0 auto;
	width: 100%;
	height: 100%; 	
}


@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}

/* SPLASHSCREEN ******************************************/
.ucitavanje .pwr {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: lowercase;
	color: #fff;
	font-size: 12px;
}

.ucitavanje .dzs {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ff6c37;
	width: 100%;
	max-width: 320px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.ucitavanje {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 320px;
	height: 300px;
	margin-top: -150px;
	margin-left:-150px;
	color: #fff;
}
.ucitavanje h5 {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	animation:fade 3000ms infinite;
    	-webkit-animation:fade 3000ms infinite;
}

/* EOF SPLASHSCREEN ***************************************/

#paleta {
	width: 100%;
	margin-top: 10px;
	/*height: 335px;*/
	overflow: auto;
	overflow-x: hidden;
}

#checkpoint {
	height: auto;
}


#paleta::-webkit-scrollbar {
	width: 18px;
	height: 10px;
}
#paleta::-webkit-scrollbar-track {
	background-color:#f0f0f0;

}
#paleta::-webkit-scrollbar-thumb:vertical {
	background-color: #dcdcdc;

}
#paleta::-webkit-scrollbar-thumb:vertical:hover,
#paleta::-webkit-scrollbar-thumb:horizontal:hover {
	background: red;
}
#paleta::-webkit-scrollbar-thumb:horizontal {
	background-color: rgba(0,0,0,.2);
}


#paleta::-webkit-scrollbar-button:vertical:increment {
    background-image: url('../imgs/down.png');
}

#paleta::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('../imgs/up.png');
}


#warningbox {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	padding: 10px;
	text-align: center;
	
}
#warningbox h4 {
	text-align: center;

	position: fixed;
	left: 50%;
	top: 50%;
	width: 640px;
	height: 120px;
	margin-left:-320px;
	margin-top: -15px;
	color: #ff6d37;

	font-family: 'Montserrat', sans-serif;
	animation:fade 3000ms infinite;
    	-webkit-animation:fade 3000ms infinite;
}




	

#sb-body, #sb-loading {
	opacity: 0.8;
}


#blok_headline {
	display:block;
	float:left;
	width:100%;
	height:40px;
	text-align:left;
	overflow:hidden;
	background:#1c1d20;
	padding: 5px 0;
}

.logo_headline {
	display:block;
	float:left;
	width:200px;
	height:30px;
	margin:5px 10px 0px 10px;
}

.span_headline {
	font-family: 'Montserrat', sans-serif;
	color:#ff6c37;
	font-size:20px;
	/*font-weight:bold;*/
	line-height:40px;
	padding-right:10px;
	float: right;
}




.fasada,.enterijer {
	height: 50px; 
	width: 50px;
	margin-bottom: 10px; 
	margin-right: 10px;
	float: left; 
	cursor:pointer;
	border: 2px solid #f0f0f0;
}


.paletica {
	height: 30px; 
	width: 70px;
	margin-bottom: 10px; 
	margin-right: 10px;
	float: left; 
	cursor:pointer;
}

.paletica:hover {
	border: 2px solid #707484;
	height: 26px;
	width: 66px;
}

.paletica_on {
	height: 26px; 
	width: 66px;
	margin-bottom: 10px; 
	margin-right: 10px;
	float: left; 
	border: 2px solid #707484;
	cursor:pointer;
}


.lejer {
	/*min-height: 50px; */
	margin-right: 10px;
	margin-bottom: 10px;
	width: 50px;
	float: left; 
	border: 2px solid #f0f0f0;
	text-align:center;
	cursor:pointer;
}
.lejer b {
	text-align:center;
	font-weight: normal;
}


.lejer_on {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 50px;

	border: 2px solid #707484;
	text-align:center;
	cursor:pointer;
	/*min-height: 46px;*/
}
.lejer:hover {
	opacity:0.7;


	/*min-height: 46px;*/
}

.lejer_naziv  {
	font-size: 11px;
}
.lejer_naziv:hover {
	border: 0;

}



.fasada:hover,.enterijer:hover {
	opacity:0.7;
	width: 50px;
	height: 50px;
}

.fasada_on {
	margin-bottom: 10px; 
	margin-right: 10px;
	float: left; 
	border: 2px solid #707484;
	width: 50px;
	height: 50px;
	cursor:pointer;
}

.social_tags {
	float: right;
	width: 132px;
	height: 30px;
	display: none;
}


.social_tags #fb,.social_tags #tw,.social_tags #pi,.social_tags #go {
	position: relative;
	float: left;
	height: 30px;
	width: 30px;
	margin-left: 3px;
}

.social_tags #fb {
	background: url("../imgs/fb.png") no-repeat ;
}

.social_tags #tw {
	background: url("../imgs/tw.png") no-repeat ;
}

.social_tags #pi {
	background: url("../imgs/pi.png") no-repeat ;
}

.social_tags #go {
	background: url("../imgs/go.png") no-repeat ;
}

.social_tags #fb:hover {
	background: url("../imgs/fb_on.png") no-repeat ;
}

.social_tags #tw:hover {
	background: url("../imgs/tw_on.png") no-repeat ;
}

.social_tags #pi:hover {
	background: url("../imgs/pi_on.png") no-repeat ;
}

.social_tags #go:hover {
	background: url("../imgs/go_on.png") no-repeat ;
}


.blok_kontrolni {
	display:block;
	float:left;
	width:270px;
	height: 600px;
	text-align:left;
	border: 10px solid #f0f0f0;
	margin-left: 10px;
	margin-top: 10px;
	overflow:hidden;
}

.blok_kontrolni .dugme_aktivno {
	opacity:1;
}

.blok_kontrolni .dugme_fasade, .blok_kontrolni .dugme_enterijer{
/*	width:260px;*/
	position: relative;
	float:left;
	width: 124px;
	height: 30px;
	background:#ff6c37;
	/* background:#ff6c37 url('../imgs/strelica_siva.png') no-repeat right; */
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	cursor:pointer;
	font-weight:bold;
	line-height:30px;
	padding-left:10px;
/*	clear:both;*/
	margin-bottom:5px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

#pretraga {
	width: 260px;
	height: 30px;
	background-color: #c8c8c8;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	cursor:pointer;
	font-weight:bold;
	line-height:30px;
	padding-left:10px;
/*	clear:both;*/
	margin-bottom:5px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

#pretraga input {
	width: 225px;
	height: 18px;
	padding: 2px;
	position: relative;
	float: left;
	margin-left: -5px;
	margin-top: 3px;
	border: 1px solid #717584;
	background: #fff;

	color: #707484;
	font-size: 15px;
}

#dugme_pretraga {
	position: relative;
	float: left;
	margin-top: 3px;
	margin-left: 5px;
	width: 24px;
	height: 24px;
	background: url('../imgs/dugme_pretraga.png') no-repeat right;
}

#dugme_pretraga:hover {
    -webkit-filter: brightness(70%) contrast(120%);   
}

*:focus {
    outline: 0;
}


.blok_kontrolni .dugme_enterijer {
	margin-left: 1px;
	width: 125px;
	background: #1b1c1e;
}

.blok_kontrolni .dugme_fasade:hover, 
.blok_kontrolni .dugme_enterijer:hover, 
.blok_kontrolni .dugme_izborboja:hover, 
.dugme_stampa:hover, 
.dugme_kupi:hover,
.dugme_reset:hover {
	opacity:1;
}

.blok_kontrolni .dugme_izborboja{
	width:260px;
	height: 30px;
	/* background:#ff6d37 url('../imgs/strelica_narandzasta.png') no-repeat right; */
	background:#ff6c37;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	cursor:pointer;
	font-weight:bold;
	line-height:30px;
	padding-left:10px;
	clear:both;
	margin-bottom:5px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;

}



.blok_kontrolni .lejeri_sadrzaj {
	width: 100%;
	overflow: hidden;
}


.blok_kontrolni .izborboja_sadrzaj, .blok_kontrolni .fasade_sadrzaj,  .blok_kontrolni .enterijeri_sadrzaj, .blok_kontrolni .lejeri_sadrzaj  {
	color: #707484;
	font-size: 15px;
	width: 260px;
	/*font-family: arial;*/
	padding: 5px;
	
}

/*
.blok_kontrolni select {
   	background: #fff url('../imgs/dropdown.png')  right no-repeat;
   	padding: 5px;
   	font-size: 14px;
   	line-height: 1;
   	border: 1px solid #dcdcdc;
	color: #f58f20;
   	height: 27px;
	width: 100%;
	-webkit-appearance: none;	
}
*/

#paleteMeni{ 
	background: url('../imgs/dropdown.png') no-repeat right;
	background-color:#FFFFFF; width:262px; height:27px; float:left;
	overflow: hidden;
	float:left;
	border: 1px solid #dcdcdc;
    	border-radius: 0px;
	margin-bottom:10px;

	  
}

#paleteMeni select {  
	background: transparent; 
	width:287px; 
	float:left; 
	padding:5px; 
	line-height: 1;   
	border:0;
	border-radius: 0px;
	height:27px; 
	-webkit-appearance: none;
	margin-left:-1px;
}

#paleteMeni select ,option{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px !important; text-transform:uppercase;
	font-weight:normal; color:#ff6d37;
	padding-left:5px; 
	}



#blok_prikaz {
	display:block;
	float:left;
	height: 540px;
	text-align:left;
	border: 10px solid #f0f0f0;
	margin-left: 10px;
	margin-top: 10px;	
	overflow:hidden;

	background-image: url('../imgs/loading.gif'), url("../imgs/ptrn.svg");
	background-position: center center, top center;
	background-repeat: no-repeat, repeat;
}

.slikaPrikaz {
	width: 100%;
	position: relative;
}

#blok_komande {
	display:block;
	float:left;
	height: 30px;
	text-align:left;
	border: 10px solid #f0f0f0;
	margin-left: 10px;
	margin-top: 10px;
	overflow:hidden;
}


.dugme_stampa,.dugme_kupi,.dugme_reset {
	width: 228px;
}

.dugme_stampa{
/*	width:210px;*/
	height: 30px;
	/* background:#707484 url('../imgs/icon-pdf.png') no-repeat right; */
	background:#1c1d1f;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	cursor:pointer;
	font-weight:bold;
	line-height:30px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	border-width: 0 5px 0 0;
	border-color: #1c1d1f;
	border-style:solid;


}

.dugme_kupi{
/*	width:210px;*/
	height: 30px;
	background:#ff6d37 url('../imgs/cart.png') no-repeat right;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	cursor:pointer;
	font-weight:bold;
	line-height:30px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	border-width: 0 5px 0 0;
	border-color: #ff6d37;
	border-style:solid;

}


.dugme_reset{
/*	width:210px;*/
	height: 30px;
	background:#ff6d37;
	/* url('../imgs/cart.png') no-repeat right; */
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	cursor:pointer;
	font-weight:bold;
	line-height:30px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	border-width: 0 5px 0 0;
	border-color: #ff6d37;
	border-style:solid;

}

h1,h2,h3,h4,h5,h6,h7{
margin: 10px 0;
font-family: Tahoma, Geneva, sans-serif;
font-weight:normal;
color:inherit;
text-rendering:optimizelegibility;
overflow: hidden;
}


h1{font-size:38px;line-height:40px;}
h2{font-size:34px;line-height:36px;}
h3{font-size:30px;line-height:32px;}
h4{font-size:24px;line-height:26px;}
h5{font-size:20px;line-height:22px;}
h6{font-size:18px;line-height:20px;}
h7{font-size:16px;line-height:18px;}




