.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1,
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10,
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10,
.col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5,
.col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 7px 12px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px
}

.panel-heading > .dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: inherit;
}

.post-entry .panel-title a,
.panel-title a {
	color: #666;
	text-decoration: none;
}

.post-entry .panel-title a:hover,
.panel-title a:hover {
	color: #000;
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 1px
}

.panel-group .panel + .panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd;
}

.panel-default > .panel-heading {
	background-color: #f4f4f4;
	border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}

.tab-content > .tab-pane {
	display: none
}

.tab-content > .active {
	display: block
}

.nav-tabs {
	list-style: none;
	padding-left: 0 !important;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative
}

.nav-tabs::before {
	position: absolute;
	content: ' ';
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #ddd;
	z-index: 1
}

.nav-tabs li {
	display: inline-block;
	margin: 0 4px 0 0 !important;
	padding: 0;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	position: relative;
	z-index: 0;
	border-radius: 1px;
}

.nav-tabs li a {
	display: inline-block;
	padding: 7px 12px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #666;
}

.nav-tabs li a:hover {
	text-decoration: none;
	color: #000;
}

.nav-tabs li.active {
	background: #fff;
	z-index: 2;
	border-bottom-color: #fff
}

.nav-tabs li.active a {
	color: #000;
}

.tab-content {
	font-size: 14px;
}
.tab-content > .tab-pane {
	padding: 0 12px;
}

.alert {
	padding: 12px 16px;
	margin-bottom: 20px;
	font-size: 14px;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6  {
	margin-top: 0;
	color: inherit !important;
}

.alert .alert-link {
	font-weight: 700
}

.alert > :last-child {
	margin-bottom: 0
}

.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: none;
	border: 0;
	float: right;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	color: #000;
	opacity: .2
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.sc-icon {
	min-width: 50px;
	min-height: 50px;
	vertical-align: top;
	margin: 0 4px;
	text-align: center;
	font-size: 16px;
}

.sc.social-links > *,
.sc-icon {
	display: inline-block;
}

.sc-icon {
	font-size: 14px;
	border: 1px solid #ddd;
	line-height: 28px;
	padding: 10px 14px;
	margin-bottom: 20px;
}

.inverse .sc-icon {
	border: 0;
	background: #000;
}

.post-entry .sc-icon,
.sc-icon {
	text-decoration: none;
	color: #000;
}

.post-entry .inverse .sc-icon,
.post-entry .inverse .sc-icon span,
.inverse .sc-icon,
.inverse .sc-icon span {
	color: #fff;
}

.post-entry a.sc-icon:hover,
a.sc-icon:hover {
	color: #000;
	opacity: .7;
}

.post-entry .inverse a.sc-icon:hover,
.inverse a.sc-icon:hover {
	color: #fff;
	opacity: .7;
}

.sc-icon span.count {
	font-size: 0.7em;
	font-weight: 700;
}

.sc-icon span {
	display: block;
	font-size: 0.7em;
	text-transform: uppercase;
	line-height: 1.7;
	color: #9a9a9a;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
	.nav-tabs li {
		display: block;
		border-width: 1px 0 0 0;
	}

	.nav-tabs li.active:last-child {
		border-bottom: 1px solid #ddd;
	}
}

@media (min-width:768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
	.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}
}

@media (min-width:992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
	.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
	.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}
}
