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: #B82128;
	-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;
	height: 320px;
    overflow: hidden;
    position: absolute;
	/*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: #B82128; 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;
	text-align: center;
	height: 50px;
	box-sizing:border-box;
	font-size: 22px;
}
.tit_ind:hover { background-color: transparent; background: url(/template/images/bg_tit_ind.png) no-repeat left -50px; }
.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; }
.box-i-c { min-height: 260px; }

.box-i-c-lnk a:link { padding: 12px; border: 1px solid #B82128; width: 70%;  display: block; margin: 15px auto 30px auto; text-align: center; font-size: 1.1em; text-decoration: none; text-transform: uppercase;  }
.box-i-c-lnk a:visited { padding: 12px;  text-decoration: none;  }
.box-i-c-lnk a:hover { padding: 12px;  text-decoration: none; background-color: #B82128; color: #FFF;  }

@media (min-width: 320px) {
	body { background:url(/template/images/bg_page_2.png) no-repeat top center; }
	.tit_ind {
		height: auto;
		background-color: #B82128;
		background-image: none;
	}
	.tit_ind:hover { 
		background-color: #000; 
		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;
	}
	.header_logo { height: 115px; }
	.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:hover { 
		background-color: transparent; 
		background: url(/template/images/bg_tit_ind.png) no-repeat left -50px; 
	}	
	.tit_ind_de { padding-top: 3px; font-size: 20px;  }
	.tp-banner-container { width: 1170px; }
	.intro_cont { margin-top: 175px; }
	.box-i-c { min-height: 270px; }
	.box-i-cde { min-height: 290px !important; }
}

