body, html {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 10px 0;
	font-weight: 300;
	font-size: 42px;
	color: #444;
}
h3, h4 {
	font-size: 20px;
	font-weight: 400;
	font-weight: 700;
	color: #35893D;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #35893D;
}
a:hover, a:focus {
	text-decoration: none;
	color: #777;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 3px;
	width: 100px;
	text-align: center;
	position: relative;
	background: #35893D;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}

img.strony-center {
	background: #fafafa;
    border: 1px solid #eee;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

img.strony-lewa {
	float: left;
	background: #fafafa;
    border: 1px solid #eee;
	padding: 5px 5px 5px 5px;
	margin: 0px 15px 15px 0px;
}

img.strony-prawa {
	float: right;
	background: #fafafa;
    border: 1px solid #eee;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 15px 15px;
}

#menu {
	padding: 0px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0.8);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {

}

#menu .navbar-aqq {
		padding: 20px;
		
}

#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #444;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #35893D;
}
.on {
	background-color: #f6f6f6 !important;
	border-bottom: 1px solid #ddd !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #35893D !important;
	background-color: transparent;
}

@media screen and (max-width: 992px) {
  .navbar-logo {
   display:none;
  }
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #35893D;
	border-color: #35893D;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title p {
	font-size: 18px;
}
.section-title2 {
	margin-bottom: 30px;
}
.section-title2 p {
	font-size: 18px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #35893D;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #444;
}

/* start divider */
#divider
    {
        background: url('../images/divider-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        color: #fff;
		padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
    }
#divider h2
    {
        font-size: 40px;
    }
#divider strong
    {
        color: #ED1C24;
    }
#divider h3
    {
        padding-bottom: 30px;
    }
/* end divider */

/* start slideshow */        
#slideshow
	{
	padding-bottom: 0px;
	}

.flexslider {

  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color: #fff;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
 
  min-width: 648px;
  min-height: 270px;
  
  display: block;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
}
.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-caption-lower {
  color:white;
  margin: 0;
  position: absolute;
  top: 200px;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
	
.flexslider .btn
{
	
    background: #35893D;
    border-radius: 5px;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 250px;
    padding: 12px 10px 10px 10px;
}
.flexslider .btn:hover,
.flexslider .btn:focus {
    background: #444;
    color: #fff;
    border: 2px solid transparent;
}




@media only screen and (max-width: 1199px) {
    .flexslider h1 { font-size: 30px; }
    .flexslider h2 { font-size: 24px; }
	.slider-caption-lower {
		top: 0;
	}
}

/* start  768 media quires */
@media only screen and ( max-width: 768px ) {

    .flexslider h1 { font-size: 26px; }
    .flexslider h2 { font-size: 18px; }
    .slide-slider-btn { 
        margin-top: 10px; 
        width: 180px;
        height: 40px;
        padding-top: 8px;
		

    }

	.slider-caption-lower {
		top: 0;
	}
}
/* end  768 media quires */

/* start  600 media quires */
@media only screen and ( max-width: 640px ) {   
    .flexslider h1 { font-size: 20px; }
    .flexslider h2 { font-size: 14px; }
    .slide-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px; 
    }

	.slider-caption-lower {
		top: 0;
	}
}
/* end  600 media quires */

/* start  360 media quires */
@media only screen and ( max-width: 360px ) {
  
	.slider-caption-lower{
		top: 0;
	}
}    


/* end slideshow */


/* o firmie */
#about {
	padding: 100px 0 10px 0;
}
#about h3 {
	font-size: 22px;
}
#about .about-text {
	margin-left: 10px;
	margin-top: 20px;
}
#about img {
	display: inline-block;
	border-color: #A0D7A5;
	border-radius: 0px;
	padding: 10px;
	vertical-align: middle;
}
#about .about-text li {
	font-size: 16px;
	margin-bottom: 6px;
	margin-left: 10px;
	list-style: none;
	padding: 0;
}
#about .about-text li:before {
	content: "✓";
	color: #35893D;
	padding-right: 10px;
}
#about p {
	line-height: 24px;
	margin: 30px 0;
}

/* szkolenia */
#offer {
	padding: 100px 0 40px 0;
}
#offer h3 {
	font-size: 22px;
}
#offer .offer-text {
	margin-left: 10px;
	margin-top: 20px;
}
#offer img {
	display: inline-block;
	border-color: #A0D7A5;
	border-radius: 20px;
	padding: 10px;
	vertical-align: middle;
}
#offer .offer-text li {
	font-size: 16px;
	margin-bottom: 6px;
	margin-left: 10px;
	list-style: none;
	padding: 0;
}
#offer .offer-text li:before {
	content: "✓";
	color: #35893D;
	padding-right: 10px;
}
#offer p {
	line-height: 24px;
	margin: 30px 0;
}


/* oferta */
#services {
	padding: 120px 0;
	background: #f6f6f6;
}
#services h4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
}

	

	
	

/* zaswiadczenia */
#certificates {
	padding: 120px 0 140px 0;
}
#certificates .certificates-table {
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
	background-color: #fff;
	border-radius: 4px;
}
#certificates .row {
	margin-top: 10px;
}

.more {
	padding-bottom: 30px;
}

.more a {
	color: #666;
}
.more a:hover, .more a:focus {
	text-decoration: none;
	color: #35893D;
}

/* praca */
#jobs {
	padding: 120px 0;
	background: #f6f6f6;
}
#jobs h3 {
	font-size: 22px;
}
#jobs .jobs-text {
	margin-left: 10px;
	margin-top: 20px;
}
#jobs img {
	display: inline-block;
	border-color: #A0D7A5;
	border-radius: 20px;
	padding: 10px;
	vertical-align: middle;
}
#jobs .jobs-text li {
	font-size: 16px;
	margin-bottom: 6px;
	margin-left: 10px;
	list-style: none;
	padding: 0;
}
#jobs .jobs-text li:before {
	content: "✓";
	color: #35893D;
	padding-right: 10px;
}
#jobs p {
	line-height: 24px;
	margin: 30px 0;
}


/* kontakt */

#contact {
	padding: 120px 0 60px 0;
	background: #2C2C2C;
}
#contact form {
	padding: 30px 0;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: #666666;
	background-image: none;
	border: 1px solid #555;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact h2 {
	color: #fff;
}

#contact p {
	color: #d6d6d6;
	font-size: 15px;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}


#footer {
	background: #444;
	color: #fcfcfc;
	padding: 30px 0 25px 0;
	border: 0px solid #fff;
}
#footer p {
	font-size: 14px;
}
#footer a {
	color: #ddd;
}
#footer a:hover {
	color: #35893D;
}

@media (max-width: 1024px) {
#about img {
	float: left;
	margin-bottom: 20px;
}
}

.inside.light {
  background: #fff;
  padding-bottom: 80px;
}

.service-item {
  background: #fcfcfc;
  padding: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
.service-item h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.service-icon {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  margin: 0 auto;
  line-height: 80px;
  color: #6cc0f7;
  border: 1px solid #6cc0f7;
  font-size: 24px;
}

.owl-carousel {
  padding-left: 160px;
  padding-right: 160px;
}
@media screen and (max-width: 992px) {
  .owl-carousel {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-left: 70px;
  background: #e9e9e9;
}
.owl-prev:after {
  font-family: "FontAwesome";
  content: '\f104';
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  .owl-prev {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: 70px;
  background: #e9e9e9;
}
.owl-next:after {
  font-family: "FontAwesome";
  content: '\f105';
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  .owl-next {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
