
select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	color: #777;
	height: 2.6rem;
	max-width: 100%!important;
	padding: 0 12px
}

textarea {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%!important;
	padding: 24px
}

select {
	height: inherit;
	padding: 6px
}

html.-moz-select {
	padding: 3px 5px
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #fffef4
}

button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pager li.previous a,
.pager li.next a,
.pagenav-next a,
.readon,
.pagination ul li a,
.pager li a,
.pager ul li,
.pager li span,
.pagination ul li span,
.btn,
ul.pagination > li > span,
ul.pagination > li > a {
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	-webkit-transition: all .1s ease-out;
	background: #e90606;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	/*float: left;*/
	font-size: 14px;
	font-weight: 400;
	height: 42px;
	line-height: 42px;
	margin: 0 5px 2px 2px;
	padding: 0 25px;
	text-align: center;
	transition: all .1s ease-out
}

.pager ul li {
	color: #666;
}

button:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
.pager a:hover,
.pager li.previous a:hover,
.pager li.next a:hover,
.readon:hover,
.pagination ul li a:hover,
.pager li a:hover,
.pagination ul li span,
.btn:hover, .btn:focus, .btn:active,
ul.pagination > li > a:hover,
ul.pagination > li > a:focus,
ul.pagination > li > a:active {
	background: #212121;
	color: #fff
}

div.pager ul li {
	background: none!important;
	overflow: visible!important;
	padding: 0!important;
}

input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
	background: transparent!important;
	border: none!important;
	height: auto!important;
	margin-top: 7px!important
}

select[size] {
	font-size: 12px;
	height: auto
}

select[size="1"] {
	height: 29px!important;
	line-height: 24px
}

.invalid {
	background: #fffef4;
	border: 1px solid #e25527!important;
	color: #000
}

label {
	color: #363636;
	font-size: 12px;
	font-weight: 600
}

.optional {
	font-size: 12px;
}

label.invalid {
	background: #fff;
	border: none!important;
	color: #e25527!important
}

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

/* Icons */
.icon-search,
.tag-category .icon-remove {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.tag-category .icon-remove:before {
	content: "\f00d";
}

fieldset.filters > div > * {
	float: left;
	margin-right: 10px
}

fieldset.filters > div > select {
	margin-top: 4px
}

section article {
	margin-top: 20px
}

section > header {
	margin: 0 0 32px;
	padding: 0
}

section > header h2 small {
	color: #666;
	font-size: 20px
}

section > header div p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	text-transform: none
}

section img {
	height: auto;
	max-width: 100%;
}

section.category .children,
section.blog .children {
	clear: both;
	margin-top: 32px
}

section.categories-list ul ul li {
	border: none;
	border-top: 1px solid #eee;
	list-style: lower-latin inside;
	padding-left: 6px
}

section.categories-list li,
section.category .children li,
section.blog .children li {
	border-top: 1px solid #e5e5e5;
	clear: both;
	font-size: 16px;
	line-height: 1.4;
	overflow: hidden;
	padding: 12px 0
}

section.categories-list li > div p,
section.category .children li > div p,
section.blog .children li > div p {
	font-size: 14px;
	margin: .5em 0
}

section.categories-list ul ul li dl {
	margin-left: 36px
}

section.categories-list li > dl,
section.category .children li > dl,
section.blog .children li > dl {
	font-size: 11px;
	margin: 0
}

section.categories-list li > dl > dt,
section.category .children li > dl > dt,
section.blog .children li > dl > dt {
	float: left
}

section.categories-list li > dl > dd,
section.category .children li > dl > dd,
section.blog .children li > dl > dd {
	float: left;
	font-weight: 700;
	margin-left: 5px
}

section.category .children h3,
section.blog .children h3 {
	font-size: 24px;
	line-height: 24px;
	margin: 20px 0
}

.blog .k2box {
	margin-bottom: 30px
}

.filters .display-limit select {
	display: inline!important;
	float: none
}

table {
	margin-bottom: 20px;
	width: 100%
}

th {
	background: #222;
	color: #fff;
	font-weight: 400;
	padding: 8px 10px;
	text-align: left;
	text-transform: uppercase
}

tbody tr td {
	border-bottom: 1px solid #e5e5e5;
	padding: 8px 10px
}

tbody tr td p {
	margin: .5em 0
}

tr:hover {
	background: #fbfbfb
}

section.blog .items-row {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden
}

section.blog .items-more h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px
}

.items-leading > div {
	clear: both!important
}

article,
article > section {
	position: relative
}

article aside {
	display: block;
	float: left;
	text-align: right;
	width: 8rem
}

article aside.itemAsideInfo > div {
	border-top: 1px solid #e5e5e5;
	font-size: 0.875rem;
	padding: 1.5rem 0
}

article aside.itemAsideInfo > div:first-child {
	border: none;
	padding-top: 0;
}

article header {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1.75rem 0 3rem;
	width: 100%
}

article header h1,
.category header,
article header h2 {
	clear: both;
	font-weight: 500;
	letter-spacing: -0.5px;
	line-height: 1.1;
	margin-bottom: 0.5rem;
}

article header h1 a,
article header h2 a {
	color: #212121
}

li.print-icon,
li.email-icon,
li.edit-icon {
	padding: 2px 6px 10px!important;
	text-align: left;
	clear: right;
}

li.print-icon a,
li.email-icon a,
li.edit-icon a {
	position: relative;
	top: 3px;
	height: 14px;
	text-indent: -9999px;
	float: right;
	display: block;
	clear: both;
}

li.print-icon a {
	background: url(../images/system/printButton.png) top left no-repeat;
	width: 15px;
	margin-bottom: 5px;
}

li.email-icon a {
	background: url(../images/system/emailButton.png) top left no-repeat;
	width: 18px;
}

li.edit-icon a {
	background: url(../images/system/editButton.png) top left no-repeat;
	width: 18px;
}

article.item-page ul.content-links li {
	background: none
}

.img-intro-none {
	float: none
}

.img-intro-none img {
	float: none!important;
	margin: 0 auto
}

.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right {
	float: none;
	margin: 0 0 32px;
	overflow: hidden;
	position: relative
}

.img-fulltext-none > div,
.img-fulltext-left > div,
.img-fulltext-right > div {
	float: none!important;
	width: 100%!important
}

.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
	display: block;
	height: auto!important;
	max-width: 100%!important;
	width: 100%!important
}

p.img_caption {
	background: #e90606;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 5px 12px;
	position: absolute;
	right: 0;
	top: 15px
}

section.blog div.img_caption img.caption {
	display: block;
	float: none!important
}

.item-page ul {
	list-style-type: none
}

.edit fieldset > div {
	clear: both;
	padding: 5px 0
}

.edit fieldset > div label {
	display: block;
	float: left;
	min-width: 120px
}

section.login .login-fields {
	padding-bottom: 16px
}

section.login .login-fields label {
	display: block;
	float: left;
	line-height: 34px;
	min-width: 100px
}

section.login ul {
	font-size: 11px;
	margin-top: 40px
}

.profile dt {
	clear: both;
	float: left;
	font-size: 95%;
	font-weight: 700;
	min-width: 200px
}

.contact-image {
	border: 1px solid #eee;
	float: right;
	padding: 3px
}

dt.inline,
dd.inline {
	display: inline-block!important;
	/*float: left!important;*/
	width: auto!important
}

.contact h3 {
	border-top: 1px solid #e5e5e5;
	margin: 30px 0 0;
	padding: 12px 0 0
}

.contact .modal-header h3 {
	border: 0;
	margin: 0;
	padding: 0;
}

.contact input[type="text"],
.contact input[type="email"] {
	width: 80%;
}

#contact-form .control-group:nth-child(7) .control-label,
#contact-form .control-group:nth-child(7) .controls {
	display: inline-block;
}

#jform_contact_email_copy {
	margin-left: 10px
}

section.newsfeed > ol {
	list-style: none
}

section.newsfeed > ol > li {
	border-top: 1px solid #eee;
	padding: 24px 0 0
}

section.newsfeed > ol > li > a {
	font-size: 42px
}

section.contentpane iframe {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #eee;
	box-sizing: border-box
}

.tooltip {
	background: #fff;
	border: 1px solid #ccc;
	max-width: 350px;
	min-width: 160px;
	padding: 8px;
	position: absolute!important;
	opacity: 1;
	z-index: 10;
}

.tooltip-inner strong {
	background: #e90606;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	padding: 5px 15px;
	width: 100%;
	clear: both;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tooltip-inner {
	color: #555 !important;
	font-size: 12px;
	padding: 5px 0;
	background: none !important;
}

.tooltip-inner br {
	display: none;
}

#system-message {
	border-bottom: 1px solid #2a2a2a;
	margin: 0;
	text-align: center;
}

div#system-message div.alert a.close,
div#system-message div.alert h4.alert-heading {
	display: inline;
	margin: 0 10px;
}

div#system-message div.alert {
	max-width: 1265px;
	display: block;
	margin: 0 auto;
}

#system-message dd ul {
	list-style: none!important
}

#system-message > div {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #1c1c1c;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 5px 12px;
	text-align: center
}

div#system-message-container {
	background: #1C1C1C;
	color: #fff;
}

#system-message > div.error {
	background: #e90606;
	color: #fff
}

#system-message h4.alert-heading {
	color: #fff;
}

#system-message > div.alert-notice {
	background: #333
}

#system-message-container {
	margin: 0;
	padding: 0
}

.item-page > div.pagination,
.item-page > ul.pager {
	display: none!important
}

.pagination {
	clear: both;
	padding: 36px 0 0
}

.pagination ul li,
ul.pagination li {
	background-image: none!important;
	color: #909090;
	cursor: default;
	display: inline-block;
	margin: 0
}

.pagination ul li a,
.pagination ul li span,
ul.pagination li a {
	display: block;
	font-size: 12px;
	height: 34px;
	line-height: 36px;
	min-width: 34px;
	padding: 2px 6px;
	text-align: center
}

.pagination ul li span {
	cursor: default;
}

.pagination ul li.counter {
	float: right;
	font-size: 11px;
	line-height: 38px;
	margin-right: 12px
}

ul.pagenav,
div.pager ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
	list-style: none;
}

#member-registration legend {
	color: #363636;
	font-size: 32px;
	line-height: 32px
}

#member-registration dt,
#member-registration dd {
	display: inline-block;
	padding-bottom: 10px
}

#member-registration dt {
	min-width: 170px;
	height: 2.6rem;
	float: left;
	clear: both;
}

#member-registration dd {
	min-width: 200px;
	height: 2.6rem;
}

#member-registration dd:after {
	content: '\A';
	white-space: pre
}

#gkMainbody .registration {
	width: 500px
}

.bannergroup:first-line,
.bannergroup_text:first-line {
	color: #363636;
	font-size: 14px;
	font-weight: 600
}

div.banneritem {
	border-top: 1px solid #eee;
	color: #999;
	font-size: 12px;
	padding: 8px 0
}

div.banneritem a {
	font-size: 14px
}

div.bannerfooter {
	border-top: 1px solid #e5e5e5;
	color: #e90606;
	font-size: 10px;
	font-style: italic;
	padding: 5px 5px 0 0;
	text-align: right
}

#gkSocialAPI {
	border-top: 1px solid #e5e5e5;
	clear: both;
	margin: 20px 0 10px;
	padding: 20px 0 0;
	text-align: center;
}

#gkSocialAPI > * {
	display: inline-block;
}

#gkSocialAPI .fb_iframe_widget {
	margin-left: 10px;
	max-width: 1000px!important;
	overflow: visible;
	position: relative;
	top: -4px;
}

.fb_iframe_widget_lift {
	max-width: inherit!important;
}

#dynamic_recaptcha_1,
#recaptcha_area {
	margin-bottom: -30px;
	max-width: 480px;
	min-height: 112px
}

.item-social-icons {
	border-top: 1px solid #e5e5e5;
	display: block;
	padding: 3rem 0 1.5rem;
}

.item-social-icons > a {
	color: #fff !important;
	font-size: 1.2rem;
	margin: 0.5rem 0.333rem 0 0;
	padding: 0.666rem 1rem;
	display: inline-block;
}

.item-social-icons > a:hover {
	background: #000;
}

.item-social-icons h3 {
	margin-bottom: 1.5rem
}

a.facebook {
	background: #426196
}

a.twitter {
	background: #00aceb
}

a.google {
	background: #d3492c
}

a.pinterest {
	background: #cb2229
}

a.linkedin {
	background: #02669a
}

a.vk {
	background: #4b74a5
}

#gkMainbody #dynamic_recaptcha_1,
#gkMainbody #recaptcha_area {
	margin-bottom: 10px
}

.pane-sliders .panel h3 {
	border-bottom: 1px solid #eee;
	color: #363636;
	padding: 5px 0;
	text-transform: uppercase
}

.pagenavcounter {
	font-size: 12px;
	font-weight: 600
}

.article-index {
	background: #f8f8f8;
	float: right;
	margin: 0 0 30px 30px;
	padding: 0 24px 14px 24px;
	width: 160px
}

.pager {
	margin-bottom: 10px;
}

.article-index h3 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1;
	margin: 24px 0 6px;
	text-transform: uppercase
}

.article-index li {
	background: none!important;
	border-top: 1px solid #e5e5e5;
	font-size: 13px;
	padding: 7px 0 !important;
}

.article-index li a.active {
	color: #333;
	font-weight: 700
}

.article-index li:first-child {
	border-top: none;
	margin-top: 10px
}

dl#tabs,
dl.tabs {
	border: 1px solid #e5e5e5;
	margin: 0 0 16px;
	min-height: 30px;
	overflow: hidden;
	padding: 12px 24px
}

dl#tabs dt.tabs,
dl.tabs dt.tabs {
	border-right: 1px solid #e5e5e5;
	float: left;
	margin-right: 24px;
	padding-right: 12px
}

dl#tabs dt.tabs span h3,
dl.tabs dt.tabs span h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}

dl#tabs dt.tabs span h3 a,
dl.tabs dt.tabs span h3 a {
	float: left;
	height: 30px;
	line-height: 29px;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0
}

dl#tabs dt.tabs h3:hover a,
dl.tabs dt.tabs h3:hover a {
	cursor: pointer
}

dl#tabs dt.tabs.open a,
dl.tabs dt.tabs.open a {
	color: #363636
}

#searchForm fieldset input[type="radio"] {
	margin-top: 3px!important
}

#searchForm fieldset input[type="checkbox"] {
	margin-top: 7px!important
}

#searchForm select#ordering.inputbox {
	margin-top: 6px;
}

#search-form fieldset.word label,
#search-form fieldset.word input,
#search-form fieldset.word button {
	float: left;
	margin-right: 5px
}

#searchForm label,
#searchForm input,
#finder-search input {
	float: left;
	height: 42px;
	margin: 0 5px 0 0
}

#search-form .form-inline label {
	line-height: 42px;
}

#searchForm fieldset,
.search-results dt {
	border-top: 1px solid #e5e5e5;
	margin: 12px 0 0;
	padding: 18px 0 0
}

fieldset.phrases,
fieldset.only {
	border: 1px solid #e5e5e5;
	padding: 12px 24px 24px!important
}

#searchForm fieldset.word {
	border: none;
	padding: 20px 0
}

#searchForm fieldset legend {
	color: #363636;
	padding: 0 6px
}

.search-results dt:first-child {
	border-top: none
}

.searchintro strong {
	color: #363636;
	font-size: 16px;
	font-weight: 400
}

.form-limit {
	float: right;
	margin: 24px 0 0
}

.result-category,
.result-created {
	color: #AFAFAF;
	font-size: 12px;
	padding: 0 0 8px
}

.result-created {
	float: right;
	font-size: 11px;
	margin: 6px 0 0
}

.result-title {
	clear: both;
	color: #363636;
	font-size: 16px;
	font-weight: 700
}

#advanced-search-toggle {
	display: block;
	font-size: 11px;
	padding: 10px 0;
	text-align: center
}

.advanced-search-tip {
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	margin: 0;
	padding: 12px 0 0;
}

.advanced-search-tip p {
	margin: 0
}

#finder-filter-select-list label {
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 36px;
	min-width: 140px
}

#finder-filter-select-list li {
	overflow: hidden;
	padding: 0
}

#search-query-explained {
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	padding: 10px 0
}

#search-result-empty h2 {
	font-size: 18px
}

.autocompleter-queried {
	color: #e90606!important
}

div.search-pages-counter {
	font-size: 12px;
	font-style: italic;
	text-align: center
}

.search-results .highlight {
	background-color: #ffc;
	font-weight: 700;
	padding: 1px 4px
}

.archive article {
	padding: 32px 0 0
}

.img-intro-left,
.img-intro-right,
.img-intro-center {
	margin-bottom: 32px;
	max-width: 100%!important
}

.box ul.menu ul {
	margin-left: 0
}

.menu li {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 -20px;
	padding: 6px 20px;
}

.menu .header + .content ul li:first-child {
	border-top: 1px solid #e5e5e5;
}

.menu li a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	display: block;
}

.menu li:hover {
	background-color: #e90606
}

div.mod-languages > div,
div.mod-languages > form {
	display: inline-block;
	margin: 0 3px
}

div.mod-languages {
	text-align: center
}

div.mod-languages p {
	margin-bottom: .5em
}

.mod-languages ul.lang-inline,
.mod-languages ul.lang-block {
	display: inline-block;
	float: left
}

div.mod-languages > ul.lang-block > li,
div.mod-languages > ul.lang-inline > li {
	line-height: 32px;
	margin: 0 5px
}

.mod-languages ul li.lang-active {
	font-weight: 700
}

.mod-languages ul li a img {
	-moz-transform: scale(1);
	-moz-transform-style: preserve-3d;
	-moz-transition: 0 .1s ease-out;
	-ms-transform: scale(1);
	-ms-transform-style: preserve-3d;
	-o-transform: scale(1);
	-o-transition: 0 .1s ease-out;
	-webkit-transform: scale(1);
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0 .1s ease-out;
	transform: scale(1);
	transform-style: preserve-3d;
	transition: transform .1s ease-out
}

.mod-languages ul li a:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-webkit-transition: 0 .6s ease-out;
	transform: scale(1.2);
	transition: transform .6s ease-out
}

.mod-languages ul li.lang-active a img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

legend.hidelabeltxt,
.filters .hidelabeltxt,
.contact .jicons-icons,
#system-message dt {
	display: none
}

fieldset.filters,
section.blog .leading,
.content-links,
.pane-sliders {
	margin-bottom: 20px
}

section article:first-child,
section.blog .items-more ol {
	margin-top: 0
}

section.categories-list ul,
section.blog .items-more,
article header + *,
article header + div,
article header + p,
dd.inline + dd,
dd.inline + dt {
	clear: both
}

section.categories-list ul ul li:first-child,
section.blog .items-row article header li {
	border: none
}

.filters .display-limit,
ul.pagenav .pagenav-next {
	float: right
}

th a,
.menu li:hover a {
	color: #fff
}

th a:active,
th a:focus,
th a:hover,
article header h1 a:hover,
article header h2 a:hover {
	color: #e90606
}

.img-intro-left,
.img-intro-right,
.img-intro-left > img,
.img-intro-right > img,
section.blog div.img_caption {
	float: none!important
}

.filter-search .filter-search-lbl,
#finder-search fieldset label[for="q"],
#searchForm label {
	margin-top: 5px
}

#searchForm label.ordering {
	margin-top: 7px;
}

.profile-edit legend,
.profile legend {
	color: #363636;
	font-size: 24px
}

#member-registration fieldset + div,
#member-profile > div {
	line-height: 35px
}

/* page links */
div.articleContent div.content-links ul li {
	background: none !important;
	padding-left: 0 !important;
}

/* tags */
li.tagged-under p {
	margin: 0.5em 0 0.5em;
}

li.tagged-under a {
	color: #999;
	font-style: italic;
}

div.tags > span.tags-label {
}

div.tags {
	margin-top: 10px;
}

div.tags a {
	background: none;
	display: inline-block;
	line-height: 1.8;
	padding-left: 20px;
}

div.tags a:hover {
	background-position: 0 -303px
}

span.tag-body p {
	display: inline;
}

div.tags.tagcloud a.gk-tooltip span {
	z-index: 10;
	display: none;
	padding: 15px;
	margin-top: -50px;
	margin-left: 60px;
	width: 240px;
	max-width: 240px;
	line-height: 16px;
	font-size: 85%;
	transition: all 1s ease-in;
}

div.tags.tagcloud a.gk-tooltip:hover span {
	border: 1px solid #eee;
	background: #fff;
	display: inline;
	position: absolute;
	color: #111;
}

div.tags.tagcloud a.gk-tooltip span img {
	max-width: 150px!important;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
}

div.tag-category div.btn-group {
	margin-top: 10px;
}

div.tag-category div.btn-group label {
	margin-top: 10px;
}

div.tag-category h3 {
	font-size: 19px;
	margin: 8px 0;
}

div.tag-category h3 {
	font-size: 19px;
	margin: 8px 0;
}

div.tag-category ul.category li {
	border-bottom: 1px solid #E5E5E5;
	padding: 10px;
	font-size: 90%;
}

div.tag-category ul.category li h3 {
	font-size: 14px;
	margin: 0;
}

div.tags.tagcloud li {
	clear: both;
	display: block;
}

div.tags.tagcloud a {
	float: left;
	margin-bottom: 6px;
}

/* user edit page */
.item-page.edit .formelm {
	width: 100%;
}

.item-page.edit input {
	float: left;
	height: 42px;
}

.item-page.edit #jform_images_image_intro,
.item-page.edit #jform_images_image_fulltext {
	padding: 4px 6px;
	height: auto;
	line-height: 20px;
}

.item-page.edit .formelm .btn {
	float: left;
	display: inline-block;
}

.item-page.edit .icon-calendar:before {
	padding: 0;
}

#gkMainbody .item-page.edit a {
	color: #333;
}

.item-page.edit #jform_title {
	width: 100%;
}

.gkTypoTable code {
	border: 0;
	margin: 0!important;
	padding: 0!important;
}

.calendar .button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
}

.tooltip.top .tooltip-arrow {
	display: none;
}

.tooltip-inner {
	background: #fff;
}

.btn.jmodedit {
	color: #272727;
	width: 16px;
	height: 16px;
	margin: 5px 8px 0 0;
	display: block;
	background: none;
	padding: 0;
	border: 0;
}

.btn.jmodedit > span.icon-edit,
.btn.jmodedit:hover > span.icon-edit,
.btn.jmodedit:focus > span.icon-edit {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABCUlEQVR4nMXSL0sEQRjH8c+eymkxaRDlBDHopStGMRoMgsl3cMFiNRm0iZYLgiDYTAeCFsEXYLCLoEW4JCaLHpxr2FluD253BYM/eJhh5nm+z58Z/qgos9YwUeDbwUfYj+MzvWjgBXGJvWMKx/jGYQp4wAmqJdWOYQVHGehphB7qeCoBtDCLm5CshdsKKgFSpP1QwTLOMY1VbI2WBMIOZrCGpXA2h/vQhhiLOcHbuMKjft8X+q+nCLCOV0l7afClpOUB5QE6WMBu8GljA5O/BXRxhj1cS4b4pT+HAcf6EMBzsLbk2aoh2XzWKcId3nAQYMM0giY2Q7Vx9rIWIF3537gn+bGNnAT/qB/kgkb/tx0dIAAAAABJRU5ErkJggg==);
	background-position: 0 0;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.btn.jmodedit > span.icon-edit:before {
	content: "" !important;
}

.js-editor-tinymce button:hover,
.js-editor-tinymce [type="button"] {
	background: transparent;
}

/* Module edit form */
#modules-form .btn {
	background: #ddd;
	border-radius: 0;
	border: none!important;
	color: #222!important;
	height: 40px!important;
	line-height: 40px!important;
	padding: 0 15px!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

#modules-form .btn:active,
#modules-form .btn:focus,
#modules-form .btn:hover {
	background: #222!important;
	color: #fff!important;
}

#modules-form .btn:hover i {
	color: #fff!important;
}

#modules-form .btn-group {
	padding: 0!important;
}

#modules-form .btn-group .btn {
	margin: 0 20px 0 0!important;
}

#modules-form .radio.btn-group {
	padding-left: 20px!important;
}

#modules-form .radio.btn-group input[type=radio] {
	display: block;
	position: relative;
	top: -5px;
}

#modules-form .control-label label {
	display: block;
	line-height: 20px;
	min-width: 160px;
	padding: 5px 20px 10px 0;
}

#modules-form input[type="text"],
#modules-form input[type="password"],
#modules-form input[type="number"],
#modules-form input[type="email"],
#modules-form .input-append .btn,
#modules-form .chzn-single,
#modules-form .chzn-choices,
#modules-form .chzn-container {
	border-radius: 0;
	height: 40px!important;
	line-height: 40px!important;
}

#modules-form .chzn-container-single .chzn-single div b {
	background-position: 0 10px;
}

#modules-form #jform_content {
	height: 500px!important;
}

#modules-form .input-prepend .add-on {
	display: none;
}

#modules-form .accordion-heading a {
	color: #222;
	font-size: 18px;
	text-decoration: none!important;
}

#modules-form .accordion-heading .accordion-toggle {
	padding: 15px;
}

#modules-form .btn-group {
	padding-left: 20px;
}

#modules-form hr {
	display: none;
}

#modules-form .row-fluid {
	padding: 20px 0;
}

#modules-form label {
	text-transform: none!important;
}

#modules-form .chzn-container-single .chzn-single {
	background: #fff!important;
}

/* Item edit form */
.item-page.edit #jform_articletext {
	clear: both;
}

.item-page.edit #jform_title {
	width: 100%;
}

.item-page.edit .formelm {
	height: auto!important;
	min-height: 40px;
	overflow: hidden;
}

.item-page.edit fieldset {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 52px;
	padding: 0 0 52px;
}

.item-page.edit fieldset > div {
	clear: both;
	padding: 5px 0;
}

.item-page.edit fieldset > div label {
	display: block;
	float: left;
	line-height: 50px;
	min-width: 160px;
}

.item-page.edit legend {
	font-size: 24px!important;
	font-style: normal !important;
	padding: 0 0 24px;
}

.item-page.edit .control-group {
	margin: 10px 0;
}

.item-page.edit .control-group:after {
	clear: both;
	content: "";
	display: table;
}

.item-page.edit #jform_articletext {
	height: 500px!important;
}

.item-page.edit .formelm {
	height: 40px;
	line-height: 40px;
	margin: 0 0 10px 0;
	width: 100%;
}

.item-page.edit .formelm label {
	display: inline-block;
	line-height: 40px;
	text-transform: none;
}

.item-page.edit i[class^="icon-"] {
	display: none;
}

.item-page.edit i.icon-remove,
.item-page.edit i.icon-calendar {
	background-image: url('../../../media/jui/img/glyphicons-halflings-white.png');
	display: block;
}

.item-page.edit i.icon-remove {
	margin-top: 12px;
}

.item-page.edit .icon-plus,
.item-page.edit .icon-minus,
.item-page.edit .icon-move {
	background-image: none;
}

.item-page.edit .btn {
	color: #fff!important;
	padding: 12px 20px!important;
}

.item-page.edit .media-preview.add-on {
	display: none;
}

.item-page.edit .input-append > .btn {
	height: 40px!important;
	line-height: 40px;
	padding: 0 10px!important;
}

.item-page.edit #jform_metadesc,
.item-page.edit #jform_metakey {
	width: 100%;
}

.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
	height: 50px!important;
	line-height: 50px!important;
}

.item-page.edit .chzn-container-single .chzn-single div b {
	background-position: 0 14px;
}

.calendar .button {
	display: table-cell!important;
	float: none!important;
}

.item-page.edit .formelm-buttons button {
	margin-right: 10px;
}

.item-page.edit .btn {
	background: #ddd;
	border-radius: 0!important;
	border: none!important;
	color: #222!important;
	height: 40px!important;
	line-height: 40px!important;
	padding: 0 15px!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.item-page.edit .btn:active,
.item-page.edit .btn:focus,
.item-page.edit .btn:hover {
	background: #222!important;
	color: #fff!important;
}

.item-page.edit .btn:hover i {
	color: #fff!important;
}

.item-page.edit .btn-group {
	padding: 0!important;
}

.item-page.edit .btn-group .btn {
	margin: 0 20px 0 0!important;
}

.item-page.edit .btn-group .btn span {
	margin-right: 5px;
}

.item-page.edit .radio.btn-group {
	padding-left: 20px!important;
}

.item-page.edit .radio.btn-group input[type=radio] {
	display: block;
	position: relative;
	top: -5px;
}

.item-page.edit .control-label label {
	display: block;
	line-height: 20px;
	min-width: 160px;
	padding: 5px 20px 10px 0;
	text-transform: none;
}

.item-page.edit .media-preview + input {
	min-width: 250px;
}

.item-page.edit input[type="text"],
.item-page.edit input[type="password"],
.item-page.edit input[type="number"],
.item-page.edit input[type="email"],
.item-page.edit .input-append .btn,
.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
	border-radius: 0;
	height: 40px!important;
	line-height: 40px!important;
}

.item-page.edit .chzn-container.chzn-container-multi,
.item-page.edit .chzn-container.chzn-container-multi .chzn-choices {
	height: auto !important;
}

.item-page.edit .chzn-container-single .chzn-single div b {
	background-position: 0 10px;
}

.item-page.edit .chzn-container-single .chzn-single {
	background: #fff!important;
}

.item-page.edit .chzn-search:before,
.item-page.edit .chzn-search:after {
	content: "";
	display: table;
	clear: both;
}

#jform_articletext_parent {
	clear: both!important;
}

.hasPopover [class^="icon-arrow-up"],
.hasPopover [class^="icon-arrow-down"] {
  font-family: 'FontAwesome';
  font-size: 15px;
  text-align: center;
  margin-left: 6px;
  line-height: 1;
  vertical-align: middle;
}
.hasPopover [class^="icon-arrow-up"]:before {
  content: "\f0d8";
}
.hasPopover [class^="icon-arrow-down"]:before {
  content: "\f0d7";
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-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.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

/* J!3 and J4 */
.itemFullText .pager ul li::before,
.itemIntroText .pager ul li::before,
.articleFullText .pager ul li::before {
	display: none;
}

.mod-preview-info {
	z-index: 2;
}

.j4 #contact-form .button {
	margin-top: 18px;
}

.input-prepend .media-preview.add-on + input + a,
.input-prepend .media-preview.add-on + input + a + a {
	display: none;
}

#advancedSearch hr {
	border: 0;
	background: none;
}

.j4 #contact-form .button {
	margin-top: 18px;
}

.tagspopular li {
	float: left;
}

.tagspopular li a {
	background: #f1f1f1;
	border-radius: 2px;
	display: block;
	font-weight: bold;
	margin: 0.25rem;
	padding: 0.25rem 0.5rem;
	font-size: 0.75rem;
	transition: none;
}

.tagspopular a:hover {
	background: #e90606;
	color: #fff;
}

.j4 .chzn-container.chzn-container-single .chzn-single,
.j4 .item-page.edit .chzn-container.chzn-container-single .chzn-single {
  display: inline-block;
  max-width: 100%;
  height: calc(calc(2.25rem + 2px) - 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  line-height: 1.5 !important;
  color: #495057;
  vertical-align: middle;
  background: #fefefe url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: none;
  height: auto !important;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.j4 .chzn-container.chzn-container-single .chzn-single abbr,
.j4 .item-page.edit .chzn-container.chzn-container-single .chzn-single abbr {
  top: 10px;
}

.j4 .chzn-container.chzn-container-single .chzn-single:focus,
.j4 .item-page.edit .chzn-container.chzn-container-single .chzn-single:focus {
  border-color: #19b6ff;
  outline: none;
}

.j4 .chzn-container.chzn-container-single .chzn-single:disabled,
.j4 .item-page.edit .chzn-container.chzn-container-single .chzn-single:disabled {
  color: #868e96;
  cursor: not-allowed;
  background-color: #e9ecef;
}

.j4 .chzn-container.chzn-container-single .chzn-single div b,
.j4 .item-page.edit .chzn-container.chzn-container-single .chzn-single div b {
  background: none;
}

.j4 .chzn-container.chzn-container-single .chzn-drop,
.j4 .item-page.edit .chzn-container.chzn-container-single .chzn-drop {
	background: #fefefe;
	border: 1px solid #ced4da;
}

.j4 .chzn-container.chzn-container-single.chzn-container-active .chzn-single,
.j4 .item-page.edit .chzn-container.chzn-container-single.chzn-container-active .chzn-single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.j4 .chzn-container-single,
.j4 .item-page.edit .chzn-container-single {
  width: auto !important;
}

.j4 .chzn-container-single .chzn-search input[type="text"] {
	float: none;
}

/* Contact Page */
.float-right {
	float: right;
}

.dl-horizontal {
	clear: both;
	overflow: hidden;
}

.dl-horizontal dt {
	float: left;
	clear: both;
}

.dl-horizontal dd {
	float: left;
}

.contact-form {
	overflow: hidden;
}

.contact h3 {
	clear: both;
}

#contact-form .btn {
	margin-top: 24px;
}