/*
 * Style tweaks
 * --------------------------------------------------
 */
html,body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
	padding-top: 60px; /*70px*/
}

footer {
	padding: 0 0 0 0;
}

.bottom {
	background: url(../images/bg01.gif) repeat-x;
	text-align: center;
	font-size: 14px;
	padding: 15px 0 0 0;
}

.bottomlist {
	margin: 0 auto;
	padding-left: 0px;
}

.bottomlist ul {
	width: 33%;
	float: left;
	list-style: none;
	cursor: default;
	text-align: center;
}

.bottomlist ul li.mb10 {
	color: #fff;
	text-align: center;
}

.bottomlist li {
	line-height: 20px;
	text-align: left;
	text-align: center;
}

#bottom ul li a,#bottom ul li a:link,#bottom ul li a:visited,#bottom ul li a:active
	{
	color: #fff;
}

.copyright,.copyright a {
	color: #fff;
}

.divider-vertical {
	border-style: solid;
	border-width: 1px;
	opacity: .5;
	height: 50px;
	border-left-color: #111415;
	border-right-color: #646668;
}

.dividerNew {
	clear: both;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	width: auto;
	height: 1px;
	padding: 4px 0 0 0;
	margin-bottom: 5px;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #b8d0d6;
}

.markdown-body hr {
	background: url(../images/hrbg.png) repeat-x scroll 0% 0% transparent;
	border: 0 none;
	color: #ccc;
	height: 4px;
	padding: 0;
	margin: 15px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
	.row-offcanvas {
		position: relative;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	.row-offcanvas-right
  .sidebar-offcanvas {
		right: -50%; /* 6 columns */
	}
	.row-offcanvas-left
  .sidebar-offcanvas {
		left: -50%; /* 6 columns */
	}
	.row-offcanvas-right.active {
		right: 50%; /* 6 columns */
	}
	.row-offcanvas-left.active {
		left: 50%; /* 6 columns */
	}
	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 50%; /* 6 columns */
	}
}

/* Featurettes
------------------------- */
.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}