/* <editor-fold desc="GENERAL"> */
body {
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.2;
}

p {
	margin-bottom: 0.6em;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #ff7c00;
	text-decoration: none;
	outline: none;
}

fieldset {
	margin-top: 2em;
}

legend {
	margin-bottom: 0;
	border-bottom: none;
	color: inherit;
	font-size: 100%;
	line-height: 1.2;
	font-weight: bold;
}

label {
	margin: 0;
	font-weight: normal;
}

input {
	border: none;
	background: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
	height: 1.2em;
}

input:focus {
	outline: none;
	color: #ff7c00;
}

img {
	vertical-align: middle;
}

blockquote {
	margin-bottom: 0.6em;
	border: none;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	font-style: italic;
}

blockquote>p:last-of-type {
	margin-bottom: 0;
}

blockquote>footer {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-style: normal;
}

blockquote>footer:before {
	content: '';
	display: none;
}

.modal {
	background: rgba(0,0,0,0.6);
	width: 100%;
	padding: 2em;
}

.modal-dialog {
	margin: 0 auto;
	max-width: 100%;
}

.modal-content,
.modal-body,
.modal-body>* {
	max-width: 100%;
}

.table {
	margin-bottom: 0;
}

.table>thead>tr>td,
.table>thead>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>tbody>tr>td,
.table>tbody>tr>th {
    padding: 1em;
    line-height: inherit;
    vertical-align: middle;
    border-top: 1px solid #fff;
}

.table>thead>tr>th {
	border-bottom: 2px solid #fff;
	background-color: #686868;
	color: #fff;
	text-align: center;
}

.table>tbody>tr>th {
	background-color: #d5d5d5;
	text-align: center;
	font-weight: inherit;
}

.table>tbody>tr>td {
	background-color: #ececec;
}

::-webkit-input-placeholder {
	color: inherit;
}
::-moz-placeholder {
	color: inherit;
}
:-moz-placeholder {
	color: inherit;
}
:-ms-input-placeholder {
	color: inherit;
}

.row {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.navbar {
	margin: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	min-height: 0;
}

.navbar-nav {
	margin: 0;
}

.nav {
	display: block;
	float: none;
}

.nav li {
	display: block;
	float: none;
}

.nav li>a {
	line-height: inherit;
}

.nav li>a:hover,
.nav li>a:focus,
.nav li>a:active,
.nav li.active>a {
	background: transparent;
	color: #ff7c00;
}

.navbar-text {
	display: block;
	float: none;
}

.dropdown:hover>.dropdown-menu,
.dropdown:focus>.dropdown-menu,
.dropdown:active>.dropdown-menu,
.dropdown.active>.dropdown-menu,
.dropdown>.dropdown-toggle:hover+.dropdown-menu,
.dropdown>.dropdown-toggle:focus+.dropdown-menu,
.dropdown>.dropdown-toggle:active+.dropdown-menu,
.dropdown.open>.dropdown-menu {
	position: absolute;
	display: block;
}

.dropdown-menu {
	float: none;
	margin: 0;
	border: none;
	border-radius: 0;
	min-width: 0;
	font-size: inherit;
	box-shadow: none;
}

.img-responsive {
	width: 100%;
}

.btn {
	border: none;
	border-radius: 0;
	padding: 0.5em 1em;
	font-size: 100%;
	line-height: 1.2;
	text-decoration: none;
	white-space: normal;
}

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

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background: #ff7c00;
	color: #fff;
}

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

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #ff7c00;
	color: #fff;
}

.pagination {
	margin: 1em 0 0 0;
	border-radius: 0;
}

.pagination>li>.btn {
	float: left;
	border: 1px solid #a9a9a9;
	border-radius: 0 !important;
	padding: 0.4em 0.8em;
	background: #fff;
	color: #a9a9a9;
	font-weight: bold;
}

.pagination>li>.btn {
	margin: 0 0.5em 0.5em 0;
}

.pagination>li>.btn:hover,
.pagination>li>.btn:focus,
.pagination>li>.btn:active,
.pagination>li.active>.btn {
	border-color: #ff7c00;
	background: #ff7c00;
	color: #fff;
}

.hover-darken {
	position: relative;
}

.hover-darken:hover>* {
	opacity: 0.9;
}

.hover-darken:after {
	content: '';
	z-index: -1;
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #000;
}

.text-primary {
	color: #ff7c00;
}

@media (max-width: 767px) {
	body {
		font-size: 1.8vw;
		line-height: 1.2;
	}
}
/* </editor-fold> */

/* <editor-fold desc="LEFT SIDEBAR"> */
#left-sidebar {
	z-index: 20;
	background: url('../img/left-sidebar-bg.png') no-repeat top right;
	background-size: 100% auto;
	padding: 1.25em;
}

#left-sidebar #logo {
	display: block;
}

#left-sidebar #logo>img {
	width: 100%;
}

#left-sidebar #company {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#left-sidebar #motto {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-align: center;
}

#left-sidebar #main-menu {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 114%;
	line-height: 1.2;
}

#left-sidebar #main-menu>.nav>li>a {
	border-bottom: 1px solid #bababa;
	padding: 0.2em 0;
	font-weight: bold;
}

#left-sidebar #left-sidebar-logos {
	margin-top: 1.25em;
}

#left-sidebar #left-sidebar-logos>.nav>li>a {
	padding: 0;
	margin-bottom: 0.3em;
}

#left-sidebar #left-sidebar-logos>.nav>li>a:hover,
#left-sidebar #left-sidebar-logos>.nav>li>a:focus,
#left-sidebar #left-sidebar-logos>.nav>li>a:active {
	background: transparent;
	color: inherit;
}

#left-sidebar #left-sidebar-logos>.nav>li>a>img {
	width: 100%;
}

@media (max-width: 767px) {
	#left-sidebar #logo {
		margin-top: 1.8vw;
	}

	#left-sidebar #company {
		margin-top: 5.1vw;
		font-size: 1.1vw;
		line-height: 1.4;
	}

	#left-sidebar #motto {
		margin-top: 5vw;
		font-size: 1.7vw;
		line-height: 1.1;
	}

	#left-sidebar #main-menu {
		margin-top: 7.4vw;
	}
}

@media (min-width: 768px) {
	#left-sidebar #logo {
		margin-top: 12px;
	}

	#left-sidebar #company {
		margin-top: 42px;
		font-size: 64%;
		line-height: 1.4;
	}

	#left-sidebar #motto {
		margin-top: 39px;
		font-size: 93%;
		line-height: 1.1;
	}

	#left-sidebar #main-menu {
		margin-top: 54px;
	}
}

@media (min-width: 992px) {
	#left-sidebar #logo {
		margin-top: 18px;
	}

	#left-sidebar #company {
		margin-top: 56px;
		font-size: 86%;
		line-height: 1.3;
	}

	#left-sidebar #motto {
		margin-top: 51px;
		font-size: 121%;
		line-height: 1.1;
	}

	#left-sidebar #main-menu {
		margin-top: 70px;
	}
}

@media (min-width: 1200px) {
	#left-sidebar #logo {
		margin-top: 25px;
	}

	#left-sidebar #company {
		margin-top: 64px;
		font-size: 107%;
		line-height: 1.3;
	}

	#left-sidebar #motto {
		margin-top: 61px;
		font-size: 143%;
		line-height: 1.1;
	}

	#left-sidebar #main-menu {
		margin-top: 86px;
	}
}
/* </editor-fold> */

/* <editor-fold desc="MAIN"> */
#main {
	z-index: 30;
	padding: 0;
}

#main>main>.row {
	margin: 0;
}
/* </editor-fold> */

/* <editor-fold desc="TOP TOOLBAR"> */
#top-toolbar {
	z-index: 60;
	background: #909090;
	text-align: right;
}

#top-toolbar>.nav:first-child {
	float: left;
	margin: 0 -0.5em;
	padding: 1em;
}

#top-toolbar>.nav:first-child>li {
	z-index: 80;
	float: left;
	margin: 0 0.5em;
}

#top-toolbar>.nav:first-child>li>a {
	margin: 0;
	padding: 0;
}

#top-toolbar>.nav:first-child>li>a>img {
	display: block;
	height: 1em;
}

#top-toolbar>.nav:last-child {
	float: right;
}

#top-toolbar>.nav:last-child>li {
	float: left;
}

#top-toolbar>.nav:last-child i {
	font-size: 133%;
	line-height: 0.7;
	position: relative;
	top: 0.1em;
}

#top-toolbar>.nav:last-child>li:nth-child(1)>a {
	display: inline-block;
	margin: 0;
	padding: 1em;
	background: #3b5996;
	color: #fff;
	line-height: 1;
}

#top-toolbar>.nav:last-child>li:nth-child(1)>a:hover,
#top-toolbar>.nav:last-child>li:nth-child(1)>a:focus,
#top-toolbar>.nav:last-child>li:nth-child(1)>a:active {
	background: #ff7c00;
}

#top-toolbar>.nav:last-child>li:nth-child(2)>a {
	display: inline-block;
	margin: 0;
	padding: 1em;
	background: #c0c0c0;
	line-height: 1;
}

#top-toolbar>.nav:last-child>li:nth-child(2)>a:hover,
#top-toolbar>.nav:last-child>li:nth-child(2)>a:focus,
#top-toolbar>.nav:last-child>li:nth-child(2)>a:active,
#top-toolbar>.nav:last-child>li:nth-child(2).active>a {
	background: #ff7c00;
	color: #fff;
}

#top-toolbar>.nav:last-child>li:nth-child(2)>.dropdown-menu {
	width: 16em;
	left: 50%;
	margin-left: -8em;
	padding: 2em;
	background: rgba(255,255,255,0.9);
}

#top-toolbar>.nav:last-child>li:nth-child(2)>.dropdown-menu input {
	margin-bottom: 0.6em;
	width: 100%;
	height: 2em;
	background: #fff;
}

#top-toolbar>.nav:last-child>li:nth-child(2)>.dropdown-menu a {
	color: #ff7c00;
}

#top-toolbar>.nav:last-child>li:nth-child(3)>form {
	padding: 1em;
	background: #d8d8d8;
	color: #444;
	height: 3em;
}

#top-toolbar>.nav:last-child>li:nth-child(3)>form:hover,
#top-toolbar>.nav:last-child>li:nth-child(3)>form:focus,
#top-toolbar>.nav:last-child>li:nth-child(3)>form:active,
#top-toolbar>.nav:last-child>li:nth-child(3).active>form {
	background: #ff7c00;
	color: #fff;
}

#top-toolbar>.nav:last-child>li:nth-child(3) input {
	background: inherit;
	color: inherit;
	width: 14ex;
	height: 1em;
}
/* </editor-fold> */

/* <editor-fold desc="TOP MENU"> */
#top-menu {
	z-index: 50;
	background-color: #333;
	font-family: 'Open Sans Condensed', sans-serif;
}
#top-menu>.nav>li {
	float: left;
	width: 33.33%;
}

#top-menu>.nav>li>a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	width: 100%;
	height: 5em;
	background: linear-gradient(to right, #222, #333);
	color: #fff;
	font-size: 125%;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

#top-menu>.nav>li>a:hover,
#top-menu>.nav>li>a:focus,
#top-menu>.nav>li>a:active,
#top-menu>.nav>li.active>a {
	color: #ff7c00;
}

#top-menu .dropdown-menu {
	padding: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
}

#top-menu .dropdown.active>.dropdown-menu {
	display: none;
}

#top-menu .dropdown:hover>.dropdown-menu,
#top-menu .dropdown:focus>.dropdown-menu,
#top-menu .dropdown:active>.dropdown-menu,
#top-menu .dropdown>.dropdown-toggle:hover+.dropdown-menu,
#top-menu .dropdown>.dropdown-toggle:focus+.dropdown-menu,
#top-menu .dropdown>.dropdown-toggle:active+.dropdown-menu,
#top-menu .dropdown.open>.dropdown-menu {
	display: block;
}

#top-menu .dropdown-menu>li>a {
	padding: 0.6em;
	background: transparent;
	color: #fff;
	text-align: center;
	/*font-size: 90%;
	line-height: 1.2;*/
	font-weight: bold;
}

#top-menu .dropdown-menu>li>a:hover,
#top-menu .dropdown-menu>li>a:focus,
#top-menu .dropdown-menu>li>a:active,
#top-menu .dropdown-menu>li.active>a {
	color: #ff7c00;
}
/* </editor-fold> */

/* <editor-fold desc="BANNER"> */
#banner {
	z-index: 40;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 50vh;
}

#banner>.crossfader {
	position: absolute;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: none;
	width: 100%;
	height: 100%;
}

#banner>.crossfader>img {
	display: none;
	visibility: hidden;
}

#banner>.pagination {
	position: absolute;
	right: 2em;
	bottom: 2em;
}

#banner>.pagination {
	position: absolute;
	right: 2em;
	bottom: 2em;
}

#banner>.pagination>li>.btn {
	border: none;
	border-radius: 0.6em !important;
	padding: 0;
	width: 1.2em;
	height: 1.2em;
	background: rgba(0,0,0,0.75);
	color: rgba(0,0,0,0);
	line-height: 1.4;
	font-weight: normal;
}

#banner>.pagination>li>.btn:hover,
#banner>.pagination>li>.btn:focus,
#banner>.pagination>li>.btn:active,
#banner>.pagination>li.active>.btn {
	background: rgba(255,255,255,0.75);
	color: rgba(255,255,255,0);
}
/* </editor-fold> */

/* <editor-fold desc="*MENU SHADOW*"> */
#top-toolbar:before,
#top-menu:before,
#banner:before {
	content: '';
	z-index: 70;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4vw;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
/* </editor-fold> */

/* <editor-fold desc="BREADCRUMBS"> */
#breadcrumbs {
	margin-top: 1.6em;
	color: #a6a6a6;
	font-size: 80%;
	line-height: 1.2
}

#breadcrumbs li {
	display: inline-block;
}

#breadcrumbs li:not(:first-of-type):before {
	content: '/';
	display: inline-block;
}

#breadcrumbs a {
	display: inline-block;
	padding: 0;
}
/* </editor-fold> */

/* <editor-fold desc="CONTENT"> */
#content {
	padding: 1.25em 0;
	text-align: justify;
}

#content h1 {
	margin: 1.08em 0 0.36em 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 166.67%;
	line-height: 1.2;
	font-weight: bold;
}

#content h1:first-child {
	margin-top: 0;
}

#content h2 {
	margin: 1.35em 0 0.45em 0;
	color: #ff7c00;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 133.33%;
	line-height: 1.2;
	font-weight: bold;
}

#content h2:first-child {
	margin-top: 0;
}

#content h3 {
	margin: 1.2em 0 0 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 125%;
	line-height: 1.2;
	font-weight: bold;
}

#content h3:first-child {
	margin-top: 0;
}

#content>.text {
	margin-bottom: 0.6em;
}

#content ul {
	list-style-type: none;
	padding-left: 0.7em;
	margin-bottom: 0.6em;
}

#content ul:last-child {
	margin-bottom: 0;
}

#content p+ul {
	margin-top: -0.3em;
}

#content ul>li {
	position: relative;
	padding-left: 0.9em;
}

#content ul>li:before {
	position: absolute;
	left: 0;
	content: '‣';
	display: block;
	font-size: 200%;
	line-height: 0.5;
}

#content li+li {
	margin-top: 0.3em;
}

#content ul.list-strip {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0.5em;
	background-color: #ececec;
	color: #b0b0b0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 133.33%;
	line-height: 1.2;
	font-weight: bold;
}

#content ul.list-strip>li {
	margin-top: 0;
	padding-left: 0;
}

#content ul.list-strip>li:before {
	content: '';
	display: none;
}

#content ul.list-unstyled {
	padding-left: 0;
}

#content ul.list-unstyled>li {
	padding-left: 0;
}

#content ul.list-unstyled>li:before {
	content: '';
	display: none;
}

#content p a {
	font-weight: bold;
}

@media (min-width: 768px) {
	#content form .row {
		display: flex;
		align-items: flex-start;
	}
}

#content form.form-inline .row:not(:first-child) {
	margin-top: 1em;
}

#content form label {
	padding: 1px 0;
	min-height: 1.8em;
	text-align: left;
}

#content form label+label {
	margin-left: 0.5em;
}

#content form label.required:after {
	content: '*';
	display: inline;
	margin-left: 0.3em;
	color: #aa1500;
}

#content form label[for] {
	display: flex;
	align-items: center;
	font-size: 90%;
	line-height: 1.2;
	padding: 1px 0;
	min-height: 2.25em;
}

#content form .form-control {
	margin: 0;
	border: 1px solid #a8a8a8;
	border-radius: 0;
	background: #ececec;
	color: inherit;
	padding: 1px;
	width: 100%;
	height: 1.8em;
	vertical-align: middle;
	font-size: inherit;
	line-height: inherit;
	box-shadow: none;
}

#content form .form-control:focus {
	outline: none;
	border-color: inherit;
	box-shadow: none;
}

#content form textarea.form-control {
	height: 4.1em;
	resize: vertical;
}

#content form label input.form-control {
	display: inline-block;
	width: auto;
	height: 1.2em;
}

#content form input[type=checkbox].form-control,
#content form input[type=radio].form-control {
	margin: 0 1px 0 0;
	width: 1.2em;
}

#content form input[type=date].form-control:after {
	content: '\f073';
	font-family: FontAwesome;
}

#content form input[type=file].form-control {
	padding: 1px;
	height: auto;
	min-height: 1.8em;
}


#content form .form-group.inline label {
	float: left;
	width: auto;
}

#content form .form-group.inline .form-control {
	float: left;
	width: auto;
	margin-left: 0.5em;
}

#content form #captcha_image {
	width: auto;
}

#content figure img {
	width: 100%;
}

#content figure figcaption {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.8em;
	font-size: 80%;
	line-height: 1.2;
	text-align: center;
}

#content .btn-illustration {
	position: relative;
	background: transparent no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 11em;
	padding-bottom: 2.5em;
	color: #fff;
}

#content .btn-illustration:before {
	content: '';
	position: absolute;
	z-index: 1;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.15);
}

#content .btn-illustration:hover:before,
#content .btn-illustration:focus:before,
#content .btn-illustration:active:before {
	background-color: rgba(0,0,0,0.35);
}

#content .btn-illustration:after {
	content: '\f105';
	position: absolute;
	z-index: 2;
	display: block;
	left: 0.75em;
	bottom: 0.38em;
	margin-top: 1em;
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 133.33%;
	font-weight: bold;
}

#content .btn-illustration>* {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: left;
}

#content .btn-illustration>.hidden {
	display: block !important;
}

#content .btn-illustration:hover>.hidden,
#content .btn-illustration:focus>.hidden,
#content .btn-illustration:active>.hidden {
	visibility: visible !important;
}

#content .listing .item+.item {
	margin-top: 2em;
}

#content .listing .item .illustration {
	border: 1px solid #d5d5d5;
	width: 100%;
	padding: 0.5em;
}

#content .album .item {
	display: block;
	background: transparent no-repeat center;
	background-size: cover;
	margin-bottom: 1em;
	width: 100%;
	padding: 50% 0;
}

#content .album .item+.modal .modal-dialog {
	position: relative;
}

#content .album .item+.modal .modal-content {
	box-shadow: none;
	border-radius: 0;
}

#content .album .item+.modal .modal-body {
	padding: 2em;
}

#content .album .item+.modal .illustration {
	width: 100%;
}

#content .album .item+.modal .text {
	margin-top: 1em;
}

#content .album .item+.modal button[data-dismiss="modal"] {
	position: absolute;
	top: 0.3em;
	right: 0.35em;
	background-color: transparent;
	padding: 0;
	font-size: 133%;
	line-height: 1.2;
}

#content .mosaic .row+.row {
	margin-top: 1em;
}

#content .mosaic .item .illustration {
	border: 1px solid #d5d5d5;
	width: 100%;
	padding: 1em;
}

#content .mosaic .item .text {
	margin-top: 1em;
}

#content .mosaic .item .text>a {
	color: #ff7c00;
}

#content .pagination {
	display: block;
	clear: both;
	padding-left: 0;
}

#content .pagination>li:before {
	content: none;
	display: none;
}

#content .pagination>li {
	margin-top: 0;
	padding-left: 0;
}

#content .pagination>li>.btn {
	text-decoration: none;
}

body.home #content .illustration {
	float: left;
	width: 33%;
	margin: 0 1em 1em 0;
}

body.home #content .body {
	overflow: hidden;
}

body.home #content .body .btn {
	clear: both;
}

body.courseaction-index #content .table {
	white-space: nowrap;
	text-align: center;
}

body.courseaction-index #content .table tbody td[data-field='name'] {
	white-space: normal;
	text-align: left;
}

#aux-content .btn {
	position: relative;
	display: block;
	background: linear-gradient(to right, #686868, #8e8e8e);
	color: #fff;
	padding: 1em 1em 1em 4.84em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 114%;
	line-height: 1.2;
	font-weight: bold;
}

#aux-content .btn:hover,
#aux-content .btn:focus,
#aux-content .btn:active {
	background: linear-gradient(to right, #ff5600, #ff7c00);
}

#aux-content .btn:not(:first-of-type) {
	margin-top: 0.5em;
}

#aux-content .btn:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3.84em;
	height: 100%;
	min-height: 3.2em;
	background: #fff center no-repeat;
	background-size: contain;
}

#aux-content .btn-icon-search:before {
	background-color: #931100;
	background-image: url('../img/icons/search.png');
}

#aux-content .btn-icon-message:before {
	background-color: #d01d00;
	background-image: url('../img/icons/message.png');
}

#aux-content .btn-icon-download:before {
	background-color: #ff4c00;
	background-image: url('../img/icons/download.png');
}

#aux-content .btn-icon-media:before {
	background-color: #ff8800;
	background-image: url('../img/icons/media.png');
}

#aux-content .btn-icon-file:before {
	background-color: #ffb400;
	background-image: url('../img/icons/file.png');
}

#aux-content .btn-icon-folder:before {
	background-color: #ffd000;
	background-image: url('../img/icons/folder.png');
}

#aux-content .btn-icon-pdf:before {
	background-color: #931100;
	background-image: url('../img/icons/pdf.png');
}
/* </editor-fold> */

/* <editor-fold desc="RIGHT SIDEBAR"> */
#right-sidebar {
	padding:1.25em 0 1.25em 1.25em;
}
/* </editor-fold> */

/* <editor-fold desc="SECONDARY MENU"> */
#secondary-menu {
	font-family: 'Open Sans Condensed', sans-serif;
}

#secondary-menu>.nav li:not(:first-of-type) {
	margin-top: 1px;
}

#secondary-menu>.nav li>a {
	background: linear-gradient(to right, #686868, #8e8e8e);
	color: #fff;
	padding: 0.8em 1em;
	font-weight: bold;
	white-space: normal;
}

#secondary-menu>.nav li>a:hover,
#secondary-menu>.nav li>a:focus,
#secondary-menu>.nav li>a:active,
#secondary-menu>.nav li.active>a {
	background: linear-gradient(to right, #ff5600, #ff7c00);
}



#secondary-menu>.nav .dropdown-menu {
	position: relative;
	/*display: block;*/
	width: 100%;
	padding: 0;
}

#secondary-menu>.nav .level2 li>a {
	position: relative;
	background: linear-gradient(to right, #8e8e8e, #b4b4b4);
	padding: 0.6em 1em 0.6em 2.2em;
}

#secondary-menu>.nav .level2 li>a:hover,
#secondary-menu>.nav .level2 li>a:focus,
#secondary-menu>.nav .level2 li>a:active,
#secondary-menu>.nav .level2 li.active>a {
	background: linear-gradient(to right, #ff964d, #ffa44d);
}

#secondary-menu>.nav .level2 li>a:before {
	content: '→';
	position: absolute;
	left: 1em;
	display: block;
}

/* </editor-fold> */

/* <editor-fold desc="FOOTER"> */
#footer {
	z-index: 10;
	padding: 1.25em;
	border-top: 2px solid #bababa;
	text-align: center;
}
/* </editor-fold> */

/* <editor-fold desc="FOOTER LOGOS"> */
#footer-logos ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

#footer-logos ul li {
	margin: .5rem;
    display: flex;
    align-items: center;
}
#footer-logos ul li .img-responsive {
    width: 90px;
    height: auto;
}
/* </editor-fold> */

/* <editor-fold desc="FOOTER MENU"> */
#footer-menu {
	margin: 1.47em 0 0 0;
	font-size: 85%;
	line-height: 1.2;
}

#footer-menu>.nav>li {
	display: inline-block;
}

#footer-menu>.nav>li:not(:first-child):before {
	content: '•';
	display: inline-block;
	padding: 0 0.6em 0 0.5em;
	position: relative;
	top: 0.1em;
	line-height: 1;
}

#footer-menu>.nav>li>a {
	display: inline;
	padding: 0;
}
/* </editor-fold> */

/* <editor-fold desc="COPYRIGHT"> */
#copyright {
	margin-top: 1.47em;
	font-size: 85%;
	line-height: 1.2;
}
#copyright>.item:not(:first-child):before {
	content: '•';
	display: inline-block;
	padding: 0 0.6em 0 0.5em;
	position: relative;
	top: 0.1em;
	line-height: 1;
}
/* </editor-fold> */