/* Demo CSS - You do not need this css in your own slider */


pre{
	
	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;
}



pre + h2{
	margin-top: 80px;
}

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

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


li.bjqs-slide1{width:100%; background-image:url(../images/banner.jpg);background-size:cover;cursor:pointer;}
li.bjqs-slide2{width:100%; background-image:url(../images/banner1.jpg);background-size:cover;cursor:pointer;}
li.bjqs-slide3{width:100%; background-image:url(../images/banner2.jpg);background-size:cover;cursor:pointer;}

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

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


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

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

p.bjqs-caption{
	
   /* position:relative;
    top:-300px;
    width:40%;
    float:right;
    text-align:right;
    font-size:1.1em;
   font-family: 'Open Sans', sans-serif;
   line-height:25px;
   right:40px;*/
   color:#fff;
}


 @media screen and (max-width: 320px),(min-device-width: 320px) and (max-device-width: 640px) and (orientation : portrait)
     {
#banner-fade,
#banner-slide{
	margin-bottom: 0px;
	margin-top:0px;
	width:100%;
	
}
li.bjqs-slide1{width:100%; background-image:url(../images/bannersmall1.jpg);background-size:cover;}
li.bjqs-slide2{width:100%; background-image:url(../images/bannersmall2.jpg);background-size:cover;}
li.bjqs-slide3{width:100%; background-image:url(../images/bannersmall.jpg);background-size:cover;}

	 }