body { 
	background:url(/template/images/bg_index.png) no-repeat top center;
}
#index-slide {
	width: 670px;
	height: 720px;
	float: left;
	overflow: hidden;
	position: absolute;
	display: block;
}

#index-content {
	width: 900px;
	height: 720px;
	float: right;
	/*background:#CFF;*/
}

#index-content-1 {
	width: 530px;
	height: 400px;
	margin-right: 350px;
	margin-left: 20px;
	float:left;
}
h1 {font-size: 42px; margin-top: 40px;}



		
.desc_box  {
	width: 340px;
	float: left;
	margin: 0px 10px 0px 30px;
	text-align: justify;
}

.desc_box p, .desc_box h2 { margin-top: 0px; padding-top: 0px;}
.desc_box a { font-size: 1.1em; }

.btn_kupi { }
.btn_kupi a:link {
	padding: 5px 15px 5px 15px;
	background-color: #000;
	color: #fff;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	border-radius: 20px; /* future proofing */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px; /* for old Konqueror browsers */
	margin: 0px auto;
}
.btn_kupi a:visited { color: #fff; text-decoration: none;}
.btn_kupi a:hover { 
	color: #fff;
	text-decoration: none;
	background-color: #009BCA;
	-webkit-transition: background 0.2s ease-in-out 0s;
	-moz-transition: background 0.2s ease-in-out 0s;
	-o-transition: background 0.2s ease-in-out 0s;
	transition: background 0.2s ease-in-out 0s; 
}

.tp-banner-container {
    width: 1170px%;
    position: absolute;
	margin-bottom: 30px;
	/*float: left;*/
}


.rs-img-1  { width: 670px; height: 720px; }
.rs-img-2  { width: 100px; height: 480px; }

.article { color: #FFF; width: 750px; margin-top: 40px; }
.article h2 { color: #F4EE3C; margin: 0px 0px 10px 0px; }
.article h2 a:link { color: #F4EE3C; text-decoration: none; }
.article h2 a:visited { color: #F4EE3C; text-decoration: none; }
.article h2 a:hover { color: #009BCA; text-decoration: underline; }


.tit_ind {
	background-color: transparent;
	background: url(/template/images/bg_tit_ind.png) no-repeat top left;
	color: #FFF;
	padding: 13px 30px 13px 30px;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	height: 50px;
	box-sizing:border-box;
	font-size: 22px;
}
.tit_ind:hover {  }
.tit_ind a:link { color: #FFF; text-decoration: none; }
.tit_ind a:visited { color: #FFF; text-decoration: none; }
.tit_ind a:hover { color: #FFF; text-decoration: none; }

.intro_cont { margin-top: 175px; }
.intro_cont_top {  color: #FFF; margin-bottom: 25px; }
.box-i-c { min-height: 260px; }

.box-i-c-lnk a:link { padding: 15px 12px; color: #009BCA !important; background-color: #fff; border: 2px solid #009BCA; width: 70%;  display: block; margin: 15px auto 30px auto; text-align: center; font-size: 1.1em; text-decoration: none; text-transform: uppercase; border-radius: 5px; font-weight: bold;  }
.box-i-c-lnk a:visited { padding: 12px;  color: #009BCA !important; text-decoration: none;  border: 2px solid #009BCA;  }
.box-i-c-lnk a:hover { padding: 12px;  text-decoration: none; background-color: #6D6E71;  border: 2px solid #6D6E71; color: #FFF;  }

.ind-prod-bottom { background-color: #EEE; padding-top: 30px; padding-bottom: 30px; margin-top: 30px; color: #FFF; }
.ind-prod-bottom h2 { margin-top: 0px; margin-bottom: 30px; color: #6D6E71; }
footer { margin: 0px 0px 0px 0px !important;}

@media (min-width: 320px) {
	body { background:url(/template/images/bg_page_2.png) no-repeat top center; }
	.tit_ind {
		height: auto;
		background-color: #009BCA;
		background-image: none;
	}

	/*.header_logo { height: 40px; }*/
	.intro_cont { margin-top: 80px; }

}
@media (min-width: 360px) {
	.tp-banner-container { width: 100%; }
	.intro_cont { margin-top: 80px; }
}
	
@media (min-width: 480px) {
	.tp-banner-container { width: 100%; }
	.intro_cont { margin-top: 140px; }
}

@media (min-width: 768px) {
	body { background:url(/template/images/bg_page_1.png) no-repeat top right; }
	.tp-banner-container { width: 768px; }
	.intro_cont { margin-top: 160px; }
	.tit_ind {
		height: 70px;
	}
	.box-i-c { min-height: 430px; }
	.box-i-cde { min-height: 290px !important; }
}
@media (min-width: 992px) {
	.tp-banner-container { width: 992px; }
}
@media  (min-width: 1200px) {
	body { background:url(/template/images/bg_index.png) no-repeat top center; }
	.tit_ind {
		height: 50px;
		background-color: transparent;
		background: url(/template/images/bg_tit_ind.png) no-repeat top left;
	}
	.tit_ind_de { padding-top: 3px; font-size: 20px;  }
	.tp-banner-container { width: 1170px; }
	.intro_cont { margin-top: 175px; }
	.box-i-c { min-height: 190px; }
	.box-i-cde { min-height: 290px !important; }
}

