*{
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	font-family: 'Calibri', sans-serif;
	color: #424242;
	background: #fff;
}
.clr{
	clear: both;
}
/* gorna bleka*/
.upperheader {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #f3f3f3;
}
.upperheader .qcon a{
    display: inline-block;
    color: #999999;
    transition: all .3s;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
}
.upperheader .qcon a i{
    margin-right: 7px;
    font-size: 20px;
    vertical-align: middle;
    margin-top: -2px;
    color: #999;
    transition: all .3s;
}
.upperheader .qcon a i.fa-envelope{
	font-size: 14px;
}
.upperheader .qcon a i.fa-building-o {
    font-size: 15px;
}
.upperheader .qcon a i.fa-phone {
    font-size: 15px;
}
.upperheader a:hover,
.upperheader .qcon a:hover i{	
	color: #8c322f;
	transition: all .3s;
}
.social{
	text-align: right;
}
.social a {
    color: #999999;
    transition: all .3s;
    font-size: 16px;
    line-height: 20px;
    margin-right: 5px;
}
.social a:last-child{
	margin-right: 0;
}
/*top*/
#top {
    padding: 15px 0 0 0;
}
.pass {
	float:right;
}
.pass h1:before {
    padding-right: 15px;
    content: url(../images/up.png) no-close-quote;
    position: absolute;
    left: -10px;
    top: 0px;
}
.pass h1:after {
    content: url(../images/down.png) no-close-quote;
    position: absolute;
    padding: 7px 0 0px 5px;
}
.pass h1 {
    font-size: 24px;
    font-family: "Arial";
    color: #59595c;
    line-height: 1.333;
    text-align: left;
    padding: 0;
    margin: 5px 0 10px 0;
}
.pass span{
  font-size: 14px;
  font-family: "Arial";
  color: #8c322f;
  text-align: left;
}

/*nawigacja*/
.nawi {
    background-color: #dbc286;
    margin-top: 25px;
}
.nawigacja {
    text-align: left;
    font-family: 'Arial';
}
.nawigacja nav ul {
    list-style: none;
    margin: 0;
}
.nawigacja nav ul li {
    display: inline-block;
    margin-right: 20px;
}
.nawigacja nav ul li.active {
    display: inline-block;
    margin-right: 20px;
    color: #8c322f;
}
.nawigacja nav ul li a {
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    o-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    padding: 25px 0;
	font-weight: bold;
}
.nawigacja nav ul li:hover>a,
.nawigacja nav ul li.active a,
.nawigacja nav ul li:hover > i{	
	color: #8c322f;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
color: #8c322f;
}
.nawigacja nav ul li:hover:before,
.nawigacja nav ul li.active:before{
	color: #8c322f;
	opacity: 1;
o-transition: opacity .3s ease-out;
-ms-transition: opacity .3s ease-out;
-moz-transition: opacity .3s ease-out;
-webkit-transition: opacity .3s ease-out;
transition: opacity .3s ease-out; 
}

/*sub-menu*/
.nawigacja nav ul li ul.sub-menu {
    visibility: hidden;
    position: absolute;
    font-family: Arial;
    z-index: 9999999;
    min-width: 240px;
    text-align: left;
    font-size: 14px;
    padding: 0;
    background: #d4bb7e;
}
.nawigacja nav ul li ul.sub-menu li{
	display:block;			
	padding: 0;	
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #ccb47a;
}
.nawigacja nav ul li ul.sub-menu li:before{
	display: none;
}
.nawigacja nav ul li ul.sub-menu li:last-child{
	border-bottom: 0;
}
.nawigacja nav ul li ul.sub-menu li a{
	display: block;		
	color: #333333;
	text-transform: none;		
	border: 0;
	padding: 10px 0;
	background: transparent;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
padding: 10px 0 10px 10px;	
}
.nawigacja nav ul li ul.sub-menu li a:hover{
	text-decoration: none;	
	color: #8c322f;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;		
padding: 10px 0 10px 10px;	
}
.nawigacja nav ul li:hover > .sub-menu{
	visibility: visible;		
}

/*slider*/
.slider {
  position: relative;  
  width: 100%;
}
.slider .bxslider li{
	background: #8c322f;
}
.slider .slides {
  z-index: 100;
  position: relative;
}
.slider .slides_container {
  overflow: hidden;
  position: relative;
}
.slider .slides_container img {
  float: right;
}
.slider .slides_container div.slide {
  display: block;
}
.slider ul.apagination {
  position: absolute;
  z-index: 101;
  padding: 11px 15px;
  right: 0px;
  bottom: 80px;
  margin: 0px;
}
.slider .apagination li {
  margin: 5px 0px;
  list-style: none;
}
.slider .apagination li a {
  display: block;
  width: 47px;
  height: 0px;
  padding-top: 73px;
  background-image: url(../img/pag.png);
  background-position: 0px 0px;
  overflow: hidden;
}
.slider .apagination li.current a {
  background-position: 0px 73px;
}
.slider .caption {
  position: absolute;
  z-index: 110;
}
.slides {
    width: 1170px;
    margin: auto;
}
.slides .caption {
    text-align: left;
    width: 370px;
    left: 10px;
    top: 30px;
    padding: 0px;
    position: absolute;
}
.slides .caption h1 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 0px 0px 30px 0px;
    height: auto;
    font-family: calibri;
    font-weight: bold;
    color: #fff;
    line-height: 55px;
}
.slides .caption p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: block;
    font-family: Arial;
    margin-bottom: 40px;
}
.slides .caption .btn {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    background: #fff;
    padding: 20px 25px;
    text-transform: uppercase;
    color: #7b003c;
    border-radius: 0;
}
/*szkolenie*/
.all .szkolenie {
    background-color: #f6f6f6;
    float: left;
    margin-bottom: 25px;
}
.all .szkolenie  h3 {
    font-size: 24px;
    font-family: "Calibri";
    color: #8c322f;
    font-weight: bold;
    line-height: 1.313;
    text-align: left;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}
.all .szkolenie p {
    font-family: calibri;
    font-size: 14px;
    line-height: 25px;
    color: #888888;
    margin-bottom: 10px;
    padding: 0 20px 0px 0px;
}
.all .szkolenie a.more {
    font-family: calibri;
    font-size: 14px;
    line-height: 22px;
    color: #8c322f;
    font-weight: bold;
}

/*zapisy*/

.strona .zapisy h2 {}
.strona .zapisy select {}
.strona .zapisy h3 {margin-top: 15px;}
.strona .zapisy input {
    display: block;
    background: #fafafa;
    color: #959595;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    position: relative;
    border-radius: 0;
}
.strona .zapisy .drop {
    position: relative;
    display: inline-block;
    border: 0;
    width: 100%;
    height: 55px;
}
.strona .zapisy select {
    border: 1px solid #ccc;
}
.strona .zapisy button[type="submit"], .strona .zapisy button.vou {
    display: inline-block;
    background: #ee302c;
    transition: background-color .3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    padding: 12px 25px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    border: none;
}





/*trenerzy*/
.all .trenerzy, .all .mieszkolen {
    border: 3px solid #8c322f;
	margin-bottom: 25px;
}
.all .trenerzy h3, .all .mieszkolen h3 {
    color: #8c322f;
    font-size: 24px;
    font-family: calibri;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
    padding: 0px 25px 0px 25px;
}
.all .trenerzy img {
    margin-right: 20px;
}
.all .trener {
    padding: 0px 25px 27px 25px;
}
.all .trener .opis h4 {
    font-weight: bold;
    color: #888888;
    margin: 0;
    font-size: 20px;
}
.all .trener .opis p {
    color: #888888;
    font-size: 15px;
}
.all .trener .dane {
    margin-top: -9px;
}
.all .trener .dane a {
    font-size: 14px;
    display: block;
    line-height: 15px;
    color: #8c322f;
    font-weight: bold;
}
.all .trener .dane a .fa-phone, .all .trener .dane a .fa-envelope {
    margin-right: 10px;
    color: #8c322f;
}
.all .trenerzy .button {
    background-color: #8c322f;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    padding: 10px 0;
}
.all .trenerzy .button:hover {text-decoration:none;}
/*szkolenia-all*/
.all .mszkolenie {
    margin-bottom: 15px;
    padding: 0px 25px 0px 25px;
}
.all .mszkolenie .fa-thumb-tack {
    float: left;
    color: #8c322f;
    font-size: 18px;
    padding-right: 13px;
    padding-top: 5px;
}
.all .mszkolenie h4 {
    font-weight: bold;
    color: #888888;
    margin: 0;
    font-size: 20px;
}
.all .mszkolenie p {
    color: #888888;
    font-size: 15px;
    padding-left: 25px;
}
/*button-zapytaj-o-szkolenia*/
.all .zapszkolenie {
	position:relative;
}
.all .zapszkolenie a {
    background-color: #8c322f;
    display: block;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    text-align: left;
    padding-left: 32px;
    font-family: calibri;
    line-height: 30px;
    padding: 15px 0px 15px 30px;
}
.all .zapszkolenie a:hover {text-decoration:none;}
.all .zapszkolenie .fa-envelope-o {
    position: absolute;
    right: -17px;
    top: 7px;
    font-size: 74px;
    color: #fff;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(-19deg);
}
/*container*/
.strona h1 {
    color: #8c322f;
    font-size: 32px;
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 16px;
    font-family: calibri;
    font-weight: bold;
    text-transform: uppercase;
}
.strona h1:before{
	content: " ";
	width: 38px;
	height: 2px;
	background: #dbc286;
	position: absolute;
	left: 0;
	bottom: 0;
}
.strona h2 {
    color: #8c322f;
    font-size: 28px;
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 16px;
    font-family: calibri;
    font-weight: bold;
    text-transform: uppercase;
}
.strona h2:before{
	content: " ";
	width: 38px;
	height: 2px;
	background: #dbc286;
	position: absolute;
	left: 0;
	bottom: 0;
}
.all h2 {
    color: #8c322f;
    font-size: 28px;
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 16px;
    font-family: calibri;
    font-weight: bold;
    text-transform: uppercase;
}
.all h2:before{
	content: " ";
	width: 38px;
	height: 2px;
	background: #dbc286;
	position: absolute;
	left: 0;
	bottom: 0;
}
.strona h3 {
    color: #8c322f;
    font-size: 24px;
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 16px;
    font-family: calibri;
    font-weight: bold;
    text-transform: uppercase;
}
.strona h3:before{
	content: " ";
	width: 38px;
	height: 2px;
	background: #dbc286;
	position: absolute;
	left: 0;
	bottom: 0;
}
.strona h4 {
    color: #8c322f;
    font-size: 20px;
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 16px;
    font-family: calibri;
    font-weight: bold;
    text-transform: uppercase;
}
.strona h4:before{
	content: " ";
	width: 38px;
	height: 2px;
	background: #dbc286;
	position: absolute;
	left: 0;
	bottom: 0;
}
.strona h5 {
    color: #8c322f;
    font-size: 18px;
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 16px;
    font-family: calibri;
    font-weight: bold;
    text-transform: uppercase;
}
.strona h5:before{
	content: " ";
	width: 38px;
	height: 2px;
	background: #dbc286;
	position: absolute;
	left: 0;
	bottom: 0;
}
.strona h6 {
    color: #8c322f;
    font-size: 16px;
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 16px;
    font-family: calibri;
    font-weight: bold;
    text-transform: uppercase;
}
.strona h6:before{
	content: " ";
	width: 38px;
	height: 2px;
	background: #dbc286;
	position: absolute;
	left: 0;
	bottom: 0;
}
.strona p {
    font-size: 16px;
}
.strona img {
    margin-bottom: 20px;
    float: left;
    margin-right: 15px;
}
.strona a.more {
    font-family: calibri;
    font-size: 19px;
    line-height: 22px;
    color: #8c322f;
    font-weight: bold;
    margin-bottom: 25px;
}
.strona ul {
    list-style: none;
}
.strona ul li {
    display: block;
    padding-left: 18px;
    position: relative;
    margin-bottom: 4px;
    font-size: 16px;
}
.strona ul li:before {
    font-family: FontAwesome;
    content: "\f00c";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    color: #8c322f;
    font-size: 12px;
}
.strona ol {
	counter-reset: item;
}
.strona ol li {
    display: block;
    padding-left: 18px;
    position: relative;
    margin-bottom: 4px;
    font-size: 16px;
}
.strona ol li:before {
    content: counter(item);
    counter-increment: item;
    color: #8c322f;
    left: 0;
    top: -3px;
    display: block;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
}
.strona .fav {
    background-color: #f6f6f6;
    padding: 25px 30px;
	margin: 20px 0;
}
.strona .fav-2 {
    padding: 0px 0px 0px 15px;
    border-left: 10px solid #8c322f;
    margin: 20px 0;
}
.strona .fav .fa-star {
    color: #dbc286;
    float: left;
    font-size: 40px;
    margin-right: 25px;
}
.strona .fav .favik {
    float: left;
}
.strona .typszkoleniap {
    margin-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
}
.strona .fav h3 {
    margin-bottom: 0px;
    padding-bottom: 0;
    color: #444444;
    text-transform: none;
    font-size: 30px;
    padding-top: 0px;
}
.strona .fav-2 h2 {
    margin-bottom: 5px;
    padding-bottom: 0;
    color: #444444;
    text-transform: none;
}
.strona .fav h3:before {
    background: transparent;
}
.strona .fav-2 h2:before {
	background: transparent;
}
.strona .fav p {
	font-family: arial;
    font-size: 15px;
    color: #888888;
}
.strona .fav-2 p {
	font-family: arial;
    font-size: 18px;
    color: #888888;
}
.strona .fav-2 .btn {
    font-family: Arial;
    font-weight: bold;
    font-size: 19px;
    background: #8c322f;
    padding: 24px 31px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
}
.strona .zespol {
    margin-bottom: 15px;

}
.strona .trener {
    padding: 0 15px 0 0;
    background: #f6f6f6;
    margin-bottom: 15px;
}
.strona .trener h5{
	color: #8c322f;
    font-size: 18px;
    position: relative;
    font-family: calibri;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.strona .trener h5:before{
	background: transparent;
}
.strona .trener .opis {
    padding: 13px 0;
}
.strona .trener .opis p {
    color: #888888;
    font-size: 15px;
    margin: 10px 0;
}
.strona .trener .dane a {
    color: #888888;
    font-size: 18px;
    display: block;
    line-height: 25px;
}
.strona .trener .dane {
    margin-top: 18px;
}
.strona .trener span{
	color: #888888;
}
.strona .trener img{
    margin-bottom: 0;
    float: left;
    margin-right: 15px;
}
.par {
    margin: 35px 0;
}
.inne {margin-top:20px;}
/*kontakt*/
#kontakt{
	margin-top: 35px;
}
#kontakt h2{
	color: #8c322f;
    font-size: 28px;
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 16px;
    font-family: calibri;
    font-weight: bold;
    text-transform: uppercase;
}
#kontakt h2:before{
	content: " ";
    width: 38px;
    height: 2px;
    background: #dbc286;
    position: absolute;
    left: 0;
    bottom: 0;
}
#kontakt p{
	font-size: 18px;
	font-weight: 400;
	color: #636363;
	line-height: 25px;
	margin-bottom: 30px;
}
#kontakt .dl-horizontal dt{
	text-align: left;
	width: 95px;
	color: #636363;
	font-weight: 400;
	font-size: 14px;	
}
#kontakt .dl-horizontal dd {
    margin-left: 95px;
    color: #959595;
    font-size: 14px;
}
#kontakt dl .sep{
	padding-bottom: 19px;
   margin-bottom: 20px;
   border-bottom: 1px solid #f5f5f5;
}
#kontakt .dl-horizontal dd.tel a{
	font-weight: 700;
	color: #959595;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
}
#kontakt .dl-horizontal dd.tel a:hover{
	color: #898989;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
}
#kontakt .dl-horizontal dd.mail a{
	font-weight: 700;
	color: #ee302c;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
}
#kontakt .dl-horizontal dd.mail a:hover{
	color: #e96358;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
}
#kontakt .dl-horizontal dd.social{
	text-align: left;
}
#kontakt .dl-horizontal dd.social a{
	color: #e1e1e1;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
}
#kontakt .dl-horizontal dd.social a:hover{
	color: #636363;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
}

#kontakt input[type="text"],
#kontakt input[type="tel"],
#kontakt input[type="email"]{
    display: block;
    background: #fafafa;
    color: #959595;
    font-size: 14px;
    width: 100%;
    margin-bottom: 27px;
    height: 47px;
    padding: 8px 52px 8px 19px;
    position: relative;
}
#kontakt textarea{
    display: block;
    background: #fafafa;
    color: #959595;
    font-size: 14px;
    height: 150px;
    max-height: 150px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 27px;    
    padding: 8px 52px 8px 19px;
    position: relative;
}
#kontakt input[type="submit"]{
	display: inline-block;
	background: #ee302c;
transition: background-color .3s;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	padding: 12px 25px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 500;
}
#kontakt input[type="submit"]:hover{
	background-color: #555555;
	transition: background-color .8s;
}
#kontakt form div.for{
	position: relative;
	width: 100%;
}
#name:before{
	font-family: FontAwesome;
	content: "\f007";
	position: absolute;
	top: 9px;
   right: 12px;
	color: #e1e1e1;
	z-index:99;
	font-size: 18px;
}
#tel:before{
	font-family: FontAwesome;
	content: "\f10b";
	position: absolute;
	top: 9px;
   right: 15px;
	color: #e1e1e1;
	z-index:99;
	font-size: 24px;
}
#mail:before{
	font-family: FontAwesome;
	content: "\f0e0";
	position: absolute;
	top: 9px;
   right: 12px;
	color: #e1e1e1;
	z-index:99;
	font-size: 18px;
}
#web:before{
	font-family: FontAwesome;
	content: "\f0ac";
	position: absolute;
	top: 9px;
   right: 14px;
	color: #e1e1e1;
	z-index:99;
	font-size: 18px;
}
#kontakt ::-webkit-input-placeholder {
   color: #959595;
}
#kontakt :-moz-placeholder { /* Firefox 18- */
   color: #959595;  
}
#kontakt ::-moz-placeholder {  /* Firefox 19+ */
   color: #959595;  
}
#kontakt :-ms-input-placeholder {  
   color: #959595;  
}
.drop option,
.drop:after,
.drop::after,
.drop select
{
    color: #fff;
}
.drop select,
.drop:after,
.drop::after
{
    display: block;
    background: #fafafa;
    color: #959595;
    font-size: 14px;
    width: 100%;
    margin-bottom: 27px;
}
.drop select,
.drop option{
    padding: 8px 8px 8px 17px;
}
.drop{
    position: relative;
    display: inline-block;
    border: 0;
    width: 100%;
}
.drop::after{	
	font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    top: 7px;
    right: 5px;
    display: block;
    width: 32px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #e1e1e1;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
.drop select{
   height: 47px;
   border: 0;
   vertical-align: middle;   
   outline: 0 none;
   cursor: pointer;
   color: #959595;
}
.drop option{
    background: #fff;
    border: 1px solid #d6d6d6;
    border-top: 0;
    color: #959595;
    outline-color: #d6d6d6;
}
#mapa {
    width: 100%;
    height: 480px;
    margin-top: 80px;
    margin-bottom: -30px;
}
/*footer*/
.upperfooter {
    background-color: #f6f6f6;
    padding: 50px 0;
    border-bottom: 1px solid #8c322f;
    background-image: url(../images/footer-tlo.png);
    background-repeat: no-repeat;
    background-position: 191px 10px;
    background-size: 647px;
	margin-top: 30px;
}
.widget header h3 {
    margin: 0 0 18px;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 18px;
    background: url(../images/footertop.png) left bottom no-repeat;
    font-family: Calibri;
    color: #8c322f;
    text-transform: uppercase;
}
.widget header img {
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
    margin-top: -8px;
}
.widget ul{
	list-style: none;
	margin: 0;
}
.widget ul li{
	display: block;
	padding-left: 18px;
	position: relative;
	margin-bottom: 4px;
}
.widget ul li:before{
	font-family: FontAwesome;
   content: "\f105";
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	color: #464646;
	font-size: 12px;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
}
.widget ul li:hover:before{
	color: #e5493a;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
}
.widget ul li a {
    color: #444444;
    display: block;
    font-family: Arial;
}
.widget ul li a:hover {
    color: #8c322f;
}
.widget p {
    font-size: 16px;
    line-height: 20px;
    color: #444444;
    font-family: 'Roboto', sans-serif;
}
.widget p strong{
	font-weight: 700;
}
.widget a.more{
	color: #e5493a;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
}
.widget a.more:hover{
	color: #c5271a;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
}
nav.linki {
    margin-top: 50px;
}
nav.linki a {
    display: block;
    color: #999999;
    font-size: 13px;
    font-family: Arial;
}
.widget .dl-horizontal dt{
	text-align: left;
	width: 95px;
	color: #636363;
	font-weight: 400;
	font-size: 14px;	
}
.widget .dl-horizontal dd {
    margin-left: 95px;
    color: #959595;
    font-size: 14px;
}
.widget dl .sep {
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.widget .dl-horizontal dd.tel a{
	font-weight: 700;
	color: #959595;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
}
.widget .dl-horizontal dd.tel a:hover{
	color: #898989;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
}
.widget .dl-horizontal dd.mail a{
	font-weight: 700;
	color: #ee302c;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
}
.widget .dl-horizontal dd.mail a:hover{
	color: #e96358;
o-transition: color .3s ease-out;
-ms-transition: color .3s ease-out;
-moz-transition: color .3s ease-out;
-webkit-transition: color .3s ease-out;
transition: color .3s ease-out;
}
.widget .dl-horizontal dd.social{
	text-align: left;
}
.widget .dl-horizontal dd.social a:hover {
    color: #8c322f;
}
/*totop*/
#totop{	
	width: 48px;
	height: 48px;
	background: #5d2725;	
	text-align: center;
	position: fixed;
	z-index: 999;
	right: 3%;
	bottom: 40px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	color: #a5605e;
	opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
	visibility: hidden;
}
#totop:hover{	
	background: #373737;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;	
	opacity: 1;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#totop.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0 !important;
}
#totop i{
	padding-top: 15px;
}
/*footer footer*/
.footer {
    background: #dbc286;
    padding: 15px 0;
    font-size: 14px;
}
.footer p.fright {
    text-align: right;
}

.footer p{
	margin: 0;
	color: #464646;
}
.footer p a {
    font-weight: bold;
    color: #B70400;
}
.footer nav{
	text-align: right;
}
.footer ul{
	list-style: none;
	margin: 0;
}
.footer ul li {
    display: inline-block;
    margin-right: 5px;
}
.footer ul li:last-child{
	margin-right: 0;
}
.footer ul li a {
    font-weight: 700;
    font-size: 12px;
    color: #464646;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
}
.footer ul li a:hover,
.footer ul li.active a{
	color: #8c322f;
-webkit-transition: color 0.5s ease-in-out;
-moz-transition: color 0.5s ease-in-out;
-ms-transition: color 0.5s ease-in-out;
-o-transition: color 0.5s ease-in-out;
transition: color 0.5s ease-in-out;	
}
.strona .trener .opis{
	max-height: 210px;
}
strong {color: #8c322f;}