body {
	font-family:'Raleway', sans-serif;
	font-size:16px; 
	position:relative;
	overflow-x:hidden !important
}

.headline{
	font: 700 68px/1.1 'Montserrat', sans-serif !important;
	margin-bottom: 50px;
	margin-top: 2px;
	padding: 40px 0;
}

.title{
	font: 700 36px/40px 'Montserrat', 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 {  
	overflow:hidden;
	padding-left:20px;
	position: fixed;
    height: 100%;
    z-index: 10;
    width: 250px;
    background-color: #f6f7f8;
    box-shadow: 0 0 4px 1px #ECECEC;
	overflow-y:scroll
}

.affix {
  top: 20px;
  width:100%;
  height:100%;
  position: static;
}

.subhead{ font-family: 'Droid Serif', serif;
	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-family: 'Droid Serif', serif;
	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;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #e74c3c;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}


.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;
}

.container-sidebar { padding-right:0; padding-left:0}
.content { padding-left:30px;}