/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 2px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.mrb35 {
	margin-bottom: 35px !important;
}
.mrb50 {
	margin-bottom: 50px !important;
}
.pdb0 {
	padding-bottom: 0 !important;
}
.section {
	padding: 50px 0 40px;
	border-bottom: 1px solid #f1f1f1;
}
.section.highlight {
	background-color: #fafafa;
}
.demo-links .btn {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	border-width: 2px;
	color: #152836;
	border-color: #152836;
	transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}
.demo-links .btn:hover {
	background-color: #152836;
	color: white;
}
@media (max-width: 480px) {
	.page-head h1 .version {
		right: 0;
	}
}
.demo-gallery > ul {
	margin-bottom: 0;
}
.demo-gallery > ul > li {
	margin-bottom: 15px;
}
.demo-gallery > ul > li a {
	border: 3px solid #fff;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}
.demo-gallery > ul > li a > img {
	transition: transform 0.15s ease 0s;
	transform: scale3d(1, 1, 1);
	width: 100%;
}
.demo-gallery > ul > li a:hover > img {
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
	transition: transform 0.15s ease 0s;
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}
.demo-gallery.dark > ul > li a {
	border: 3px solid #04070a;
}
@media (max-width: 991px) {
}
.anchor-title {
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.anchor-title a {
	color: #444;
	position: relative;
	text-decoration: none;
}
.anchor-title a.no-content:before {
	content: "";
}
.anchor-title a:before {
	color: #ddd;
	content: "#";
	display: block;
	font-size: 22px;
	left: -20px;
	padding-right: 5px;
	position: absolute;
	top: 4px;
	opacity: 0;
}
.anchor-title a:hover:before {
	opacity: 1;
}
.anchor-title span {
	color: rgba(34, 34, 34, 0.2);
	font-size: 0.75em;
}
h3.anchor-title {
	font-size: 18px;
}
h3.anchor-title a:before {
	font-size: 18px;
	left: -16px;
	top: 4px;
}
