/*
#------------------------------------------------------------------------
# RockWall - April 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 elements */

html {
	background: #f8f8f8;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #f8f8f8;
	color: #b2b2b2;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 56px 0 0 0;
	word-wrap: break-word;
letter-spacing: 1px;
}

a,
#gkMainbody article a:active,
#gkMainbody article a:focus,
#gkMainbody article a:hover,
#gkMainbody article header a {
	color: #b2b2b2;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
	text-decoration: none;
}

a:hover,
a:active,
a:focus,
#gkMainbody article a,
#gkMainbody article header a:active,
#gkMainbody article header a:focus,
#gkMainbody article header a:hover {
	color: #D66322;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #b2b2b2;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}

h1 {
	font-size: 52px;
}

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

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 17px;
}
h6 {
	font-size: 13px;
}

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

#gkTop.noheader ~ #gkPageContentWrap {
	padding-top: 52px;
}

#gkPageContentWrap {
	background: #111111;
}

.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;
	padding: 0;
}

#gkHeader {
	/*background-size: cover;*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding-bottom: 14px;
}

#gkPageWrap {
	margin: 0 auto;
}

#gkContent,
#gkPageContent,
#gkPageCotnetnWrap {
	width: 100%;
}

#gkPageContent {
	margin-bottom: 30px!important;
}

.gridpage #gkPageContent {
	margin-bottom: 14px!important;
}

#gkPageContent + #gkFooter {
	margin-top: 20px;
}

/* Logo  */

.gkLogo {
	float: left;
	margin: 0;	
}

#gkLogo {
	margin: 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 125px;
	display: block;
	float: left;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

#gkLogo img {
	display: block;
	margin: 0;
}

#gkLogo.cssLogo {
/*    background: url("../images/z28/logo.png") no-repeat scroll 0 0 transparent; */
    height: 98px;
    width: 420px;
}
#gkLogo.text {
	color: #060606;
	display: block;
	height: auto;
	margin: 14px 0 0 0;
	overflow: hidden;
	padding: 10px 5px;
	text-align: center;
	text-indent: 0;
	width: auto;
}

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

#gkLogo.text .gkLogoSlogan {
	color: #c3c3c3;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

/* Top */
#gkTop {
	background: #111111;
}

#gkTop.noheader {
	border-bottom: 1px solid #000;
}

#gkSearch, #searchtop {
	float: right;
	position: relative;
}
#gkSearch .custom {
    float: left;
  margin-top: 15px;
}
#gkSearch .custom > p {
    margin: 0;
}
#gkSearch .mod-search-searchword,
#gkSearch #mod-finder-searchword{
	border: 3px solid #D66322;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	-moz-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #cbcbcb;
	font-size: 14px;
	font-style: italic;
	height: 44px;
	margin: 27px 0 0 64px;
	outline: none;
	width: 414px;
}

#searchtop .mod-search-searchword,
#searchtop #mod-finder-searchword{
	border: 3px solid #D66322;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	-moz-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #cbcbcb;
	font-size: 14px;
	font-style: italic;
	height: 34px;
	margin: 10px 0 0 15px;
	outline: none;
	width: 222px;
}

#gkSearch .mod-search-searchword:focus,
#gkSearch #mod-finder-searchword:focus,
#searchtop .mod-search-searchword:focus,
#searchtop #mod-finder-searchword:focus{
	color: #222;
	font-style: normal;
	font-weight: bold;
}

#searchtop::before {	
	color: #D66322;
	content: '\f002';
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: 14px;
	top: 12px;
	z-index: 1;
}
#searchtop form {
    float: right;
}
#gkTopMenu {
	float: right;
	margin: 42px 0 0 0;
}

#gkTopMenu li {
	float: left;
	line-height: 13px;
	padding: 0 11px;
}

#gkTopMenu li a {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

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

/* Userarea */
#gkUserArea {
	float: right;
}

#gkUserArea .button {
	float: right;
	height: 31px;
	line-height: 31px;
	margin: 13px 0 0 5px;
}

/* Stylearea */

#gkStyleArea {
	display: block;
	float: right;
	line-height: 10px;
	margin: 25px 0 0 15px;
	padding: 0!important;
	text-align: center;
}

#gkStyleArea a {
	-webkit-border-radius: 50%;
  	   -moz-border-radius: 50%;
	        border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 7px 0 0 1px;
	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: -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: 8px;
}

#gkStyleArea a:first-child {
	margin-left: 0;
}

#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: #D66322;
}

#gkColor2 {
	background: #e65e47;
}

#gkColor3 {
	background: #00e2f9;
}

#gkColor4 {
	background: #76a546;
}

/* Group modules */

#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4 {
	padding: 0;
}

#gkBottom3,
#gkBottom4 {
	padding: 66px 0;
}

#gkBottom3 + #gkFooter,
#gkBottom4 + #gkFooter {
	border-top: 1px solid #e5e5e5;
}

#gkBottom3 + #gkFooter > div,
#gkBottom4 + #gkFooter > div {
	border-top: 1px solid #fff;
}

#gkBottom3,
#gkBottom4 {
	color: #999;
	font-size: 15px!important;
	line-height: 1.6!important;
}

#gkBottom3 a,
#gkBottom4 a {
	color: #666;
}

#gkBottom3 a:active,
#gkBottom3 a:focus,
#gkBottom3 a:hover,
#gkBottom4 a:active,
#gkBottom4 a:focus,
#gkBottom4 a:hover {
	color: #D66322;
}

#gkBottom3 li,
#gkBottom4 li {
	border: none;
	font-size: 14px!important;
	line-height: 1.6!important;
	padding: 0;
}

#gkBottom3 .content h3,
#gkBottom4 .content h3,
#gkBottom3 .header,
#gkBottom4 .header {
	color: #222;
	font-size: 18px;
	font-weight: 700;
	
}

#gkBottom3 .header,
#gkBottom4 .header {
	padding-bottom: 20px;
}

#gkBottom3 .content h3,
#gkBottom4 .content h3 {
	margin: 30px 0;
	padding: 10px 0;
}

/* standard breadcrumb */

#gkBreadcrumb {
	margin-bottom: 30px;
	overflow: hidden;
}

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

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

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

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

#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%;
}

/* Middle bar */
#gkMiddleBar {
	border-top: 3px solid #D66322;
	margin-top: 65px!important;
	padding: 20px 0;
}

#gkTags {
	float: left;
	max-width: 100%;
}

#gkTags .header {
	float: left;
	font-size: 16px;
	line-height: 23px;
}

#gkTags .content {
	clear: none;
	float: left;
	line-height: 1.3;
	margin-left: 20px;
	width: 80%;
}
#gkTags .content ul{
  margin:0;
  padding:0;
}
#gkTags .content ul li{
  margin:0;
  padding:0;
  line-height: 1.3;
  border-bottom: medium none !important;
}
#gkTags .content ul li a {
    line-height: 1.3;
    text-decoration: none;
}
#gkTags .box {
    float: left;
    width: 49%;
}
#gkTags .itemTags li a, 
#gkTags .k2TagCloudBlock a, 
#gkTags .moduleItemTags a {
	font-size: 13px!important;
}

#gkSearchMiddle {
	float: right;
	max-width: 40%;
}

#gkSearchMiddle .mod-search-searchword {
	float: left;
	margin-right: 18px;
	outline: none;
	width: 256px;
}

/* 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;
	color: #888;
	font-size: 13px;
	line-height: 24px;
	padding: 0;
}

#gkFooter > div > div {
	padding: 25px 0;
}

#gkFooterNav {
	float: left;
}

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

#gkFooterNav a {
	color: #222;
}

#gkFooterNav li:hover,
#gkFooterNav a:hover {
	color: #D66322;
}

#gkCopyrights {
	float: right;	
	margin: 0;
	padding: 25px 0;
}

/* Other footer elements */

#gkFrameworkLogo {
	clear: both;
	display: block;
	width: 90px;
	height: 36px;
	background: url('../images/gavern-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	padding: 40px 0 50px 0;
	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;
	margin: 0 0 52px 0;
	padding: 0;
	width: 100%;
}

.gridpage .box {
	margin: 0 0 14px 0;
}

.box:last-child {
	margin-bottom: 0!important;
}

div.content {
	clear: both;
}

.box li {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
}

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

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

.box a {
	text-decoration: none;
}

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

/* default suffix */

.box .header {
	color: #666;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	padding: 0 0 12px 0;
	
}

/* clear suffix */

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

.clear div.content {
	clear: both;
}

/* nomargin suffix */

.box.nomargin {
	margin-left: 0!important;
	margin-right: 0!important;
}

/* advertisement suffix */

#gkSidebar .box.advertisement {
	border-top: none;
}

.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
	color: #ccc!important;
	font-size: 11px!important;
	font-weight: 300;
	margin: 0 0 12px 0;
	min-height: 21px;
	padding: 0;
	text-align: right;

	line-height: 16px;
	font-family: Arial, Verdana, sans-serif!important;
}

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

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

/* suffix _text */

.box_text > div {
	background: #fff;
}

/* suffix dark */
.box.dark {
	background: #060606!important;
	color: #666;
	padding: 20px!important;
}

.box.dark .header {
	background: transparent!important;
	line-height: 1.2;
}

.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
	color: #ddd;
}

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

.box.dark ul li {
	border-bottom: 1px solid #333;
	position: relative;
}

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

.box.dark a {
	color: #ddd!important;
}

.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #D66322!important;
}

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

/* suffix color */
.box.color {
	background: #D66322!important;
	color: #aedcf2!important;
	padding: 20px!important;
}

.box.color .header {
	background: transparent!important;
	line-height: 1.2;
}

.box.color h1,
.box.color h2,
.box.color h3,
.box.color h4,
.box.color h5,
.box.color h6 {
	color: #fff;
}

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

.box.color ul li {
	border-bottom: 1px solid #4bc5f2;
	position: relative;
}

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

.box.color a {
	color: #fff!important;
}

.box.color a:active,
.box.color a:focus,
.box.color a:hover {
	color: #aedcf2!important;
}

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

/* suffix colortitle */
.box.colortitle .header {
	color: #D66322;
}

/* Suffix nomargin */
.box.nomargin {
	margin: 0!important;
	padding: 0!important;
}

/* Suffix bigtitle */
.box.bigtitle .header {
	color: #666;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	margin: 40px 0;
	text-align: center;
}

.box.bigtitle .header small {
	clear: both;
	color: #aaa;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}

/* 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 20px !important;
	
}

#form-login-remember label { 
   font-size: 12px; 
   text-transform: inherit
}

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

#login-form input[type="text"],
#login-form input[type="password"] {
	margin: 6px 0 0;
	
	width: 99%;
}


label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
#form-login-buttons { 
    float: left;
}
#form-login-buttons .button { 
    height: 44px; 
	line-height: 44px; 
	padding: 0 22px 
}

/* Login with Facebook button */

span#fb-auth {
	background-color: #798db9;
	background-image: linear-gradient(bottom, #405c98 0%, #5b73bc 99%);
	background-image: -moz-linear-gradient(bottom, #405c98 0%, #5b73bc 99%);
	background-image: -webkit-linear-gradient(bottom, #405c98 0%, #5b73bc 99%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #405c98), color-stop(0.99, #5b73bc));
	border: 1px solid #657dc7;
	-webkit-box-shadow: 0 0 0 1px #31497b;
	   -moz-box-shadow: 0 0 0 1px #31497b;
	    box-shadow: 0 0 0 1px #31497b;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	height: 40px;
	line-height: 40px;	
	margin: 1px 0 0 6px;
	padding: 0 0 0 72px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 0px #31497B;	
	-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;
	width: 172px;
	box-shadow: 0 0 0 1px #31497b;
	border: 1px solid #657dc7;
}

span#fb-auth:before {
	border-right: 1px solid #31497B;	
	-webkit-box-shadow: 1px 0 0 #657dc7;
	   -moz-box-shadow: 1px 0 0 #657dc7;
	    box-shadow: 1px 0 0 #657dc7;
	color: #fff;
    content: "\f09a";
    font-family: FontAwesome;   
    font-size: 22px; 
	font-weight: 400;
    position: absolute;
    top: 0;
    left: 22px;
	width: 30px;
}


#form-login-remind { 
    border-top: 1px solid #e5e5e5;
    font-size: 12px; 
	margin: 42px 0 0;	 
	padding: 16px 0 0  
}
#form-login-remind a { margin: 0 4px}

/* Popup Login */
#gkPopupOverlay,
#gkPopupLogin {
	color: #777;
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 100px;
	background: #fff;
}

#gkPopupLogin {
	margin-left: -220px;
	position: absolute;
	width: 426px;
}

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

.gkPopupWrap h3 {
	font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 20px;
	
}

.gkPopupWrap h3 small {
	font-size: 55%;
}

.gkPopupWrap h3 a {	
	color: #D66322
}

.gkPopupWrap h3 a:hover { 
	color: #222;
}

.gkPopupWrap ul.menu { 
	float: left; 
	margin: 0;
	width: 70%; 
}

.gkPopupWrap .logout-button {
	margin-top: 20px;
}

#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
	opacity: 0.45;
	margin-left: 0;
}

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

#searchtop .mod-languages {
    float: left;
  padding-top:15px;
}

.itemExtraFields ul li {
    border-top: 1px solid #333;
}
.catclass.itemListView.program .itemList article.itemView {
margin-bottom: 10px !important;
    margin-top: 10px !important;
    padding-left: 40px !important;
    padding-top: 0 !important;
}

.catclass.itemListView.program .itemList h2.cathead {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 36px;
}

.catclass.itemListView.program .itemList article.itemView header {
    margin: 0;
}

.catclass.itemListView.program .itemList article.itemView header h2 {
    font-size: 27px !important;
    letter-spacing: 1px;
    line-height: 35px !important;
    text-transform: none;
  margin-top: 15px !important;
    margin-bottom:7px !important;
}
.itemReadMore.button {
    float: right;
}
.itemsCategory > img {
    margin-bottom: 30px;
}
#countdown {
    height: 34px;
    left: 50%;
    margin: auto auto auto 50px;
    position: absolute;
    top: 116px;
    width: 380px;
    z-index: 150;
}
#countdown .dmscount .dmscount_title:first-child {
    display: none;
}
#countdown .dmscount .dmscount_title {
    font-size: 18px !important;
    text-transform: uppercase;
}
#sponsoren.gkPage {
    margin-bottom: 40px;
    padding-bottom: 40px;
}
div .k2ItemsBlock.sponsored ul li, div .k2ItemsBlock.presented ul li {
    border: medium none !important;
    float: left;
    margin-right: 20px;
    padding: 0 !important;
    width: 23% !important;
}
div .k2ItemsBlock.sponsored ul li img, div .k2ItemsBlock.supported ul li img, div .k2ItemsBlock.presented ul li img  {
    height: auto;
    width: 100% !important;
}
div .k2ItemsBlock.sponsored p, div .k2ItemsBlock.sponsored a, div .k2ItemsBlock.supported p, div .k2ItemsBlock.supported a, div .k2ItemsBlock.presented p, div .k2ItemsBlock.presented a {
    padding: 0 !important;
    margin: 0 !important;
}
div .k2ItemsBlock.supported ul li {
    border: medium none !important;
    float: left;
    margin-right: 20px;
    padding: 0 !important;
    width: 18% !important;
}
#sponsoren .box {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
}
#sponsoren {
    padding-bottom: 40px;
}
#gkSidebar .box, #gkSidebar .nav.menu {
    margin-bottom: 0;
}
#gkSidebar .box {
    border-bottom: 1px solid #e5e5e5;
}
#phocagallery-tree-module {
    margin-bottom: 10px;
    margin-top: 10px;
}
figcaption .itemImageCredits {
    display: flex;
    font-size: 10px;
}
#gkSidebar .box {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    padding-top: 10px;
}
.jjshoutboxform .dropdown-menu li, .jjshoutboxform .uk-dropdown li {
    border-bottom: medium none !important;
    display: inline-block;
    list-style: outside none none;
    margin: 2px;
    min-height: 20px;
    padding: 0;
}
.jjshoutbox textarea {
    padding: 7px;
}
.hide {
    display: none;
}
#noguest, label {
    color: #999999 !important;
}

/* ******** Tabs Gaestebuch ********** */

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.pgb_background.guestbook-description {
    border: 0 none;
}
.well.well-small.pgwell.pgb_background.pgb_font {
    margin-bottom: 20px;
    padding: 20px;
}
.nav.nav-tabs > li {
    background: #747474;
    border-radius: 7px 7px 0 0;
    display: inline-table;
    padding-left: 10px;
    padding-right: 10px;
}
.nav.nav-tabs > li .active{
    background: #747474 linear-gradient(to top, #009db7 0%, #00cfff 99%) repeat scroll 0 0;
}
.nav.nav-tabs > li.active {
    background: #747474 linear-gradient(to top, #009db7 0%, #00cfff 99%) repeat scroll 0 0;
}
.nav.nav-tabs > li:hover{
    background: #747474 linear-gradient(to top, #009db7 0%, #00cfff 99%) repeat scroll 0 0;
}
.nav.nav-tabs > li a{
    color: #fff;
}

.gkIsPagination {
    display: none;
}
#form-login-submit {
    margin-top: 15px;
}

#form-login-submit .btn.btn-primary {
    width: 98%;
}

#form-login-links li {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #3E3E3E;
    padding: 5px 0;
}
#gkSidebar #login-form .userdata .controls label {
    display: none;
}
#gkMainbody .registration,
#gkMainbody .remind,
#gkMainbody .reset{
    width: 100%;
    float: left;
    clear: both;
}
#gkMainbody .registration fieldset .control-label,
#gkMainbody .remind .control-label,
#gkMainbody .reset .control-label{
	width: 50%;
	text-align: right;
}
#gkMainbody .registration .control-group,
#gkMainbody .remind .control-group,
#gkMainbody .reset .control-group {
	display: flex;
	margin-bottom: 15px;
}
.control-group.button-group {
	float: right;
	clear: both;
	width: 50%;
}
#gkMainbody .registration legend {
	font-size: 18px;
  color: #fff;
}
.popover {
	display: none !important;
}