/*
 * Style tweaks
 * --------------------------------------------------
 */
html,body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */
	background-color: #FBFBFB; /*#F7FCFF; #95A5A6 #95A5A6;*/
}

footer {
	padding: 30px 0;
}

.bottom {
	background: url(../images/bg01.gif) repeat-x;
	text-align: center;
	font-size: 14px;
	padding: 10px 0 0 0;
}

.bottomlist {
	width: 960px;
	margin: 0 auto;
	padding-left: 0px;
}

.bottomlist ul {
	width: 240px;
	float: left;
	list-style: none;
	cursor: default;
}

.bottomlist ul li.mb10 {
	color: #fff;
}

.bottomlist li {
	line-height: 22px;
	text-align: left;
}

#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;
}

.navbar-top {
	background: rgba(0, 0, 0, .3);
	border: none;
}

.top-header {
	color: #fff;
	max-height: 330px;
	height: 330px;
	background-color: #ddd;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.top-header .page-header {
	border-bottom-color: rgba(0, 0, 0, .1);
}

.top-header .features p {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 10px;
}

.img-circle {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 4px;
	margin: 5px;
}

.top-header .activities {
	padding: 20px;
	background: rgba(0, 0, 0, .3);
	color: #ddd;
}

.top-header .activities h2 {
	font-size: 18px;
	padding-bottom: .4em;
	margin-bottom: .6em;
	border-bottom: 1px solid rgba(211, 211, 211, .2);
}

.top-header .activities p {
	font-size: 14px;
	line-height: 1.8;
}

.top-header .activities .btn {
	background: 0 0;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
}

.top-header .activities-wrap {
	padding: 10px;
	background: rgba(0, 0, 0, .1);
	margin-top: 30px;
}

.media {
	margin-top: 15px;
}

.media-left,.media-right,.media-body {
	display: table-cell;
	vertical-align: top;
}

.top-header .coms .label-ali {
	background-color: #ff7500;
}

.top-header .coms .label {
	margin-right: 6px;
	font-size: 100%;
}

.top-header .activities .btn:hover {
	border-color: #e74c3c;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
.divider-vertical {
	border-style: solid;
	border-width: 1px;
	opacity: .5;
	height: 50px;
	border-left-color: #111415;
	border-right-color: #646668;
}

.divider {
	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;
}

/* 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;
}