@font-face {
  font-family: 'HumanistLight';
  src: url('fonts/humanist-light.ttf');
  font-weight: normal;
  font-style: normal;
}

body {
  padding-top: 50px;
  font-family: 'HumanistLight', sans-serif;
 /* background-color: #D7D7D7; */
 background-color: #ffffff;
}

a, a:focus, a:hover {
	color: #fff;
	outline: none;
	border: none;
}





/* NAV BAR */

.navbar-brand {padding: 10px 15px;}
.navbar-brand img {width: 80px;}

.navbar > .container .navbar-brand {margin-left: 0;}

@media (max-width: 768px) {
	.navbar > .container .navbar-brand {margin-left: 15px;}
	.navbar-nav {margin-top: 40px; margin-bottom: 20px;}
	.navbar-brand img {width: 60px;}
}

.social {
	float: right;
	margin-top: 3px;
}

.social ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.social li {
	display: inline-block;
	height: 33px;
	width: 33px;
	background-color: #333D53;
}

.social li i {
	color: #fff;
	font-size: 20px;
	width: 100%;
	text-align: center;
	padding-top: 7px;
	margin: 0 !important;
}

.social .fb:hover {background-color: #3b5998}
.social .tw:hover {background-color: #00aced}
.social .wp:hover {background-color: #000}
.social .goog:hover {background-color: #dd4b39}
.social .flick:hover {background-color: #ff0084}
.social .sub:hover {background-color: #10131B}











/* CAROUSEL */

.section1 {margin-top: 20px;}


.carousel {
	height: 335px;
	background-color: #fff; 
}

.highlight-pane {
	height: 335px;
	background-color: #333D53; 
}



/* SHOP INFO */

.shop-info {
	height: 405px;
	background-color: #333D53; 
}

.nav-tabs {
	border: 0;
	text-align: center;
	border: none !important;
}

.nav-tabs > li {
	width: 50%;
	border: none !important;
}

.nav-tabs > li > a {
	font-size: 0.9em;
  margin-right: 0px;
  line-height: 1.42857143;
  border: none !important;
  border-radius: 0 !important;
  background-color: #5E6881;
}

.nav-tabs > li > a:hover {background-color: #5E6881;}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #333D53;
}


#map-canvas, #map_canvas {
    width: 100%;
	height: 150px;
	background-color: #333D53;
	border-bottom: 4px solid #47536F;
}


.details {
	padding: 10px 40px 10px 15px;
	width: 100%;
	color: #fff;
}

.details p {opacity: 0.7; text-align: left;}

.details .date {
	font-weight: 700;
}

.details .time {
	float: right;
}



@media (min-width: 1200px) {
	.details {padding: 10px 190px 10px 15px;}
}


@media (max-width: 768px) {
	.section1 {margin-top: 0px;}
	#carousel {padding: 0;}
}












.section2 {margin-top: 20px;}

.section2 h3 {
	margin: 0 !important;
	margin-top: 20px;
	font-size: 22px;
	color:#FFFFFF;
}

.sub-title {
 float: left;
 width: auto;
 background-color: #333D53;
 padding:0px 20px 2px 10px;
}

.coloured-padding{
	width: 100%;
	height: 26px;
	background-color: #333D53;
	padding: 0 !important;
}





.tile {
	width: 100%;
	height: 280px;
	background-color: #fff;
	background-size: cover;
	background-position: top center;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.tile-desc {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-color: #333D53;
	border-top: 4px solid #CCCCCC;
}

.tile-title {
	text-align: center;
	background-color: #333D53;
	-webkit-transition: all 0.2s; /* Safari */
    	transition: all 0.2s;
}

.tile-title h4 {
	padding: 15px 0 5px 0;
	font-weight: 700;
	color: #fff;
}

.tile-copy {
	margin: 30px 20px 0 20px;
	text-align: center;
	display: none;
}

.tile-hover {
	display: none;
	-webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
}

.and-more {
	width: 100%;
	height: 405px;
	border: 1px solid #333D53;
	overflow: hidden;
}

.and-more-highlight {
	width: 100%;
	height: 335px;
	border: 1px solid #333D53;
	overflow: hidden;
}

.other-links {
	text-transform: uppercase;
	padding: 10px 20px;
	overflow: hidden;
}

.other-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.other-links li {
	display: inline-block;
	margin: 10px 10px;
	color: #333D53;
	font-weight: 700;
	padding: 3px 6px;
	border: 1px solid #333D53;
} 

.other-links li:hover {
	background-color: #333D53;
	color: #fff;
}

.other-links .sale {
	color: red;
	border: 1px solid red;
}

.other-links .sale:hover {
	color: #fff;
	background-color: red;
}



@media (min-width: 550px) {
	.tile {height: 280px;}
}

@media (min-width: 768px) {
	.tile {height: 350px; color: #333;}
	.tile-desc {
	height: 185px;
	background-color: #CCCCCC; border-top: 4px solid #333D53;
}
	.tile-copy {display: block;}
	.tile-title {margin: -20px 20px; background-color: #CCCCCC;}
	.tile-title h4 {border-top: 4px solid #333D53; color: #333D53;}

	.tile-hover {
		display: block;
		background-color: rgba(0,0,0,0.6);
		width: 100%;
		height: 100%;
		opacity: 0;
	}


	.tile:hover .tile-hover {opacity: 1}
	.tile:hover .tile-title {margin: -30px 15px -10px 15px;}


}

@media (min-width: 992px) {
	.tile {height: 360px;}
	.tile-desc {height: 205px;}
	.tile-copy {display: block;}
}

@media (min-width: 1200px) {
	.tile {height: 335px;}
	.tile-desc {height: 165px;}
	.tile-copy {display: block;}
	.and-more {height: 385px;}
	.other-links {padding-top: 20px;}
}












.footer {width: 100%;
height: 44px;
background-color: #333D53;
color:#FFFFFF;}




