body {
	font-family: 'CantarellRegular';
	font-size:15px;
	line-height:1.3em;
	color:#303030;
    background: #f7f7f7;
	text-rendering: geometricPrecision;
}

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('../font/chunkfive-webfont.eot');
    src: url('../font/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/chunkfive-webfont.woff') format('woff'),
         url('../font/chunkfive-webfont.ttf') format('truetype'),
         url('../font/chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'CantarellRegular';
    src: url('../font/Cantarell-Regular-webfont.eot');
    src: url('../font/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Cantarell-Regular-webfont.woff') format('woff'),
         url('../font/Cantarell-Regular-webfont.ttf') format('truetype'),
         url('../font/Cantarell-Regular-webfont.svg#CantarellRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellOblique';
    src: url('../font/Cantarell-Oblique-webfont.eot');
    src: url('../font/Cantarell-Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Cantarell-Oblique-webfont.woff') format('woff'),
         url('../font/Cantarell-Oblique-webfont.ttf') format('truetype'),
         url('../font/Cantarell-Oblique-webfont.svg#CantarellOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellBold';
    src: url('../font/Cantarell-Bold-webfont.eot');
    src: url('../font/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Cantarell-Bold-webfont.woff') format('woff'),
         url('../font/Cantarell-Bold-webfont.ttf') format('truetype'),
         url('../font/Cantarell-Bold-webfont.svg#CantarellBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellBoldOblique';
    src: url('../font/Cantarell-BoldOblique-webfont.eot');
    src: url('../font/Cantarell-BoldOblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Cantarell-BoldOblique-webfont.woff') format('woff'),
         url('../font/Cantarell-BoldOblique-webfont.ttf') format('truetype'),
         url('../font/Cantarell-BoldOblique-webfont.svg#CantarellBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

#logo{
	width:100%;
	height:45px;
	position:fixed;
	left:0px;
	top:0px;
	z-index:2000;
	/* background:#fff;  */
}



#logo a{
	width:134px;
	height:24px;
	padding:20px;
	margin-left:90px;
	text-indent:-9999em;
	display:block;
	background:url(../images/logo.png) center center no-repeat;
}



#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
  width:45px;
  height:45px;
  line-height:45px;
  color:#000;
  background:#fff;
  text-decoration:none;
  text-align:center;
  font-size:24px;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
  /* background:#fff; */
}
.slides-pagination a {
  border: 2px solid #333;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 10px 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #fff;
  border-color:#fff;
}


.container {
	position:absolute;
	width: 50%;
	max-width: 600px;
	left: 40px;
	bottom: 10%;
	padding: 30px 20px 20px 20px;
	
	color:#fff;
	
	
	background: rgba(0, 0, 0, 0.3);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
}

.container h1 {
	font-family: 'ChunkFiveRegular';
	font-size: 21px;
	line-height:1em;
	margin: 0px;
	padding:0px;
	text-shadow: 0 1px 1px #000;
}

.contrast {
	
}

.container a{
	color:#fff;
	background:#71b548;
	text-decoration:none;
	padding:0 4px;
}