							@font-face {
								font-family: "Glyphicons Halflings";
								src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/fonts/glyphicons-halflings-regular.eot);
								src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/fonts/glyphicons-halflings-regular.woff) format("woff"), url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
							}

							.glyphicon {
								position: relative;
								top: 1px;
								display: inline-block;
								font-family: "Glyphicons Halflings";
								font-style: normal;
								font-weight: 400;
								line-height: 1;
								-webkit-font-smoothing: antialiased;
								-moz-osx-font-smoothing: grayscale
							}

							.glyphicon-chevron-left:before {
								content: "\e079"
							}

							.glyphicon-chevron-right:before {
								content: "\e080"
							}

							.glyphicon-link:before {
								content: "\e144"
							}
							
							.sr-only {
								position: absolute;
								width: 1px;
								height: 1px;
								padding: 0;
								margin: -1px;
								overflow: hidden;
								clip: rect(0, 0, 0, 0);
								border: 0
							}

							.carousel {
								position: relative
							}

							.carousel-control {
								position: absolute;
								top: 0;
								bottom: 0;
								left: 0;
								width: 15%;
								font-size: 20px;
								color: #fff;
								text-align: center;
								text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
								background-color: rgba(0, 0, 0, 0);
								opacity: .5
							}

							.carousel-control.left {
								background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
								background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
								background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
								background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
								background-repeat: repeat-x
							}

							.carousel-control.right {
								right: 0;
								left: auto;
								background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
								background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
								background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
								background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
								background-repeat: repeat-x
							}

							.carousel-control:focus,
							.carousel-control:hover {
								color: #fff;
								text-decoration: none;
								outline: 0;
								opacity: .9
							}

							.carousel-control .glyphicon-chevron-left,
							.carousel-control .glyphicon-chevron-right {
								position: absolute;
								top: 50%;
								z-index: 5;
								display: inline-block;
								margin-top: -10px
							}

							.carousel-control .glyphicon-chevron-left {
								left: 50%;
								margin-left: -10px
							}

							.carousel-control .glyphicon-chevron-right {
								right: 50%;
								margin-right: -10px
							}