body {
	font-family:Helvetica Neue , Helvetica, Arial, sans-serif !important; 
	font-size:16px; 
	position:relative;
	overflow:hidden !important
}

.headline{
	font: 700 68px/1.1 Helvetica Neue , Helvetica, Arial, sans-serif !important;
	margin-bottom: 50px;
	margin-top: 2px;
	padding: 40px 0;
}

.title{
	font: 700 36px/40px Helvetica Neue , Helvetica, Arial, sans-serif; 
	margin-top:0
}

p{ 
	font-size:20px;
	line-height:32px; 
	margin-bottom:20px
}

.list-unstyled { 
	list-style-type:none;
}

ul {
	font-size:18px; 
	line-height:32px; 
	margin-bottom:20px
}

section { 
	margin-bottom:60px;
}

.underline{ 
	text-decoration:underline; 
	font-weight:bold; 
	text-height:36px
}

.sidebar {  
	background-color: #ecf0f1; 
	overflow:hidden 
}

.affix {
  top: 20px;
  width:100%;
  height:100%;
  position: static;
}

.subhead{ 
	font-size:36px; 
	margin-bottom:24px; 
	margin-top:48px; 
	font-weight:700
}

.subhead2{ 
	font-size:28px; 
	margin-bottom:24px; 
	margin-top:48px; 
	font-weight:700
}

.prettyprint, 
img { 
	margin-top:24px; 
	margin-bottom:24px
}

.lead { 
	font-weight:700
}

.nav>li>a{
	color:#526476; 
	font-size:13px;
	font-weight:700;
	padding:5px 15px 0px 0px; 
	text-transform: capitalize
}

.nav>li>a:hover,
.nav>li>a:focus{
	color:0073FF;
}

.text-muted { 
	font-weight:700;
	padding: 10px 15px 0px 0px;
}

/* ----------------------------------------------------------------
	Loading Screen
-----------------------------------------------------------------*/
.preloader {
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:fixed;
    z-index:99999;
    background-color:#fff;
	overflow:hidden;
}

.spinner {
  margin: 90px 0 0 -50px;
  width: 70px;
  text-align: center;
  position:absolute;
  top:50%;
  left:50%;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color:#ffc527;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}



.scrollToTop{
	width:90px; 
	height:auto;
	padding:5px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:40px;
	right:20px;
	display:none;
}
.scrollToTop:hover{
	text-decoration:none;
}