
/* GENERAL STYLES */

html,
body {
  height: 100%;
}

.spacer0 {display:block; clear:both; height:0px; overflow:hidden;}
.spacer5 {display:block; clear:both; height:5px; overflow:hidden;}
.spacer10 {display:block; clear:both; height:10px; overflow:hidden;}
.spacer20 {display:block; clear:both; height:20px; overflow:hidden;}
.spacer30 {display:block; clear:both; height:30px; overflow:hidden;}
.spacer40 {display:block; clear:both; height:40px; overflow:hidden;}
.spacer50 {display:block; clear:both; height:50px; overflow:hidden;}
.spacer60 {display:block; clear:both; height:60px; overflow:hidden;}

.fa {transform:none;}
::selection {background: #d3ebff;}
::-moz-selection {background: #d3ebff;}

body {
	font-family: 'Lato',Helvetica,sans-serif; 
	font-size: 15px; 
	color: #58595b; 
	font-weight:400;
}

h1 a, h2 a, h3 a {color:inherit; font-weight:inherit; text-decoration:none;}
h1 a:hover, h2 a:hover, h3 a:hover {color:inherit; text-decoration:none;}

h1 {font-family: 'IM Fell Great Primer',sans-serif; font-size: 48px; line-height: 1.2; margin:0 0 30px 0; color:#53b7d1; }
h2 {font-family: 'IM Fell Great Primer',sans-serif; font-size: 36px; line-height: 1.1; margin:0 0 20px 0; color:#53b7d1; }
h3 {font-family: 'IM Fell Great Primer',sans-serif; font-size: 21px; line-height: 1.1; margin:0 0 20px 0; color: #53b7d1;  }
h4 {font-family: 'IM Fell Great Primer',sans-serif; font-size: 15px; line-height: 1.1; margin:0 0 20px 0; color: #53b7d1; }
h5 {font-family: 'IM Fell Great Primer',sans-serif; font-size: 13px; line-height: 1.1; margin:0 0 20px 0; color: #53b7d1;  }

p {line-height: 1.6; padding:0px; margin-bottom:16px;}
p.terms {
	font-size: 11px;
}

a {color:#53b7d1;}
a:hover {color:#53b7d1;}
a:focus {outline:none;}

hr {border-top:1px solid #58595b;}

.btn {
	font-size: 15px;
    padding: 10px 20px 10px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0px;
    font-weight: 600;
}

.btn-blue {
	background-color: #53b7d1;
	color: #ffffff;
}
.btn-blue:hover {
	background-color: #49a2b9;
	color: #ffffff;
	text-decoration: none;
}
.btn-grey {
	background-color: #58595b;
	color: #ffffff;
}
.btn-grey:hover {
	background-color: #434445;
	color: #ffffff;
	text-decoration: none;
}
.section-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-padding.extra {
	padding-top: 120px;
	padding-bottom: 60px;
}
.panel-content {
	padding: 15px;
}
.panel-content.white {
	background-color: #FFF;
}

.back-to-top {
	position: fixed;
	right: 20px;
	bottom: 10px;
	color: blue;
	font-size: 60px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 9999999;
}
.back-to-top.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}

/* FIXED SOCIAL BUTTONS */

#fixed-social {
    display: block;
    position: fixed;
    right: -0;
    top: 35%;
    z-index: 9999999;
}
#fixed-social ul,
#fixed-social li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* NAVIGATION */

.navbar {
	padding: 0 40px;
}
.navbar-default {
	background-color: #FFF;
	border: 0;
	border-bottom: 1px solid #58595b;
	z-index: 999999;
}
.navbar-brand {
	padding: 0;
	height: 40px;
	margin: 5px 10px 0 0;
}
.navbar-default .navbar-nav>li>a {
	color: #58595b;
	font-family: 'Lato',Helvetica,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	background-color: inherit;
	color: #58595b;
}
.nav.utility a span {
	color: #53b7d1;
}
.nav.utility .fb-icon a {
	padding: 12px 10px;
}
.nav.utility .fb-icon i {
	color: #53b7d1;
	font-size: 24px;
}
.nav.utility .fb-icon i:hover {
	color: #49a2b9;
}

#hp-carousel {
	position: relative;
	/*height: 278px;*/
}
.logo-wrapper {
	/*position: relative;*/
	width: 100%;
	height: 100%;
}
.hp-slider-logo {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  	z-index: 9999;
}


.scroll-down {
	position: absolute; 
	bottom: 20px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 200px; /* Need a specific value to work */
}
.scroll-down i {
	font-size: 60px;
	color: #FFF;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

#image-gallery ul,
#image-gallery ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#image-gallery ul li {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: 2px solid #53b7d1;
	margin: 10px;
}

/* GOOGLE MAPS LOCATION */

.google-maps {
    position: relative;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    /*pointer-events: none;*/
}
.google-maps iframe.clicked{
	pointer-events: auto;
}

.footer-logo {
	margin: 0 auto;
}

#section-masthead h1 {
	font-size: 60px;
	color: #ffffff;
	text-shadow: 0 0 6px #000000;

}

#section-opening-hours {
    background-color: #53b7d1;
   	-webkit-background-size: cover;
  	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#section-opening-hours .times {
	background-color: rgba(0,0,0,0.7);
	color: #ffffff;
	width: 80%;
	font-size: 18px;
}
#section-opening-hours .times dl {
	margin-bottom: 0;
}
#section-opening-hours .times dt {
	float: left;
	clear: left;
	width: 50%;
	text-align: right;
}
#section-opening-hours .times dt::after {
	content: ":";
}
#section-opening-hours .times dd {
	margin: 0 0 0 55%;
    padding: 0 0 0.5em 0;
    text-align: left;
}
#section-opening-hours h2 {
	color: #fff;
	font-size: 60px;
	margin: 90px 30px 0 0;
	text-shadow: 0 0 6px #000000;
}

#section-contact {
	background-color: #53b7d1;
}
#section-contact h2,
#section-contact p {
	color: #ffffff;
}

#section-jobs {
	background-color: #58595b;
}
#section-jobs h2,
#section-jobs h3,
#section-jobs p {
	color: #ffffff;
}


@media only screen and (max-width: 1200px) and (min-width: 991px) {

	.navbar {
		padding: 0 20px;
	}
	.nav>li>a {
		padding: 15px 8px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
	}
	.hp-slider-logo {
		width: 80%;
	}

}
@media only screen and (max-width: 991px) and (min-width: 767px) {

	.navbar {
		padding: 0 20px;
	}
	.navbar-brand {
		margin-right: 10px;
	}
	.hp-slider-logo {
		width: 70%;
	}

}

@media (max-width: 991px) {

	.navbar ul.utility {
		display: none;
	}
	#section-opening-hours .times {
		width: 100%;
	}
 

}
@media screen and (max-width: 767px) {

	.panel-wrapper {
		margin-bottom: 15px;
	}
	.google-maps {
	    padding-bottom: 55%;
	    margin-bottom: 40px;
	}
	.hp-slider-logo {
		width: 75%;
	}
	#section-opening-hours .times dt {
		width: 45%;
	}
	#section-opening-hours .times dd {
		margin-left: 50%;
	}
	#section-opening-hours h2 {
		text-align: center;
		margin-top: 0;
		font-size: 48px;
		margin-bottom: 20px;
	}
	.section-padding {
		padding-top: 40px;
		padding-bottom: 40px;
	}
    
}

@media screen and (max-width: 600px) {

	.google-maps {
	    padding-bottom: 65%;
	}
	.hp-slider-logo {
		width: 75%;
	}
	.carousel-indicators {
		display: none;
	}
    
}

@media screen and (max-width: 480px) {

	.google-maps {
	    padding-bottom: 75%;
	}
	.hp-slider-logo {
		width: 80%;
	}
    
}



