.main-footer ul.menu-footer a,
#location .content .details a {
	display: inline-block;
	position: relative
}

.main-footer ul.menu-footer a:before,
#location .content .details a:before {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	height: 1px;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #222;
	transition: all 0.3s
}

.main-footer ul.menu-footer a:hover,
#location .content .details a:hover,
.main-footer ul.menu-footer a:focus,
#location .content .details a:focus {
	text-decoration: none
}

.main-footer ul.menu-footer a:hover:before,
#location .content .details a:hover:before {
	width: 100%
}
.mark {
	background-color: #fcf8e3;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase,
.initialism {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #c9cad5
}

.text-primary {
	color: #a9b522
}

a.text-primary:hover,
a.text-primary:focus {
	color: #818a1a
}

.text-success {
	color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover,
a.text-info:focus {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
	color: #843534
}

.bg-primary {
	color: #fff
}

.bg-primary {
	background-color: #a9b522
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #818a1a
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 11px;
	margin: 48px 0 24px;
	border-bottom: 1px solid #eee
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 12px
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0
}

.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
}

dl {
	margin-top: 0;
	margin-bottom: 24px
}

dt,
dd {
	line-height: 1.55
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #c9cad5
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 12px 24px;
	margin: 0 0 24px;
	font-size: 20px;
	border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.55;
	color: #c9cad5
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 24px;
	font-style: normal;
	line-height: 1.55
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 0
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 0;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none
}

pre {
	display: block;
	padding: 11.5px;
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.55;
	word-break: break-all;
	word-wrap: break-word;
	color: #555;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container:before,
.container:after {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

@media (min-width: 768px) {
	.container {
		width: 750px
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

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

.row:before,
.row:after {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0%
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media (min-width: 768px) {

	.col-sm-1,
	.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-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-pull-1 {
		right: 8.33333%
	}

	.col-sm-pull-2 {
		right: 16.66667%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-4 {
		right: 33.33333%
	}

	.col-sm-pull-5 {
		right: 41.66667%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-7 {
		right: 58.33333%
	}

	.col-sm-pull-8 {
		right: 66.66667%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-10 {
		right: 83.33333%
	}

	.col-sm-pull-11 {
		right: 91.66667%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-push-1 {
		left: 8.33333%
	}

	.col-sm-push-2 {
		left: 16.66667%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-4 {
		left: 33.33333%
	}

	.col-sm-push-5 {
		left: 41.66667%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-7 {
		left: 58.33333%
	}

	.col-sm-push-8 {
		left: 66.66667%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-10 {
		left: 83.33333%
	}

	.col-sm-push-11 {
		left: 91.66667%
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-offset-0 {
		margin-left: 0%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width: 992px) {

	.col-md-1,
	.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-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.col-md-pull-0 {
		right: auto
	}

	.col-md-pull-1 {
		right: 8.33333%
	}

	.col-md-pull-2 {
		right: 16.66667%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-4 {
		right: 33.33333%
	}

	.col-md-pull-5 {
		right: 41.66667%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-7 {
		right: 58.33333%
	}

	.col-md-pull-8 {
		right: 66.66667%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-10 {
		right: 83.33333%
	}

	.col-md-pull-11 {
		right: 91.66667%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-push-1 {
		left: 8.33333%
	}

	.col-md-push-2 {
		left: 16.66667%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-4 {
		left: 33.33333%
	}

	.col-md-push-5 {
		left: 41.66667%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-7 {
		left: 58.33333%
	}

	.col-md-push-8 {
		left: 66.66667%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-10 {
		left: 83.33333%
	}

	.col-md-push-11 {
		left: 91.66667%
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-offset-0 {
		margin-left: 0%
	}

	.col-md-offset-1 {
		margin-left: 8.33333%
	}

	.col-md-offset-2 {
		margin-left: 16.66667%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-4 {
		margin-left: 33.33333%
	}

	.col-md-offset-5 {
		margin-left: 41.66667%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-7 {
		margin-left: 58.33333%
	}

	.col-md-offset-8 {
		margin-left: 66.66667%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-10 {
		margin-left: 83.33333%
	}

	.col-md-offset-11 {
		margin-left: 91.66667%
	}

	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width: 1200px) {

	.col-lg-1,
	.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-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-pull-1 {
		right: 8.33333%
	}

	.col-lg-pull-2 {
		right: 16.66667%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-4 {
		right: 33.33333%
	}

	.col-lg-pull-5 {
		right: 41.66667%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-7 {
		right: 58.33333%
	}

	.col-lg-pull-8 {
		right: 66.66667%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-10 {
		right: 83.33333%
	}

	.col-lg-pull-11 {
		right: 91.66667%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-push-1 {
		left: 8.33333%
	}

	.col-lg-push-2 {
		left: 16.66667%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-4 {
		left: 33.33333%
	}

	.col-lg-push-5 {
		left: 41.66667%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-7 {
		left: 58.33333%
	}

	.col-lg-push-8 {
		left: 66.66667%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-10 {
		left: 83.33333%
	}

	.col-lg-push-11 {
		left: 91.66667%
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-offset-0 {
		margin-left: 0%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #c9cad5;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 24px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.55;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
	background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
	background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
	background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
	background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 18px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 24px;
	font-size: 24px;
	line-height: inherit;
	color: #555;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type="file"] {
	display: block
}

input[type="range"] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 16px;
	line-height: 1.55;
	color: #9fa0ad
}

.form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.55;
	color: #9fa0ad;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type="search"] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 38px
	}

	input[type="date"].input-sm,
	.input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm input[type="month"] {
		line-height: 33px
	}

	input[type="date"].input-lg,
	.input-group-lg input[type="date"],
	input[type="time"].input-lg,
	.input-group-lg input[type="time"],
	input[type="datetime-local"].input-lg,
	.input-group-lg input[type="datetime-local"],
	input[type="month"].input-lg,
	.input-group-lg input[type="month"] {
		line-height: 57px
	}
}

.form-group {
	margin-bottom: 15px
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.radio label,
.checkbox label {
	min-height: 24px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 40px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.input-sm {
	height: 33px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 0
}

select.input-sm {
	height: 33px;
	line-height: 33px
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 33px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 0
}

.form-group-sm select.form-control {
	height: 33px;
	line-height: 33px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 33px;
	min-height: 38px;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.5
}

.input-lg {
	height: 57px;
	padding: 14px 22px;
	font-size: 20px;
	line-height: 1.33333;
	border-radius: 0
}

select.input-lg {
	height: 57px;
	line-height: 57px
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 57px;
	padding: 14px 22px;
	font-size: 20px;
	line-height: 1.33333;
	border-radius: 0
}

.form-group-lg select.form-control {
	height: 57px;
	line-height: 57px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 57px;
	min-height: 44px;
	padding: 15px 22px;
	font-size: 20px;
	line-height: 1.33333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 47.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
	width: 57px;
	height: 57px;
	line-height: 57px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
	width: 33px;
	height: 33px;
	line-height: 33px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 29px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #e4e4e8
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 31px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 15px;
		font-size: 20px
	}
}

@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 14px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.55;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #a9b522;
	border-color: #95a01e
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #818a1a;
	border-color: #31340a
}

.btn-primary:hover {
	color: #fff;
	background-color: #818a1a;
	border-color: #656c14
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #818a1a;
	border-color: #656c14
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #656c14;
	border-color: #31340a
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	background-image: none
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #a9b522;
	border-color: #95a01e
}

.btn-primary .badge {
	color: #a9b522;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
	background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
	background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
	background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
	background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #a9b522;
	font-weight: normal;
	border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
	color: #6d7516;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #c9cad5;
	text-decoration: none
}

.btn-lg {
	padding: 14px 22px;
	font-size: 20px;
	line-height: 1.33333;
	border-radius: 0
}

.btn-sm {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 0
}

.btn-xs {
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 0
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

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

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropup,
.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 16px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 11px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.55;
	color: #555;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #484848;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #a9b522
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #c9cad5
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 14px;
	line-height: 1.55;
	color: #c9cad5;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav:before,
.nav:after {
	content: " ";
	display: table
}

.nav:after {
	clear: both
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #c9cad5
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #c9cad5;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #eee;
	border-color: #a9b522
}

.nav .nav-divider {
	height: 1px;
	margin: 11px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.55;
	border: 1px solid transparent;
	border-radius: 0 0 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #9fa0ad;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 0
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #a9b522
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
	float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width: 768px) {

	.nav-justified>li,
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width: 768px) {

	.nav-tabs-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 0 0 0 0
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

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

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

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 24px;
	border: 1px solid transparent
}

.navbar:before,
.navbar:after {
	content: " ";
	display: table
}

.navbar:after {
	clear: both
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 0
	}
}

.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table
}

.navbar-header:after {
	clear: both
}

@media (min-width: 768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table
}

.navbar-collapse:after {
	clear: both
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {

	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px
	}
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width: 768px) {

	.container>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width: 768px) {

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 13px 15px;
	font-size: 20px;
	line-height: 24px;
	height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width: 768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 6.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 24px
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 24px
	}

	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none
	}
}

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 13px;
		padding-bottom: 13px
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 6px;
	margin-bottom: 6px
}

@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0
	}

	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 6px;
	margin-bottom: 6px
}

.navbar-btn.btn-sm {
	margin-top: 8.5px;
	margin-bottom: 8.5px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 13px;
	margin-bottom: 13px
}

@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
}

@media (min-width: 768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #f4f4f6
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #f4f4f6
}

.navbar-inverse .navbar-nav>li>a {
	color: #f4f4f6
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #090909;
	color: #fff
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #f4f4f6
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #f4f4f6
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #f4f4f6
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 24px;
	list-style: none;
	background-color: #fff;
	border-radius: 0
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	content: "> ";
	padding: 0 5px;
	color: #000
}

.breadcrumb>.active {
	color: #000
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 24px;
	line-height: 1.55;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.thumbnail .caption {
	padding: 9px;
	color: #9fa0ad
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #a9b522
}

.alert {
	padding: 15px;
	margin-bottom: 24px;
	border: 1px solid transparent;
	border-radius: 0
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

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

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 24px;
	margin-bottom: 24px;
	background-color: #f5f5f5;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	background-color: #a9b522;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
	padding: 24px;
	border-radius: 0
}

.well-sm {
	padding: 9px;
	border-radius: 0
}

.close {
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header:before,
.modal-header:after {
	content: " ";
	display: table
}

.modal-header:after {
	clear: both
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.55
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px
	}
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none !important
}

.visible-sm {
	display: none !important
}

.visible-md {
	display: none !important
}

.visible-lg {
	display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.btn-round .arrow,
.cta-scrolldown-wrapper .cta-scrolldown .btn-scrolldown,
#scroll-to-top .scroll-top-wrapper .arrow,
.box-carousel .arrow,
.content-syndication .arrow,
.object-listing.grid .arrow,
.full-carousel-content .arrow {
	display: inline-block;
	position: relative
}

.btn-round .arrow:before,
.cta-scrolldown-wrapper .cta-scrolldown .btn-scrolldown:before,
#scroll-to-top .scroll-top-wrapper .arrow:before,
.box-carousel .arrow:before,
.content-syndication .arrow:before,
.object-listing.grid .arrow:before,
.full-carousel-content .arrow:before,
.btn-round .arrow:after,
.cta-scrolldown-wrapper .cta-scrolldown .btn-scrolldown:after,
#scroll-to-top .scroll-top-wrapper .arrow:after,
.box-carousel .arrow:after,
.content-syndication .arrow:after,
.object-listing.grid .arrow:after,
.full-carousel-content .arrow:after {
	content: "";
	display: block
}

.btn-round .arrow:before,
.cta-scrolldown-wrapper .cta-scrolldown .btn-scrolldown:before,
#scroll-to-top .scroll-top-wrapper .arrow:before,
.box-carousel .arrow:before,
.content-syndication .arrow:before,
.object-listing.grid .arrow:before,
.full-carousel-content .arrow:before {
	height: 2px;
	width: 20px;
	background: #fff
}

.btn-round .arrow:after,
.cta-scrolldown-wrapper .cta-scrolldown .btn-scrolldown:after,
#scroll-to-top .scroll-top-wrapper .arrow:after,
.box-carousel .arrow:after,
.content-syndication .arrow:after,
.object-listing.grid .arrow:after,
.full-carousel-content .arrow:after {
	width: 15px;
	height: 15px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-50%) rotate(-45deg);
	position: absolute;
	right: 0;
	top: 1px
}

.main-footer ul.menu-footer a,
#location .content .details a {
	display: inline-block;
	position: relative
}

.main-footer ul.menu-footer a:before,
#location .content .details a:before {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	height: 1px;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #222;
	transition: all 0.3s
}

.main-footer ul.menu-footer a:hover,
#location .content .details a:hover,
.main-footer ul.menu-footer a:focus,
#location .content .details a:focus {
	text-decoration: none
}

.main-footer ul.menu-footer a:hover:before,
#location .content .details a:hover:before {
	width: 100%
}

h4,
h5,
h6,
.h4,
.subtitle,
.h5,
.h6 {
	font-weight: 400
}

.btn-default {
	color: #9fa0ad;
	background-color: transparent;
	border-color: #a9b522;
	position: relative;
	transition: all 0.3s 0.1s;
	border-color: #a9b522
}

.btn-default:focus,
.btn-default.focus {
	color: #9fa0ad;
	background-color: transparent;
	border-color: #454a0e
}

.btn-default:hover {
	color: #9fa0ad;
	background-color: transparent;
	border-color: #798118
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	color: #9fa0ad;
	background-color: transparent;
	border-color: #798118
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
	color: #9fa0ad;
	background-color: transparent;
	border-color: #454a0e
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: transparent;
	border-color: #a9b522
}

.btn-default .badge {
	color: transparent;
	background-color: #9fa0ad
}

.btn-default:before {
	content: "";
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 0;
	background: #a9b522;
	position: absolute;
	transition: all 0.3s
}

.btn-default .btn-label {
	position: relative
}

.btn-default:hover {
	color: #fff;
	border-color: rgba(169, 181, 34, 0)
}

.btn-default:hover:before {
	width: 100%
}

.btn-default:hover .btn-label {
	color: #fff
}

.btn-default.white {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	border-color: #fff
}

.btn-default.white:focus,
.btn-default.white.focus {
	color: #fff;
	background-color: transparent;
	border-color: #bfbfbf
}

.btn-default.white:hover {
	color: #fff;
	background-color: transparent;
	border-color: #e0e0e0
}

.btn-default.white:active,
.btn-default.white.active,
.open>.btn-default.white.dropdown-toggle {
	color: #fff;
	background-color: transparent;
	border-color: #e0e0e0
}

.btn-default.white:active:hover,
.btn-default.white:active:focus,
.btn-default.white:active.focus,
.btn-default.white.active:hover,
.btn-default.white.active:focus,
.btn-default.white.active.focus,
.open>.btn-default.white.dropdown-toggle:hover,
.open>.btn-default.white.dropdown-toggle:focus,
.open>.btn-default.white.dropdown-toggle.focus {
	color: #fff;
	background-color: transparent;
	border-color: #bfbfbf
}

.btn-default.white:active,
.btn-default.white.active,
.open>.btn-default.white.dropdown-toggle {
	background-image: none
}

.btn-default.white.disabled:hover,
.btn-default.white.disabled:focus,
.btn-default.white.disabled.focus,
.btn-default.white[disabled]:hover,
.btn-default.white[disabled]:focus,
.btn-default.white[disabled].focus,
fieldset[disabled] .btn-default.white:hover,
fieldset[disabled] .btn-default.white:focus,
fieldset[disabled] .btn-default.white.focus {
	background-color: transparent;
	border-color: #fff
}

.btn-default.white .badge {
	color: transparent;
	background-color: #fff
}

.btn-default.white:before {
	background: #fff
}

.btn-default.white:hover {
	color: #a9b522;
	border-color: rgba(255, 255, 255, 0)
}

.btn-default.white:hover .btn-label {
	color: #a9b522
}

.btn-round {
	position: relative;
	border-radius: 50%;
	width: 48px;
	height: 48px
}

.btn-round .arrow {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%)
}

.btn-readmore {
	transition: all 0.3s
}

.btn-readmore .arrow {
	opacity: 1;
	transition: opacity 0.3s
}

.btn-readmore:before {
	content: "Read more";
	position: relative;
	top: 4px;
	opacity: 0;
	transition: opacity 0.3s
}

.btn-readmore:hover {
	border-radius: 0;
	width: 113px
}

.btn-readmore:hover:before {
	opacity: 1
}

.btn-readmore:hover .arrow {
	opacity: 0
}

@media (min-width: 768px) {

	h1,
	.h1 {
		font-size: 51px
	}

	h2,
	.h2 {
		font-size: 41px
	}

	h3,
	.h3 {
		font-size: 34px
	}

	h4,
	.h4,
	.subtitle {
		font-size: 22px
	}

	h5,
	.h5 {
		font-size: 17px
	}

	h6,
	.h6 {
		font-size: 15px
	}

	body {
		font-size: 17px
	}
}

@media (min-width: 992px) {

	h1,
	.h1 {
		font-size: 54px
	}

	h2,
	.h2 {
		font-size: 43px
	}

	h3,
	.h3 {
		font-size: 36px
	}

	h4,
	.h4,
	.subtitle {
		font-size: 23px
	}

	h5,
	.h5 {
		font-size: 18px
	}

	h6,
	.h6 {
		font-size: 16px
	}

	body {
		font-size: 18px
	}
}

.text-dark {
	color: #555
}

.no-top-margin {
	margin-top: 0 !important
}

.no-margin {
	margin: 0 !important
}

.clip-x {
	overflow-x: hidden
}

.clipped {
	overflow: hidden
}

.dropcap {
	font-size: 2.9em;
	float: left;
	vertical-align: top;
	line-height: 1;
	margin-right: 0.05em;
	color: #a9b522
}

.uppercase {
	text-transform: uppercase
}

.clear-padding {
	padding: 0 !important
}

.title {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 43px;
	padding-top: 18px
}

.title .sub {
	display: block;
	font-size: 0.66em;
	font-weight: 400;
	margin-bottom: 10px
}

.title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 8px;
	width: 88px;
	background-color: #d77575
}

.title.white {
	color: #fff
}

.title.text-right:before {
	left: auto;
	right: 0
}

.subtitle {
	font-weight: 200;
	line-height: 1.375;
	color: #9fa0ad
}

.overlap-top {
	margin-top: 0
}

@media (min-width: 992px) {
	.overlap-top.md-collapse {
		margin-top: -40px
	}
}

@media (min-width: 768px) {
	.overlap-top.sm-collapse {
		margin-top: -40px
	}
}
.info {
	color: #676868;
	text-align: justify;
	position: relative;
	padding-top: 25px;
}
.info::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	background: #d77575;
	width: 50px;
}
.sec-description {
	margin: 50px 0 50px 0;
}
.title-animated {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #a9b522 50%);
	background-position: -0% 0;
	background-size: 210% auto;
	color: #fff;
	text-decoration: none;
	transition: background-position 0.5s ease-out;
	line-height: 1.5
}

.title-animated.in,
.title-animated.static-in {
	background-position: -95% 0
}

.title-animated:before,
.title-animated:after {
	content: "";
	display: inline-block;
	width: 0.2em
}

@media (min-width: 1510px) {
	.container {
		width: 1320px
	}
}

.modal-open {
	overflow: hidden !important
}

.modal {
	top: 0
}

@media (min-width: 992px) {
	.modal {
		top: 80px
	}
}

.modal .modal-content {
	border: none;
	min-height: calc(100vh - 20px)
}

@media (min-width: 768px) {
	.modal .modal-content {
		min-height: 0
	}
}

.modal .modal-header {
	border: none;
	background-color: #fff;
	color: #fff
}

.modal .modal-title {
	color: #fff;
	font-weight: 200
}

.modal .modal-header .close-body,
.modal .modal-body .close-body {
	position: absolute;
	right: 0
}

.modal .close-body span {
	font-size: 3em;
	line-height: 0.45;
	font-weight: 200
}

@media (min-width: 768px) {

	.modal .modal-header .close-body,
	.modal .modal-body .close-body {
		transform: translateX(50%)
	}
}

@media (min-width: 768px) {

	.modal .modal-header,
	.modal .modal-body {
		padding: 30px;
		padding-bottom: 0
	}

	.modal .modal-body {
		padding: 30px
	}

	.modal .modal-footer {
		padding: 20px 30px
	}
}

@media (min-width: 1200px) {

	.modal .modal-header,
	.modal .modal-body {
		padding: 40px;
		padding-bottom: 0
	}

	.modal .modal-body {
		padding: 40px
	}

	.modal .modal-footer {
		padding: 20px 40px
	}

	.modal .close-body span {
		font-size: 3em;
		line-height: 0.45;
		font-weight: 200
	}
}

.breadcrumb {
	font-size: 16px;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	margin-top: 24px
}

.breadcrumb a {
	color: #000
}

.breadcrumb a:focus,
.breadcrumb a:hover {
	text-decoration: none
}

.breadcrumb .active {
	color: #d77575
}

.img-responsive-full {
	width: 100%;
	height: auto
}

.cta-scrolldown-wrapper {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 0
}

@media (max-width: 480px) {
	.cta-scrolldown-wrapper {
		display: none
	}
}

.cta-scrolldown-wrapper .cta-scrolldown {
	text-align: center;
	display: inline-block;
	height: 42px;
	width: 87px;
	position: relative;
	overflow: hidden
}

.cta-scrolldown-wrapper .cta-scrolldown:before {
	content: "";
	display: block;
	position: absolute;
	width: 58px;
	height: 58px;
	background: #a9b522;
	top: 13px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg)
}

.cta-scrolldown-wrapper .cta-scrolldown .btn-scrolldown {
	position: relative;
	position: relative;
	transform: rotate(90deg);
	top: 17px;
	animation: yo-yo 1s infinite alternate
}

@keyframes yo-yo {
	from {
		top: 10px
	}

	to {
		top: 20px
	}
}

.landing-featured-project #featured2 {
	padding-top: 0
}

@media (min-width: 992px) {
	.landing-featured-project #featured2 {
		padding-top: 60px
	}
}

.landing-featured-project .title-block-color .title-animated {
	line-height: 1.5
}

.landing-featured-project .featured {
	position: relative;
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 60px;
	background-color: #fff
}

.landing-featured-project .featured:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff
}

@media (min-width: 992px) {
	.landing-featured-project .featured:before {
		display: none
	}
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}

	75% {
		transform: translate3d(0, -10px, 0)
	}

	90% {
		transform: translate3d(0, 5px, 0)
	}

	to {
		transform: none
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

.person-quotes {
	padding-top: 60px
}

.person-quotes .words-wrapper {
	position: relative
}

.person-quotes .title-container {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.person-quotes .quotes-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-30%)
}

.person-quotes .quotes-container .quote {
	color: #222;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	max-width: 90%
}

.person-quotes .quotes-container .role {
	margin-top: 55px;
	font-size: 18px;
	font-weight: 300;
	color: #222;
	text-transform: uppercase
}

.person-quotes .quotes-container .source {
	font-weight: bold
}

@media (min-width: 1200px) {
	.person-quotes .quotes-container .quote {
		font-size: 24px
	}
}

.person-quotes .img-container {
	position: relative;
	overflow: hidden
}

.person-quotes .img-container:before {
	content: "\201c";
	font-size: 300px;
	font-family: Arial, sans-serif;
	color: #a9b522;
	margin: 0;
	display: block;
	position: absolute;
	left: 50%;
	top: 35%;
	line-height: 0;
	transform: translateX(-50%);
	z-index: 1
}

@media (min-width: 1400px) {
	.person-quotes .img-container:before {
		font-size: 500px;
		top: 45%
	}
}

.person-quotes .mask {
	float: left;
	width: 50%;
	overflow: hidden
}

.person-quotes .img-shift {
	position: relative;
	left: -1px
}

.person-quotes .words-wrapper-smaller .img-wrapper {
	margin-left: -15px;
	margin-right: -15px
}

.person-quotes .words-wrapper-smaller .img-wrapper.left {
	box-shadow: -200px 0 0 #222
}

.person-quotes .words-wrapper-smaller .img-wrapper.right {
	box-shadow: 200px 0 0 #222
}

.person-quotes .words-wrapper-smaller .quote {
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	color: #222
}

.person-quotes .words-wrapper-smaller .role {
	font-size: 18px;
	color: #222;
	text-transform: uppercase
}

.person-quotes .words-wrapper-smaller .source {
	font-weight: bold
}

.person-quotes .words-wrapper-smaller .quote-wrapper {
	margin: 60px 0;
	text-align: center
}

.person-quotes .words-wrapper-smaller .quote-wrapper:before {
	content: "\201c";
	font-size: 150px;
	font-family: Arial, sans-serif;
	color: #a9b522;
	display: block;
	line-height: 0;
	padding-top: 20px
}

.person-quotes.one-person .words-wrapper-smaller .row:last-child {
	display: none
}

#main-nav {
	position: fixed;
	width: 100%;
	padding: 30px 20px;
	top: 0;
	z-index: 1000;
	transition: all 0.3s;
	background-color: rgba(0, 0, 0, 0.5)
}

#main-nav .logo {
	display: inline-block;
	position: relative
}

#main-nav .logo img {
	height: 33px;
	width: auto
}

#main-nav .logo-desc {
	display: none
}

#main-nav .icon-menu:hover,
#main-nav .icon-menu:focus,
#main-nav .icon-search:hover,
#main-nav .icon-search:focus {
	text-decoration: none
}

#main-nav .icon-menu.open,
#main-nav .icon-search.open {
	position: relative;
	z-index: 1
}

#main-nav .icon-search {
	position: relative;
	left: 0;
	transition: all 0.3s
}

#main-nav .icon-search.open {
	left: 50px
}

#main-nav .cta-lang {
	float: right;
	margin-top: -19px
}

#main-nav .cta-lang a {
	color: #fff;
	font-size: 14px;
	border-top: 3px solid rgba(255, 255, 255, 0);
	padding-top: 11px;
	margin: 0 10px;
	transition: all 0.3s
}

#main-nav .cta-lang a.active {
	border-top-color: #fff
}

#main-nav .cta-lang a:hover,
#main-nav .cta-lang a:focus {
	text-decoration: none;
	border-top-color: #fff
}

#menu-nav .cta-lang {
	float: none;
	display: block;
	margin: 0 !important;
	padding: 30px 0
}

#menu-nav .cta-lang a:first-child {
	margin-left: 0
}

#main-nav .cta-menu {
	float: right
}

#main-nav .cta-menu a {
	opacity: 1;
	transition: all 0.3s
}

#main-nav .cta-menu.active a:not(.open) {
	opacity: 0;
	visibility: hidden
}

#main-nav #menu-nav {
	display: none;
	background-color: #222;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 30px;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: auto
}

#main-nav #menu-nav .main-link {
	font-size: 24px;
	font-weight: 200
}

#main-nav #menu-nav .main-link:hover,
#main-nav #menu-nav .main-link:focus {
	text-decoration: none;
	background-position: -95% 0
}

#main-nav #menu-nav .inside-logo {
	width: auto;
	height: 34px;
	margin: 18px 0
}

#main-nav #menu-nav .inside-logo.desc {
	display: none
}

@media (min-width: 768px) {
	#main-nav #menu-nav .inside-logo {
		width: auto;
		height: 40px;
		margin-bottom: 20px
	}

	#main-nav #menu-nav .inside-logo.desc {
		display: inline-block;
		margin-left: 10px;
		padding-left: 10px;
		border-left: 1px solid #fff
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#main-nav #menu-nav .description {
		margin-top: 40px
	}
}

#main-nav #menu-nav .sublink {
	padding-left: 20px;
	list-style: none
}

#main-nav #menu-nav .sublink li {
	margin: 7px 0
}

#main-nav #menu-nav .sublink a {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #a9b522 50%);
	background-position: -0% 0;
	background-size: 210% auto;
	color: #fff;
	text-decoration: none;
	transition: background-position 0.5s ease-out
}

#main-nav #menu-nav .sublink a:hover,
#main-nav #menu-nav .sublink a:focus {
	text-decoration: none;
	background-position: -95% 0
}

@media (min-width: 1200px) {
	#main-nav #menu-nav .sublink a {
		font-size: 24px
	}

	#main-nav #menu-nav .sublink li {
		margin-top: 8px;
		margin-bottom: 0
	}
}

#main-nav #menu-nav a {
	color: #fff
}

#main-nav #menu-nav .caption:before {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	background-color: #a9b522;
	margin: 16px 0
}

@media (min-width: 768px) {
	#main-nav #menu-nav {
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;
		margin: 0;
		height: 100%;
		padding-top: 10px
	}
}

@media (min-width: 992px) {
	#main-nav #menu-nav {
		padding-top: 100px
	}
}

@media (min-width: 1200px) {
	#main-nav #menu-nav .main-link {
		font-size: 43px
	}
}

#main-nav #search-nav {
	display: none;
	background-color: #222;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 12px
}

#main-nav #search-nav input {
	width: 100%;
	border: none;
	background-color: transparent;
	font-size: 18px;
	font-weight: 200
}

#main-nav #search-nav input:focus {
	outline: none
}

@media (min-width: 768px) {
	#main-nav #search-nav {
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;
		margin: 0;
		height: 100%;
		padding-top: 100px
	}
}

@media (min-width: 1200px) {
	#main-nav #search-nav input {
		font-size: 54px
	}
}

#main-nav.bg-active {
	background-color: #222;
	padding: 20px
}

#main-nav.bg-active .logo img {
	width: auto;
	height: 33px;
	transition: height 0.3s
}

#main-nav.bg-active .cta-lang {
	margin-top: -11px
}

@media (min-width: 768px) {
	#main-nav {
		padding: 30px
	}

	#main-nav .logo img {
		width: auto;
		height: 40px
	}

	#main-nav .logo-desc {
		display: inline-block;
		padding-left: 10px;
		margin-left: 10px;
		border-left: 1px solid #fff
	}

	#main-nav.bg-active .logo img {
		width: auto;
		height: 40px
	}
}

@media (min-width: 1200px) {
	#main-nav {
		padding: 30px 60px
	}

	#main-nav .logo img {
		width: auto;
		height: 53px
	}

	#main-nav.bg-active {
		padding: 20px 60px
	}
}

#scroll-to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s
}

#scroll-to-top.show {
	visibility: visible;
	opacity: 1
}

#scroll-to-top .scroll-top-wrapper .btn-primary {
	transform: rotate(-45deg) translateY(75%);
	width: 7em;
	height: 7em
}

#scroll-to-top .scroll-top-wrapper .arrow {
	transform: rotate(-45deg);
	position: relative;
	top: -3px
}

#main-footer #scroll-to-top {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 5px;
	padding: 0;
	overflow: hidden
}

#main-footer #scroll-to-top .btn {
	margin: 0
}

.main-footer {
	background-color: #f2f2f2;
	text-align: center
}

.main-footer ul.menu-footer {
	padding: 50px 0;
	text-transform: uppercase;
    display: inline-block;
}

.main-footer ul.menu-footer li {
    display: inline-block;
}

.main-footer ul.menu-footer a {
	display: inline-block;
	color: #222;
	font-size: 16px;
	margin: 0 7px
}

@media (min-width: 1200px) {
	.main-footer ul.menu-footer a {
		margin: 0 30px 0 0;
	}
}

.main-footer .social {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px
}

.main-footer .social a {
	display: inline-block;
	opacity: 1;
	transition: all 0.3s
}
.main-footer .social ul li:first-child a {
    margin-left: 20px;
}

.main-footer .social a:hover {
	opacity: 0.5
}

@media (min-width: 991px) {
	.main-footer .social {
		display: inline-block;
		border-left: 1px solid rgba(15,120,87,1);
		float: right;
		border-top: none;
		margin-top: 45px;
		padding-top: 0;
	}
}

.main-footer .sticky-scroll-top-container {
	position: relative
}

.main-footer .copyright {
	background-color: #a9b522;
	font-size: 12px;
	color: #fff;
	padding: 20px 0
}

.main-footer .copyright .disclaimer {
	display: block;
	text-align: center
}

.main-footer .copyright .disclaimer a {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 7px
}

@media (min-width: 768px) {
	.main-footer .copyright .disclaimer {
		float: right;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.main-footer .copyright {
		text-align: left
	}
}

@media (min-width: 1200px) {
	.main-footer {
		text-align: left
	}
}

#side-nav {
	display: none
}

@media (min-width: 1400px) {
	#side-nav {
		display: block;
		position: fixed;
		top: 50%;
		transform: translateY(-50%);
		padding-left: 25px;
		font-size: 14px;
		z-index: 100
	}

	#side-nav ul {
		padding: 0;
		list-style-type: none;
		width: 45px
	}

	#side-nav.dark-bg a:before {
		border-color: #fff
	}

	#side-nav.dark-bg a+span {
		color: #fff
	}

	#side-nav li {
		position: relative;
		white-space: nowrap
	}

	#side-nav .active a:before {
		background-color: #a9b522;
		border-color: #a9b522
	}

	#side-nav .active a+span {
		display: inline-block
	}

	#side-nav a:before {
		content: "";
		display: inline-block;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		border: 2px solid #9fa0ad;
		transition: all 0.3s
	}

	#side-nav a:hover:before {
		background-color: #a9b522;
		border-color: #a9b522
	}

	#side-nav li+li {
		margin-top: 20px
	}

	#side-nav a+span {
		display: none;
		margin-left: 18px;
		padding-left: 13px;
		border-left: 3px solid #a9b522;
		font-size: 19px;
		white-space: nowrap
	}

	#side-nav .top {
		position: absolute;
		bottom: 17px;
		transform: rotate(90deg);
		transform-origin: bottom left
	}

	#side-nav .top>span {
		display: inline-block;
		transform: rotate(180deg)
	}

	#side-nav .bot {
		position: absolute;
		bottom: -13px;
		transform: rotate(-90deg);
		transform-origin: top left
	}
}

#side-nav .hovering li.active>span {
	display: none
}

#side-nav .hovering li:not(.active) a:hover+span {
	display: inline-block
}

.subsidiary-carousel-container {
	position: relative
}

.subsidiary-carousel-item {
	display: none;
	padding-top: 100px
}

.subsidiary-carousel-item .thumb {
	position: relative;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
	right: 20%
}

.subsidiary-carousel-item .thumb>img {
	position: absolute;
	top: 0;
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden
}

.subsidiary-carousel-item .caption {
	position: relative;
	padding-left: 60px
}

.subsidiary-carousel-item .caption:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 43px;
	height: 3px;
	background-color: #a9b522
}

.subsidiary-carousel-item.active {
	display: block
}

.subsidiary-carousel-item.transition {
	display: block;
	position: absolute;
	top: 0;
	z-index: 1
}

.box-carousel .bc-item-img-container {
	position: relative;
	overflow: hidden
}

.box-carousel .bc-item-img-container .bc-item-img {
	display: none;
	overflow: hidden
}

.box-carousel .bc-item-img-container .bc-item-img.active {
	display: block
}

.box-carousel .bc-item-img-container .bc-item-img.transition {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.box-carousel .bc-img-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2
}

.box-carousel .arrow:before {
	background-color: #555
}

.box-carousel .arrow:after {
	border-bottom-color: #555;
	border-right-color: #555
}

.box-carousel .arrow.left {
	transform: rotate(180deg)
}

.box-carousel .btn-nav {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	height: 48px
}

.box-carousel .bc-caption {
	position: relative;
	padding: 30px;
	background-color: #f2f2f2;
	z-index: 2
}

@media (min-width: 768px) {
	.box-carousel .bc-caption {
		margin-top: -60px;
		width: 83.33%
	}
}

.box-carousel .bc-caption.no-style {
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	width: 100%;
	background-color: transparent
}

@media (min-width: 992px) {
	.box-carousel .bc-caption.no-style {
		padding-top: 0;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px
	}
}

.box-carousel .bc-caption .bc-item {
	display: none
}

.box-carousel .bc-caption .bc-item h4 {
	margin-top: 0
}

.box-carousel .bc-caption .bc-item.active {
	display: block
}

.box-carousel .bc-caption .bc-item.transition {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.box-carousel .bc-caption .bc-item .author {
	font-style: italic;
	margin: 30px 0;
	font-weight: 300
}

.box-carousel .bc-item-container {
	position: relative
}

.box-carousel .bc-controller {
	position: absolute;
	right: 30px;
	bottom: 30px
}

.box-carousel .bc-controller a {
	display: inline-block
}

.box-carousel .bc-controller a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #8a8a8a;
	transition: all 0.3s
}

.box-carousel .bc-controller a:hover {
	text-decoration: none
}

.box-carousel .bc-controller a:hover:before,
.box-carousel .bc-controller a.active:before {
	background-color: #1f1f1f
}

.box-carousel .bc-controller a+a {
	margin-left: 15px
}

.carousel-full-width {
	padding-top: 60px
}

#grey-tab {
	position: relative;
	background-color: #f2f2f2
}

#grey-tab+section {
	padding-top: 50px
}

#grey-tab .nav-tabs {
	border-color: transparent
}

#grey-tab .nav-tabs li>a {
	color: #000;
	border-color: transparent;
	transition: all 0.3s;
    padding: 10px 25px;
}

#grey-tab .nav-tabs li:not(.active)>a:hover,
#grey-tab .nav-tabs li:not(.active)>a:focus,
#grey-tab .nav-tabs li.current_page_item>a {
	background-color: #fff;
	color: #d77575
}

#grey-tab .nav-tabs li.active>a {
	color: #222
}

#grey-tab .nav-tabs .dropdown-menu .active>a {
	color: #fff
}

@media (min-width: 1200px) {
	#grey-tab .nav-tabs li {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	.main-tab:before {
		content: "";
		width: 66.67%;
		position: absolute;
		top: -60px;
		height: 60px;
		background: #f2f2f2
	}

	.main-tab.white:before {
		background: #fff
	}
}

.generic-masthead {
	position: relative;
	overflow: hidden
}

.generic-masthead .bg-photo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: -50px;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #333
}

.generic-masthead .bg-black {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.34
}

.generic-masthead .generic-masthead-title {
	position: relative;
	text-align: center;
	color: #fff;
	padding: 120px 15px
}

.generic-masthead .generic-masthead-title h2 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase
}

.generic-masthead .generic-masthead-title h1 {
	margin-top: 12px;
	font-size: 36px;
	font-weight: 100;
	color: #fff;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto
}

@media (min-width: 768px) {
	.generic-masthead .generic-masthead-title h1 {
		font-size: 52px
	}
}

@media (min-width: 992px) {
	.generic-masthead .generic-masthead-title {
		padding: 175px 15px
	}
}

@media (min-width: 1200px) {
	.generic-masthead .generic-masthead-title h1 {
		font-size: 72px;
		margin-top: 24px
	}
}

.content-syndication,
.object-listing.grid {
	padding-top: 60px
}

.content-syndication a,
.object-listing.grid a {
	display: block;
	text-decoration: none
}

.content-syndication a:hover .img-4-3,
.object-listing.grid a:hover .img-4-3 {
	transform: scale(1.1)
}

.content-syndication .title,
.object-listing.grid .title {
	margin-top: 0
}

.content-syndication .img-wrapper,
.object-listing.grid .img-wrapper {
	position: relative;
	padding-bottom: 75%;
	overflow: hidden
}

.content-syndication .img-4-3,
.object-listing.grid .img-4-3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 75%;
	background-color: #ddd;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s
}

.content-syndication .thumb-caption,
.object-listing.grid .thumb-caption {
	position: relative;
	background: #a9b522;
	margin-right: 42px;
	padding: 24px;
	color: #fff;
	margin-top: -30px
}

.content-syndication .thumb-caption p,
.object-listing.grid .thumb-caption p {
	font-size: 16px;
	font-weight: 300;
	color: #fff
}

.content-syndication .thumb-caption .title-article>div,
.object-listing.grid .thumb-caption .title-article>div {
	font-weight: 300
}

.content-syndication .thumb-caption .date,
.object-listing.grid .thumb-caption .date {
	font-size: 18px;
	font-weight: normal;
	margin-top: 25px
}

.content-syndication .thumb-caption:hover,
.object-listing.grid .thumb-caption:hover,
.content-syndication .thumb-caption:focus,
.object-listing.grid .thumb-caption:focus {
	text-decoration: none;
	color: #fff
}

@media (min-width: 601px) {

	.content-syndication .thumb-caption .title-article,
	.object-listing.grid .thumb-caption .title-article {
		font-size: 24px
	}
}

@media (min-width: 768px) {

	.content-syndication .thumb-caption .title-article,
	.object-listing.grid .thumb-caption .title-article {
		overflow: hidden;
		height: 74px;
		line-height: 37px
	}

	.content-syndication .thumb-caption .title-article:before,
	.object-listing.grid .thumb-caption .title-article:before {
		content: "";
		float: left;
		width: 5px;
		height: 74px
	}

	.content-syndication .thumb-caption .title-article>*:first-child,
	.object-listing.grid .thumb-caption .title-article>*:first-child {
		float: right;
		width: 100%;
		margin-left: -5px
	}

	.content-syndication .thumb-caption .title-article:after,
	.object-listing.grid .thumb-caption .title-article:after {
		content: "\02026";
		box-sizing: content-box;
		float: right;
		position: relative;
		top: -37px;
		left: 100%;
		width: 3em;
		margin-left: -3em;
		padding-right: 5px;
		text-align: right;
		background-size: 100% 100%;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);
		background: linear-gradient(to right, rgba(169, 181, 34, 0), #a9b522 50%, #a9b522)
	}
}

@media (max-width: 600px) {

	.content-syndication .thumb-caption,
	.object-listing.grid .thumb-caption {
		margin-right: 21px
	}

	.content-syndication .thumb-caption .date,
	.object-listing.grid .thumb-caption .date {
		margin-top: 15px;
		font-size: 14px
	}
}

.content-syndication .news-bg,
.object-listing.grid .news-bg {
	background: #222;
	margin-top: 60px
}

.content-syndication .news-bg .news-item,
.object-listing.grid .news-bg .news-item {
	margin-top: -60px;
	margin-bottom: 80px;
	padding: 0 12px
}

@media (max-width: 767px) {

	.content-syndication .news-bg .news-item,
	.object-listing.grid .news-bg .news-item {
		padding: 0 100px
	}
}

@media (max-width: 480px) {

	.content-syndication .news-bg .news-item,
	.object-listing.grid .news-bg .news-item {
		padding: 0 12px
	}
}

.content-syndication .arrow,
.object-listing.grid .arrow {
	float: right;
	position: relative;
	top: 12px
}

.dropdown.select {
	display: block;
	vertical-align: middle
}

.dropdown.select+.dropdown {
	margin-top: 5px
}

.dropdown.select .dropdown-menu,
.dropdown.select .dropdown-toggle {
	width: 100%
}

.dropdown.select .dropdown-menu>li>a {
	white-space: normal
}

.dropdown.select.inverse .btn-label {
	color: #a9b522
}

.dropdown.select.inverse .dropdown-toggle {
	border-color: #fff;
	background-color: #fff
}

.dropdown.select.inverse .dropdown-toggle .caret {
	border-right-color: #a9b522;
	border-bottom-color: #a9b522
}

.dropdown.select.inverse .dropdown-menu {
	border-color: #fff
}

.dropdown.select.inverse.open .btn,
.dropdown.select.inverse .btn:hover {
	border-color: #fff
}

.dropdown.select.inverse.open .btn .btn-label,
.dropdown.select.inverse .btn:hover .btn-label {
	color: #fff
}

.dropdown.select.white .btn-label {
	color: #fff
}

.dropdown.select.white .dropdown-toggle {
	border-color: #fff
}

.dropdown.select.white .dropdown-toggle .caret {
	border-right-color: #fff;
	border-bottom-color: #fff
}

.dropdown.select.white.open .btn,
.dropdown.select.white .btn:hover {
	border-color: #a9b522
}

.dropdown.select.open .dropdown-toggle {
	color: #fff;
	background-color: #a9b522
}

.dropdown.select.open .dropdown-toggle:before {
	width: 100%
}

.dropdown.select.open .dropdown-toggle .caret {
	border-right-color: #fff;
	border-bottom-color: #fff
}

.dropdown.select .btn-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	line-height: 1;
	padding-bottom: 2px;
	top: 3px
}

.dropdown.select .btn {
	transition: all 0.3s
}

.dropdown.select .btn .caret {
	width: 0.5em;
	height: 0.5em;
	border: none;
	border-right: 2px solid #222;
	border-bottom: 2px solid #222;
	transform: rotate(45deg);
	margin-top: 0.4em;
	margin-left: 0.5em;
	transition: all 0.3s;
	vertical-align: top;
	position: absolute;
	right: 10px
}

.dropdown.select .btn:before {
	display: none
}

.dropdown.select .btn:hover,
.dropdown.select .btn:focus,
.dropdown.select .btn.focus {
	color: #fff;
	background-color: #a9b522;
	outline: none;
	padding-right: 30px
}

.dropdown.select .btn:hover .caret,
.dropdown.select .btn:focus .caret,
.dropdown.select .btn.focus .caret {
	border-right-color: #fff;
	border-bottom-color: #fff
}

.dropdown.select .dropdown-menu {
	padding: 0;
	border: 1px solid #a9b522;
	margin-top: -1px;
	max-height: 400px;
	overflow-y: auto;
	min-width: 0
}

.dropdown.select .dropdown-menu li+li {
	border-top: 1px solid #a9b522
}

.dropdown.select .dropdown-menu li>a {
	padding: 6px 12px;
	padding-right: 24px;
	transition: all 0.3s
}

.dropdown.select .dropdown-menu li>a:hover {
	background-color: #a9b522;
	color: #fff
}

.dropdown.select .dropdown-toggle {
	color: #222;
	text-align: left
}

@media (min-width: 768px) {
	.dropdown.select {
		display: inline-block
	}

	.dropdown.select+.dropdown {
		margin-top: 0
	}

	.dropdown.select .dropdown-menu,
	.dropdown.select .dropdown-toggle {
		width: 210px
	}

	.dropdown.select .btn-label {
		width: 165px
	}

	.dropdown.select.sm .dropdown-toggle,
	.dropdown.select.sm .dropdown-menu {
		width: 150px
	}

	.dropdown.select.sm .btn-label {
		width: 75px
	}
}

@media (min-width: 1200px) {
	.dropdown.select .dropdown-toggle {
		width: 300px;
		font-size: 24px;
		font-weight: 200;
		padding-left: 20px;
		padding-right: 35px
	}

	.dropdown.select .dropdown-menu {
		width: 300px
	}

	.dropdown.select .dropdown-menu li>a {
		padding: 6px 20px;
		padding-right: 50px;
		font-size: 24px;
		font-weight: 200
	}

	.dropdown.select .btn-label {
		width: 230px;
		overflow: visible;
		position: relative;
		top: 0
	}

	.dropdown.select.sm .dropdown-toggle,
	.dropdown.select.sm .dropdown-menu {
		width: 180px
	}

	.dropdown.select.sm .btn-label {
		width: 110px
	}

	.dropdown.select+.dropdown {
		margin-top: 0
	}

	.dropdown.select .btn .caret {
		right: 15px
	}
}

.quotes {
	margin-top: 60px;
	background-color: #f2f2f2;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	color: #222;
	padding: 60px 0
}

.quotes.white {
	background-color: #fff;
	padding: 0
}

@media (min-width: 1200px) {
	.quotes {
		padding: 90px 0;
		font-size: 24px
	}
}

.quotes .quotes-content {
	position: relative
}

.quotes .quotes-content:before {
	content: "\201c";
	font-size: 200px;
	font-family: Arial, sans-serif;
	color: #a9b522;
	display: block;
	line-height: 0;
	font-style: normal;
	width: 100%;
	text-align: center;
	height: 70px;
	position: relative;
	top: 75px
}

@media (min-width: 1200px) {
	.quotes .quotes-content:before {
		position: absolute;
		right: 100%;
		width: auto;
		top: auto;
		height: auto;
		margin-right: 15px;
		line-height: 1
	}
}

.quotes .quotes-source {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	font-style: normal;
	margin-top: 30px
}

.image-module {
	margin-top: 60px;
	margin-bottom: -30px
}

.img-module-caption {
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	margin-top: 25px;
	position: relative;
	margin-bottom: 30px
}

.img-module-caption:before {
	content: "";
	display: block;
	width: 44px;
	height: 3px;
	background-color: #a9b522;
	margin-bottom: 25px
}

@media (min-width: 1200px) {
	.img-module-caption {
		margin-bottom: 60px
	}
}

.staff-awards,
.services-and-awards {
	padding-top: 50px
}

@media (min-width: 1200px) {

	.staff-awards,
	.services-and-awards {
		padding-top: 100px
	}

	.staff-awards .staff-wrapper,
	.services-and-awards .staff-wrapper {
		margin-top: 60px
	}
}

.staff-awards .staff-link:hover,
.services-and-awards .staff-link:hover,
.staff-awards .staff-link:focus,
.services-and-awards .staff-link:focus {
	text-decoration: none
}

.staff-awards .staff-link:hover .img-wrapper:after,
.services-and-awards .staff-link:hover .img-wrapper:after {
	opacity: 0.7
}

.staff-awards .staff-link:hover .img-wrapper .overlay,
.services-and-awards .staff-link:hover .img-wrapper .overlay {
	opacity: 1
}

.staff-awards .staff-link .img-wrapper,
.services-and-awards .staff-link .img-wrapper {
	position: relative
}

.staff-awards .staff-link .img-wrapper:after,
.services-and-awards .staff-link .img-wrapper:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #a9b522;
	opacity: 0;
	transition: opacity 0.3s
}

.staff-awards .staff-link .img-wrapper .overlay,
.services-and-awards .staff-link .img-wrapper .overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	border: none;
	opacity: 0;
	transition: all 0.3s;
	z-index: 1
}

.staff-awards .staff-link .img-wrapper .overlay .arrow:before,
.services-and-awards .staff-link .img-wrapper .overlay .arrow:before {
	background: #a9b522
}

.staff-awards .staff-link .img-wrapper .overlay .arrow:after,
.services-and-awards .staff-link .img-wrapper .overlay .arrow:after {
	border-right-color: #a9b522;
	border-bottom-color: #a9b522
}

.staff-awards .staff,
.services-and-awards .staff {
	background: #222;
	margin: 0 -15px;
	padding: 0 15px;
	padding-top: 30px
}

@media (min-width: 992px) {

	.staff-awards .staff,
	.services-and-awards .staff {
		background: transparent;
		margin: 0;
		padding: 0
	}
}

@media (min-width: 992px) {

	.staff-awards .staff .title,
	.services-and-awards .staff .title {
		margin-top: 60px
	}
}

.staff-awards .clipped,
.services-and-awards .clipped {
	overflow: hidden
}

.staff-awards .staff-img-container,
.services-and-awards .staff-img-container {
	padding: 0 5px
}

.staff-awards .staff-img-container .col-span,
.services-and-awards .staff-img-container .col-span {
	padding: 0 10px
}

.staff-awards .staff-img-container img,
.services-and-awards .staff-img-container img {
	width: 100%;
	height: auto
}

.staff-awards .staff-wrapper,
.services-and-awards .staff-wrapper,
.staff-awards .awards-wrapper,
.services-and-awards .awards-wrapper {
	position: relative
}

.staff-awards .staff-bg,
.services-and-awards .staff-bg {
	background: #222;
	height: 100%;
	width: 200%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

@media (min-width: 992px) {

	.staff-awards .staff-bg,
	.services-and-awards .staff-bg {
		height: 320px;
		right: 15px;
		transform: none;
		left: auto
	}
}

.staff-awards .staff-name,
.services-and-awards .staff-name {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 24px 0
}

@media (min-width: 992px) {

	.staff-awards .staff-name,
	.services-and-awards .staff-name {
		color: #222
	}
}

@media (min-width: 1200px) {

	.staff-awards .staff-img-container,
	.services-and-awards .staff-img-container {
		padding-right: 16.67%;
		padding-top: 20px
	}
}

.staff-awards .awards-bg,
.services-and-awards .awards-bg {
	background: #a9b522;
	width: 200%;
	height: 100%;
	position: absolute;
	left: -50%;
	background-size: cover
}

@media (min-width: 992px) {

	.staff-awards .awards-bg,
	.services-and-awards .awards-bg {
		left: 5px
	}
}

.staff-awards .awards,
.services-and-awards .awards {
	position: relative;
	padding: 60px 0;
	min-height: 480px
}

@media (min-width: 480px) {

	.staff-awards .awards,
	.services-and-awards .awards {
		padding: 60px 36px
	}
}

.staff-awards .awards h3,
.services-and-awards .awards h3 {
	margin-top: 0;
	text-transform: uppercase
}

.staff-awards .awards h3,
.services-and-awards .awards h3,
.staff-awards .awards .table td,
.services-and-awards .awards .table td,
.staff-awards .awards .table th,
.services-and-awards .awards .table th {
	color: #fff
}

.staff-awards .awards .table td,
.services-and-awards .awards .table td,
.staff-awards .awards .table th,
.services-and-awards .awards .table th {
	border-top: none;
	padding-left: 0
}

.staff-awards .awards .table th,
.services-and-awards .awards .table th {
	font-size: 24px;
	font-weight: 200;
	width: 80px
}

.staff-awards .awards .table td,
.services-and-awards .awards .table td {
	padding-top: 13px
}

.staff-awards .awards .align-table,
.services-and-awards .awards .align-table {
	padding-left: 80px
}

.modal .table.awards td,
.modal .table.awards th {
	color: #555
}

.modal .table.awards td,
.modal .table.awards th {
	border-top: none;
	padding-left: 0
}

.modal .table.awards th {
	font-size: 24px;
	font-weight: 300;
	width: 80px
}

.modal .table.awards td {
	padding-top: 13px
}

.specialist-services {
	background: url("../img/global/pattern.png");
	padding: 60px 0;
	margin-top: 60px;
	position: relative
}

@media (min-width: 768px) {
	.specialist-services {
		padding: 60px 0;
		margin-top: 70px
	}
}

.specialist-services .title-services {
	text-align: center;
	padding-bottom: 60px
}

.specialist-services .title-services h3 {
	text-transform: uppercase;
	color: #fff;
	margin-top: 0
}

.specialist-services .title-services p {
	color: #9fa0ad;
	margin-bottom: 0
}

@media (min-width: 768px) {
	.specialist-services .title-services {
		padding-bottom: 60px
	}
}

.specialist-services .services-link ul {
	list-style: none;
	padding: 0
}

@media (min-width: 992px) {
	.specialist-services .services-link ul {
		columns: 2
	}
}

.specialist-services .services-link .less {
	text-align: center;
	columns: auto
}

.specialist-services .services-link .less li+li {
	padding-top: 0.5em
}

.specialist-services .services-link .less li:first-child {
	padding-top: 0
}

.specialist-services .services-link a {
	font-size: 20px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #a9b522 50%);
	background-position: -0% 0;
	background-size: 210% auto;
	color: #fff;
	text-decoration: none;
	transition: background-position 0.5s ease-out;
	color: #ccc;
	font-weight: 300;
	vertical-align: middle;
	transition: all 0.5s ease-out
}

@media (min-width: 768px) {
	.specialist-services .services-link a {
		font-size: 23px
	}
}

@media (min-width: 992px) {
	.specialist-services .services-link a {
		font-size: 24px
	}
}

@media (max-width: 480px) {
	.specialist-services .services-link a {
		font-size: 16px
	}
}

.specialist-services .services-link a.dpa {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #49538a 50%)
}

.specialist-services .services-link a.dpc {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #8b2434 50%)
}

.specialist-services .services-link a.dpd {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #f37e1f 50%)
}

.specialist-services .services-link a.dpe {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #cd202c 50%)
}

.specialist-services .services-link a.dpf {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #417fc9 50%)
}

.specialist-services .services-link a.dpg {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #a9b522 50%)
}

.specialist-services .services-link a.dph {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #9079ad 50%)
}

.specialist-services .services-link a.dpi {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #89503d 50%)
}

.specialist-services .services-link a.dpl {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ebbd2c 50%)
}

.specialist-services .services-link a.dpsd {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #167c45 50%)
}

.specialist-services .services-link a.dpx {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #bb581f 50%)
}

.specialist-services .services-link a:hover,
.specialist-services .services-link a:focus,
.specialist-services .services-link a.active {
	text-decoration: none;
	background-position: -95% 0;
	color: #fff
}

.specialist-services .services-link li {
	padding-top: 0.5em
}

@media (min-width: 480px) {
	.specialist-services .fix-width+br {
		display: none
	}
}

@media (min-width: 768px) {
	.specialist-services .fix-width {
		display: inline-block;
		min-width: 2.5em;
		font-size: 80%;
		vertical-align: middle;
		font-weight: bold
	}
}

.services-and-awards .specialist-services {
	background: none
}

.services-and-awards .specialist-services .title-services,
.services-and-awards .specialist-services .services-link {
	position: relative
}

.services-and-awards .specialist-services:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 200%;
	background: url(../img/global/pattern.png);
	left: -50%
}

@media (min-width: 992px) {
	.services-and-awards .specialist-services:before {
		left: auto;
		right: 0
	}
}

@media (min-width: 992px) {

	.services-and-awards .specialist-services .title-services,
	.services-and-awards .specialist-services .services-link .less {
		text-align: left
	}
}

.carousel-static-caption,
.carousel-not-static-caption {
	padding-top: 60px
}

@media (min-width: 992px) {

	.carousel-static-caption,
	.carousel-not-static-caption {
		padding-top: 60px
	}
}

.carousel-static-caption .title-offset,
.carousel-not-static-caption .title-offset {
	position: relative;
	margin-top: 0;
	padding-top: 24px;
	z-index: 2
}

@media (min-width: 992px) {

	.carousel-static-caption .title-offset,
	.carousel-not-static-caption .title-offset {
		left: -16.67%;
		width: 116.67%
	}
}

.carousel-static-caption .box-carousel .bc-controller,
.carousel-not-static-caption .box-carousel .bc-controller {
	position: static;
	margin-top: 14px
}

.carousel-static-caption .dashed,
.carousel-not-static-caption .dashed {
	position: relative;
	padding-left: 65px
}

@media (min-width: 768px) {

	.carousel-static-caption .dashed,
	.carousel-not-static-caption .dashed {
		margin-top: 40px
	}
}

.carousel-static-caption .dashed:before,
.carousel-not-static-caption .dashed:before {
	content: "";
	position: absolute;
	display: block;
	width: 43px;
	height: 3px;
	background-color: #a9b522;
	top: 10px;
	left: 0
}

.carousel-not-static-caption .bc-item {
	display: none
}

.carousel-not-static-caption .bc-item h4 {
	margin-top: 0
}

.carousel-not-static-caption .bc-item.active {
	display: block
}

.carousel-not-static-caption .bc-item.transition {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.carousel-not-static-caption .bc-item .author {
	font-style: italic;
	margin: 30px 0;
	font-weight: 300
}

.carousel-full-width.grey {
	background: #f2f2f2;
	padding: 60px 0
}

.full-carousel-content {
	margin: 60px 0
}

.full-carousel-content .full-carousel-container {
	position: relative
}

.full-carousel-content .full-carousel-container .carousel-item {
	position: relative;
	overflow: hidden
}

.full-carousel-content .full-carousel-container .carousel-item .carousel-content-img-wrapper {
	height: 0;
	padding-bottom: 66.9%
}

.full-carousel-content .full-carousel-container .carousel-item .carousel-content-img-wrapper>img {
	position: absolute;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.full-carousel-content .full-carousel-container .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.full-carousel-content .full-carousel-container .slick-arrow.prev {
	z-index: 1
}

.full-carousel-content .full-carousel-container .slick-arrow.next {
	right: 0
}

.full-carousel-content .btn-nav {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	height: 48px
}

.full-carousel-content .arrow:before {
	background-color: #555
}

.full-carousel-content .arrow:after {
	border-bottom-color: #555;
	border-right-color: #555
}

.full-carousel-content .arrow.left {
	transform: rotate(180deg)
}

.object-listing.grid a {
	position: relative;
	overflow: hidden
}

.object-listing.grid a:hover .thumb-caption {
	transform: translateY(-100%)
}

.object-listing.grid .thumb-caption {
	background: #a9b522;
	padding: 15px 24px;
	position: absolute;
	margin: 0;
	left: 20px;
	right: 20px;
	transition: all 0.3s;
	opacity: 0.8
}

.object-listing.grid .img-wrapper {
	margin: 0;
	padding-bottom: 0
}

.object-listing.grid .thumb-caption .caption {
	font-size: 18px;
	color: #9fa0ad
}

.object-listing.grid .grid-title {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-align: center
}

@media (min-width: 768px) {
	.object-listing.grid .grid-title {
		font-size: 18px;
		overflow: hidden;
		height: 75px;
		line-height: 25px
	}

	.object-listing.grid .grid-title:before {
		content: "";
		float: left;
		width: 5px;
		height: 75px
	}

	.object-listing.grid .grid-title>*:first-child {
		float: right;
		width: 100%;
		margin-left: -5px
	}

	.object-listing.grid .grid-title:after {
		content: "\02026";
		box-sizing: content-box;
		float: right;
		position: relative;
		top: -25px;
		left: 100%;
		width: 3em;
		margin-left: -3em;
		padding-right: 5px;
		text-align: right;
		background-size: 100% 100%;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);
		background: linear-gradient(to right, rgba(169, 181, 34, 0), #a9b522 50%, #a9b522)
	}
}

.object-listing.grid .grid-item {
	margin-bottom: 60px
}

@media (min-width: 481px) and (max-width: 767px) {
	.object-listing.grid .grid-item {
		width: 66.67%;
		margin-left: 16.66%
	}
}

@media (min-width: 768px) {
	.object-listing.grid .grid-item {
		margin-left: 0
	}
}

.object-listing .object-item+.object-item {
	padding-top: 60px
}

.object-listing .object-item-wrapper {
	margin-bottom: 60px;
	margin-top: 60px
}

.object-listing .object-item-wrapper:before,
.object-listing .object-item-wrapper:after {
	content: " ";
	display: table
}

.object-listing .object-item-wrapper:after {
	clear: both
}

@media (min-width: 1200px) {
	.object-listing .object-item-wrapper {
		margin-top: 0
	}
}

.object-listing .img-wrapper {
	margin: 0 15px;
	overflow: hidden
}

.object-listing .img-wrapper>img {
	max-width: 100%;
	height: auto;
	transition: all 0.3s;
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden
}

.object-listing .img-wrapper>img:hover {
	transform: scale(1.1);
	cursor: pointer
}

.object-listing .object-text {
	position: relative;
	padding: 0 15px
}

.object-listing .object-title {
	margin-left: 15px
}

.object-listing .object-title .category {
	text-transform: uppercase;
	color: #a9b522;
	font-size: 18px;
	font-weight: 200
}

.object-listing .object-title .category span {
	display: inline-block
}

.object-listing .object-title .object-title-title {
	margin-top: 10px;
	font-weight: 300;
	color: #a9b522
}

.object-listing .object-description {
	min-height: 190px
}

.object-listing .object-description .meta {
	font-size: 14px;
	position: relative;
	padding-left: 60px;
	padding-bottom: 20px
}

.object-listing .object-description .meta:before {
	content: "";
	display: block;
	width: 44px;
	height: 3px;
	background-color: #a9b522;
	position: absolute;
	top: 10px;
	left: 0
}

.object-listing .object-description .meta+p {
	padding-left: 60px
}

.object-listing .object-description .dash {
	position: relative;
	padding-left: 60px
}

.object-listing .object-description .dash:before {
	content: "";
	display: block;
	width: 44px;
	height: 3px;
	background-color: #a9b522;
	position: absolute;
	top: 10px;
	left: 0
}

@media (min-width: 768px) {
	.object-listing:not(.grid) .img-wrapper {
		padding: 0
	}

	.object-listing .object-item {
		width: 80%;
		margin: 0 auto
	}

	.object-listing .object-text {
		padding: 0
	}

	.object-listing .object-title {
		margin-left: 0
	}
}

@media (min-width: 768px) {
	.object-listing .object-picture {
		position: relative;
		width: 83.33%;
		left: 16.67%
	}
}

@media (min-width: 1200px) {
	.object-listing .object-picture {
		width: auto;
		position: static
	}
}

@media (min-width: 1200px) {
	.object-listing .object-item:nth-child(3n+1) {
		clear: both;
		padding: 60px 0;
		width: 100%;
		margin: 0
	}

	.object-listing .object-item:nth-child(3n+1):before,
	.object-listing .object-item:nth-child(3n+1):after {
		content: " ";
		display: table
	}

	.object-listing .object-item:nth-child(3n+1):after {
		clear: both
	}

	.object-listing .object-item:nth-child(3n+1) .object-picture {
		width: 50%;
		float: left
	}

	.object-listing .object-item:nth-child(3n+1) .object-picture .img-wrapper {
		width: 66.67%;
		position: relative;
		left: 33.33%;
		margin-left: 0
	}

	.object-listing .object-item:nth-child(3n+1) .object-text {
		width: 50%;
		float: left
	}

	.object-listing .object-item:nth-child(3n+1) .object-title {
		position: relative;
		padding-left: 24px;
		margin-top: 40px
	}

	.object-listing .object-item:nth-child(3n+1) .object-description {
		padding-left: 24px
	}

	.object-listing .object-item:nth-child(3n+2) {
		width: 50%;
		float: left
	}

	.object-listing .object-item:nth-child(3n+2) .object-picture {
		width: 66.67%;
		position: relative;
		left: 16.67%
	}

	.object-listing .object-item:nth-child(3n+2) .object-description {
		padding-right: 16.67%
	}

	.object-listing .object-item:nth-child(3n+2) .category {
		margin-top: 15px
	}

	.object-listing .object-item:nth-child(3n+2) .object-text {
		position: relative
	}

	.object-listing .object-item:nth-child(3n+3) {
		width: 50%;
		float: left
	}

	.object-listing .object-item:nth-child(3n+3) .object-picture {
		width: 66.67%;
		position: relative;
		left: 33.33%
	}

	.object-listing .object-item:nth-child(3n+3) .category {
		margin-top: 15px
	}

	.object-listing .object-item:nth-child(3n+3) .object-text {
		position: relative;
		width: 83.33%;
		left: 16.67%
	}
}

.blurb.blurb-3-lines {
	overflow: hidden;
	height: 84px;
	line-height: 28px
}

.blurb.blurb-3-lines:before {
	content: "";
	float: left;
	width: 5px;
	height: 84px
}

.blurb.blurb-3-lines>*:first-child {
	float: right;
	width: 100%;
	margin-left: -5px
}

.blurb.blurb-3-lines:after {
	content: "\02026";
	box-sizing: content-box;
	float: right;
	position: relative;
	top: -28px;
	left: 100%;
	width: 3em;
	margin-left: -3em;
	padding-right: 5px;
	text-align: right;
	background-size: 100% 100%;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff)
}

.social-media-share {
	position: relative
}

.social-media-share:before {
	content: "";
	display: block;
	width: 88px;
	height: 6px;
	background-color: #a9b522
}

.social-media-share span {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle
}

.social-media-share ul {
	list-style: none;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 20px 0
}

.social-media-share ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px
}

.social-media-share ul a {
	font-size: 1.1em;
	color: #9fa0ad
}

#location {
	position: relative;
	margin-top: 20px;
	overflow: hidden
}

#location .dropdown-wrapper {
	position: relative;
	z-index: 2
}

#location .dropdown-wrapper .dropdown-menu {
	max-height: 200px
}

@media (min-width: 1200px) {
	#location .dropdown-wrapper .dropdown-menu {
		max-height: 398px
	}
}

@media (min-width: 992px) {
	#location .dropdown-wrapper {
		top: 35px
	}
}

#location.white-bg {
	margin-top: 0
}

#location.white-bg .bg {
	background-color: #ffffff
}

@media (min-width: 992px) {
	#location.white-bg .dropdown-wrapper {
		padding: 35px 0
	}
}

@media (min-width: 768px) {
	#location.white-bg {
		margin-top: 0
	}
}

#location .content h4 {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	margin-top: 0
}

@media (min-width: 992px) {
	#location .content .title {
		margin-top: 100px
	}
}

#location .content .details a {
	color: #9fa0ad;
	font-style: italic
}

#location .content .details a:before {
	background-color: #9fa0ad
}

#location .content .details a:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	height: 1px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #9fa0ad
}

#location .content .details a:hover:after {
	width: 0
}

#location .bg {
	position: absolute;
	background-image: none;
	background-color: #222;
	width: 200%;
	height: 100%
}

#location .bg.anchor-right {
	right: 15px
}

@media (min-width: 992px) {
	#location .bg {
		background-color: rgba(0, 0, 0, 0.7)
	}
}

#location address {
	position: relative;
	padding-left: 65px
}

#location address:before {
	content: "";
	width: 44px;
	height: 3px;
	background-color: #c9c9d2;
	position: absolute;
	left: 0;
	top: 12px
}

#location .content-wrapper {
	padding-bottom: 20px
}

#location .details {
	position: relative
}

#location .map-wrapper {
	height: 300px;
	width: 100%;
	overflow: hidden;
	margin-bottom: -30px
}

#location .map-wrapper #map {
	height: 300px;
	width: 100%;
	position: absolute
}

@media (min-width: 768px) {
	#location {
		margin-top: 120px;
		overflow: hidden
	}

	#location .bg.collapse-md {
		left: -50%
	}

	#location .bg.collapse-md.anchor-right {
		right: auto
	}
}

@media (min-width: 992px) {
	#location .map-wrapper {
		position: absolute;
		height: 700px;
		margin-bottom: 0
	}

	#location .map-wrapper #map {
		height: 800px
	}

	#location .content-wrapper {
		height: 700px
	}
}

.masthead-subsidiary {
	background: #555;
	background-size: cover;
	position: relative
}

@media (min-width: 768px) {
	.masthead-subsidiary {
		min-height: 100vh
	}
}

.masthead-subsidiary .bg-black {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: black;
	opacity: 0.7
}

.masthead-subsidiary .masthead-title {
	position: relative;
	color: #fff;
	padding-bottom: 33px;
	margin-bottom: 30px
}

.masthead-subsidiary .masthead-title:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 90px;
	height: 3px;
	background-color: #a9b522;
	left: 50%;
	transform: translateX(-50%)
}

.masthead-subsidiary .text-container-wrapper {
	position: relative;
	padding-top: 150px;
	padding-bottom: 60px;
	text-align: center;
	width: 100%;
	padding: 100px 0
}

@media (min-width: 768px) {
	.masthead-subsidiary .text-container-wrapper {
		position: absolute;
		padding: 0;
		top: 50%;
		transform: translateY(-50%)
	}
}

.masthead-subsidiary .text-container-wrapper .text-container {
	padding: 0 15px;
	margin: 0 auto
}

@media (min-width: 768px) {
	.masthead-subsidiary .text-container-wrapper .text-container {
		padding: 0;
		width: 60%
	}
}

.filter {
	font-size: 24px;
	font-weight: 200;
	color: #222;
	display: inline-block
}

@media (min-width: 1200px) {
	.filter {
		display: inline-block;
		padding-right: 20px
	}
}

.filter-group {
	margin: 10px 0
}

.reset-filter {
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
	font-size: 14px;
	margin: 0 10px
}

.image-typology-module {
	margin: 60px 0
}

.image-typology-module .typology-title {
	color: #a9b522
}

.image-typology-module .typology-subhead {
	font-weight: bold
}

.image-typology-module .typology-meta {
	padding-left: 30px;
	border-left: 3px solid #a9b522
}

.filler {
	display: none
}

@media (min-width: 1200px) {
	.filler {
		background: #a9b522;
		display: inline-block;
		position: absolute
	}
}

@media (min-width: 1200px) {
	.filler-no-overlap {
		position: relative;
		z-index: 2
	}
}

.non-uppercase {
	text-transform: none
}

.no-padding .row>div {
	padding: 0 15px
}

@media (min-width: 768px) {
	.portrait-thumbnail {
		visibility: inherit
	}
}
#board-members {
    padding-bottom: 80px;
}
@media (max-width: 480px) {
	#board-members .col-xs-6 {
		width: 100%
	}
}

#board-members .portrait-thumbnail {
	display: block;
	position: relative;
    height: 356px;
}

#board-members .portrait-thumbnail>img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}

#board-members .portrait-thumbnail .caption {
	display: block;
	position: absolute;
	bottom: 1px;
	left: 10px;
	right: 10px;
	background: rgba(15, 120, 87, 0.7);
	color: #fff;
	padding: 10px 15px;
	opacity: 1;
	transition: all 0.3s;
    font-size: 18px;
    line-height: 24px;
    z-index: 99;
}

@media (min-width: 1200px) {
	#board-members .portrait-thumbnail .caption {
		left: 0;
		right: 0
	}
}

#board-members .portrait-thumbnail .role {
	display: block;
	margin-top: 0;
    font-size: 18px;
}

#board-members .portrait-thumbnail:hover .overlay {
	opacity: 1
}

#board-members .portrait-thumbnail:hover:after {
	opacity: 0.7
}

#board-members .portrait-thumbnail:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #d77575;
	opacity: 0;
	transition: opacity 0.3s;
    z-index: 90;
}

#board-members .portrait-thumbnail .overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	border: none;
	opacity: 0;
	transition: all 0.3s;
	z-index: 1;
    z-index: 99;
}

#board-members .portrait-thumbnail .overlay .arrow:before {
	background: #d77575
}

#board-members .portrait-thumbnail .overlay .arrow:after {
	border-right-color: #d77575;
	border-bottom-color: #d77575;
}
.main-tab-people-detail .breadcrumb {
	background: #f2f2f2;
	padding: 50px 180px 20px 0;
	position: absolute;
    top: -67px;
	width: 100%;
}
.main-tab-people-detail .breadcrumb::before {
	content: '';
	position: absolute;
	top: 0;
	left: -80px;
	background: #f2f2f2;
	padding: 50px 80px 36px 0px;
}
.profile-pic-detail {
	margin: 90px 0 0 0;
}
.profile-brief {
	padding: 90px 60px;
	text-align: justify;
}
.profile-brief p {
	line-height: 30px;
}
.porfolio {
	border: 1px #fff solid;
	padding: 15px 100px 18px 30px;
	display: inline-block;
	font-size: 25px;
	text-transform: uppercase;
	margin: 60px 0 0 0;
}
.porfolio:hover a, .porfolio:hover {
	background: #fff;
	color: #d77575;
}
.main-tab-people-detail .breadcrumb.no-append::before {
	display: none;
}
.main-tab-people-detail .breadcrumb.no-append {
	padding-left: 110px;
	background: #fff;
	padding-top: 35px;
}
@media (max-width: 480px) {
    #grey-tab .nav-tabs li>a {
        padding: 10px 13px;
    }
    .generic-masthead .generic-masthead-title {
        padding: 50px 15px;
    }
	.generic-masthead .generic-masthead-title h1 {
		font-size: 26px;
		line-height: 36px;
	}
	.generic-masthead .generic-masthead-title h2 {
		font-size: 15px;
	}
	.title:before {
		height: 5px;
	}
	.main-footer .wrapper.links {
		margin: 0 15px;
		max-width: 100%;
	}
	.main-footer ul.menu-footer a {
		margin: 4px 7px;
	}
	.main-footer ul.menu-footer {
		padding: 20px 0 0 0;
	}
	.main-footer .social {
		padding: 10px 0 10px 0;
		margin: 0;
	}
	#board-members .portrait-thumbnail {
        height: auto;
		margin: 0 0 20px 0;
    }
	#board-members .portrait-thumbnail .caption {
		left: 0;
		right: 0;
		width: 100%;
	}
	.main-tab-people-detail .breadcrumb {
		position: static;
	}
	.main-tab-people-detail .breadcrumb {
		background: #fff;
		padding: 0;
		font-size: 14px;
	}
	.breadcrumb>li+li:before {
		content: ">";
		padding: 0 2px;
	}
	.profile-pic-detail {
		margin: 10px 0 0 0;
	}
	.profile-brief {
		padding: 10px 0;
		text-align: left;
	}
	.porfolio {
		margin: 20px 0 0 0;
		padding: 15px 30px 18px 30px;
		font-size: 21px;
	}
	.info {
		text-align: left;
	}
}
