/**
 * IMPORT
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

.form .field-label {
	display:block;
	font-weight:500;
}

.form .field {
	display:block;
	width:100%;
	max-width:100%;
	padding:8px 10px;
	box-shadow:none;
	border:1px solid #ccc;
}

#signup-form {
	margin:0 0 100px 80px;
	text-align:right;
}

.form span.error {
	display:inline-block;
	width:auto;
	font-size:15px;
	margin-left:0;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.btn {
	display:inline-block;
	padding:8px 18px 7px;
	background:#f1673a;
	text-transform:uppercase;
	color:#fff;
	font-family:"Roboto Condensed",sans-serif;
	font-weight:300px;
	text-align:center;
	text-decoration:none;
	font-size:15px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	border:none;
}

.btn-lg {
	padding:14px 20px 13px;
	font-size:17px;
}

.btn:focus, .btn:hover, .btn:active {
	color:#fff;
	outline:none;
	background-color:#009dbe;
}

.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: 1297px) {
	.container {
		width: 1280px;
	}
}

.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: 1297px) {
	.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;
}

th {
	text-align: left;
}

.table, .template-page table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th, .template-page table > thead > tr > th,
.table > thead > tr > td,
.template-page table > thead > tr > td,
.table > tbody > tr > th,
.template-page table > tbody > tr > th,
.table > tbody > tr > td,
.template-page table > tbody > tr > td,
.table > tfoot > tr > th,
.template-page table > tfoot > tr > th,
.table > tfoot > tr > td,
.template-page table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th, .template-page table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .template-page table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.template-page table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.template-page table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.template-page table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.template-page table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.template-page table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody, .template-page table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table, .template-page table .table, .table .template-page table, .template-page .table table, .template-page 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, .template-page table {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .template-page table > thead > tr > th,
.table-bordered > thead > tr > td,
.template-page table > thead > tr > td,
.table-bordered > tbody > tr > th,
.template-page table > tbody > tr > th,
.table-bordered > tbody > tr > td,
.template-page table > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.template-page table > tfoot > tr > th,
.table-bordered > tfoot > tr > td,
.template-page table > tfoot > tr > td {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .template-page table > thead > tr > th,
.table-bordered > thead > tr > td,
.template-page table > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	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, .template-page table > thead > tr > td.active,
.table > thead > tr > th.active,
.template-page table > thead > tr > th.active, .table > thead > tr.active > td, .template-page table > thead > tr.active > td, .table > thead > tr.active > th, .template-page table > thead > tr.active > th,
.table > tbody > tr > td.active,
.template-page table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.template-page table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.template-page table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.template-page table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.template-page table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.template-page table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.template-page table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.template-page 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, .template-page table > thead > tr > td.success,
.table > thead > tr > th.success,
.template-page table > thead > tr > th.success, .table > thead > tr.success > td, .template-page table > thead > tr.success > td, .table > thead > tr.success > th, .template-page table > thead > tr.success > th,
.table > tbody > tr > td.success,
.template-page table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.template-page table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.template-page table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.template-page table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.template-page table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.template-page table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.template-page table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.template-page 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, .template-page table > thead > tr > td.info,
.table > thead > tr > th.info,
.template-page table > thead > tr > th.info, .table > thead > tr.info > td, .template-page table > thead > tr.info > td, .table > thead > tr.info > th, .template-page table > thead > tr.info > th,
.table > tbody > tr > td.info,
.template-page table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.template-page table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.template-page table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.template-page table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.template-page table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.template-page table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.template-page table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.template-page 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, .template-page table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.template-page table > thead > tr > th.warning, .table > thead > tr.warning > td, .template-page table > thead > tr.warning > td, .table > thead > tr.warning > th, .template-page table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.template-page table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.template-page table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.template-page table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.template-page table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.template-page table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.template-page table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.template-page table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.template-page 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, .template-page table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.template-page table > thead > tr > th.danger, .table > thead > tr.danger > td, .template-page table > thead > tr.danger > td, .table > thead > tr.danger > th, .template-page table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.template-page table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.template-page table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.template-page table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.template-page table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.template-page table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.template-page table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.template-page table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.template-page 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;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive > .table, .template-page .table-responsive > table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th, .template-page .table-responsive > table > thead > tr > th,
	.table-responsive > .table > thead > tr > td,
	.template-page .table-responsive > table > thead > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.template-page .table-responsive > table > tbody > tr > th,
	.table-responsive > .table > tbody > tr > td,
	.template-page .table-responsive > table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.template-page .table-responsive > table > tfoot > tr > th,
	.table-responsive > .table > tfoot > tr > td,
	.template-page .table-responsive > table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered, .template-page .table-responsive > table {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child, .template-page .table-responsive > table > thead > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.template-page .table-responsive > table > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.template-page .table-responsive > table > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.template-page .table-responsive > table > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.template-page .table-responsive > table > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child,
	.template-page .table-responsive > table > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child, .template-page .table-responsive > table > thead > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.template-page .table-responsive > table > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.template-page .table-responsive > table > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.template-page .table-responsive > table > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.template-page .table-responsive > table > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child,
	.template-page .table-responsive > table > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th, .template-page .table-responsive > table > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.template-page .table-responsive > table > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.template-page .table-responsive > table > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td,
	.template-page .table-responsive > table > 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: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	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: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-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: #777777;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #777777;
}
.form-control::-webkit-input-placeholder {
	color: #777777;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}

textarea.form-control {
	height: auto;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	line-height: 34px;
	line-height: 1.42857 \0;
}
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control {
	line-height: 30px;
}
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control {
	line-height: 46px;
}

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

.radio,
.checkbox {
	position: relative;
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,
.checkbox label {
	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 {
	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;
}
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control {
	padding-left: 0;
	padding-right: 0;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm, .form-horizontal .form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}

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

.input-lg, .form-horizontal .form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

select.input-lg, .form-horizontal .form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}

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

.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	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 {
	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 {
	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.sr-only ~ .form-control-feedback {
	top: 0;
}

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

@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 .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: 27px;
}
.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 {
	top: 0;
	right: 15px;
}
@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.3px;
	}
}
@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
	}
}

@-ms-viewport {
	width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .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;
	}

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

	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: 1296px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table;
	}

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

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1296px) {
	.visible-md-block {
		display: block !important;
	}
}

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

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

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

	table.visible-lg {
		display: table;
	}

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

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1297px) {
	.visible-lg-block {
		display: block !important;
	}
}

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

@media (min-width: 1297px) {
	.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: 1296px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1297px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}

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

	table.visible-print {
		display: table;
	}

	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;
	}
}
/**
 * Bootstrap sized breakpoints
 * Example:
 * @import breakpoint(sm) {
 *    h1 {
 *      font-size: 1.8em;
 *    }
 *  }
 */
/**
 * VARIABLES
 */
/**
 * COLORS
 * Note: use U.S. spelling, 'color' not 'colour'.
 */
/**
 * FONT IMPORTS
 */
/**
 * FONT VARIABLES
 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	float: none;
	height: 0;
}

a:hover, a:hover b, a:hover span {
	color: #009dbe;
}

.picture-container {
	display: block;
	position: relative;
	font-size: 0;
	overflow: hidden;
}
.picture-container img {
	width: 100%;
}
.picture-container .overlay {
	background: rgba(255, 255, 255, 0.5) url("/images/layout/icon_expand.png") no-repeat 50% 49%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.picture-container:hover .overlay {
	opacity: 1;
}

.picture-container p {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 16px;
	font-style: italic;
	background-color: #f1673a;
	width: 100%;
	color: #fff;
	padding: 0 15px;
	transform: translateY(100%);
	transition: all 0.3s ease-in-out;
	line-height: 30px;
	z-index: 11;
}
.picture-container:hover p {
	transform: translateY(0);
}

header {
	position: relative;
}
header .searchbar {
	background: #ebedee;
}
/* header .searchbar .contact a {
	margin-right: 1px;
	background: url("/images/layout/icon_mail.png") no-repeat 50% 50%;
}
header .searchbar .contact a:hover {
	background: #009dbe url("/images/layout/icon_mail_light.png") no-repeat 50% 50%;
}
header .searchbar .call {
	margin-right: 1px;
	background: url("/images/layout/icon_phone.png") no-repeat 50% 50%;
}
header .searchbar .call:hover {
	background: #009dbe url("/images/layout/icon_phone_light.png") no-repeat 50% 50%;
}
header .searchbar .contact a, header .searchbar .call {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	background-size: auto 17px;
	background-position: 50% 50%;
}
header .searchbar .contact a:hover, header .searchbar .call:hover {
	background-size: auto 17px;
	background-position: 50% 50%;
} */
header .searchbar .linkedin{
	background: url('/images/layout/social-linkedin.png') no-repeat 0 0;
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -999px;
}
header .searchbar .twitter, header .searchbar .facebook, header .searchbar .contact a, header .searchbar .call {
	background: url('/images/layout/sprite_social.png') no-repeat 0 0;
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -999px;
}
header .searchbar .twitter {background-position: -30px 0;}
header .searchbar .call {background-position: -60px 0;}
header .searchbar .contact a {background-position: -90px 0;}

header .searchbar .twitter:hover, .linkedin:hover, header .searchbar .facebook:hover, header .searchbar .contact a:hover, header .searchbar .call:hover { background-color: #009dbe;}
header .searchbar .facebook:hover {background-position: 0 100%;}
header .searchbar .twitter:hover {background-position: -30px 100%;}
header .searchbar .call:hover {background-position: -60px 100%;}
header .searchbar .contact a:hover {background-position: -90px 100%;}
header .searchbar .linkedin:hover {background: url('/images/layout/social-linkedin-white.png') no-repeat 0 0;background-color: #009dbe;}

@media (max-width: 767px) {
	header .searchbar form {
		display: none;
	}
}
@media (min-width: 768px) {
	header .searchbar form input[type="text"] {
		display: block;
		border: none;
		padding: 5px 5px 4px;
		outline: none;
	}
	header .searchbar form input[type="submit"] {
		margin-right: 0;
		float: right;
		border: none;
		background: #fff;
		width: 28px;
		height: 28px;
		overflow: hidden;
		text-indent: -9999px;
		background: #fff url("/images/layout/icon_search.png") no-repeat 50% 50%;
	}
}
header .branding {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	z-index: 1;
	position: relative;
	margin-bottom: -5px;
}
@media (max-width: 767px) {
	header .branding {
		padding-bottom: 5px;
	}
}
@media (min-width: 768px) {
	header .branding {
		padding-bottom: 5px;
	}
}
@media (min-width: 992px) {
	header .branding {
		padding-bottom: 0;
	}
}
header .branding .mobile-menu {
	height: 110px;
}
header .branding .mobile-menu .menu-toggle {
	background: #009dbe url("/images/layout/menu_toggle.png") no-repeat 50% 50%;
	background-size: 20px;
	width: 30px;
	height: 30px;
	diplay: block;
	position: absolute;
	bottom: 10px;
	right: 15px;
	overflow: hidden;
	text-indent: -100px;
}
header .branding .logo, header .branding .tagline {
	padding: 9px 0 14px;
}
header .branding .city-west-logo, header .branding .tagline {
	text-indent: -1000px;
	overflow: hidden;
}
header .branding .city-west-logo {
	background: url("/images/layout/logo_citywest.png") no-repeat 50% 50%;
	margin-left: 25px;
	background-size: contain;
	width: 163px;
	height: 89px;
	display: block;
	text-indent: -9999px;
}
header .branding .tagline {
	position: relative;
	height: 114px;
}
header .branding .tagline p {
	position: absolute;
	bottom: 10px;
	right: 0;
	display: inline-block;
	width: 395px;
	height: 13px;
	background: url("/images/layout/logo_tagline.png") no-repeat right 50%;
	background-size: auto 100%;
	float: right;
	text-indent: -9999px;
}

/* 25 Aug 2017 */

.update .subscribe-form {
    float: right!important;

    bottom: 0;
    margin-top: 0;
    height: 60px;
}

@media (max-width: 1280px) {  

	.update .subscribe-form {
		top: 0;
		right: 0;
		position: absolute;
	}

}
    

@media (min-width: 1280px) {  

	.update .subscribe-form {
	    right: 0;
        position: absolute;
	}

}

.update .subscribe-form label ,
.update .subscribe-form input  { 
    display: none;
}

.update header .branding .tagline p {
    background-image: url(/images/layout/logo_tagline-update.png);
    background-size: contain;
    float: left;
    background-position: left;
    display: inline-block;
    min-width: 195px;
    min-width: 195px;
    
    left: 0;
    background-size: cover;
    height: 20px;
    bottom: 8px;
}

header .branding .tagline-mobile {
	background-color: #3d505a;
}
header .branding .tagline-mobile div {
	margin: 7px auto;
	background: url("/images/layout/logo_tagline_footer-update.png") no-repeat 50% 50%;
	background-size: contain;
	height: 7px;
	width: 100%;
}
header .single-image {
	width: 100%;
	background-size: cover;
	background-position: 50% 100%;
}
@media (max-width: 767px) {
	header .single-image {
		height: 143px !important;
	}
}
@media (min-width: 768px) {
	header .single-image {
		height: 300px;
	}
}
header .hero-image {
	font-size: 0;
}
@media (max-width: 767px) {
	header .hero-image .bx-wrapper {
		height: 143px !important;
	}
}
@media (min-width: 768px) {
	header .hero-image .bx-wrapper {
		height: 270px;
	}
}
@media (min-width: 992px) {
	header .hero-image .bx-wrapper {
		height: 375px;
	}
}
header .hero-image .slide {
	width: 100%;
	background-size: cover;
	background-position: 50% 100%;
}
@media (max-width: 767px) {
	header .hero-image .slide {
		height: 143px !important;
	}
}
@media (min-width: 768px) {
	header .hero-image .slide {
		height: 270px;
	}
}
@media (min-width: 992px) {
	header .hero-image .slide {
		height: 375px;
	}
}

nav {
	text-align: center;
	line-height: 0;
}
nav > ul > li {
	margin-right: -14px;
}

.nav {
	background-color: #009dbe;
}
@media (max-width: 767px) {
	.nav {
		position: absolute;
		top: 170px;
		left: 15px;
		right: 15px;
		z-index: 1;
	}
}
@media (min-width: 768px) {
	.nav {
		position: absolute;
		top: 170px;
		left: 15px;
		right: 15px;
		z-index: 1;
	}
}
@media (min-width: 992px) {
	.nav {
		position: relative;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
	}
}
.nav.closed {
	display: none;
}
.nav a {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 7px 10px;
}
.nav li {
	line-height: initial;
	text-align: left;
	list-style: none;
}
.nav ul {
	padding-left: 0;
}
.nav ul ul {
	padding-left: 8px;
	display: none;
}
.nav ul ul li {
	background: #4dbbd2;
	margin-bottom: 1px;
}
.nav ul .active {
	display: block;
}
.nav a {
	color: #fff;
}
.nav .first-item {
	display: none;
}
@media (min-width: 992px) {
	.nav {
		background-color: #3d505a;
		position: relative;
		top: initial;
		left: initial;
		right: initial;
		z-index: 1;
	}
	.nav .first-item {
		display: block;
	}
	.nav .first-item div, .nav li a {
		background: url("/images/layout/divider.png") no-repeat 100% 50%;
	}
	.nav .first-item div {
		padding: 16px 0;
	}
	.nav li:hover a, .nav ul ul {
		background: #009dbe;
	}
	.nav a {
		padding: 16px 26px;
	}
	.nav ul ul {
		z-index: 1;
		display: block;
	}
}

@media (min-width: 992px) {
	.nav {
		display: block !important;
	}

	#nav, #nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#nav {
		display: inline-block;
	}
	#nav a {
		display: block;
	}
	#nav li {
		float: left;
		line-height: 17px;
	}
	#nav li li {
		text-align: left;
		width: 100%;
	}
	#nav li li a {
		font-size: 14px;
		text-transform: none;
		padding: 7px 26px;
	}
	#nav li li a:hover {
		background: #4dbbd2;
	}
	#nav li ul {
		position: absolute;
		width: 13em;
		left: -999em;
	}
	#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
	}
}
@media (min-width: 992px) and (min-width: 992px) {
	#nav a {
		font-size: 15px;
	}
}
@media (min-width: 992px) and (min-width: 1296px) {
	#nav a {
		font-size: 16px;
	}
}

footer {
	background-color: #3d505a;
	padding-top: 30px;
}
footer ul {
	padding: 0;
	margin: 0;
}
footer ul li {
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width: 767px) {
	footer ul li {
		padding: 0;
	}
}
footer ul li:hover {
	background: #fff;
}
footer ul li:hover a {
	color: #009dbe;
	border-color: #fff;
}
footer ul a {
	display: block;
	border-bottom: solid 1px #565e61;
	line-height: 27px;
	text-decoration: none;
}
footer a, footer p {
	color: #fff;
}
footer .logo {
	background: url("/images/layout/logo_citywest_footer.png") no-repeat 50% 50%;
	background-size: contain;
	height: 95px;
	text-indent: -9999px;
}
footer .tagline {
	background: url("/images/layout/logo_tagline_footer.png") no-repeat 50% 50%;
	background-size: 100%;
	height: 11px;
	margin-top: 27px;
	text-indent: -9999px;
}


.update footer .tagline {
    background-image: url(/images/layout/logo_tagline_footer-update.png);
    height: 12px;
    background-size: cover;
}



@media (min-width: 768px) {
	footer .tagline {
		margin-bottom: 20px;
	}
}
footer .column-title {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
}
footer .contact * {
	display: block;
	padding-left: 32px;
}
footer .contact a {
	line-height: 25px;
	text-decoration: none;
}
footer .contact .phone {
	background: url("/images/layout/icon_footer_phone.png") no-repeat 0 0;
}
footer .contact .phone:hover {
	background-image: url("/images/layout/icon_footer_phone_hover.png");
}
footer .contact .email {
	padding: 0;
	margin: 0;
}
footer .contact .email span {
	padding: 0;
}
footer .contact .email script {
	display: none;
}
footer .contact .email a {
	background: url("/images/layout/icon_footer_mail.png") no-repeat 0 0;
}
footer .contact .email a:hover {
	background-image: url("/images/layout/icon_footer_mail_hover.png");
}
footer .contact .address {
	background: url("/images/layout/icon_footer_location.png") no-repeat 0 0;
}
footer .contact .address:hover {
	background-image: url("/images/layout/icon_footer_location_hover.png");
}
footer .contact .facebook {
	background: url("/images/layout/facebook.png") no-repeat 0 0;
}
footer .contact .facebook:hover {
	background-image: url("/images/layout/facebook_hover.png");
}
footer .contact .twitter {
	background: url('/images/layout/icon_footer_twitter.png') no-repeat 0 50%;
}
footer .contact .twitter:hover {
	background-image: url('/images/layout/icon_footer_twitter_hover.png');
}
footer .contact .linkedin {
	background: url("/images/layout/social-linkedin-white.png") no-repeat -1% 75%;
}
footer .contact .linkedin:hover {
	background-image: url("/images/layout/linked-in-logo-circle.png");
}
@media (max-width: 767px) {
	footer .quick-links {
		margin-top: 20px;
	}
}
@media (min-width: 768px) {
	footer .quick-links {
		margin-top: 20px;
	}
}
@media (min-width: 992px) {
	footer .quick-links {
		margin-top: 0;
	}
}
footer .quote {
	text-align: center;
	font-size: 17px;
}
footer .quote *:hover {
	background: transparent;
}
footer .quote .quote-container {
	background: url("/images/layout/speech_marks_open.png") no-repeat 0 0;
	padding-left: 23px;
	width: 100%;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}
footer .quote .single {
	background: url("/images/layout/speech_marks_closed.png") no-repeat 100% 100%;
	padding-right: 23px;
}
footer .quote .author {
	margin: 0;
	font-size: 14px;
}
@media (max-width: 767px) {
	footer .quote {
		margin-top: 20px;
	}
}
@media (min-width: 768px) {
	footer .quote {
		margin-top: 20px;
	}
}
@media (min-width: 992px) {
	footer .quote {
		margin-top: 0;
	}
}
footer .copyright {
	background-color: #254049;
	margin-top: 30px;
}
footer .copyright p {
	color: #c5cbce;
	text-align: center;
	font-size: 12px;
}
@media (max-width: 767px) {
	footer .copyright p {
		font-size: 9px;
	}
}

/**
 * GLOBAL ACCROSS ALL TEMPLATES
 */
* {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	color: #3d505a;
}

hr {
	border: solid 1px #e7e8e9;
}

#content {
	background-color: #f5f6f7;
	padding: 30px 0 0;
}

.quick-links p {
	margin: 0;
}
.quick-links .item1 .icon {
	background-position: 0 0;
}
.quick-links .item1:hover .icon {
	background-position: 0 100%;
}
.quick-links .item2 .icon {
	background-position: -141px 0;
}
.quick-links .item2:hover .icon {
	background-position: -141px 100%;
}
.quick-links .item3 .icon {
	background-position: -282px 0;
}
.quick-links .item3:hover .icon {
	background-position: -282px 100%;
}
.quick-links .item4 .icon {
	background-position: -423px 0;
}
.quick-links .item4:hover .icon {
	background-position: -423px 100%;
}
.quick-links .item {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #3d505a;
	padding: 15px 24px 20px;
	background-color: #fff;
	margin-bottom: 30px;
	border-bottom: solid 4px #c4cacd;
}
.quick-links .item .icon {
	width: 141px;
	height: 141px;
	background-image: url("/images/layout/sprite_home.png");
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 20px;
}
.quick-links .item .title {
	text-transform: uppercase;
	font-size: 20px;
	color: #f1673a;
	line-height: 26px;
	margin-bottom: 12px;
}
.quick-links .item .description {
	font-size: 16px;
	line-height: 22px;
}

.quick-links .picture-container {
	margin: -15px -24px 12px;
	border-bottom: solid 3px #E2E2E2;
}

.notices {
	margin-top: 30px;
}
.notices .noticeboard {
	padding-left: 30px;
}
@media (max-width: 991px) {
	.notices .noticeboard {
		padding-left: 15px;
	}
}
@media (min-width: 768px) {
	.notices .noticeboard {
		margin-bottom: 30px;
	}
}
.notices .noticeboard h2 {
	display: block;
	/* padding-left: 65px; */
	/* background: url("/images/layout/icon_noticeboard.png") no-repeat 0 50%; */
	color: #f1673a;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 15px;
	line-height: 50px;
}

.noticeboard .item {
	display: block;
	/*padding: 10px 0 0 27px;*/
	padding: 10px 0 0;
	width: 100%;
	text-decoration: none;
}
.noticeboard .item:hover {
	background: #009dbe url("/images/layout/icon_expand.png") no-repeat 10px 50%;
	padding-left: 53px;
}
.noticeboard .item:hover p {
	color: #fff;
}
.noticeboard .item:hover .excerpt {
	border-bottom: none;
	padding-bottom: 11px;
}
.noticeboard .item p {
	margin: 0;
}
.noticeboard .item .title {
	font-size: 20px;
	font-weight: 400;
}
.noticeboard .item .excerpt {
	border-bottom: solid 1px #d7dbdd;
	padding-bottom: 10px;
	font-size: 15px;
}
@media (max-width: 1296px) {
	.noticeboard .item .title {
		font-size: 16px;
	}
	.noticeboard .item .excerpt {
		font-size: 13px;
	}
	
	.subscribe-form {
	    float: right!important;
	    width: 90%!important;
	}
	
	.subscribe-form input {
	    max-width: 235px!important;
	    width: 45%!important;
	}
	
	.subscribe-form button {
	    max-width: 185px!important;
	    width: 52%!important;
	}
}

@media (max-width: 767px) {
	.noticeboard .item {
		width: 100%;
		padding-left: 0;
	}
	.noticeboard .item:hover {
		background: transparent;
		padding-left: 0;
		background-image: none;
	}
	.noticeboard .item:hover p {
		color: #3d505a;
	}
}
.case-study {
	background-color: #fff;
	border-bottom: solid 4px #c4cacd;
}
.case-study .picture-container {
	border-bottom: solid 4px #f1673a;
}
.case-study .preview {
	padding: 17px 16px 20px;
}
.case-study .title {
	margin: 0 0 15px;
}
.case-study .title a {
	color: #f1673a;
	text-transform: uppercase;
	text-decoration: none;
}
.case-study .title a:hover {
	text-decoration: underline;
}
.case-study .excerpt {
	margin: 0;
}

@media (max-width: 767px) {
	.case-study {margin-top: 40px;}
}

.screen-reader {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
}

.template-page h1 {
	margin: 0 0 29px;
	font-size: 35px;
}
.template-page h2 {
	color: #f1673a;
	border-bottom: solid 2px #dde1e3;
	margin: 0 0 8px;
	line-height: 34px;
}
.template-page p {
	margin: 0 0 18px;
}
.template-page img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	border-bottom: solid 5px #009dbe;
}
@media (max-width: 767px) {
	.template-page img {
		width: 100% !important;
		margin: 0 0 12px !important;
	}
}
@media (min-width: 768px) {
	.template-page img {
		width: 100% !important;
		margin: 0 0 12px !important;
	}
}
@media (min-width: 1296px) {
	.template-page img {
		width: auto !important;
		margin: 12px 30px !important;
	}
}
.template-page table {
	width: 100% !important;
}
.template-page.sitemap h1 {
	margin: 0;
}
.template-page.sitemap ul {
	margin: 0;
}
.template-page.sitemap ul ul {
	margin: 12px 0;
}

.template-page.reports img {
	display: block;
	margin: 0 auto !important;
	border: none;
}
.template-page.reports .uppercase {
	text-transform: uppercase;
}
.template-page.reports .featured .content h2 a {
	color: #f1673a;
	margin: 0 0 8px;
	line-height: 34px;
	text-decoration: none;
}
@media (max-width: 767px) {
	.template-page.reports .featured .content {
		margin-bottom: 30px;
	}
}
.template-page.reports .preview {
	margin-bottom: 30px;
}
.template-page.reports .preview a {
	display: block;
	min-height: 100px;
	width: 100%;
	text-decoration: none;
}
.template-page.reports .preview img {
	max-height: 100% !important;
}
@media (max-width: 767px) {
	.template-page.reports .preview {
		margin-bottom: 0;
	}
}
.template-page.reports .others div:nth-child(6n+1) {
	clear: left;
}
@media (max-width: 767px) {
	.template-page.reports .others div:nth-child(6n+1) {
		clear: none;
	}
	.template-page.reports .others div:nth-child(2n+1) {
		clear: left;
	}
}
.template-page.reports .others a {
	display: block;
	background-color: #ebedee;
	text-decoration: none;
}
.template-page.reports .others a img {
	max-height: 200px !important;
}
@media (max-width: 767px) {
	.template-page.reports .others a img {
		max-height: none !important;
	}
}
.template-page.reports .others a p {
	background-color: #f5f6f7;
}
.template-page.reports .others a:hover p {
	color: #129dbf;
}

.staff {
	margin-bottom: 18px;
}

.staff-container {
	margin-bottom: 29px;
}
.staff-container .info {
	margin-left: 200px;
}
.staff-container img {
	max-width: 157px !important;
}
.staff-container .staff-name {
	font-size: 30px;
	margin: 0;
}
.staff-container .staff-subtitle {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 10px;
}
.staff-container .staff-excerpt {
	margin: 0;
}
.staff-container .staff-excerpt p {
	margin: 0 0 6px;
}
@media (max-width: 500px) {
	.staff-container .info {
		margin: 0;
	}
	.staff-container img {
		float: none;
		display: block;
		margin: 0 auto !important;
		width: 200px !important;
		max-width: 100% !important;
	}
}

.large-list {
	margin-bottom: 18px;
}
.large-list .list-item:first-child {
	padding-top: 6px;
}

.large-list .list-item:first-child {
	padding-top: 6px;
}

.list-item {
	border-bottom: solid 2px #dbdfe1;
	padding: 14px 0;
}
.list-item p {
	margin: 0;
}
.list-item .list-item-title {
	font-size: 30px;
}

form label {
	text-align: left !important;
	font-weight: 300;
}
form label span, .form .error {
	display: inline-block;
	width: 5px;
	margin-left: 4px;
	color: #f00;
}
form input[type="submit"] {
	background: transparent;
	border: solid 2px #dbdfe1;
	padding: 5px 12px;
}
form .help-block {
	font-style: italic;
}

.news {
	font-size: 0;
}
.news a {
	text-decoration: none;
}
.news a:hover {
	text-decoration: underline;
}
.news .categories {
	background-color: #009dbe;
	padding-bottom: 8px;
}
.news .categories p, .news .categories a {
	display: block;
	padding: 5px 16px;
	margin: 0;
	color: #fff;
}
.news .categories a:hover {
	background: #4dbbd2;
	text-decoration: none;
}
.news .categories p {
	font-size: 20px;
}
.news .categories ul {
	border-top: solid 1px #72b8c7;
	margin: 0;
	padding: 0;
}
.news .categories li {
	list-style: none;
}
.news .container {
	font-size: 16px;
}
.news h2, .news .single h1 {
	font-size: 30px;
	border-bottom: solid 2px #d3d8da;
	line-height: 44px;
}
.news .single h1 {
	margin: 0;
}
.news .picture-container {
	width: 243px;
}
.news .placeholder {
	background-color: #231f20;
	width: 100%;
	height: 170px;
}
.news img {
	width: 100%;
}

.single .article-image img {
	max-height: 400px;
	height: 100% !important;
	width: 100% !important;
}

.single img {
	/*border-bottom: solid 5px #009dbe;*/
}

.list h1 {
	display: block;
	/*padding-left: 65px;*/
	/*background: url("/images/layout/icon_noticeboard.png") no-repeat 0 50%;*/
	color: #f1673a;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 15px;
	line-height: 50px;
}
.list h2 {
	margin: 20px 0 0;
}
.list h2 a:hover {
	text-decoration: none;
}
.list article {
	border-bottom: solid 1px #d8dcde;
	padding-bottom: 29px;
}
.list .excerpt {
	margin-left: 288px;
}
.list .categories {
	margin-top: 20px;
}
.list .keep-reading {
	color: #009dbe;
}
.list img, .list .placeholder {
	border-bottom: solid 5px #f1673a;
}
.list .pagination {
	margin: 20px 0;
}

/*Custom Landing*/

.landing .remove-padding-left {
	padding-left: 0;
	border-left: solid 2px #e7e8e9;
}

.landing .remove-padding-right {
	padding-right: 0;

}

.landing .padding-left-added {
	padding: 30px 0 0 30px;
}

.landing .slider img { width: 100% }

.landing h1 {
	display: block;
	color: #f1673a;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 0;
	line-height: 50px;
}

.landing .more-news {
	height: 226px;
	max-height: 226px;
}

.landing .more-news img {
		position: relative;
		height: 100%;
		width: 100%;
}

.landing .more-news .row {
	margin: 0;
	display: -webkit-box;
	transform: translate(0, -70px);
	-webkit-transform: translate(0, -70px);
	-moz-transform: translate(0, -70px);
	-ms-transform: translate(0, -70px);
	-o-transform: translate(0, -70px);
}

.landing .more-news .more-news-text {
	background-color: #009dbe;
}

.landing .more-news .more-news-text p {
	font-size: 27px;
	color: #fff;
	margin: 8px auto;
	padding-left: 15px;
}

.landing .more-news .btn-more-news a{
		color: #fff;
		background-color: #231f20;
		border: solid 2px #fff;
		font-size: 19px;
		padding: 12px;
		text-decoration: none;
		display: inline-block;
}

.landing .large-news img {
		width: 100%;
}

.landing .large-news article {
	display: block;
}

.landing .large-news article a {
	text-decoration: none;
}


.landing .read-more {color: #009dbe; text-decoration: none; }
.landing .read-more:hover {
	font-weight: 400;
}
.landing .read-more:hover {text-decoration: underline;}

.landing .padding-left-added article {
	display: inline-block;
}

.landing .padding-left-added hr:last-child {
	margin-bottom: 0;
}

.landing .padding-left-added article .article-preview {
	/*padding-left: 30px;*/
	display: block;
	margin-left: 190px;
}

.landing .padding-left-added article .article-preview a{
	text-decoration: none;
}

.landing .large-news article .article-preview p{
	margin: 16px auto;
}

.landing .large-news article h1 {
	text-transform: none;
}

.landing .large-news article h1 a{
	color: #f1673a;
}

.landing .large-news article h1 a:hover{
	color: #009dbe;
}

.landing-slider-image ul {
	top: -17px;
}

.landing .landing-slider-image .bx-wrapper .bx-viewport {
	position: relative !important;
}

.landing .landing-slider-image .bx-wrapper .bx-prev {
		left: 0px;
		background: url("/images/layout/bxslider/controls.png") no-repeat left bottom;
}

.landing .landing-slider-image .bx-wrapper .bx-next {
		right: 0px;
		background: url("/images/layout/bxslider/controls.png") no-repeat right bottom;
}

.landing .landing-slider-image .bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		outline: 0;
		width: 41px;
		height: 41px;
		text-indent: -9999px;
		z-index: 1;
}

.content .landing {
	margin: -30px auto;
}

/*Landing Breakpoints*/

@media (max-width: 992px) {
	.landing .more-news .more-news-text p {
		margin: 2px;
		font-size: 21px;
	}

	.landing .more-news .btn-more-news a {
		font-size: 17px;
		padding: 5px;
	}

	.landing .more-news {
		height: 200px;
	}

	.landing .more-news img {
			max-height: 200px;
	}

	.landing .more-news .row {
		transform: translate(0, -60px);
		-webkit-transform: translate(0, -60px);
		-moz-transform: translate(0, -60px);
		-ms-transform: translate(0, -60px);
		-o-transform: translate(0, -60px);
	}


	.landing .padding-left-added article {
		max-width: 100%;
	}

	.landing .padding-left-added article .picture-container img {
		padding-bottom: 3%;
	}

	.landing .landing-slider-image .bx-wrapper .bx-prev {
			left: 0px;
			background: url("/images/layout/bxslider/controls.png") no-repeat left bottom;
	}

	.landing .landing-slider-image .bx-wrapper .bx-next {
			right: 0px;
			background: url("/images/layout/bxslider/controls.png") no-repeat right bottom;
	}

	.landing .landing-slider-image .bx-wrapper .bx-controls-direction a {
			position: absolute;
			top: 50%;
			margin-top: -10px;
			outline: 0;
			width: 41px;
			height: 41px;
			text-indent: -9999px;
			z-index: 1;
	}

	.landing .landing-slider-image ul li img{
		height: 20% ;
	}

}

@media (max-width: 991px) {
	.landing .remove-padding-right, .landing .remove-padding-left {
		padding: 0;
	}
	.landing .remove-padding-left {
		border: none;
	}
	.landing .padding-left-added {
		padding: 12px 15px;
	}
}

@media (max-width: 767px) {
	.landing h1, .article-preview {
		padding: 0 15px;
	}
	.content .landing {
		margin: 0 auto;
	}
}

@media (max-width: 760px){

	.landing .padding-left-added article .article-preview {
			/*padding-left: 58%;*/

}
	.landing .padding-left-added article .article-preview h2 {
			font-size: 21px;
	}

}

@media (max-width: 700px){

	.landing .padding-left-added article {
		display: table;
	}

	.landing .padding-left-added article .article-preview {
		/*padding-left: 40%;*/
		padding-bottom: 65px;
	}
	.col-xs-6 {
		width: 100%;
	}

	.slider {
		max-width: 100%;
		margin: auto;
	}

	.landing .remove-padding-right {
		padding-right: 15px;
		border-right: none;
	}

	.landing .large-news {
		max-width: 90%;
		margin: auto;
	}

	.landing .remove-padding-left {
		padding-left: 15px;
		padding-top: 30px;
	}

	.landing .more-news .btn-more-news a {
		font-size: 19px;
	}

	.landing .padding-left-added {
		padding: 0;
		margin-top: 5%;
	}

	.landing .padding-left-added article {
		max-width: 80%;
		margin: 5% auto 0;
	}

	.landing .padding-left-added article .picture-container {
		/*float: none;*/
	}

	.landing .more-news .more-news-text p {
		margin: 8px auto;
		font-size: 18px;
 }

 .landing .more-news .btn-more-news button {
		font-size: 18px;
	}

	.landing h1 {
		font-size: 30px;
		line-height: 35px;
	}

	.landing .padding-left-added article .picture-container img {
	padding-bottom: 0;
}
}


/*ending Landing-Page*/



@media (max-width: 600px) {

	.landing .padding-left-added article .article-preview {
		/*padding-left: 50%;*/
		padding-bottom: 30px;
	}

	.news .picture-container {
		width: 100%;
		float: none;
	}

	.list .excerpt {
		margin: 12px 0 0 0;
	}

	.landing .more-news .btn-more-news a {
		font-size: 18px;
	}
}

@media (max-width: 500px) {
	.landing .padding-left-added article {
		max-width: 100%;
	}



	.landing .padding-left-added article .picture-container {
		max-width: 50%;
	}
}

@media (max-width: 480px) {
	.landing .padding-left-added article .picture-container {
		padding-right: 10px;
	}

	.landing .padding-left-added article .article-preview {
		/*padding-left: 0;*/
		padding-bottom: 15px;
	}

}

@media (max-width: 400px){
	.landing .padding-left-added article .article-preview {
		/* padding-left: 30px; */
		/*margin-left: 150px;*/
		margin: 0 auto;
		padding: 0;
	}

	.landing .padding-left-added article .picture-container{
		float: none;
		margin: auto;
		padding: 0;
	}

	 .landing .padding-left-added article .picture-container img{
		padding: 10px 0;
	 }

	.landing .padding-left-added article {
		display: block;
		margin: 6% auto;
	}


}

.single img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	margin: 0 auto;
	min-height: 125px;
}

.meta h2 {
	position: relative;
}
.meta h2 .back-to-top {
	color: #009dbe;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	bottom: 0;
}
.meta h2 .back-to-top:hover {
	text-decoration: underline;
}
.meta .label {
	text-transform: uppercase;
	color: #f1673a;
}
.meta .category {
	text-transform: uppercase;
}
.meta ul {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
}
.meta ul li {
	display: inline-block;
	padding: 10px 22px;
}
@media (min-width: 768px) {
	.meta ul li {
		border-right: solid 2px #d3d8da;
	}
}
.meta ul li:first-child {
	padding-left: 0;
}
.meta ul li:last-child {
	border-right: none;
}
@media (max-width: 767px) {
	.meta .date, .meta .author, .meta .category {
		display: block;
		width: 100%;
		padding: 0;
	}
	.meta .date {
		margin-top: 12px;
	}
}

.search .orange {
	color: #f1673a;
}
.search h1 {
	margin: 0;
	font-size: 36px;
}
.search .query {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: solid 2px #ccd1d4;
	font-size: 20px;
}

.search-result h2 {
	margin-bottom: 0;
	font-weight: 400;
}
.search-result a {
	text-decoration: none;
}
.search-result a:hover {
	text-decoration: underline;
}
.search-result p {
	margin-top: 0;
	margin-bottom: 5px;
}

#map-canvas {
	height: 300px;
}

dl a {
	text-decoration: none;
}
dl a:hover {
	text-decoration: underline;
}
dl dt {
	float: left;
}
dl dd {
	margin-left: 70px;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 40px;
	padding: 0;
	*zoom: 1;
	min-height: 100px;
}

.bx-wrapper img {
	max-width: 100%;
	display: inline-block;
	margin: 0 auto;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	position: absolute !important;
	left: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 70px;
	background: url("/images/layout/bxslider/controls.png") no-repeat left bottom;
}

.bx-wrapper .bx-next {
	right: 70px;
	background: url("/images/layout/bxslider/controls.png") no-repeat right bottom;
}

/* .bx-wrapper .bx-prev:hover {
	background-position: left top;
}

.bx-wrapper .bx-next:hover {
	background-position: right top;
} */
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	outline: 0;
	width: 41px;
	height: 41px;
	text-indent: -9999px;
	z-index: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.product-template ul.bxslider {
	height: 100%;
	text-align: center;
}
.product-template .bx-wrapper {
	background: #fff;
	margin: 0;
}
.product-template .bx-wrapper li {
	height: 100%;
	padding: 10px;
}
.product-template .bx-pager {
	margin-top: 12px;
}
.product-template .bx-pager a {
	margin-bottom: 10px;
	background: #fff;
	float: left;
	margin-right: 10px;
	padding: 2px;
	height: 80px;
	width: 80px;
}
.product-template .bx-pager a:hover {
	border: 2px solid #ad8712;
	padding: 0;
}

/* New News Section */
.new-news article:after, .new-news .single .item:after {content: '';display: block;float: none;clear: both;height: 0;}

.template-new-news {margin-top: -30px;}
.template-new-news h1 { display: block; color: #f1673a; font-size: 35px; text-transform: uppercase; font-weight: 300; margin: 0 0 15px; line-height: 50px; margin: 0; padding: 10px 0;}

.new-news .social-share {line-height: 70px;}
.new-news .social-share span {text-transform: uppercase;color: #f1673a;}
.new-news .social-share a {
	display: inline-block;
	width: 30px; height: 30px;
	border: solid 1px #cdd2d5;
	overflow: hidden;
	text-indent: -999px;
	vertical-align: middle;
	background: url('/images/layout/sprite_social.png') no-repeat 0 0;
}

.new-news .right-col .social-share {
	text-align: center;
	line-height: 50px;
}

.new-news .social-share a:hover {
	background-color: #009dbe;
}

.new-news .social-share .facebook:hover{
	background-position-y: -30px;
}

.new-news .social-share .twitter {
	background-position-x: -30px;
}

.new-news .social-share .twitter:hover {
	background-position-y: -30px;
}

.new-news .social-share .mail {
	background-position-x: -90px;
}

.new-news .social-share .mail:hover {
	background-position-y: -30px;
}

.new-news article {padding-bottom: 15px;}

.new-news .single article {padding-bottom: 0;}

.new-news .list .picture-container {max-width: 300px;}
.new-news .list .picture-container img {border: none; max-width: 100%;}

.new-news .list a {
	text-decoration: none;
}

.new-news .list .article-preview {
	margin-left: 320px;
	max-width: 60%;
}
.new-news .list .article-preview p { color: #3d505a; font-size: 16px;}
.new-news .list .article-preview .read-more {color: #009dbe; text-decoration: none; font-weight: 400;}
.new-news .list .article-preview .read-more:hover {text-decoration: underline;}

.new-news .list .article-preview p, h2 {
	margin: 16px auto;
}

.new-news .list .see-more {
			display: block;
		line-height: 40px;
		color: #009dbe;
		text-decoration: none;
		text-align: center;
}


.new-news .single .item {padding: 15px 0;border-bottom: solid 2px #d2d7d9;}
.new-news .single .right-col {border-left: solid 2px #d2d7d9;padding-top: 47px;}
.new-news .single .right-col .see-more {display:block;line-height: 40px;color: #009dbe; text-decoration: none;text-align: center;}
.new-news .single .right-col .see-more:hover {text-decoration: underline;}
.new-news .single .right-col .btn.sign-up { margin:20px 0 100px; }

.new-news .single .sidebar-title {display:block; color: #3d505a; font-size: 30px; line-height: 42px;border-bottom: solid 2px #d2d7d9; padding-left: 15px;}

.new-news .single .aside-image {width: 170px; max-height: 124px; overflow: hidden;float: left;}
.new-news .single .aside-image img {width: 100%;}

.new-news .single .item-content { margin-left: 190px;}
.new-news .single .item-content h2 {margin: 0 0 12px;}

.new-news .single .main-content {
	padding: 4% 0;
}

.new-news .single .more-news {
	/*display: -webkit-box; */
	display: block;
}



.new-news .single .more-news article {
	/*display: -webkit-inline-box;
	-moz-display: -webkit-inline-box;*/
	display: block;

	border-bottom: solid 2px #d2d7d9;
	padding-bottom: 0;
}

.new-news .single .more-news article a {
	max-width: 50%;
	padding: 0 0 15px;
	text-decoration: none;
}

.new-news .single .more-news article .article-preview {
	max-width: 50%;
	padding-left: 4%;
	display: block;
	margin-left: 190px;
}

.new-news .single .more-news article .article-preview h2 {
	margin-bottom: 5px;
}

.new-news .single .right-col .more-news article .article-preview h4 {
	margin: 0;
}

.new-news .single .right-col .more-news article .article-preview p {
	margin: 0;
}

.new-news .single h1 {
	text-transform: none;
}

.new-news .details-item {border-bottom: dashed 2px #dadee0;padding: 15px 0;}
.new-news .details-item .details-heading {font-size: 25px;color: #009dbe; margin-bottom: 10px;}
.new-news .details-item p {margin: 0; margin-bottom: 5}

.new-news .event-info #map-canvas {height: 400px;}

#sthoverbuttons .sthoverbuttons-label, #sthoverbuttons #sthoverbuttons-top, #sthoverbuttons #sthoverbuttons-bottom {
	display:none;
}
#sthoverbuttons .sthoverbuttons-shade-l {
	background:transparent !important;
}

@media (max-width: 1296px){
	.new-news .single .more-news {
		display: block;
	}

	.new-news .single .more-news article {
		display: block;
	}

	.new-news .single .more-news article a, .article-preview {
		max-width: 100%;

	}

	.new-news .single .more-news article .article-preview {
		max-width: 100%;
		padding-bottom: 15px;
		margin-left: 0;
	}

}

@media (max-width: 767px){
	.new-news .single .right-col {
		border-left: none;
		padding-top: 0;
	}
	.new-news .single .more-news .picture-container {
		width: 40%;
	}
	.new-news .single .more-news article .article-preview {
		margin-left: 43%;
		padding-left: 0;
	}
	#signup-form {
		margin:30px 0 100px 0;
	}
}

@media (max-width: 530px){
	.new-news .single .more-news .picture-container {
		width: 100%;
	}
	.new-news .single .more-news article .article-preview {
		margin-left: 0;
	}
	.btn {
		width:100%;
		display:block;
		padding:10px 18px 9px;
	}
	.subscribe-footer button{
		width:300px!important;
		margin-top:10px!important;
	}
	.subscribe-footer input{
		margin-right:0!important;
	}
}

@media (max-width: 665px) {
	.new-news .list .picture-container {
		max-width: 100%;
		padding-bottom: 3%;
		width: 100%
	}

	.new-news .list .article-preview {
		max-width: 95%;
		margin: 0 auto;
	}

}

@media (min-width: 665px){
	.new-news .list .picture-container img {
		min-height: 175px;
	}
}

@media (min-width: 993px){
	.landing .padding-left-added article a {
		/*min-width: 170px;
		width: 57%;*/
	}

	.landing .padding-left-added article img {
		/*min-width: 170px;
		min-height: 175px;*/
	}

}

@media (min-width: 400px){
	.landing .more-news .btn-more-news a:hover{
		color: #fff;
		background-color: #009dbe;
		border: solid 2px #fff;
		font-weight: 400;
 }
}

/*Ipad Breakpoint*/
@media (max-width: 1024px){
	.landing .padding-left-added article {
		padding: 7px 0;
	}
}

@media (min-width: 768px){
	.list .col-sm-2 {
		padding-left: 0;
		padding-right: 0;
		width: 19.66667%;
	}

	.list .col-sm-10 {
		width: 79.33333%;
	}

}


footer .quote li:last-child
{
	display: none;
}

.subscribe-footer {
    margin-bottom: 50px!important;
    margin-top: 20px!important;
}

.subscribe-footer button {
	background-color: #f1673a;
	border: 0;
 	box-shadow:none;
 	border-radius: 0px;
 	color: white;
    	padding: 7px 0 7px 0;
    	font-size: 16px;
    	font-weight: bold;
    	width:160px;
}

.subscribe-footer input{
	padding: 10px 30px 10px 30px;
   	background-color: #f5f6f7;
    	border: none;
    	width: 300px;
    	font-size: 15px;
    	margin-right:10px;
}

.subscribe-footer span.glyphicon.glyphicon-envelope {
    	color: white!important;
    	font-size: 20px!important;
    	font-weight: 100!important;
    	margin-right:5px!important;
    	font-weight:400!important;
}

.subscribe-footer h2 {
	color: #f1673a!important;
	font-size: 33px!important;
} 

.subscribe-footer p {
	font-size:medium;
}

.subscribe-footer .error-message, .subscribe-footer #EMAIL-error{
	color:red!important;
}

.subscribe-footer #EMAIL-error{
	
}

.subscribe-form{
	float:right!important;
}

.subscribe-form button {
	background-color: #3D4F5D!important;
	border: 0;
 	box-shadow:none;
 	border-radius: 0px;
 	color: white;
    	padding: 2px 0 2px 0;
    	font-size: 14px;
    	font-weight: bold;
    	width:185px;
}

.subscribe-form span.glyphicon.glyphicon-envelope {
    	color: white!important;
    	font-size: 20px!important;
    	font-weight: 100!important;
    	margin-right:5px!important;
    	font-weight:400!important;
}

.subscribe-form input{
    	padding: 5px 5px 4px 0;
    	font-weight: 400;
    	border: 0 0;
    	width: 235px;
    	font-size: 15px;
    	margin-right: 10px;
    	border: 0;
    	outline: 0;
    	background: transparent;
    	border-bottom: 1px solid #AFB5B9;
}

.subscribe-form .error-message, .subscribe-form #EMAIL-error{
	color:#f1673a!important;
}

.tagline {
	text-indent: 0!important;
}

.newsletter-thank-you{
	padding:18px 0 50px 0;
}

