/* --- general --- */
.clearfix:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
body
{
	background: #151515;
	padding: 0px;
	margin: 0px;
	/*font-family: 'Arial';*/
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #fff;
}
a
{
	text-decoration: none;
	color: #59B42D;
}
a:hover
{
	text-decoration: underline;
}
.relative
{
	position: relative;
}
option {
        border: 1px solid #515151;
    background: transparent;
    padding: 9px;
    color: #fff;
    margin: 0;
}
input, textarea, select
{
	font-family: arial;
	font-size: 13px;
}
input[type='text'].hint, textarea.hint, select.hint
{
	color: #C5C5C5 !important;
}
/* --- font face --- */
/*@font-face
{
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: url('../font/DroidSans.eot');
  src: local('Droid Sans'), local('DroidSans'), url('../font/DroidSans.ttf') format('truetype');
}
@font-face
{
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: normal;
  src: url('../font/DroidSerif-Regular-webfont.eot');
  src: local('Droid Serif'), local('DroidSerif'), url('../font/DroidSerif-Regular-webfont.ttf') format('truetype');
}*/
/* --- headers --- */
h1, h2, h3, h4, h5
{
	/*font-family: 'Droid Sans';*/
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFF;
}
h1 a, h2 a, h3 a, h4 a, h5 a
{
	color: #FFF;
}
h1
{
	font-size: 48px;
}
h2
{
	font-size: 24px;
}
h3
{
	font-size: 18px;
}
h4
{
	font-size: 16px;
}
h5
{
	font-size: 13px;
}
.box_header
{
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #409915;
}
.box_header2
{
	float: left;
	padding-bottom: 10px;
	width: 500px;
	border-bottom: 1px solid #409915;
}
.box_header3
{
	float: left;
	padding-bottom: 10px;
	width: 400px;
	border-bottom: 4px solid #409915;
}
.box_header33
{
	float: left;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 4px solid #409915;
}
.box_header4
{
	float: left;
	padding-bottom: 10px;
	width: 250px;
	border-bottom: 4px solid #409915;
}
.box_headerinfo
{

	padding-bottom: 7px;
	padding-top: 15px;
	width: 500px;
}
.box_header22
{
	float: left;
	padding-bottom: 10px;
	width: 500px;
	border-bottom: 1px solid #cccccc;
}
.box_header.margin
{
	margin-top: 27px;
}
.sentence
{
	font-family: 'Droid Serif';
	color: #59B42D;
	font-style: italic;
	margin-top: 25px;
}
.info_green, .info_white
{
	float: left;
	clear: both;
	font-family: 'Droid Serif';
	font-style: italic;
}
.info_green
{
	margin-top: 5px;
	color: #59B42D;
}
.info_white
{
	color: #FFF;
}
/* --- header --- */
.header_container
{
	background-color: #fff;
}
.header
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.header_left
{
	float: left;
	width: 435px;
}
.header_right
{
	float: right;
}
.header_left a
{
	display: block;
	margin-top: 13px;
}
.header_left a, .logo_left, .logo_right
{
	font-family: 'Droid Sans';
	font-size: 24px;
}
.header_left a:hover
{
	text-decoration: none;
}
.header_left a img
{
	float: left;
	margin-right: 10px;
}
.logo_left
{
	color: #59b42d;
}
.logo_right
{
	float: rigth;
	color: #000;
}
.logo_left, .logo_right
{
	float: left;
	padding-top: 7px;
}
/* --- menu --- */
.sf-menu
{
	padding: 14px 0 0;
	margin: 0;
}
.sf-menu li
{
	height: 51px;
	margin-left: 25px;
}
.sf-menu li:first-child
{
	margin-left: 0;
}
.sf-menu li, .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active
{
	background: none #fff;
}
.sf-menu li a, .sf-menu li a:visited
{
	font-family: 'arial';
	color: #888;
	border: none;
	padding: 0;
	padding: 12px 0 5px;
}
.sf-menu li:hover a, .sf-menu li.selected a
{
	color: #000;
	border-bottom: 2px solid #59B42D;
}
.sf-menu li ul
{
	width: 190px;
	background: url('/images/tpl/header_submenu_arrow.png') 20px 30px no-repeat;
	padding-top: 38px;
}
.sf-menu li ul li
{
	margin-left: 0;
	background-color: #fff;
	padding: 0;
	border-top: 1px solid #FFF;
	height: auto;
}
.sf-menu li:hover ul a
{
	border-bottom: none;
	color: #888;
}
.sf-menu li ul li:hover, .sf-menu li ul li.selected
{
	border-top: 1px solid #E0E0E0;
}
.sf-menu li ul li a
{
	padding: 14px 20px 15px;
	font-size: 12px;
	border-bottom: none;
}
.sf-menu li ul li a:hover, .sf-menu li ul li.selected a
{
	color: #000;
	background-color: #F0F0F0;
}
.mobile_menu
{
	display: none;
	float: right;
	padding: 23px 0 22px;
}
.mobile_menu select
{
	border: 1px solid #E0E0E0;
}
/* --- page --- */
.page
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
.page_layout
{
	margin-top: 25px;
}
.page_left
{
	float: left;
	width: 610px;
}
.page_right
{
	float: right;
	width: 320px;
}
.page_margin_top
{
	margin-top: 30px;
}
.top_hint
{
	position: relative;
	float: right;
	background-color: #409915;
	padding: 9px 10px;
	margin-top: -250px;
}
.page_right .home_box
{
	height: auto;
}
/* --- page header --- */
.page_header h4
{
	/*font-family: 'Droid Serif';*/
	font-style: italic;
	margin-top: 5px;
}
.page_header_left
{
	float: left;
	width: 670px;
}
.page_header_right
{
	float: right;
}
/* --- search --- */
.search
{
	margin-top: 11px;
}
.search input
{
	float: left;
	background: transparent;
	border: 1px solid #515151;
	padding: 9px;
	color: #fff;
	margin: 0;
}
.search .search_input
{
	width: 134px;
	transition: width 0.5s;
	-moz-transition: width 0.5s; /* Firefox */
	-webkit-transition: width 0.5s; /* Safari and Chrome */
	-o-transition: width 0.5s; /* Opera */
}
.search .search_input:focus
{
	width: 184px;
	border-color: #409915;
}
.search input[type='submit']
{
	height: 36px;
	margin-left: 2px;
	cursor: pointer;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}
/* --- bread crumb --- */
.bread_crumb
{
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
	padding: 12px 0;
	margin-top: 25px;
}
.bread_crumb li
{
	float: left;
	font-size: 11px;
	color: #999;
	margin-left: 3px;
}
.bread_crumb li:first-child
{
	margin-left: 0;
}
.bread_crumb li.separator
{
	width: 8px;
	padding: 0 4px;
}
/* --- footer --- */
.footer_container
{
	background-color: #303030;
	padding-bottom: 10px;
}
.footer
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
/* --- icons --- */
/* --- icon small arrow --- */
.icon_small_arrow
{
	background-position: center center;
	background-repeat: no-repeat;
}
.icon_small_arrow.left_black
{
	background-image: url('/images/tpl/icon_arrow_left_black.png');
}
.icon_small_arrow.right_black
{
	background-image: url('/images/tpl/icon_arrow_right_black.png');
}
.icon_small_arrow.margin_right_black
{
	background-image: url('/images/tpl/icon_arrow_margin_right_black.png');
}
.icon_small_arrow.left_white
{
	background-image: url('/images/tpl/icon_arrow_left_white.png');
}
.icon_small_arrow.margin_right_white
{
	background-image: url('/images/tpl/icon_arrow_margin_right_white.png');
}
.icon_small_arrow.right_white
{
	background-image: url('/images/tpl/icon_arrow_right_white.png');
}
.icon_small_arrow.top_white
{
	background-image: url('/images/tpl/icon_arrow_top_white.png');
}
.icon_small_arrow.top_black
{
	background-image: url('/images/tpl/icon_arrow_top_black.png');
}
/* --- icon clock --- */
.icon_clock_green
{
	background-image: url('/images/tpl/icon_clock_green.png');
}
.icon_clock_black
{
	background-image: url('/images/tpl/icon_clock_black.png');
}
/* --- icon card --- */
.icon_card_green
{
	background-image: url('/images/tpl/icon_card_green.png');
}
.icon_card_white
{
	background-image: url('/images/tpl/icon_card_white.png');
}
/* --- banner icon --- */
.banner_icon
{
	width: 50px;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
}
.banner_icon.calendar
{
	background-image: url('/images/tpl/banner_icon_calendar.png');
}
.banner_icon.hand
{
	background-image: url('/images/tpl/banner_icon_hand.png');
}
.banner_icon.note
{
	background-image: url('/images/tpl/banner_icon_note.png');
}
.banner_icon.phone
{
	background-image: url('/images/tpl/banner_icon_phone.png');
}
/* --- social icon --- */
.social_icon
{
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
}
.social_icon:hover
{
	background-position: 0 -30px;
}
.social_icon.facebook
{
	background-image: url('/images/tpl/social_icon_facebook.png');
}
.social_icon.google
{
	background-image: url('/images/tpl/social_icon_googleplus.png');
}
.social_icon.skype
{
	background-image: url('/images/tpl/social_icon_skype.png');
}
.social_icon.twitter
{
	background-image: url('/images/tpl/social_icon_twitter.png');
}
/* --- slider --- */
.caroufredsel_wrapper
{
	width: 100% !important;
	margin: 0 !important;
	overflow: hidden;
}
.caroufredsel_wrapper_slider
{
	/*top: 65px !important;*/
}
.slider
{
	/*position: absolute;*/
	padding: 0;
}
.slider li
{
	float: left;
	height: 620px;
	background-position: top center;
	background-repeat: no-repeat;
}
.slider li .slider_img
{
	position: relative;
	height: 100%;
	top: 0;
	left: 0;
}
/* --- slider content --- */
.slider_content_box
{
	margin-top: -350px;
	min-height: 98px;
}
.slider_content
{
	display: none;
	float: left;
	border-top: 3px solid #fff;
	padding-top: 11px;
	border-bottom: 1px solid #fff;
	padding-bottom: 17px;
}
.slider_content .title, .slider_content .subtitle
{
	width: 280px;
}
.slider_content .title
{
	display: inline;
}
.slider_content .subtitle
{
	display: inline;
	font-style: italic;
	font-family: 'Droid Serif';
}
/* --- slider navigation --- */
.slider_navigation
{
	float: right;
	margin-top: 60px;
	position: static !important;
	padding: 0 !important;
}
.slider_navigation .more, .slider_navigation .prev, .slider_navigation .next
{
	float: left;
	display: block;
	padding: 0;
	border: none;
}
/* --- home box --- */
.home_box_container
{
	margin-top: 80px;
}
.home_box_containerweb
{
	margin-top: 4px;
}
.info_prawa
{
	margin-top: 0px;
}
.home_box
{
	float: left;
	width: 260px;
	height: 175px;
	padding: 25px 30px 30px;
}
.home_box2
{
	float: left;
	width: 260px;
	height: 175px;
	padding: 10px 10px 10px;
}
.home_box h3
{
	font-family: 'Droid Serif';
	font-style: italic;
	color: #000;
	margin-top: 5px;
}
.home_box.white
{
	background-color: #fff;
}
.home_box.white h2
{
	color: #409915;
}
.home_box.light_green
{
	background-color: #59B42D;
}
.home_box.green
{
	background-color: #409915;
}
.home_box.dark
{
	background-color: #303030;
}
.home_box.dark h3
{
	color: #999;
}
.home_box #upcoming_class_prev, .home_box #upcoming_class_next
{
	float: left;
	width: 28px;
	height: 28px;
	border: 1px solid #eee;
}
.home_box #upcoming_class_prev:hover, .home_box #upcoming_class_next:hover
{
	background-color: #000;
	border-color: #000;
}
.home_box #upcoming_class_prev:hover
{
	background-image: url('/images/tpl/icon_arrow_left_white.png');
}
.home_box #upcoming_class_next:hover
{
	background-image: url('/images/tpl/icon_arrow_right_white.png');
}
.home_box #upcoming_class_next
{
	margin-left: 2px;
}
.home_box .header_left
{
	width: 198px;
}
.home_box .header_right
{
	width: 62px
}
.home_box .news
{
	margin-top: 20px;
}
.home_box .news .banner_icon
{
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.home_box .news .text
{
	float: left;
	width: 190px;
	line-height: 150%;
}
.home_box .webb
{
	float: left;
	width: 220px;
	line-height: 150%;
}
.home_box .webbtre
{
	float: left;
	width: 280px;
	line-height: 120%;
	height:100px;
}
.home_box.white .news .text
{
	color: #000;
}
.home_box .more
{
	margin-top: 20px;
}
/* --- items list --- */
.items_list
{

}
.items_list.margin_top
{
	margin-top: 8px;
}
.items_list li
{
	float: left;
	width: 235px;
	padding: 12px 0 12px 25px;
	border-bottom: 1px solid #eee;
	background-position: left center;
	background-repeat: no-repeat;
}
.items_list a, .items_list span
{

	float: left;
	color: #000;
	font-size: 15px;
}
.items_list .value
{
	float: right;
	color: #000;
	padding-top: 6px;
}
.items_list .value3
{
	float: right;
	color: #000;
	padding-top: 2px;
}
.items_list .value2
{
	float: right;
	color: #000;
	padding-top:3px;
	color: #008bba;
}
.items_list.light_green li
{
	border-color: #7ac357;
}
.items_list.light_green li span, .items_list.light_green .value,
.items_list.green li span, .items_list.green .value
{
	color: #FFF;
}
.items_list.green li
{
	border-color: #66ad44;
}
.items_list.gray li
{
	border-color: #515151;
}
.items_list.gray span, .items_list.gray .value,
.items_list.dark a, .items_list.dark span, .items_list.dark .value
{
	color: #C5C5C5;
}
.items_list.dark li
{
	border-color: #353535;
}
/* --- scrolling list --- */
.scrolling_list_wrapper
{
	margin-top: 18px;
}
.scrolling_list
{
}
.scrolling_list_control_left, .scrolling_list_control_right
{
	float: left;
	width: 28px;
	height: 28px;
}
.scrolling_list_control_right
{
	margin-left: 2px;
}
.scrolling_list li
{
	width: 302px;
	color: #C5C5C5;
	background-position: left 18px;
	padding: 10px 0 10px 18px;
	line-height: 150%;
}
.scrolling_list li a
{
	clear: both;
	float: left;
	color: #c5c5c5;
}
.scrolling_list.latest_tweets li a
{
	float: none;
	color: #59B42D;
}
.scrolling_list li .left
{
	float: left;
	width: 270px;
}
.scrolling_list li a:hover .left
{
	text-decoration: underline;
}
.scrolling_list li .number
{
	float: right;
	width: 30px;
	color: #999;
    padding: 8px 0;
	font-size: 11px;
	text-align: center;
	line-height: 1;
}
.timeago, .time_desc
{
	clear: both;
	display: block;
	margin-top: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #59B42D;
}
/* --- upcoming classes --- */
.upcoming_classes_wrapper
{
	height: 120px;
	margin-top: 8px;
}
.upcoming_classes
{
}
.upcoming_classes li
{
	background-image: url('/images/tpl/icon_clock_black.png');
}
/* --- more --- */
.more
{
	float: right;
	color: #fff;
	padding: 5px 24px 6px 9px;
	line-height: normal;
	background-position: right center;
}
.more.black
{
	background-color: #000;
	border: 1px solid #000;
}
.more.black:hover
{
	background-color: #fff;
	border-color: #fff;
	color: #000;
	background-image: url('/images/tpl/icon_arrow_margin_right_black.png');
}
.more.light
{
	color: #000;
	border-color: #EEE;
}
.more.light:hover
{
	background-color: #000;
	border-color: #000;
	color: #FFF;
	background-image: url('/images/tpl/icon_arrow_margin_right_white.png');
}
/* more2 */
.more3
{
	float: right;
	color: #fff;
	padding: 5px 24px 6px 9px;
	line-height: normal;
	background-position: right center;
	margin-top:70px;
	margin-right:60px;
}
.more3.black
{
	background-color: #000;
	border: 1px solid #000;
}
.more3.black:hover
{
	background-color: #fff;
	border-color: #fff;
	color: #000;
	background-image: url('/images/tpl/icon_arrow_margin_right_black.png');
}
.more3.light
{
	color: #000;
	border-color: #EEE;
}
.more3.light:hover
{
	background-color: #000;
	border-color: #000;
	color: #FFF;
	background-image: url('/images/tpl/icon_arrow_margin_right_white.png');
}

/* --- blog --- */
.blog
{
	clear: both;
}
.comment_box
{
	float: left;
	width: 80px;
	margin-right: 30px;
	text-align: center;
}
.post
{
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.comment_box .first_row
{
	background-color: #409915;
	padding: 22px 0 21px;
	font-size: 22px;
	text-align: center;
}
.comment_box .second_row
{
	display: block;
	margin-top: 4px;
	font-size: 12px;
}
.comment_box .second_row.small
{
	font-size: 11px;
}
.comment_box .comments_number
{
	display: block;
	text-align: center;
	font-size: 11px;
	border-bottom: 1px solid #515151;
	padding: 8px 0 9px;
	color: #fff;
}
.comment_box .comments_number:hover
{
	border-color: #409915;
}
.post_content
{
	float: right;
	width: 500px;
}
.post_content a.post_image
{
	display: block;
	margin-bottom: 27px;
}
.post_content a.post_image img
{
	display: block;
	width: 500px;
	height: auto;
	background: url('/images/tpl/preloader.gif') no-repeat center center;
}
.post_content h2
{
	margin-bottom: 24px;
}
.post_content .text
{
	line-height: 150%;
	color: #c5c5c5;
}
.post_footer
{
	margin-top: 25px;
}
.categories li.posted_by
{
	background: url('/images/tpl/icon_post_author.png') no-repeat 10px center;
	padding: 8px 9px 8px 25px;
	border: 1px solid #515151;
}
.categories li.posted_by .author
{
	display: inline;
	color: #fff;
	border: none;
	padding: 0;
}
.categories li.posted_by .author:hover
{
	text-decoration: underline;
}
.categories li
{
	float: left;
	font-size: 11px;
	color: #999;
	margin-right: 2px;
	margin-bottom: 2px;
}
.categories li:last-child
{
	margin-right: 0;
}
.categories li a
{
	display: block;
	color: #999;
	padding: 8px 9px;
}
.show_all
{
	border-top: 1px solid #515151;
	margin-top: 30px;
}
.show_all .more
{
	margin-top: -1px;
}
/* --- comments --- */
#comments_list
{
	float: right;
}
#comments_list li.comment
{
	width: 500px;
	margin-top: 35px;
}
#comments_list li.comment:first-child
{
	margin-top: 0;
}
#comments_list .comment_author_avatar
{
	float: left;
	width: 78px;
	height: 78px;
	margin-right: 20px;
	border: 1px solid #515151;
}
#comments_list .comment_details
{
	float: left;
	width: 400px;
}
#comments_list .comment_details .posted_by
{
	background: url('/images/tpl/icon_post_author.png') no-repeat left center;
	font-size: 11px;
	color: #999;
	padding-left: 15px;
	line-height: 140%;
}
#comments_list .comment_details .posted_by a
{
	color: #fff;
}
#comments_list .comment_details p
{
	color: #C5C5C5;
	line-height: 150%;
	padding: 20px 0;
}
#comments_list .reply_button
{
	float: left;
	clear: both;
	padding-right: 13px;
	background-position: right 5px;
	color: #fff;
}
#comments_list .children
{
	clear: both;
	float: left;
	margin-left: 40px;
	margin-top: 35px;
}
#comments_list .children .children
{
	margin-left: 0;
}
#comments_list .children li.comment
{
	width: 460px;
}
#comments_list .children .comment_details
{
	width: 360px;
}
#comments_list .pagination
{
	margin-top: 20px;
}
/* --- forms --- */
.comment_form_container
{
	float: left;
	margin-left: 110px;
	margin-top: 25px;
}
.comment_form,
.contact_form
{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.comment_form .left, .comment_form .right,
.contact_form .left, .contact_form .right
{
	float: left;
	width: 380px;
}
.contact_form .left, .contact_form .right
{
	width: 210px;
}
.comment_form .right, .contact_form .right
{
	float: right;
}
.comment_form input, .comment_form textarea, .comment_form select, .comment_form select,
.contact_form input, .contact_form textarea, .contact_form select, .contact_form select
{
	border: 1px solid #515151;
	background: transparent;
	padding: 9px;
	color: #fff;
	margin: 0;
}
.comment_form .text_input:focus, .comment_form textarea:focus,
.contact_form .text_input:focus, .contact_form textarea:focus, .comment_form select:focus
{
	border-color: #409915;
}
.comment_form textarea,
.contact_form textarea
{
	width: 225px;
	height: 108px;
}
.contact_form textarea
{
	width: 210px;
}
.comment_form .text_input
{
	width: 225px;
	margin-top: 10px;
}
.contact_form .block
{
	margin-top: 10px;
}
.contact_form .text_input
{
	width: 190px;
}
.comment_form .text_input:first-child,
.contact_form .block:first-child
{
	margin-top: 0;
}
.comment_form input[type='submit'],
.contact_form input[type='submit']
{
	float: right;
	width: 70px;
	height: 36px;
	margin-top: 10px;
	cursor: pointer;
	background-position: right center;
	background-repeat: no-repeat;
}
/* --- pagination --- */
.pagination
{
	float: right;
}
.pagination li
{
	float: left;
	margin-left: 2px;
}
.pagination li:first-child
{
	margin-left: 0;
}
.pagination li a
{
	display: block;
	height: 12px;
	color: #999;
	padding: 9px 11px 7px;
	font-size: 11px;
}
/* --- sidebar box --- */
.sidebar_box
{
	float: left;
	width: 320px;
	margin-top: 50px;
}
.sidebar_box.first
{
	margin-top: 30px;
}
.sidebar_box .header_left, .footer_box .header_left
{
	width: 258px;
}
.sidebar_box .header_right, .footer_box .header_right
{
	width: 62px;
}
/* --- training classes --- */
.training_classes .ui-accordion-header h5
{
	font-family: 'Droid Serif';
	font-style: italic;
	color: #999;
	margin-top: 5px;
}
.training_classes .ui-accordion-header
{
	cursor: pointer;
	padding-bottom: 15px;
	padding-top: 14px;
	border-bottom: 1px solid #353535;
	background: url('/images/tpl/icon_accordion_arrow_down.png') no-repeat right center;
}
.training_classes li:first-child .ui-accordion-header
{
	padding-top: 0;
}
.training_classes .ui-accordion-header.ui-state-hover
{
	border-bottom: 1px solid #409915;
}
.training_classes .ui-accordion-header.ui-state-active
{
	border-bottom: 2px solid #409915;
	background: url('/images/tpl/icon_accordion_arrow_up.png') no-repeat right center;
}
.training_classes .ui-accordion-content
{
	padding: 20px 0;
	color: #c5c5c5;
	line-height: 150%;
}
.training_classes.wide .ui-accordion-content
{
	padding: 30px 0;
}
.training_classes .ui-accordion-content .thumb_image, .training_classes .ui-accordion-content .thumb_image img
{
	display: block;
	width: 80px;
	height: 80px;
}
.training_classes .ui-accordion-content .thumb_image
{
	float: left;
	margin-right: 20px;
}
.training_classes .ui-accordion-content .text
{
	float: right;
	width: 220px;
}
.training_classes .ui-accordion-content .item_footer
{
	margin-top: 20px;
	line-height: 1;
}
.training_classes .ui-accordion-content .item_footer .more
{
	margin-right: 2px;
}
.training_classes .ui-accordion-content .item_footer .more:first-child
{
	margin-right: 0;
}
.training_classes.wide .about_img
{
	width: 500px;
	height: auto;
	margin-bottom: 23px;
}
.training_classes .list.trainers li
{
	margin-top: 20px;
}
.training_classes .list.trainers li:first-child
{
	margin-top: 0;
}
/* --- tabs --- */
.ui-tabs-hide
{
	display: none;
}
.ui-tabs-nav
{
	float: left;
	width: 80px;
}
.ui-tabs-nav li
{
	margin-bottom: 2px;
}
.ui-tabs-nav li:last-child
{
	margin-bottom: 0;
}
.ui-tabs-nav li a
{
	display: block;
	width: 78px;
	text-align: center;
	padding: 5px 0;
	color: #999;
}
.ui-tabs-panel
{
	float: right;
	width: 500px;
}
.ui-tabs-panel p
{
	padding: 24px 0 25px;
}
.horizontal .ui-tabs-panel
{
	float: none;
	width: 100%;
}
/* tabs navigation */
.tabs_navigation
{
	float: none;
	clear: both;
	width: 100%;
}
.tabs_navigation li
{
	float: left;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 2px;
}
.tabs_navigation li:last-child
{
	margin-right: 0;
}
.tabs_navigation li a
{
	width: auto;
	display: block;
	text-align: center;
	color: #999;
	padding: 8px 10px;
}
/* --- columns --- */
.columns
{

}
.column_left, .column_right
{
	width: 235px;
}
.column_left
{
	float: left;
	margin-right: 30px;
}
.column_right
{
	float: right;
}
.columns p
{
	clear: both;
	padding: 25px 0;
}
.columns.full_width .column_left
{
	width: 450px;
}
.columns.full_width .column_right
{
	width: 480px;
}
/* --- list --- */
.list
{
	clear: both;
	padding: 25px 0;
}
.list li
{
	background-position: left center;
	padding-left: 18px;
}
.list.top_marker li
{
	background-position: left 8px;
}
/* --- pricing plan --- */
.pricing_plan
{
	clear: both;
	float: left;
	margin-top: 13px;
}
.pricing_plan li
{
	width: 217px;
	padding-left: 18px;
}
/* --- timetable --- */
.timetable
{
	width: 100%;
	font-size: 12px;
	color: #C5C5C5;
	margin-top: 30px;
}
.mobtimetable
{
	font-size: 11px;
	color: #C5C5C5;
	margin-top: 30px;
}
/* .timetable tbody tr
/* {*/
	/*border-bottom: 1px dashed #454545;*/
/* 	background: url('/images/tpl/dotted_line.png') left top repeat-x;*/
/* } */
.timetable th, .timetable td
{
	/* width: 12.5%; */
	text-align: center;
	padding: 15px;
}
.timetable .last
{
	padding-right: 0;
}
.timetable .event
{
	background-color: #409915;
	color: #FFF;
	border-bottom: 1px solid #151515;
	/*border-right: 1px solid #151515;*/
}
.timetable .eventsmall
{
	background-color: #409915;
	color: #FFF;
	border-bottom: 1px solid #151515;
	width:100px;
    height:30px;
}
.timetable .eventred
{
	background-color: #d90000;
	color: #FFF;
	border-bottom: 1px solid #151515;
	/*border-right: 1px solid #151515;*/
}
.timetable .eventwak
{
	background-color: #ca8a60;
	color: #FFF;
	border-bottom: 1px solid #151515;
	/*border-right: 1px solid #151515;*/
}

.timetable .event a
{
	display: block;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 2px;
}
.timetable .row_gray
{
	background-color: #202020;
}
.timetable .row_gray2
{
	background-color: #545353;
}
.timetable .row_gray3
{
	background-color: #455a64;
}
.timetable .row_gray4
{
	background-color: #37474f;
}
.timetable .event.tooltip:hover
{
	background-color: #FFF;
	color: #000;
}
.timetable .event.tooltip:hover a
{
	color: #000;
}
.timetable.small
{
	display: none;
	font-size: 13px;
}

/* mob */
.mobtimetable th, .mobtimetable td
{
	/* width: 12.5%; */
	text-align: center;
	padding: 15px;
}
.mobtimetable .last
{
	padding-right: 0;
}
.mobtimetable .event
{
	background-color: #409915;
	color: #FFF;
	border-bottom: 1px solid #151515;
	/*border-right: 1px solid #151515;*/
}
.mobtimetable .eventsmall
{
	background-color: #409915;
	color: #FFF;
	border-bottom: 1px solid #151515;
	width:100px;
    height:30px;
}
.mobtimetable .eventred
{
	background-color: #d90000;
	color: #FFF;
	border-bottom: 1px solid #151515;
	/*border-right: 1px solid #151515;*/
}
.mobtimetable .eventwak
{
	background-color: #ca8a60;
	color: #FFF;
	border-bottom: 1px solid #151515;
	/*border-right: 1px solid #151515;*/
}

.mobtimetable .event a
{
	display: block;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 2px;
}
.mobtimetable .row_gray
{
	background-color: #202020;
}
.mobtimetable .row_gray2
{
	background-color: #545353;
}
.mobtimetable .row_gray3
{
	background-color: #455a64;
}
.mobtimetable .row_gray4
{
	background-color: #37474f;
}
.mobtimetable .event.tooltip:hover
{
	background-color: #FFF;
	color: #000;
}
.mobtimetable .event.tooltip:hover a
{
	color: #000;
}
.mobtimetable.small
{
	display: none;
	font-size: 13px;
}
/* mob */
/* --- tip/tooltip/qtip --- */
.tip
{
	background: url('/images/tpl/icon_tip.png') #202020 no-repeat 15px center;
	padding: 10px 10px 10px 35px;
	float: right;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.tooltip
{
	cursor: pointer;
}
.tooltip .tooltip_text
{
	display: block;
	padding-bottom: 16px;
	visibility: hidden;
    opacity: 0;
	position: absolute;
	z-index: 1000;
	left: -19px;
	bottom: 100%;
	/* CSS3 Transitions */
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-moz-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-o-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-ms-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	/* CSS3 Transitions */
	-webkit-transition-property: opacity, visibility;
	-moz-transition-property: opacity, visibility;
	-o-transition-property: opacity, visibility;
	-ms-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	background: url('/images/tpl/tooltip_arrow.png') no-repeat 15px bottom;
}
.tooltip .tooltip_content
{
	background: #FFF;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	line-height: 150%;
	font-family: arial, sans-serif;
	font-size: 13px;
	text-align: left;
}
.tooltip:hover .tooltip_text
{
	visibility: visible;
	opacity: 1;
}
.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content
{
	font-size: 13px;
	font-family: arial;
	color: #FFF;
}

.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content
{
	border:none;
}

.ui-tooltip-content
{
	padding:10px 20px 10px 20px;
}

.ui-tooltip-error .ui-tooltip-content
{
	background:#E9431C;
}

.ui-tooltip-success .ui-tooltip-content
{
	background:#61911B;
}
/* --- controls --- */
.controls
{
	position: absolute;
	padding: 10px;
}
.controls li
{
	float: left;
}
.controls .open_details, .controls .open_lightbox, .controls .open_video_lightbox, .controls .more, .controls .close, .controls .prev, .controls .next
{
	display: block;
	width: 40px;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 2px;
}
.controls .more, .controls .close, .controls .prev, .controls .next
{
	width: 39px;
	height: 39px;
}
.controls .open_details:hover, .controls .open_lightbox:hover, .controls .open_video_lightbox:hover
{
	background-position: 0 -40px;
}
.controls .more:hover, .controls .close:hover, .controls .prev:hover, .controls .next:hover
{
	background-position: 0 -39px;
}
.controls .open_details
{
	background-image: url('/images/tpl/thumb_details.png');
	margin-left: 0;
}
.controls .open_lightbox
{
	background-image: url('/images/tpl/thumb_image.png');
}
.controls .open_video_lightbox
{
	background-image: url('/images/tpl/thumb_video.png');
}
.controls .more
{
	background-image: url('/images/tpl/navigation_more.png');
}
.controls .close
{
	background-image: url('/images/tpl/navigation_close.png');
}
.controls .prev
{
	background-image: url('/images/tpl/navigation_previous.png');
}
.controls .next
{
	background-image: url('/images/tpl/navigation_next.png');
}
.slider_navigation .more
{
	display: none;
}
/* --- isotope gallery --- */
.isotope-item
{
	z-index: 2;
}
.isotope-hidden.isotope-item
{
	pointer-events: none;
	z-index: 1;
}
.isotope,
.isotope .isotope-item
{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope
{
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item
{
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.gallery
{
	margin-left: auto;
	margin-right: auto;
}
.gallery_box
{
	display: block;
	cursor: pointer;
	margin-top: 30px;
}
.gallery_box img
{
	display: block;
	width: 240px;
	height: 180px;
	background: url('/images/tpl/preloader.gif') no-repeat center center;
}
.gallery_box .description
{
	background-color: #409915;
	padding: 20px;
	background-position: 220px center;
}
.gallery_box .description h5
{
	margin-top: 5px;
	color: #000;
	font-family: 'Droid Serif';
	font-style: italic;
}
.gallery_box:hover .description
{
	background-color: #FFF;
	background-image: url('/images/tpl/icon_arrow_top_black.png');
}
.gallery_box:hover h3
{
	color: #409915;
}
.gallery_box .controls
{
	display: none;
	top: 90px;
	left: 69px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000,endColorstr=#3F000000)";/* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000,endColorstr=#3F000000);/* IE6 & 7 */
	background: rgba(0, 0, 0, 0.25);
	zoom: 1;
}
.gallery_box:hover .controls
{
	display: block;
}
.gallery_item_details_list
{
	height: 0;
	overflow: hidden;
	display: none;
}
.gallery_item_details_list .gallery_item_details
{
	display: none;
	position: relative;
}
.gallery_item_details_list .image_box
{
	position: relative;
	float: left;
	width: 480px;
	margin-right: 30px;
}
.gallery_item_details_list .details_box
{
	float: left;
	width: 450px;
	padding-top: 23px;
	border-top: 2px solid #409915;
	border-bottom: 2px solid #409915;
}
.gallery_item_details_list .image_box img
{
	width: 480px;
	height: auto;
	background: url('/images/tpl/preloader.gif') no-repeat center center;
}
.gallery_item_details_list .image_box .controls
{
	bottom: 0;
	right: 0;
}
.gallery_item_details_list .details_box .subheader
{
	color: #59B42D;
	font-family: 'Droid Serif';
	font-style: italic;
	margin-top: 5px;
}
.gallery_item_details_list .details_box p
{
	clear: both;
	color: #C5C5C5;
	line-height: 150%;
	padding: 20px 0;
}
.gallery_item_details_list .details_box .columns
{
	clear: both;
}
.gallery_item_details_list .details_box .column_left,
.gallery_item_details_list .details_box .column_right
{
	width: 210px;
}
.gallery_item_details_list .details_box .list
{
	line-height: 150%;
	color: #C5C5C5;
}
/* --- fancybox --- */
#fancybox-title-float-main
{
	background: #FFF;
	padding: 0;
	color: #000;
}
/* --- contact details --- */
.contact_details
{
	clear: both;
	float: left;
}
.contact_details_about
{
	width: 400px;
	height: 400px;
	background: #FFF;
	padding: 20px;
	color: #000;
	line-height: 150%;
}
.contact_details_map
{
	width: 400px;
	height: 440px;
}
.contact_details_about, .contact_details_map
{
	float: left;
}
.contact_data li
{
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.contact_data .phone
{
	background-image: url('/images/tpl/icon_contact_phone.png');
}
.contact_data .fax
{
	background-image: url('/images/tpl/icon_contact_fax.png');
}
.contact_data .email
{
	background-image: url('/images/tpl/icon_contact_mail.png');
}
/* --- footer banner box --- */
.footer_banner_box_container
{
}
.footer_banner_box
{
	float: left;
	width: 260px;
	height: 60px;
	padding: 20px 30px;
}
.footer_banner_box h3
{
	font-family: 'Droid Serif';
	font-style: italic;
	color: #000;
	margin-top: 5px;
}
.footer_banner_box.super_light_green
{
	background-color: #6EC03C;
}
.footer_banner_box.light_green
{
	background-color: #59B42D;
}
.footer_banner_box.green
{
	background-color: #409915;
}
.footer_banner_box .banner_icon
{
	float: left;
	margin-right: 20px;
}
.footer_banner_box .content
{
	float: left;
	width: 190px;
	margin-top: 5px;
}
/* --- footer box --- */
.footer_box_container
{
	margin-top: 30px;
}
.footer_box
{
	float: left;
	width: 290px;
	margin-left: 30px;
}
.footer_box2
{
	float: left;
	width: 94%;

}
.footer_box:first-child
{
	margin-left: 0;
}
.footer_box.last
{
	width: 320px;
}
/* --- footer contact info --- */
.footer_contact_info_container
{
	clear: both;
	padding-top: 30px;
}
.footer_contact_info_row
{
	clear: both;
	color: #C5C5C5;
	padding-top: 5px;
}
.footer_contact_info_row:first-child
{
	padding-top: 0;
}
.footer_contact_info_left
{
	float: left;
	width: 150px;
}
.footer_contact_info_right
{
	float: right;
	width: 120px;
	margin-left: 20px;
}
.footer_contact_info_right2
{
	float: right;
	width: 200px;
	margin-left: 20px;
}
/* --- footer_social_icons --- */
.footer_social_icons
{
	margin-top: 30px;
}
.footer_social_icons li
{
	float: left;
	margin-left: 10px;
}
.footer_social_icons li:first-child
{
	margin-left: 0;
}
/* --- opening hours --- */
.opening_hours
{
	float: left;
	clear: both;
	margin-top: 20px;
}
.opening_hours li
{
	width: 265px;
}
.opening_hours2 li
{
	width: 80%;
}
/* --- footer recent posts --- */
.footer_recent_posts
{

}
/* --- copyright area --- */
.copyright_area
{
	border-top: 1px solid #515151;
	padding: 15px 0;
	font-size: 11px;
	color: #C5C5C5;
}
.copyright_left
{
	float: left;
}
.copyright_right
{
	float: right;
}
.copyright_right .scroll_top
{
	font-size: 11px;
	color: #C5C5C5;
	background-position: right center;
	padding-right: 15px;
}
/* --- links --- */
.more,
.categories li a,
.scrolling_list_control_left,
.scrolling_list_control_right,
.pagination li a,
.scrolling_list li .number,
.ui-tabs-nav li a,
.tabs_navigation li a
{
	border: 1px solid #515151;
}
.more:hover,
.categories li a:hover,
.scrolling_list_control_left:hover,
.scrolling_list_control_right:hover,
.search input[type='submit']:hover,
.comment_form input[type='submit']:hover,
.contact_form input[type='submit']:hover,
.pagination li a:hover,
.pagination li.selected a,
.scrolling_list li a:hover .number,
.ui-tabs-nav li a:hover,
.ui-tabs-nav li.ui-tabs-selected a,
.tabs_navigation li a:hover,
.tabs_navigation li a.selected
{
	border-color: #409915;
	color: #fff;
}
.sf-menu a:hover,
.more:hover,
.categories li a:hover,
.controls .prev:hover,
.controls .next:hover,
.controls .close:hover,
.comments_number:hover,
.scrolling_list_control_left:hover,
.scrolling_list_control_right:hover,
.home_box #upcoming_class_prev:hover,
.home_box #upcoming_class_next:hover,
.social_icon:hover,
.pagination li a:hover,
.ui-tabs-nav li a:hover,
.tabs_navigation li a:hover
{
	text-decoration: none;
}
.pustemar {
margin-top: 27px;
width: 100%;
}

/* --- glokalizacje --- */
.lokalizacje {
	width: 960px;
	height: 450px;
	padding-top: 20px;
}
.nazdr {
	color: #59b42d;
	font-size: 24px;
	font-family: 'Droid Sans';
	padding-bottom: 20px;
}
.loklewe {
	width: 320px;
	height: 410px;
	float: left;
	background-color: #FFF;
	padding: 20px;
	color: #333;
}
.lokprawe {
	width: 600px;
	height: 450px;
	float: right;
}
.lokboth {
clearfix: both;
}
.danelok {
float: right;
	font-weight: bold;
}
.loklewe li {
	padding-top: 8px;
}
.kolnaz {
	width: 90px;
}
/* --- glokalizacje --- */
/* --- komunikaty --- */
.lokalizacja {
	background-color: #FF6600;
	padding: 6px 0;
	font-size: 12px;
	text-align: center;
	color: #333333;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 260px;
}
.lokalizacja a{
color:#000000;
}

.lokalizacja a:hover{
color:#000000;
font-weight: bold;
}
/* --- komunikaty --- */
.mramka {
	height: 0px;
	width: 960px;
	background-color: #FFFFFF;
}
body {
	background-color: #333333;
}
.mtytul {
	width: 960px;
	background-color: #409915;
	font-size: 28px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.toppmeczbialy {
	width: 860px;
	background-color: #FFFFFF;
	font-size: 33px;
	padding-top: 14px;
	padding-bottom: 15px;
	padding-right: 12px;
	padding-left: 12px;
	color: #333;
	font-weight: bold;
	margin-right: 8px;
	margin-left: 8px;
}

.meczeind {
	align: center;
}
.mtremecz {
	height: 390px;
	width: 960px;
	/* background-color: #CCFFFF; */
}
.mdol {
	height: 80px;
	width: 860px;
	background-color: #CCCC00;
}
.msroodek {
	height: 310px;
	width: 940px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	/* ---  background-color: #FF6600;--- */
}
.msrlewe {
	min-height: 300px;
	width: 320px;
	float: left;
	padding-right: 20px;
	text-align: justify;
	color: #c5c5c5;
	line-height: 150%;
}
.msrleweinfo {
	float: left;
	padding-right: 20px;
	text-align: justify;
	color: #c5c5c5;
	line-height: 150%;
	font-size: 15px;
}
.msrlewe22 {
	width: 200px;
	float: left;
	padding-right: 20px;
	text-align: justify;
	color: #c5c5c5;
	line-height: 150%;
	margin-top: 10px;
	font-size: 12px;

}
.msprawe {
	height: 300px;
	width: 600px;

	float: right;

}
.msall {
clearfix: both;
}
.toppmecz {
	background-color: #409915;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 20px;
	margin-right: 20px;
	height: 60px;
	font-size: 27px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.wynik {
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.wynikminus {

}
.vertical {
	padding-top: 20px;
	background-color: #FFC;
	height: 60px;
}
/* mecze */
.wmecz {
width: 100%;
}

/* mecze */
.text2
{
	line-height: 150%;
	color: #c5c5c5;
	float: left;
}
.meczle {
	width: 700px;
	padding-right: 20px;

	float: left;
}
.meczpra {
	width: 230px;
	float: right;

}
.meczcl {
	clearfix: both;
}
.mtytulkal {
	width: 100px;
	background-color: #409915;
	font-size: 18px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	margin-bottom: 8px;
}
.mtytulkalong {
	width: 280px;
	background-color: #209111;
	font-size: 24px;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 6px;
	padding-right: 6px;
	margin-bottom: 8px;
}
.mtytulkalong2 {
	width: 450px;
	background-color: #209111;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 6px;
	padding-right: 6px;
	margin-bottom: 8px;
    color: #fff;
}
.mtytulkalong2b {
	width: 450px;
	background-color: #209111;
	font-size: 18px;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 6px;
	padding-right: 6px;
	margin-bottom: 8px;
}
.teekt{
font-size: 13px;
line-height: 150%;
color: #c5c5c5;
}
.mtytulzgloszenia {
	width: 120px;
	background-color: #209111;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-right: 3px;
	margin-bottom: 4px;
}
.mtytulkal2 {

	background-color: #409915;
	font-size: 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.mtytulkaldzis {
	width: 100px;
	font-size: 18px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	margin-bottom: 8px;
	background-color: #FFCC00;
	color: #FF0000;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	float: right;
}
.white_box {
    float: left;
    width: 260px;
    height: 175px;
	background-color: #FFF
	}
.wydnieprzypis {
    float: left;
    padding-top: 12px;
	padding-bottom: 4px;
    border-bottom: 1px solid #FF6600;
}
.fontwhit {
color: #ffffff;
}
/* treningi  */
.treningi {
	/*height: 80px; */
	width: 850px; 
	border: 1px solid #999999;
	    font-family: 'Open Sans', sans-serif;
		margin-bottom: 30px;
}
.treningistat {
	/*height: 80px; */
	width: 850px; 
	    font-family: 'Open Sans', sans-serif;
		margin-bottom: 30px;
}
.treningi2 {
	height: 80px;
	width: 610px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #999999;
	border-left: none;
}
.treningilew {
	float:left;
	width:200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	/*height: 80px;*/
	min-height: 90px;
	color: #FFF;
	background-color: #409915;
	text-align: center;
}
.treningilew2 {
	float:left;
	width:200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 64px;
	color: #FFF;
	text-align: center;
}
.praweuwagi {
	float:left;
	width:200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 80px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}
.praweuwagired {
	float:left;
	width:200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 90px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}
.praweuwagired {
	float:left;
	width:200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 90px;
	background-color: #FF3300;
	text-align: center;
	color: #FFFFFF;
}
.sto {
	font-size: 20px;
	font-weight: bold;
	/*color: #409915;*/
	color: #ffffff;
	line-height: 150%;

}
.stodwa {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 150%;
}
.treningipra {
	float:left;
	width:470px; 
	margin-bottom: 10px;
    margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #409915;
    padding-left:  20px;
/*	height: 64px; */

}
.treningicl {
clear: both;
}
.treningi ul {
	padding-top: 8px;

}
.treningi li {
	list-style-type: none;
}
.trefon {
	font-size: 16px;
	padding-bottom:6px;
}
.more2
{
	float: right;
	color: #fff;
	padding: 5px 24px 6px 9px;
	line-height: normal;
	background-position: right center;
	/*background-color: #FF6600;*/
	/*background-color: #6e9ecf;*/
	background-color: #27405a;
}
.zawodnik {

	color: #FFFFFF;
	background-color: #59B42D;
	padding: 16px;
	text-align: center;
	text-shadow: 2px 2px 3px #000000;
}
.dlugosc20 {
	width: 400px;
	
}
/* treningi */
/* info */
.info_left
{
	float: left;
	width: 150px;
}
.info_right
{
	float: right;
	width: 300px;
	margin-left: 2px;
}
.info_right2
{
	float: right;
	width: 230px;
	margin-left: 20px;
}
.info_container
{
	clear: both;
	padding-top: 30px;
	width: 500px;
}
.puste {
	padding-bottom: 25px;
}
/* info */
/* calendar */

aside{
  width: 30%;
  min-width: 260px;
  max-width: 300px;
text-align: center;
}

aside th {
     text-align: center;
    font-weight: normal;
}
aside td {
     text-align: center;
    font-weight: normal;
}



.ui-datepicker-header {
    background: #EAEAEA;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}



.ui-datepicker {
  display: block;
  text-align: center;
  font-family: "Helvetica";
  color: #666;
  background: #FAFAFA;

}

.date-block{
  text-align: center;
  background: #409915;
  font-family: "Helvetica";
  color: #EEE;
  font-size: 18pt;
  padding: 10px;

}

.date-day{
  font-size: 24pt;
}
.date-date{
  font-size: 48pt;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    font-family: FontAwesome;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-color:none;
    background-repeat: no-repeat;
    position: relative;
    color: transparent !important;
}
.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}
.ui-datepicker-next {
    float: right;
    background-position: center 0px;
}

.ui-datepicker-prev:before {
  content: "\f053";
  display: block;
  color: rgba(0,0,0,.3) !important;

}

.ui-datepicker-next:before {
  content: "\f054";
  display: block;
  color: rgba(0,0,0,.3) !important;

}

.ui-datepicker-year{
  font-weight: normal;
}



.ui-datepicker-calendar {
  border-collapse:collapse;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  /*background: #FAFAFA;*/
  background: #eee;
  font-family: "Helvetica";
}
.ui-datepicker td a{
  text-decoration: none;
}
.ui-datepicker td a, .ui-datepicker td span{
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 10px 0;
  color: #333;
}

.ui-datepicker td span{
  color: #BBB;
}

.ui-datepicker .ui-state-active {
  background: #EEE;
}
.ui-datepicker .ui-state-highlight {
  background: #FFF;
  color: #D54;
  font-weight: bold;
}

.ui-datepicker td.past {
  color:#BBB;
}

.ui-datepicker a:hover {
  background: #E65;
  color: #FFF;
}

.ui-widget{
    font-size: 0.7em;
}

/* calendar */
/* wydruk */
.wydrukprzyc {
	float: right;
}
.nrzaw {
	text-align: center;
}
#drukzawod  {
font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
}

/* wydruk */
/* ustawienia */
.brakedycji {
	color: #FF9933;
}

/* ustawienia */
/* login */
#logowanie {
	margin: 0 auto;
	width: 300px;
    height: 300px;
	margin-top:100px;
	background-color: #409915;
	margin-bottom:250px;
	padding: 26px;
}
.logw {
	margin: 0 auto;
	margin-top:100px;
	font-size: 14px;
	text-align: center;
	margin-top:20px;
}
#logowanie input, textarea
{
	font-family: arial;
	font-size: 14px;
	padding: 6px;
}

/* login */

/* index */
.kallewy {
	float: left;
}
.kalprawy {
	float: right;
	color: #ffc33c;
}
.kalprawy2 {
	float: right;
}
#pusta {
	padding-top: 15 px;
	width: 318 px;
	border: 1px solid #fff;
	padding-top: 8px;

}
.toppmeczind {
	margin-top: 9px;

	height: 25px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;


}
.toppmeczbialyind {
	background-color: #FFFFFF;
	font-size: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 8px;
	padding-left: 8px;
	color: #333;
	font-weight: bold;
	margin-right: 8px;
	margin-left: 8px;
	text-align: center;
	width: 100px;
    margin-left: auto;
	margin-right: auto;
}
.topme {
	font-family: 'Droid Sans';
	font-weight: normal;
	color: #FFF;
	padding-bottom: 4px;
	font-size: 24px;
}
.ramka {
	display: inline;
	color: #fff;
	border: none;
	padding: 0;
}
.dzis {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 8px 6px 8px;
    border-radius: 5px;
    background-color: #CC0000;
    color: #ffffff;
    margin: 10px 0;
	float: right;
}
.vip {
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 6px 6px 6px;
    border-radius: 5px;
    background-color: #ff6600;
    color: #ffffff;
    margin: 6px 0;
}
.vipm {
    font-size: 0.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 3px 3px 3px;
    border-radius: 3px;
    background-color: #ff6600;
    color: #ffffff;
    margin: 3px 0;
}
.dzis2 {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 8px 6px 8px;
    border-radius: 5px;
    background-color: #CC0000;
    color: #ffffff;
    margin: 10px 0;
	float: left;
}
.terbadan {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 8px 6px 8px;
    border-radius: 5px;
    background-color: #CC0000;
    color: #ffffff;
   margin: 0 auto;
   text-align: center;


}


#ZapiszAlert {color:#cc0000;}
.fkolor {
color: #FF9933
}
/* index */
.ginfooplat {
    background-color: #409915;
	margin-top: 1px;
	color: #f1f1f1;
	line-height: 1.2;
	text-align: center;
}
.ginfooplat2 {
    background-color: #409915;
    padding: 20px;
	margin-top: 20px;
	color: #f1f1f1;
	line-height: 1.2;
}
.ginfooplat h5
{
	margin-top: 5px;
	color: #000;
	font-family: 'Droid Serif';
	text-align: center;
}
.firindkal {
	margin-top: 5px;
	color: #000;
	font-family: 'Droid Serif';
	font-size: 13px;
}
.firindkal2 {
	margin-top: 5px;
	font-family: 'Droid Serif';
	font-size: 13px;
	color: #FFFFCC;
}
/* dla datepickera */
.Highlighted a {
   background-color : Green !important;
   background-image :none !important;
   color: White !important;
   font-weight:bold !important;
   font-size: 12pt;
}
.ui-dateshow a {
  background: #E65;
  color: #FFF;
}
.css-class-to-highlight{
       background-color: #ff0;
   }
.event a {
    background-color: #42B373 !important;
    background-image :none !important;
    color: #ffffff !important;
}
/* dokumenty */
.dokumenty {
	height: 80px;
	width: 610px;
	border: 1px solid #ffffff;
	    font-family: 'Open Sans', sans-serif;
		margin-bottom: 30px;
		background-color: #fff;
}
.dokumentylew {
	float:left;
	width:380px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 70px;
	color: #444;
	background-color: #FFF;
	text-align: center;
}
.dokumentypra {
	float:right;
	width:200px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #409915;
	height: 64px;
	padding-left: 10px;
}
div.koorkal {
    height: 42px;
    padding: 3px 8px;
    font-size: 13px;
    overflow: hidden;
	font-weight: bold;
}
div.koorkal .info {
    line-height: 16px;
    padding-top: 2px;
}
div.koorkal .info>span {
    color: #aaa;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
	font-weight: bold;
}
.top_hint2
{
	background-color: #409915;
	padding: 7px ;
}

.lookkom {
color: #FFF;
}
.lookkom a {
text-decoration: none;
color: #FFF;
}
.wyda {
    line-height: 150%;
    color: #c5c5c5;
}
/* status */
.status {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;


}
.status.status-primary {
    background: #8ec657;

}
.status {
    display: inline-block;
    padding: 2px 4px;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

}
.status2 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	display: inline-block;
    padding: 4px 4px;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	 /*background: #8ec657;*/
	 background: #ff9800;


}
.status2n {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	display: inline-block;
    padding: 4px 4px;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	 background: #ff5722;
	 /*background: #e6af4b;*/
}
/* rozliczenia*/
/*przelacznik*/
.przel {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
  margin-top: 7px;
}


.przel input {display:none;}


.przelacznik {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.przelacznik:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: green;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .przelacznik {
  background-color: #59B42D;
}

input:focus + .przelacznik {
  box-shadow: 0 0 1px #59B42D;
}

input:checked + .przelacznik:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.przelacznik.round {
  border-radius: 34px;
}

.przelacznik.round:before {
  border-radius: 50%;
}
/* [przelacznik */
.alertweb {

    background: #0097a7;
    border: none;
    border-radius: 2px;
    text-shadow: none;
    font-size: 12px;
    line-height: 10px;
    font-weight: 400;
    background: #e53935;
	color:#fff;
	padding: 2px 2px 2px 2px;
}
.alertweb2 {
    background: #0097a7;
	padding: 2px 2px 2px 2px;
    border: none;
    border-radius: 2px;
    text-shadow: none;
    font-size: 11px;

    font-weight: 300;
    background: #e53935;
	color:#fff;
}
.alertweb22 {
    background: #0097a7;
    padding: 2px 2px 2px 2px;
    border: none;
    border-radius: 2px;
    text-shadow: none;
    font-size: 12px;
    line-height: 11px;
    font-weight: 300;
    background: #e53935;
	color:#fff;
	width:120px;
	height:18px;
}
.webtertre {
	   width: 200px;
}
.whiter {
color:#fff;
}
.items_list.white span, .items_list.white .value, .items_list.dark a, .items_list.dark span, .items_list.dark .value {
    color:#fff;
}
.px10 {	height:10px;}
.pxbot {	margin-bottom:1px;}
.px20 {	height:60px; width: 20px;}
.danger {
    background: #e53935;
    padding: 2px 6px;
    border: none;
    border-radius: 2px;
    text-shadow: none;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
	text-align: center;
    vertical-align: middle;
    text-transform: none;
}



/* rozliczenia*/
.pokazh {
	background: #CCCCCC url(/icon/zegar.png) no-repeat 3px center;
	padding: 5px 5px 5px 30px;
	border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
	color: #333333;
	font-weight: bold;
	float:left;
	margin-right:5px;
}
.pokazhter {
	background: #CCCCCC url(/icon/zegar.png) no-repeat 3px center;
	padding: 5px 5px 5px 30px;
	border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
	color: #333333;
	font-weight: bold;
	margin-right:10px;
	margin-left:10px;
}
.pokazdate {
	background: #CCCCCC url(/icon/data.png) no-repeat 3px center;
		padding: 5px 5px 5px 35px;
	border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
	color: #333333;
	font-weight: bold;
	float:right;
}
.pokazdateter {
	margin-top:6px;
	background: #CCCCCC url(/icon/data.png) no-repeat 3px center;
	padding: 5px 15px 5px 30px;
	border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
	color: #333333;
	font-weight: bold;
	margin-right:10px;
	margin-left:10px;
}
/* zegar */
.skalen {
	color: #FFFFFF;
	height: 50px;
	width: 310px;
	background-color: #59B42D;
	padding: 5px;
	background-position: center;
	font-weight: bold;
	text-align: center;
	margin: auto;
}
.te1{
	font-size: 16px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.te2{font-size: 13px;
	padding-bottom: `px;
	padding-top: 3px;}
.te3{
	font-size: 24px;
	color: #FFFF99;
	padding-top: 6px;
}
.wysrodek {
text-align: center;
}
/* zegar */
.drukowanie {
	background-image: url('/icon/wydrukweb.png') ;
	height: 120px;
	width: 260px;

}
/* */
.progress_bar{
    margin-bottom: 20px;
    position: relative;
}
.progress_bar .pro-bar{
    background:#27AE60;
    display: block;
    width: 100%;
    height:25px;
}
.progress_bar .pro-bg {
    height:25px;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    font-weight: bold;
    animation: animate-positive 2s;
}
.progress_bar .pro-value{
    color: hsl(0, 0%, 98%);
    padding: 0 15px;
    text-align: center;
    float: left;
}
.progress_bar .progress_bar_title{
    color: hsl(0, 0%, 98%);
}
@-webkit-keyframes animate-positive {
    0% { width: 0%;}
}
@keyframes animate-positive {
    0% { width:0%; }
}


 .OverBtn:hover {cursor:pointer;}
 
/* tabelka p�atno�ci */
.insinfo table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  padding-top: 10px;
    

}

.insinfo td, th {
  /*  border: 1px solid #737171; */
    text-align: left;
    padding: 8px;
    font-size: 12px;

}

.insinfo tr:nth-child(even) {
    background-color: #454545;
    }
/* tabelka p�atno�ci */
.padd10 {
	padding-top: 50px;
}
.pykNieb {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.4px;
    letter-spacing: 0.2px;
    padding: 6px 20px 6px 20px !important;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    background-color: #f6f6f6;
    background: -webkit-linear-gradient(#f8f8f8, #f2f2f2);
    background: -o-linear-gradient(#f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(#f8f8f8, #f2f2f2);
    background: linear-gradient(#ffffff, #f2f2f2);
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.pykZiel {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.4px;
    letter-spacing: 0.2px;
    padding: 6px 20px 6px 20px !important;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    background-color: #409915;
}
.pykCzer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.4px;
    letter-spacing: 0.2px;
    padding: 6px 20px 6px 20px !important;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    background-color: #d90000;
}
.pykPom {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    letter-spacing: 0.2px;
    padding: 2px 9px 2px 9px !important;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    background-color: #f19343;
}
.pykPomm {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    letter-spacing: 0.2px;
    padding: 2px 3px 2px 3px !important;
    color: #ffffff;
    border-radius: 2px;
    border: 1px solid #cfcfcf;
    background-color: #f19343;
    margin-top: 20px;
}
.pykPay {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.4px;
    letter-spacing: 0.2px;
    padding: 6px 20px 6px 20px !important;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #1a7813;
    background-color: #f6f6f6;
    background: -webkit-linear-gradient(#f8f8f8, #f2f2f2);
    background: -o-linear-gradient(#f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(#f8f8f8, #f2f2f2);
    background: linear-gradient(#ffffff, #f2f2f2);
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.forformu input {
        color: #757575 !important;
}
.pykprzyc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11.4px;
	letter-spacing:0.2px;
	padding:6px 20px 6px 20px !important;
	color:#ffffff;
	border-radius:5px;
	border:1px solid #40a72d;
	background-color:#40a72d;
	background: -webkit-linear-gradient(#f8f8f8, #f2f2f2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f8f8f8, #f2f2f2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f8f8f8, #f2f2f2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#40a72d, #065f06); /* Standard syntax */
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.pykprzyc:hover {
	text-decoration:none;
	color:#40a72d;
	background: linear-gradient(#f2f2f2, #ffffff); /* Standard syntax */
}
.odstemten {
   padding: 0px 20px 0px 0px !important; 
}
/* rpe */
#RPE {
	font-size: 12px;
}
table {
	text-align: center;
    	color: #000000;
}

.tr1 {
	background-color: #FE0000;
}
.tr2 {
	background-color: #FFC000;
}
.tr3 {
	background-color: #FFFF00;
}
.tr4 {
	background-color: #00AF50;
}
.tr5 {
	background-color: #0071C1;
}
.tr6 {
	background-color: #01B0F1;
}
.padd {
	padding: 6px;
    font-size: 13px;
}
.infffo {
	background-color: #CCCCCC;
}
.redde {
	font-size: 13px;
	color: #CC0000;
	background-color: #FFFFFF;
	padding: 10px;
	border: thin solid #CC0000;
    position: relative;
    margin-top: 40px;
}
.pusta {}
.odstep40 {margin-top: 80px;}
.chartwhite {
	background-color: #FFFFFF;
	height: 250px;
	width: 100%;  

}
.koljmecz {
    border-radius: 18px;
    padding: 3px 8px 2px;
    font-size: 14px;
    background: #e6e4e4;
    color: #727272;
    border: 0 solid #d0d0d0;
    text-align: center;
    margin:3px 0px 3px 0px;
}
.koljmeczbl {
    border-radius: 18px;
    padding: 3px 8px 2px;
    font-size: 14px;
    background: #868282;
    color: #f2f2f2;
    text-align: center;
    border: 0 solid #d0d0d0;
}
.bmec {
 font-size: 18px;  
 color: #7cb342;
 font-weight: bold; 
}
.inntab tr:nth-child(odd) {
	background-color: #545353;
}
.inntab tr:nth-child(even) {

    	background-color: #202020;
} 
.zdobyteg {
    border-radius: 8px;
    padding: 3px 8px 2px;
    font-size: 14px;
    background: #108fad;
    color: #fff;
    border: 0 solid #d0d0d0;
    text-align: center;
    margin: 3px 0px 3px 0px;
    font-weight: bold;
}
.ilegralmin {
    border-radius: 8px;
    padding: 3px 8px 2px;
    font-size: 18px;
    background: #de1010;
    color: #fff;
    border: 0 solid #d0d0d0;
    text-align: center;
    margin: 3px 0px 3px 0px;
    font-weight: bold;
}
.pierr {
    border-radius: 8px;
    padding: 5px 8px 2px;
    font-size: 12px;
    background: #006600;
    color: #fff;
    border: 0 solid #d0d0d0;
    text-align: center;
    margin: 3px 0px 3px 0px;
    font-weight: bold;
}
.rezz {
    border-radius: 8px;
    padding: 5px 8px 2px;
    font-size: 12px;
    background: #0066CC;
    color: #fff;
    border: 0 solid #d0d0d0;
    text-align: center;
    margin: 3px 0px 3px 0px;
    font-weight: bold;
}
.niepp {
    border-radius: 8px;
    padding: 5px 8px 2px;
    font-size: 12px;
    background: #FFFFCC;
    color: #000;
    border: 0 solid #d0d0d0;
    text-align: center;
    margin: 3px 0px 3px 0px;
    font-weight: bold;
}
.statwart {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.bminfo {
    border-radius: 2px;
    padding: 4px 6px 6px;
    font-size: 12px;
    background: #fff;
    color: #de1010;
    border: 0 solid #d0d0d0;
    text-align: center;
    margin:3px 0px 3px 0px;
    border:1px #de1010;
}
.iinfo {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #bb1212;
    border-radius: 10px;
    margin-left: 15px;
}
.iinfonieb {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #125dbb;
    border-radius: 10px;
    margin-left: 15px;
}
.iinfozziel {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #dccd1c;
    border-radius: 10px;
    margin-left: 15px;
}



.warinna {
 background: #484848;   
 }
 /* walidacja v2*/
  .error {
    color: #ff0000;
  }
  .tloogl {
    padding: 8px;
    width: 720px;
    background: #444343;
    color: #fff;
    color: #c5c5c5;
}
.uwwa {
    border: 1px solid #34495E;
    padding: 3px;
    margin-top: 4px;
    font-size: 10px;
    width: 90%;
}
.whhi {
 color: #c5c5c5;
 font-size: 9px;   
    
}
/* */
#kontener {
width: 700px;

}
#kleft{
width: 298px;
position: relative;
float: left;

}
#kright{
width: 402px;
position: relative;
float: right;

}
.przerwa20 {
	padding-top: 20px;
}
.przerwa40 {
	padding-top: 40px;
}
hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #209111, #ccc);
}


#lookkomunikat {
}
.forchart {background-color: white;}

.forlooktesty {background-color: #484848; padding: 20px;}

.pulap {
    display: inline-block;
    padding: 3px 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 6px;
    color: #ffe200;
    background: #3e3434!important;
    border: 1px solid #ff8100;
    margin-top: 2px;
}
/* */
.tytform {
    color: #C5C5C5 !important;
    font-size: 12px;  
}
/* dla statystyk */
.fstat table {
    width: 100%;
}

.naaz {
  background: #59B42D!important;  
  height: 80px;
  text-shadow: 2px 2px black;
  color: white;
  font-size: 30px;
  padding-left: 30px;
  font-weight: bold; 
}
.naaz2 {
  background: #59B42D!important;  
  height: 80px;

  color: white;
  font-size: 14px;
  text-align: right;
}

/*
.fstat th {
  background: #59B42D!important;  
  width: 100%;
  height: 80px;
  text-shadow: 2px 2px black;
  color: white;
  font-size: 30px;
  padding-left: 30px;
  font-weight: bold; 
}
*/

.fstat tr {
   background: #409915!important;
   width: 100%; 
   height: 100px;
}
.sm {
    font-size: 30px;
    text-shadow: 1px 1px black;
    padding-top: 15px;
}
tr .grzie {
   background: #307110!important;    
}
.smq {
    font-size: 30px;
    text-shadow: 1px 1px black;
    padding-top: 15px;
    color: #1a2913;
}
.smm {
width: 4px;
}
.fstat td {
   text-align: center; 
   color: white;
   font-size: 12px;
}






/* dla statystyk */
/* statystyki 2 */
.zawstatraw {
      -moz-box-sizing: border-box; 
      -webkit-box-sizing: border-box; 
      box-sizing: border-box;
}

.zawstatraw table {
  border-collapse: separate;
  background:#dadada;
border-radius:5px;
  margin:50px auto;
box-shadow(0px 0px 5px rgba(0,0,0,0.3));
}

.zawstatraw thead {
border-radius:5px;
}

.zawstatraw thead th {

	font-size:12px;
	font-weight:400;
	color:#fff;
text-shadow:1px 1px 0px rgba(0,0,0,0.5);
	text-align:left;
	padding:20px;
background-image:linear-gradient(#646f7f, #4a5564);
	border-top:1px solid #858d99;
	background-image: url(/images/tloo2.png);
 } 
  
  &:first-child {
border-top-left-radius:5px; 
  }

  &:last-child {
border-top-right-radius:5px; 
  }


.zawstatraw tbody tr td {
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  color:#5f6062;
  font-size:12px;
  padding:20px 20px 20px 20px;
  border-bottom:1px solid #e0e0e0;
  
}

.zawstatraw tbody tr:nth-child(2n) {
  background:#ececec;
}

.zawstatraw tbody tr:last-child td {
  border-bottom:none;
  &:first-child {
border-bottom-left-radius:5px;
  }
  &:last-child {
border-bottom-right-radius:5px;
  }
}

.zawstatraw tbody:hover > tr td {
opacity(0.5);
}

.zawstatraw tbody:hover > tr:hover td {
text-shadow:none;
  color:#2d2d2d;
pacity(1.0);
}
.staatred {
	font-weight: bold;
	color: #FF0000;
}
/* statystyki 2 */
.dlainfotran {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    font: 400 12px/30px "Open Sans",sans-serif;
    padding: 0 13px;
    position: relative;
    overflow: visible;
    margin: 10px 8px 0 0;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #888;
}
.liczikiredbig {
    padding: 3px 10px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 16px;
    background-color: #ef5350;
    display: inline-block;
}
.liczikigreen {
    padding: 3px 10px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 75%;
    background-color: #40ca5e;
    display: inline-block;
}
.liczikigreenbig {
    padding: 3px 10px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 16px;
    background-color: #40ca5e;
    display: inline-block;
}

