@font-face
{
    font-family: 'OpenSans-Light';
    src:  url('../fonts/OpenSans-Light.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;	
}

@font-face
{
    font-family: 'OpenSans-Regular';
    src:  url('../fonts/OpenSans-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;	
}

@font-face
{
    font-family: 'OpenSans-Bold';
    src:  url('../fonts/OpenSans-Bold.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;	
}

@font-face
{
    font-family: 'RobotoSlab-Bold';
    src:  url('../fonts/RobotoSlab-Bold.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;	
}

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?3038458');
  src: url('../fonts/fontello.eot?3038458#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?3038458') format('woff2'),
       url('../fonts/fontello.woff?3038458') format('woff'),
       url('../fonts/fontello.ttf?3038458') format('truetype'),
       url('../fonts/fontello.svg?3038458#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?3038458#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-icon_2:before { content: '\e800'; } /* '' */
.icon-icon_3:before { content: '\e801'; } /* '' */
.icon-icon_4:before { content: '\e802'; } /* '' */
.icon-icon_5:before { content: '\e803'; } /* '' */
.icon-icon_6:before { content: '\e804'; } /* '' */
.icon-icon_7:before { content: '\e805'; } /* '' */
.icon-icon_8:before { content: '\e806'; } /* '' */
.icon-icon_9:before { content: '\e807'; } /* '' */
.icon-icon_10:before { content: '\e808'; } /* '' */
.icon-icon_11:before { content: '\e809'; } /* '' */
.icon-icon_1:before { content: '\e80a'; } /* '' */


body{
	font-family: "OpenSans-Regular", Arial, sans-serif;	
}



/*equal height colums */

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}



b{
	font-family: "OpenSans-Bold", Arial, sans-serif;	
}


h1{
	font-family: "RobotoSlab-Bold", Arial, sans-serif;
	color: #e21f2b;
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
}

h1 small{
	font-family: "RobotoSlab-Bold", Arial, sans-serif;
	color: #e21f2b;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

.underline{
	height:2px;
	width:50px;
	background-color: #e21f2b;
	margin-bottom:30px;
}

h2{
	font-family: "OpenSans-Bold", Arial, sans-serif;	
	color:#e21f2b;
	font-size:18px;
	text-align:center;
}
.navbar-default{
	background-color:white;	
box-shadow:none;
	 border: 0px;


}


.navbar {	
	min-height:65px;
}


.navbar-brand img {
	height:100%;
}

#oferta{
	margin-top: -50px;
	position:absolute;
	}
	
	#historia{
	margin-top: -50px;
	position:absolute;
	}
	
		#hurtownia{
	margin-top: -50px;
	position:absolute;
	}
	
		#sklepy{
	margin-top: -50px;
	position:absolute;
	}

	#rozbior{
	margin-top: -50px;
	position:absolute;
	}

	#kontakt{
	margin-top: -50px;
	position:absolute;
	}

.logo {
height: 70px;
    margin-top: 5px;
		transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.logo_biale{
content: url(../img/logo_wht.png);
}

.logo_szare{
content: url(../img/logo.png);
}

.logo2 {
    height: 60px !important;
    margin-top: 10px;
}
.navbar li {
	font-family: "OpenSans-Bold", Arial, sans-serif;
	margin-top: 8px;
	text-transform: uppercase;
	font-size:12px;
}

.navbar-default .navbar-nav>li>a {
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	
}

.navbar-brand {
    height: 100%;
}



.navbar-default .navbar-toggle .icon-bar {
    background-color: #e21f2b;
}

.navbar-default .navbar-toggle {
    border-color: #e21f2b;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: white;
}


.navbar-default .navbar-toggle:hover {
    background-color: #e21f2b;
}

.navbar-default .navbar-toggle:focus {
    background-color: #ee2f3a;
}

.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: white;
	}
	
	.navbar-toggle {
    margin-top: 15px;
}

.navbar-default .menu_biale .navbar-nav>li>a{
	color:white;
}

.navbar-default .menu_szare .navbar-nav>li>a{
	color: #333;
}


.navbar-default .navbar-nav>li>a:hover {
    color: #e21f2b;
	border-bottom: 5px solid #e21f2b;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #e21f2b !important;
    background-color: transparent;
}

.header_backgound{
	background-image:url(../img/header_background.jpg);
	background-position:center center;
	background-size:cover;
	height:654px;
}

.header_backgound h1{
	margin-top:250px;
	font-family: "RobotoSlab-Bold", "OpenSans-Light", Arial, sans-serif;
	color:white;
	font-size:55px;
	text-align:center;
}

.header_backgound h1 b{
	font-family: "RobotoSlab-Bold", "OpenSans-Light", Arial, sans-serif;
	color:#e21f2b;
}

.header_backgound button{
	background-color:#e21f2b;
	color:white;
	font-family: "OpenSans-Bold", Arial, sans-serif;
	border-radius:0px;
	border:0px;
	text-decoration: none;
}

.header_backgound a:hover{
	text-decoration:none;
}

.header_backgound button:hover{
	background-color:#ee2f3a;
	color:white;
}

.header_backgound button:focus{
	background-color:#ee2f3a;
	color:white;
}

.oferta{
	margin-top:20px;
	margin-bottom:70px;
}

.oferta p{
	text-align:center;
}

.oferta i {
    font-size: 50px;
    margin: auto;
    text-align: center;
    color: #e21f2b;
	margin-bottom: -10px;
    margin-top: 20px;
}


.icon_float{
	float:left;
}

.tekst_icon{
	margin-left:30px;
	
}

.hurtownia i {
    font-size: 25px;
    margin: auto;
    text-align: center;
    color: #e21f2b;
	margin-bottom:-15px;
}

.hurtownia_ikony h2 {
	font-size:12px;
}

.hideme
{	
	transform: translateY(50px);
    opacity:0;

}

.offer{
			transition: all .4s linear;
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;

}

.hide_not
{	
    opacity:1;
	transform: translateY(0px);
}

.historia_backgound{
	background-image:url(../img/o_firmie_background.jpg);
	background-position:center center;
	background-size:cover;
	height:auto;
}

.historia_backgound h1{
	color:white;
}

.historia_backgound small{
	color:white;
}

.historia_backgound p{
	color:white;
	text-align:center;
}

.historia_backgound .underline{
	background-color:white;
}


.catering_background{
	/*background-image:url(../img/catering_background.jpg);*/
	background-position:center center;
	background-size:cover;
	height:auto; 
	padding: 20px;
	margin-top:-50px;
	margin-bottom:40px;
	
}
.catering_background h1{
	text-align:center;
	padding-bottom: 8px;
	/*color:white; */
}


.catering_background h1 small{
	/*color:white; */
}

.catering_background .underline{
	/*background-color: white;*/
	}

.catering_background p{
	text-align:center;
	padding-bottom: 8px;
	/*color:white; */
}



.hurtownia{
	background-image:url(../img/hurtownia_background.png);
	background-position:center center;
	background-size:cover;
	height:auto;
}

.hurtownia h1{
	text-align:center;
	padding-bottom: 8px;
}





.sklepy{
	margin-top:20px;
	margin-bottom:70px;
}

.sklepy h2{
	text-align:left;
}

.sklepy i{
	color: #e21f2b;
}

.rozbior{
	background-image: url(../img/rozbior_miesa.jpg);
	background-position:center center;
	background-size:cover;
	height:auto;
	padding-top:35px;
	padding-bottom:35px;
}


.rozbior h1{
	color:white;
}

.rozbior small{
	color:white;
}

.rozbior p{
	color:white;
}

.rozbior .underline{
	background-color:white;
}


.kontakt{
	margin-top:20px;
	margin-bottom:70px;
}

.kontakt h2{
	text-align:left;
}

.kontakt i{
	color: #e21f2b;
}


.i4ewOd-pzNkMb-haAclf {
    display: none !important;
}

.czerwony_box{
	background-color: #e21f2b;
	padding:15px;
	color:white;
}


.czerwony_box h2{
	color:white;
	text-align:left;
	margin-top: 10px;
}


footer{
	background-color:#0f0f0f;	
	padding-top:15px;
	padding-bottom:15px;
}

footer p{
	text-align:center;
	font-size:11px;
}


footer a{
	text-align:center;
	font-size:11px;
	color:#333;
}

footer a:hover{
    color: #6d6d6d;
	text-decoration:none;
}

footer a:focus{
    color: #6d6d6d;
	text-decoration:none;
}




.come-in {
  opacity: 0;
  animation: come-in 0.5s ease forwards .3s;
   transform: translateY(50px);  

}



.come-in:nth-child(2n+0) {
  animation-duration: 1.0s;
}


.come-in:nth-child(3n+0) {
  animation-duration: 1.5s;
}


.come-in:nth-child(4n+0) {
  animation-duration: 0.5s;
}


.come-in:nth-child(5n+0) {
  animation-duration: 1.0s;
}

.come-in:nth-child(6n+0) {
  animation-duration: 1.5s;
}


.already-visible {
  opacity:1;
     transform: translateY(0px);  

  animation: none;
}

@keyframes come-in {
  to {
	    opacity:1;
		   transform: translateY(0px);  

  }
}


@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 25px;
}
}

@media (max-width: 991px){
.nav>li>a {
    padding-left: 10px;
	padding-right: 10px;
}

.navbar-brand {
    height: 90%;
	margin-top: 2px;
}
}

@media (max-width: 768px){

.logo {
    height: 60px !important;
    margin-top: -10px;
}

.logo_biale{
content: url(../img/logo.png);
}

.navbar-default .menu_biale .navbar-nav>li>a{
	color: #333;
}

.navbar-default .menu_biale .navbar-nav>li>a:hover{
	color: #e21f2b;
	border:0px;
}

.header_backgound h1 {
	margin-top: 180px;
	font-size: 45px;
}

.header_backgound {
    height: 520px;
}

.hurtownia h1{
	text-align:center;
	border-bottom: 0px;
	padding-bottom: 0px; 
	margin-bottom:10px; 

}
.hurtownia .underline{
	display:block;
}

.hurtownia p{
	text-align:center;
}

.sklepy h2{
	text-align:left;
}

.sklepy img{
	text-align:center;
	margin:auto;
}

.sklepy p{
	text-align:left;
	margin-bottom:30px;
}
}