.jumbotron {
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	color: #ffffff;
	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 {
	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;
}

.panel {
	border: 1px solid #6e614f;
	border-radius: 0;
	transition: box-shadow 0.5s;
}

.panel:hover {
	box-shadow: 50px 0px 40px rgba(0, 0, 0, .2);
}

.panel-footer .btn:hover {
	border: 1px solid #6e614f;
	background-color: #fff !important;
	color: #6e614f;
}

.panel-heading {
	color: #fff !important;
	background-color: #9c7852 !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: #fff !important;
}

.panel-footer h3 {
	font-size: 32px;
}

.panel-footer h4 {
	color: #aaa;
	font-size: 14px;
}

.panel-footer .btn {
	margin: 15px 0;
	background-color: #6e614f;
	color: #fff;
}

.footer {
	background: #6e614f;
	padding: 40px;
	margin-top: 20px;
}

.footer h3, .footer h4 {
	color: #fff;
}

.navbar {
	margin-bottom: 0;
	background-color: #6e614f;
	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: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #6e614f !important;
	background-color: #fff !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
}

.container-fluid, .container {
	padding-top: 60px;
}

nav .container {
	padding-top: 0px;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
	color: #6e614f;
}

.carousel-indicators li {
	border-color: #6e614f;
}

.carousel-indicators li.active {
	background-color: #6e614f;
}

.item h4 {
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 550;
	margin: 70px 0;
}

.item span {
	font-style: normal;
}

/* Изменение свойства 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;
	border-radius: 50%;
	font-size: 40px;	
	z-index: 9999;
	opacity: 0;
	background: none;
}

#leaf {
	color: #5bc0de;
}

#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;
		bgi
	}

	.logosmall {
		font-size: 30px;
		left: 80px;
		position: fixed;
		transition: all 0.5s;
	}

	.mainlogo {
		height: 10px;
	}

}

header{
	background-position: 50%;
}

h1{
	font-family: 'Monoton';
}

h2, h3, h4, p{
	font-family: 'Poiret One';
	font-weight: bold;
}

a{
	background-color: #6e614f;
}

p>span{
	text-align: center;
}

.glyphicon glyphicon-map-marker{
	text-align: center;
}

.thumbnail{
	background-color: lightgray;
}

.glyphicon{
	color: #9c7852;
}

.item>h4{
	padding: 10px;
}

.panel-heading{
	background-color: #4a945e;
}

.col-sm-3{
	border-radius: 10px;
}

.btn btn-lg btn-primary{
	color: #fff;
	background-color: #6e614f;
	border-color: #6e614f;
}

.btn btn-lg btn-primary:hover{
	
}

#leaf{
	color: #9c7852;
}

.btn-primary {
    color: #fff;
}

.row>p>span{
	text-align: center;
}