/* BOOTSTRAP JAVÍTÁSOK */
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/*!
 * Bootstrap v3.3.6 nem tartalmazza
 */
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
@media print {
	*,
	*:before,
	*:after {
		-webkit-box-shadow: none !important;
	}
}
kbd {
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	-webkit-box-shadow: none;
}
@media (min-width: 1300px) {
	.container {
		width: 1270px;
	}
}
.collapsing {
	-o-transition-property: height, visibility;
	-o-transition-duration: 0.35s;
	-o-transition-timing-function: ease;
}
.navbar-collapse {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
	.navbar-collapse {
		-webkit-box-shadow: none;
	}
}
@media (max-width: 991px) {
	.navbar-nav .open .dropdown-menu {
		-webkit-box-shadow: none;
	}
}
@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress-striped .progress-bar,
.progress-bar-striped {
	-webkit-background-size: 40px 40px;
}
.modal-content {
	-webkit-background-clip: padding-box;
}
.popover {
	-webkit-background-clip: padding-box;
}
.carousel-control.left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
}
.carousel-control.right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
}