
@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700'); 
@import url('font-awesome.css');  
@import url('animate.css');

.white{
color:#fff;
}
.nav-item{
font-size:16px;
}

.navbar-light .navbar-nav .nav-link{
color:#fff;
}

.navbar-light .navbar-nav .nav-link:hover{
color:#bbb;
}
.bkg{
background: url("../images/bkg.png") no-repeat fixed center;
}

.bg-white{
background-color:#fff;
}

.bg-gray{
background-color:#454a4e;
}

.blue1{
background-color:#4364af;
}

.blue2{
background-color:#0e99e3;
}

.bar{
background-color:#4364af;
height:5px;
}

.pompy{
display:inline-block;
padding-top:10px;
padding-bottom:10px;
}

.text-center{
text-align:center;
margin-bottom:25px;
}
.image{
background: url("../images/r.jpg") no-repeat center;
}

.section-title{
display:block;
color:#ef7a16;
text-transform: uppercase;
margin: 0 auto;
padding-top:50px;
padding-bottom:50px;
}

.section-title_2{
display:block;
color:#ef7a16;
text-transform: uppercase;
margin: 0 auto;
padding-bottom:50px;
}





.blue_title{
color:#4364af;
text-align:center;
}

.blue_title_left{
color:#4364af;
text-align:left;
}

.blue_title_left_big{
color:#4364af;
text-align:left;
text-transform: uppercase;
}

.text {padding-top:20px;padding-bottom:20px;}

.button {
  background-color: #4364af;
  border: 1px solid #fff;
  color: white;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
}

.button:hover{
text-decoration: none;
background-color: #fff;
 border: 1px solid #4364af;
 color:#4364af;
}

.button2 {
  background:none;
 border: 1px solid #fff;
  color: white;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
}

.button2:hover{
text-decoration: none;
background-color: #fff;
 color:#4364af;
}

.button_3 {
  background-color: #fff;
  border: 1px solid #4364af;
  color: #4364af;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
}

.button_3:hover{
text-decoration: none;
background-color: #4364af;
 border: 1px solid #fff;
 color:#fff;
}

.button_right {
position:absolute;
  bottom:0;
  right:0;
  background-color: #4364af;
  border: none;
  color: white;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
}

.button_right:hover{
text-decoration: none;
background-color: #fff;
 border: 1px solid #4364af;
 color:#4364af;
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}


.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.white{
color:#fff;
}

.col-centered{
  float: none !important;
  margin: 0 auto !important;
  text-align:center;
}

.row{
margin-left:0;
margin-right:0;
}

.nav-item ::after {
  content: "|"; /* Insert content that looks like bullets */
  margin-left:10px;

}

.nav-item:last-child ::after {
  content: ""; /* Insert content that looks like bullets */
  margin-left:10px;

}


.opis_prod{
text-align:left;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.modal-dialog{
  z-index:9999999;
}
.modal-content{
  z-index:9999999;
}
.metka{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99999;
}

@media (max-width: 767px) {
/*------------------------------------    */

/*  linie w naglowku tylko prawa  */
.fancy2 {
  line-height: 1.0;
  text-align: left;
}
.fancy2 span {
  display: inline-block;
  position: relative;  
}


/*  linie w naglowku  */
.fancy {
  line-height: 1;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}

/*------------------------------------    */

}

@media (min-width: 768px) {
/*------------------------------------    */

/*  linie w naglowku tylko prawa  */
.fancy2 {
  line-height: 0.5;
  text-align: left;
}
.fancy2 span {
  display: inline-block;
  position: relative;  
}

.fancy2 span:after {
  content: "";
  position: absolute;
  height: 15px;
  border-bottom: 1px solid gray;
  top: 0;
  width: 100%;
}

.fancy2 span:after {
  left: 100%;
  margin-left: 15px;
}

/*  linie w naglowku  */
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 15px;
  border-bottom: 1px solid gray;
  top: 0;
  width: 70%;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
/*------------------------------------    */
}
