.t3-mainnav .t3-navbar {
	float:right;
}

ul {
	list-style:none;
}

.ul-square {
	list-style-type:square;
}

#Mod92 {
	background:#f2e56c;
	color:#dc3565;
	text-align:center;
}

.img-responsive {
    margin-left:auto;
    margin-right:auto;
	max-width:100%;
	height:auto;
}

.caption-centred {
    text-align: center;
}

.img-left-align {
    width:50%;
}

.google-maps {

        position:relative;
        padding-bottom:40%; // This is the aspect ratio
        height:0;
        overflow:hidden;
}

.google-maps iframe {
        position:absolute;
        top:0;
        left:0;
        width:100% !important;
		height:100% !important;
}

.th-main {
	text-align: center;
	background-color: #e2719b;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Slideshow CSS */
.carousel-caption {
  background: rgba(0, 0, 0, 0.3);
}
.slideshow {
  background: #f7f7f7;
  border-bottom: 1px solid #eeeeee;
  padding: 40px 0;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
