/* Demo CSS - You do not need this css in your own slider */
@import url(https://fonts.googleapis.com/css?family=Lato);

body{
	font-family: 'Lato', sans-serif;
	margin: 0;
	overflow-x: hidden;
}

body {
	background: url('../images/bg.jpg');
	overflow-x: hidden;
}

.page-banner{
    background-image: url('../images/slide1.jpg'); height:100px; margin-bottom:40px;
}

article h2{
    margin-bottom: 25px;
}

article .content{
    margin-top: 35px;
}

article .content p{
    text-align: justify;
}

img.alignright{
   float: right;
   margin-left: 15px;
   margin-bottom: 15px;
}
img.alignleft{
   float: left;
   margin-right: 15px;
   margin-bottom: 15px;
}

pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#container{
	max-width:620px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(0,0,0,0.5);
	display: block;
    width: 500px;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 105px;
    margin-left: 300px;
    color: #fff;
    font-size: 25px;
}