/* Begin Theme Settings */
.site_info > .container > .row-fluid > * 
{
  height: 136px;
  line-height: 136px;
}
.navbar .btn-navbar 
{
  margin-top: 50px
}
header 
{
  height: 100px;
  min-height: 100px;
}
.navbar .nav > li > a,
.nav .nav-search-box
{
  height: 100px;
  line-height: 100px;
}
.navbar .nav > li > a.with_teaser > .half
{
  height: 50px;
}
header .navbar .nav > li > a > i 
{
  font-size: 21px;
  line-height: 100px;
  height: 100px;
}
.navbar .nav > li > a.with_teaser > i,
.navbar .nav > li > a.menu_item_without_text > i
{
  font-size: 28px;
}
.navbar .nav > li > a.with_teaser > .half > span
{
  padding-top: 32px;
}
.navbar .nav > li > a.with_teaser > .teaser
{
  font-size: 12px;
}
header .navbar .nav .nav-search-box .search-form
{
  top: 0; /*-32px; */
}
header .company_logo.menu-logo,
header .company_logo.menu-logo > a
{
  height: 100px;
  line-height: 100px;
}
/* End Theme Settings */
/* Begin Custom CSS */
span.bbp-admin-links a {
color: #bbb; !important
font-weight: normal;
font-size: 10px;
text-transform: uppercase;
text-decoration: none;
}
.divblue. {
margin-top:-50px;
}

#wikigodus {
padding-bottom:5px;
background-image: url('http://www.22cans.com/wiki.png');
background-repeat:no-repeat;
    height: 16px;
    width: 16px;
    }

    #wikigodus:hover {

    background-image: url('http://www.22cans.com/wiki2.png');
background-repeat:no-repeat;
    height: 16px;
    width: 16px;
    }

#wikigodusbot {
background-image: url('http://www.22cans.com/wikibig.png');
background-repeat: no-repeat;

    }

    #wikigodusbot:hover {

    background-image: url('http://www.22cans.com/wikibiggreen.png');
background-repeat: no-repeat;
    }

.site_logo {
z-index: 0;
}
.extra_header .extra_item.langs
{
z-index: 9999;
}

#titlesstar
{
	position: absolute;
	width: 18em;
	height: 50em;
	bottom: 50%;
	left: 50%;
	margin-left: -9em;
	font-size: 350%;
	text-align: justify;
	overflow: hidden;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: perspective(300px) rotateX(25deg);
	-moz-transform: perspective(300px) rotateX(25deg);
	-ms-transform: perspective(300px) rotateX(25deg);
	-o-transform: perspective(300px) rotateX(25deg);
	transform: perspective(300px) rotateX(25deg);

}

#titlesstar:after
{
	position: absolute;
	content: ' ';
	left: 0;
	right: 0;
	top: 100px;
	bottom: 50%;
	pointer-events: none;

}

#titlecontentstar
{
	position: absolute;
	top: 50%;
	-webkit-animation: scroll 100s linear 4s infinite;
	-moz-animation: scroll 100s linear 4s infinite;
	-ms-animation: scroll 100s linear 4s infinite;
	-o-animation: scroll 100s linear 4s infinite;
	animation: scroll 100s linear 4s infinite;

}

@-webkit-keyframes scroll {
	0% { top: 80%; }
	100% { top: -170%; }
}

@-moz-keyframes scroll {
	0% { top: 80%; }
	100% { top: -170%; }
}

@-ms-keyframes scroll {
	0% { top: 80%; }
	100% { top: -170%; }
}

@-o-keyframes scroll {
	0% { top: 80%; }
	100% { top: -170%; }
}

@keyframes scroll {
	0% { top: 80%; }
	100% { top: -170%; }
}
/* End Custom CSS */
/* CSS Generator Execution Time: 0.00145697593689 seconds */