/* ===================================
    GLOBAL LAYOUT
==================================== */
html, body { height: 100%; }
body {
    background-color: #fff;
    font-family: 'Rubik', Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: #656565;
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
html, body, div, span, applet, object, iframe, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    outline: 0;
}
:focus { outline: 0; }
::-moz-placeholder { opacity: 1; }
p { font-size: 16px; line-height: 26px; }
a,
a:hover,
a:focus,
a:active,
a.active { outline: 0; }

a { color: #437a34; }
a:hover, button:hover { color: #518d45; transition-duration: 0.3s; text-decoration: none; }
.main a:hover { opacity: 0.6; }
a.green-btn {
    background-color: #437a34;
    max-width: 238px;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    display: block;
    border: 1px solid #437a34;
    border-radius: 10px;
    padding: 15px 0;
    margin: 0 auto;
}
button.green-btn, a.lightgreen-btn {
    background-color: #437a34;
    min-width: 80px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
    float: left;
    border: 1px solid #437a34;
    border-radius: 5px;
    padding: 6px 18px;
}
a.niedostepny-btn, span.niedostepny-btn  {
    background-color: #b8b8b8;
    min-width: 150px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
    float: left;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    padding: 6px 18px;
}
span.niedostepny-btn {
	float:none!Important;
	display:inline-block;
}
button.green-btn:hover, a.green-btn:hover, a.lightgreen-btn:hover { background-color: #fff; color: #437a34; text-decoration: none; }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.no-padding { padding: 0; }
.no-margin { margin: 0; }

.img-portfolio { margin-bottom: 30px; }
.img-hover:hover { opacity: 0.8; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik';
    color: #437a34;
    font-weight: 500;
    line-height: 1.1;
}

.bg-szary { background-color: #f5f5f5; border-radius: 10px; }

/* Font weight */
.font-light { font-weight: 300; }
.font-medium { font-weight: 500; }

/* Kolory czcionek */
.green { color: #437a34; }
.darkgray { color: #58585a; }

.full-width { width: 100%; }
.navbar-toggle .icon-bar { background-color: #000; }
.container, .row { background-color: transparent; }

.zoomm img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}
.zoom img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}

.row-padding-40 { padding: 40px 0; }
.row-padding-60 { padding: 60px 0; }
.padding-bottom-40 { padding-bottom: 40px; }
.padding-bottom-60 { padding-bottom: 60px; }

b, strong {
    font-weight: 500;
}

/* Tytuły podstron 
#news-header {  }
#news-header h2, #kalendarz h2, #rekomendacje h2, #pokrewne-kursy h2 { color: #58585a !important; font-size: 48px; font-weight: 300; }
#news-header h3, #kalendarz h3, #rekomendacje h3, #pokrewne-kursy h3 { font-size: 30px; font-weight: 500!important; }
#galeria h2, #kontakt h2, #wykladowcy h2 { font-size: 48px; font-weight: 300; padding: 0; margin: 0; }
#galeria h3, #kontakt h3, #wykladowcy h3 { font-size: 30px; font-weight: 500; }*/
img#image-gallery-image { margin: 0 auto; }

.smain-title { color: #58585a !important;  font-weight: 300;
    
    font-size: 28px;
}

 @media only screen (min-width : 768px) {
     .smain-title {
        font-size: 32px;
     }
    }
    
    @media only screen (min-width : 1024px) {
        .smain-title {
        font-size: 38px;
        }
    }
    
    @media only screen (min-width : 1200px) {
        .smain-title {
        font-size: 48px;
        }
    }


 .smain-subtitle{ font-size: 18px!Important; font-weight: 500!important; color:#437a34!important; }

 @media only screen (min-width : 768px) {
     .smain-subtitle{
        font-size: 20px!Important;
     }
    }
    
    @media only screen (min-width : 1024px) {
        .smain-subtitle{
        font-size: 23px!Important;
        }
    }
    
    @media only screen (min-width : 1200px) {
        .smain-subtitle{
        font-size: 30px!Important;
        }
    }


@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
      margin-top: 20px;
      margin-bottom: 20px;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

/* ===================================
    CONTENT
==================================== */
header { padding-bottom: 30px; }

/* NAV Menu */
nav.navbar { background-color: #fff; border-bottom: 1px solid #437a34; }
nav.navbar ul.navbar-nav { margin: 18px 0; }
nav.navbar ul.navbar-nav li { margin-right: 2px; }
nav.navbar ul.navbar-nav li:last-child { margin-right: 0; }
nav.navbar ul.navbar-nav li.search > a > i.fa { font-size: 16px; }
nav.navbar ul.navbar-nav li > a {
        color: #58585a;
        font-weight: 500;
        text-transform: uppercase;
}

@media only screen and (min-width : 768px) {
    nav.navbar ul.navbar-nav li > a {
        font-size: 11px!important;
        padding: 10px 8px;

    }
    }
    
    @media only screen and (min-width : 992px) {
        nav.navbar ul.navbar-nav li > a {
        font-size: 12px!important;
        padding: 10px 10px;

        }
    }
    
    @media only screen and (min-width : 1200px) {
        nav.navbar ul.navbar-nav li > a {
        font-size: 14px!important;
        padding: 10px 15px;
        }
    }


nav.navbar ul.navbar-nav > li.lang > a { color: #437a34; }
nav.navbar ul.navbar-nav > li > a:hover,
nav.navbar ul.navbar-nav > li.active > a { background-color: #437a34; color: #fff; border-radius: 5px; }

.nav > li > a:focus {
	background-color:transparent;
}

.nav .dropdown-toggle .caret {
	margin-left:5px;
}


.navbar-brand {
    
    
    max-width: 230px;
    height: 76px;
    padding: 10px 15px;
}

@media only screen and (max-width: 767px) {
    .dropdown-menu {
display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

    }
}

@media only screen and (min-width : 768px) {
    .navbar-brand {
        max-width: 200px;  
        height: 56px;
        padding: 2px 15px;

    }
    }
    
    @media only screen and (min-width : 992px) {
        .navbar-brand {
        max-width: 260px;
        height: 76px;
        padding: 2px 15px;
        }
    }
    
    @media only screen and (min-width : 1200px) {
        .navbar-brand {
        max-width: 300px;
        height: 76px;
        padding: 2px 15px;
        }
    }

.navbar-brand img {
    display: inline-block;
    max-width: 100%;
/*    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;*/
    
}

/* ----------------
WYSZUKIWARKA
------------------- */
#wyszukiwarka section.wynik { background-color: #58585a; margin-bottom: 30px; }
#wyszukiwarka section.wynik h3 { color: #fff; font-size: 30px; font-weight: lighter; padding: 15px 0; }
#wyszukiwarka p { font-size: 18px; }
#wyszukiwarka h4.tytul { color: #58585a; }
#wyszukiwarka .separator hr { border-top: 2px solid #e9e9e9; margin: 30px 0; }
#search {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #58585a;
    
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0, -100%) scale(0, 0);
    -moz-transform: translate(0, -100%) scale(0, 0);
    -o-transform: translate(0, -100%) scale(0, 0);
    -ms-transform: translate(0, -100%) scale(0, 0);
    transform: translate(0, -100%) scale(0, 0);

}
#search .navbar-form {
    width: 400px;
    height: 60px;
    padding: 0;
    margin: 20px auto;
}
#search .navbar-form input, #search button.search-btn {
    background-color: #6b6b6b;
    color: #fff;
    font-size: 20px;
    display: block;
    float: left;
    padding: 10px 15px;
    border-radius: 0;
    border: none;
}
#search .navbar-form input { width: 350px; height: 60px; }
#search .navbar-form button.search-btn { width: 50px; height: 60px; }
#search .navbar-form input::-webkit-input-placeholder { color: #fff; font-size: 20px; font-weight: 500; }
#search .navbar-form input::-moz-placeholder { color: #fff; font-size: 20px; font-weight: 500; }
#search .navbar-form i.fa { color: #fff; font-size: 34px; font-weight: 300; }
#search.open {
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1); 
    opacity: 1;
}
/*#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    text-align: center;
    border: 0;
    margin: 0 auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}*/
#search .close {
    color: #fff;
    padding: 10px 17px;
    font-size: 60px;
    font-weight: 300;
    opacity: 1;
    position: fixed;
    top: 5px;
    right: 15px;
}


/* Karuzela newsów */
#news-carousel-slide { padding: 40px 0; }
#news-carousel-slide h3 { font-size: 18px; font-weight: 500; margin: 5px 0 15px; padding: 0; }
#news-carousel-slide a > strong { color: #437a34; font-size: 18px; }

/* Control buttons  */
.carousel-control { 

  position: relative;
 
  width: 27px; 
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none; 
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}


    @media only screen and (min-width : 320px) {
       
    }


    @media only screen and (min-width : 480px) {
        
    }


    @media only screen and (min-width : 768px) {

    }


    @media only screen and (min-width : 992px) {
        .carousel-control { 
            position: absolute;
             top: 0;
              bottom: 0;
              left: 0;
        }
    }


    @media only screen and (min-width : 1200px) {
        
    }


.carousel-control.right, .carousel-control.left { background-image: none; }

  /*.carousel-control.right {right:auto; float:none;}
    .carousel-control.left { left:auto; float:none;}*/
    

    @media only screen and (min-width : 320px) {

    }


    @media only screen and (min-width : 480px) {

    }


    @media only screen and (min-width : 768px) {
        .carousel-indicators {
              right: 50%;
              top: auto;
              bottom: -40px;
              margin-right: -19px;
        }
        .carousel-control.right {right:-15px;}
        .carousel-control.left { left:-15px; }
        
        
        #rekomendacje .carousel-indicators {
              right: 50%;
              top: auto;
              bottom: -40px;
              margin-right: -19px;
        }
    }


    @media only screen and (min-width : 992px) {
        .carousel-control.right {right:-25px;}
        .carousel-control.left { left:-25px; }
    }


    @media only screen and (min-width : 1200px) {
        .carousel-control.right {right:-45px;}
        .carousel-control.left { left:-45px; }
    }

    

span.glyphicon-chevron-right, span.glyphicon-chevron-left,
i.fa-angle-right, i.fa-angle-left {
    background-color: #437a34;
    width: 30px;
    height: 30px;
    font-size: 30px;
    position: absolute;
    top: 40%;
    left: 0;
    border-radius: 50%;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/* Pakiety szkolen */
#pakiety-szkolen { background-color: #f4f4f4; padding: 30px 0; }
/*#pakiety-szkolen .first, #pakiety-szkolen .second { padding: 0 10px; margin-bottom: 6px; }*/

#pakiety-szkolen .perio {
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
/*	margin-left:7px;
	margin-right:7px;*/
	border-radius: 15px;
	background-color:#ddd;

}

.perio { max-width: 565px; height: 315px; color: #fff; text-align: center; position: relative; border-radius:15px;    margin-right: auto;
    margin-left: auto;}

.tiltedcol {
text-align: center;
        }

    @media only screen and (min-width : 320px) {
        .tiltedcol {

        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
        .tiltedcol {

        }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        .tiltedcol {

        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .tiltedcol {

        }
        
       #pakiety-szkolen .tiltedcol:nth-child(even) .perio {
           margin-left: -10px;
        }
        
        #pakiety-szkolen .tiltedcol:nth-child(odd) .perio {
           
            margin-right: -10px;
        }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        .tiltedcol {

        }
    }



.perio-title {/* width: 550px; float: left;*/ margin: 30px auto 20px auto; }
.perio-text { /*width: 550px; float: left;*/ padding: 0 30px; margin: auto auto; }

.perio h3 { color: #fff !important; font-size: 30px; font-weight: 300; padding: 0; margin: 0; }
.perio h3 > b { font-weight: 500; }
.perio a { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.perio p { font-size: 16px; font-weight: 300; }

body#home div.perio {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}
body#home div.perio:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.03); /* Safari and Chrome */
    -moz-transform:scale(1.03); /* Firefox */
    -ms-transform:scale(1.03); /* IE 9 */
    -o-transform:translatZ(0) scale(1.03); /* Opera */
    transform:translatZ(0) scale(1.03);
}

ul.level {
	list-style:none;
	margin:0;
	padding:0;
	margin: 20px auto 0 auto;
	height: 26px;
}

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        ul.level {
            list-style:none;
            margin:0;
            padding:0;
            margin: 22px auto 0 auto;
            height: 18px;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        ul.level {
            list-style:none;
            margin:0;
            padding:0;
            margin: 40px auto 0 auto;
            height: 32px;
        }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

ul.level li  {
	display:inline;
}

ul.level li i{
	 display: inline-block;
	  font: normal normal normal 14px/1 FontAwesome;
	  font-size: inherit;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  font-size: 1.3em;
	  padding:0 0.15em;
}


    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        ul.level li i{
          font-size: 2.3em;
            padding:0 0.15em;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        ul.level li i{
        	  font-size: 2.3em;
	  padding:0 0.15em;
        }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        ul.level li i{
        	  font-size: 2.3em;
	  padding:0 0.15em;
        }
    }

ul.level li i:before {
  content: "\f10c";
  content: "\f1db";
}
ul.level li i.a:before {
  content: "\f111"!important;
}

/* Baner strona główna */
#baner-cykl-kursow {
    background-repeat:no-repeat;
	background-position:	center center;
    width: 100%;
  
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.banner-text-medium {
	color:inherit;
	font-size: 16px;
	text-align:center;
	line-height:normal;
}

.banner-text-big {
	color:inherit;
	font-size: 20px;
	text-align:center;
	line-height:normal;
	font-weight:500;
}

.banner-text-small {
	color:inherit;
	font-size:14px;
	text-align:center;
	line-height:normal;
	
}


    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        #baner-cykl-kursow {
              height: 570px;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    .banner-text-medium {
        color:inherit;
        font-size: 24px;
        text-align:center;
        line-height:normal;
    }

    .banner-text-big {
        color:inherit;
        font-size: 36px;
        text-align:center;
        line-height:normal;
        font-weight:500;
    }

    .banner-text-small {
        color:inherit;
        font-size:18px;
        text-align:center;
        line-height:normal;

    }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }
#baner-cykl-kursow .banner-text-big,
#baner-cykl-kursow .banner-text-medium,
#baner-cykl-kursow .banner-text-small {
	color:#fff!important;
}

/* Kalendarz*/
#kalendarz { padding-top: 30px; }
#szkolenia-kalendarz #kalendarz { padding-top: 0px; }
#kalendarz .kalendarz-link { margin-top: 40px; }
#kalendarz .kalendarz-link > h2 { margin: 0; }
#kalendarz .kalendarz-link h2 > a { font-size: 16px; color: #58585a; font-weight: 500; padding-left: 10px; }

#kalendarz .kalendarz-link img {
    height: 40px;
}

/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
#kalendarz .kalendarz-link h2 > a { font-size: 30px; color: #58585a; font-weight: 500; padding-left: 10px; }
        
        #kalendarz .kalendarz-link img {
    height: auto;
}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

#kalendarz-title { margin: 30px 0 15px 0; }
#kalendarz-title h2 { color: #58585a !important; font-size: 30px; font-weight: 500; border-bottom: 1px solid #cacaca; padding-bottom: 10px; }

.carousel-inner { overflow-y: hidden; }
.carousel-inner .active.left { left: -25%; }
.carousel-inner .next { left: 25%; }
.carousel-inner .prev { left: -25%; }

.szkolenie-item { /*min-height: 410px;*/ margin-bottom: 25px; }
.kurs-item { /*min-height: 505px;*/ margin-bottom: 40px; }

#kal-carousel { margin-bottom: 60px; }
#kal-carousel div.miesiac span {
    color: #58585a;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    display: block;
    margin: 25px 0;
}
img.event-icon { width: 28px; }
h4.termin { font-size: 18px; font-weight: 500; margin: 5px 0 0; }
#kal-carousel h3 { font-size: 24px; font-weight: 500; }
h3.title-perio-basic { color: #528c45; }
h3.title-perio-medium { color: #dcac20; }
h3.title-perio-expert { color: #125d9b; }
#kal-carousel h3 > span { font-weight: 300; }
p.event-title { font-size: 24px; line-height: 32px; }
.event-title a { color: #656565; }
p.event-info { font-size: 16px; line-height: 24px; }
.rez-btn { max-width: 125px; height: 40px; margin: 20px auto; }
.rez-btn .btn, .zam-btn .btn { 
    background-color: #58585a;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 25px;
}
.rez-btn .btn:hover { background-color: #437a34; }

#kursy { margin: 60px 0; }
#kursy div.miesiac span {
    color: #58585a;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    display: block;
    margin: 25px 0;
}
#kursy h4.termin { color: inherit; }
#kursy h3 { font-size: 24px; font-weight: 300; }
#kursy h3 > b { font-weight: 500; }
#kursy .zam-btn { max-width: 225px; height: 40px; margin: 20px auto; text-align: center;}
#kursy .zam-btn > a:hover { opacity: 0.7; }
#kursy .zam-btn > a.basic { background-color: #528c45; }
#kursy .zam-btn > a.medium { background-color: #dcac20; }
#kursy .zam-btn > a.expert { background-color: #125d9b; }
#kursy .zam-btn > a.nieaktywny { background-color: #a5a5a5; }
#kursy .carousel-inner .item { width:100%; }

 div.miesiac-border {
display: none;
}


    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
         div.miesiac-border {
            width: 100%;
            height: 40px;
            border-bottom: 1px solid #cacaca;
            margin: 25px 0;
            display: block;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

span.brak-miejsc { color: #ea0000; font-size: 16px; font-weight: 300; text-transform: uppercase; }

.infinity-scroll { text-align:center; clear: both; margin: 20px auto; }
.infinity-scroll i.fa-angle-down {
    background-color: #58585a;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 30px;
    float: left;
    border-radius: 50%;
    position: relative;
}
.infinity-scroll > button { background: none; border: none; display:inline-block; }
.infinity-scroll > button > span { color: #58585a; font-size: 18px; font-weight: 300; display: block; position: relative; top: 5px; margin-left: 40px; }

.list li { list-style: none; display: none;}
.list {
     padding: 0; margin: 0
}

/* Statystyki*/
#statystyki {
    background: url(../images/separator.png) no-repeat center top, url(../images/separator.png) no-repeat center bottom;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 10px 0 40px 0;
}


    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        #statystyki { 
            padding-top: 60px;
            padding-bottom: 60px;
            }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

#statystyki img { display: block; margin: 0 auto; }
#statystyki h3 { color: #437a34; font-size: 60px; font-weight: 500; text-align: center; padding: 0; margin: 0; }
#statystyki p { color: #58585a; font-size: 18px; font-weight: 500; text-align: center; padding: 0; margin: 0; }

#statystyki p.slogan { font-size: 42px; font-weight: 300; line-height: 30px; margin-top: 26px; }
#statystyki p.slogan > span { font-size: 42px; font-weight: 300; }
#statystyki p.slogan > span.green, #statystyki p.slogan > strong { font-size: 50px; font-weight: 500; }

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
#statystyki p.slogan { font-size: 48px; font-weight: 300; line-height: 30px; margin-top: 30px; }
#statystyki p.slogan > span { font-size: 48px; font-weight: 300; }
#statystyki p.slogan > span.green, #statystyki p.slogan > strong { font-size: 60px; font-weight: 500; }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
#statystyki p.slogan { font-size: 48px; font-weight: 300; line-height: 30px; margin-top: 30px; }
#statystyki p.slogan > span { font-size: 48px; font-weight: 300; }
#statystyki p.slogan > span.green, #statystyki p.slogan > strong { font-size: 60px; font-weight: 500; }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        #statystyki p.slogan { font-size: 48px; font-weight: 300; line-height: 30px; margin-top: 30px; }
#statystyki p.slogan > span { font-size: 48px; font-weight: 300; }
#statystyki p.slogan > span.green, #statystyki p.slogan > strong { font-size: 60px; font-weight: 500; }
    }

#rekomendacje {
    background: url(../images/rekomendacje-bg.png) no-repeat -50px center;
    padding: 30px 0;
    min-height: 500px;
    margin-top: -30px;
}


    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        #rekomendacje {
             min-height: 600px;
            background: url(../images/rekomendacje-bg.png) no-repeat top center;
                
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

   

#rekomendacje .rekom-header { margin: 0; }

@media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        #rekomendacje {
             min-height: 600px;
                
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        #rekomendacje .rekom-header { margin: 7% 0 4% 17%; }
    }


#rekomendacje .img-h {background: url(../images/r_bg_circle.png) no-repeat center center;
background-size: contain; overflow:hidden;}
#rekomendacje .img-h img {border-radius: 50%;
width: 86%;
margin: 6%;
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
border: 1px solid rgba(255,255,255,0.3);
}

/*#rekomendacje .opinia { max-width: 54%; }*/
#rekomendacje p { font-size: 16px; }
#rekomendacje p > span { color: #437a34; font-size: 24px; font-weight: 300; }

#rekom-carousel .item { padding-bottom: 30px }
#rekom-carousel ol.carousel-indicators li { background-color: #58585a; border: none; }
#rekom-carousel ol.carousel-indicators .active { background-color: #437a34; }

/* Newsletter */
#newsletter { padding-top: 30px; }
#newsletter p { text-align: right; padding: 0; margin: 0 0 15px 0; }
#newsletter p.first-title { font-size: 20px; font-weight: 300; }
/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        #newsletter p.first-title { font-size: 30px; font-weight: 300; }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        a.contact-btn {
            font-size: 18px;
        }
    }
#newsletter p.first-title > span { font-size: 28px; }
#newsletter p.second-title { color: #437a34; font-size: 20px; font-weight: 500; }
/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
#newsletter p.first-title > span { font-size: 48px; }
#newsletter p.second-title { color: #437a34; font-size: 30px; font-weight: 500; }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        a.contact-btn {
            font-size: 18px;
        }
    }
#newsletter a.newsletter-btn {
    background-color: #437a34;
    max-width: 335px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    display: block;
    border: 1px solid #437a34;
    border-radius: 10px;
    padding: 25px 0;
    margin: 0 0 0 auto;
}
#newsletter a.newsletter-btn:hover, a.contact-btn:hover { background-color: #fff; color: #437a34; }

/* ----------------
SZKOLENIA
------------------- */
.szkolenia-page {padding-top: 20px;}
#szkolenia .sidebar { background-color: #f5f5f5; padding: 20px 10px; }
#szkolenia h1, #szkolenia h2, #szkolenia h3, #szkolenia h4, #szkolenia h5 { color: #518d45; }
#szkolenia .szkolenia-header {  }
#szkolenia .szkolenia-header h1 { font-weight: 300; }
#szkolenia h3 {font-weight:300;}
span.poziom { font-size: 16px; }
span.poziom > strong { font-size: 24px; }

#szkolenia .wykladowcy { margin-top: 35px; }
#szkolenia .wykladowcy h2 { font-size: 36px; font-weight: 300; margin-bottom: 25px; }
#szkolenia span.wykladowca { font-size: 18px; padding: 40px 20px; }

#szkolenia img.event-icon { width: 28px; }
#szkolenia h4.termin { font-size: 18px; font-weight: 500; margin: 5px 0 0; }
/*
#szkolenia h3 { font-size: 24px; font-weight: 500; }
#szkolenia h3.title-perio-basic { color: #528c45; }
#szkolenia h3.title-perio-medium { color: #dcac20; }
#szkolenia h3.title-perio-expert { color: #125d9b; }*/
#szkolenia h3.title-perio {font-weight:300;}
#szkolenia h3 > b { font-weight: 500; }
#szkolenia .event-title { font-size: 24px; line-height: 28px; }
#szkolenia .event-title a { color: #656565; }
#szkolenia .event-info { font-size: 16px; line-height: 24px; }
#szkolenia .price { color: #437a34; font-weight: 500; }
.old-price {text-decoration: line-through!important;}
#szkolenia .regular-price {}
#szkolenia .rez-btn { width: 125px; height: 40px; margin: 20px auto; }
#szkolenia .rez-btn .btn { 
    background-color: #58585a;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 25px;
}
.lecture-type-long-desc {
	padding-top:10px;
    text-align: justify;
    text-align-last: left;
}
.lecture-materials ul {margin-bottom:25px; }
.lecture-materials ul li span.spacja {padding: 0 25px; }
.lecture-materials ul li > a { font-weight:500;}
.lecture-materials ul li { font-size: 16px; font-weight: 500; margin: 10px 0; }
.lecture-materials ul li > img  { padding-right: 15px; }
	
	
#szkolenia .rez-btn .btn:hover { background-color: #437a34; }
#szkolenia .cta-btn-rezerwacja { transition: all .3s ease;
    background-color: #518d45;
    max-width: 100%;
	width:100%;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    display: block;
    border: 1px solid #518d45;
    border-radius: 10px;
    padding: 25px 0;
    margin: 0 auto;
}
#szkolenia .cta-btn-rezerwacja:hover { background-color: #fff; color: #518d45; opacity: 0.6;}

.mbtn-rezerwacja { transition: all .3s ease;
    background-color: #518d45;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    display: block;
    border: 1px solid #518d45;
    border-radius: 10px;
    padding: 25px 3em;
    margin: 0 auto;
}
.mbtn-rezerwacja:hover { background-color: #fff; color: #518d45; opacity: 0.6;}

.google-maps iframe { max-width: 100%; height: 300px; }

/* Pokrewne kursy 
#pokrewne-kursy { margin-bottom: 35px; }
#pokrewne-kursy h3 > span { font-weight: 300; }
#pokrewne-kursy h4.termin { color: #58585a; }
#pokrewne-kursy span.price { color: #518d45; }
span.brak-miejsc { color: #ea0000; font-size: 16px; font-weight: 300; text-transform: uppercase; }
#pokrewne-kursy p.event-title { font-size: 22px; line-height: 36px; }*/

/* Kolejność szkoleń */
.lecture-order {}
.lecture-order .lecture-order-title {font-size:24px;margin-bottom:50px;}
.lecture-order p.number { padding-bottom: 20px; }
.lecture-order p.number > span { font-size: 24px; }
.lecture-order p.number > span > strong { color: #518d45; font-size: 36px; }


/* ----------------------
WYKLADOWCY + WYKŁADOWCA
------------------------- */
#wykladowcy {  }
#wykladowcy .adres-email { margin-top: 8px; }
#wykladowcy .adres-email i.fa { font-size: 22px; vertical-align: middle; }
#wykladowcy .adres-email span { font-size: 14px; }
#wykladowcy .wykladowca-info, .wykladowcy .wykladowca-info { font-size: 18px; padding: 25px 0; }
#wykladowcy .wykladowca-img { width: 150px; }
#wykladowcy .infinity-scroll { padding-top: 30px; }

.lecturer-item {
    margin-bottom:30px;
}

.wykladowca-tekst {
	padding-top:1.75em;
}
.wykladowca-img img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
    border: 5px solid #d7d7d7;
    border-radius: 50% 50%;
	
}

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        .wykladowca-img img {
           max-width:60px;
	       max-height:60px;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
.wykladowca-img img {
           max-width:60px;
	       max-height:60px;
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
.wykladowca-img img {
           max-width:90px;
	       max-height:90px;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .wykladowca-img img {
            max-width:100px;
	       max-height:100px;
        }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        .wykladowca-img img {
           max-width:130px;
	       max-height:130px;
        }
    }


.wykladowca-img:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}

/* ----------------
GALERIA
------------------- */
#galeria .galeria-tytul { font-size: 36px; font-weight: 300; }
#galeria p.opis { font-size: 18px; color: #58585a; }
#galeria iframe.film { width: 100%; height: 215px; border: 0; }

#portfolio .portfolio-item { right: 0; margin: 0 0 15px; }
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    transition-duration: 0.3s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover { background: rgba(122, 196, 159, 0.6); }
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover img { display: block; }
#portfolio .portfolio-hover-content img {
    width: 85px;
    height: 75px;
    position: absolute;
    top: 40%;
    left: 40%;
    display: none;
}
#portfolio .portfolio-item .portfolio-caption h4 {
    font-weight: 400;
    font-size: 18px;
    color: #58585a;
    margin: 0 auto;
    padding: 10px 0 0;
    
}
#portfolio * { z-index: 2; }

/* ----------------
KONTO UŻYTKOWNIKA
------------------- */
.form-horizontal .control-label {
	font-weight:300;
	font-size:16px;
	padding-top: 12px;
}

#uzytkownik div.zalogowany { background-color: #437a34; color: #fff; font-size: 18px; float: right; border-radius: 8px; padding: 15px 10px; margin-top:20px;  }
#uzytkownik div.zalogowany span.user-name,
#uzytkownik div.zalogowany span.edytuj-dane,
#uzytkownik div.zalogowany span.wyloguj { margin: 0 10px; }
#uzytkownik div.zalogowany span > a { color: #fff; }
#uzytkownik div.zalogowany span > a:hover { color: #58585a; }
.form .center-btn {
	text-align:center;
}

.form .center-btn .btn {
	margin:0 auto;
	float:none;
}

#lista-kursow h3.title-lista-kursow { color: #58585a; font-size: 26px; margin: 60px 0 40px 0; }
#lista-kursow h4.title-zakupione { border-bottom: 1px solid #437a34; padding-bottom: 10px; }

#lista-kursow-wykaz, #lista-kursow-wykaz-zakonczone { margin-bottom: 40px; }
#lista-kursow-wykaz p, #lista-kursow-wykaz h4,
#lista-kursow-wykaz-zakonczone p, #lista-kursow-wykaz-zakonczone h4 { padding: 0; margin: 0; }
#lista-kursow-wykaz h4.tytul-kursu, #lista-kursow-wykaz-zakonczone h4.tytul-kursu { color: #58585a; font-size: 16px; }
#lista-kursow-wykaz h4.rodzaj-kursu, #lista-kursow-wykaz-zakonczone h4.rodzaj-kursu { font-size: 16px; }
#lista-kursow-wykaz p.cena-kursu, #lista-kursow-wykaz p.rezerwacja-kursu { font-weight: 300; }
#lista-kursow-wykaz p.rezerwacja-kursu { font-size: 16px; }
#lista-kursow-wykaz a.lightgreen-btn { float: right; margin: 15% auto; }
#lista-kursow-wykaz div.first-row { }
#lista-kursow-wykaz div.second-row { background-color: #f9f9f9; margin-top: 40px; }

#lista-kursow-wykaz-zakonczone a.lightgreen-btn, #lista-kursow-wykaz-zakonczone a.niedostepny-btn { float: right; margin: 2% 0; }

/* Okienko z materiałami szkoleniowymi */
#materialy-szkol { max-width: 690px; }
#materialy-szkol .modal-content { padding: 20px; }
#materialy-szkol .modal-header, #materialy-szkol .modal-footer { border: none; }
#materialy-szkol ul { width: 300px; margin: 0 auto; }
#materialy-szkol ul li > span.spacja { padding: 0 25px; }
#materialy-szkol ul.film li, #materialy-szkol ul.plik-pdf li { font-size: 16px; font-weight: 500; margin: 10px 0; }
#materialy-szkol ul.film li > img, #materialy-szkol ul.plik-pdf li > img { padding-right: 15px; }
#materialy-szkol div.zamknij-btn { width: 120px; height: 50px; margin: 30px auto 0 auto; }
#materialy-szkol div.zamknij-btn button { padding: 10px 20px; }

/* Formularz logowanie i rejestracji */
#login-modal-form .login-form, #edit-modal-form { max-width: 780px; }
#login-modal-form .login-form div#logowanie, #edit-modal-form div#edit { max-width: 540px; margin: 30px auto 0 auto; }
#login-modal-form .login-form form.logowanie {  }

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
#login-modal-form .login-form form.logowanie { padding: 10px 60px; }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

.modal-header .close { font-size: 48px; color: #fff; font-weight: 300; text-shadow: none; opacity: 1; }
#login-modal-form .login-form button.close:hover,
#edit-modal-form button.close:hover { color: #437a34; }
.modal-header { padding: 0;  border-bottom: 0; }
.modal-content { border-radius: 0; }
h2.modal-title { font-size: 38px; margin-bottom: 20px; }

#login-modal-form a.remember-pass { color: #adadad; text-align: right; display: block; }
#login-modal-form div.zaloguj,
#login-modal-form div.zarejestruj,
#edit-modal-form div.zapisz-zmiany { width: 240px; height: 75px; margin: 20px auto; }
#login-modal-form div.zaloguj button,
#login-modal-form div.zarejestruj button,
#edit-modal-form div.zapisz-zmiany button { width: 100%; font-size: 22px; padding: 25px 0; }

/* Formularz edycji danych użytkownika */



.form .form-control { height: 45px; font-size: 18px; color: #adadad; box-shadow: none; border-radius: 0; border: 0; padding: 0 15px; border-bottom: 1px solid #adadad;}
.form .select:after {
    content:"\f107";
    font-family: FontAwesome;
    font-size: 32px;
    position: absolute;
    right: 15px;
    top: 0;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    box-sizing: border-box;
    padding: 15px 12px 0;
}

.form textarea {
	min-height:150px;
}

/* Checkboxes */
.form .checkbox { margin-left: 10px; }
.form select { -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ''; } /* FF, Chrome */
.form select::-ms-expand { display: none; } /* IE */

.form input[type=checkbox].input-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.form input[type=checkbox].input-checkbox + label.input-label {
    padding-left: 29px;
    display: inline-block;
    cursor: pointer;
}
.form input[type=checkbox].input-checkbox:checked + label.input-label { background-position: 0 -20px; }
.form label.input-label {
    background: url(../images/checkbox.png) no-repeat 0 0;
    height: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form label.error {
	font-weight:400;
	color:#b70707;
	font-size:12px;
}

.form .select-holder {
	position:relative;
}

/*.form select.form-control {
    font-size: 18px;
    color: #adadad;
    box-shadow: none;
	border-bottom: 1px solid #adadad;
    border-radius: 0;
    border: 0;
    padding: 0 15px;
}*/
.form .select-holder::after {
    content:"\f107";
    font-family: FontAwesome;
    font-size: 32px;
    position: absolute;
    right: 0px;
    top: 0;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    box-sizing: border-box;
    padding: 10px 5px 0;
}

.reg-term-box {
	font-size:12px !important;
	line-height:normal;
	margin-top:1em;
	margin-bottom:1em;
}

.reg-term-box p, .reg-term-box h1, .reg-term-box h2, .reg-term-box h3   {
	font-size:12px !important;
	line-height:normal;
}

.reg-term-box2 {
	font-size:inherit!important;
	line-height:1.2em;
	margin-top:1em;
	margin-bottom:1em;
}

.reg-term-box2 p, .reg-term-box2 h1, .reg-term-box2 h2, .reg-term-box2 h3   {
	font-size:inherit!important;
	line-height:normal;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.contacttooltips .tooltip-inner {
  font-size: 13px;
  max-width: 100%;
  padding: 15px;
  width: 400px;
}

/* zestawy */

.lectures-set {
	padding:15px!important;
	background-color:#f5f5f5;
	border: 2px solid #518d45;
	position:relative;
}
.lectures-set .set-title {
	margin-top:0;
	margin-bottom:1em;
	font-weight:500!important;
	font-size:30px;
}

.lectures-set .szkolenie-item {
	margin-bottom:0;
}
.lectures-set .set-price {
	text-align:center;
}

.lectures-set .set-price .price {
	font-size:48px;
	font-weight:500;
	color: #518d45;
	line-height: normal;
}
.lectures-set .set-price .discount {
	font-size:28px;
	color: #fff;
	background-color: #518d45;
	display: inline-block;
	top: -0.25em !important;
	position: relative;
	padding:0.15em;
}

.lectures-set .set-desc {
	font-size: 16px;
	text-align:center;
	margin-top:0.25em;
	margin-bottom: 1em;
}

.lectures-set .btn-rez { 
    background-color: #518d45;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    display: inline-block;
    border-radius: 0.5em;
    padding: 0.5em 0.75em;
}
.lectures-set .btn-rez:hover { background-color: #437a34; }

.lectures-set .price-label {
	color: #58585a !important;
	font-size: 48px;
	font-weight: 300;
	display: block;
	line-height: normal;
	text-align: center;
	margin-top: 0.5em;
}
.lectures-set .set-discount-label {
	position:absolute;
	top:-0.8em;
	right:4%;
	background-color:#518d45;
	color:#fff;
	display:inline-block;
	font-size: 1.7em;
	font-weight:500;
	padding: 0.3em 0.5em ;
}
.lectures-set .panel {
	box-shadow:none;
	border-radius:0;
}
.lectures-set .panel-heading {
	background-color:#fff;
	border-radius:0!important;
	cursor:pointer;
	box-shadow:none;
}

.lectures-set .panel-heading .panel-title {
	font-weight:300;
	color: inherit !important;
}

.lectures-set .panel-heading .panel-title a {
	color: inherit!important;
	text-decoration:none!important;
}

.lectures-set .panel-body {
  border-top:none!important;
}

.lectures-set .panel-heading {
  position: relative;
}
.lectures-set .panel-heading:after {
  font-family: 'Glyphicons Halflings';
  content: "\e260"; /* "play" icon */
  position: absolute;
  color: #95959e;
  font-size: 14px;
  line-height: 22px;
  right: 20px;
  top: calc(50% - 10px);

}
.lectures-set .panel-heading.collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
   content: "\e259"; 
}

/* ----------------
KONTAKT
------------------- */
#kontakt .contact-info h3 { margin: 0; }

 @media only screen and (min-width : 320px) {
       #kontakt .contact-title { font-size: 24px; font-weight: 300;  margin-bottom:30px; margin-top: 40px; }
     #kontakt p { font-size: 18px; }

    }


    @media only screen and (min-width : 480px) {
        #kontakt .contact-title { font-size: 28px; font-weight: 300;  margin-bottom:30px; }
        #kontakt p { font-size: 18px; }

    }


    @media only screen and (min-width : 768px) {
#kontakt .contact-title { font-size: 30px; font-weight: 300;  margin-bottom:30px; }
        #kontakt p { font-size: 18px; }

    }


    @media only screen and (min-width : 992px) {
        #kontakt .contact-title { font-size: 32px; font-weight: 300;  margin-bottom:30px; margin-top: 0; }
        #kontakt p { font-size: 18px; }

    }


    @media only screen and (min-width : 1200px) {
        #kontakt .contact-title { font-size: 36px; font-weight: 300;  margin-bottom:30px; }
        #kontakt p { font-size: 18px; }

}

#kontakt .form { margin-top: 20px; }
#kontakt .form .green-btn {
	display:inline-block;
	margin:0 auto;
	float: none;
	font-size: 18px;
}

#cookie-bar {background:#111111; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
/*
#kontakt form.contact-form input {
    width: 100%;
    font-size: 16px;
    border: 2px solid #437a34;
    padding: 5px 10px;
}
#kontakt form.contact-form textarea {
    width: 100%;
    font-size: 16px;
    border: 2px solid #437a34;
    padding: 5px 10px;
}

.contact-form .form-control {
	 font-size: 16px;
    border: 2px solid #437a34;
    padding: 5px 10px;
	border-radius:none;
}
#kontakt form.contact-form button {
    background: #437a34 url(../images/submit-icon.png) no-repeat;
    background-position: 10px 8px;
    width: 120px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    float: right;
    border: none;
    padding-right: 20px;
}
#kontakt form.contact-form button:hover { opacity: 0.6; transition-duration: 0.3s; }
*/
.antyspan  {
	line-height:1.6em;
}

.antyspan  label {
	padding: 12px 0px;
}

/* ===================================
    FOOTER
==================================== */
footer {
    background-color: #58585a;
    color: #fff;
    padding: 20px 30px;
    margin: 50px 0 15px 0;
}
.footer-content { max-width: 1336px; }
a.contact-btn {
    background-color: #437a34;
    max-width: 210px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: block;
    border: 1px solid #437a34;
    border-radius: 10px;
    padding: 10px 0;
    margin-top: 20px;
}

/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        a.contact-btn {
            font-size: 18px;
        }
    }

footer h2 { color: #fff; font-size: 16px;text-transform: uppercase !important; }
footer h2 a{ color: #fff; font-size: 16px; text-transform: uppercase !important;}
footer .social > a > i.fa { color: #fff; font-size: 24px; margin-right: 15px; }
footer .social > a:hover > i.fa { color: #437a34; }
footer p, footer p > a, footer p > a:focus { color: #fff; font-size: 14px; text-decoration:none;}

div.subfooter p { color: #adadad; font-size: 16px; font-weight: 300; line-height: 34px; }
div.subfooter img { display: block; float: right; }




    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }