/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
	padding-top: 70px;
	/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

li {
	line-height: 170%;
}

.thumbnail img {
	max-width: 85%;
	margin-left: 7.5%;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive,
	.thumbnail a>img, .thumbnail>img {
	max-width: 85%;
	margin-left: 7.5%;
}

.list-group-item {
	padding: 5px 15px;
}

.ratings {
	padding-right: 10px;
	padding-left: 10px;
	color: #d17581;
}

.thumbnail {
	padding: 0;
}

.thumbnail .caption-full {
	padding: 9px;
	color: #333;
}

footer {
	margin: 50px 0;
}

.sListe {
	width: 90%;
	margin-left: 10%;
}

li.selected a {
	color: white !IMPORTANT;
}

a.hideSM {
	/*display: none;*/
	
}

iframe {
	width: 100%;
	border: none;
}

h5 {
	color: #337ab7;
	padding: 5px;
	font-weight: bold
}

h3 {
	color: #337ab7;
}

strong.red {
	color: red;
	margin-right: 15px
}

.mobileShow {
	display: none;
}

@media ( max-width :767px) {
	.mobileShow {
		display: inherit;
	}
	.NormalShow {
		display: none;
	}
	#mainContent {
		padding-top: 40px;
		width: 100% !important;
	}
	.navbar-form .form-group {
		width: 60% !important;
		display: inline-block;
	}
}