/*!
 * Start Bootstrap - Resume v5.0.8 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */


@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}

h1,
h2,
h3,
h4,
h5
 {
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #343a40;
}

h1 {
  font-size: 6rem;
  line-height: 5.5rem;
}

h2 {
  font-size: 3.5rem;
}


p.lead {
  font-size: 1.15rem;
  font-weight: 400;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.5rem;
}

.social-icons a {
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #495057;
  color: #fff !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.5rem;
  margin-right: 1rem;
}

.social-icons a:last-child {
  margin-right: 0;
}

.social-icons a:hover {
  background-color: #BD5D38;
}

.dev-icons {
  font-size: 3rem;
}

.dev-icons .list-inline-item i:hover {
  color: #BD5D38;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  letter-spacing: 0rem;
  text-transform: uppercase;
}

#sideNav .navbar-toggler:focus {
  outline-color: #d48a6e;
}

  #sideNav {
  	font-size: 0.95rem;
  	padding-left: 1rem;
  	padding-right: 1rem;
}

  #sideNav .navbar-brand {
    color: black;
  }
  
@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 16rem;
    height: 100vh;
    padding: 8px;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
  }
  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

section.resume-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  max-width: 75rem;
}

section.resume-section .resume-item .resume-date {
  min-width: none;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.text-primary {
  color: #BD5D38 !important;
}

a {
  color: #BD5D38;
}

a:hover, a:focus, a:active {
  color: #824027;
}

.part-main {
/*	max-width: 1500px;*/
	padding-right: 8px;

}
/* zmiana sprawdzic
.category > a{
	position: relative;
	width: 100%;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 500ms ease-in-out;
	background: rgb(243,226,199);
	background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,226,199,1)), color-stop(50%,rgba(193,158,103,1)), color-stop(51%,rgba(182,141,76,1)), color-stop(100%,rgba(233,212,179,1)));
	background: -webkit-linear-gradient(top, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%);
	background: -o-linear-gradient(top, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%);
	background: -ms-linear-gradient(top, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%);
	background: linear-gradient(to bottom, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 );
}
*/
.category:hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	z-index: 50;
	box-shadow: 0 0 27px #444;
}

.category img {
	width: 100%;
}

.category > a .knives-name {
	top: 25%;
	text-align: center;
  font-size: 1.4rem;
	color: rgba(255, 255, 255, 1);
	text-shadow: black 0.05em 0.05em 0.05em;
}

.category > a .knives-desc {
	bottom: 1rem;
	left: 4rem;
  font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
	text-shadow: black 0.05em 0.05em 0.05em;
}

.category > a span {
	position: absolute;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 80;
}

.category > a img {
	position: relative;
	z-index: 1;
}

.category > a img:hover {
 opacity: 0.5;
}

object h2 {
  font-size: 1.2rem;
	color: #222222;
	text-align: left;
/*	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; 
	text-shadow: white 0.1em 0.1em 0.2em;*/
	text-shadow: white 0.1em 0.1em 0.1em;
	
}

object h3 {
  font-size: 0.7rem;
	color: #666666;
	text-align: left;
/*	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; 
	text-shadow: white 0.1em 0.1em 0.2em;*/
	text-shadow: white 0.1em 0.1em 0.1em;
	
}

ul.item {
	margin-left: 20px;
	margin-top: 10px;
	list-style-position:inside;
	font-size:0.8rem;
}

.knifes_view {
 width: 1200px;
}

.knifes_view img {
	width: 770px;
}

.knifes_view_text {
 color: #999;
}

.navbar-item-padd {
	padding-bottom: 1rem;
	text-align: right;
	margin-right: 80px;
}

a.navbar-item {
	font-size: 1.25rem;
	color: rgba(255, 255, 255, 0.5);
	padding-bottom: 1rem;
	text-decoration: none;
}

.navbar-item:hover {
	color: rgba(255, 255, 255, 0.75);
}

.nav-link span {
	color: rgba(255, 255, 255, 0.75);
}

.heading {
	text-transform: none;
}

#content {
	padding: 1.2rem;
}

.knife {
	margin-bottom:20px;
}

@font-face {
  font-family: "Roboto";
  src: url("../warehouse/fonts/webfonts/Roboto-Regular.eot"); /* IE9 Compat Modes */
  src: url("../warehouse/fonts/webfonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../warehouse/fonts/webfonts/Roboto-Regular.woff") format("woff"), /* Modern Browsers */
    url("../warehouse/fonts/webfonts/Roboto-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../warehouse/fonts/webfonts/Roboto-Light.eot"); /* IE9 Compat Modes */
  src: url("../warehouse/fonts/webfonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../warehouse/fonts/webfonts/Roboto-Light.woff") format("woff"), /* Modern Browsers */
    url("../warehouse/fonts/webfonts/Roboto-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 300;
  font-style: normal;
}

.details {
	clear: both;
}

.view_products {
	line-height: 1.5;
	padding-top: 2em;
}

.view_products li {
	list-style-type: none;
	width: 70%;
	margin-left: auto; 
	margin-right: auto;
	}
	
.view_products_price {
	line-height: 2.5;
	padding-bottom: 2em;
}

.view_products_price li {
	list-style-type: none;
	width: 70%;
	margin-left: auto; 
	margin-right: auto;
	font-size: x-large;
	text-align: center;
}	

.rec_header {
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
	color: #000;
}	

.knifes_detail {
	background-color: #222;
	border-radius: 0.25rem;
}

.rec_item {
	background-color: #fff;
}

.down_to_top {
	width: 100%;
}

.to_top {
	float: right;
}

.knife a {
  color: #0d6efd;
  text-decoration: none;
}

.nav-link {
  line-height: 1.1;
}

.view_recommendation a {
	text-decoration: none;
}

.breadcrumb{
	padding: 0.75rem 1rem !important;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}