html, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    background: #f7f7f7;
}


.header {
    background: #fff;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.17);
}
#menu-icon {
    display: none;
}


@media (max-width: 1023px) {
#menu-icon {
    display: block;
}}
@media (max-width: 1023px){
#menu-icon {
 
    margin-top: -32px;
  
    width: 38px;
    cursor: pointer;
    float: right;
}}

@media (max-width: 1023px){
#menu-icon span {
    height: 5px;
    margin-bottom: 5px;
    display: block;
    background: #3cb452;
}}


@media (max-width: 1023px){
#menu {
    margin-top: 50px;
    display: none;
    right: 0px;
    position: absolute;
    width: 70%;
    z-index: 99999999;
    padding: 0px;
}}
.menu {
    text-align: right;
    margin-top: 3px;
}
@media (max-width: 1023px){
.menu {
	    text-align: center;
    background: #6a11cb;
}}
.menu li {
    display: inline-block;
    list-style: none;
    padding: 0 19px;
}
.menu li a {
    font-weight: 500;
    color: #23486b;
    text-decoration: none;
    font-size: 13px;
}
.menu li a:hover {
  border-bottom: 3px solid rgba(61, 180, 82, 0.6);
}
.zamowienie {
border-radius: 3px;
    border: 1px solid #3db452;
    padding: .5rem 2rem;
    background: #3db452;
    color: #fff !important;
}

.bgi-cover-center {
    background-size: cover;
    background-position: center;
}
.banner-full {
   position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  color: #fff;
  background-image: url(../img/header.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.wrap-caption {
    width: 100%;
}
.wrap-caption h1 {
    color: #ffffff;
    font-size: 72px;
    padding: 0;
    margin-bottom: 10px;
	padding-top: 8%;
}

.wrap-caption p {
    font-size: 24px;
 
    color: #ffffff;
    padding: 0;
}

.d-flex{
    -ms-flex-align: center !important;
    align-items: center !important;


    display: -ms-flexbox !important;
    display: flex !important;	
}






.btn-brand {
    color: #fff;
    background-color: #01d486;
    border-color: #01d486;
}


.btn-lg {
    padding: 11px 36px;
    font-size: 17px;
}

.btn-rounded {
	    text-transform: uppercase;
    border-radius: 100px;
    font-weight: 800;
    border-radius: 100px;
}


.btn-brand:hover {
    color: #fff;
    background-color: #08b072;
    border-color: #08b072;
}

.space-medium {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-heading {
    margin-bottom: 60px;
}

.section-heading h2{
	font-weight: 400;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -1px;	
}

.section-heading-text{
	    color: #808294;
}

.sec1{
background: #f8f8fb; }


.feature-block-v8.feature-block {
    transition: all .4s ease;
    margin-bottom: 80px;
    border: 1px solid #ebecf7;
    padding: 50px;
    background-color: #ffffff;
	
	
}

.feature-block-v8 .feature-icon {
    background-color: #e9fcf1;
    color: #3cb452;
    padding: 12px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    width: 52px;
    height: 52px;
    margin-bottom: 30px;
    line-height: 1.5;
    border-radius: 100%;
}

.feature-block-v8.feature-block:hover {
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
    transition: all .4s ease;
    transform: translate3D(0, -20px, 0) scale(1);
}


.sec2{background:#fff;}
 

 
.ikona{
	
	    color: #fff;
    font-size: 42px;
    padding: 20px;
    background: #01d486;
}

.call{
    background: #020d26;
    color: #fff;
    padding: 7px;
}


.pr0{    padding-left: 0px;
    padding-right: 0px;}
.pl0{    padding-left: 0px;
    }

.call b{    font-size: 35px;}


.contact-info h2{
color: #1c223a;}

hr.line {
    margin: 0;
    border-color: #1c223a;
    border-width: 1px;
    width: 4.5rem;
	border-width: 2px;
	width: 8.6rem;
}
.contact-info .list-unstyled {
    padding-top: 1.6rem;
    padding-bottom: .5rem;
}
.contact-area .contact-info .list-unstyled li {
    line-height: 3.6rem;
    font-size: 1.5rem;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.form-comment .form-control, .form-contact .form-control, .contact .form-control {
    height: 45px;
    background-color: #f6f6f6;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: none;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}



.p-4 {
    padding: 1.5rem !important;
}

label{    color: #999999;}

.bgi-cover-center {
    background-size: cover;
    background-position: center;
}


.box-widget {
    padding: 5px;
    color: #ffffff;
}



.list-info li {
    margin-bottom: 20px;
    list-style: none;
    font-size: 16px;
}

.list-info li .info-icon {
    display: table-cell;
}
.list-info li .info-text {
    margin-left: 30px;
    padding-left: 10px;
    display: table-cell;
    vertical-align: top;
}

.box-widget .info-text {
    padding-left: 30px !important;
}


textarea.form-control,   textarea.form-control {
    height: auto !important;
}


 .fcopy {
    padding: 25px 0 10px 0;
    font-size: 14px;
    border-top: 1px solid white;
 }
 .fcopy span{color:#01d486;}


.textbear{
    padding:2rem 2rem;
    color: #fff;
    background: #3db452;
    font-weight: 400;
}

.textbear a{ color:#fff;}
.textbear a:hover{text-decoration:none;}
.spec h2{ font-weight:300; font-size:30px;     color: #a9a9a9;}


.bgmail{
	    padding: 20px;
    color: #fff;
    background: #3db452;
}
.bgmail h4{
	    margin-bottom: 0px;
}

.bgmail input{
	    height: 45px;
    border-radius: 3px;
	    max-width: 50%;
    float: left;
}
.bgmail .wyslij{
	
	    height: 45px;
    border-radius: 3px;
    background: #000;
    border-color: #000;
}

.address-box {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}

.primary i{    color: #3db452;}

.address-box h4 {
    margin-bottom: 5px;
}

.m-0 {
    margin: 0!important;
}
.d-lg-block {
    display: block!important;
}


.address-box i {
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
     font-size: 20px;
    line-height: 28px;
}
.address-box h4{
	
	color: #111111;
	    font-size: 24px;
    font-weight: 700;
}

.section-head {
    margin-bottom: 0px;
}


.service-sm-title {
    color: #3db452;
    letter-spacing: 2px;
    line-height: 24px;
    margin-bottom: 5px;
}
.section-head h2{margin-bottom: 0px;}


#contactform input, select, textarea {
padding: 12px 10px;
    margin: 20px 0;
    width: 100%;
    max-width: 100%;
    border: 0px;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #555;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #3db452;
}


.rowstatus a{ color:#000;}




.form-control:focus {
    border-color: #3db452;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 233, 106, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 233, 106, 0.6);
}





@media (max-width: 1023px){
.menu {   
 text-align: center;
	margin-top:-30px;
    background: #fff;
}
.menu li {
    display: block;
      padding: 0 6px;
}


.wrap-caption h1 {
	    font-size: 35px;
}
.wrap-caption p {
    font-size: 15px;
}

.space-medium {
    padding-top: 50px;
    padding-bottom: 50px;
}

.feature-block-v8.feature-block {
    transition: all .4s ease;
margin-bottom: 10px; }

.pr0 {
    padding-left: 15px;
    padding-right: 15px;
}
.pl0 {
    padding-left: 15px;
}


 




}




.panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ddd;
}

.btns{
	    margin-top: -17px;
    background: #000;
    padding: 6px;
    border-color: #000;
    font-weight: 500;
    color: #fff;
}
.btns:hover, .btns:focus{background:#2d2d2d;color: #fff;border-color: #000;}
.panel-default {
    border-color: #fff;
}
.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom: #ddd;
	    vertical-align: middle;
    float: none;
}
td .label {
    font-size: 80%;
}
.label-danger {
    background-color: #ef483e !important;
}
.label-success {
    background-color: #6f42c1   !important;
}

.panels {
display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
table{width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;}
.table-hover>tbody>tr:hover {
    background-color: #3db452;
    color: #fff;
}


.btn-edit, .btn-delete{
	background:#000;
	color:#fff;
}
.btn-edit:hover, .btn-edit:focus {
	background:#05b085;
	color:#fff !important;
}
 .btn-delete:hover, .btn-delete:focus{
	 	background:#ef483e ;
	color:#fff !important;
 }

.szukajka{
	    border-style: dotted;
    margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
    border-top: 0px solid #fff;
    border-right: 0px;
    border-left: 0px;
	 border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075)
}





.input100 {
 
  font-size: 18px;
  color: #000;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 52px;
  background: transparent;
  padding: 0 5px;
}
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #1180f3;
}

.focus-input100::after {
    font-size: 16px;
    color: #232323;
    line-height: 1.2;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 22px;
    left: 0px;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100::after {
    top: -1px;
    font-size: 15px;
    color: #8e8e8e;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::after {
    top: -4px;
    font-size: 15px;
	    color: #888888;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}




.info-box {
    min-height: 100px;
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
    padding: 1.25rem;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}



.info-box-icon {
    float: left;
    height: 70px;
    width: 70px;
    text-align: center;
    font-size: 30px;
    line-height: 74px;
    background: rgba(0, 0, 0, .2);
}

.rounded {
    border-radius: 0.25rem !important;
}

.bg-info {
    background-image: linear-gradient(to right, #36cb11 0%, #18a50e 100%) !important;
    color: #fff;
}
.info-box-content {
    padding: 10px 10px 10px 0;
    margin-left: 90px;
}


.info-box-number {
    font-weight: 300;
    font-size: 21px;
}


.info-box-text, .progress-description {
    display: block;
    font-size: 16px;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
}
















