

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



h1,h3,h4,h5{
	font-family: 'Coda', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2{
	font-weight: normal;
	color:#555;
	font-size: 24px;
}


pre {
font-size: 18px;
margin-bottom: 20px;
font-family: "Source Code Pro";
border:none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background: #272822;
margin-bottom:40px;
}

.container,.span12{
	width:1000px;
}

header{
	margin-bottom:40px;
}

#slider{
	margin-bottom:0px;
}

.text{
	background: #fff;
/*	width:580px;
	padding:20px;*/
}

.btn i{
	margin-top:2px;
	margin-right:4px;
	color:#fff;
}

.download{
	width:300px;
	float: left;
}

.ad-space{
	float:right;
	margin-right:40px;
}

.buttons .btn{
	display: block;
	width: 300px;
	margin:10px 0 5px;
	padding:10px;
	background-image: none;
	border:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: right;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}


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

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

ol.bjqs-markers li a{
	font-size: 0px;
	padding:0px 0px;
	background:#02428A;
	color:#02428A;
	margin:0px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a{
	background: #02428A;
}

ol.bjqs-markers li a:hover{
	background: #02428A;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}