@font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/myriadpro-bold-webfont.eot');
    src: local('ďż˝'), url('../fonts/myriadpro-bold-webfont.woff') format('woff'), url('../fonts/myriadpro-bold-webfont.ttf') format('truetype'), url('../fonts/myriadpro-bold-webfont.svgz#webfontTI4rcy7y') format('svg'), url('../fonts/myriadpro-bold-webfont.svg#webfontTI4rcy7y') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: Arial,Helvetica,Garuda,sans-serif;
    font-size: 11px;
    color: #fff;
    background: #0F0F0F;
}

body {
    background: url(../layout/bg2.png) repeat-x;
    background-color: #171717;
}
#header-content-wrapper {
    width: 100%;
}

#index {
    width: 1000px;
    margin: 0 auto;
}

#header {
    height: 135px;
    position: relative;
}

#header #banner {
	float: right;
}

#header #logo {
	margin-top: 20px;
	margin-left: 36px;
	float: left;
}

#header #selLang {
  width: 86px;
  padding-top: 11px;
  margin-left: 35px;
  visibility: visible;
}

.header-img { 
    position: absolute;
    right: 0px;
}

#content {
    background: #131313;
}

#content-down {
    width: 1000px;
    height: 7px;
    background: url(../layout/content-down.png);
    margin-bottom: 49px;
}

#footer-wrapper {
    width: 100%;
    background: url(../layout/bg_footer.png) repeat-x;
    height: 157px;
}

#footer {
    margin: 0 auto;
    width: 1000px;
    padding-top: 22px;
    text-align: center;
}

#footer a {
    color: #adadad;
    text-decoration: none;
    margin-right:20px;
    font-weight: bold;
}

.separator {
    color: #242424;
    margin-right: 20px;
}

#reserved {
    color: #6a6a6a;
    margin-top: 25px;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

#blacklot {
    margin-top: 21px;
}

#content-left {
    width: 353px;
    padding-left: 6px;
    float:left;
}

.box-left-column, .box-center-column {
    width: 353px;
    background: #0e0e0e;
}

.box-right-column {
    width: 270px;
    background: #0e0e0e;
}

.box-right-column .slider {
    height: 342px !important;
}


.padding-top-5 {
    padding-top:5px;
}

.box-header, .box-header a {
    color: #ec0e0e;
    font-size: 18px;
    font-weight: bold;
    font-family: 'MyriadProBold';
    text-decoration: none;
}

#concert-head {
    background: url(../layout/h-concert.png);
    height: 28px;
    width: 338px;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 5px;
}

#news-head {
    background: url(../layout/h-concert.png);
    height: 28px;
    width: 338px;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.concert {
    width: 323px;
    padding: 0 15px;
    margin-top: 8px;
}

.concert-down, .news-down {
    width: 100%;
    height: 10px;
    background: url(../layout/hr.png) no-repeat;
    clear: both;
    overflow: hidden;
}

.box-down-left-column {
    width: 353px;
    height: 16px;
    background: url(../layout/concert-down.png);
    margin-bottom: 8px;
}

.box-down-center-column {
    width: 353px;
    height: 16px;
    background: url(../layout/concert-down.png);
    margin-bottom: 8px;
    overflow: hidden;
}

.concert .h1 {
    font-size: 14px;
    font-weight: bold;
    color: #b8b8b8;
    margin-bottom: 10px;
}

.concert-content {
    line-height: 14px;
}

.concert .concert-content-right-data {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: right;
}


.concert .concert-content img {
    border: 1px solid #5F5959;
    margin-right: 13px;
    float: left;
}

#concert-content {
    
}

#content-center {
    float:left;
    width: 353px;
    padding-left: 6px;
}

#content-right {
    width: 270px;
    padding: 0 6px;
    float: left;
}

#facebook-head {
    background: url(../layout/h-empty.png);
    height: 28px;
    width: 338px;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 5px;
}

#facebook {
    text-align: center;
}

.news {
    width: 323px;
    padding-left: 15px;
    padding-right: 15px;
}

.news-h {
    margin-bottom: 7px;
    font-size: 14px;
    color: #b8b8b8;
    font-weight: bold;
    margin-top:8px;
}

.news-date {
    float: right;
    font-size: 11px;
    font-weight: normal;
    line-height: 17px;
    color: #727272;
}

.button-link {
    width: 41px;
    height: 17px;
    background: url(../layout/button.png);
    float:right;
    color: #0e0e0e !important;
    font-weight: bold;
    text-decoration: none;
    padding-top: 2px;
    padding-left: 3px;
}

#gallery-head {
    background: url(../layout/h-gallery.png);
    height: 28px;
    width: 338px;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.gallery-content {
    padding-left: 15px;
    padding-right: 0px;
    width: 338px;
}

.gallery-content-left {
    float:left;
    width: 210px;
}

.gallery-content-right {
    float:right;
    width: 128px;
    text-align: center;
    padding-top: 9px;
}

.gallery-content-right img {
	border: 1px solid #5F5959;
}

.gallery-h {
    font-size: 14px;
    color: #b8b8b8;
    font-weight: bold;
    margin-top:9px;
}

.gallery-date {
    font-size: 11px;
    font-weight: normal;
    line-height: 17px;
    color: #727272;
    margin-bottom: 5px;
}

.button-wrapper-margin-top {
    margin-top: 5px;
}

#video-head {
    background: url(../layout/h-video.png);
    height: 28px;
    width: 338px;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 5px;
}

#video-content {
    text-align: center;
    padding-top: 10px;
}

#band-head {
    background: url(../layout/h-band.png);
    height: 28px;
    width: 255px;
    padding-top: 10px;
    padding-left: 15px;
}

#up {
    width: 270px;
    height: 21px;
    background: url(../layout/up.png);
    cursor:pointer;
    margin-bottom: 10px;
}

#down {
    width: 270px;
    height: 21px;
    background: url(../layout/down.png);
    margin-top: 10px;
    cursor:pointer;
}

.box-down-column-right {
    width: 270px;
    height: 3px;
    background: url(../layout/box-down-column-right.png);
    overflow: hidden;
}

.band-box {
    width: 248px;
    padding: 0 11px;
    margin-top: 10px;
    height:102px;
}

.left img {
    float: left;
    margin-right: 10px;
    border: 1px solid #5F5959;
}

.right img {
    float: right;
    margin-left: 10px;
    border: 1px solid #5F5959;
}

.band-h {
    font-size: 14px;
    font-weight: bold;
    color: #b8b8b8;
    margin-bottom: 8px;
}

#guestbook-head {
    background: url(../layout/h-right-empty.png);
    height: 28px;
    width: 255px;
    padding-top: 10px;
    padding-left: 15px;
    margin-top: 10px;
}

.guestbook-down {
    width: 100%;
    height: 9px;
    background: url(../layout/hr-right.png) no-repeat;
    padding-bottom: 7px;
}

.guestbook {
    width: 250px;
    padding: 10px 10px 0 10px;
}

.guestbook-h {
    font-size: 14px;
    color: #b8b8b8;
    font-weight: bold;
    margin-bottom: 10px;
}

.guestbook-date {
    font-size:11px;
    font-weight: normal;
    color: #6a6a6a;
    float: right;
    line-height: 15px;
}

.guestbook-email {
    margin-bottom: 5px;
}

.gray {
    color: #6a6a6a;
}

#menu {
    background: url(../layout/menu.png);
    width: 1000px;
    height: 57px;
}

.menu_en#menu
 {
    background: url(../layout/menu-en.png) !important;
}

#menu ul {
    margin: 0;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
    margin-right: 1px;
}

#menu a {                
    display: block;
    height: 57px;
    text-decoration: none;
    text-align:center;
    border: none;
}

#menu #o-nas {
    width: 92px;
}

#menu #o-nas:hover, #menu #o-nas.active {
    background:url(../layout/menu-a.png);
    background-position: 0px 0px;
}

.menu_en#menu #o-nas:hover, .menu_en#menu #o-nas.active {
    background:url(../layout/menu-en-a.png) !important;
    background-position: 0px 0px;
}

#menu #aktualnosci {
    width: 110px;
}

#menu #aktualnosci:hover, #menu #aktualnosci.active {
    background:url(../layout/menu-a.png);
    background-position: -93px 0px;
}

.menu_en#menu #aktualnosci:hover, #menu .menu_en#aktualnosci.active {
    background:url(../layout/menu-en-a.png);
    background-position: -93px 0px;
}

#menu #koncerty {
    width: 97px;
}

#menu #koncerty:hover, #menu #koncerty.active {
    background:url(../layout/menu-a.png);
    background-position: -204px 0px;
}

.menu_en#menu #koncerty:hover, .menu_en#menu #koncerty.active {
    background:url(../layout/menu-en-a.png);
    background-position: -204px 0px;
}

#menu #malicki {
    width: 144px;
}

#menu #malicki:hover, #menu #malicki.active {
    background:url(../layout/menu-a.png);
    background-position: -302px 0px;
}

.menu_en#menu #malicki:hover, .menu_en#menu #malicki.active {
    background:url(../layout/menu-en-a.png);
    background-position: -302px 0px;
}

#menu #laskowik-malicki {
    width: 157px;
}

#menu #laskowik-malicki:hover, #menu #laskowik-malicki.active {
    background:url(../layout/menu-a.png);
    background-position: -447px 0px;
}

.menu_en#menu #laskowik-malicki:hover, .menu_en#menu #laskowik-malicki.active {
    background:url(../layout/menu-en-a.png);
    background-position: -447px 0px;
}

#menu #galeria {
    width: 84px;
}

#menu #galeria:hover, #menu #galeria.active {
    background:url(../layout/menu-a.png);
    background-position: -605px 0px;
}

.menu_en#menu #galeria:hover, .menu_en#menu #galeria.active {
    background:url(../layout/menu-en-a.png);
    background-position: -605px 0px;
}

#menu #ksiega-gosci {
    width: 119px;
}

#menu #ksiega-gosci:hover, #menu #ksiega-gosci.active {
    background:url(../layout/menu-a.png);
    background-position: -690px 0px;
}

.menu_en#menu #ksiega-gosci:hover, .menu_en#menu #ksiega-gosci.active {
    background:url(../layout/menu-en-a.png);
    background-position: -690px 0px;
}

#menu #forum {
    width: 82px;
}

#menu #forum:hover, #menu #forum.active {
    background:url(../layout/menu-a.png);
    background-position: -810px 0px;
}

.menu_en#menu #forum:hover, .menu_en#menu #forum.active {
    background:url(../layout/menu-en-a.png);
    background-position: -810px 0px;
}

#menu #kontakt {
    width: 101px;
}

#menu #kontakt:hover, #menu #kontakt.active {
    background:url(../layout/menu-a.png);
    background-position: -893px 0px;
}

.menu_en#menu #kontakt:hover, .menu_en#menu #kontakt.active {
    background:url(../layout/menu-en-a.png);
    background-position: -893px 0px;
}

#rzetelna {
	margin-top: 20px;
}

#rzetelna img{
	border:0 !important;
}

#rzetelna .left {
	float: left;
	width: 250px;
}

#rzetelna .center {
	float: left;
	width: 500px;
}

#rzetelna .right {
	float: right;
	width: 250px;
}

.licznik {
	text-align: center;
	font-size: 125%;
	padding-bottom: 10px;
}

.licznik span {
	color: red;
}

/*     --    Facebook Style --   */
.connect_widget_button_count_count {
    background: none repeat scroll 0 0 #EE2B2E;
    border: 1px solid #C1C1C1;
    color: #FFFFFF;
    float: left;
    font-weight: normal;
    height: 14px;
    margin-left: 1px;
    min-width: 15px;
    padding: 1px 2px;
    text-align: center;
}


.button_count .like_button_dark .like_button_no_like .liketext, .button_count .connect_widget_like_button .liketext {
    background-position: -1px -47px;
    color: #FFFFFF;
}


.button_count .like_button_dark .like_button_no_like .liketext, .button_count .connect_widget_like_button .liketext {
    background-position: -1px -47px;
    color: #FFFFFF;

}


.button_count a.connect_widget_like_button {
    padding: 2px 4px;
}


.connect_widget .like_button_no_like .piece, .connect_widget .like_button_no_like {
    background-color: #000000 !important;
    border-color: red;
    color: white;
}




/*     --    Facebook Style --   */





