/*
#------------------------------------------------------------------------
# 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
 */

/* Containers */
body #gkPage {
	padding-left: 20px!important;
	padding-right: 20px!important;
}
#gkContent, 
#gkSidebar {
	width: 100% !important;
}
#gkSidebar {
	padding: 16px 0 0 0!important;
}
#gkSidebar > div > .box {
	float: left;
	margin-top: 0!important;
	margin-bottom: 12px!important;
	width: 50%;
}
#gkSidebar > div > .box:nth-child(2n+1) {
	clear: both!important;
}
#gkSidebar > div > .box:nth-child(odd) {
	padding-right: 10px;	
}
#gkSidebar > div > .box:nth-child(even) {
	padding-left: 10px;
}

/* Footer adjustments */
.gkFooter {
	text-align: center;
}
.gkFooter > * {
	display: inline-block!important;
	float: none!important;
}

/* Limitation suffixes */
.box.notablet {
	display: none!important;
}
.box.nomobile {
	display: block!important;
}
.box.onlytablet {
	display: block!important;
}
.box.onlymobile {
	display: none!important;
}

/* Fix for the contact page */
.contact .contact-image {
	float: left !important;
}
.contact .contact-address {
	clear: both !important;
	padding-top: 20px !important;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"],
.contact .contact-form textarea {
	width: 100% !important;
}

/* K2 edit popup */
#sbox-window,
#sbox-window iframe {
	width: 720px!important;
	max-width: 720px!important;
	left: 10px!important;
}

/* menu */
#gkMobileMenu {
	background: transparent url('../images/tablet_menu_btn.png') no-repeat 16px center;
	float: right;
	margin-top: -3px;
	position: relative;
}
#gkExtraMenu {
	display: none!important;
}
#gkMainMenu {
	border: none!important;
	clear: none!important;
	float: left;
	text-indent: 15px;
	width: 64px!important;
}
#gkMobileMenu select {
	width: 64px;
	height: 45px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
#gkMobileMenu {
	display: block!important;
	float: left;
	font-size: 18px;
	height: 52px;
	line-height: 44px;
	position: relative;
	width: 50px;
	text-indent: -9999px;
	top: 3px;
}

/* top/bottom modules */

/* 4-column layout */
body .gkCols4 .box.gkmod-1 {
	width: 100%;	
}
body .gkCols4 .box.gkmod-2 {
	width: 50%;
}
body .gkCols4 .box.gkmod-3 {
	width: 50%;
}
body .gkCols4 .box.gkmod-4,
body .gkCols4 .box.gkmod-more {
	width: 50%;
}
body .gkCols4 .box.gkmod-more:nth-child(2n+1) {
	clear: both;
}
body .gkCols4 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
body .gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
body .gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 50%!important;
}

/* 6-column layout */
body .gkCols6 .box.gkmod-1 {
	width: 100%;	
}
body .gkCols6 .box.gkmod-2 {
	width: 50%;
}
body .gkCols6 .box.gkmod-3 {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-4,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-5,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-6,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-more:nth-child(3n+1) {
	clear: both;
}
body .gkCols6 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4) {
	width: 33.3%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 33.3%!important;
}

/* bottom2 */
#gkBottom1,
#gkBottom2,
#gkBottom3 {
	padding-top: 10px!important;
}
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box {
	margin-top: 20px!important;
}

/* Footer */
#gkFrameworkLogo {
	margin: 12px auto 0 auto!important;
}
#gkFooterNav {
	clear: both;
	text-align: center;
	width: 100%;
}
#gkFooterNav li {
	display: inline-block!important;
	float: none!important;
}
#gkStyleArea {
	clear: both;
	float: none!important;
	margin: 0 0 -20px 0!important;
}
body .gkCopyrights {
	text-align: center;
	width: 100%;
}

/* Header */
.gk-animation h2 {
	font-size: 32px!important;
	line-height: 36px!important;
}

.gk-animation h1 {
	font-size: 52px!important;
	line-height: 58px!important;
}

.gk-jscounter > div > strong {
	font-size: 40px!important;
	line-height: 46px!important;
}

.gk-jscounter > div > small {
	font-size: 21px!important;
	line-height: 21px!important;
}

.gk-jscounter > div {
	min-width: 83px!important;
	padding: 0 5px!important;
}

.gk-jscounter > div::before {
	content: ":";
	font-size: 20px!important;
}

body .gk-animation .gk-ticket strong {
	font-size: 18px!important;
	font-weight: 700!important;
	height: 35px;
	line-height: 38px;
	margin: 10px 0 10px 14px;
	padding: 0 12px;
}

body .gk-animation .gk-ticket small {
	font-size: 12px;
	line-height: 15px;
	max-width: 180px;
	padding: 12px 10px!important;
	text-align: center;
}

body .gk-animation .gk-ticket {
	height: 56px;
	width: 420px;
}

body .gka-bg {
	background-position: center center!important;
	height: 440px!important;
	max-width: 100%;
}

.gk-animation.displayed .gk-animation-wrap {
	height: 445px!important;
}

/* Speakers */
.nspMainPortalMode6 .nspSpeakersSmallLeft,
.nspMainPortalMode6 .nspSpeakersSmallRight {
	position: relative!important;
	top: 0!important;
}

.nspMainPortalMode6 .nspSpeakersSmallRight {
	float: right;
}

/* Sponsors */
.gk-sponsors h2 {
	font-size: 75px!important;
	line-height: 90px!important
}

.gk-sponsors {
	padding: 0 20px;
}

/* Breadcrumb */
body #gkBreadcrumb {
	margin-left: -20px!important;
	margin-right: -20px!important;
}

/* Bottom */
#gkBottomWrap {
	padding-left: 20px!important;
	padding-right: 20px!important;
}

/* K2 */
.gkK2SpeakersHeader > h1, 
.gkK2SpeakersHeader > h2 {
	padding: 0 10px!important;
}

.gkK2EventPages .gkK2SpeakersHeader h1,
.gkK2EventPages .gkK2SpeakersHeader h2 {
	font-size: 64px!important;
}

.gkK2EventPages .itemBlock {
	margin: 24px 0 48px!important;
}

.gkSchedule dd > div > div {
	clear: both;
	margin-top: 20px;
}

.gkSchedule dd > div > div:first-child {
	margin-top: 0;
}

/* Speakers in K2 */
.gkK2EventPages .itemContainer {
	width: 49%!important;
}

/* Logo */
#gkLogo {
	background-size: 100% auto!important; 
	background-position: center center!important;
	max-width: 300px;
}

/* template elements */
h2, 
.componentheading,
#k2Container article header h2 {
	font-size: 32px!important;
	line-height: 40px!important;
}

h1 {
	font-size: 32px!important;
	line-height: 40px!important;
}

.login > div {
	border-left: none;
	clear: both;
	margin-bottom: 60px!important;
	margin-left: 0;
	padding-top: 20px;
}

.login section.login ul li {
	border-right: none!important;
}

.filter-search #filter-search + select {
	clear: both;
}

.filter-search .filter-search-lbl {
	margin-bottom: 20px;
}

.contact h3 {
	margin: 30px 0!important;
	max-width: 100%!important;
}

.login > div{
	padding-left: 20px!important;
}

#fb-auth {
	margin-left: 20px!important;
}