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

/* Here you can include your override CSS styles 

#gkToolbar {
	left: -260px;
	margin-top: -180px;
	position: fixed;
	top: 50%;
	-webkit-transition: left .3s ease-out;
	-moz-transition: left .3s ease-out;
	-ms-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
	width: 260px;
	z-index: 1000;
}

#gkToolbar.hidden {
	left: -320px;
}

#gkToolbar.active {
	left: 0;
}

#gkToolbar > div {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-left: none;
	padding: 14px;
	position: relative;
	width: 260px;
}

#gkToolbar label {
	clear: both;
	display: block;
	font-size: 12px;
	padding: 5px 0;
}

#gkToolbar select {
	width: 90%;
}

#gkHandler {
	background: #fff;
	border: 1px solid #ddd;
	border-left: none;
	color: #333;
	cursor: pointer;
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: -40px;
	text-align: center;
	top: -1px;
	width: 40px;
}

#gkHandler > i {
	color: #555;
	padding-right: 0!important;
}

#gkToolbar h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
	text-transform: uppercase;
}

#gkStyleArea {
	float: left;
	margin: 16px 0!important;
}

#gkStyleArea a {
	display: block;
	float: left;
	height: 14px;
	margin: 1px 8px 0 0;
	width: 14px;
}

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

@media (max-width: 600px) {
	#gkToolbar {
		display: none;
	}
}

#gkPatternArea  {
	overflow: hidden;
	padding: 5px;
}

#gkPatternArea > a {
	float: left;
	height: 40px;
	margin: 6px;
	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-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 40px;
}

#gkPatternArea > a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#gkPattern1 { background-image: url('../images/patterns/mini_pattern1.png'); }
#gkPattern2 { background-image: url('../images/patterns/mini_pattern2.png'); }
#gkPattern3 { background-image: url('../images/patterns/mini_pattern3.png'); }
#gkPattern4 { background-image: url('../images/patterns/mini_pattern4.png'); }
#gkPattern5 { background-image: url('../images/patterns/mini_pattern5.png'); }
#gkPattern6 { background-image: url('../images/patterns/mini_pattern6.png'); }
#gkPattern7 { background-image: url('../images/patterns/mini_pattern7.png'); }
#gkPattern8 { background-image: url('../images/patterns/mini_pattern8.png'); }
#gkPattern9 { background-image: url('../images/patterns/mini_pattern9.png'); }
#gkPattern10 { background-image: url('../images/patterns/mini_pattern10.png'); }
#gkPattern11 { background-image: url('../images/patterns/mini_pattern11.png'); }
#gkPattern12 { background-image: url('../images/patterns/mini_pattern12.png'); }

#bgStyle,
#menuType {
	margin-bottom: 20px;
}*/


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

/* Basic */ 
a { text-decoration: none !important }
.cSidebar { padding-left: 46px }
body #cWindow a { color: #db4a37; }
body #cWindow a:hover { color: #272727; }
#community-wrap .btn,
body #cWindow .btn,
body #cWindow .btn-primary,
body #cWindow button.btn,
body #cWindow input[type="submit"].btn,
body #cWindow button.btn-primary,
body #cWindow input[type="submit"].btn-primary,
body #cWindow .cWindowNotification-Jumper > a,
#community-wrap .cPageBookmark,
#community-wrap .cPageBookmark a,
#community-wrap .cPageReport,
#community-wrap .cPageReport a {
	border: none!important;
	background: #272727!important;
	color: #fff !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-moz-border-radius: 0!important;
	border-radius: 0 !important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-o-box-shadow: none!important;
	box-shadow: none!important;
	text-shadow: none!important;
}
#community-wrap .cPageBookmark a > span,
#community-wrap .cPageReport a > span { color: #fff!important; }
#community-wrap .btn:hover,
#community-wrap .cPageBookmark:hover,
#community-wrap .cPageBookmark a:hover,
#community-wrap .cPageReport:hover,
#community-wrap .cPageReport a:hover,
body #cWindow .btn:hover,
body #cWindow button.btn:hover,
body #cWindow input[type="submit"].btn:hover,
body #cWindow .cWindowNotification-Jumper > a:hover { background: #db4a37!important; }
#community-wrap .btn-primary,
body #cWindow .btn-primary { background: #db4a37!important; }
#community-wrap .btn-primary:hover,
body #cWindow .btn-primary:hover,
body #cWindow button.btn-primary:hover,
body #cWindow input[type="submit"].btn-primary:hover { background: #272727!important; }
#community-wrap .cPagination { clear: both }
.pagination ul {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
/* Jomsocial menus */

#community-wrap .navbar { margin: 0 0 0px; margin-bottom: 0px; }
#community-wrap .navbar-inner {
	background-color: #272727;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	min-height: 52px;
	padding-left: 20px;
	padding-right: 20px;
}
#community-wrap .js-toolbar .nav > li > a { padding: 14px; }
#community-wrap .js-toolbar .nav > li > a.menu-icon { padding: 14px 4px }
#community-wrap .navbar .nav li.dropdown.open > .dropdown-toggle,
#community-wrap .navbar .nav li.dropdown.active > .dropdown-toggle,
#community-wrap .navbar .nav li.dropdown.open.active > .dropdown-toggle,
#community-wrap .navbar .nav > .active > a,
#community-wrap .navbar .nav > .active > a:hover,
#community-wrap .navbar .nav > .active > a:focus {
	background-color: #db4a37;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	color: #fff;
}
#community-wrap .navbar .nav > li > a {
	color: #ddd;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
}
#community-wrap .navbar .nav > li > a:focus,
#community-wrap .navbar .nav > li > a:hover { color: #fff }
#community-wrap .navbar .nav > li > a.js-navbar-options:focus,
#community-wrap .navbar .nav > li > a.js-navbar-options:hover { color: #db4a37; }
#community-wrap .dropdown-menu > li > a:hover,
#community-wrap .dropdown-menu > li > a:focus,
#community-wrap .dropdown-submenu:hover > a,
#community-wrap .dropdown-submenu:focus > a {
	background-color: #db4a37;
	background-image: none;
	color: #fff;
}
#community-wrap .cSubmenu {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	font-size: 12px;
	margin: 24px 0 52px;
	padding: 12px;
}
#community-wrap .cSubmenu li a {
	color: #db4a37;
	font-weight: 500;
	text-transform: uppercase
}
#community-wrap .cSubmenu li + li {
	padding: 0 0 0 12px;
	margin: 0 0 0 12px;
}
#community-wrap .cSubmenu li a:hover,
#community-wrap .cSubmenu li a.active { color: #272727; }
/* Warnings */

#community-wrap .cAlert {
	background: #FFFFDD;
	border: none;
	color: #272727 !important;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	padding: 12px 12px 12px 66px;
	position: relative
}
#community-wrap .cAlert.alert-info { background: #f8f8f8 }
#community-wrap .cAlert.alert-error {
	background: #DB4A37;
	color: #fff !important
}
#community-wrap .cAlert.alert-success {
	background: #16A086;
	color: #fff !important
}
#community-wrap .cAlert:before,
#community-wrap .cAlert.alert-info:before,
#community-wrap .cAlert.alert-error:before,
#community-wrap .cAlert.alert-success:before {
	font-family: FontAwesome;
	font-size: 24px;
	position: absolute;
	top: 5px;
	left: 22px;
}
#community-wrap .cAlert:before {
	color: #272727;
	content: "\f0e6";
}
#community-wrap .cAlert.alert-info:before {
	color: #272727;
	content: "\f0eb";
}
#community-wrap .cAlert.alert-error:before {
	color: #fff;
	content: "\f057";
}
#community-wrap .cAlert.alert-success:before {
	color: #fff;
	content: "\f087";
}
/* Jomsocial modules */

.box.app-box,
#community-wrap .app-box {
	background: transparent;
	border: none;
	padding: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 0 44px
}
.box.app-box > h3,
.box.app-box .app-widget-header > h3,
#community-wrap .app-box > h3,
#community-wrap .app-box .app-widget-header > h3 {
	border: none;
	color: #272727;
	font-weight: 400 !important;
	font-size: 18px !important;
	margin: 0 0 32px;
}
#community-wrap .app-box > h3:after,
#community-wrap .app-box .app-widget-header > h3:after {
	border-bottom: 1px solid #ddd;
	content: '';
	display: block;
	margin: 12px 0 0;
	width: 40px
}
.box .app-box-footer { border: none }
/* Jomsocial frontpage */

/* Header */

#community-wrap .cGuest {
	background: url('../images/guest-bg.jpg') no-repeat scroll 0 0 transparent;
	background-size: cover;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #fff;
	margin: -60px -50px 52px !important;
	min-height: 500px;
	padding: 50px;
	text-shadow: none
}
#community-wrap .cGuest h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
	margin: 72px 0 0;
	padding: 20px 0;
	text-transform: uppercase;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
}
#community-wrap .cGuest h1:after {
	border-bottom: 1px solid #888;
	content: "";
	display: block;
	margin: 12px 0 0;
	width: 100px;
}
#community-wrap .cGuest h1 + p {
	line-height: 1.5;
	padding: 0 0 32px;
	text-transform: uppercase;
	width: 50%
}
#community-wrap .cGuest > a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 56px;
	margin: 32px auto 32px;
	padding: 0 48px;
	text-transform: uppercase;
	text-decoration: none
}
#community-wrap .cGuest > a:hover {
	border: 1px solid #DB4A37;
	color: #DB4A37;
}
#community-wrap .login-area {
	background: none;
	border-bottom: 1px solid #e5e5e5;
	margin: -12px 0 68px;
	overflow: hidden;
	padding: 0 0 30px;
}
#community-wrap .login-area input {
	float: left;
	margin: 0 24px 0 0
}
#community-wrap .login-area input.button {
	height: 39px;
	line-height: 39px;
}
#community-wrap .login-area div { float: right }
#community-wrap .login-area div a {
	color: #888;
	font-size: 12px;
	font-weight: 300;
	line-height: 39px;
	margin: 0 12px 0 0;
}
#community-wrap .login-area div a:hover { color: #DB4A37; }
#community-wrap h1,
#community-wrap h2,
#community-wrap h3,
#community-wrap h4,
#community-wrap h5,
#community-wrap h6 {
	color: #272727;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 12px 0;
	padding: 0;
	text-transform: uppercase
}
/*#community-wrap .invalid { border: 1px solid #db4a37 !important }
span[id^="errjs"] { color: #db4a37!important; }
#community-wrap select {
	height: inherit;
	padding: 10px
}
input[type="checkbox"],
.checkbox,
input[type="radio"],
.radio { margin-top: 0 !important }
#community-wrap input[type="file"],
#community-wrap input[type="image"],
#community-wrap input[type="submit"],
#community-wrap input[type="reset"],
#community-wrap input[type="button"],
#community-wrap input[type="radio"],
#community-wrap input[type="checkbox"] { height: 30px }*/
#community-wrap .input-append .btn,
#community-wrap .input-append .btn-primary { height: 39px!important; }
#community-wrap .app-box.control-admin {
	background: #FFFFDD;
	padding: 24px
}
#community-wrap .cFilter {
	border-color: #eee;
	padding: 0 0 10px
}
#community-wrap .app-box-footer,
.box .app-box-footer {
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}
#community-wrap .cFilter .filters li,
#community-wrap .app-box-filter a,
.box .app-box-filter a,
#community-wrap .forFriendsList .cIndex-Actions {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.3px;
	margin: 0;
	text-transform: uppercase;
}
#community-wrap .cFilter .filters li a { padding: 6px 6px 4px 0 }
#community-wrap .cFilter .filters li.active a,
#community-wrap .cFilter .filters li.active a:hover {
	background: none;
	color: #272727;
}
#community-wrap .app-box-footer { border: none }
#community-wrap .cStream-Actions span {
	color: #bbb;
	font-size: 11px;
}
#community-wrap .cGuest {
	box-shadow: none;
 -moz- box-shadow: none;
 -webkit- box-shadow: none;
 -o- box-shadow: none;
	margin: 0 0 52px;
}
#community-wrap .cStream-Actions i { display: none }
#community-wrap .cMain > h2:after {
	border-bottom: 1px solid #ddd;
	content: "";
	display: block;
	margin: 16px 0 32px;
	width: 110px;
}
#community-wrap .cStreamList > li + li { border: none }
#community-wrap .cStream-Headline {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 46px;
	margin: 0 0 24px;

	padding: 0 6px;
}
#community-wrap .cStream-Author {
	font-weight: 500;
	margin: 0 12px 0 0;
	text-transform: uppercase
}
#community-wrap .cStreamTitle { border: none }
/* Status Creator */
#community-wrap .community-status .status-creator {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	margin-bottom: 52px;
	padding: 12px;
}
/* Gallery */

#cGallery .photoDisplay { background: #272727 }
#community-wrap .cMedia-AlbumCover {
	background: none;
	border: none
}
/* User profile */

#community-wrap .js-focus {
	border: 1px solid #e5e5e5;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}
#community-wrap .cToolBox {
	background: #f5f5f5;
	border: 1px solid #eee;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0 0 20px;
	padding: 14px;
}
#community-wrap .js-focus-menu a {
	color: #db4a37;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}
#community-wrap .js-focus-menu a:hover { color: #272727 }
#community-wrap .js-focus-cover {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}
/* Friend list */

#community-wrap .forFriendsList li {
	float: left;
	width: 48%;
	margin: 1%
}
#community-wrap .forFriendsList .cResetH { font-size: 16px }
#community-wrap .forFriendsList .cResetH a { color: #272727 }
#community-wrap .forFriendsList .cIndex-Actions i { display: none }
/* Other UI elements */
#cWindowAction {
	background: #eee;
	border-top: none;
}
#cWindowContentTop {
	background: #272727;
	border-bottom: none;
}
#community-wrap .js-toolbar .js-counter {
	background: #db4a37;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#community-wrap .outerpgbar {
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-color: #eee;
	margin: 0 0 52px
}
#community-wrap .innerpgbar {
	background: #db4a37;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#community-wrap .cTabsMenu li a,
#community-wrap .cPageTabs li a {
	display: inline-block;
	line-height: 20px;
	padding: 4px 8px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#community-wrap .cTabsMenu li a:focus,
#community-wrap .cTabsMenu li a.selected,
#community-wrap .cPageTabs li a:focus,
#community-wrap .cPageTabs li.cTabCurrent a {
	background: #db4a37;
	color: #fff!important;
}
#community-wrap .cTabsMenu li.active a,
#community-wrap .cTabsMenu li a:hover,
#community-wrap .cPageTabs li a:hover {
	background: #db4a37;
	color: #fff;
}
#community-wrap .cSubmenu-Search {
	background: #fff;
	border: solid 1px #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#community-wrap .criteria-row select { margin: 10px 0 0 0!important; }
#community-wrap #optionContainer>div { border-top: 1px solid #ddd; }
#community-wrap .cToolBox-Options li a:hover span { background: #db4a37; }
#community-wrap dt { margin: 10px 0 5px 0; }
#community-wrap .cEvent-Rsvp .selector span { color: #fff!important; }
#community-wrap .cLike {
	background: transparent!important;
	border: none!important;
}
#community-wrap .cLike a+a { border-left: none!important; }
body .photo_slider {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
}
body #cGallery .photoDisplay { background: transparent; }
body #community-wrap .cMedia-Option {
	background: transparent;
	border: none;
}
body #community-wrap .cVideo-Screen { background: transparent; }
#community-wrap .cThumb-Calendar { border: none; }
#community-wrap .cThumb-Calendar b {
	background: #db4a37;
	color: #fff;
	font: 11px/19px Tahoma, Arial, sans-serif;
}
#community-wrap .cThumb-Calendar b+b {
	background: #db4a37;
	border-top: none;
	border-bottom: none;
	font: bold 17px/32px Arial, sans-serif;
}
#community-wrap #activity-more .more-activity-text { margin: 100px 0 0; }

/* Mobile fixes */
#community-wrap .js-collapse-btn > span,
#community-wrap .js-focus-actions .js-collapse-btn > span { color: #fff!important; }
#community-wrap .js-collapse-btn > .caret,
#community-wrap .js-focus-actions .js-collapse-btn > .caret { border-top-color: #fff!important; }
#community-wrap .nav-collapse .nav>li>a,
#community-wrap .nav-collapse .dropdown-menu a,
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
@media (max-width: 980px) {
	#community-wrap .nav-collapse .nav>li>a:hover,
	#community-wrap .nav-collapse .nav>li>a:focus,
	#community-wrap .nav-collapse .dropdown-menu a:hover,
	#community-wrap .nav-collapse .dropdown-menu a:focus { background: #db4a37!important; }
}

/*Koparent Search*/
form#ajaxform .pad{padding-bottom:34px;}

form#ajaxform .center-block {  
  display: block;  
  margin-right: auto;  
  margin-left: auto;  
}

form#ajaxform .icon-calendar
{
    color: #FFF;
}

form#ajaxform .btn-cal
{
    padding-right: 5px!important;
}

form#ajaxform .btn-search
{
    padding-top:9.5px!important;
    padding-bottom:9.5px!important;
    vertical-align: top!important;
    font-weight:bold!important;
}

#community-wrap form#ajaxform input
{
    width: auto!important;
}
@media (max-width:459px){
    form#ajaxform .krrelative
    {
        display: none;
    }
}

@media (max-width: 767px){
    form#ajaxform .advert-l
    {
        margin-left:0px;
        padding-left:0px;
        padding-right:0px;
    }

    form#ajaxform .advert-r
    {
        margin-right:0px;
        padding-left:0px;
        padding-right:0px;
    }
    
    
    
    form#ajaxform #community-wrap .row
    {
        padding-left:0px;
        padding-right:0px;
    }
}
@media (min-width: 768px){
    form#ajaxform .advert-l
    {
        margin-left:-30px;
    }

    form#ajaxform .advert-r
    {
        margin-right:-30px;
    }
    
    form#ajaxform .responsive-clear
    {
        display: none;
    }
    
    #community-wrap form#ajaxform .row
    {
        padding-left:15px;
        padding-right:15px;
    }
}
#community-wrap form#ajaxform .row
{
    margin-left: 0px;
    margin-right: 0px;
}

#community-wrap form#ajaxform .app-box
{
    margin-bottom:34px;
}

form#ajaxform #search_string
{
    width: 100%!important;
}


#gkFooter {
	margin-bottom: 0;
}
.kr_search_results_header {
	background: #DB4A37;
	border-left: #DB4A37 1px solid;
	border-right: #DB4A37 1px solid;
}
#kr_toolbar {
	background: #DB4A37;
}
#kr_advert_tools {
	background: #DB4A37;
}
.custom sts-grid2 {
	background: #4867AB;
}
h1.gkLogo {
	margin: -35px 0;
}
.startseite {
	margin: -45px 0 45px 0;
	padding: 5px;
}
.zavatar {
	float: right;
	padding: 5px 5px 0 5px;
	width: 50px;
	height: 50px;
	margin: -30px 10px 0;
}
th {
	background: #272727;
}
.kr_contentbox {
	padding-top: 10px
}

/*Added by Irfan*/
.joms-focus__title h2, .joms-focus__title h3 {
    color: white !important;
}
div#gkLangSwitcher {
	float: right;
}
div#gkLangSwitcher .mod-languages ul li a img {
	transform: none;
}

#upperbike-memebers .joms-list--thumbnail .joms-list__item{
    width: auto!important;
}
#upperbike-memebers .joms-avatar img {
    /* display: block; */
    max-height: 72px;
    max-width: 72px;
    height: 72px;
    width: 72px;
}
.tooltip {
    background-color:transparent !important;
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
    border:0px;
    padding:2px;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}
#community-wrap .dropdown-menu>li>a {font-size: 15px;}
ul.joms-dropdown.joms-arrow--top-left.dropdown-menu li {margin: 0; padding: 0;}
ul.joms-dropdown.joms-arrow--top-left.dropdown-menu {width: initial !important;}
div#community-wrap .joms-toolbar--desktop li:hover ul {display: block !important;}
div#community-wrap .joms-subnav--desktop {border: 0;}
#gkBottom4.gkSingleModule .box {padding: 20px 40px 0 50px!important;}
.joms-toolbar--desktop {margin-bottom: 9px;}
#community-wrap + div { margin-top: 0;}
#community-wrap .app-box > h3.joms-module__header {margin-bottom: 0;}
div#system-message-container button.close {border: 0;font-size: 1.5em;margin: 2px;padding-left: 0;}
#community-wrap .nav-tabs>li>a {text-transform: uppercase;}
#community-wrap .nav-tabs>li {border: 1px solid #ccc; margin-right: 5px; border-bottom: 0; border-radius:3px;}
#community-wrap .nav-tabs>.active>a,
#community-wrap .nav-tabs>.active>a:hover,
#community-wrap .nav-tabs>.active>a:active{
    border: 1px solid transparent;
}
a[href$="www.faboba.com"] {
    display: none !important;
}
@media (max-width: 991px){
    .joms-toolbar {margin-top: 0px; margin-bottom: 9px;}
}

@media (max-width: 498px)
{
    h1.gkLogo {
        margin: -5px 0 -20px 0 !important;
    }
}