/**
 * @package		 UC Classics Template
 * @version		 1.0
 * @author		 7Studio Tomasz Herudzinski https://www.seventhemes.com
 * @copyright	 Copyright (C) 2009 - 2019 7Studio Tomasz Herudzinski
 * @license		 Project License
 */

/** Icon font */
@import url("../fonts/material-icons/material-icons.css");


/**
 * 1.0 - Basic styles
 */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

figure {
	margin: 0;
}

body {
	margin: 0;
	overflow-x: hidden;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	color: rgb(51, 51, 51);
	font-family: 'Helvetica', Arial, sans-serif;
	background-color: #ffffff;
}

p,
pre,
address,
dl,
blockquote,
figure,
table,
progress,
audio,
video,
embed {
	margin-top: 0;
	margin-bottom: 20px;
}

b,
strong {
	font-weight: bold;
}

u,
ins{
	text-decoration: underline;
}

i,
dfn,
cite,
em {
	font-style: italic;
}

abbr[title] {
	cursor: help;
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

small {
	font-size: 0.85em;
}

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

sup {
	top: -0.25em;
}

sub {
	bottom: -0.25em;
}

mark {
	color: #ffffff;
	background: #02b875;
}

address {
	font-style: normal;
}

hr {
	display: block;
	height: 1px;
	width: 100%;
	background: #e5e5e5;
	margin: 20px auto;
	border: 0;
}

a {
	text-decoration: none;
	color: #e00122;
	position: relative;
	cursor: pointer;
	background-color: transparent;
	position: relative;
	-webkit-transition: color 180ms ease, background-color 100ms ease;
	transition: color 180ms ease, background-color 100ms ease;
}

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

a:active,
a:hover,
a:focus {
	color: #b8011c;
	text-decoration: underline;
}

i a,
em a {
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1.2em;
	font-style: normal;
	color: rgb(51, 51, 51);
	letter-spacing: -0.25px;
}

h1 {
	font-size: 45px;
	font-weight: 800;
}

h2 {
	font-size: 37px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #e00122;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #e00122;
}

h1 small,
h2 small {
	font-size: 0.4em;
	font-weight: normal;
	line-height: 1;
	color: #999999;
}

pre,
kbd,
var,
code,
samp {
	font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
	font-size: 16px;
}

pre,
code {
	color: #ffffff;
	border: 1px solid #444444;
	background-color: #333333;
}

pre {
	padding: 15px 20px;
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
}

code {
	color: #ffffff;
	margin: 0 5px;
	padding: 2.5px 10px;
	border-radius: 2px;
	white-space: nowrap;
	border: 1px solid #444444;
	background-color: #333333;

}

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

q,
blockquote {
	quotes: none;
	hyphens: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}

blockquote {
	padding: 40px 0;
	font-size: 30px;
	line-height: 50px;
	font-style: italic;
	text-align: center;
}

blockquote cite {
	display: block;
	font-weight: 300;
	font-size: 0.7em;
}

blockquote cite:before {
	content: '\2014 \00A0';
}

ul,
ol {
	margin: 0 0 20px 10px;
	padding: 0 0 0 30px;
	list-style-position: outside;
}

ul li,
ol li {
	text-align: left;
}

ul {
	list-style-type: disc;
}

ul > li > ul {
	list-style-type: square;
}

ul > li > ul > li > ul {
	list-style-type: circle;
}

ol {
	list-style-type: decimal;
}

ol > li > ol {
	list-style-type: lower-alpha;
}

ol > li > ol > li > ol {
	list-style-type: lower-roman;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 30px;
}

img,
figure,
audio,
video,
embed,
iframe {
	max-width: 100%;
}

audio {
	min-width: 100%;
}

img,
video,
embed {
	height: auto;
}

img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

a img,
th img,
td img {
	vertical-align: top;
}

p > audio,
p > video,
p > embed {
	margin-bottom: 0;
}

table {
	max-width: 100%;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	line-height: 1.4em;
	border: 0;
}

table caption {
	padding: 2em;
	font-style: italic;
	font-size: 0.85em;
	text-align: center;
	border: 0;
}

table tr {
	border-style: solid;
	border-color: #e5e5e5;
	border-width: 0 1px 0 1px;
}

table tr:first-child {
	border-top-width: 1px;
}

table tr:last-child {
	border-bottom-width: 1px;
}

table td,
table th {
	margin: 0;
	padding: 1em;
	font-size: inherit;
	overflow: visible;
	border-style: solid;
	border-color: #e5e5e5;
	border-width: 0 0 0 1px;
}

table thead {
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #e5e5e5;
}

table thead tr th {
	border-width: 0;
}

table thead td,
table thead th {
	padding: 1.25em 1em;
}

table tbody tr:hover {
	background-color: #f4f4f4;
}

table td {
	background-color: transparent;
}

table-odd td {
	background-color: #f6f6f6;
}

::-moz-selection {
	color: #ffffff;
	background: #e00122;
	text-shadow: none;
}

::selection {
	color: #ffffff;
	background: #e00122;
	text-shadow: none;
}

/* 1.1 - Forms */
form {
	width: 100%;
	max-width: 100%;
	display: block;
}

fieldset {
	padding: 0;
	border: 0;
}

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

optgroup {
	font-weight: bold;
	font-style: italic;
}

legend {
	display: block;
	padding: 0 15px;
	color: #262626;
}

/*
select[size],
select[multiple] {
	height: auto;
}*/

button,
select {
	text-transform: none;
}

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

label {
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px 10px 0;
	font-size: 14px;
}

input,
select,
textarea {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 5px 0;
	height: 45px;
	padding: 0 15px;
	line-height: 50px;
	color: #333333;
	font-size: 14px;
	background-image: none;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0;
	max-width: 100%;
	border-radius: 0;
	box-shadow: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}


textarea {
	height: auto;
	overflow: auto;
	vertical-align: top;
}

input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
	color: #262626;
	border-color: #0d0d0d;
	background: #ffffff;
	outline: 0;
}

input:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {
	color: #b8011c;
	border-color: #b8011c;
	box-shadow: none;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0 0.25em 0;
	width: auto;
	height: auto;
	display: inline-block;
	box-shadow: none;
	border: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	margin: 0;
	padding: 0;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333333;
}

input[type="hidden"] {
	display: none;
}

input[type="color"] {
	padding: 5px;
	width: 2em;
	height: 2em;
}

input[type="range"] {
	border: 0;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	margin: 5px 10px;
	vertical-align: middle;
}

.control-group:before,
.control-group:after {
	display: table;
	line-height: 0;
	content: "";
}

.control-group:after {
	clear: both;
}

.control-label {
	width: auto;
	float: left;
	display: inline-block;
}

label:focus {
	border-bottom: 1px solid #000000;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: not-allowed;
	opacity: .5;
}

input[readonly],
select[readonly],
textarea[readonly] {
	color: #808080;
	background-color: #eaeaea;
	cursor: not-allowed;
	box-shadow: none;
	outline: none;
}

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

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

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

input::-webkit-input-placeholder {
	color: #a5a5a5;
}

input:-moz-placeholder {
	color: #a5a5a5;
	opacity: 1;
}

input::-moz-placeholder {
	color: #a5a5a5;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #a5a5a5;
}

input::-ms-input-placeholder {
	color: #a5a5a5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 5px 0;
	padding: 0 20px;
	height: 45px;
	line-height: 41px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	border: 2px solid #e00122;
	border-radius: 0;
	background-color: #e00122;
	box-shadow: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover,
.button:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.btn:focus,
.button:focus {
	color: #ffffff;
	background-color: #b8011c;
	box-shadow: none;
	outline: 0;
	text-decoration: underline;
	border-color: #b8011c;
}

/* Button helpers */
.blank {
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
}

.blank:hover,
.blank:focus,
.blank:active {
	background-color: transparent;
}

.button-icon {
	padding: 0;
	width: 50px;
}

.button-icon > * {
	vertical-align: middle;
}

.button-bordered {
	background-color: transparent;
	color: #e00122;
	border-color: #e00122;
}

.button-small {
	height: 35px;
	line-height: 31px;
	padding: 0 15px;
	font-size: 11px;
	font-weight: bold;
	border-width: 2px;
}

.btn [class^="icon-"]:before,
.button [class^="icon-"]:before,
button [class^="icon-"]:before {
	color: #ffffff;
}

/* BS backward */
.close {
	padding: 0;
	margin: 0;
	cursor: pointer;
	opacity: 0.4;
	background: none;
	border: 0;
	box-shadow: none;
}

.close:hover,
.close:focus,
.close:active {
	opacity: 1;
	box-shadow: none;
	background: none;
}

.btn-large,
.btn-small,
.btn-mini {
	height: auto;
	line-height: 1;
}

.btn-large {
	padding: 15px 30px;
	font-size: 30px;
}

.btn-small {
	padding: 10px 20px;
	font-size: 12px;
}

.btn-mini {
	padding: 8px 15px;
	font-size: 11px;
}

.btn-toolbar:before,
.btn-toolbar:after,
.btn-group:before,
.btn-group:after {
	display: table;
	line-height: 0;
	content: "";
}

.btn-toolbar:after,
.btn-group:after {
	clear: both;
}

.btn-group .btn,
.btn-group .button {
	float: left;
	display: inline-block;
	margin-right: 5px;
}

.btn-toolbar .btn-group {
	float: left;
}

.error,
.red,
.required.invalid {
	color: #b8011c;
}

.optional {
	font-size: 0.8em;
	color: #aeaeae;
}

.form-horizontal .control-group {
	margin-bottom: 10px;
}

/* 1.2 - Grid */
.grid-container {
	width: 100%;
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
}

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

.grid-row:before,
.grid-row:after,
.grid-container:before,
.grid-container:after {
	display: table;
	line-height: 0;
	content: "";
}

.grid-row:after,
.grid-container:after {
	clear: both;
}

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

.col-1-12 {
	width: 8.33333333%;
}

.col-2-12 {
	width: 16.66666667%;
}

.col-3-12 {
	width: 25%;
}

.col-4-12 {
	width: 33.333331%;
}

.col-5-12 {
	width: 41.66666667%;
}

.col-6-12 {
	width: 50%;
}

.col-7-12 {
	width: 58.33333333%;
}

.col-8-12 {
	width: 66.66666667%;
}

.col-9-12 {
	width: 75%;
}

.col-10-12 {
	width: 83.33333333%;
}

.col-11-12 {
	width: 91.66666667%;
}

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

/* 1.3 - Helper Classes */
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.pull-none {
	float: none;
}

.invisible {
	visibility: hidden;
}

.show {
	display: block;
}

.hide {
	display: none ! important;
}

.element-invisible {
	display: none ! important;
}

.off-vertical-scroll {
	overflow-y: hidden;
}

.off-horizontal-scroll {
	overflow-x: hidden;
}

.affix {
	position: fixed;
}

.img-rounded {
	border-radius: 900px;
}

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

.fade.in {
	opacity: 1;
}

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .2s ease;
	transition: height .2s ease;
}

.collapse.in {
	height: auto;
	overflow: hidden;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-y: auto;
	margin-bottom: 20px;
}

.rotate {
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.rotate:hover {
	opacity: 0.5;
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.full-width {
	width: 100%;
	max-width: 100%;
}

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

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

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

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.hidden-xs {
	display: block;
}

.visible-xs {
	display: none;
}

.filters {
	margin-bottom: 20px;
}

.screen-reader {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.screen-reader:active,
.screen-reader:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	white-space: normal;
	width: auto;
	text-decoration: underline;
	color: #e00122;
	outline-style: dotted;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.skip-to-main {
	position: fixed;
	left: 2px;
	top: 2px;
	z-index: 99999;
	padding: 4px 15px;
	font-weight: 400;
	font-size: 16px;
	background: #ffffff;
	outline-style: solid;
	outline-width: 1px;
	box-shadow: 0 0 0 2px #ffffff;
}


/**
 * 2.0 - Layout
 */

.site {
	padding: 140px 0 0 0;
}

/* 2.1 - Header */
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: block;
	z-index: 1001;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header-top {
	background: #e00122;
}

.header-top .grid-container {
	position: relative;
	padding: 0;
}

/* header logo */
.header-logo {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	padding: 19px 15px 11px 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-logo:hover,
.header-logo:focus {
	background-color: #b8011c;
	outline: 0;
}

.header-logo h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #ffffff;
}

.header-logo .svg-logo {
	max-width: 230px;
	height: 40px;
	vertical-align: middle;
	fill: #ffffff;
}

/* search button */
.search-toggle {
	float: right;
	position: relative;
	display: inline-block;
	margin-left: 30px;
	color: #ffffff;
	overflow: visible;
	width: 70px;
	height: 70px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.search-toggle:hover,
.search-toggle:active,
.search-toggle:focus {
	color: #ffffff;
	background-color: #b8011c;
	border-color: #ffffff;
	fill: #ffffff;
}


.search-toggle .svg-search {
	width: 40px;
	vertical-align: middle;
	fill: #ffffff;
}

/* search bar */
.header-search {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 70px;
	max-height: 0px;
	line-height: 70px;
	display: block;
	z-index: 2;
	background: #e00122;
	border-top: 0px solid rgba(255, 255, 255, 0);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.header-search > .grid-container {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.header-search.active {
	max-height: 70px;
	border-top: 1px solid rgba(255, 255, 255, 1);
}

.header-search .module {
	margin: 0;
}

.search-form {
	visibility: hidden;
	overflow: hidden;
	background: #e00122;
}

.header-search.active .search-form {
	visibility: visible;
}

.search-form legend {
	color: #ffffff;
}

.search-form input {
	height: auto;
	line-height: 28px;
	padding: 5px 10px;
}

.search-form .search-input {
	width: 70%;
	padding: 5px 10px;
	font-size: 18px;
	border-color: #ffffff;
}

.search-form .search-input:hover,
.search-form .search-input:focus {
	border-color: lightblue;
}

.search-form .search-button {
	font-weight: bold;
	text-transform: none;
	font-size: 18px;
	color: #ffffff;
	background-color: #e00122;
	border-width: 1px;
	border-color: #ffffff;
}

.search-form .search-button:hover,
.search-form .search-button:focus {
	background-color: #b8011c;
	color: #ffffff;
	border-color: #ffffff;
}

/* unit-name */
.header-unitname {
	line-height: 40px;
	color: #ffffff;
	background-color: #b8011c;
}

.header-unitname .grid-container {
	padding: 0;
}

.unit-link {
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.3px;
	float: left;
	padding-left: 15px;
}

.unit-link:hover,
.unit-link:focus {
	color: #ffffff;
	text-decoration: underline;
}

/* 2.2 - Main Menu */
.header-menu {
	border-bottom: 1px solid #333333;
}

.main-menu li a:focus {
	outline: none;
}

.main-menu .menu,
.main-menu .menu ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-align: left;
}

.main-menu .menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	letter-spacing: 0;
	text-decoration: none;
}

.main-menu .menu li a {
	position: relative;
	white-space: normal;
	-webkit-transition: all .12s ease;
	transition: all .12s ease;
}

.main-menu .menu li span.image-title {
	margin-left: 7px;
}

.main-menu .menu > li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

.main-menu .menu > li > a {
	position: relative;
	display: block;
	margin: 0 5px 0 0;
	padding: 0 15px;
	font-weight: 500;
	font-size: 13px;
	line-height: 30px;
	color: #e00122;
}

.main-menu .menu li > a:focus,
.main-menu .menu li > a:hover,
.main-menu .menu li > a.open,
.main-menu .menu li.active > a,
.main-menu .menu li.parent:hover > a,
.main-menu .menu li.parent > a:focus,
.main-menu .menu li.active.parent > a,
.main-menu .menu li.alias-parent-active > a {
	color: #ffffff;
	background: #e00122;
	text-decoration: none;
}

.main-menu .menu li.active.parent > a:focus,
.main-menu .menu li > a[aria-expanded=true] {
	background: #b8011c;
}

 /* Dropdown Menu */
.main-menu .menu .submenu {
	position: absolute;
	top: 30px;
	left: 0;
	min-width: 200px;
	max-width: 350px;
	display: none;
	z-index: 1000;
	color: #e00122;
	background: #ffffff;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.main-menu .menu .submenu li {
	float: none;
	display: block;
	margin: 0;
	font-size: 14px;
	text-align: left;
}

.main-menu .menu .submenu > li > a {
	display: block;
	padding: 0 15px;
	width: 100%;
	line-height: 30px;
	cursor: pointer;
	color: #e00122;
	position: relative;
	white-space: nowrap;
	background-color: transparent;
	text-transform: none;
}

/* submenus hover/active */
.main-menu .menu .submenu li > a.open,
.main-menu .menu .submenu li > a:focus,
.main-menu .menu .submenu li:hover > a,
.main-menu .menu .submenu li.active > a,
.main-menu .menu .submenu li.parent:hover > a,
.main-menu .menu .submenu li.active.parent > a ,
.main-menu .menu .submenu li.alias-parent-active > a {
	color: #ffffff;
	background-color: #e00122;
	text-decoration: none;
}

 /* Dropdown Menu Levels > 1 */
.main-menu .menu .submenu .submenu {
	top: 0;
	left: 100%;
	margin: 0;
}

 /* hover */
.main-menu .menu li a.open + ul,
.main-menu .menu .submenu[aria-hidden="false"],
.main-menu .menu li:active > ul,
.main-menu .menu li:hover > ul,
.main-menu .menu ul li:hover > ul {
	display: block;
}

/* 2.3 - Mobile Menu */
.menu-button {
	display: none;
	float: right;
	padding-right: 0;
	position: relative;
	height: 40px;
	line-height: 40px;
	width: 60px;
	border: 0;
}

.menu-button:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 22px;
	display: block;
	opacity: 1;
	width: 15px;
	height: 15px;
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: #ffffff;
	-webkit-transform: translateY(-50%) rotateZ(-45deg);
	-ms-transform: translateY(-50%) rotateZ(-45deg);
	transform: translateY(-50%) rotateZ(-45deg);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.menu-button.active:after {
	-webkit-transform: translateY(-50%) rotateZ(45deg);
	-ms-transform: translateY(-50%) rotateZ(45deg);
	transform: translateY(-50%) rotateZ(45deg);
}

.menu-button:focus {
	outline: 1px dotted #ffffff;
}

.mobile-menu-container {
	display: none;
	width: 100%;
	max-height: 521px;
	overflow-y: auto;
	color: #ffffff;
	background-color: #b8011c;
}

.mobile-menu {
	display: block;
	width: 100%;
}

.mobile-menu .module {
	margin: 0;
}

.mobile-menu .menu,
.mobile-menu .menu ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-align: center;
	position: relative;
}

.mobile-menu .menu li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float: none;
	letter-spacing: 0;
	text-decoration: none;
}

.mobile-menu .menu li a {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	-webkit-transition: all .12s ease;
	transition: all .12s ease;
}

.mobile-menu .menu li a:focus {
	outline: none;
}

.mobile-menu .menu li span.image-title {
	margin-left: 7px;
}

.mobile-menu .menu > li > a {
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	padding: 10px 35px;
}

.mobile-menu .menu li.open > a,
.mobile-menu .menu li> a:focus,
.mobile-menu .menu li:hover > a,
.mobile-menu .menu li.active > a,
.mobile-menu .menu li.parent:hover > a,
.mobile-menu .menu li.active.parent > a,
.mobile-menu .menu li.alias-parent-active > a {
	color: #ffffff;
	background-color: #e00122;
	text-decoration: underline;
}

/* toggle buttton */
.mobile-menu .menu li button {
	display: inline-block;
	float: right;
	position: absolute;
	top: 1px;
	right: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	border: 0;
	border-left: 0px solid rgba(255, 255, 255, 0.2);
	height: 45px;
	width: 60px;
	line-height: 45px;
	background: transparent;
}

.mobile-menu .menu li button:hover,
.mobile-menu .menu li button:focus,
.mobile-menu .menu li.open button:focus {
	outline: 1px dotted #ffffff;
}

.mobile-menu .menu li > button:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 22px;
	display: block;
	width: 15px;
	height: 15px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #ffffff;
	-webkit-transform: translateY(-50%) rotateZ(-45deg);
	-ms-transform: translateY(-50%) rotateZ(-45deg);
	transform: translateY(-50%) rotateZ(-45deg);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.mobile-menu .menu li.open > button:after {
	-webkit-transform: translateY(-50%) rotateZ(45deg);
	-ms-transform: translateY(-50%) rotateZ(45deg);
	transform: translateY(-50%) rotateZ(45deg);
}

/* level 2+ */
.mobile-menu .submenu {
	display: none;
	margin: 0;
	padding: 0;
}

.mobile-menu .submenu li {
	float: none;
	display: block;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.mobile-menu .submenu > li > a {
	display: block;
	width: 100%;
	font-weight: 400;
	line-height: 25px;
	cursor: pointer;
	padding: 10px 45px;
	position: relative;
	background-color: transparent;
	text-transform: none;
	border-top: 1px solid #e00122;
}

.mobile-menu .submenu .submenu > li > a {
	padding-left: 55px;
}

.mobile-menu .submenu .submenu .submenu > li > a {
	padding-left: 65px;
}

.mobile-menu .submenu .submenu .submenu .submenu > li > a {
	padding-left: 70px;
}

.mobile-menu .submenu li.open > a,
.mobile-menu .submenu li > a:focus,
.mobile-menu .submenu li:hover > a,
.mobile-menu .submenu li.active > a,
.mobile-menu .submenu li.parent:hover > a,
.mobile-menu .submenu li.active.parent > a ,
.mobile-menu .submenu li.alias-parent-active > a {
	color: #ffffff;
	background-color: #e00122;
	border-top: 1px solid #b8011c;
	text-decoration: underline;
}

/* kepp active submenu open on load */
.mobile-menu li.active > .submenu {
	display: block;
}

/* 2.4 - Slider + banner top */
.slider .grid-container {
	max-width: 100%;
	padding: 0;
}

.banner-top .grid-container {
	position: relative;
	padding: 0;
	max-width: 1300px;
	min-height: 500px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.banner-top .grid-container:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.15);
}

.banner-top .custom {
	background-image: none ! important;
}

.banner-top .module-content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.banner-top .module-content h1,
.banner-top .module-content h2,
.banner-top .module-content h3,
.banner-top .module-content h4,
.banner-top .module-content h5,
.banner-top .module-content h6 {
	color: #ffffff;
}

.banner-top .module-content a {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

.banner-top .module-content a:hover,
.banner-top .module-content a:focus,
.banner-top .module-content a:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

/* 2.5 - Breadcrumbs */
.breadcrumbs {
	position: relative;
	display: block;
	font-size: 14px;
	border-bottom: 0px solid #eeeeee; 
}

.breadcrumbs:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 55px;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.breadcrumbs .grid-container {
	overflow: hidden;
}

.breadcrumbs-wrap {
	display: block;
	width: 100%;
	overflow-y: auto;
}

ul.breadcrumb {
	margin: 0;
	padding: 30px 0;
	padding-left: 15px;
	display:table;
	float: left;
}

ul.breadcrumb li {
	display: table-cell;
	position: relative;
	list-style: none;
	line-height: 20px;
	float: none;
	margin: 0;
	padding: 0 35px 0 0;
}

ul.breadcrumb li > * {
	white-space: nowrap;
}

ul.breadcrumb li .divider {
	margin: 0 13px 0 17px;
	position: absolute;
	top: 0;
	right: 0;
}

ul.breadcrumb li a:hover,
ul.breadcrumb li a:focus {
	color: #e00122;
	text-decoration: underline;
}

/* 2.6 - Left Main Navigation */
.left-navigation {
	border-top: 4px solid #eeeeee;
}

.left-navigation ul {
	padding: 0;
	margin: 0;
}

.left-navigation li {
	list-style-type: none;
}

.left-navigation li a {
	position: relative;
	display: block;
	padding: 12px 30px 12px 15px;
	line-height: 20px;
	font-size: 14px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}

.left-navigation li a:hover,
.left-navigation li a:focus {
	color: #e00122;
	text-decoration: underline;
}

/* current el */
.left-navigation ul li.current > a {
	font-weight: bold;
}

.left-navigation ul li.current > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	display: block;
	background: #e00122;
	z-index: 1;
}

/* parent arrows */
.left-navigation li.parent > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 19px;
	display: block;
	opacity: 1;
	width: 9px;
	height: 9px;
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: #e00122;
	-webkit-transform: translateY(-50%) rotateZ(-45deg);
	-ms-transform: translateY(-50%) rotateZ(-45deg);
	transform: translateY(-50%) rotateZ(-45deg);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.left-navigation li.parent.active > a:after {
	-webkit-transform: translateY(-50%) rotateZ(45deg);
	-ms-transform: translateY(-50%) rotateZ(45deg);
	transform: translateY(-50%) rotateZ(45deg);
}

/* first level */
.left-navigation .menu > li > a {
	border-bottom: 2px solid #eeeeee;
}

.left-navigation .menu > li.active > a {
	background: #f3f3f3;
	border-bottom: 2px solid #ffffff;
}

/* submenus */
.left-navigation .submenu > li > a {
	padding-left: 25px;
	background: #f3f3f3;
	border-bottom: 1px solid #ffffff;
}

.left-navigation .submenu > li > a:hover,
.left-navigation .submenu > li.active > a:hover,
.left-navigation .submenu > li > a:focus {
	background: #dddddd;
}

.left-navigation .submenu .submenu li a {
	padding-left: 45px;
}

.left-navigation .submenu .submenu .submenu li a {
	padding-left: 55px;
}

.left-navigation .submenu .submenu .submenu .submenu li a {
	padding-left: 65px;
}

/* 2.7 - Main content */
.system-messages {
	padding: 15px 0;
}

#main {
	padding-top: 15px;
	padding-bottom:15px;
	line-height: 30px;
}

#main:target {
	outline-style: dotted;
	outline-width: 1px;
}

.sidebar {
	padding-top: 15px;
}

/* 2.8 - Footer */
.footer-top {
	margin-top: 70px;
	color: #ffffff;
	background-color: #e00122;
}

.footer-top .left-section,
.footer-top .right-section {
	padding: 40px;
}

.footer-top .left-section {
	padding-bottom: 70px;
	background-color: #000000;
}

.footer-top a {
	color: #ffffff;
}

.footer-top a:hover,
.footer-top a:focus {
	text-decoration: underline;
}

.footer-top .module {
	margin-bottom: 20px;
	line-height: 30px;
}

.footer-top .right-section .module {
	margin-bottom: 0;
}

.footer-top .right-section .no-title .module-content {
	margin-top: 30px;
}

.footer-top .module-title {
	margin: 0;
}

.footer-top .module-title > * {
	font-size: 20px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 5px;
	font-weight: bold;
	color: #ffffff;
}

.footer-top .social-links {
	padding-top: 10px;
	float: left;
}

.footer-top .social-links a {
	display: inline-block;
	margin-right: 22px;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.footer-top .social-links a svg {
	width: 32px;
	height: 32px;
}

.footer-top .social-links a svg path,
.footer-top .social-links a svg circle {
	fill: #ffffff;
}

.footer-top .social-links a:hover svg path,
.footer-top .social-links a:hover svg circle,
.footer-top .social-links a:focus svg path,
.footer-top .social-links a:focus svg circle {
	fill: #ce2c2e;
}


/* footer copyrights */
.footer-copyrights {
	font-size: 14px;
}

.footer-copyrights {
	padding: 20px 0;
}

.footer-copyrights p,
.footer-copyrights ul,
.footer-copyrights ol {
	margin: 0;
}

.footer-copyrights a {
	color: #000000;
	text-decoration: underline;
}

.footer-copyrights a:hover,
.footer-copyrights a:focus {
	color: #000000;
	text-decoration: none;
}

/* 2.9 - To top button */
.totop-button {
	position: fixed;
	z-index: 1000;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	visibility: hidden;
	opacity: 0;
	text-align: center;
	color: #ffffff;
	background: #e00122;
	border: 0;
	box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.25);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.totop-button.active {
	visibility: visible;
	opacity: 1;
}

.totop-button:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	margin: 0 -8px 0 0;
	display: block;
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #ffffff;
	-webkit-transform: rotateZ(-135deg);
	-ms-transform: rotateZ(-135deg);
	transform: rotateZ(-135deg);
}

.totop-button:hover,
.totop-button:focus {
	text-decoration: none;
	background: #b8011c;
}

.totop-button svg {
	fill: #ffffff;
}


/* 2.10 - Masonry Layout */
.grid {
	position: relative;
}

.grid .grid-item  {
	margin-bottom: 30px;
}

.grid .grid-item > .item  {
	opacity: 0;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	background: #ffffff;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.grid .grid-item.loaded	 > .item  {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.grid .grid-item > .item:after	{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: #ffffff;
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.grid .grid-item.loaded	 > .item:after	{
	opacity: 1;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.grid .grid-preloader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid .grid-preloader .spinner {
	position: absolute;
	top: 200px;
	left: 50%;
	padding: 0;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.2);
	border-top-width: 2px;
	border-top-color: rgba(0, 0, 0, 0.8);
	border-radius: 60px;
	-webkit-animation: spin 0.6s infinite ease-in-out normal;
	animation: spin 0.6s infinite ease-in-out normal;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* 2.11 - Modules */
.module-title:before,
.module-title:after,
.module-content:before,
.module-content:after {
	display: table;
	line-height: 0;
	content: "";
}

.module-title:after,
.module-content:after {
	clear: both;
}

.module {
	display: block;
	margin: 0 0 40px;
}

.modules-block {
	margin: 15px 0;
}

.modules-block .module {
	margin-bottom: 25px;
}

.module ul,
.module ol {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 20px;
}

.module ul:last-of-type,
.module ol:last-of-type {
	margin-bottom: 0;
}

.module ul li,
.module ol li {
	list-style-type: none;
}

.module.basic {
	margin: 0;
}

.module-title {
	font-weight: 600;
	margin-bottom: 5px;
}

.module-title > * {
	margin: 0;
	padding: 15px 0;
	font-size: 18px;
	line-height: 25px;
}

.module-title span {
	color: #e5e5e5;
}

.module-title span:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	margin-right: 3px;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
}

.module-content > ul,
.module-content > ol,
.module-content > form,
.module-content > fieldset,
.module-content p:last-of-type {
	margin-bottom: 0;
}

/* 2.12 - Modules suffixes */
.color .module-title > * {
	color: #e00122;
}

.border-black .module-title > * {
	border-top: 2px solid #000000;
}

.border-black-thin .module-title > * {
	border-top: 1px solid #000000;
}

.border-gray .module-title > * {
	border-top: 1px solid #aeaeae;
}

.border-color .module-title > * {
	border-top: 2px solid #e00122;
	color: #e00122;
}

.big-title .module-title > * {
	font-size: 38px;
	line-height: 1.2;
	font-weight: 600;
}

.small-title .module-title > * {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
}

/* boxed modules */
.color-box.module,
.light-color-box.module,
.dark-gray-box.module,
.dark-box.module,
.gray-box.module,
.border-box.module {
	padding: 30px;
}

.color-box .module-title,
.light-color-box .module-title,
.dark-gray-box .module-title,
.dark-box .module-title,
.gray-box .module-title,
.border-box .module-title {
	margin-bottom: 15px;
}

.border-box.module {
	border: 1px solid #e2e2e2;
}

.dark-gray-box.module {
	background: #333333;
}

.dark-box.module {
	background: #000000;
}

.color-box.module {
	background: #cb000b;
}

.light-color-box.module {
	background: #e00122;
}

.color-box.module,
.light-color-box.module,
.dark-gray-box.module,
.dark-box.module {
	color: rgba(255, 255, 255, 1);
}

.color-box.module a,
.light-color-box.module a,
.dark-gray-box.module a,
.dark-box.module a {
	color: #ffffff;
	text-transform: underline;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
}

.color-box.module a:hover,
.color-box.module a:focus,
.light-color-box.module a:hover,
.light-color-box.module a:focus,
.dark-gray-box.module a:hover,
.dark-gray-box.module a:focus,
.dark-box.module a:hover,
.dark-box.module a:focus {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}


.color-box .module-title > *,
.light-color-box .module-title > *,
.dark-gray-box .module-title > *,
.dark-box .module-title > * {
	padding-top: 0;
	color: #ffffff;
	border-top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.gray-box.module {
	background-color: #f3f3f3;
}

.gray-box .module-title > *,
.border-box .module-title > * {
	padding-top: 0;
	border-top: 0;
	border-bottom: 1px solid #e5e5e5;
}

/* 2.13 - Homepage latest news module */
.module .category-module li {
	margin-left: 30px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 0px solid #eeeeee;
	list-style-type: disc;
}

.module .category-module li:first-child {
	margin-top: 0px;
}

.mod-articles-category-title {
	font-weight: bold;
	display: block;
}

.mod-articles-category-hits,
.mod-articles-category-writtenby,
.mod-articles-category-category,
.mod-articles-category-date {
	margin-right: 5px;
}


/*
 * 3.0 - Article Header
 */

.article {
	display: block;
}

.article time {
	font-weight: 400;
	font-style: italic;
	line-height: 20px;
}

.article-header {
	display: block;
	width: 100%;
	position: relative;
	margin: 0;
}

.article-header a:hover,
.article-header a:focus {
	color: #e00122;
}

.article-title {
	margin-top: 0;
	margin-bottom: 30px;
	position: relative;
	word-wrap: break-word;
}

/* Meta informations */
.article-meta {
	display: block;
	margin-bottom: 20px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.article-meta > * {
	display: inline-block;
	float: left;
	position: relative;
	border-left: 1px solid #efefef;
	line-height: 20px;
	padding: 15px;
	font-style: normal;
}

.article-meta > *:first-child {
	margin-left: 15px;
}

.article-meta-add {
	margin-bottom: 20px;
	line-height: 20px;
	padding: 10px 0;
}

.article-meta-add > * {
	float: left;
	margin-right: 20px;
}

/* 3.1 - Article Content */
.introtext {
	position: relative;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 35px;
	font-style: normal;
	color: rgba(0, 0, 0, 0.9);
	z-index: 1;
}

.introtext.subheading {
	margin-bottom: 17px;
}

.introtext p:last-of-type {
	margin: 0;
}

.article-content a {
	position: relative;
	word-wrap: break-word;
	border-bottom: 1px solid #e00122;
}

.article-content a:hover,
.article-content a:focus {
	color: #e00122;
	border-bottom: 2px solid #e00122;
	text-decoration: none;
}

.article-content .button:hover,
.article-content .button:focus {
	color: #ffffff;
	background-color: #b8011c;
	box-shadow: none;
	outline: 0;
	text-decoration: underline;
	border-width: 2px;
	border-color: #b8011c;
}

.article-content .button-bordered {
	background-color: transparent;
	color: #e00122;
	border-color: #e00122;
	border-width: 2px;
}

.article-content .button-small {
	border-width: 2px;
}

.article-content > img,
.article-content > figure,
.article-content > table,
.article-content > pre {
	max-width: 100%;
}

.article-content .article-index {
	margin-left: 20px;
}

.author-avatar {
	border-radius: 90px;
}

.modified-date {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
}

/* Content Blockquotes */
.content blockquote {
	position: relative;
	padding: 40px;
	margin: 0;
	font-size: 30px;
	line-height: 50px;
	font-style: normal;
	text-align: left;
	color: #e00122;
}

.content blockquote:before,
.content blockquote:after {
	content: "\201C";
	color: transparent;
	font-family: 'Times New Roman', serif;
	font-size: 70px;
	font-weight: bold;
	line-height: 0;
	position: absolute;
	top: 40px;
	left: 0;
	-webkit-text-stroke: 1px #e00122;
}

.content blockquote:after {
	content: "\201D";
	top: auto;
	left: auto;
	right: 15px;
	bottom: 35px;
}

.content cite {
	display: block;
	width: 200px;
	float: right;
	margin-right: 20px;
	line-height: 25px;
	font-style: normal;
	font-weight: 600;
	color: #e00122;
	font-size: 14px;
}

/* 3.2 - Images / Figures */
img.pull-left,
figure.pull-left {
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 30px;
	max-width: 45%;
}

img.pull-right,
figure.pull-right {
	margin-right: 0;
	margin-left: 30px;
	max-width: 45%;
}

figure.pull-none,
figure.pull-center {
	display: block;
	float: none;
	text-align: center;
	margin: 0 auto 60px auto;
	clear: both;
}

figure.pull-none img,
figure.pull-center img {
	display: block;
	margin: 0 auto;
}

/* figure caption */
figure > figcaption {
	margin: 10px 0;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	color: #444444;
	border-left: 5px solid #f3f3f3;
	overflow: hidden;
}

/* newsflash image */
figure.newsflash-image {
	max-width: 30%;
}

/* Article image */
figure.article-image {
	position: relative;
	margin-bottom: 30px;
}

/* Intro Image */
figure.intro-image {
	margin-bottom: 30px;
}

figure.intro-image a {
	position: relative;
	display: block;
	overflow: hidden;
}

figure.intro-image a img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}

figure.intro-image a:hover img,
figure.intro-image a:focus img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.intro-image a > .image-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

figure.intro-image a:hover > .image-mask {
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}


figure.intro-image a > .image-mask:before,
figure.intro-image a > .image-mask:after {
	content: "";
	z-index: 11;
	display: block;
	width: 25px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateX(-150px);
	-ms-transform: translateX(-150px);
	transform: translateX(-150px);
}

figure.intro-image a > .image-mask:after {
	width: 1px;
	height: 25px;
	margin-top: -12px;
	margin-left: auto;
	-webkit-transform: translateY(-150px);
	-ms-transform: translateY(-150px);
	transform: translateY(-150px);
}

figure.intro-image a:hover > .image-mask:before {
	background-color: rgba(255, 255, 255, 1);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

figure.intro-image a:hover > .image-mask:after {
	background-color: rgba(255, 255, 255, 1);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* 3.3 - Blog layout */
.page-header {
	display: block;
	margin-bottom: 20px;
}

.page-header h1 {
	margin: 0;
}

.intro-article {
	margin-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
}

.intro-article .article-category,
.intro-article time {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #e00122;
}

.intro-article .article-category a:hover,
.intro-article .article-category a:focus {
	color: #e00122;
}

.intro-article h2.intro-heading {
	font-weight: 400;
	margin-bottom: 20px;
}

.col-6-12 h2.intro-heading {
	font-size: 30px;
}

.col-3-12 h2.intro-heading,
.col-4-12 h2.intro-heading {
	font-size: 22px;
}

.intro-article h2.intro-heading a {
}

.intro-article h2.intro-heading a:hover,
.intro-article h2.intro-heading a:focus {
	color: #e00122;
	text-decoration: underline;
}

.intro-article .readmore a {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
}

.intro-article .readmore a:hover,
.intro-article .readmore a:focus {
	color: #e00122;
	text-decoration: underline;
}

.items-more {
	margin-bottom: 20px;
}

/* Archived articles */
.archive .article-info {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}

.archive .article-info dd {
	margin: 0;
}

.tag-layout {
	margin-top: 40px;
}

/* Tags Layout */
.tag-layout {
	margin-top: 40px;
}

/* 3.4 - Tags */
.article-tags {
	margin: 0;
	width: 100%;
}

.article-tags .tags-title {
	font-size: 27px;
	margin-top: 20px;
	font-weight: 700;
}

.article-tags ul {
	list-style-type: none;
	margin: 20px 0 0;
	padding: 0;
}

.article-tags ul li {
	display: block;
	float: left;
	margin-right: 3px;
	line-height: 30px;
}

.article-tags ul li.tags-icon {
	display: block;
	margin-right: 15px;
	padding-right: 15px;
	padding: 5px 10px 5px 0;
}

.article-tags ul li.tags-icon i {
	vertical-align: middle;
	padding-right: 5px;
}

.article-tags ul li a {
	display: block;
	padding: 5px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333333;
	background-color: #efefef;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.article-tags ul li a:hover,
.article-tags ul li a:focus {
	color: #ffffff;
	background-color: #333333;
}

/* 3.5 - Article Navigation */
.article-navigation {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #eeeeee;
}

.article-navigation ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.article-navigation ul li {
	display: inline-block;
	width: 50%;
}

.article-navigation ul li a {
	display: block;
	padding: 0;
	margin-bottom: 20px;
	width: auto;
	font-weight: normal;
	font-style: italic;
}

.article-navigation ul li a:hover,
.article-navigation ul li a:focus {
	color: #e00122;
	text-decoration: underline;
}

.article-navigation ul li.prev-article {
	border-right: 1px solid #eeeeee;
	float: left;
}

.article-navigation ul li.next-article {
	float: right;
}

.article-navigation ul li.prev-article > span,
.article-navigation ul li.next-article > span {
	display: block;
	margin: 20px 0 10px;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}

.article-navigation ul li.prev-article {
	text-align: left;
	padding-right: 20px;
}

.article-navigation ul li.next-article {
	text-align: right;
	padding-left: 20px;
}

/* 3.6 - Plugins - Social Icons */
.article-social-icons ul {
	list-style-type: none;
	display: block;
	padding: 0;
}

.article-social-icons ul li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.article-social-icons ul li a {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 20px;
	text-align: center;
	opacity: 1;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.article-social-icons ul li a:hover {
	border-color: transparent;
}

.article-social-icons ul li a .svg-icon {
	width: 16px;
	height: 16px;
}

.article-social-icons ul li a .svg-icon .inner-shape {
	fill: #e00122;
	transition: all .2s ease;
}

.article-social-icons ul li a:hover .svg-icon .inner-shape {
	fill: #262626;
}

/* 3.7 Related Items */
.related-items {
	display: block;
	margin-top: 20px;
	padding: 0;
}

.related-article {
	border: 1px solid #eeeeee;
	padding: 15px;
	margin-bottom: 10px;
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
}

.related-article:hover {
	border-color: #e00122;
}

.related-item-date,
.related-item-category,
.related-item-title {
	display: block;
}

.related-item-category,
.related-item-date {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0;
}

.related-item-title {
	font-weight: 300;
	font-size: 22px;
}


/**
 * 4.0 - Addons
 */

.hasTooltip {
	cursor: pointer;
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.95;
	filter: alpha(opacity=95);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 11px 25px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

/* 4.1 - Alerts */
.alert {
	padding: 20px;
	margin-bottom: 24px;
	font-size: 14px;
	text-shadow: none;
	background-color: #9cc902;
	border: 0;
}

.alert p {
	margin: 0;
}

.alert,
.alert .alert-heading {
	color: #ffffff;
}

.alert-heading {
	margin: 0 0 6px;
}

.alert-warning,
.alert-danger,
.alert-error {
	background-color: #e10000;
	border-color: #e10000;
	color: #ffffff;
}

.alert-info,
.alert-notice {
	background-color: #0293c9;
}

.alert .close {
	color: #000000;
	font-size: 28px;
	float: right;
	opacity: 0.4;
	text-shadow: 1px 1px 0px rgba(255, 255, 255,0.2);
}

.alert .close:hover {
	opacity: 0.8;
}

/* 4.2 - Pagination */
.pagination .counter {
	font-size: 12px;
	margin-bottom: 0;
	float: none;
	text-align: center;
}

.pagination ul {
	padding: 25px 0;
	display: block;
	width: 100%;
	text-align: center;
	list-style-type: none;
}

.pagination ul li {
	display: inline-block;
	text-align: center;
}

.pagination ul > li > a,
.pagination ul > li > span {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	display: block;
	margin: 0 2px 5px 0;
	position: relative;
	padding: 5px 15px;
	background-color: transparent;
	border: 2px solid transparent;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	border: 2px solid #e00122;
	color: #e00122;
}

/* 4.3 - Pager */
.pager {
	padding-left: 0;
	margin: 24px 0;
	text-align: center;
	list-style: none;
}

.pager li {
	display: inline-block;
	margin: 0 5px;
}

.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
}

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

.pager .next > a,
.pager .next > span {
	float: right;
}

.pager .previous > a,
.pager .previous > span {
	float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #777777;
	cursor: not-allowed;
	background-color: #ffffff;
}

/* 4.4 - Tabs & Accordions - bs backward */
.accordion {
	margin-bottom: 24px;
}

.accordion-group {
	margin-bottom: 2px;
}

.accordion-group,
.accordion-inner,
.accordion-heading {
	border: 0;
}

.accordion-heading .accordion-toggle {
	display: block;
	padding: 1em 1.5em;
	border: 1px solid #e5e5e5;
}

.accordion-toggle {
	cursor: pointer;
}

.accordion-inner {
	padding: 20px;
}

.nav-tabs:before,
.nav-tabs:after {
	display: table;
	content: "";
	line-height: 0;
}

.nav-tabs:after {
	clear: both;
}

.nav-tabs {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #eaeaea;
}

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

.nav-tabs > li > a {
	display: block;
	padding: 12px 25px;
	margin-right: 3px;
	line-height: 24px;
	border: 1px solid #eaeaea;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-top-color: #cecece;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #262626;
	background-color: #ffffff;
	border-top-color: #e00122;
	border-bottom-color: transparent;
	cursor: default;
}

.tab-content {
	padding: 24px 0;
}

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

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

.nav-stacked {
	border: 0;
}

.nav-stacked > li {
	float: none;
}

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

.nav-stacked > li > a {
	margin-right: 0;
	padding: 12px 20px;
}

.nav-stacked > .active > a,
.nav-stacked > .active > a:hover,
.nav-stacked > .active > a:focus {
	color: #262626;
	border-bottom-color: #e0e0e0;
}

.label,
.badge {
	background: #7ac2e0;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	line-height: 1;
	padding: 5px 15px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 30px;
	vertical-align: middle;
}

.label:empty,
.badge:empty {
	display: none;
}

.dropdown-menu {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
}

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

.dropdown-menu > li > a > [class^="icon-"],
.dropdown-menu > li > a > [class*=" icon-"] {
	margin-right: 3px;
}

html[dir="rtl"] .dropdown-menu > li > a > [class^="icon-"],
html[dir="rtl"] .dropdown-menu > li > a > [class*=" icon-"] {
	margin-left: 3px;
}

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

.open {
	position: relative;
}

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

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

/* 4.5 - Popover */
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 0;
	text-align: left;
	background-color: #1d1d1d;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}

.popover-title {
	margin: 0;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	color: #ffffff;
}

.popover-title:empty {
	display: none;
}

.popover-content {
	padding: 15px 30px;
	font-size: 14px;
	font-style: italic;
	color: #ffffff;
	line-height: 24px;
}

/* 4.6 - Joomla extra fields */
.fields-container {
	margin-bottom: 20px;
}

.fields-container dl:after {
	display: table;
	content: "";
	clear: both;
}

.fields-container dd {
	margin-left: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.fields-container dd:last-child {
	border-bottom: 0;
}

.fields-container dd span.field-label {
	color: #808080;
	margin-right: 10px;
}

/* 4.7 - Accordions Custom Field */
.field-entry > .accordion-section {
	margin-top: -10px;
}

.accordion-section {
	margin-bottom: 20px;
}

.accordion-buttons {
	text-align: right;
	margin-bottom: 10px;
}

.accordion-buttons > button {
	height: auto;
	padding: 10px;
	line-height: 1;
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
	color: #333333;
	border: 0;
	background-color: #f3f3f3;
}

.accordion-buttons > button:last-child {
	margin-right: 0;
}

.accordion-buttons > button:hover,
.accordion-buttons > button:focus,
.accordion-buttons > button:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #979797;
}

.accordion-single {
	margin-bottom: 15px;
}

.accordion-toggle-head {
	margin: 0;
}

.accordion-toggle {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 15px;
	margin: 0;
	text-align: left;
	line-height: 53px;
	font-size: 18px;
	text-transform: none;
	color: #333333;
	border: 0;
	background-color: #f3f3f3;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.accordion-toggle:hover,
.accordion-toggle:focus,
.accordion-toggle:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #575757;
}

.accordion-toggle:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: 0;
	right: 23px;
	display: block;
	opacity: 1;
	width: 7px;
	height: 7px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: rgba(0, 0, 0, 0.9);
	-webkit-transform: translateY(-50%) rotateZ(-45deg);
	-ms-transform: translateY(-50%) rotateZ(-45deg);
	transform: translateY(-50%) rotateZ(-45deg);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.accordion-toggle.active:after {
	-webkit-transform: translateY(-50%) rotateZ(45deg);
	-ms-transform: translateY(-50%) rotateZ(45deg);
	transform: translateY(-50%) rotateZ(45deg);
}

.accordion-content {
	position: relative;
	display: block;
}

.accordion-content-inner {
	margin: 20px;
	padding-left: 20px;
	border-left: 1px solid #f3f3f3;
}

/* 4.8 - Edit buttons */
.button-edit {
	color: #ffffff ! important;
}

.article-edit > a {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 20px;
	padding: 2px 20px;
	border: 2px solid #e00122;
	background: transparent;
}

.article-edit > a:hover,
.article-edit > a:focus,
.article-edit > a:active {
	color: #ffffff;
	background: #b8011c;
	border-color: #b8011c;
}

/* 4.9 - Override for choosen */
.chzn-container {
	min-width: 200px ! important;
}

.chzn-container-single .chzn-single {
	background-color: #ffffff;
	filter: none;
	background-image: none !important;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #dddddd;
	-webkit-box-shadow :none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	min-height: 45px;
	line-height: 45px;
	margin-bottom: 5px;
}

.chzn-container-multi .chzn-choices {
	background-color: #ffffff;
	filter: none;
	background-image: none !important;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #dddddd;
	-webkit-box-shadow :none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	min-height: 45px;
	line-height: 45px;
	margin-bottom: 5px;
}

.chzn-container-single .chzn-single b {
	margin-top: 12px;
	max-width: 10px;
}

.chzn-container-single .chzn-drop {
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.chzn-container-single .chzn-single abbr {
	top: 16px;
}

/* 4.10 - Additional icons */
.icon-white:before {
	color: #ffffff;
}

.icon-move:before,
.icon-plus:before,
.icon-minus:before,
.icon-search:before,
.icon-remove:before,
.icon-calendar:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	vertical-align: middle;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

.icon-move:before {
	content: "\e8d5";
}

.icon-plus:before {
	content: "\e145";
}

.icon-minus:before {
	content: "\e15b";
}

.icon-search:before {
	content: "\e8b6";
}

.icon-remove:before {
	content: "\e14c";
}

.icon-calendar:before {
	content: "\e916";
}

/* 4.11 - Search Components */
.search fieldset {
	padding: 15px;
	border: 5px solid #eeeeee;
	margin: 20px 0;
}

.search fieldset label,
.search .form-limit label {
	margin-bottom: 0;
}

.search .form-limit,
.search .phrases-box,
.search .ordering-box {
	margin-bottom: 20px;
}

.search legend {
	display: block;
	padding: 0 15px;
	background: #ffffff;
}

.search .chzn-search {
	display: none;
}

.search .counter {
	font-size: 14px;
	font-weight: normal;
}

.search .result-title {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eeeeee;
}

.finder .collapse {
	-webkit-transition: height .01s linear;
	transition: height .01s linear;
}

.finder .in.collapse {
	overflow: visible;
}

.finder #search-form,
.finder #search-results {
	display: block;
}

.finder #search-query-explained,
.finder #finder-filter-window {
	display: block;
	width: 100%;
	margin: 20px 0;
	padding: 20px;
	font-size: 16px;
	font-weight: normal;
	background: #f2f2f2;
}

.finder #finder-filter-window:empty {
	display: none;
}

.finder .controls.finder-selects {
	margin-bottom: 20px;
	margin-right: 20px;
}

.finder .advanced-search-tip p {
	margin-bottom: 0;
}

.finder .search-results {
	margin-top: 40px;
}

.finder .search-results li {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.finder .search-results li h4 {
	margin-top: 0;
	margin-bottom: 10px;
}

/* 4.12 - Contact component */
.contact-form input,
.contact-form textarea {
	width: 100%;
}

.contact-form textarea {
	height: 180px;
}

.contact-form input[type="checkbox"] {
	width: auto;
	float: left;
}

/* 4.13 - User Component */
.profile .btn-toolbar {
	list-style-type: none;
}

.profile fieldset,
.profile-edit fieldset {
	margin-bottom: 20px;
}

.profile legend,
.profile-edit legend {
	padding: 20px 0;
}

/**
 * -1 - Positions - preview only
 */
.positions-preview {
	padding: 20px;
}

.positions-preview .mod-pos {
	margin-bottom: 20px;
	padding: 12px;
	text-align: center;
	border: 1px solid #e5e5e5;
	color: #222;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
}

.positions-preview .mod-pos .component {
	height: 220px;
	line-height: 200px;
	padding: 0;
}

.positions-preview .mod-pos .disabled {
	background-color: #f2f2f2;
	text-shadow: #ffffff 1px 1px 0;
	color: #999;
}

.positions-preview sup {
	color: #565656;
}


/**
 *	5.0 - Media queries & Print styles
 */

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

@viewport {
	width: device-width;
}

/* max-width 1200px */
@media screen and (max-width: 1200px) {
	.search-toggle {
		border-right: 0;
	}

}

/* max-width 979px */
@media screen and (max-width: 979px) {
	.site {
		padding: 110px 0 0 0;
	}

	.site-header {
		position: fixed;
	}

	.site-header.scroll-down {
		-webkit-transform: translateY(-70px);
		-ms-transform: translateY(-70px);
		transform: translateY(-70px);
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		border-color: rgba(0, 0, 0, 0.15);
	}

	.site-header.scroll-up {
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		border-color: rgba(0, 0, 0, 0.15);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.header-logo {
		padding: 15px;
	}

	.search-toggle {
		width: 50px;
	}

	.search-toggle .svg-search {
		width: 25px;
		vertical-align: middle;
		fill: #ffffff;
	}

	.menu-button {
		display: block;
	}

	.header-menu {
		border: 0;
	}

	.header-menu .grid-container {
		padding: 0;
	}

	.main-menu {
		display: none;
	}

	.mobile-menu-container {
		display: block;
	}

	.mobile-menu {
		display: none;
	}

	.footer-top .social-links a svg {
		width: 24px;
		height: 24px;
	}

	.color-box.module,
	.light-color-box.module,
	.dark-gray-box.module,
	.dark-box.module,
	.gray-box.module,
	.border-box.module {
		padding: 20px 15px;
	}

}

/* max-width 767px */
@media screen and (max-width: 767px) {
	body,
	#main,
	.footer-top .module	{
		font-size: 15px;
		line-height: 25px;
	}

	h1 { font-size: 27px; line-height: 33px;}
	h2 { font-size: 24px; }
	h3 { font-size: 22px; }
	h4 { font-size: 19px; }
	h5 { font-size: 16px; }
	h6 { font-size: 15px; }

	ul,
	ol {
		padding: 0 0 0 15px;
	}

	.col-6-12 h2.intro-heading,
	.col-4-12 h2.intro-heading {
		font-size: 24px;
	}

	.search-form input {
		line-height: 25px;
	}

	.search-form .search-input {
		width: 60%;
		font-size: 15px;
	}

	.search-form .search-button {
		font-size: 15px;
		color: #ffffff;
	}

	.unit-link {
		font-size: 15px;
	}

	.banner-top .grid-container {
		min-height: 350px;
	}

	ul.breadcrumb {
		padding: 20px 0;
	}

	.col-1-12,
	.col-2-12,
	.col-3-12,
	.col-4-12,
	.col-5-12,
	.col-6-12,
	.col-7-12,
	.col-8-12,
	.col-9-12,
	.col-10-12,
	.col-11-12,
	.col-12-12 {
		width: 100%;
	}

	.sidebar {
		display: none;
	}

	.footer-top {
		margin-top: 40px;
	}

	.footer-top .right-section {
		padding: 40px;
	}

	.footer-top .left-section {
		padding: 20px;
	}

	.footer-top .left-section {
		text-align: center;
	}

	.footer-top .social-links {
		padding-top: 0;
		float: none;
	}

	.footer-top .right-section {
		padding-top: 25px;
	}

	.footer-top .module-title > * {
		font-size: 17px;
		letter-spacing: 0;
	}

	.footer-top .right-section .module-title {
		margin-top: 15px;
	}

	.footer-top .right-section .no-title .module-content {
		margin-top: 0;
	}

	.hidden-xs {
		display: none;
	}

	.visible-xs {
		display: block;
	}

	.module-title > * {
		font-size: 16px;
	}

	.big-title .module-title > * {
		font-size: 24px;
	}

	.article-meta {
		border-top: 0;
		border-bottom: 0;
		margin-bottom: 10px;
	}

	.article-meta > :first-child {
		margin-left: 0;
	}

	.article-meta > * {
		border-left: 0;
		padding: 5px 15px 5px 0;
	}

	.date-published {
		margin-bottom: 15px;
	}

	.content blockquote {
		padding: 20px;
		font-size: 24px;
		line-height: 40px;
	}

	.content blockquote:before,
	.content blockquote:after {
		font-size: 50px;
		top: 20px;
		left: 0;
	}

	.content blockquote:after {
		top: auto;
		left: auto;
		right: 15px;
		bottom: 20px;
	}

	.article-tags .tags-title {
		font-size: 22px;
	}

	.article-navigation ul li {
		display: block;
		width: 100%;
		float: none;
		border-right: 0 ! important;
		border-bottom: 1px solid #eeeeee;
	}

	.article-navigation ul li.prev-article,
	.article-navigation ul li.next-article {
		text-align: left;
		padding: 0;
	}

	.nav-tabs > li {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}

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

	.fitlers > * {
		display: block;
		float: none;
		margin-bottom: 5px;
	}
}

/* max-width 480px */
@media screen and (max-width: 480px) {
	img.pull-left,
	figure.pull-left,
	img.pull-right,
	figure.pull-right {
		margin-right: 0;
		margin-left: 0;
		max-width: 100%;
	}

	.header-logo .svg-logo {
		height: 35px;
		max-width: 200px;
	}

	.side-panel {
		width: 100%;
	}
}

/* max-width 320px */
@media screen and (max-width: 320px) {
	.search-form .search-input {
		width: 50%;
	}
}

/* 5.1 - Print Styles */
@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn),
	a:not(.button) {
		text-decoration: underline;
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #adadad;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	table {
		border-collapse: collapse !important;
	}

	table td,
	table th {
		background-color: #ffffff !important;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	@page {
		size: a3;
	}

	body {
		min-width: 992px !important;
	}

	.grid-container {
		min-width: 992px !important;
	}

	.site {
		padding: 0;
	}

	.menu,
	.sidebar,
	.site-header,
	.breadcrumbs,
	.left-navigation,
	.article-navigation,
	.footer	{
		display: none;
	}
}