/*
#------------------------------------------------------------------------
# John S. - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 2px 1px #ddd;
	-moz-box-shadow: inset 0 2px 1px #ddd;
	box-shadow: 0 1px 0 #ccc inset;
	border: 1px solid #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 300;
	color: #999;
	height: 36px;
	max-width: 100%!important;
	padding: 4px 12px;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%!important;
	padding: 24px
}
legend {
	color: #222;
	font-weight: 600;
	text-transform: uppercase
}
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,
.readon,
.button.inverse:active,
.button.inverse:focus,
.button.inverse:hover,
input.button,
span.button,
button.button,
div.button,
.readmore a,
input[type="submit"],
input[type="button"] {
	background: #1DBAF4;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 500!important;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 2px 2px;
	padding: 0 12px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
button:hover,
.button:hover,
.readon:hover,
.readmore a:hover,
.button.inverse,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover { background: #333131; }
/* Other form elements */

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: #222;
	font-size: 14px;
	font-weight: 400;
	padding: 0 6px 0 0;
}
label.invalid {
	background: #fff;
	border: none!important;
	color: #e25527!important
}
fieldset.filters > div > * {
	float: left;
	margin-right: 10px
}
fieldset.filters > div > label { margin-top: 6px; }
fieldset.filters > div > select { margin-top: 4px }
.latestView article,
.userView article,
.genericView article,
.itemList article,
#gkMainbody article,
#gkMainbody > div > * {
	background: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	-moz-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	clear: both;
	margin-bottom: 18px;
	padding: 35px 30px 30px 30px;
}
#gkMainbody > div > .no-bg,
#gkMainbody > div > .box {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
#gkMainbody > div > .box {
	background: inherit;
	padding: inherit;
}
section article { margin-top: 20px }
section > header {
	margin: 0 0 32px;
	padding: 0
}
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 { margin-left: 20px; }
section.categories-list ul ul li {
	border: none;
	border-top: 1px solid #eee;
	padding-left: 6px
}
section.categories-list li,
section.category .children li,
section.blog .children li {
	border-top: 1px solid #eee;
	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 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-weight: 300;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0
}
.filters .display-limit select {
	display: inline!important;
	float: none
}
table {
	margin-bottom: 20px;
	width: 100%
}
th {
	background: #f5f5f5;
	font-weight: 500;
	padding: 12px;
	text-align: left;
}
th a { color: #222!important; }
th a:active,
th a:focus,
th a:hover { color: #1dbaf4!important; }
tbody tr td {
	border-bottom: 1px solid #eee;
	padding: 8px
}
tbody tr td p { margin: .5em 0 }
section.blog .items-row {
	clear: both;
	overflow: hidden
}
section.blog .items-row header h2,
section.blog-featured .items-row header h2 { font-size: 28px; }
section.blog .items-more h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px
}
.items-leading > div {
	clear: both!important;
}
.items-leading > div:first-child { margin-top: 0; }
/* Article */
article,
article > section { position: relative }
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: 0 0 52px;
	padding: 0;
}
.itemImage,
.itemImageBlock > img {
	display: block;
	line-height: 0;
	overflow: hidden;
}
.itemImageBlock {
	margin-bottom: 52px;
}
.itemImageBlock img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: auto;
	max-width: 100%;
	padding: 0;
	-webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-ms-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;
	width: 100%!important;
}
.itemImageBlock img:hover {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}
.itemImageCaption,
.itemImageCredits { }
.itemImageBlock > a {
	display: block;
	width: 100%;
}
.itemImageBlock {
	overflow: hidden;
	position: relative;
}
.itemImageBlock + .itemBody,
header + .itemBody { position: relative; }
.itemImageBlock + .itemBody:before,
header + .itemBody:before {
	content: "-";
	position: absolute;
	top: -24px;
}
li.print-icon,
li.email-icon { }
li.print-icon a,
li.email-icon a {
	position: relative;
	top: 3px;
}
article header h1,
article header h2 {
	font-size: 24px;
	margin: 0 0 12px;
}
article header li {
	color: #aaa;
	float: left;
	font-size: 13px !important;
	line-height: 1;
	margin: 0!important;
}
article header li:first-child { margin-left: 0; }
article header li:after {
	content: "";
	padding: 0 12px;
}
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,
.img-intro-none,
.img-intro-left,
.img-intro-right {
	float: none;
	margin: 0 -30px 46px -30px;
	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;
	margin: 0;
	width: 100%!important
}
p.img_caption {
	display: block;
	color: #999;
	padding: 8px 0 0;
	font-size: 11px;
}
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 dl { margin: 32px 0; }
.profile dt {
	clear: both;
	color: #222;
	float: left;
	font-size: 14px;
	font-weight: 400;
	min-width: 200px;
}
.contact-image { padding: 52px 0 24px; }
.contact-form dl {
	float: left;
	width: 50%;
}
.contact-form legend {
	color: #999;
	font-size: 12px;
	margin: 0 0 24px;
}
.contact-form .button.validate {
	clear: both;
	margin: 20px 0 0 0;
}
.contact-form input {
	margin: 6px 0 0;
	width: 80%
}
.contact-form textarea {
	height: 202px;
	width: 100%;
}
dt.inline,
dd.inline {
	display: inline-block!important;
	float: left!important;
	margin: 12px 0 0;
	width: auto!important
}
.contact h3 {
	clear: both;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 16px;
	padding: 52px 0 0;
}
.jicons-text {
	color: #000;
	font-size: 12px;
	font-weight: 600;
	display: block;
}
.contact-address,
.contact-contactinfo {
	float: left;
	margin: 0 92px 32px 0
}
.contact-contactinfo div {
	float: left;
	margin: 0 52px 0 0
}
.contact-miscinfo {
	border-top: 1px solid #E5E5E5;
	font-size: 14px;
	margin: 72px 0 0;
	padding: 24px 0 0;
}
#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: #1dbaf4;
	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;
	font-size: 12px;
	padding: 5px 0
}
.tooltip-inner br {
     display: none;
} 
#system-message {
	margin: 0;
	position: relative;
}
#system-message a.close,
#system-message h4.alert-heading {
	display: none;
}
#system-message p { 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	font-size: 16px; 
}
#system-message dd ul { list-style: none!important }
#system-message dd ul,
#system-message dd ul li { line-height: 1; }
#system-message dd,
#system-message .alert {
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 10px;
	text-align: center;
}
#system-message dd.error,
#system-message .alert-error,
#system-message dd.warning,
#system-message .alert-warning {
	background: #e74b3c;
	color: #fff;
}
#system-message dd.notice,
#system-message .alert-notice {
	background: #f1c40f;
	color: #000;
}
#system-message-container {
	margin: 0;
	padding: 0;
}
.item-page > div.pagination { display: none!important }
.pagination,
.pager {
	clear: both;
	margin: 60px 9px 20px;
}
.pagination ul li,
.pager li {
	display: inline-block;
	margin: 0;
}
.pagination ul li a,
.pager li a,
.pager li span
.pagination ul li span {
	background: transparent;
	border: 1px solid #3a3636;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #3a3636;
	display: block;
	font-size: 13px;
	font-weight: 500!important;
	height: 28px;
	line-height: 28px;
	margin: 0 5px 2px 2px;
	padding: 0 8px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.pagination ul li a:hover,
.pager li a:hover {
	border-color: #1dbaf4;
	color: #1dbaf4;
}
.pagination ul li span,
.pager li span {
	border-color: #bbb;
	color: #bbb;
}
.pagination ul li.counter {
	color: #999;
	float: right;
	font-size: 11px;
	line-height: 28px;
	margin-right: 12px
}
ul.pager li:before {
	content: ""!important;
}
ul.pager li {
	padding-left: 0!important;
}
ul.pagenav,
ul.pager {
	margin: 0;
	overflow: hidden;
	padding: 0
}
#member-registration dt,
#member-registration dd {
	display: inline-block;
	padding-bottom: 10px
}
#member-registration dt { min-width: 170px }
#member-registration dd { min-width: 200px }
#member-registration dd:after {
	content: '\A';
	white-space: pre
}
#gkMainbody .registration { width: 500px }
.bannergroup:first-line,
.bannergroup_text:first-line {
	font-size: 15px;
	line-height: 3;
	font-weight: 500;
}
div.banneritem {
	border-top: 1px solid #e5e5e5;
	color: #666;
	font-size: 14px;
	padding: 8px 0
}
div.banneritem a {
	font-size: 14px;
	margin-bottom: 3px;
}
div.bannerfooter {
	border-top: 1px solid #e5e5e5;
	color: #bbb;
	font-size: 12px;
	padding: 5px 5px 0 0;
	text-align: right
}
#gkSocialAPI {
	border-top: 1px solid #d9d7d8;
	clear: both;
	margin: 20px 0;
	padding: 20px 0 0 0;
}
#gkSocialAPI > iframe,
#gkSocialAPI > #___plusone_0 { position: relative; }
#gkSocialAPI #___plus_0 {
	margin-right: 10px!important;
	position: relative;
	vertical-align: top;
}
#gkSocialAPI .fb_iframe_widget {
	position: relative;
	top: -7px;
}
.fb_iframe_widget iframe {
	max-width: 1000px!important;
	overflow: visible;
}
.fb_iframe_widget_lift {
	max-width: inherit!important;
}
#dynamic_recaptcha_1,
#recaptcha_area {
	max-width: 480px;
	min-height: 140px
}
#gkMainbody #dynamic_recaptcha_1,
#gkMainbody #recaptcha_area { margin-bottom: 10px }
.pane-sliders .panel h3 {
	border-bottom: 1px solid #eee;
	color: #222;
	font-size: 14px;
	font-weight: 600;
	line-height: 32px;
	margin: 0;
	padding: 6px 0;
	text-transform: uppercase;
}
.pagenavcounter {
	color: #292b31;
	font-size: 13px;
	font-weight: 400;
}
#article-index {
	border-left: 1px solid #e1e1e1;
	float: right;
	margin: 0 0 30px 30px;
	padding: 12px 0 18px 24px;
	width: auto
}
#article-index h3 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
}
#article-index li {
	font-size: 14px;
	font-weight: 400;
	padding: 2px 0
}
#article-index li a.active { color: #292b31; }
#article-index li:first-child {
	border-top: none;
	margin-top: 10px
}
dl#tabs,
dl.tabs {
	margin: 52px 0 32px;
	overflow: hidden;
}
dl#tabs dt.tabs,
dl.tabs dt.tabs {
	float: left;
	margin-right: 5px;
}
dl#tabs dt.tabs span h3,
dl.tabs dt.tabs span h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase
}
dl#tabs dt.tabs span h3 a,
dl.tabs dt.tabs span h3 a {
	background: #eee;
	border-radius: 2px;
	color: #383838;
	cursor: pointer;
	float: left;
	font-size: 13px;
	font-weight: 400;
	height: 28px;
	line-height: 28px;
	list-style-type: none;
	padding: 0 12px !important;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
dl#tabs dt.tabs h3:hover a,
dl.tabs dt.tabs h3:hover a {
	cursor: pointer;
	background: #333131;
	color: #fff
}
dl#tabs dt.tabs.open a,
dl.tabs dt.tabs.open a {
	background: #1DBAF4;
	color: #fff
}
#searchForm fieldset input[type="radio"],
#searchForm fieldset input[type="checkbox"] { margin-top: 11px!important }
#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;
	font-weight: normal;
	margin: 0 12px 0 0!important;
	text-transform: none
}
fieldset.phrases,
fieldset.only {
	line-height: 36px;
	font-size: 14px
}
#searchForm fieldset.word {
	border: none;
	padding: 0 0 42px
}
#searchForm fieldset legend {
	float: left;
	padding: 0 24px 0 0
}
.searchintro strong {
	color: #292b31;
	font-size: 16px;
	font-weight: 400
}
.form-limit {
	float: right;
	margin: 24px 0 0
}
.result-category,
.result-created {
	color: #AFAFAF;
	font-size: 13px;
	padding: 0 0 8px
}
.result-created { margin: 0 0 0 24px }
.result-title {
	clear: both;
	border-bottom: 1px solid #eee;
	padding: 8px;
}
#advanced-search-toggle {
	display: block;
	font-size: 11px;
	padding: 10px 0;
	text-align: center
}
.advanced-search-tip {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	font-size: 12px;
	margin: 0 0 24px;
	padding: 12px 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 #e1e1e1;
	font-size: 11px;
	padding: 10px 0
}
#search-result-empty h2 { font-size: 18px }
.autocompleter-queried { color: #1dbaf4!important }
div.search-pages-counter {
	font-size: 12px;
	font-style: italic;
	text-align: center
}
.search-results .highlight {
	background-color: #ffc;
	font-weight: 400;
	padding: 1px 4px
}
.archive article { padding: 32px 0 0 }

/* Menu suffix */
.box.menu ul ul { margin-left: 0 }
.box.menu li,
.box .k2ArchivesBlock li {
	font-weight: 300;
	padding-left: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.box.menu li ul,
.box .k2ArchivesBlock li ul {
	border-top: 1px solid #e1e1e1;
	margin: 10px 0 0 20px;
}
.box.menu li a,
.box .k2ArchivesBlock li a { display: block; }
.box.menu li:hover,
.box .k2ArchivesBlock li:hover { padding-left: 14px; }
/* Languages */
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,
.content-links,
.pane-sliders { margin-bottom: 50px; }
section article:first-child,
section.blog .items-more ol { margin-top: 0 }
section.categories-list ul ul li:first-child,
section.blog .items-row article header li { border: none }
.filters .display-limit,
ul.pagenav .pagenav-next,
ul.pager li.next { float: right }
.img-intro-left,
.img-intro-right,
.img-intro-left > img,
.img-intro-right > img,
section.blog div.img_caption { float: none!important }
#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;
}
/*
 * Joomla! and K2 common parts
 */
 
.itemBody.containsItemInfo,
.itemOtherElements.containsItemInfo,
.itemListView .itemBlock.containsItemInfo { margin-left: 160px }
.itemAsideInfo img {
	max-width: 86px!important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
/* edit page */

.item-page.edit fieldset {
	border-bottom: 1px solid #eee;
	margin: 0 0 52px;
	padding: 0 0 52px;
}
.item-page.edit legend {
	font-size: 100% !important;
	font-style: normal !important;
	padding: 0 0 24px;
}
/* Calendar fix */
.calendar .button {
	display: table-cell;
	float: none;
}

/* tags */
#adminForm div.tags {
     margin-top: 0;
}
div.tags {
     font-size: 13px;
     font-style: italic;
     overflow: hidden;
     padding: 12px 0;
     border-top: 1px solid #EEE;
}
div.tags > span.tags-label {
     float: left;
	 clear: both; 
	 width: 100%;
	 display: block;
}
div.tags a {
     display: inline-block;
     float: left;
     line-height: 19px;
     margin: 0 6px 0 0;
}
div.tags a:hover,
div.tags a:focus,
div.tags a:active {
     background-position: 0 100%;
}
span.tag-body p {
     display: inline;
}
div.tags.tagcloud a.tooltip span {
    z-index:10;
    font-weight: bold;
    display:none;
    padding: 15px;
    margin-top: -50px;
    margin-left: 60px;
    width: 240px;
    max-width: 240px;
    line-height:16px;
    font-size: 85%;
    font-weight: normal!important;
    transition: all 1s ease-in;
}

div.tags.tagcloud  a.tooltip:hover span {
     border: 1px solid #ccc;
     background: rgba(255, 255, 255, 0.9);
    display:inline;
    position:absolute;
    color:#111;
}
div.tags.tagcloud {
	border: 0;
}
div.tags.tagcloud a.tooltip span img {
     max-width: 80px!important;
     height: auto;
     float: left;
     margin: 0 10px 10px 0;
}
div.tag-category div.btn-group.pull-right {
     float: right;
}
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 #ccc;
     padding: 10px;
     font-size: 90%;
}
div.tag-category ul.category li h3 {
     font-size: 14px;
     margin: 0;
}
div.tags.tagcloud a {
     background: #383838;
     border-radius: 2px;
     float: left;
     color: #FFF;
     font-size: 12px;
     line-height: 1.2;
     margin: 0 4px 4px 0;
     padding: 5px 8px;
     font-style: normal;
}
div.tag-category select + .chzn-container {
	margin-top: 5px;
}
/* user edit page */
.item-page.edit .formelm {
     width: 100%;
}
.item-page.edit input {
     float: left;
     height: 32px;
}
.item-page.edit #jform_images_image_intro,
.item-page.edit #jform_images_image_fulltext {
     padding: 4px 6px;
     height: 31px;
     line-height: auto;
}
.item-page.edit .formelm .btn  {
     float: left;
     display: inline-block;
}
.item-page.edit #jform_tags {
	max-height: 150px;
}
.item-page.edit .icon-calendar:before {
     content: "";
}
.item-page.edit #jform_title {
     width: 81%;
}
.gkTypoTable code {
     border: 0;
     margin: 0!important;
     padding: 0!important;
}
div.gk_typography_content {
	background: #fff;
}
.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 {
	padding: 0;
	margin: 0!important;
	border: 0;
}
.btn.jmodedit > span.icon-edit {
   padding-right: 8px;
   display: block;
   font-family: 'FontAwesome'!important;
   background: #1DBAF4;
   border: none;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   color: #fff !important;
   cursor: pointer;
   display: inline-block;
   font-size: 13px;
   font-weight: 300;
   height: 32px;
   line-height: 32px;
   padding: 0 12px;
   margin: 0;
   text-align: center;
   text-transform: uppercase;
   -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out
   
}
.btn.jmodedit > span.icon-edit:before{
     content: "\f044";
     font-family: 'FontAwesome'!important;
}

/* 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 *[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 .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 .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-single .chzn-single div b {
	background-position: 0 10px;
}
.item-page.edit .chzn-container-single .chzn-single {
	background: #fff!important;
}

#jform_articletext_parent {
   clear: both!important;
}