@charset "utf-8";

@font-face { font-family: 'helvetica neue'; src: local('Arial'); }
@font-face { font-family: 'helvetica neue'; font-weight:bold; src: local('Arial'); }
@font-face { font-family: 'helvetica neue'; src: local('Arial'); }
@font-face { font-family: 'helvetica neue'; font-weight:500; src: local('Arial'); }
@font-face { font-family: 'helvetica neue'; src: local('Arial'); }
@font-face { font-family: 'helvetica neue'; font-weight:200; src: local('Arial'); }



@font-face {
    font-family: '/komika_axisregular';
    src: url('/font/KOMIKAX_-webfont.eot');
    src: url('/font/KOMIKAX_-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/KOMIKAX_-webfont.woff') format('woff'),
         url('/font/KOMIKAX_-webfont.ttf') format('truetype'),
         url('/font/KOMIKAX_-webfont.svg#komika_axisregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Outer Wrapper
================================================== */

#outer-wrapper {
	width:100%;
	z-index:2;
	position:relative;
	background:url(../images/ballermann_bg_vorlage.jpg) no-repeat top center;
  margin: 0 auto;
  min-width:980px;
}
.inner {
	width:980px;
	margin:0px auto;
	background:url(../images/bg_inner.jpg);
}
.in {
	width:980px;
	margin:0px auto;
}
.shadow {
	float:left;
	box-shadow:0px 5px 12px #000;
}
/* Header
================================================== */
#header {
	width:100%;
	float:left;
	position:relative;
	z-index:2;
}
#header .in {
	
}
#header .container {
	width:980px;
	margin:0;
}
.top-bar {
	width:100%;
	height:12px;
	display:block;
	background:#121212;
	position:absolute;
	z-index:2;
	box-shadow:0px 3px 3px #000;
}
.nomarg {
	margin:0px !important;
}
.nopad-bot {
	padding-bottom:0px !important;
}
.nopad-top {
	padding-top:0px !important;
}
/* Logo
================================================== */
.logo {
	float:left;
	margin:15px 0px 15px 0px;
}
/* Top links
================================================== */
.top-links {
	float:right;
	position:relative;
	margin:0px 0px 0px 0px;
}
.top-links .leftnode{
	float:left;
	display:inline-block;
	width:35px;
	height:59px;
}
.top-links ul{
	float:left;
	display:inline-block;
	height:59px;
	padding:0px 35px 0px 0px;
}
.top-links li{
	float:left;
	padding:20px 20px 0px 20px;
	background:url(../images/sep1.png) no-repeat right 4px;
}
.top-links li a{
	font-size:11px;
	color:#828282;
}
/* Search Box
================================================== */
#search-box {
	width:231px;
	height:42px;
	padding:12px 12px 0px 15px;
	display:none;
	position:absolute;
	z-index:9000;
	top:40px;
	right:26px;
	background:url(../images/search.png);
}
#search-box input.bar{
	float:left;
	width:200px;
	height:25px;
	border:none;
	padding:0px;
	margin:2px 0px 0px 0px;
	font-size:11px;
	background:transparent;
	box-shadow:none;
}
#search-box button{
	box-shadow:none !important;
	border:none;
	width:29px;
	height:32px;
	padding:0px;
	font-size:11px;
	text-shadow:none;
	background:url(../images/mag.png) no-repeat center center #3d3d3d;
	border-radius:0px;
	float:right;
}
/* Top links
================================================== */
.mesage-box {
	float:right;
	margin:12px 0px 0px 0px;
}
.mesage-box h4{
	float:left;
	margin:5px 10px 0px 0px;
}
.mesage-box span{
	float:left;
}
/* Navigation
================================================== */
.navigation {
	width:100%;
	height:49px;
	float:left;
	border-radius:2px 2px 0px 0px;
	background:url(../images/navigation.gif) repeat-x top;
}
.ddsmoothmenu{
	float:left;
}
.ddsmoothmenu ul{
	z-index:999;
	margin:0;
	list-style-type:none;
	float:left;
}
.ddsmoothmenu ul li{
	position:relative;
	display:inline;
	float:left;
	padding:0px 0px 0px 0px;
}
.ddsmoothmenu>ul>li:first-child{
	
}
.ddsmoothmenu ul li a{
	display:block;
	padding:18px 10px 0px 10px;
	height:37px;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-family: 'Ropa Sans', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px #000;
}
* html .ddsmoothmenu ul li a{
	display:inline-block;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li.current-menu-item a{
	background:url(../images/navigation_hover.gif) repeat-x top #0e0e0e;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color:#fff;
}
.ddsmoothmenu ul li ul{
	position:absolute;
	left:0;
	display:none;
	visibility:hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	background:#0e0e0e;
}
.ddsmoothmenu ul li ul li{
	display:list-item;
	float:left;
	padding:0px 5px;
	margin:0px;
}
.ddsmoothmenu ul li ul li:first-child{
	padding-top:5px;
}
.ddsmoothmenu ul li ul li.last{
	padding-bottom:5px;
}
.ddsmoothmenu ul li ul li ul{
	top:0;
	margin:5px 0px 0px -6px;
	background:#1e1e1f;
}
.ddsmoothmenu ul li ul li a{
	width:175px !important;
	display:block;
	height:24px;
	padding:6px 5px 0px 10px;
	margin:0;
	font-size:14px;
	border-radius:2px;
	border:none;
}
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected{
	background:#1e1e1f !important;
}
.ddsmoothmenu ul li ul li ul li a{
	color:#fff !important;
}
* html .ddsmoothmenu{
	height: 1%;
}
/* Banner
================================================== */
#banner {
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
.nivoSlider {
	position:relative;
	width:100%;
	overflow:hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:380px;
	margin:0px auto;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	color:#fff;
	z-index:9985;
	bottom:36px;
	left:30px;
	opacity:1 !important;
}
.nivo-caption p{
	opacity:1 !important;
}
.nivo-caption h1.title{
	padding:10px;
	font-size:24px;
	float:left;
}
.nivo-caption .banner-text{
	float:left;
	width:356px;
	height:80px;
	padding:10px 80px 10px 15px;
	background:url(../images/caption.png) no-repeat 0px 0px;
}
.nivo-caption .banner-text p{
	line-height:20px;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev)
.nivo-directionNav {
	height:61px;
	width:61px;
	position:absolute;
	bottom:55px;
	left:415px;
	z-index:9990;
	display:inline-block !important;
}
.nivo-directionNav a {
	z-index:9;
	cursor:pointer;
	text-indent:-9999px;
}
.nivo-prevNav {
	width:31px;
	height:61px;
	float:left;
	display:inline-block !important;
	background:url(../images/banner-arrows.png) no-repeat 0px 0px;
}
.nivo-prevNav:hover {
	background:url(../images/banner-arrows.png) no-repeat 0px -61px;
}
.nivo-nextNav {
	width:30px;
	height:61px;
	float:right;
	display:inline-block !important;
	background:url(../images/banner-arrows.png) no-repeat -30px 0px;
}
.nivo-nextNav:hover {
	background:url(../images/banner-arrows.png) no-repeat -30px -61px;
}
Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* cosmetics */
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/ajax-loader.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	display:block;
}
.nivo-controlNav {
	left:49%;
	padding:5px 10px;
	position:absolute;
	border-radius:20px;
	bottom:20px;
	z-index:9990;
	box-shadow:0px 0px 2px #000;
	display:none;
}
/* Sub Page Banners
================================================== */
#subpage-banner {
	float:left;
	width:100%;
	overflow:hidden;
}
#subpage-banner a{
	float:left;
}
/* Small Banners
================================================== */
.small-banners {
	float:left;
	position:relative;
	overflow:hidden;
	box-shadow:0px 0px 0px #000;;
}
.small-banners:hover {
	box-shadow:0px 0px 0px #000;;
}
.small-banners a.thumb img{
	float:left;
}
.small-banners .sub-capt{
	float:left;
	position:absolute;
	bottom:0px;
	left:0px;
}
.small-banners .sub-capt h1{
	float:left;
}
.small-banners .sub-capt h1 a{
	background:url(../images/pink.png);
	color:#FFF;
	padding:2px 5px;
	line-height:31px;
}
.small-banners .sub-capt p{
	float:left;
	width:100%;
	padding:10px;
	color:#FFF;
	display:none;
	background:url(../images/black.png);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.small-banners:hover .sub-capt p{
	display:block;
}
/* Tabs Section
================================================== */
.tab-section {
	width:100%;
	float:left;
	background:#0e0e0e;
}
.tab-section .tab-head{
	width:100%;
	float:left;
	border-top:#535353 solid 1px;
	background:url(../images/pattern.gif);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.tab-section .tab-head .tab_menu_container{
	float:left;
}
.tab-section .tab-head ul{
	float:left;
}
.tab-section .tab-head ul li{
	float:left;
}
.tab-section .tab-head ul li a{
	float:left;
	color:#8f8f8f;
	font-size:20px;
	height:50px;
	cursor:pointer;
	padding:15px 20px 0px 20px;
	text-transform:uppercase;
	font-family: 'Ropa Sans', sans-serif;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.tab-section .tab-head ul li a:hover, .tab-section .tab-head ul li a.current{
	color:#fff;
	background:#0e0e0e;
}
.tab-list{
	display:none;
	float:left;
}
.tab-section .tab-list{
	float:left;
	width:100%;
	padding:20px;
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* News Listing
================================================== */
.news-list {
	width:100%;
	float:left;
}
.news-list li{
	width:268px;
	float:left;
	padding-left:18px;
	border-left:#0b0b0b solid 3px;
}
.news-list li.active{
	padding-left:0px;
	border:none;
	padding-right:18px;
}
.news-list li .thumb{
	position:relative;
	width:100%;
	float:left;
	margin-bottom:10px;
}
.news-list li .thumb a{
	box-shadow:0px 0px 3px #000;
}
.news-list li .thumb .date{
	padding:2px 5px;
	color:#FFF;
	font-size:14px;
	background:#1f1f1f;
	font-family: 'Ropa Sans', sans-serif;
}
.news-list li.active .thumb .date{
	position:absolute;
	bottom:0;
	left:0;
	padding:2px 5px;
	color:#FFF;
	font-size:14px;
	background:#e72359;
	font-family: 'Ropa Sans', sans-serif;
}
.news-list li h3{
	padding:10px 0px 5px 0px;
}
.news-list li p{
	color:#6b6a6a;
	padding-bottom:7px;
}
.news-list li{
	padding-top:10px;
	padding-bottom:10px;
}
.news-list li h3 a{
	color:#FFF;
}
/* Box Small
================================================== */
.box-small {
	width:100%;
	background:#0e0e0e;
	margin-top:20px;
	overflow:hidden;
}



.one-third .box-small:first-child {
	margin-top:0px;
}
.box-small .box-in{
	width:100%;
	padding:20px;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* Now Playing
================================================== */
.upcoming-classes {
	width:100%;
	float:left;
}
.upcoming-classes .thumb{
	width:100%;
	float:left;
	position:relative;
}
.upcoming-classes .thumb a{
	float:left;
}
.upcoming-classes .thumb span{
	position:absolute;
	bottom:0;
	left:0;
	padding:2px 5px;
	color:#FFF;
	font-size:18px;
	background:#e72359;
	font-family: 'Ropa Sans', sans-serif;
}
.upcoming-classes ul{
	width:100%;
	float:left;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.upcoming-classes ul li{
	width:100%;
	height:41px;
	float:left;
	margin:5px 0px 0px 0px;
	background:#161616;
}
.upcoming-classes ul li:first-child{
	margin-top:0px;
}
.upcoming-classes ul li .clock{
	width:32px;
	height:41px;
	float:left;
	background:url(../images/clock.png) no-repeat top center #161616;
}
.upcoming-classes ul li:hover .clock{
	background:url(../images/clock.png) no-repeat bottom center #161616;
}
.upcoming-classes ul li .cal{
	width:32px;
	height:41px;
	float:left;
	background:url(../images/cal.png) no-repeat top center #161616;
}
.upcoming-classes ul li:hover .cal{
	background:url(../images/cal.png) no-repeat bottom center #161616;
}
.upcoming-classes ul li h4{
	padding:12px 0px 0px 10px;
	float:left;
}
.upcoming-classes ul li h4 a{
	color:#FFF;
}
.upcoming-classes ul li p{
	float:right;
	color:#FFF;
	padding:10px 10px 0px 0px;
}
/* Blog Links
================================================== */
.blog-links {
	float:left;
}
.blog-links ul{
	float:left;
	width:100%;
}
.blog-links ul li{
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 0px 7px 13px;
	border-top:#1a1a1a solid 1px;
	background:url(../images/link.png) no-repeat 0px 11px;
}
.blog-links ul li:first-child{
	padding-top:0px;
	border-top:none;
	background:url(../images/link.png) no-repeat 0px 5px;
}
.blog-links ul li a{
	font-size:15px;
	color:#5b5b5b;
	display:block;
	font-family: 'Ropa Sans', sans-serif;
}
.blog-links ul li a span{
	float:right;
	font-size:12px;
	padding:1px 3px;
	display:inline-block;
	border:#181818 solid 1px;
	border-radius:7px;
}
/* Our Classes
================================================== */
.our-classes {
	float:left;
	width:100%;
}
.our-classes p{
	float:left;
	width:100%;
	padding:5px 0px;
}
.virtualpage {
	float:left;
	width:100%;
}
.virtualpage a{
	float:left;
}
.our-classes .cont-slider {
	width:100%;
}
.paginationstyle{
	width:100%;
	text-align:center;
	padding:2px 0;
	margin:10px 0;
}
.paginationstyle a{
	width:11px;
	height:11px;
	text-indent:-9999px;
	display:inline-block;
	background:url(../images/paging.png) no-repeat top;
}
.paginationstyle a:hover, .paginationstyle a.selected{
	background:url(../images/paging.png) no-repeat bottom;
}
/* Recent Posts
================================================== */
.recent-post {
	float:left;
}
.recent-post ul{
	float:left;
	width:100%;
}
.recent-post ul li{
	float:left;
	width:100%;
	padding:15px 0px 10px 0px;
	border-top:#191919 solid 1px;
}
.recent-post ul li:first-child{
	padding-top:0px;
	border:none;
}
.recent-post li h3 a{
	color:#FFF;
}
.recent-post li .date{
	padding:5px;
	color:#FFF;
	font-size:14px;
	display:inline-block;
	background:#1f1f1f;
	font-family: 'Ropa Sans', sans-serif;
}
.recent-post li:hover .date{
	background:url(../images/pink.png);
}
.recent-post li h3{
	padding:10px 0px 5px 0px;
}
.recent-post li p{
	color:#6b6a6a;
	padding-bottom:0px;
}
/* Categories
================================================== */
.tags-links {
	float:left;
}
.tags-links a{
	float:left;
	height:22px;
	color:#FFF;
	text-shadow:1px 1px #000;
	padding:0px 10px 0px 20px;
	margin:0px 5px 10px 0px;
	display:inline-block;
	font-family: 'Ropa Sans', sans-serif;
	background:url(../images/tags-bg.png) no-repeat left top;
}
.tags-links a:hover{
	background:url(../images/tags-bg.png) no-repeat left bottom;
}
/* List with Thumb
================================================== */
.list-thumb {
	width:100%;
	float:left;
	font-size:11px;
}
.list-thumb ul{
	width:100%;
	float:left;
}
.list-thumb ul li{
	width:100%;
	float:left;
	padding-top:20px;
	margin-top:20px;
	position:relative;
	border-top:#ededed solid 1px;
}
.list-thumb ul li a.thumb{
	position:absolute;
	left:0;
	top:20px;
}
.list-thumb ul li:first-child{
	padding-top:0px;
	margin-top:0px;
	border-top:none;
}
.list-thumb ul li:first-child a.thumb{
	top:0px;
}
.list-thumb ul li .desc{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:0px 0px 0px 73px;
}
.list-thumb ul li .desc h5 a{
	color:#262626;
}
.list-thumb ul li .desc p{
	padding:5px 0px;
}
.readmore{
	font-size:11px;
	color:#2d2d2d !important;
	padding:0px 0px 0px 10px;
	background:url(../images/readmore.png) no-repeat 0px 2px;
}
/* Widget Links
================================================== */
.widget-links {
	width:100%;
	float:left;
}
.widget-links ul{
	width:100%;
	float:left;
}
.widget-links ul li{
	width:100%;
	height:25px;
	float:left;
	padding:0px 0px 0px 28px;
	margin:0px 0px 5px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.widget-links ul li a{
	width:100%;
	font-size:12px;
	color:#4f4f4f;
	display:inline-block;
	margin:4px 0px 0px 0px;
	text-transform:uppercase;
	font-family: 'Ropa Sans', sans-serif;
}
.widget-links ul li a:hover{
	color:#000;
}
.widget-links ul li span{
	float:right;
	background:#FFF;
	display:inline-block;
}
.widget-links ul li span:first-child{
	float:left;
	background:#FFF;
}
/* Contact Widget
================================================== */
.contact-widget {
	width:100%;
	float:left;
	color:#666666;
	font-family: 'Ropa Sans', sans-serif;
}
.contact-widget p{
	font-size:14px;
	padding-bottom:10px;
}
.contact-widget h4{
	padding:10px 0px 5px 0px;
}
/* Pagination
================================================== */
.pagination {
	float:left;
	width:100%;
	border:#0e0e0e solid 1px;
	border-top:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/pattern.gif);
}
.pagination a.previous{
	width:38px;
	height:38px;
	float:left;
	display:inline-block;
	border-right:#0e0e0e solid 1px;
	background:url(../images/paging-controls.gif) no-repeat 0px 0px;
}
.pagination a.previous:hover{
	background:url(../images/paging-controls.gif) no-repeat 0px -38px;
}
.pagination a.next{
	width:38px;
	height:38px;
	float:right;
	display:inline-block;
	border-left:#0e0e0e solid 1px;
	background:url(../images/paging-controls.gif) no-repeat -38px 0px;
}
.pagination a.next:hover{
	background:url(../images/paging-controls.gif) no-repeat -38px -38px;
}
.pagination ul{
	height:38px;
	float:left;
}
.pagination ul li{
	height:38px;
	float:left;
	border-right:#0e0e0e solid 1px;
}
.pagination ul li a{
	width:38px;
	height:29px;
	padding:9px 0px 0px 0px;
	float:left;
	text-align:center;
	font-size:14px;
	color:#3d3d3d;
	font-weight:bold;
	background:url(../images/paging-bg.gif) no-repeat 0px 0px;
}
.pagination ul li a:hover, .pagination ul li a.active{
	background:#0e0e0e;
}
/* Classes
================================================== */

.prod-sec {
	width:100%;
	float:left;
	background:url(../images/unterseitenbg2.jpg); 
  margin-top:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
  box-shadow:0px 0px 5px #000;
  color:#522f16;
}

.prod-sec h2 {
  color:#522f16;
}

.prod-sec h3 {
  color:#522f16;
}

.prod-sec p {
  margin-bottom:4px;
  color:#522f16;
  font-size:12px;
}

.prod-sec .prod-head{
	width:100%;
	height:50px;
	float:left;
	color:#FFF;
	text-transform:uppercase;
	padding:0px 0px 0px 15px;
	border-top:#535353 solid 0px;
	background:url(../images/pattern.gif);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.prod-sec .prod-head h2{
	float:left;
	color:#fff;
	padding:15px 0px 0px 0px;
}


.prod-sec .prod-controls{
	float:right;
	padding:10px 10px 0px 0px;
}
.prod-sec .prod-controls a{
	float:left;
	width:29px;
	height:29px;
	cursor:pointer;
	display:inline-block;
	background:url(../images/scrolling-arrows.png) no-repeat;
}
.prod-sec .prod-controls a#classPrevious{
	margin-right:3px;
}
.prod-sec .prod-controls a#classNext{
	background-position:-29px 0px;
}
.prod-sec .prod-controls a#classPrevious:hover{
	background-position:0px -29px;
}
.prod-sec .prod-controls a#classNext:hover{
	background-position:-29px -29px;
}
#classes-list{
	width:900px;
	margin:20px;
	overflow:hidden;
	float:left;
}
#classes-list ul{
	position:relative;
	padding:0;
}
#classes-list li{
	width:208px;
	float:left;
	overflow:hidden;
	margin:0px 20px 0px 0px;
}
#classes-list li .thumb{
	float:left;
	position:relative;
	margin:0px 0px 15px 0px;

}
#classes-list li .thumb span{
	position:absolute;
	bottom:0;
	left:0;
	padding:2px 5px;
	color:#FFF;
	font-size:12px;
	background:url(../images/black.png);
	font-family: 'Ropa Sans', sans-serif;
}
#classes-list li:hover .thumb span{
	background:url(../images/pink.png);
}
#classes-list li h2{
	padding:0px 0px 10px 0px;
}
#classes-list li h2 a{
	color:#fff;
}
/* Comments Section
================================================== */
.comments {
	width:100%;
	float:left;
	background:#0e0e0e;
	margin-top:20px;
}
.comments ul{
	width:100%;
	float:left;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.comments ul li{
	float:left;
	width:100%;
	margin-top:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.comments ul li:first-child{
	margin-top:0px;
}
.comments ul li .com-in{
	float:left;
	width:100%;
	padding:20px;
	position:relative;
	background:#0a0a0a;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:0px 1px 3px #000;
	border-left:#000 solid 5px;
}
.comments ul li .avatar{
	float:left;
	width:48px;
	position:absolute;
	left:20px;
	right:0;
}
.comments ul li .avatar img{
	float:left;
}
.comments ul li .desc{
	float:right;
	width:100%;
	padding:0px 0px 0px 60px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.comments ul li .desc h4{
	float:left;
}
.comments ul li .desc p.ago{
	float:right;
	color:#3a3a3a;
	font-size:10px;
	padding:3px 0px 0px 10px;
}
.comments ul li .desc p.txt{
	float:left;
	width:100%;
	color:#6b6a6a;
}
.comments ul li.leveltwo{
	background:url(../images/comments-sep.png) no-repeat 0px 0px;
	padding-left:20px;
	margin-top:0px;
}
.comments ul li.leveltwo .com-in{
	background:#0f0f0f;
}
.comments ul li.levelthree{
	background:url(../images/comments-sep.png) no-repeat 20px 0px;
	padding-left:40px;
	margin-top:0px;
}
.comments ul li.levelthree .com-in{
	background:#151515;
}
/* Leave A Reply Section
================================================== */
.leavereply {
	width:100%;
	float:left;
	background:#0e0e0e;
	margin-top:20px;
}
.forms ul{
	width:100%;
	float:left;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.forms ul li{
	width:100%;
	float:left;
}
.forms ul li textarea{
	width:100%;
	height:120px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.forms ul li button{
	
}
/* Blog Page
================================================== */
.blog {
	width:100%;
	float:left;
	box-shadow: 0 0 5px #000;
}
/* Blog Post Page
================================================== */
.post {
	width:100%;
	float:left;
	margin-top:20px;
	background:;
	position:relative;
	box-shadow:0px 0px 0px #000;
}
.blog .post:first-child {
	margin-top:0px;
}
.post span.image{
	width:30px;
	height:32px;
	float:left;
	left:-30px;
	top:18px;
	position:absolute;
	display:inline-block;
	background:url(../images/post-icon.gif) no-repeat 0px 0px;
}
.post span.link{
	width:30px;
	height:32px;
	float:left;
	left:-30px;
	top:18px;
	position:absolute;
	display:inline-block;
	background:url(../images/post-icon.gif) no-repeat 0px -32px;
}
.post span.video{
	width:30px;
	height:32px;
	float:left;
	left:-30px;
	top:18px;
	position:absolute;
	display:inline-block;
	background:url(../images/post-icon.gif) no-repeat 0px -64px;
}
.post .thumb{
	width:100%;
	float:left;
	overflow:hidden;
}
.post .post-opts{
	width:100%;
	height:1px;
	float:left;
	background:none;
}
.post .post-opts .date{
	height:58px;
	width:43px;
	float:left;
	padding:15px 0px 0px 0px;
	background:#1e1e1e;
}
.post .post-opts .date span{
	width:43px;
	display:inline-block;
	text-align:center;
	color:#FFF;
	font-family: 'Ropa Sans', sans-serif;
}
.post .post-opts .date span:first-child{
	font-size:20px;
}
.post .post-opts a.comments{
	float:left;
	display:inline-block;
	width:25px;
	height:25px;
	padding:2px 0px 0px 1px;
	color:#FFF;
	text-align:center;
	font-family: 'Ropa Sans', sans-serif;
	background:url(../images/comments.png) no-repeat;
	margin:22px 0px 0px -5px;
}
.post .post-opts .title{
	float:left;
	padding:14px 0px 0px 12px;
}
.post .post-opts .title h3{
	padding:0px 0px 5px 0px;
}
.post .post-opts .title h3 a{
	color:#FFF;
}
.post .post-opts .title p{
	color:#3d3d3d;
	font-size:11px;
}
.post .post-opts .title p a{
	color:#3d3d3d;
}
.post .post-opts .title p a:hover{
	color:#666666;
}
.post .post-desc{
	width:100%;
	float:left;
	padding:20px;
	color:#6b6a6a;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.post .post-desc p{
	padding:5px 0px;
	font-size:12px;
	color:#522f16;
}
.post .post-desc p:first-child{
	padding-top:0px;
}

.post .post-desc p strong{
	color:#533017;
	font-weight: 600 !important;
}

p.georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#8c8c8c;
	font-style:italic;
}
.post .post-desc a{
	color:#393939;
}
.post .post-share{
	width:100%;
	float:left;
	padding:13px;
	border-top:#282828 solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#131313;
}
.post .post-share a{
	float:left;
	margin:2px 5px 0px 0px;
}
.post .post-share a.print{
	width:25px;
	height:24px;
	float:left;
	margin:0px 0px 0px 0px;
	display:inline-block;
	border-radius:2px;
	border:#0c0c0c solid 1px;
	background:url(../images/print.gif) no-repeat;
}
/* Fitness Classes
================================================== */
.fitness-classes {
	width:100%;
}
.fitness-classes .class-text{
	width:100%;
	float:left;
	padding:20px 0px;
}
.class-text p{
	float:left;
	width:735px;
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #2C2C2C;
}
.class-text button{
	float:right;
}
/* Gallery List
================================================== */
.gallery-list {
	float:left;
	width:954px;
	margin-left:-20px;
	margin-bottom:-20px;
}
.gallery-list li{
	float:left;
	width:298px;
	position:relative;
	overflow:hidden;
	margin:0px 0px 20px 20px;
	box-shadow:0px 0px 3px #000;
}
.gallery-list li h2{
	float:left;
	position:absolute;
	left:0;
	bottom:0;
	padding:10px;
	background:url(../images/black.png);
}
.gallery-list li h2 a{
	color:#FFF;
}
/* Membership Page
================================================== */
.membership {
	width:100%;
	float:left;
}
/* Blog Post Page
================================================== */
.membership-in {
	width:100%;
	float:left;
	background:#0a0a0a;
	position:relative;
	box-shadow:0px 0px 5px #000;
}
.membership-in .thumb{
	width:100%;
	float:left;
	overflow:hidden;
}
.mem-form {
	width:100%;
	float:left;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mem-form p{
	padding:5px 0px;
}
.mem-form ul{
	width:100%;
	float:left;
}
.mem-form ul li{
	width:100%;
	float:left;
	padding-bottom:10px;
}
.mem-form ul li.txt h4{
	color:#afafaf;
}
.mem-form ul li.time{
	border-bottom:#141414 solid 1px;
	border-top:#141414 solid 1px;
	padding:15px 0px;
	margin:15px 0px;
}
.mem-form ul li.time h4{
	color:#afafaf;
	padding-bottom:5px;
}
.mem-form ul li input{
	float:left;
}
.mem-form ul li label{
	float:left;
	color:#3d3d3d;
	font-size:11px;
	font-weight:normal;
	padding:0px 20px 0px 5px;
}
.mem-form ul li input.bar{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	margin-bottom:10px;
}
.mem-form ul li .sel-bar{
	width:100%;
	height:40px;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	margin-bottom:10px;
}
.mem-form ul li textarea{
	width:100%;
	height:150px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	margin-bottom:10px;
}
/* Membership Plans
================================================== */
.package {
	width:100%;
	float:left;
	border:#191919 solid 0px;
	background:#0a0a0a;
	box-shadow:0px 0px 3px #000;
	margin-top:20px;
}
.in-sec .package:first-child {
	margin-top:0px;
}
.package .plan-head{
	width:100%;
	height:45px;
	float:left;
}
.package .plan-head h2{
	float:left;
	padding:10px 0px 0px 15px;
}
.package .plan-head h3{
	float:right;
	padding:10px 15px 0px 0px;
}
.package .thumb{
	float:left;
	width:300px;
	padding-right:20px;
}
.package .desc{
	float:left;
	width:538px;
}
.platinum .plan-head{
	background:#5a5a5a;
}
.gold .plan-head{
	background:#6e572f;
}
.silver .plan-head{
	background:#242424;
}
.bronze .plan-head{
	background:#3e000a;
}
/* Contact Us Section
================================================== */
.contact-us {
	width:100%;
}
.contact-us h2{
	padding:0px 0px 20px 0px;
}
/* Quick Inquiry Section
================================================== */
.quickinquiry {
	width:100%;
	float:left;
	padding:20px 0px 0px 0px;
	margin:20px 0px 0px 0px;
	border-top:#e4e4e4 solid 1px;
}
.quickinquiry ul{
	padding:0px;
}
/* Blog details
================================================== */
.blog-detail {
	width:100%;
}
.blog-detail a.thumb{
	width:100%;
	float:left;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
	border:#a6a6a6 solid 1px;
}
.blog-detail a.thumb img{
	float:left;
}
.blog-detail a.thumb .featured{
	left:0;
	top:20px;
	height:30px;
	color:#262626;
	font-size:14px;
	position:absolute;
	display:inline-block;
	text-transform:uppercase;
	padding:10px 27px 0px 15px;
	font-family: 'Ropa Sans', sans-serif;
	background:url(../images/badge.png) right;
}
.blog-detail .blog-opts{
	width:100%;
}
.blog-opts {
	width:100%;
	float:left;
	padding:0px 0px 20px 0px;
	position:relative;
}
.blog-opts .date{
	width:86px;
	height:54px;
	padding:8px 0px 0px 0px;
	float:left;
	text-align:center;
	color:#FFF;
	position:absolute;
	left:0px;
	top:0px;
	background:url(../images/date-bg.gif) no-repeat #4c4c4c;
}
.blog-opts .date h6{
	text-shadow:1px 1px #000;
	color:#FFF;
}
.blog-opts .date h1{
	text-shadow:1px 1px #000;
	color:#FFF;
}
.blog-opts .desc{
	width:auto;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 0px 10px 0px;
	margin-left:101px;
	border-bottom:#ededed solid 1px;
}
.blog-opts .desc h4 {
	padding-bottom:5px;
}
.blog-opts .desc h4 a{
	color:#262626;
}
.blog-opts .desc p{
	float:left;
	padding:0px 10px;
	background:url(../images/sep1.gif) no-repeat center left;
}
.blog-opts .desc p.by{
	padding-left:0px;
	background:none;
}
.blog-sharing{
	width:100%;
	float:left;
	border-top:#ededed solid 1px;
	padding:15px 0px 0px 0px;
	margin:20px 0px 0px 0px;
}
.blog-sharing a{
	float:left;
	margin-left:5px;
}
/* About Authore
================================================== */
.about-author {
	width:100%;
	position:relative;
	padding:20px;
	float:left;
	margin:20px 0px 0px 0px;
	background:#0a0a0a;
	border:#080808 solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.about-author .avatar{
	float:left;
	width:50px;
	height:50px;
	position:absolute;
	left:20px;
	right:20px;
	box-shadow:0px 0px 3px #000;
}
.about-author .desc{
	float:right;
	width:100%;
	padding:0px 0px 0px 70px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.about-author .desc p{
	color:#6b6a6a;
}
/* Static Page
================================================== */
.static {
	width:100%;
}
.static p{
	padding:5px 0px;
}
.static h1, .static h2, .static h3, .static h4, .static h5, .static h6{
	padding:0px 0px 10px 0px;
}
/* Gallery Filter
================================================== */
.filter-sec {
	width:100%;
	height:40px;
	float:left;
	color:#FFF;
	padding:0px 0px 0px 0px;
	border:#0e0e0e solid 1px;
	background:url(../images/paging-bg.gif);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:20px;
}
.filter-sec h4{
	float:left;
	color:#FFF;
	padding:7px 20px 0px 15px;
}
.filter-sec nav a{
	height:33px;
	padding:7px 15px 0px 15px;
	float:left;
	text-align:center;
	font-size:14px;
	color:#3d3d3d;
	font-weight:bold;
	border-left:#0e0e0e solid 1px;
	background:url(../images/paging-bg.gif) no-repeat 0px 0px;
}
.filter-sec nav a:hover, .filter-sec nav a.active{
	background:#0e0e0e;
}
.filter-sec ul li a{
	height:31px;
	padding:9px 15px 0px 15px;
	float:left;
	text-align:center;
	font-size:14px;
	color:#3d3d3d;
	font-weight:bold;
	cursor:pointer;
	border-left:#0e0e0e solid 1px;
	background:url(../images/paging-bg.gif) no-repeat 0px 0px;
}
.filter-sec ul li a:hover, .filter-sec ul li a.current{
	background:#0e0e0e;
}
/* Gallery Column
================================================== */
.gal-desc {
	width:100%;
	overflow:hidden;
}
#gal-container {
	display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
	position:relative;

}
#gal-container li {
	float: left;
	position: relative;
}
#gal-container ul {
	
}
#gal-container ul.hidden {
	display:none;
}
/* Gallery Two Column
================================================== */
.gallery-two-col {
	width:100%;
	overflow:hidden;
}
.gallery-two-col {
	width:960px;
	float:left;
	margin:0px 0px -20px -20px;
}
.gallery-two-col li{
	width:458px;
	height:289px;
	float:left;
	overflow:hidden;
	position:relative;
	margin:0px 0px 20px 20px;
	border:#000000 solid 1px;
}
.gal-caption{
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
	position:absolute;
	padding:80px 40px 10px 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/black.png);
}
.gal-caption h2{
	padding:0px 0px 10px 0px;
}
.gal-caption p{
	padding:0px 0px 10px 0px;
	font-size:12px;
	color:#939393;
	font-size:11px;
}
.gal-caption a.view{
	padding:5px;
	font-size:12px;
	font-weight:bold;
	color:#6b6a6a;
	background:#1e1e1e;
}
li:hover .gal-caption{
	display:block;
}
#gal-container a.videos{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
#gal-container a.videos:hover{
	background:url(../images/video.png) no-repeat center center;
}
#gal-container a.images{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
#gal-container a.images:hover{
	background:url(../images/image.png) no-repeat center center;
}
/* Gallery Three Column
================================================== */
.gallery-three-col {
	width:100%;
	overflow:hidden;
	margin-bottom:-20px;
}
.gallery-three-col {
	width:960px;
	float:left;
	margin-left:-20px;
}
.gallery-three-col li{
	width:298px;
	height:210px;
	float:left;
	position:relative;
	overflow:hidden;
	margin:0px 0px 20px 19px;
	border:#000 solid 1px;
}
/* Gallery Four Column
================================================== */
.gallery-four-col {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:-20px;
  margin-top:20px;
}
.gallery-four-col {
	width:960px;
	float:left;
	margin-left:-20px;
}
.gallery-four-col li{
	width:218px;
	height:168px;
	float:left;
	overflow:hidden;
	position:relative;
	margin:0px 0px 20px 20px;
	border:#000 solid 1px;
}
/* Schedule
================================================== */
.schedule {
	width:100%;
	overflow:hidden;
}
/* Timeline
================================================== */
.timeilne {
	width:100%;
	float:left;
	padding-bottom:20px;
	background:url(../images/gray-line.gif) repeat-y 450px 0px;
}
.timeilne .date{
	width:100%;
	text-align:center;
	background:url(../images/gray-line.gif) repeat-x 0px 20px;
}
.timeilne .date span{
	color:#FFF;
	padding:5px;
	font-size:16px;
	border-radius:8px;
	background:#1f1f1f;
	display:inline-block;
	border:#0e0e0e solid 5px;
	text-transform:uppercase;
	font-family: 'Ropa Sans', sans-serif;
}
.timeilne > ul{
	width:966px;
	float:left;
}
.timeilne > ul > li{
	width:458px;
	float:left;
	margin-left:-15px;
	padding-top:20px;
}
.timeline-box{
	width:458px;
	float:left;
	position:relative;
}
.node{
	width:29px;
	height:19px;
	float:left;
	left:0;
	top:10px;
	z-index:2;
	position:absolute;
	display:inline-block;
	background:url(../images/left-node.png) no-repeat;
}
.timeline-box .timeline-post{
	width:435px;
	float:left;
	border:#343434 solid 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:1;
	position:relative;
}
.timeline-post img{
	float:left;
	margin:15px;
	border:#000000 solid 0px;
}
.timeline-post .desc{
	float:left;
	width:220px;
	margin:15px;
	margin-left:0px;
}
.timeline-post .desc h2{
	padding:0px 0px 3px 0px;
}
.timeline-post .desc h2 a{
	text-transform:uppercase;
	color:#FFF;
}
.timeline-post .desc h4{
	padding:0px 0px 5px 0px;
}
.timeline-post .toggle-desc{
	float:left;
	width:100%;
	padding:15px;
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.toggle-desc p{
	padding:0px 0px;
}
.toggle-desc p:first-child{
	padding-top:0px;
}
p.georgia-small{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#8c8c8c;
}
.timeline-post .time-opts{
	float:left;
	width:100%;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.timeline-post .time-opts h5{
	float:left;
}
.timeline-post .time-opts a{
	float:right;
	color:#6f6f6f;
	font-size:14px;
	font-family: 'Ropa Sans', sans-serif;
}
.timeilne ul li:first-child{
	margin-left:0px;
	padding-top:0px;
}
.timeilne ul li:first-child .node{
	width:29px;
	height:19px;
	float:left;
	right:0;
	left:inherit;
	top:10px;
	z-index:2;
	position:absolute;
	display:inline-block;
	background:url(../images/right-node.png) no-repeat;
}
.timeilne ul li:first-child .timeline-box .timeline-post{
	width:435px;
	float:left;
	border:#343434 solid 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#161616;
	z-index:1;
	position:relative;
}
/* Calendar
================================================== */
.calendar {
	width:100%;
	float:left;
	background:#1f1f1f;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.calendar .days{
	width:100%;
	float:left;
	border-bottom:#0e0e0e solid 1px;
}
.calendar .days li{
	float:left;
	width:110px;
	height:27px;
	padding:10px 0px 0px 0px;
	background:#1f1f1f;
	font-size:12px;
	color:#939393;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	border-top:#4d4d4d solid 1px;
}
.calendar .days li:first-child{
	width:130px;
	height:28px;
	font-size:16px;
	background:#0e0e0e;
	border-top:none;
	text-transform:none;
	font-family: 'Ropa Sans', sans-serif;
}
.calendar .days li h4{
	color:#939393;
}
.calendar .table{
	width:100%;
	float:left;
}
.calendar .table .timing{
	width:130px;
	float:left;
}
.calendar .table .timing li{
	width:130px;
	height:48px;
	padding:30px 0px 0px 0px;
	float:left;
	font-size:16px;
	color:#939393;
	text-align:center;
	background:#000000;
	border-bottom:#0e0e0e solid 1px;
	font-family: 'Ropa Sans', sans-serif;
}
.calendar .shows{
	width:109px;
	float:left;
	border-left:#0e0e0e solid 1px;
}
.calendar .shows li{
	width:109px;
	height:58px;
	padding:20px 0px 0px 0px;
	float:left;
	font-size:16px;
	color:#939393;
	text-align:center;
	background:#1f1f1f;
	border-bottom:#0e0e0e solid 1px;
}
.calendar .shows li.fill{
	background:#343434;
}
.calendar .shows li.fill:hover{
	color:#000;
}
.calendar .shows li.onecell{
	height:58px;
	padding:20px 0px 0px 0px;
}
.calendar .shows li.twocell{
	height:96px;
	padding:61px 0px 0px 0px;
}
.calendar .shows li.threecell{
	height:136px;
	padding:100px 0px 0px 0px;
}
/* Widget
================================================== */
.widget {
	width:100%;
	float:left;
}
.widget .widget-head{
	width:100%;
	color:#FFF;
	padding:0px 0px 15px 0px;
	text-transform:uppercase;
}
/* Contact Information
================================================== */
.contact-info {
	width:100%;
	float:left;
}
.contact-info p{
	font-size:12px;
	color:#7d7d7d;
	padding:3px 0px
}
.contact-info p.timing{
	font-size:14px;
}
/* Follow Us
================================================== */
.followus {
	width:100%;
	float:left;
	padding-top:10px;
	margin-top:10px;
	border-top:#1f1f1f solid 1px;
}
.followus p{
	font-weight:bold;
	color:#FFF;
	font-size:14px;
	padding:1px 10px 0px 0px;
}
.followus ul{
	float:left;
}
.followus ul li{
	float:left;
	margin-right:5px;
}
/* Twitter
================================================== */
.twitter {
	width:100%;
	float:left;
	font-size:11px;
}
.twitter ul{
	width:100%;
	float:left;
}
.twitter ul li{
	width:100%;
	float:left;
	padding:10px 0px;
}
.twitter ul li:first-child{
	padding-top:0px;
}
.twitter a.follow{
	color:#00aced;
	padding:2px 0px 4px 30px;
	background:url(../images/twitter.png) no-repeat 0px 0px;
}
/* Twitter
================================================== */
.text-widget {
	width:100%;
	float:left;
	font-size:11px;
}

.text-widget p{
	padding:5px 0px
}
.text-widget p:first-child{
	padding-top:0px
}
.text-widget a.buttontwo{
	margin:10px 0px 0px 0px;
}
/* Footer
================================================== */
#footer-widgets {
	margin:0px;
	padding:20px 10px;
	width:960px;
	float:left;
	border-bottom:#181818 solid 10px;
	background:url(../images/foot-line.gif) repeat-x top #131313;
}
/* Footer
================================================== */
.footer {
	padding:20px 0px 20px 0px;
	width:100%;
	position:relative;
	z-index:2;
}

.footerfacebook {
float:right;
}

.footbg {
	width:100%;
	height:369px;
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.footer ul{
	width:100%;
	float:left;
}
.footer ul li{
	padding:0px 10px;
	float:left;
}
.footer ul li:first-child{
	padding-left:0px;
}
.footer ul li a{
	color:#9e9e9e;
	text-transform:uppercase;
	font-family:Arial, Verdana,Georgia, "Times New Roman", Times, serif;
  font-size:12px;
}
.footer p{
	color:#7d7d7d;
	padding:5px 0px 0px 0px;
}

.copyrightcolor{
  color:#5b5b5b;
  font-size:12px;
	padding:5px 0px 0px 0px;
}

.footer a.gotop{
	height:24px;
	color:#7d7d7d;
	font-size:11px;
	display:inline-block;
	padding:5px 35px 0px 0px;
	background:url(../images/gotop.png) no-repeat center right;
}

/* Ballermann Deko
================================================== */

#ballerman-deko{
	background:url(../images/ballermanndeko.png) no-repeat top center ;
}

.fotter-line-height{
	line-height:1.4;
}

.in-sec{
   background:url(../images/unterseitenbg2.jpg) !important;
   padding:0 20px 20px 20px;
}

.in-sec2{ 
   width:100%; 
   background:url(../images/unterseitenbg2.jpg); 
   padding:0 20px 20px 20px; 
   -webkit-box-sizing:border-box; 
   -moz-box-sizing:border-box; 
   box-sizing:border-box; 
   float:left;	
   box-shadow:0px 0px 5px #000; 
   }

   .in-sec3{ 
   width:100%; 
   background:url(../images/unterseitenbg2.jpg); 
   padding:20px; 
   -webkit-box-sizing:border-box; 
   -moz-box-sizing:border-box; 
   box-sizing:border-box; 
   float:left;	
   box-shadow:0px 0px 5px #000; 
   }
   
/* FullSize Zwei Spalten */

.in-sec-half{ 
   width:435px; 
   -webkit-box-sizing:border-box; 
   -moz-box-sizing:border-box; 
   box-sizing:border-box; 
   float:left;	
   margin-right:20px;
   margin-bottom:20px;
   }   
   
.in-sec-half-last{ 
   width:435px; 
   -webkit-box-sizing:border-box; 
   -moz-box-sizing:border-box; 
   box-sizing:border-box; 
   float:left;	
   margin-bottom:20px;
   } 
   
/* FullSize Zwei Spalten ende */
   
p.text-content{
	font-family:Arial, Verdana,Georgia, "Times New Roman", Times, serif;
  font-size:12px;
	color:#522f16;
}

p.text-content strong{
	font-family:Arial, Verdana,Georgia, "Times New Roman", Times, serif;
  font-size:12px;
	color:#522f16;
}

p.gruppen1-content{
	font-family:Arial, Verdana,Georgia, "Times New Roman", Times, serif;
  font-size:14px;
	color:#522f16;
  text-decoration:underline;
}

p.gruppen1-content strong{
	font-family:Arial, Verdana,Georgia, "Times New Roman", Times, serif;
  font-size:14px;
	color:#522f16;
  text-decoration:underline;
}

p.text-content-disclaimer{
	font-family:Arial, Verdana,Georgia, "Times New Roman", Times, serif;
  font-size:12px;
	color:#b7a395;
}

p.text-content-disclaimer strong{
	font-family:Arial, Verdana,Georgia, "Times New Roman", Times, serif;
  font-size:12px;
	color:#b7a395;
}

	ul.bullets2 {
		padding:10px 0px;
  }
  	
	ul.bullets2 li{
		width:100%;
		color:#ff9227;
		padding:2px 0px 2px 15px;
		font-size:14px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		background:url(../images/bullets.png) no-repeat 0px 6px;
    text-shadow: 2px 2px 2px #000;
}

}
	.heading2 {
		width:100%;
		height:50px;
		float:left;
		color:#FFF;
		text-transform:uppercase;
		padding:13px 0px 0px 15px;
		border-top:#535353 solid 1px;
		background:url(../images/pattern.gif);
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
}

.text-widget2 {
	width:280px;
  height:284px;
	float:left;
	font-size:11px;
  padding:10px;
  line-height:1.6;
	background:url(../images/herzlichwillkommen.png) no-repeat;
}

.text-widget3 {
	width:280px;
  height:284px;
	float:left;
	font-size:11px;
  padding:10px;
  line-height:1.6;
	background:url(../images/facebookbg.png) no-repeat;
}

.homewelcome{
	font-family:Arial, Verdana,Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  margin-top:110px;
  color:#522f16;
  padding:20px 25px 10px 10px;
}

.homefacebook{
	font-family:Arial, Verdana,Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  margin-top:110px;
  color:#522f16;
  padding:20px 10px 10px 55px;
}

.membership-in2 {
	width:100%;
	float:left;
  background:url(../images/unterseitenbg2.jpg) 
	position:relative;
}
.membership-in2 .thumb{
	width:100%;
	float:left;
	overflow:hidden;
}

.box-small-facebook {
	width:300px;
  height:284px;
	background:url(../images/facebookbg.png) no-repeat;
	margin-top:0px;
	overflow:hidden;
}

.box-small-welcome {
	width:300px;
  height:284px;
  line-height:1.6;
	background:url(../images/herzlichwillkommen.png) no-repeat;
  padding:10px;
	margin-top:0px;
	overflow:hidden;
}

.box-small-no-bg {
	width:100%;
	margin-top:0;
	overflow:hidden;
}

#sliderbottomgraphic {
  z-index:9999;
	position:absolute;
	top:513px;
	width:980px;
	border:0;
	padding:0;
	margin:0 auto;
  overflow:hidden;
}


/* Drinks
------------------------------------------------------*/

#drinkskarte{
  width:100%;
  float:left;
  margin:auto 0;
  font-size:12px;
}

#drinkskarte p{
color:#522f16;
}

#drinksbild{
  width:240px;
  height:580px;
  float:left;
  background-color:#000000;
  margin:auto 0;
}

#drinksnavigation a:link{
color:#522f16;
}

#drinksnavigation a:hover{
color:#522f16;
}



#drinksname{
height:20px;
min-width:60%;
float:left;
color:#522f16;
border-bottom:1px dotted #6a6a6a;
margin-top:3px;
}

#drinksize,#drinkprice1{
width:20%;
height:20px;
float:left;
color:#522f16;
border-bottom:1px dotted #6a6a6a;
margin-top:3px;
}

#drinkprice,#drinkprice2{
width:20%;
height:20px;
float:right;
color:#522f16;
text-align:right;
border-bottom:1px dotted #6a6a6a;
margin-top:3px;
}

#drinksname span, #drinkprice1 span,#drinkprice2 span{font-weight: 800;font-size:18px; color:#4e2f18;	}

#drinkspacer{
width:440px;
height:20px;
float:left;
}

.drinks {
margin-bottom:2px;
color:#522f16;
}

#bottletext {
margin-top:50px;
color:#522f16;
}

.textcolorbrown {
color:#522f16;
}


/* index
------------------------------------------------------*/
img.index { background-image: url(../images/nav1a.png);width:47px;height:49px;margin-right:12px; }
img.index:hover { background-image: url(../images/nav1b.png);width:47px;height:49px;margin-right:10px;margin-right:12px; }

/* &uuml;ber uns
------------------------------------------------------*/
img.uberuns { background-image: url(../images/nav8a.png);width:102px;height:49px;margin-right:12px; }
img.uberuns:hover { background-image: url(../images/nav8b.png);width:102px;height:49px;margin-right:12px; }

/* das original
------------------------------------------------------*/
img.dasoriginal { background-image: url(../images/nav2a.png);width:140px;height:49px;margin-right:12px; }
img.dasoriginal:hover { background-image: url(../images/nav2b.png);width:140px;height:49px;margin-right:12px; }


/* getraenkekarte
------------------------------------------------------*/
img.getraenkekarte { background-image: url(../images/nav3a.png);width:173px;height:49px;margin-right:12px; }
img.getraenkekarte:hover { background-image: url(../images/nav3b.png);width:173px;height:49px;margin-right:12px; }


/* gruppen
------------------------------------------------------*/
img.gruppen { background-image: url(../images/nav4a.png);width:102px;height:49px;margin-right:12px; }
img.gruppen:hover { background-image: url(../images/nav4b.png);width:102px;height:49px; }

/* bilder
------------------------------------------------------*/
img.partybilder { background-image: url(../images/nav5a.png);width:78px;height:49px;margin-right:12px; }
img.partybilder:hover { background-image: url(../images/nav5b.png);width:78px;height:49px;margin-right:12px; }

/* faq
------------------------------------------------------*/
img.faq { background-image: url(../images/nav6a.png);width:50px;height:49px;margin-right:12px; }
img.faq:hover { background-image: url(../images/nav6b.png);width:50px;height:49px;margin-right:12px; }


/* Jobs
------------------------------------------------------*/
img.jobs { background-image: url(../images/nav9a.png);width:57px;height:49px;margin-right:12px; }
img.jobs:hover { background-image: url(../images/nav9b.png);width:57px;height:49px;margin-right:12px; }

/* kontakt
------------------------------------------------------*/
img.kontakt { background-image: url(../images/nav7a.png);width:99px;height:49px;margin-right:12px; }
img.kontakt:hover { background-image: url(../images/nav7b.png);width:99px;height:49px;margin-right:12px; }


#impressumgrafik{
background: url(../images/impressumgrafik.png) top right no-repeat;
width:540px;
}

.facebookbanner{
width:880px;
margin-top:0px;
margin-left:10px;
margin-bottom:10px;
}


/* container gruppen
------------------------------------------------------*/
img.homegruppen { background-image: url(../images/img1.png); width:300px;height:210px; }
img.homegruppen:hover { background-image: url(../images/img1hover.png); width:300px;height:210px; }

/* container bilder
------------------------------------------------------*/
img.homebilder { background-image: url(../images/img2.png); width:300px;height:210px; }
img.homebilder:hover { background-image: url(../images/img2hover.png); width:300px;height:210px; }

/* container jobs
------------------------------------------------------*/
img.homejobs { background-image: url(../images/img3.png); width:300px;height:210px; }
img.homejobs:hover { background-image: url(../images/img3hover.png); width:300px;height:210px; }


.textcontactinfo {
font-size:13px;
color:#522f16;
margin-left:3px;
}

.c-wrapper{
width:100%;
display:block;
}

.c-left{
width:48%;
float:left;
}

.c-right-side{
width:48%;
float:left;
padding-left:20px;
}

.c-box{
width:100%;
margin-bottom:20px;
}

.c-box input[type="text"],
.c-box input[type="password"],
.c-box input[type="email"],
.c-box textarea,
.c-box select {
		border: 1px solid #452f21;
 		color: #452f21;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); 
		background:url(/images/form-pattern.png)
}

.c-box input[type="text"]:focus,
.c-box input[type="password"]:focus,
.c-box input[type="email"]:focus,
.c-box textarea:focus,
.c-box select:focus {
		border: 1px solid #452f21;
 		color: #452f21;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); 
}

.c-box p{
line-height:1.7;
font-size:10px;
}

.c-box span{
font-size:15px;
font-weight:bold;
color:#604331;
}

.c-wrapper input{
width:90%;
}

.c-wrapper textarea{
width:90%;
}

.specialmargin{margin-bottom:10px!important;}

.job-checkbox{width:14px !important; padding:0 !important; }
.job-radiobutton{width:14px !important; padding:0 !important; }


.c-label-button input[type="submit"],
.c-button, .c-label-button{
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
background: url(../images/navigation.gif) ; /* Old browsers */
width:200px;
}

.c-label-button input[type="submit"]:hover,
.c-button:hover, .c-label-button:hover{
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
background: url(../images/bg_inner.jpg);
width:200px;
}

.c-right{
background:#b1c903;
color:#ffffff;
font-size:12px;
font-weight:bold;
padding:4px 10px !important;
margin-bottom:10px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}

.c-wrong{
background:#e2001a;
color:#ffffff;
font-size:12px;
font-weight:bold;
padding:4px 10px !important;
margin-bottom:10px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}

/*New Menü*/




.navigation ul li {
display:inline;
line-height:46px;
}

.navigation ul li:first-child {
margin-left:10px;
}

.navigation ul li a{
font-size:20px;
font-family: 'komika_axisregular';
padding:5px 10px;
text-shadow: 3px 3px 0 #000000;
text-align:center!important;
}

.navigation ul li a i{
font-size:27px;
}

.navigation ul li a{
letter-spacing:1px;
  color:#d9ceb4;
  -o-transition:.4s;
  -ms-transition:.4s;
  -moz-transition:.4s;
  -webkit-transition:.4s;
}

.navigation ul li a:hover{
color:#ee5719;
text-shadow: 
-1px 0 black, 
0 1px black, 
1px 0 black, 
0 -1px black;
}


.heading,
.prod-sec .prod-head h2 {
font-size:20px;
font-family: 'komika_axisregular';
letter-spacing:1px;
}



.liketextlink {
margin: 140px 100px 0px 40px;
padding:0px 0px;
text-shadow: 2px 2px 0 #000000;
}


.liketextlink a {
font-size:20px;
color: #5e89db; 
font-family: 'komika_axisregular';
padding:0px 0px;
text-shadow: 2px 2px 0 #000000;
text-align: center;
}















