.container-wide {
	width: 100%;
	padding: 10px 0 0
}
.font-awesome-icons {
	padding-left: 0;
	padding-bottom: 1px;
	list-style: none;
	margin: 0 auto;
	max-width: 1170px
}


.fa-class {
	font-size: 14px;
	font-family: Consolas, "Andale Mono", "Lucida Console",
		"Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	font-weight: 700
}


.font-awesome-icons>.row li:hover,.hover {
	color: #fff
}

.font-awesome-icons .glyphicon,.font-awesome-icons li.grid-icon>.fa {
	font-size: 42px;
	display: block;
	text-align: center;
	margin: 10px auto 20px;
	color: #fff
}

.btn-container .fa {
	color: #000;
	font-size: 16px
}

.font-awesome-icons .glyphicon,.font-awesome-icons li.grid-icon>.fa:before
	{
	content: "" !important
}

span.fa-class {
	display: inline-block;
	width: 100%;
	padding: 10px 15px 0;
	height: 90px
}

.btn-container {
	padding: 10px 0 1px;
	text-align: center
}

.btn-container .btn {
	text-align: center;
	font-size: 12px;
	font-family: Consolas, "Andale Mono", "Lucida Console",
		"Lucida Sans Typewriter", Monaco, "Courier New", monospace
}

.btn-container .btn-group .dropdown-menu {
	min-width: 220px
}

.btn-container .btn-group .dropdown-menu li {
	text-align: left;
	margin: 5px 0
}

.btn-container .btn-group .dropdown-menu li a.copy-html:before {
	content: "\f121 \00a0";
	font-family: FontAwesome
}

.btn-container .btn-group .dropdown-menu li a.copy-unicode-html:before {
	content: "\f05b \00a0";
	font-family: FontAwesome
}

.btn-container .btn-group .dropdown-menu li a.copy-unicode-hex:before {
	content: "\f084 \00a0";
	font-family: FontAwesome
}

.btn-container .btn-group .dropdown-menu li a {
	display: inline-block;
	width: 210px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

button.zeroclipboard-is-hover {
	color: #1fa67a
}

.about {
	padding: 30px 0;
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #ebebeb;
	background-color: #ebebeb;
	font-size: 19px;
	color: #696969;
	-webkit-text-stroke: 1px rgba(21, 115, 85, .1);
	font-family: 'Source Sans Pro', sans-serif
}

.about h1,.about h2,.about h3,.about p {
	margin-bottom: 20px
}

h3.panel-title {
	font-size: 20px;
	margin-bottom: 0
}

.alert {
	margin-top: 20px
}

code,pre {
	padding: 4px 8px;
	font-size: 80%;
	font-family: Consolas, "Andale Mono", "Lucida Console",
		"Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color: #009;
	white-space: nowrap;
	background-color: #f9f2f4;
	border-radius: 4px
}

code {
	margin-top: 20px;
	margin-bottom: 20px
}

.code-blue {
	color: #00f
}

.code-yellow {
	color: #f90
}

.code-green {
	color: #006648
}

.code-pink {
	color: #f0f
}

.margin-bottom-sm {
	margin-bottom: 10px
}

.example .input-group-addon .fa-lock {
	width: 18px;
	font-size: 22px
}

.example {
	position: relative;
	padding: 45px 15px 15px;
	margin: 0 -15px 15px;
	background-color: #fafafa;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
	border-color: #e5e5e5 #eee #eee;
	border-style: solid;
	border-width: 1px 0
}

.example:after {
	content: "Example";
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 12px;
	font-weight: 700;
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 1px
}

.example+.highlight {
	margin: -15px -15px 15px;
	border-radius: 0;
	border-width: 0 0 1px
}

footer.footer {
	padding: 30px 10px
}

footer.footer a,footer.footer a:hover {
	color: #fff;
	font-weight: 600
}

@media ( max-width :576px) {
	.row {
		margin: 0
	}
}

@media ( min-width :768px) {
	.fa-class {
		font-weight: 400
	}
	.nav-contain {
		width: 100%
	}
	.navbar-brand {
		font-size: 20px;
		font-weight: 400;
		letter-spacing: 3px
	}
	.example {
		margin-left: 0;
		margin-right: 0;
		background-color: #fff;
		border-width: 1px;
		border-color: #ddd;
		border-radius: 4px 4px 0 0;
		box-shadow: none
	}
	.example+.highlight {
		margin-top: -16px;
		margin-left: 0;
		margin-right: 0;
		border-width: 1px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px
	}
}

.example .btn-toolbar,.example ul.nav {
	margin-bottom: 10px
}

@media screen and (min-width:768px) {
	.container-wide {
		width: 100%;
		padding: 10px 0 0
	}
	.nav-contain {
		width: 100%
	}
	.navbar-nav {
		float: right
	}
	span.fa-class {
		height: 65px;
		padding: 5px 0 0
	}
	h1.title {
		font-size: 82px;
		line-height: 62px;
		margin: 22px auto 10px
	}
	h2.subtitle {
		font-size: 24px
	}
	h2.subtitle span.glyphicon-align-justify {
		font-size: 16px;
		position: relative;
		top: -1px
	}
	.font-awesome-icons li {
		width: 20%;
		margin: 10px 0
	}
}

@media screen and (min-width:992px) {
	.font-awesome-icons li {
		width: 10%
	}
	span.fa-class {
		height: 89px
	}
}

@media screen and (min-width:992px) and (max-width:1200px) {
	.font-awesome-icons li {
		font-size: 11px
	}
	code,pre {
		font-size: 70%
	}
}

@media screen and (min-width:1200px) {
	.container-wide {
		width: 100%;
		padding: 10px 0 0
	}
	code,pre {
		font-size: 80%
	}
}