img{
	width: 50px;
	height: 50px;
}

.jumbotron {
	background-color: #5d3a3a;
	background-image: url(../images/pekarnya1000.jpg);
	background-position: center 0px;
	background-attachment: fixed;
	background-size: cover;
	color: #b5e0ba;
	padding: 100px 0;
}

.logo {
	font-size: 150px;
	position: absolute;
	width: 100px;
	z-index: 9999999;
	margin-top: -50px;
	right: 20%;
	transition: all 0.5s;
}

@media screen and (max-width:768px) {
	.col-sm-4 {
		margin: 25px 0;
		font-size: 100px;
	}

	p {
		font-size: 12px;
	}

}

.logo-small {
	color: #905858;
	font-size: 50px;
}

.logosmall {
	font-size: 30px;
	top: 10px;
	left: 10px;
	z-index: 9999999;
	transition: all 0.5s;
	position: fixed;
}

.bg-grey {
	background-color: #f6f6f6;
}

.thumbnail {
	padding: 15px;
}

.thumbnail img {
	margin-bottom: 10px;
	width: 300px;
	height: 250px;
}

.panel {
	border: 1px solid #5d3a3a;
	border-radius: 0;
	transition: box-shadow 0.5s;
}

.panel:hover {
	box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}

.panel-footer .btn:hover {
	border: 1px solid #5d3a3a;
	background-color: #b5e0ba !important;
	color: #5d3a3a;
}

.panel-heading {
	color: #b5e0ba !important;
	background-color: #5d3a3a !important;
	padding: 25px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.panel-footer {
	background-color: #b5e0ba !important;
}

.panel-footer h3 {
	font-size: 32px;
}

.panel-footer h4 {
	color: #aaa;
	font-size: 14px;
}

.panel-footer .btn {
	margin: 15px 0;
	background-color: #5d3a3a;
	color: #b5e0ba;
}

.footer {
	background: #5d3a3a;
	padding: 40px;
	margin-top: 20px;
}

.footer h3, .footer h4 {
	color: #b5e0ba;
}

.navbar {
	margin-bottom: 0;
	background-color: #5d3a3a;
	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
}

.navbar li a, .navbar .navbar-brand {
	color: #b5e0ba !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #5d3a3a !important;
	background-color: #b5e0ba !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #b5e0ba !important;
}

.container-fluid, .container {
	padding-top: 60px;
}

nav .container {
	padding-top: 0px;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
	color: #5d3a3a;
}

.carousel-indicators li {
	border-color: #5d3a3a;
}

.carousel-indicators li.active {
	background-color: #5d3a3a;
}

.item h4 {
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 70px 0;
}

.item span {
	font-style: normal;
}
.item img {
	width: 200px;
	height: 200px;
}


/* Изменение свойства opacity от 0% до 100% при прокрутке элементов по оси Y */
.slideanim {
	visibility: hidden;
}

.slide {
	animation-name: slide;
	animation-duration: 1s;
	visibility: visible;
}

@keyframes slide {
	0% {
		opacity: 0; /*прозрачность*/
		transform: translateY(70%); /*смещение по оси Y*/
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	}

}

#totop {
	position: fixed;
	bottom: 40px;
	left: 40px;
	padding: 0px 0 15px 7px;
	width: 50px;
	height: 50px;
	background-color: #5d3a3a;
	border-radius: 50%;
	font-size: 40px;
	color: #b5e0ba;
	z-index: 9999;
	opacity: 0;
}

#cutlery {
	color: #905858;
}

#mainlogo {
	position: relative;
}

@media screen and (max-width:800px) {
	.logo {
		font-size: 90px;
		width: 100px;
		z-index: 9999999;
		left: 0px;
		position: absolute;
		transition: all 0.5s;
	}

	.logosmall {
		font-size: 30px;
		left: 80px;
		position: fixed;
		transition: all 0.5s;
	}

	.mainlogo {
		height: 10px;
	}

}
