/*@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,300i,400,600i,700,900&subset=latin-ext');*/

html,body {
  width:100%;
  height:100%;

}

body {
  /*font-family:'Titillium Web',arial;*/
  font-size:15px;
  color:#333;
  line-height:1.7;
  font-weight: 300;
  padding-top: 67px;


}
@media(max-width:992px){

  body {
    padding-top: 160px;
  }

}

*:focus{
  outline: none !important;
}

.no-pad{
  padding: 0;
}
.no-margin{
  margin: 0;
}

.clear{
  clear: both;
}

a{
  color: #333;
}

a:focus,a:hover{
  color: #000;
}

p {
    widows: 5;
    orphans: 5;
  }

.admn-links a{
  padding-right: 15px;
 }

.admn-links {
  margin-bottom: 30px;
  padding-top: 10px;
  border-top: 1px #dfdfdf dotted;
}

@media(min-width:992px){
  .equal {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

  .equal > div[class*='col-'] {  
    display: flex;
    flex-direction: column;
  }
}


.navbar {
    border-radius: 0px;

}

 ol, ul, li, label{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

.min-500{
  min-height: 500px;
}

.dbox{
  color: #777;
}
.tag-btn{
  margin-right: 5px;

}
/*---------------------------------------------------------------------------LOADER*/
.loader {
  position: fixed;
  z-index: 1000 !important;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top:0px;
}
.fading-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 333px;
  margin: -250px 0 0 -250px;
  background-image: url(../images/l4.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
/*------------------------------------------------------------------------NAVBAR*/
.navbar-default {
  border-bottom: 0px;
}

.nav li a{
  display: block;
}

.nav li a{
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom:0px #eee solid;

  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  
}
.nav li a:hover {
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: 0px #429B0C solid;
  background: #f2f1f1 !important;

  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #ee750f;
}


.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

@media(max-width:992px){
  .nav{
    /*width: 100%;*/
    margin-right: 0;
    margin-left: 0;
  }

  .nav li a{
    padding-top: 8px;
    padding-bottom: 8px;
    /*border-bottom:1px #fff solid;*/


  }
  .nav li a:hover {
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    /*border-bottom:1px #429B0C solid;*/

  }

  .text-left,.text-right{
  	text-align: center !important;
  }

  .s-footer{
  	text-align: center;
  }

  .s-footer h4{
  	margin-top: 50px;
  	display: inline-block;
  }
	body{
		text-align: center;
	}
}
@media screen and (min-width: 1024px) { 
  .sidebar-nav {
      padding: 9px 0;
  }
  .dropdown .dropdown-menu{
    display: block;
    left: -20px;
    -webkit-transition:all .35s;
    -moz-transition:all .35s;
    transition:all .35s;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
  }
  /*.dropdown-menu .sub-menu {
     
      position: absolute;
      top: 0;
      opacity: 0;
      margin-top: -1px;
       -webkit-transition:all .35s;
    -moz-transition:all .35s;
    transition:all .35s;
  }

  .dropdown-menu li:hover .sub-menu {
    
    -webkit-transition:all .35s;
    -moz-transition:all .35s;
    transition:all .35s;

      opacity: 1;
  }*/

  .dropdown:hover .dropdown-menu {
    visibility: visible;
      opacity: 1;
      
      left: 0px;
      -webkit-transition:all .35s;
    -moz-transition:all .35s;
    transition:all .35s;

  }

  .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
      margin-top: 0;
  }


}
/*------------------------------------------------------------------------FORMA*/
.form-main{
  margin-bottom: 15px;
}
/*------------------------------------------------------------------------ANIMACJE*/

.hiding{
  opacity:0;
}
.showing { 
  opacity: 1;
}

.nodisplay{
  display: none !important;
}

/*----------------------------------------------------------------------------SEKCJE*/
.s-normal{
  padding-top: 50px;
  padding-bottom: 50px;
}
.s-normal h3{
  font-weight: bold;
}
.s-boxy0{
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#173075+0,5a6b99+100 */
	background: rgb(23,48,117); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(23,48,117,1) 0%, rgba(90,107,153,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(23,48,117,1) 0%,rgba(90,107,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(23,48,117,1) 0%,rgba(90,107,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173075', endColorstr='#5a6b99',GradientType=0 ); /* IE6-9 */
}

.s-boxy1{
	color:#fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b21717+0,e61d1d+100 */
	background: rgb(178,23,23); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(178,23,23,1) 0%, rgba(230,29,29,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(178,23,23,1) 0%,rgba(230,29,29,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(178,23,23,1) 0%,rgba(230,29,29,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21717', endColorstr='#ee750f',GradientType=0 ); /* IE6-9 */
}

.s-boxy {
 background: #ffffff;
    color: #1b3766;
    font-size: 200%;
    line-height: 150%;
    border-top:8px #ee750f solid;
}
.s-boxy .fa{
  color: #1b3766;
}

.s-wykonanie{
  padding-top: 30px;
  padding-bottom: 30px;
  background: #eee;
}

.s-white{
  background: #fff;
}

.s-grey{
  background: #f3f3f3;
  border-bottom: 1px #e9e9e9 solid;
}

.s-grey hr{
  border-color: #d8d8d8;
}

.s-special{
  background: #ee750f;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.s-grey .admn-links {
    margin-bottom: 30px;
    padding-top: 10px;
    border-top: 1px rgba(0,0,0,0.2) dotted;
}
.s-dark{
  background: #2C2C2D;
  color: #fff;
}

.s-dark .admn-links {
    margin-bottom: 30px;
    padding-top: 10px;
    border-top: 1px rgba(255,255,255,0.2) dotted;
}


.s-dark .fa {
  color: #fff;

}
.s-belt-footer{
  background: #444444;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;

}

.s-partnerzy{
  border-top: 1px #dfdfdf solid;
}

.s-belt-footer a{
  color: #fff;
  font-weight: bold;
}

.s-footer-w{
  background: #F8F8F8;
  min-height: 200px;
  color:#333;
  border-top: 1px #efefef solid;
}

.s-footer{
   background: #3C6B93;
    color: #fff;
}
.s-footer-w h4{
  border-left: 6px #ee750f solid;
  padding: 4px 15px 4px 15px;
  margin-bottom: 15px;
  color:#333;
  font-weight: bold;
  /*min-height: 60px;*/
}

.s-footer h4{
  border-bottom: 1px #46759e solid;
  padding: 4px 15px 15px 0px;
  margin-bottom: 15px;
  color:#fff;
  font-weight: bold;
  /*min-height: 60px;*/
}

.s-footer-w a{
	color: #333;
}

.s-footer a{
  color: #fff;
}

.s-footer hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #46759e;
}

/*------------------------------------------------------------------------------HISTORIA*/

.p-reltiv{
  position: relative;
}

.big_dot-r{
  background: #E30613;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  left:0px;
  position: absolute;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 888;
}

.big_dot-l{
  background: #E30613;
  width: 20px;
  height: 20px;
  margin-right:  -10px;
  right:0;
  position: absolute;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;

  z-index: 888;
}


.l-r{
  border-left: 1px #efefef solid;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  margin-left: -16px;

}
.l-l{
  border-right: 1px #efefef solid;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-right:  30px;
  margin-right:  -15px;

}

/*-----------------------------------------------------------------------------CARUSEL*/
.carousel-caption {
    background-color: rgba(0,0,0,0.5);
    width: 50%;
    left: 0px;
    text-align: left;
    padding: 70px 40px 50px 40px;
    bottom: 0px;
    top:0px;
    height: auto;
    /*display: none;*/
}

/*.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .c-arrow, .carousel-control .c-arrow {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}
*/
.carousel .item img{
  width: 100%;
}

.c-arrow{
  position: absolute;
  top:45%;
  z-index: 99;
  display: inline-block;
  padding: 10px;
  background: #ee750f;
  
  height: 30px;

}

.carousel .item {
  height: auto;
}

.carousel-caption h2 {
    font-weight: bold;
}
.carousel-indicators li {
    display: inline-block;
    width: 42px;
    height: 3px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #eee;
    background-color: #eee;
    border-radius: 0;
}

.carousel-indicators .active {
    width: 42px;
    height: 3px;
    margin: 2;
    background-color: #ee750f;
    border: 1px solid #ee750f;
}

@media(max-width:992px){
  .carousel-caption {
      
      width: 100%;
      left: 0px;
      text-align: left;
      padding: 0px 40px 50px 40px;
      bottom: 0px;
  }
  
  .carousel-caption {
      position: relative;
      padding-top: 30px;
      top: 0;
      bottom: 0;
      
      
      
  }
  
  .carousel-caption h2 {
    margin-top: 0;
  }

  .carousel{
    margin-bottom: 30px;
  }
  
  .carousel .item {
      height: auto;
    }

  .c-arrow{
      position: absolute;
      top:25%;
    }
  .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 25%;
    z-index: 5;
    display: inline-block;
  }
}
.adress-top{
  padding-top: 30px;
  color:#c1c1c1;
  
}

@media(max-width:992px){
    .adress-top{
      display: none;
    }
    .nav img.responsive{
      margin-left: auto;
      margin-right: auto;
    }
  }

/*----------------------------------------------------------------------------PARALAX*/
#parallax1 {
  background:url(../images/par2.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
    min-height: 100px;
    /*border-top: 9px #B61818 solid;*/
    
}

#parallax1.def{
  background:url(../images/par3.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
    min-height: 100px;
    /*border-top: 9px #B61818 solid;*/
    
}

#parallax1 h1{
	font-weight: 900;
	font-size: 320%;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	color: #fff;

}

#parallax1 h1 small{
	font-weight: 300;
	font-size: 50%;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	color: #fff;
}

#parallax2 {
  background:url(../images/parallax0.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
    min-height: 200px;
    
    
}

.prallax-cover{

  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  padding-top: 90px;
  /*padding-bottom: 90px;*/

}

.prallax-cover-def{

  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  padding-top: 40px;
  padding-bottom: 40px;

}

@media(max-width:992px){

  #parallax1 {
    display: none;
      
  }

  #parallax2 {
    display: none;
    
      
  }

    .prallax-cover{
    background: rgba(0,0,0,0.2);
    display: block;
    padding: 5px;
    /*min-height: 80px;*/
    top: 0;
    bottom :0;
    position: absolute;
    display: none;
  }
}
/*----------------------------------------------------------------------------MENU BOCZNE*/
.menu-boczne {
  width: 100%;
  /*max-width: 600px;*/
  background: #fff;
  /*margin: 4em auto;*/
  /*box-shadow: 0 4px 40px #dfdfdf;*/
}
.menu-boczne ul {
  /* by default hide all sub menus */
  display: none;
}
.menu-boczne li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-left: 3px #E30613 solid;
  margin-bottom: 3px;

	background-image: linear-gradient(to left, #fafafa 50%, #efefef 50%);  
	background-size: 200% 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	
	-webkit-transition: background 0.25s ease-out;  
	-moz-transition: background 0.25s ease-out;  
	-o-transition: background 0.25s ease-out;  
	transition: background 0.25s ease-out;
}

.menu-boczne li:hover{
	background-position: bottom left;
   -webkit-transition: background 0.25s ease-out;  
    -moz-transition: background 0.25s ease-out;  
    -o-transition: background 0.25s ease-out;  
    transition: background 0.25s ease-out;
}
.menu-boczne li > ul > li{
  
  border-left: 0px;
}
.menu-boczne input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.menu-boczne label, .menu-boczne a {
  position: relative;
  display: block;
  padding: 18px 18px 18px 34px;
  /*background: #fafafa;*/
  
  color: #333;
  font-size: 1.2rem;
}
.no-touch .menu-boczne label:hover, .no-touch .menu-boczne a:hover {
  /*background: #eee;*/
}
.menu-boczne label::before {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-boczne label {
  cursor: pointer;
}
.menu-boczne label::before {
  background-image: url(../images/cd-icons.svg);
  background-repeat: no-repeat;
}
.menu-boczne label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.menu-boczne label::after {
  /* folder icons */
  left: 41px;
  background-position: -16px 0;
}
.menu-boczne a::after {
  /* image icon */
  left: 36px;
  background: url(../images/cd-icons.svg) no-repeat -48px 0;
}
.menu-boczne input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-boczne input[type=checkbox]:checked + label + ul,
.menu-boczne input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}

.menu-boczne ul label,
.menu-boczne ul a {
  background: #f4f4f4;
  
  padding-left: 32px;
  border:0px;
}
.no-touch .menu-boczne ul label:hover, .no-touch
.menu-boczne ul a:hover {
  background: #eee;
}
.menu-boczne > li:last-of-type > label,
.menu-boczne > li:last-of-type > a,
.menu-boczne > li > ul > li:last-of-type label,
.menu-boczne > li > ul > li:last-of-type a {
  box-shadow: none;
}
.menu-boczne ul label::before {
  left: 36px;
}

.menu-boczne ul ul label,
.menu-boczne ul ul a {
  padding-left: 50px;
}
.menu-boczne ul ul label::before {
  left: 54px;
}

.menu-boczne ul ul ul label,
.menu-boczne ul ul ul a {
  padding-left: 50px;
}
.menu-boczne ul ul ul label::before {
  left: 72px;
}

@media only screen and (min-width: 600px) {
  .menu-boczne label, .menu-boczne a {
    padding: 8px 8px 8px 62px;
    font-size: 1em;
  }
  .menu-boczne label::before {
    left: 24px;
  }
  
  .menu-boczne ul label,
  .menu-boczne ul a {
    padding-left: 106px;
  }
  .menu-boczne ul label::before {
    left: 48px;
  }
  
  .menu-boczne ul ul label,
  .menu-boczne ul ul a {
    padding-left: 130px;
  }
  .menu-boczne ul ul label::before {
    left: 72px;
  }
  
  .menu-boczne ul ul ul label,
  .menu-boczne ul ul ul a {
    padding-left: 154px;
  }
  .menu-boczne ul ul ul label::before {
    left: 96px;
  }
  
}


.menu-boczne.anim label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

/*---------------------------------------------------------------------------VIDEO*/

video {
  width: 100%    !important;
  height: auto   !important;
}

/*---------------------------------------------------------------------------GREY*/

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */

  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

 img.grayscale:focus {
  filter: none;
  -webkit-filter: grayscale(0%);
}

/*.cmeff:hover > s_gallery {
  border:3px #f00 solid;
}
*/
.s_gallery:hover img{
  filter: none;
  -webkit-filter: grayscale(0%);
}
/*----------------------------------------------------------------------------GAL*/
.syl_effect{
  position: relative;
  
    
  overflow: hidden;
}



.cmeff{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;

  -moz-transition: all 1.3s;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  
}

.cmeff h4{
  display: block;
  margin-top: 30%;
  margin-left: auto;
  margin-right: auto;
  
}

.cmeff .lupa{
  position: absolute;
  margin-top: 30%;
  left: 50%;
  margin-left: -12px;

}

.syl_effect:hover .cmeff {
  -moz-transform: scale(1.8);
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  opacity: 1;
}

@media(max-width:992px){
	.syl-img-adv {
		max-width: 50% !important;
	}
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 0px;
    border-bottom: 1px #dfdfdf solid;
}

.small-text {
    color: #aaa;
    font-weight: 300;
}

/*.btn-default {
    color: #fff;
    background-color: #ce2626;
    border-color: #e31f25;

    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}*/
.btn-primary {

    color: #fff;
    background-color: #ee750f;
    border-color: #ee750f;
}

.btn-custom-1,.btn-custom-1:active,.btn-custom-1:focus {

    color: #fff;
    background-color: #ee750f;
    border-color: #ee750f;
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;

}

.btn-custom-1:hover {

    color: #fff;
    background-color: #ee750f;
    border-color: #ee750f;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

/*a.art-right:hover {
    text-decoration: none !important;
    color: #aaa;
}*/

iframe{
  width: 100%;
  min-height: 510px;
}
/*--------------------------------------------------------LOGOTYPY*/
.logotypy-top{
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.logotypy-top img{
  max-width: 100px;
}

.logotypy-top li { display: inline; }

/*--------------------------------------------------------SIDEBAR;*/
.r-zajawka{
  
  padding-top: 10px;
  font-size: 90%;
  /*color: #999;*/
  padding-bottom: 15px;
  /*border-bottom: 1px #f1f1f1 solid;
  margin-bottom: 15px;*/

}

.r-zajawka:nth-last-of-type{
  border-bottom: none;
}

.i-t-box{
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.data{
  font-style: italic;
}

/*---------------------------------------------------------HAD*/
.s-header{
  color:#333;
  padding: 10px 15px 10px 15px;
  margin-bottom: 15px;
  border-left: 6px #ee750f solid;
}

.col-grey{
 

  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  margin-bottom: 15px;
  border-left: 6px #efefef solid;
  
}

.site-home-r{
  padding-top: 25px;
}

.side-bar .col-grey{
  padding-top: -15px !important;
}

.col-grey h4{
	font-weight: bold;
}

.col-green{
  background: #ee750f;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  margin-bottom: 15px;
  color: #fff;

}
.col-green h3 {
  border-color: #49A114;
}

.nag-box{
  font-weight: bold;
}

.i-t-box {
  position: relative;
}
.a-t-box-desc{
  padding: 5px 15px;
  position: absolute;
  background: rgba(0,0,0,0.7);
  color: #fff;
  bottom: 15px;
  border-left: 3px #ee750f solid;
  margin-top: -15px;  
}
/*---------------------------------------------------------PAGINACJA*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ee750f;
    border-color: #ee750f;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    color: #b9b9b9;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.boxlink{
  color: #333;
  /*text-shadow: 0 1px 2px rgba(0,0,0,.6);*/

}

.boxlink:hover{
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.2);

}

.baner-prawy{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b21717+0,e61d1d+100 */
	background: rgb(178,23,23); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(178,23,23,1) 0%, rgba(230,29,29,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(178,23,23,1) 0%,rgba(230,29,29,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(178,23,23,1) 0%,rgba(230,29,29,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21717', endColorstr='#ee750f',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

.right-header{
	/*display: inline-block;*/

	/*background-color: #ee750f;;
	color: #fff;*/
	border-right:  6px solid #ee750f;
	/*padding: 15px;
	margin-bottom: 15px;*/
}

.side-bar .i-t-box {
/*
	background: rgb(178,23,23); 
	background: -moz-linear-gradient(top, rgba(178,23,23,1) 0%, rgba(230,29,29,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(178,23,23,1) 0%,rgba(230,29,29,1) 100%); 
	background: linear-gradient(to bottom, rgba(178,23,23,1) 0%,rgba(230,29,29,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21717', endColorstr='#ee750f',GradientType=0 ); 

	color:#fff;*/

}

.side-bar .i-t-box a{
	/*color: #fff;*/
}

.t-pad-0{
  font-size: 18px;
}

.col-box{
  padding: 15px;
  font-size: 140%;

}
.col-box .btn-default {
    color: #fff;
    background-color: #3c6b93;
    border-color: #3c6b93;

}
.topsection{
  background: #fff url(../images/top_bg.jpg) top center no-repeat;
  background-size: cover;
  color:#fff;
  
}

.topperson{
  padding-top: 200px;
}

.topsection h1 {
  font-weight: 900;
  color: #fff;
  font-size: 500%;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.topsection h1 small{
  color: #fff;
  font-weight: 400;
  font-size: 40%;
}

.toptext{
  padding-top: 200px;
  text-transform: uppercase;
  
  font-weight: 100;
}
.toplogotyp img{
  max-width: 180px;
}
.syl-cookie{
  background: #fff;
  padding: 30px;
}

@media(max-width: 992px){
    .topsection h1 {
     
      font-size: 200%;
     
    }

    .topsection h1 small{
      color: #fff;
      font-weight: 400;
      font-size: 40%;
    }
    .topperson{
      padding-top: 90px;
    }
    .toptext{
      padding-top: 60px;
      text-transform: uppercase;
      
      font-weight: 100;
    }

    .s-boxy {
     
      font-size: 120%;
      line-height: 130%;
     
  }
  .toplogotyp img{
    max-width: 280px;
  }
}