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

/* Basic elements */
html {
	background: #d9d9d9 url('../images/style1/bg1.jpg') no-repeat center top;
}
body {
	min-height: 100%;
	background: url("../images/style1/bg2.png") no-repeat scroll center top transparent;
	font-size: 14px;
	line-height: 1.6;
	color: #444;
	padding: 0;
	font-weight: normal;
	word-wrap: break-word;
}

a {
	color: #363636;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
	-webkit-transform: translateZ(0);
}

a:hover,
a:active,
a:focus {
	color: #e25b32;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: normal;
}

h1 {
	font-size: 46px;
}

h2,
.componentheading {
	font-size: 42px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 125%;
}

h5 {
	font-size: 110%;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	line-height: 2.0;
}

p {
	margin: 0.5em 0 1.5em;
}

iframe {
	max-width: 100%!important;
}
/* Containers */

.gkPage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto!important;
}

#gkPageTop {
	-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;
	margin-bottom: 50px;
	position: relative;
	top: 44px;

}

#gkBannerTop {
	background: #1c1c1c;
	padding: 18px 0;
}

#gkHeader {
	background: #eee;
}

#gkPageWrap {
	margin: 0 auto;
}

#gkPageContent {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	border-top: none;
	width: 100%;
}

#gkContent,
#gkPageContent {
	background: transparent url('../images/line.png') repeat-y 0 0;
}

/* Logo  */
    display: block;
    float: left;
    height: 50px;
    margin: 5px 30px 0 0;
    max-width: 269px;
    padding: 0;
    position: relative;
    text-indent: -999em;
    text-shadow: none;
}
#gkLogo {
	height: 35px;
	margin: 5px 30px 0 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 140px;
	display: block;
	float: left;
}

#gkLogo img {
    display: block;
    height: 50px !important;
    margin: 0 auto;
}

#gkLogo.cssLogo {
	background: transparent url('../images/style1/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 50px;
	margin: 0 30px 0 0;
	width: 450px;
}

#gkLogo.text {
	color: #fff;
	font-size: 36px;
	min-height: 24px;
	padding: 0;
	text-align: center;
	text-indent: 0;
	text-transform: uppercase;
}

#gkLogo.text > span {
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 25px;
	padding: 0;
}

#gkLogo.text .gkLogoSlogan {
	color: #eee;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	text-transform: none;
}

/* userarea */

#gkUserArea {
	float: right;
	margin-left: 20px;
}

#gkUserArea a {
	display: block;
	float: left;
	margin: 0;
}

#gkRSS {
	background: #a88f52 url('../images/topmenu_icons.png') no-repeat -50px center;
}

#gkRSS:active,
#gkRSS:focus,
#gkRSS:hover {
	background-color: #e25b32;
}

/* Top content */

#gkContentTop {
	border: 1px solid #e5e5e5;
	border-top: none;
	margin-bottom: 12px;
}

#gkTopMenu {
	float: left;
	line-height: 28px;
	margin-right: 30px;
}

#gkTopMenu li {
	border: none;
	color: #7a7a7a;
	float: left;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#gkTopMenu li:hover {
	background: none
}

#gkTopMenu li a {
	color: #7a7a7a;
	display: block;
	line-height: 28px;
	padding: 0 8px;
}

#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover {
	color: #e25b32;
}

/* Search */

#gkSearch {
	float: right;
	margin-right: 6px;
}

#mod-search-searchword {
	background: transparent url('../images/search_bg.png') no-repeat right center;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	-ms-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	-o-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	margin-top: -3px;
}

/* Social icons */

#gkSocial {
	float: right;
	margin-left: 24px;
}

#gkSocial p {
	margin: 0;
}

.gkTwitter,
.gkFb,
.gkGplus,
.gkPinterest {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	padding: 0;
	text-indent: -9999px;
	-webkit-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	-moz-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	-o-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	width: 28px;
}

.gkTwitter {
	background: transparent url('../images/style1/social_icons.png') no-repeat 0 0;
}

.gkFb {
	background: transparent url('../images/style1/social_icons.png') no-repeat -28px 0;
}

.gkPinterest {
	background: transparent url('../images/style1/social_icons.png') no-repeat -56px 0;
}

.gkGplus {
	background: transparent url('../images/style1/social_icons.png') no-repeat -84px 0;
}

.gkTwitter:active,
.gkTwitter:focus,
.gkTwitter:hover {
	background: transparent url('../images/style1/social_icons.png') no-repeat 0 -22px;
}

.gkFb:active,
.gkFb:focus,
.gkFb:hover {
	background: transparent url('../images/style1/social_icons.png') no-repeat -28px -22px;
}

.gkPinterest:active,
.gkPinterest:focus,
.gkPinterest:hover {
	background: transparent url('../images/style1/social_icons.png') no-repeat -56px -22px;
}

.gkGplus:active,
.gkGplus:focus,
.gkGplus:hover {
	background: transparent url('../images/style1/social_icons.png') no-repeat -84px -22px;
}

/* Group modules */

#gkBottom1,
#gkBottom2,
#gkBottom3 {
	-webkit-transform: translateZ(0.001); /* With 0 the left border on Chrome dissapears O.o */
	border-top: 1px solid #e5e5e5;
	margin: 0 auto!important;
	overflow: hidden;
	padding: 36px 0; 
}

#gkBottom1 .box .header,
#gkBottom2 .box .header,
#gkBottom3 .box .header {
	font-size: 16px
}

#gkBottom2 .box {
	color: #999;
	font-size: 12px
}

#gkBottom2 .box a { 
    color: #777
}

#gkBottom2 .box a:hover { 
    color: #363636
}

/* standard breadcrumb */

#gkBreadcrumb {
	background: #F9F9F9;
	border-bottom: 1px solid #e5e5e5;
	margin: -10px -18px 24px -20px;
	padding: 14px 24px 15px;
}

#gkBreadcrumb .breadcrumbs {
	float: left;
	color: #333;
}

#gkBreadcrumb .breadcrumbs li.separator {
	width: 10px;
	text-align: center;
	padding: 0 4px!important;
	color: #ccc;
}

#gkBreadcrumb .breadcrumbs li.pathway {
	padding-right: 20px;
}

#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	font-size: 12px;
	font-weight: 600;
}

#gkBreadcrumb .breadcrumbs > ul > li a {
	font-weight: normal
}

#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}

#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url('../images/font_size.png') no-repeat -38px 50%;
}

a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}

a#gkToolsDec {
	background-position: 6px 50%;
}

/* footer */

#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #E25B32;
	color: #777;
	font-size: 14px;
	line-height: 21px;
	margin: 0 auto 100px auto!important;
	padding: 16px 0 0
}

#gkFooterNav li {
	border: none;
	float: left;
	font-size: 11px;
	margin: 0 10px 0 0!important;
	padding: 0;
}

#gkFooterNav a {
	color: #999
}

#gkFooterNav li:hover,
#gkFooterNav a:hover {
	background: transparent;
	color: #363636;
}

#gkCopyrights {
	float: right;
	font-size: 11px;
	margin: 0 0 20px 0;
}

/* other footer elements */

#gkStyleArea {
	clear: both;
	display: block;
	line-height: 7px;
	margin: 0;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#gkStyleArea > div {
	float: left;
	margin: 13px 0 12px 0;
}

#gkStyleArea a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 7px;
	margin: 9px 3px 9px 0;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 7px;
}

#gkStyleArea a:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

#gkColor1 {
	background: #eb592a;
}

#gkColor2 {
	background: #3eabe9;
}

#gkColor3 {
	background: #8DA734;
}

#gkColor4 {
	background: #8c7a71;
}

#gkColor5 {
	background: #e8a246;
}

#gkColor6 {
	background: #c375b5;
}

#gkFrameworkLogo {
	display: block;
	width: 90px;
	height: 36px;
	background: url('../images/gavern-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	opacity: 0.4;
}

/* Suffixes */

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	padding: 20px;
	width: 100%;
}

div.content {
	clear: both;
}

.box li a {
	text-decoration: none;
}

.box a {
	text-decoration: none;
}

.box ul ul {
	margin-left: 20px;
}

.box ul ul li:last-child {
	border-bottom: none!important;
}

/* Suffix vertical */

.box.vertical {
	padding: 0!important;
}

.box.vertical .header {
	color: #363636;
	float: left;
	text-transform: uppercase;
	width: 30%;
}

.box.vertical .content {
	clear: none!important;
	float: left;
	width: 70%;
}

/* default suffix */

.box .header {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

/* clear suffix */

.box.clear {
	margin: 0;
	padding: 0;
}

.clear div.content {
	clear: both;
}

/* nomargin suffix */

.box.nomargin {
	margin: 0!important;
}

/* nooverflow suffix */

.box.nooverflow,
.box.nooverflow > div {
	overflow: visible!important;
}

/* advertisement suffix */

.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
	color: #999!important;
	font-size: 10px!important;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 5px 0;
	min-height: 16px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	line-height: 16px;
	font-family: Arial, Verdana, sans-serif!important;
}

.box.advertisement .header span {
	background: transparent;
	float: right;
	line-height: 16px;
	padding: 0;
}

/* suffix _text */

.box_text > div {
	background: #fff;
}

/* suffix dark */

.box.dark {
	background: #222!important;
	color: #999;
	padding: 20px;
}
.box.dark .header {
	background: transparent!important;
}
.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
	color: #fff;
}

.box.dark ul {
	margin: 0;
	padding: 0;
}

.box.dark ul li {
	border-top: 1px solid #444;
	position: relative;
	padding: 2px 0;
}

.box.dark ul li:first-child {
	border-top: none;
}

.box.dark a {
	color: #fff;
}

.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #e25b32;
}

.box.dark ul ul {
	margin: 0 0 0 20px;
}

.box.dark b,
.box.dark strong {
	font-weight: bold;
}
.box.red {
	background: #dc2f10!important;
    color: #f9b2a6;
	padding: 1px;
}
.box.red .header {
    background: url("../images/style1/color_header_bg.png") repeat-x scroll left top #c6250a;
    border-bottom: 1px solid #ee4d30;
    border-radius: 2px 2px 0 0;
    color: #fff !important;
    display: block;
    float: none;
    line-height: 38px;
    margin: 0;
    min-height: 38px;
    padding: 1px;
    text-indent: 12px;
}

.box.red .content {
    padding: 10px;
}

.box.red .nspArt a {
    color: #f9b2a6;
	font-weight: 100;
}
.box.red .nspArt p.nspInfo {
    color: #f9b2a6;
	font-weight: 100;
}

.box.underline .header {
    border-bottom: 1px solid #d1d1d1;
    border-top: medium none;
    color: #333;
    font-size: 10px;
    font-weight: bold;
    height: auto !important;
    line-height: 32px;
    margin-bottom: 12px;
    margin-top: -18px;
    padding: 4px;
    text-transform: uppercase;
}
.box.underline .content{
	padding: 7px;
	font-size: 10px;
}
/* suffix light */

.box.light {
	background: #f8f8f8!important;
	padding: 20px;
}

#gkInset .box.light {
	margin: 1px;
	width: 99%;
}

.box.light ul {
	margin: 0;
	padding: 0;
}

.box.light ul li {
	border-top: 1px solid #ddd;
	position: relative;
}

.box.light ul li:first-child {
	border-top: none;
}

.box.light ul ul {
	margin: 0 0 0 20px;
}

.box.light b,
.box.light strong {
	font-weight: bold;
}

/* Suffix pattern */

.box.pattern {
	background: url('../images/topmenu_bg.png') repeat 0 0;
}

#gkInset .box.pattern {
	margin: 1px;
	width: 99%;
}

/* Suffix color */

.box.color .header {
	color: #e25b32;
}

/* Suffix bigtitle */

.bigtitle .header {
	color: #bbb;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.04em;
	margin-top: 12px;
	text-transform: none;
}

/* Suffix badge-new */

.box.badge-new .header,
.box.badge-popular .header,
.box.badge-top .header,
.box.badge-hot .header,
.box.badge-video .header,
.box.badge-audio .header,
.box.badge-gallery .header {
	position: relative;
}

.box.badge-new .header::after,
.box.badge-popular .header::after,
.box.badge-top .header::after,
.box.badge-hot .header::after {
	background: #9eb931;
	color: #fff;
	content: "New";
	font-size: 10px;
	font-weight: bold;
	padding: 0 6px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.box.badge-video .header::after,
.box.badge-audio .header::after,
.box.badge-gallery .header::after {
	background: url('../images/badges.png') no-repeat;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	z-index: 1;	
}
.box.badge-audio .header::after {
	background-position: 0 -69px
}

.box.badge-gallery .header::after {
	background-position: 0 -132px
}

.box.badge-popular .header::after {
	background: #32aae2;
	content: "Popular";
}

.box.badge-top .header::after {
	background: #e25b32;
	content: "Top";
}

.box.badge-hot .header::after {
	background: #DBAE43;
	content: "Hot";
}

/* Suffix headlines */

.box.headlines .header {
	background: #e25b32;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 15px;
	padding: 16px 6px 12px 6px;
	position: relative;
	text-align: center;
}

.box.headlines .header::after {
	background: transparent url('../images/style1/highlight_bg.png') no-repeat 0 center;
	background-size: 100% 100%;
	bottom: -13px;
	clear: both;
	content: "";
	display: block;
	height: 13px;
	left: 0;
	position: absolute;
	width: 100%;
}

/* mainbody restrictions */

section#gkBreadcrumb + section#gkMainbody {
	margin-top: 0!important;
}

/* tablet/mobile suffixes */

.onlytablet {
	display: none;
}

.onlymobile {
	display: none;
}

/* Login form */

#gkFBLogin {
	float: left;
	width: 45%;
}

#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}

#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}

#form-login-remember {
	margin: 10px 0;
}

#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}

#login-form fieldset {
	margin: 0 0 20px;
}

#login-form fieldset p {
	margin: 0.5em 0;
}

#login-form ul {
	border-top: 1px solid #E7E7E7;
	overflow: hidden;
	padding: 12px 0 0;
}

#login-form ul li {
	font-size: 11px;
	line-height: 1.6;
}

#login-form ul li a {
	color: #999;
}

#login-form ul li a:hover {
	color: #222;
}

#login-form input[type="text"],
#login-form input[type="password"] {
	width: 85%;
}

.gkPopupWrap .logout-button input {
	float: right
}

label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#login-form .login-greeting {
	color: #fff;
	float: left;
	font-size: 18px;
	margin-right: 32px;
}

.gkUsermenu {
	border-top: 3px solid #E25B32;
	clear: both;
	padding-top: 4px;
	position: relative;
	top: 10px;
}

.gkUsermenu li {
	border: none;
	background: #363636;
	color: #999;
	padding-left: 16px;
	margin: 0 0 3px
}

.gkUsermenu li a {
	color: #fff
}

/* Login with Facebook button */

span#fb-auth small {
	width: 20px;
	background: transparent url('../images/fbauth.png') no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 3px 16px 0 0;
	height: 17px;
}

span#fb-auth {
	background-color: #798db9;
	
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 6px;
	padding: 7px 24px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 24px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	position: relative;
	top: -3px;
}

span#fb-auth:hover {
	background-color: #556b9b;
}

.login span#fb-auth {
	margin: 6px 0 0 10px;
}

/* popup */

#gkPopupOverlay,
#gkPopupLogin {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #AECD49;
}

#gkPopupLogin {
	position: absolute;
	top: 35%;
	width: 560px;
	margin-left: -280px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gkPopupLogin #loginForm {
	background: transparent url('../images/login.png') no-repeat 4px 6px;
	padding-left: 170px
}

#gkPopupLogin label {
	color: #fff;
	font-size: 12px;
}

#gkPopupLogin #login-form input[type="text"],
#gkPopupLogin #login-form input[type="password"] {
	float: right;
	height: 36px;
	width: 70%;
	
}

#gkPopupLogin #login-form fieldset p {
	padding: 0 0 18px
}

#gkPopupLogin #form-login-remember,
#gkPopupLogin #form-login-buttons {
	margin-left: 100px
}

#gkPopupLogin #form-login-buttons input.button:hover {
	background: #212121;
}

#gkPopupLogin #login-form ul {
	background: none;
	border-top: 1px solid #444;
	margin-left: 100px;
	padding: 10px 0 0
}

#gkPopupLogin #login-form ul li {
	float: left;
}

#gkPopupLogin #login-form ul li:first-child {
	margin-right: 8px
}

.gkPopupWrap {
	padding: 32px;
	overflow: hidden;
}

.gkPopupWrap h3 {
	margin: 0 0 18px;
	font-size: 32px;
	line-height: 32px;
}

#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	margin-left: 0;
}

body[data-mobile="true"] #gkMobileMenu select {
    font-size: 50px;
}  

.gkMenu > ul > li > a {
	padding: 0px 16px 0px 14px !important;
	font-weight: normal;
}

/* Club Reg Component Area */

/*.reg-filters .row-fluid {
	width: 33.3%; 
	float: left;
}*/

.reg-filters .row-fluid .control-group {
	float: left;
	width: 45%;
	margin: 10px 0px 10px 5%;
}
fieldset.eoi > div:nth-child(3) {
	width: 100%;
	float: left;
	max-height: 160px !important;
}
.table-condensed th {
	background: none;
}
.table-condensed th .pull-right .btn-group, .table-condensed th .pull-right {
	float: left;
	margin-right: 15px;
	text-transform: none;
}
.table-condensed .pull-left {
	float: left;
}
.table-condensed p.pull-right {
	display: block;
	width: 100%;
	float: left;
}
.table-condensed th input {
	float: left; 
	margin-right: 10px;
}
.table-condensed tr {
	float: left;
	width: 50%;
	min-height: 500px;
}
.table > thead:nth-child(1) > tr:nth-child(1) {
	min-height: 0px;
	width: 100%;
}
.table-condensed .reg-well div {
	height: 30px;
	border: none;
}
.table-condensed .text-info {
	float: left;
	width: 30%;
}
.table-condensed .reg-colon {
	float: left; width: 5%;
}
.table-condensed .reg-value {
	float: left; width: 55%;
}
.table > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(2) > div:nth-child(1) {
	float: left;
	width: 5%;
}
.table-condensed .h21 {
	float: left;
	width: 90%;
	min-height: 70px;
}
.table-condensed .h21 a {
	vertical-align: top;
}
fieldset.eoi .pull-right {
	float: left;
	position: relative;
}
fieldset.eoi .pull-left {
	float: left;
	width: 33%;
}
fieldset.eoi .pull-right a.dropdown-toggle,
fieldset.eoi .pull-right ul.dropdown-menu, {
	float: left;
}
fieldset.eoi .pull-right ul.dropdown-menu {
	display: none;
	position: absolute;
	left: 169px;
	background: none repeat scroll 0% 0% #E25B32;
	top: 26px;
	width: 150px;
}
fieldset.eoi .open ul.dropdown-menu {
    display: block !important;
}
fieldset.eoi .pull-right button,
fieldset.eoi .pull-right a.dropdown-toggle,
fieldset.eoi button.show-filters,
.pull-left .btn,
.form-actions button {
	padding: 5px 10px;
	height: 25px !important;
	line-height: 10px;
	margin: 0px 5px 0px 5px;
	background: #E25B32;
	color: white;
	font-size: 12px;
	font-family: "Oswald",Arial,sans-serif;
	vertical-align: middle;
}
button#profilebtn {
	padding: 2px 24px;
	height: 20px;
	line-height: 15px;
}
.profile-img {
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
}
fieldset.eoi .pull-right a.dropdown-toggle {
	padding: 4px 15px;
}
fieldset.eoi .pull-right ul.dropdown-menu li {
	margin: 0px 2px 0px 2px;
	padding-left: 10px; 
	line-height: 25px;
	color: white;
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px;
}
fieldset.eoi .pull-right ul.dropdown-menu li a {
	color: white;
}
.navigation .nav-child {
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin-top:2px;
    list-style: none;
    background:rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#000000');
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.gkContentWrap .nav > li a {
    display: block;
    background: #3399FF;
    color:#fff;
    padding: 10px 14px;
}
.gkContentWrap .nav > li > a > img {
    max-width: none;
}
.gkContentWrap .nav > .pull-right {
    float: right;
}
.gkContentWrap .nav {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
}
.nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	text-transform: uppercase;
}
.nav li + .nav-header {
	margin-top: 9px;
}
.nav-list {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.nav-list > li > a {
	padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	background-color: #08c;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
	margin-right: 2px;
}
.nav-list .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
	*zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
	display: table;
	content: "";
	line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
	clear: both;
}
.nav-tabs > li,
.nav-pills > li {
	float: left;
    margin-bottom: 0;
}
.nav-tabs > li > a,
.nav-pills > li > a {
	padding-right: 15px;
	padding-left: 14px;
	margin-right: 2px;
	line-height: 14px;
	/*width: 33%;*/
	margin-top: 6px;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
	/*float: left;
	width: 100%;*/
	margin-right: 5px;
}
div.tab-divs {
	float: left;
	width: 80%;
}
.nav-tabs > li {
	/*margin: 5px 0px 5px 2px;
	width: 33%;
	border: 1px solid #CCC;
	line-height: 14px;*/
}
.nav-tabs > li > a {
	line-height: 30px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	width: 100%;
	text-indent: 5px;
}
.nav-tabs > li > a img {
	margin: 8px 5px -3px 0px;
}
.nav-tabs > li.active {
	background: #e3e3e3;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #555;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
	border: none;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li > a {
	margin-right: 0;
}
.nav-tabs.nav-stacked {
	border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
	border-color: #ddd;
	z-index: 2;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}
.tab-content > .active,
.pill-content > .active {
	display: block;
}
.nav .dropdown-toggle .caret {
	border-top-color: #08c;
	border-bottom-color: #08c;
	margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
	border-top-color: #005580;
	border-bottom-color: #005580;
}
.nav-tabs .dropdown-toggle .caret {
	margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
	cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
	color: #fff;
	background-color: #999;
	border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.profile-full {
	float: left;
	width:98%;
	margin-left: 2%;
}
.profile-left {
	float: left;
	width: 17%;
	height: 300px;
	margin-left: 2%;
}
.profile-right {
	float: left;
	width:81%;
}
.profile-details {
	float: left;
	width: 45%;
}
.profile-sub-details {
	float: left;
	width: 55%;
}
form#profile-pix-form {
	display: none;
}
.profile-right .pull-left {
	margin: 5px 0px 5px 5px;
}
.profile-left button {
	margin: 0px 5px 2px 5px;
}
.form-clubreg {
    border-top: none !important;
}
#emergency-form {
	max-width: 65%;
}
#emergencyFormDiv {
    overflow: hidden;
}
textarea#jform_em_address, textarea#jform_em_medical {
	height: 40px;
	overflow: hidden;
	padding: 0px;
}
#attachmentFormDiv {
	margin: 10px 0px 10px 2% !important;
}
#attachmentFormDiv textarea {
	height: 100px;
	padding: 0px 5px;
}
a.profile-emergency-button,
a.profile-note-button,
a.profile-payment-button,
a.profile-other-button,
a.profile-attachment-button,
a.profile-property-button {
	margin: 0px 0px 0px 1%;
	background: none repeat scroll 0% 0% #E3E3E3;
	padding: 5px 15px;
}

/* Blog Image Module - Custom */

.gallery-blog {position: relative; min-height: 70px;}
.gallery-blog img {width: auto; height: 70px !important; margin-right: 10px !important;}
.bottom-wrapper .gallery-blog img {
	height:70px !important;
	width: auto !important;
	margin: 0px 10px 0px 0px !important;
}
.gallery-blog .overlay-box, .gallery-blog .overlay-box2 {
	position: absolute;
	top: 0px;
	right: 0px;
}
.gallery-blog .overlay-box2 {
	width: 65px;
}
.gallery-blog .overlay-box .item-box {
	margin: 0px 0px 5px;
	background: rgb(255, 5, 5);
	color: white;
	padding: 0px 10px;
	opacity: 1;
	 font-size: 11px;
    font-weight: bold;
}
.gallery-blog .overlay-box .item-box:hover {
	opacity: 0.7;
}
.gallery-blog .overlay-box a.mng-link {
	color: white;
	text-decoration: none;
}
.gallery-blog .edit-wrapper {
	float: left;
	width: 150px;
	position: relative;
	margin-left: 10px;
}
.align-left{text-align: left !important;}
.gallery-title {
	text-align: right;
	font-size: 16px;
	font-family: "Oswald",Arial,sans-serif;
	opacity: 0.6;
}
.hide-title {visibility: hidden;}
.eblog-modules-easyblog-blog-images-l .gallery-blog {
	border: 1px solid #EFEFEF;
	width: 160px;
	height: 160px !important;
}
.align-center {
	text-align: center;
	width: 100%;
	margin-top: -5px;
	font-size: 14px;
	display: none;
}
.gallery-blog .edit-wrapper img {margin: 0px !important;}
.gallery-blog .edit-wrapper .input-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #CC0000;
	padding: 0px 10px;
	opacity: 0.6;
}
.gallery-blog .submit-wrapper {
	position: absolute;
	top: -10px; right: 0px;
}
.gallery-blog .submit-wrapper input[type="submit"] {
	padding: 0px 5px;
	height:22px;
	line-height: 20px;
	font-weight: normal;
}
.gallery-blog .no-img-msg {
	color: #ccc;
	font-weight: bold;
	padding: 25px;
	float: left !important;
	width: 80%;
}
.blog-msg {
	background: lightgreen;
}
.blog-msg div {
	padding: 3px 3px 3px 8px;
	margin: 0px 0px 5px;
	color: #8B0000;
}
.upload-wrapper {
	width: 100%;
	float: left;
}
.upload-wrapper .select-wrapper,
.upload-wrapper .submit-wrapper {
	float:left;
	margin: 10px;
}
.upload-wrapper .submit-wrapper input {
	height: 20px;
	line-height: 0px;
	padding: 15px 15px;
	font-weight: normal;
}
.upload-wrapper .upload-msg {
	padding: 10px;
}
.left-category-box .upload-msg {
	font-size: 10px;
}
.top-wrapper, .bottom-wrapper {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.top-wrapper .left-outer {
	width:50%;
	float: left;
	margin-top: 10px;
}
.top-wrapper .right-outer {
	float: left;
	width: 50%;
}
.left-category-box {float: left; margin-right: 10px; width: 37%;}
.left-category-box .gallery-blog img {
	height: auto !important;
	width: 160px !important;
	margin: 0px !important;
}
.left-category-details {float: left; width: 55%;}
.left-category-details .profile-title {
	padding-top: 0px !important;
	font-size: 27px !important;
	font-weight: normal;
}
#ezblog-body .profile-title a {
    line-height: 34px;
}
#ezblog-body .profile-connect .connect-links li { 
	width: 100%;
	float: left;
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}
.upload-submit .submit-link {
	background: #CC0000;
	padding: 0px 10px;
	height: 22px;
	line-height: 22px;
	opacity:1;
	font-weight: normal !important;
	font-family: inherit;
	width: 100% !important;
	margin: 0px !important;
}
.upload-submit, .upload-cancel {
	float: left;
	width: 100% !important;
}
.upload-cancel a.cancel-link {
	background: #CC0000;
	padding: 2px 10px;
	height: 22px;
	line-height: 22px;
	opacity: 1;
	color: white;
	margin: 0px -2px 0px 0px;
	margin: 0px !important;
}
a.upl-cancel {
	line-height: 30px;
}
.eblog-modules-easyblog-blog-images-l {
	float: left;
	width: 160px;
}
.logo img {
	height: auto !important;
	width: 160px;
}
.no-logo {
	background: #e3e3e3;
	height: 160px;
	width: 160px;
	position: relative;
}
.no-logo .no-logo-inner {
	margin: 0px auto 0px auto;
	font-size: 20px;
	width: 100px;
	text-align: center;
	padding: 60px 0px 0px 0px;
}

/*Stackidas modified some styling*/
div#discuss-wrapper .discuss-searchbar .btn-searchbar {
	/*top: 5px !important;*/
	width: 100px;
}

div#discuss-wrapper .discuss-replies .discuss-filter {
	margin-top: 15px !important;
	right: 0px !important;
}

/*div#discuss-wrapper .discuss-filter .label-notification {
	top: 6px !important;
	right: 5px !important;
	padding: 3px 5px 0px 0px !important;
}*/

/*div#discuss-wrapper .label-notification {
	position: fixed !important;
}*/

div#discuss-wrapper .tab-content {
	overflow: auto;
}
.discuss-tablecell .btn-searchbar{
	height: 32px;
}
#searchBlogsOnRight{
	float:right;padding-right: 6px;
    padding-top: 8px;
}
.overlay-box{display:block;}
/*.gallery-blog:hover .overlay-box{
	display:block;
}*/
textarea{
	 width: 80% !important;
}
div.chronoform a{display:none !important;}
.btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-group > .btn + .dropdown-backdrop + .btn {
	margin-left: -1px;
}
.btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-backdrop + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
div.modal {
	position: fixed;
	top: -25%;
	left: 50%;
	z-index: 1050;
	width: 580px;
	margin-left: -280px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
div.modal.fade {
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out;
	top: -25%;
}
div.modal.in {
	top: 10% !important;
}
.modal-batch {
	overflow-y: visible;
}
@media (max-width: 767px) {
	div.modal {
		position: fixed;
		top: 20px;
		left: 20px;
		right: 20px;
		width: auto;
		margin: 0;
	}
	div.modal.fade {
		top: -100px;
	}
	div.modal.fade.in {
		top: 20px;
	}
}
@media (max-width: 480px) {
	div.modal {
		top: 10px;
		left: 10px;
		right: 10px;
	}
}
#modal-stats iframe{max-width:515px !important;border:none;}

.fresh textarea.idea_template, textarea.idea_template {
  display: none;
  width: 617px;
  background: url(http://poloclubs.org/components/com_clubreg/assets/images/line_nums.gif) 0 4px no-repeat #26292c;
  color: #fefefe;
  font: 13px/19px courier;
  padding-left: 40px;
  height: 1055px
}
.template-textarea-wrap {
  display: none;
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto
}
.cb-wrap, .frmb-wrap {
  vertical-align: top
}
.cb-wrap {
  float: right;
  background: #fff;
  width:36%;
}
.frmb-wrap {
  float: left;
  width: 62%;
  margin-right: 2%
}
.frmb-wrap .action-links {
  display: none;
  float: right;
  overflow: hidden;
  width: 400px;
  text-align: right
}
.frmb-wrap .action-links .active {
  font-weight: 700;
  color: #000
}
.frmb-wrap .action-links:hover, .frmb-wrap.dev-mode .action-links {
  width: 550px
}
.action-links .action-links_inner {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 20px;
  line-height: 30px
}
.action-links .dev-mode-link {
  color: #666;
  cursor: pointer;
  padding-right: 2px
}
.cb-wrap h4, .frmb-wrap h4 {
  margin-top: 0;
  color: #666
}
.cb-wrap h4 {
  text-align: left
}
.cb-wrap .save:hover {
  color: #08fe00
}
.cb-wrap .showTooltip a {
  text-decoration: underline;
  color: #fff
}
.action-links a.clear-all:hover, .del-button:hover, ul.frmb span.required {
  color: red
}
.action-links a {
  color: #666
}
.view-xml {
  float: right
}
.action-links a.view-xml:hover {
  color: #000
}
.frm-elements {
  background: #f7f7f7;
  -webkit-box-shadow: inset 0 0 2px 0 #999;
  box-shadow: inset 0 0 2px 0 #999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 0 0;
  padding: 10px 5px
}
.frm-elements .false-label, .frm-elements .fields {
  margin-top: 10px
}
.frm-elements .fields {
  width: 70%;
  float: left
}
.frm-elements .fields .add-area .add {
  clear: both
}
.frm-elements .fields .remove {
  right: 11px;
  top: 50%;
  margin-top: -11px;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.frm-elements .sortable-options li:nth-child(1) .remove, .frm-elements .sortable-options li:nth-child(2) .remove {
  display: none
}
ol.sortable-options {
  margin-top: 0
}
ol.sortable-options li {
  cursor: move
}
.frm-elements .fields div {
  clear: both;
  position: relative
}
.frm-elements .fields input[type=checkbox], .frm-elements .fields input[type=radio] {
  float: left;
  margin-right: 5px
}
.frm-elements .fields input[type=text] {
  width: 75%
}
.frm-elements input[type=text] {
  width: 70%;
  -webkit-transition: background 250ms ease-in-out;
  -moz-transition: background 250ms ease-in-out;
  -ms-transition: background 250ms ease-in-out;
  -o-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
  padding: 5px;
  border: 1px solid #AFAFAB;
  background-color: #fff
}
.frm-elements input[type=text].error {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #E00000
}
.frm-elements input[type=text].fld-max-length {
  width: 10%
}
.frm-elements input.field_error {
  background: #ffefef;
  border: 1px solid #afafab
}
.frm-elements .false-label, .frm-elements label {
  width: 15%;
  float: left;
  margin-left: 5px;
  padding-right: 5%;
  font-weight: 700;
  clear: left;
  text-align: right;
  line-height: 32px
}
.frm-elements label.multiple, .frm-elements label.required_label, .frm-elements label.roles_label {
  float: none;
  display: inline;
  font-weight: 400;
  width: auto
}
.frm-elements label em {
  display: block;
  font-weight: 400;
  font-size: .75em
}
.frm-elements label.max-length-label {
  line-height: 1em
}
.frm-elements .allow-multi input {
  margin-top: 10px
}
.frm-elements .allow-multi, .frm-elements .name_wrap, .frm-elements .select-option {
  display: none
}
.allow-select .frm-elements .allow-multi, .allow-select .frm-elements .select-option, .edit-names .frm-elements .name_wrap {
  display: block!important
}
.frm-fld {
  clear: left;
  padding: 5px 0
}
.frm-fld .available-roles {
  display: none;
  padding: 5px 10px;
  margin: 5px 0 10px 133px;
  width: 434px;
  background: #efefef;
  -webkit-box-shadow: inset 0 0 2px 0 #999;
  box-shadow: inset 0 0 2px 0 #999
}
.frm-elements .available-roles label {
  font-weight: 400;
  width: auto;
  float: none;
  display: inline
}
.frm-elements .available-roles input {
  display: inline;
  top: auto
}
.frm-elements, .frm-fld, .multi-row span, textarea {
  display: block
}
.frm-elements:after, .frm-fld:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.frmb .frm-holder {
  display: none
}
.frmb .tooltip {
  left: 20px
}
.frmb .prev-holder {
  display: block;
  background: url(http://poloclubs.org/components/com_clubreg/assets/images/frmb_sprite.png) no-repeat
}
.frmb .required_asterisk {
  display: none
}
.frmb .field_label, .frmb .legend {
  color: #666;
  margin-bottom: 5px
}
.frmb .disabled .field_label {
  display: block
}
.frm-elements .fields div:hover, .frmb .legend, .frmb .prev-holder, .frmb .prev-holder * {
  cursor: move
}
.prev-holder input[type=checkbox], .prev-holder input[type=radio] {
  margin-right: 5px
}
.frmb li.disabled input[type=checkbox] {
  float: left;
  margin-right: 10px
}
.frmb li.disabled label {
  font-size: 12px;
  font-weight: 400;
  color: #666
}
.frmb li.disabled .prev-holder {
  cursor: default;
  padding-left: 5px;
  line-height: 28px
}
.frmb a.btn {
  color: #000;
  border: 1px solid #ccc;
  line-height: 13px;
  text-decoration: none;
  width: 11px;
  height: 12px;
  text-align: center;
  display: inline-block
}
.frmb a.del-button, .frmb a.remove {
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-block;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  padding:3px 4px;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.frmb li a.remove {
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1
}
.frmb a.del-button:hover, .frmb a.remove:hover {
  border-color: #c66865;
  color:#c66865;
}
.frmb li {
  clear: both;
  position: relative;
  margin-left: 0;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  -webkit-transition: border 250ms ease-in-out;
  -moz-transition: border 250ms ease-in-out;
  -ms-transition: border 250ms ease-in-out;
  -o-transition: border 250ms ease-in-out;
  transition: border 250ms ease-in-out;
  padding: 6px
}
.frmb li.delete:hover, .frmb li:hover li.delete:hover {
  background-color: #fdd
}
.frmb li.disabled {
  padding: 0 5px
}
.frmb li.disabled:hover {
  border-color: transparent
}
.frmb li.disabled .form-element {
  overflow: visible;
  float: none;
  margin-bottom: 10px;
  position: relative;
  padding: 5px 0
}
.frmb li.disabled .tooltip-element {
  display: inline;
  visibility: visible
}
.frmb-tt {
  position: absolute;
  border: 1px solid #333;
  background-color: #666;
  border-radius: 5px;
  padding: 5px;
  color: #ccc;
  z-index: 20;
  text-align: left;
  font-size: 12px
}
.frmb-tt:after, .frmb-tt:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #666 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -10px;
  bottom: -10px;
  left: 20px
}
.frmb-tt:before {
  border-color: #333 transparent;
  bottom: -11px
}
.frmb-tt a {
  text-decoration: underline;
  color: #fff
}
.frmb li.moving, .frmb li.ui-sortable-helper, .frmb-control li.moving, .frmb-control li.ui-sortable-helper {
  -webkit-transition: box-shadow 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out;
  -webkit-box-shadow: 2px 2px 6px 0 #666;
  box-shadow: 2px 2px 6px 0 #666;
  border: 1px solid #fff
}
.frmb li:hover .del-button, .frmb li:hover .toggle-form {
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1
}
.frmb li:hover li:hover {
  background: #fefefe
}
.fresh .frmb .legend .element-info {
  display: inline-block;
  visibility: visible;
  line-height: 12px;
  margin-left: 6px
}
.frmb-control li {
  cursor: move;
  list-style: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  margin: 0;
  padding: 10px;
  text-align: left;
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top,  #fefefe 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fefefe 0%,#eeeeee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
.frmb-control li.checkbox {
  /*background-position: 10px -252px*/
}
.frmb .prev-holder.type_5 {
  background-position: 0 -442px;
  height: 12px
}
.frmb-control li.rich-text {
  /*background-position: 10px -79px*/
}
.frmb .prev-holder.type_7 {
  background-position: 0 -519px;
  height: 154px
}
.frmb-control li.date_input {
  /*background-position: 10px -79px*/
}
.frmb .prev-holder.type_3 {
  background-position: 0 -395px;
  height: 28px
}
.frmb-control li.select {
  /*background-position: 10px -123px*/
}
.frmb .prev-holder.type_6 {
  background-position: 0 -473px;
  height: 27px
}
.frmb .prev-holder.type_10 {
  background: 0 0;
  line-height: 1.5em;
  font-size: 13px
}
.frmb-control li.text-input {
  /*background-position: 10px 6px*/
}
.frmb .prev-holder.type_1, .frmb .prev-holder.type_11 {
  background-position: 0 -344px;
  height: 32px
}
.frmb-control li.user_field {
  /*background-position: 10px -294px*/
}
.frmb-control li.radio-group {
  /*background-position: 10px -166px*/
}
.frmb-control li.checkbox-group {
  /*background-position: 10px -209px*/
}
.frmb .prev-holder.type_9 {
  background-position: 0 -693px;
  height: 32px
}
.frmb li:hover, .frmb-control li:hover {
  border: 1px solid #a5aab0
}
.frmb li.no-fields label {
  font-weight: 400
}
.frmb li.frmb-placeholder, .frmb li.ui-state-highlight {
  background: url(http://poloclubs.org/components/com_clubreg/assets/images/frmb_sprite.png) 50% 100% no-repeat;
  height: 24px;
  visibility: visible
}
.frmb-control, table.form ul.frmb-control {
  margin: 0 0 20px;
  padding: 0;
  min-width: 208px
}
ul.frmb-control li.ui-state-highlight {
  background-image: none
}
.spigit-xml pre.ui-dialog-content {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 12px;
  padding: 0 30px;
  margin-top: 0
}
.action-links a.export_xml:hover, .toggle-form.closed:hover {
  color: #6fc245
}
.toggle-form.open {
  line-height: 14px
}
a.btn.toggle-form {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  line-height: 20px;
  text-indent: -9999px;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  background: url(http://poloclubs.org/components/com_clubreg/assets/images/bg/sprites/fresh.png) -156px -58px no-repeat #fff
}
a.toggle-form img {
  background: url(http://poloclubs.org/components/com_clubreg/assets/images/bg/sprites/fresh.png) -156px -58px no-repeat
}
td.formtitles {
  width: 200px
}
ul.frmb {
  list-style-type: none;
  min-height: 200px;
  border: 1px solid #efefef;
  margin: 0 0 5px;
  padding: 5px 5px 0
}
.spigit-field-vars .copy_var {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #999;
  text-indent: -9999px
}
.spigit-field-vars .clipboard {
  background: url(http://poloclubs.org/components/com_clubreg/assets/js/zeroclipboard/clipboard_sprite.png) 50% 0 no-repeat
}
.spigit-field-vars .clipboard.copied {
  background: url(http://poloclubs.org/components/com_clubreg/assets/js/zeroclipboard/clipboard_sprite.png) 50% -27px no-repeat
}
.ite-warning {
  -webkit-box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, .5);
  box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, .5);
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #DDD
}
.ite-warning .ui-dialog-buttonpane {
  height: 27px
}
.ite-warning button {
  color: #4479B9;
  margin: 0
}
.ite-warning button:focus {
  outline: 0;
  font-weight: 700
}
.ite-warning button.cancel:before {
  content: "|";
  margin-right: 15px;
  padding: 0
}
.ite-warning .ui-dialog-content {
  padding: 0 15px 10px
}
.ite-warning .ui-dialog-titlebar-close {
  display: none
}
.ite-warning .ui-widget-header {
  height: 15px
}
.ite-warning {
  font-size: 12px;
  line-height: 1.5em
}
.ite-warning h3 {
  color: #666;
  margin-bottom: 10px
}
.ite-warning h3 span {
  background: url(http://poloclubs.org/components/com_clubreg/assets/images/bg/sprites/fresh.png) -473px -281px no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -5px
}
.ite-warning button {
  background: 0 0;
  padding: 2px 5px
}
#articleList{
	display:block !important;
}
.datepicker .table-condensed tr {
	float: none !important;
	width: auto !important;
	min-height: 500px;
}
.chzn-single {
    height: 28px !important;
}
.chzn-single > span {
    line-height: 27px !important;
}

ul.level1 li .childcontent-inner,
ul.level2 li .childcontent-inner {
    /*width: 660px;*/
    display: flex;
    width: auto;
}

div#discuss-wrapper .location-map {
    height: 250px !important;
    width: 300px !important;
}

#site_collapse_header_button a {
    background: transparent none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 7px !important;
    cursor: pointer !important;
    float: right !important;
    margin-bottom: 10px !important;
    padding: 6px !important;
    width: 25px !important;
}
.btn-navbar .icon-bar {
    background-color: grey;
    border-radius: 1px;
    display: block;
    height: 3px;
    margin-bottom: 3px;
    width: auto;
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 4px;
  width: 120px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #F6F6FF;
  /*background-color: hsla(0, 0%, 20%, 0.9);*/
  color: #6D6D70;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 8px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

body div#fd .form-horizontal .controls-group-wrap .control-label {
    float: none !important;
    text-align: left !important;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"]{
	height: auto !important;
}

@media (max-width: 767px) {

	.navbar.es-toolbar,
	.navbar.es-stepbar,
	#gkFooterMenu1,
	#gkBottom2,
	#gkFooterMenu2,
	#gkBottom3,
	#gkFooter,
	#gkHighlighter,
	#gkContentTop

	{
		display: none;	
	}
}
