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

.k2FeedIcon a,
a.k2FeedIcon {
	display: block;
	height: 21px;
	line-height: 21px;
	padding: 0 0 0 32px;
	font-size: 12px;
	color: #999;
	background: url('../images/k2/rss.png') no-repeat 0 0;
}
.k2FeedIcon a:hover,
a:hover.k2FeedIcon {
	color: #222;
}
.k2FeedIcon a {
	float: none;
}
/* item view */

article header ul + ul {
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
}
article header ul + ul li {
	line-height: 28px;
}
h1 > sup {
	font-size: 12px;
	font-weight: 600;
	top: -1.5em;
	color: #1078b9;
	padding: 2px 6px;
}
ul li.itemResizer a {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('../images/k2/fonts.png') no-repeat 100% 5px;
	text-indent: -9999em;
}
ul li.itemResizer span {
	padding: 0 6px 0 0;
}
ul li.itemResizer #fontIncrease {
	background-position: 0 5px;
}
.smallerFontSize {
	font-size: 90% !important;
}
.largerFontSize {
	font-size: 115% !important;
}
.itemImageBlock {
	position: relative;
	margin: 0 0 16px;
}
.itemImage {
	display: block;
	line-height: 0;
	overflow: hidden;
}
.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;
}
.itemImageBlock img:hover {
	-webkit-box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
	-ms-box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
	-o-box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
	box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
}
.itemImageCaption {
	display: block;
	color: #999;
	padding: 8px 0 0;
	font-size: 11px;
}
.itemImageBlock > a {
	display: block;
	width: 100%;
}
.itemExtraFields ul li span.itemExtraFieldsValue,
.itemLinks .itemCategory a,
.itemLinks .itemAttachmentsBlock ul,
.itemLinks .itemTagsBlock ul {
	display: block;
	margin: 0 0 0 27%;
}
.itemBottom .itemRatingBlock span,
.itemBottom .itemRatingBlock .itemRatingList,
.itemBottom .itemRatingBlock .itemRatingForm ul.itemRatingList li,
.itemLinks .itemCategory span,
.itemLinks .itemAttachmentsBlock > span,
.itemExtraFields ul li span.itemExtraFieldsLabel,
.itemLinks .itemTagsBlock span,
.itemLinks .itemTagsBlock ul li,
.latestView .itemsContainer {
	float: left;
}
.itemBottom {
	clear: both;
	margin: 0 0 6px;
}
.itemLinks {
	background: url('../images/separator_bg.png') repeat-x 0 0;
	clear: both;
	margin: 38px 0;
	padding: 28px 0 0
}
.itemLinks .itemTagsBlock,
.itemLinks .itemSocialSharing {
	clear: both;
	overflow: hidden;
	margin-top: 6px;
}
.itemSocialSharing {
	margin: 12px 0 0 !important;
	padding: 0 0 24px;
	background: url('../images/separator_bg.png') repeat-x 0 100%;
	float:left;
    width:100%;
    overflow:visible !important;
}
.itemExtraFields {
	margin: 8px 0 24px;
	font-size: 12px;
}
.itemExtraFields h3 {
	padding: 0 0 8px;
	font-size: 18px;
}
small.itemDateModified {
	display: block;
	text-align: right;
	font-style: italic
}
.itemRatingBlock {
	overflow: hidden;
}
.itemRatingBlock span {
	float: left;
}
.itemRatingForm {
	display: block;
	vertical-align: middle;
	line-height: 25px;
	margin-left: 26%;
}
.itemRatingLog {
	margin: -2px 0 0;
	padding: 0 0 0 4px;
	float: left;
	line-height: 25px;
	font-size: 11px;
}
span#formLog {
	display: block;
	float: none;
	clear: both;
	color: white;
	background: #1078b9;
	text-align: center;
	margin: 10px 0;
	position: relative;
	top: 10px;
}
.itemRatingForm .formLogLoading {
	height: 25px;
	padding: 0 0 0 20px;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
	background: url('../images/style1/star.png') left -1000px repeat-x;
}
.itemRatingList {
	position: relative;
	float: left;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0 6px !important;
	padding: 0;
	background-position: left top;
}
.itemRatingList li {
	display: inline;
	background: none;
	padding: 0;
	border: none !important;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000px;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
.itemRatingList a:hover {
	background-position: left center;
}
.itemRatingList a.one-star {
	width: 20%;
	z-index: 6;
}
.itemRatingList a.two-stars {
	width: 40%;
	z-index: 5;
}
.itemRatingList a.three-stars {
	width: 60%;
	z-index: 4;
}
.itemRatingList a.four-stars {
	width: 80%;
	z-index: 3;
}
.itemRatingList a.five-stars {
	width: 100%;
	z-index: 2;
}
.itemRatingList .itemCurrentRating {
	z-index: 1;
	background-position: 0 bottom;
	margin: 0;
	padding: 0;
}
.itemTags li a,
.k2TagCloudBlock a, 
.moduleItemTags a {
	display: block;
	height: 19px;
	line-height: 19px;
	margin: 2px 8px 2px 0;
	padding: 0 8px 0 20px;
	font-size: 11px;
	color: #fff !important;
	background: transparent url('../images/style1/tags.png') no-repeat 0 0;
}

aside .k2TagCloudBlock a { padding: 0 8px !important}
.itemTags li a {
	font-weight: bold
}
.itemTags li a:hover,
.moduleItemTags a:hover {
	background-position: 0 100%;
}
.k2TagCloudBlock a {
	background-image: none;
	height: auto;
	line-height: normal;
}
.k2TagCloudBlock a:hover {
	background: #1078b9;
}
.itemExtraFields ul li {
	list-style: none;
	padding: 5px 0;
	border-top: 1px solid #eee;
}
.itemLinks ul li {
	list-style: none;
}
.itemAttachmentsBlock {
	margin: 0 0 48px;
	background: url('../images/style1/typography/tips.png') no-repeat 16px 8px #FFFEF4;
	border: 1px solid #EAE8CC;
	min-height: 38px;
	padding: 10px 10px 12px 80px;
}
.itemLinks .itemAttachmentsBlock ul li a {
	color: #222;
	font-weight: bold
}
.itemLinks .itemAttachmentsBlock ul li a span {
	font-weight: normal;
	font-size: 11px;
	color: #676767
}
.itemLinks .itemSocialSharing > div {
	float: left;
}
.itemAuthorBlock {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	float: left;
	min-height: 128px;
}
.userView .itemAuthorBlock { background: rgba(255, 255, 255, 0.5); padding: 30px;}
.userView  .itemAuthorData { margin-top: 28px;}
.itemAuthorBlock > div {
	float: left;
	position: relative;
}
.itemAuthorBlock > div.k2AuthorAvatar {
	float: left;
	position: absolute;
}
.itemAuthorBlock > div.k2AuthorAvatar > span {
	background: transparent url('../images/style1/avatar_bg.png') no-repeat 50% 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 100px;
	overflow: hidden;
	padding: 6px;
	width: 100px;
}
.itemAuthorBlock > div.k2AuthorAvatar img {
	padding: 0!important;
}
.itemAuthorBlock > div h3 {
	background: #e89e44;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.5;
	padding: 5px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.itemAuthorBlock > div h3 a { color: #fff;}
.itemAuthorBlock > .gkAvatar {
	float: left;
	padding: 12px;
	max-width: 80px;
}
.itemAuthorBlock > .gkAvatar > img {
	display: block;
}
.itemAuthorBlock .itemAuthorDetails {
	float: right;
	margin-left: 150px;
	line-height: 1.7;
}
.itemAuthorBlock .itemAuthorDetails p {
	margin: 1em 0 0.8em;
}
.itemAuthorUrl,
.itemAuthorEmail {
	font-size: 12px;
}
.itemAuthorData {
	overflow: hidden;
	margin: 40px 0 70px;
	float:left;
}
.itemAuthorData h3 {
	font-size: 16px;
	color: #fff;
	position: relative;
	top: -20px
}
.itemAuthorData .itemAuthorContent {
	margin: 0;
}
.itemAuthorContent {
	float: left;
	margin: 0 0 32px 0;
	overflow: hidden;
	width: 50%;
}
.itemAuthorContent ul {
	font-size: 13px;
}
.itemAuthorContent ul li {
	list-style: inside;
	line-height: 1.4;
	padding: 5px 0;
}
.itemAuthorContent ul li a,
.itemNavigation {
	clear: both;
	padding: 0;
	font-size: 12px;
	color: #7D7B7A;
}
.itemAuthorContent ul li a:hover {
	color: #2f3336;
}
.itemNavigation {
	background: rgba(255, 255, 255, 0.6);
	margin: 24px 0;
	padding: 8px 12px
}
.itemComments h3 {
	color: #2F3336;
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 20px;
	min-height: 36px;
	text-transform: uppercase;
}
.itemCommentsForm label {
	display: block;
	clear: both;
}
.itemCommentsForm textarea,
.itemCommentsForm .inputbox {
	float: left;
}
.itemCommentsForm textarea.inputbox {
	height: 200px;
}
.itemCommentsForm .inputbox {
	width: 400px;
}
.itemCommentsForm #submitCommentButton {
	clear: both;
	float: left;
	margin: 20px 0 0;
}
.itemCommentsForm .itemCommentsFormNotes {
	margin: -12px 0 24px;
	font-size: 10px;
	font-style: italic;
}
#itemCommentsAnchor {
	background: rgba(255, 255, 255, 0.6);
	clear: both;
	padding: 30px;
}
.itemComments p {
	margin: 0.5em 0;
	color: #888
}
.itemComments .itemCommentsList {
	clear: both;
	padding: 36px 0 12px;
}
.itemComments .itemCommentsList li {
	margin: 0 0 30px 12px;
}
.itemComments .itemCommentsList li > div {
	padding: 16px 0 0
}
.itemComments .itemCommentsList li > div > div {
	padding: 12px 24px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.itemComments .itemCommentsList li > span.gkAvatar {
	float: left;
	margin: 2px 0 0;
}
.itemComments .itemCommentsList li > span > img {
	display: block;
}
.itemComments .itemCommentsList li div div span {
	margin-right: 16px;
	font-size: 11px;
	color: #999
}
.commentLink,
.itemPrevious,
.itemNext {
	color: #e89e44
}
.itemBackToTop {
	float: right;
}
/* Items views */
.itemList article header h2,
.itemsContainerWrap article header h1 {
	margin: 0;
	font-size: 36px;
	line-height: 42px;
}
.itemList ul.itemTags {
	clear: both;
	padding: 12px 0 0 0;
}
.itemTags {
	padding-left: 4px !important;
}
.itemList ul.itemTags li {
	float: left;
}
.clr {
	clear: both;
}
.itemListSubCategories {
	overflow: hidden;
}
.userView article,
.genericView article,
.itemList article {
	clear: both;
	margin-bottom: 32px;
}
/*.itemListSubCategories h2*/
.subCategoryContainer {
	float: left;
	margin-bottom: 32px;
}
.subCategoryContainer .subCategory {
	margin: 0 32px 24px 0;
}
.itemContainerWrap {
	float: left;
}
.itemList article {
	padding-bottom: 24px;
}
itemContainerLast article {
	margin: 0;
}
#itemListLinks {
	clear: both;
}
#itemListLinks ul {
	margin: 12px 0 0 0;
}
#itemListLinks li {
	background: url('../images/style1/typography/bullet-square2.png') no-repeat 0 6px;
	padding-left: 24px;
	font-size: 13px;
}
#itemListLinks a {
	color: #737373;
}
#itemListLinks a:hover {
	color: #2f3336;
}
/* Modules */
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/* Latest Comments & Author module*/
.k2LatestCommentsBlock .k2FeedIcon {
	margin-top: 16px;
}
.k2LatestCommentsBlock ul li,
.k2TopCommentersBlock ul li {
	list-style: none !important;
	line-height: 1.5 !important;
	padding: 12px 0 !important;
}
.k2Avatar {
	display: block !important;
	float: left;
	line-height: 1;
	margin: 0 16px 0 0;
	padding: 6px;
}
.k2Avatar,
.k2Avatar img {
	background: url('../images/style1/avatar_bg.png') no-repeat 50% 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}
.lcUsername {
	color: #2f3336 !important;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase
}
.k2LatestCommentsBlock p {
	margin: 16px 0 8px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 9px 12px;
	font-size: 13px;
}
.k2LatestCommentsBlock span.lcItemTitle {
	display: block;
	font-weight: 600;
	padding: 0 0 9px;
	color: #2f3336;
}
.k2LatestCommentsBlock a {
	color: #888;
}
.k2LatestCommentsBlock a:hover {
	color: #2f3336;
}
span.lcCommentDate,
.itemComments .itemCommentsList li div div div {
	color: #e89e44;
	border-top: 1px solid #eee;
	display: block;
	font-size: 10px;
	margin: 9px 0 0;
	padding: 6px 0 0;
	text-align: right
}
.k2AuthorsListBlock ul li {
	border: none;
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem {
	display: block;
	clear: both;
	margin: 12px 0 0;
	padding: 0 0 0 12px;
	font-size: 11px;
	line-height: 14px;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem span {
	display: block;
	font-size: 10px;
	color: #777;
}
/* Restriction */
#gkRight .k2Avatar,
#gkLeft .k2Avatar {
	border-color: #fff;
}
/* Top Commenters */
.tcUsername {
	font-size: 18px;
	color: #333;
}
.tcLatestComment {
	display: block;
	margin: 6px 0;
	font-size: 13px;
	color: #737373;
}
.tcLatestCommentDate {
	display: block;
	font-size: 11px;
	color: #999;
}
/*----------------------------------------------------------------------
Modules:  mod_k2_content
----------------------------------------------------------------------*/
div .k2ItemsBlock ul {
	margin-right: -20px;
}
div .k2ItemsBlock ul li {
	margin: 0 0 12px;
	background: none !important;
	padding: 12px 20px 12px 0 !important;
	list-style: none !important;
}
a.moduleItemTitle {
	color: #2f3336;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
.moduleItemAuthor {
	overflow: hidden;
	margin: 0 0 16px;
	font-size: 11px;
	border-bottom: 1px solid #e5e5e5;
}
.moduleItemAuthor a {
	color: #2f3336;
	display: block;
	font: bold 12px Verdana, Geneva, sans-serif;
	padding: 0 0 12px;
}
.moduleItemAuthor p {
	clear: both;
}
.moduleItemIntrotext {
	display: block;
	padding: 12px 0 0;
	line-height: 1.6;
}
.moduleItemIntrotext a.moduleItemImage img {
	float: left;
	overflow: hidden;
	margin: 4px 0;
}
.moduleItemDateCreated,
.moduleItemCategory {
	font: normal 10px Verdana, Geneva, sans-serif;
	color: #999;
}
.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 4px 0 0;
	width: 30%;
}
.moduleItemTags,
.moduleAttachments {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	margin: 12px 0 0;
	padding: 12px 0 0;
}
.moduleItemTags strong {
	font-size: 12px;
	color: #2f3336;
}
.moduleItemTags a {
	float: right;
}
a.moduleItemComments {
	font-size: 12px;
}
a:hover.moduleItemComments {
	background-position: 0 100%;
	color: #fff;
}
.k2ItemsBlock ul li span.moduleItemHits {
	font-size: 90%;
}
.moduleItemImage {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
.moduleItemReadMore {
	display: block;
	clear: both;
}
/*---Modules:  mod_k2_login ---*/
.k2LoginBlock fieldset.input {
	margin: 0;
	padding: 0 0 8px 0;
}
.k2LoginBlock fieldset.input p {
	margin: 0;
	padding: 0 0 4px 0;
}
.k2LoginBlock fieldset.input p label,
.k2LoginBlock fieldset.input p input {
	display: block;
}
.k2LoginBlock fieldset.input p#form-login-remember label,
.k2LoginBlock fieldset.input p#form-login-remember input {
	display: inline;
}
.k2UserBlock p.ubGreeting {
	border-bottom: 1px dotted #eee;
}
.k2UserBlock .k2UserBlockDetails span.ubName {
	display: block;
	font-weight: bold;
	font-size: 14px;
}
/* ---Modules:  mod_k2_tools ---*/
/* ---Breadcrumbs ---*/
.k2BreadcrumbsBlock span.bcTitle {
	padding: 0 4px 0 0;
	color: #999;
}
.k2BreadcrumbsBlock span.bcSeparator {
	padding: 0 4px;
	font-size: 14px;
}
/* ---Calendar ---*/

/* use this height value so that the calendar height won't change on Month change via ajax */

table.calendar {
	background: #1078b9;
	border-collapse: collapse;
	border-left: 1px solid #eee;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	width: 100%;
}
table.calendar tr td {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #4794dc;
}
table.calendar td.calendarCurrentMonth {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase
}
table.calendar tr td.calendarNavMonthPrev,
table.calendar tr td.calendarNavMonthNext {
	text-align: center;
	font-size: 15px !important;
}
table.calendar tr td.calendarDayName {
	width: 14.2%;
	font-weight: 600;
}
table.calendar tr td.calendarDateEmpty {
	background: #3f8dd4;
}
table.calendar tr td.calendarDateLinked a {
	color: #fff;
	font-weight: 600;
	display: block;
	padding: 2px;
}
table.calendar tr td.calendarDateLinked a:hover {
	display: block;
	background: #3f8dd4;
	color: #fff !important;
	padding: 2px;
}
table.calendar tr td.calendarToday {
	background: #E89E44;
	font-weight: 600;
	border-color: #E89E44;
}
table.calendar tr td.calendarTodayLinked {
	background: #e89e44;
	padding: 0;
}
table.calendar tr td.calendarTodayLinked a {
	color: #fff;
}
.calendarNavLink {
	color: #fff
}
.k2TagCloudBlock a {
	color: #fff;
	background: #e89e44;
}
.k2TagCloudBlock a:hover {
	background: #1078b9 !important;
}
/* ---Category Tree Select Box ---*/
.k2CategorySelectBlock form select {
	width: auto;
}
/* ---Tag Cloud ---*/
.k2TagCloudBlock {
	padding: 8px 0 0 4px;
	font-size: 15px;
}
.k2TagCloudBlock a {
	float: left;
	margin-bottom: 6px;
}
/* ---Google Search ---*/
#k2Container .gsc-branding-text {
	text-align: right;
}
#k2Container .gsc-control {
	width: 100%;
}
#k2Container .gs-visibleUrl {
	display: none;
}
/* ---Modules:  mod_k2_users ---*/
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
	display: none;
}
a.ubUserURL,
a.ubUserURL:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
a.ubUserURL span,
a.ubUserURL:hover span {
	display: none;
}
span.ubUserEmail {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
span.ubUserEmail a {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}
.k2UsersBlock ul li h3 {
	clear: both;
	margin: 8px 0 0 0;
	padding: 0;
}
.catCounter {
	font-size: 11px;
	font-weight: normal;
	color: #999
}
#gkPageContent .level0 li .catCounter {
	float: right;
	margin-right: 3px;
}
#gkPageContent .level0 li:hover .catCounter {
	color: #fff;
	margin-right: 23px;
}
/* Rating form fix */
article header .itemRatingBlock > span {
	display: none;
}
article header .itemRatingBlock > div {
	margin: 3px 0 0 0;
}
/* Fix for the categories view */

.itemContainerLast:first-child .itemImageBlock,
.clr + .itemContainerLast .itemImageBlock {
	padding: 0;
}
.itemCommentsPagination ul li {
	display: inline-block;
	margin: 0 3px;
	font-size: 80%;
}
.itemCommentsPagination ul {
	text-align: right;
}
/* change layout when more than 1 column */
.itemsContainerWrap time + header,
.cols-2 time + header,
.cols-3 time + header,
.cols-4 time + header {
	padding-left: 0!important;
}
.itemsContainer .itemsContainerWrap,
.itemContainer .itemsContainerWrap {
	margin: 0 20px;
}

.itemsContainer:first-child .itemsContainerWrap,
.itemContainer:first-child .itemsContainerWrap {
	margin: 0 20px 0 0!important;
}
.itemsContainerWrap .itemView header h2 {
	font-size: 36px!important;
	line-height: 40px!important;
}
.itemsContainerWrap .itemView header ul li.itemDate,
.itemsContainerWrap header ul li.item-date,
.cols-2 header ul li.item-date,
.cols-3 header ul li.item-date,
.cols-4 header ul li.item-date {
	display: block;
}
.itemDate {
	display: none;
}
.itemDate.showAlways {
	display: block!important;
}
#k2Container article header h2 {
	line-height: 56px;
	font-size: 56px;
	text-transform: uppercase
}
/* Speakers Section */
.gkK2EventPages {
	margin-bottom: 48px
}
.gkK2EventPages .itemBlock {
	font-size: 22px;
	font-weight: 400;
	margin: 48px 0 92px;
	text-align: center;
}
.gkK2EventPages .gkK2SpeakersHeader h1 {
	font-size: 100px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}
.gkK2EventPages .itemBlock p {
	margin-top: -6px;
}
.gkK2EventPages .itemContainer {
	float: left
}
.gkK2EventPages .itemsContainerWrap {
	margin: 0 0 62px 20px
}
.gkK2EventPages .itemView {
	text-align: center
}
.gkK2EventPages .itemImage {
	background: url('../images/style1/avatar_bg.png') no-repeat 50% 50%;
	border-radius: 50%;
	margin: 0 auto 20px;
	padding: 8px;
}
.gkK2EventPages img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.gkK2EventPages a:hover.itemImage {
}
.gkK2EventPages .itemView h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.gkK2EventPages h2 a {
	color: #2F3336
}
.gkK2EventPages .itemView h2,
.gkK2EventPages .itemView h2 a {
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}
.gkK2EventPages .itemView:hover h2 {
	margin: 0;
	top: -36px;
}
.gkK2EventPages .itemView:hover h2 a {
	background: #e89e44;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	color: #fff;
	padding: 8px 16px;
}
/* Speakers Details */

.speakerdetails .itemImage {
	float: left;
	margin: 0 56px 32px 0
}
.speakerdetails h1:first-child { margin: 0 0 -8px; text-transform: uppercase; }
.speakerdetails .itemText {
	border-top: 1px solid #d5d5d5;
	clear: both;
	padding-top: 18px
	
}
.speakerdetails .itemExtraFieldsLabel {
	color: #2F3336;
	font-size: 12px;
	font-weight: 600;
	padding-right: 12px;
	text-transform: uppercase;
}

ul.itemDetails li { line-height: 1.8
}
ul.itemDetails li a, .userView .itemAuthorBlock a { color: #E89E44;  }
ul.itemDetails li a:hover, .userView .itemAuthorBlock a:hover { color: #2F3336;  }
/* Sponsors */

.sponsor .gk-sponsors-wrap {
	margin: 16px 0 36px
}
.sponsor h2 {
	line-height: 1;
	margin: 0 0 32px
}
.sponsor .gk-sponsors-wrap > a {
	background: #2F3336
}
.sponsor .gk-sponsors-wrap > a:hover {
	background: #1078B9
}
.itemIntroText ol,
.itemFullText ol {
	list-style:decimal;
	list-style-position:inside;
}
.itemAuthorContent { 
	clear: both; 
}
div.itemSocialSharing { overflow: visible!important }