@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('../fonts/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

#slider {
	width:1000px;
	height:280px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:405px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1000px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:1000px;
height:280px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:150px;
	left:13px;
	width:40px;
	height:40px;
	display:block;
	z-index:101;
}

#slides .next {
	left:959px;
}

/*
	Pagination
*/

.pagination {
	margin:0px 0px; position:absolute; right:0; bottom:23px; z-index:2000; left:50px ; bottom:175px; 
}

.pagination li {
	float:left;
	margin:0 0px 0 1px;
	list-style:none;
	
}

.pagination li a {
	display:block;
	width:18px;
	text-indent:99999px;
	height:0;
	padding-top:12px;
	padding-bottom:6px;
	background-image:url(../images/slide-li.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:-18px 0px;
}
.caption h4{font-size:40px;  color:#fff; font-family:'TeXGyreAdventorRegular'; margin:0; padding:0; font-weight:normal; padding:0; }
.caption h4 span{font-size:40px; color:#94e833; font-family:'TeXGyreAdventorRegular'; font-weight:normal;}
.caption .blackbold{font-size:16px; color:#fff; font-weight:normal; font-family:'TeXGyreAdventorBold'; line-height:25px;  padding:0; font-weight:normal; clear:both;}
.caption .blackbold span{font-size:16px; color:#94e833; font-family:'TeXGyreAdventorBold'; font-weight:normal;}

.caption .lightblack{font-size:25px; color:#838383;  font-family: 'SegoeUINormal';  float:left; padding-left:2px;}


.caption .readmore {width:227px; height:46px;  background:url(../images/btn-browse-our.png) no-repeat left top; float:left; margin:25px 0 0 0;}
.caption .readmore:hover {background:url(../images/btn-browse-our.png) no-repeat left bottom;}




.caption .clicktoregister{width:182px; height:31px; float:left; background:url(../images/btn-clickregister.png) 0 0 no-repeat; margin:0 0 0 10px;}
.caption .clicktoregister:hover{ background-position:0 -31px;}

/*
	Caption
*/

.caption {
	z-index:500;
	 background:url(../images/caption-bg.png) repeat;
	 position:absolute;
	/*bottom:150px;*/
	left:0;
	padding:10px 15px 15px 15px;
	top:50px;
	height:110px;
	width:300px;
	text-shadow:none;
}
