.intro-slideshow-wrapper {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	display: block;
	overflow: auto;
	min-height: 580px;
}
.intro-slideshow {
	width: 980px;
	height: 310px;
	margin: 0 auto;
	margin-top: 75px;
}
.slides {
	position:relative;
	overflow: hidden;
	width: 660px;
	height: 310px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	float: left;
}
.slide {
	position:absolute;
	background-color:#8e4700;
	left:0;
	top:0;
	width: 660px;
	height: 310px;
	cursor: pointer;
}
.slide h1, .slide h2, .slide h3, .slide h4, .slide p {
	color: white;
	font-weight: normal;
	margin: 0;
}
.slide h3 {
	color: white;
	font-size: 20px;
	font-weight: normal;
}
.slide h4 {
	font-size: 40px;
	line-height: 100%;
}
.slide p {
	font-size: 20px;
	margin: 5px 0 10px 0;
}

.slide .more {
    position:absolute;
    bottom:10px;
    right:20px;
}

.slide .more h3 {
    color: #EFAE3E;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 110%;
    font-weight: bold;
    margin-bottom: 3px;
}

.fl {
	float: left;
}
.slide > div.fl {
	width: 520px;
}
.slide > div.fl > div {
	position: relative;
	float: left;
	margin-right: 30px;
	border-left: solid 2px #EFAE3E;
	padding-left: 10px;
	padding-top: 5px;
	min-width: 115px;
}
.slide > div.fl h2 {
	color: white;
	font-size: 30px;
	margin-top: 35px;
	font-weight: normal;
}
.slide > div.fl > div h3 {
	color: #efae3e;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 110%;
	font-weight: bold;
	margin-bottom: 3px;
}
.slide > div.fl > div h4 {
	color: white;
	font-size: 40px;
	line-height: 110%;
	font-weight: normal;
}
.slide > div.fl p {
	color: white;
	font-size: 20px;
	margin-bottom: 40px;
}
.slide > span.fl {
	margin: 129px 15px 0 15px;
	float: left;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* slide specific */
.slide.slide2 > div.fl p {
	margin-bottom: 20px;
}
.slide.slide2 > div.fl p.inner {
	margin-bottom: 10px;
	clear: right;
	height: 70px;
	padding-top: 24px;
}
.slide.slide2 > div.fl > div > div.inner, .slide.slide2 > div.fl > div > div.inner2 {
	position: absolute;
	color: #efae3e;
	top: 25px;
	left: 65px;
	font-size: 13px;
	text-align: right;
	font-weight: 600;
	width: 60px;
}
.slide.slide2 > div.fl > div > div.inner2 {
	top: 45px;
}
.slide.slide2 .gender, .slide.slide2 .broj, .slide.slide2 .perc {
	text-align: right;
	width: 20px;
	float: left;
	color: white;
}
.slide.slide2 .gender {
	text-align: center;
	color: #efae3e;
}
.slide.slide2 .perc {
	width: 15px;
	color: white;
}
.magnifier-large {
	width: 100px;
	height: 100px;
	background: url(images/sprites/sprite.png) 0 -126px;
	display: block;
}
.unlock-large {
	width: 100px;
	height: 100px;
	background: url(images/sprites/sprite.png) -300px -126px;
	display: block;
}
.lightbulb-large {
	width: 100px;
	height: 100px;
	background: url(images/sprites/sprite.png) -100px -126px;
	display: block;
}
.topic-large {
	width: 100px;
	height: 100px;
	background: url(images/sprites/sprite.png) -200px -126px;
	display: block;
}
.slides-control {
	float: left;
	width: 320px;
	height: 310px;
}
.slides-control span:hover, .slides-control span.active {
	background: rgba(0, 0, 0, 0.1);
}
.slides-control span {
	background: rgba(0, 0, 0, 0.2);
	width: 150px;
	height: 150px;
	text-indent: 200px;
	float: left;
	overflow: hidden;
	margin: 0 0 10px 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
.slides-control span div {
	margin: 25px;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
.tag-line {
	width: 980px;
	text-align: right;
	bottom: 0px;
	margin: 0px auto;
}
.tag-line h2 {
	color: white;
	font-size: 32px;
	font-family: Arial;
	line-height: 110%;
	padding-top: 10px;
	text-shadow: 0 -2px -2px rgba(0, 0, 0, 0.2);
	font-weight: normal;
}
.tag-line h3 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	line-height: 110%;
	text-shadow: 0 -2px -2px rgba(0, 0, 0, 0.2);
	font-weight: normal;
}



#slide-control_3 input {
font-size:14px;
padding-left:10px;
color:#000;
}

#search_type {
position:relative; z-index:10;  display:none;
    width:200px;
    margin-left:5px;
    background:transparent;
    border: 1px dashed #c60;
    border-top:0;
}

#search_type label {
    display:block;
    clear:all;
margin:5px;
padding:0;
line-height:14px;
font-size:12px;
z-index:9999;
}