@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300|Roboto:300|Mr+De+Haviland|Open+Sans:300,700|Oswald:300);
<link href='https://fonts.googleapis.com/css?family=Mr+De+Haviland' rel='stylesheet' type='text/css'>
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('inc/fonts/LeagueGothic-Regular-webfont.eot');
    src: url('inc/fonts/LeagueGothic-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/LeagueGothic-Regular-webfont.woff') format('woff'),
         url('inc/fonts/LeagueGothic-Regular-webfont.ttf') format('truetype'),
         url('inc/fonts/LeagueGothic-Regular-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#cookieNotification {
	display: none;
	max-width: calc(100vw - 40%);
	background-color: #000;
	color: #fff;
	position: fixed;
	bottom: 0;
	text-align: left;
	padding: 2px;
	border-top-right-radius: 15px;
}
.cookie-inner {
	padding: 20px 0 30px;
	overflow: hidden;
}
.cookie-inner a{
	color: #fff;
}

.modal-dialog {
	width: 60%;
	margin: 30px auto;
}

.teasers{
	margin-bottom: 10px;
}
.article-teaser {
	padding: 0px 15px 15px 15px;
    max-height: 440px;
    overflow: hidden;
    min-height: 440px;  
}
.article-teaser > h3{
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: normal;
}
.article-teaser > h3 > a{
	color: #000;
}
.article-image{
	max-height: 200px;
	width: 100%;
	background: #818181;
	height: 200px;
	margin: 20px 0 0 0;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;	
	 background-size: cover;
} 

.handwriting{
	font-family: "Mr De Haviland", sans-serif;
	font-size: 72px;
	font-weight: 300;
	position: absolute;
	top: 7px;
	left: 25px;
}

.topNavSection{
	background: #000;
}


img.socialicon{
	width:50px;
	height: 50px;
	padding:0;
	float: left;
	border-radius: 10px;
}

	img.socialicon.facebook{
		background: url('site-img/social-icons.png');
		background-position-x: -15px;
		background-position-y: 50%;
	}
	img.socialicon.twitter{
		background: url('site-img/social-icons.png');
		background-position-x: 237px;
		background-position-y: 50%;
	}
	img.socialicon.google{
		background: url('site-img/social-icons.png');
		background-position-x: 657px;
		background-position-y: 50%;
	}	
	img.socialicon.pinterest{
		background: url('site-img/social-icons.png');
		background-position-x: 488px;
		background-position-y: 50%;
	}
	img.socialicon.linkedin{
		background: url('site-img/social-icons.png');
		background-position-x: 571px;
		background-position-y: 50%;
	}
	img.socialicon.youtube{
		background: url('site-img/social-icons.png');
		background-position-x: 67px;
		background-position-y: 50%;
	}
	img.socialicon.instagram{
		background: url('site-img/social-icons.png');
		background-position-x: 404px;
		background-position-y: 50%;
	}

.section {
  /*border-bottom: 1px solid #ddd;*/
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  min-height: 50px;
}
#map-canvas {
	width: 100%;
	margin-top: 0px;
	height: 400px;
}
.mainHeader{
	color: #fff;
	padding: 0;
	background: #363636;
	height: 112px;
}

.lead{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	font-family: "Roboto", sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;	
}
a{
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}


.panel-default>.panel-heading {
	color: #333;
	background-color: transparent;
	border-color: transparent;
}
.panel-heading {
	padding: 10px 15px 0;
	font-size: 1.5em;
	font-family: 'Roboto', sans-serif;
}
.panel-heading a,.panel-heading a:hover{
	text-decoration: none;
	letter-spacing: -1px;

}
h1,h2 {
	font-family: 'Lato', sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 28px;
}

.page-outer{
	background: #fff;
}
.page-detail{
  	padding: 0px 20px 20px;
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
	font-size: 16px;
	padding-top: 0px;
	line-height: 1.7em;
}
.page-detail > div {
	margin-bottom: 15px;
}

.page-detail > div > li {
	margin-left: 15px;
	margin-bottom: 10px;
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  /* color: #fff; */
  /* background-color: #428bca; */
  /* border-color: #428bca; */
 }

.list-group-item {
  position: relative;
  display: block;
  padding: 3px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 0px; 
}

#toTop {
	background: url(site-img/top.png) center top no-repeat;
	border: none;
	bottom: 5% !important;
	right:  5%;
	color:  transparent;
	height: 40px;
	width:  40px;
	overflow: hidden;
	position: fixed;
	z-index: 20;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	display: none;
}


#mainImg{
	text-align: center;
}

.mainImage{
	text-align: center;	
}

#thumbs{
	text-align: center;
	display: table;
	margin-bottom: 20px;
}
#thumbs > .sm-image > a > img {
	width: 85px;
	height: 85px;
	overflow: hidden;
	padding: 3px 1px 0px;
	float: left;
}

.thImage{
	max-width: 100%;
}


ul.topnavlinks li{
	list-style: none;
	list-style-type: none;
	padding: 9px 5px;
	float: left;
}
ul.topnavlinks li a{
  font-family: 'Oswald',sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  font-size: .9em;

}
ul.topnavlinks li a:hover{
	text-decoration: none;
	color: #f00;
}
.topNavBar{
	background: none !important;
	height: 53px;
	color: #222;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
  color: #f00;
  background-color:transparent; 
}
.navbar-default .navbar-nav>li>a {
  font-family: 'Oswald',sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a.active {
	color: #f00;
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a.active {
  color: #f00;
  background-color: transparent;
}
.nav>li>a {
  padding: 15px 8px;
}
	/* carousel section */
		.carouselSection{
			background: #000;
		}
		.carouselCentre{
			position: relative;
			max-width: 1132px;
			padding-right: 15px;
			padding-left: 15px;
			margin-right: auto;
			margin-left: auto;
			padding-bottom: 20px;
			background: #000;
		}
		.carousel-caption > h1{
			color: #fff;
			text-transform: uppercase;
			font-family: 'LeagueGothicRegular',sans-serif;
			margin-top: 0; 
		}
		.carousel .item {
			height: 469px;
			background-size: cover;
			background-position: 50% 0;
			background-repeat: no-repeat;
			margin-top: 0px;
		}
		.carousel-inner > .item > img {
		  position: absolute;
		  top: 0;
		  left: 0;
		  min-width: 100%;
		}
		.carousel-caption > .hi_desc{
		  max-height: 450px;
		  overflow: hidden;
		}
		.carousel-indicators li {
			display: none;
		}
		.carousel-control.left{
			background: none;
			right: 0px;
		}
		.carousel-control.right {
			background: none;
			right: 23%;
		}


/* ****************************** */
/* hover menu */
/* ****************************** 
	.dropdown-menu li:hover .sub-menu { visibility: visible; }
	.dropdown:hover .dropdown-menu { 	display: block; 	}
*/
/* ****************************** */


.responsive-image{
	max-width:100%;
}
.logo{
  position: absolute;
  max-width: 90%;
  right: 40px;
  top: -12px;

}
.container{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.container h1,
.container h2{
	text-transform: uppercase;
}



html {
	font-size: 1em;
	line-height: 1.5em;
	position: relative;
	min-height: 100%;
	font-family: "Roboto", sans-serif;	
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	font-size: 17px;	

}

body {
  /* margin the page bottom by footer height */
  margin-bottom: 300px;
  background: #fff;
}

#google_translate_element {
	position: absolute;
	right: 0;
	top: 3px;
}

#footer {
	position: inherit !important;
  bottom: 0;
  width: 100%;
  color:#888;
  padding:5px 0;  
  background: #363636;
  min-height:300px;
	font-family: 'Roboto',sans-serif;
	font-size: 15px;
	font-weight: 300;  
	margin-bottom: -300px;
}

#footer .company_address,
#footer .company_telephone{
	padding: 6px 20px;
}

#footer .footer-inner{
	padding-top: 30px;
}
a.footer-link-sm {
	font-weight: 300;
	color: #fff;
	font-size: 12px;
}
ul.footer-link li{
	list-style: none;
	list-style-type: none;
	padding-left: 0;
}
ul.footer-link a{
  font-family: 'Oswald',sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}
#footer .footer-inner a:hover {
	text-decoration: none;
	color: #f00;
}



.breadcrumb {
	margin-bottom: 10px;
	background-color: transparent;
	color: rgba(54,74,26,0.5);
}
ol.breadcrumb  {
	margin-bottom: 10px;
	background-color: transparent;
	color: rgba(54,74,26,0.5);
}

.navbar-default {
	border-color: transparent ;
	z-index: 999;
	margin: 0px;
	background-color: transparent;
}






/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {


}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-device-width : 568px)  {

		.carousel-caption {
		  z-index: 10;
		  font-size: 80%;
		}

		.carousel .item {
		  height: 250px;
		}
		.carousel-inner > .item > img {
		  position: absolute;
		  top: 0;
		  left: 0;
		  min-width: 100%;
		  height: 250px;
		}

		.carousel-caption > h1,	h1, .h1 {
		 font-size: 25px; 
		}	
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) and (max-device-width : 568px) {

		.carousel-caption {
		  z-index: 10;
		  font-size: 90%;
		}

		.carousel .item {
		  height: 270px;
		}
		.carousel-inner > .item > img {
		  position: absolute;
		  top: 0;
		  left: 0;
		  min-width: 100%;
		  height: 250px;
		}
		.carousel-caption > h1{
 
		 letter-spacing: 0; 
		 font-size: 30px;
		}		
		.breadcrumb{
			display: none;
		}
	
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
		ul.nav.navbar-nav{
			font-size: .8em;
		}


}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	ul.nav.navbar-nav{
		font-size: .8em;
	}
	#carouselOuter{
		/*display: none;*/
	}
	
	.crumbHolder {
		position: inherit;
	}

}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {

}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {

}


@media screen and (min-width: 768px){

	.carousel-caption {
		padding: 20px;
		background: rgba(0,0,0,0.5);
		position: absolute;
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 75%;
		text-align: left;
	}

}

/* All smart phones with larger screen----------- */
@media (max-width: 991px){
	.handwriting{
		font-size: 44px;
		top: 30px;
	}
}

/* All smart phones with larger screen (nexus etc)----------- */
@media (max-width: 960px){

}


/* All smart phones ----------- */
@media (max-width: 768px){



.mainHeader {
	background-color: #000;
	height: 160px;
}
.handwriting{
	display: none;
}
.logo {
	position: absolute;
	max-width: 90%;
	top: 10px;
	left: auto !important;
	right: auto !important;
}


.tagline-xs.handwriting {
	display: block;
	color: #fff;
	font-size: 63px;
	overflow: hidden;
	top: 21vh;
	position: absolute;
	line-height: 1;
}

body{
	margin-bottom: 0px;
}



	.navbar-default {
		border-color: transparent;
		z-index: 999;
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		/*color: #222;*/
	}
	
	
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
	background-color: black;
}


	#footer {

		height: auto !important;
		position: inherit;
		text-align: center;
		padding: 25px;

	}

	.crumbHolder {
		top: 0px !important;
		position: relative;
	}


	.page-detail{
		padding: 0 0 15px 0;

	}

}

