/**
 * Global stylesheet
 *
 * package: 	Barnsfold Waters
 * version: 	1.5
 */


/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 100%; 
	font: inherit; 
	vertical-align: baseline; 
}

img {
	vertical-align: middle;
	width: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul { 
	list-style: none;
}

blockquote, q { 
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}


/* clear */

.clearfix { 
	display: block; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
	margin: 0; 
	padding: 0; 
}

.clearflow {
	overflow: hidden;
}


/* structure */

body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	color: #211f22;
	line-height: 2.5rem;
	font-size: 16px;
	position: relative;
}

.container {
	width: 90%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 80px 5%;
}

.inner-container {
	padding: 40px;
}

.row [class*='col']:first-child { 
	margin: 0; 
}

.col { 
	width: 47.5%;
	margin-left: 5%; 
	float: left;
}

@media screen and (max-width: 980px) {
	.container {
		padding: 80px 5%;
	}
	
	.col,
	.col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
		text-align: center;
	}

	.col:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 480px) {
	.container {
		padding: 60px 5%;
	}
}


/* animations */

#legal a,
.site-logo img,
.button,
.button span,
.flex-control-paging li a,
.flex-direction-nav a,
#gallery .section-content .col .item .content,
#contactus .section-content .item li a,
#site-header .section-logo .image img,
#header-wrapper #site-header,
i {
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	transition: 0.2s ease-in-out;  
}

#gallery .col .item img,
#gallery .section-content .col .item {
	-webkit-transition: 0.5s ease-in-out; 
	-moz-transition: 0.5s ease-in-out; 
	transition: 0.5s ease-in-out;  
}

nav li a,
.back-to-top:after {
	-webkit-transition: 0.1s ease-in-out; 
	-moz-transition: 0.1s ease-in-out; 
	transition: 0.1s ease-in-out; 
}


/* fonts */

body,
h1,
h2, 
h3, 
h4, 
h5, 
h6,
input,
textarea,
.button,
li {
	font-family: 'Cormorant Garamond', serif;
}

nav li,
.title {
	font-family: 'Cormorant Garamond', serif;
}

#prices .col:last-child li:before {
	font-family: "Font Awesome 5 Pro";
}


/* typography */

h1,
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: 400;
	color: #202020;
}

h1 {
	font-size: 42px;
	line-height: 2.75rem;
}

h2 {
	font-size: 32px;
	line-height: 2.75rem;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

a,
a:hover {
	color: #202020;
	text-decoration: none;
}


/* content */

.item {
	position: relative;
	overflow: hidden;
}

.content {
	position: absolute;
	bottom: 120px;
	right: 120px;
	z-index: 50;
}

.pretitle {
	font-weight: 200;
	font-size: 22px;
}

.title {
    font-size: 22px;
    line-height: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.subtitle {
	font-size: 24px;
	line-height: 36px;
}

.excerpt {
	margin-top: 30px;
	font-size: 18px;
	line-height: 28px;
}

.excerpt p {
	margin-top: 20px;
}

.excerpt p:first-child {
	margin-top: 0;
}

@media screen and (max-width: 980px) {
	.title {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width: 768px) {
	.title {
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (max-width: 480px) {
	.title {
		font-size: 18px;
		line-height: 22px;
	}
}


/* elements */

.toggler {
    display: none;
}

.toggler-trigger {
    cursor: pointer;
}

.toggler-trigger i {
    margin-left: 10px;
}

.hidden {
	display: none;
}

.image img {
	width: 100%;
}

.separator {
	margin-top: 20px;
	padding-top: 20px;
	height: 14px;
	background: url(assets/images/barnsfold_waters_fly_fishing_trout_lancashire_separator.png) center center no-repeat;
}

.colored .title,
.colored .subtitle,
.colored .excerpt p,
.colored .icon:before,
.colored li,
.colored a {
	color: #fff;
}

.button {
	display: block;
	text-align: center;
	margin-top: 40px;	
	background: #134a33;
	border: 4px double #fff;
	text-transform: uppercase;
	cursor: pointer;
	float: right;
}

.button span {
	display: block;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
}

.button:hover {
	background: #fff;
	border-color: #134a33;
}

.button:hover span {
	color: #134a33;
}

.standout {
	font-weight: 700;
}

.highlight {
	color: #fff;
}

.slanted {
	font-style: italic;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(40, 40, 40, 0.75);
	z-index: 50;
}


/* header wrapper */

#header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 100;
	box-shadow: 0 10px 20px rgba(19,74,51, 0);
}

#header-wrapper.active {
	box-shadow: 0 10px 20px rgba(19,74,51, 0.25);
}


/* pre header */

#pre-header {
	background: #134a33;
	position: relative;
	z-index: 10;
	border-bottom:  4px double #fff;
}

#pre-header .container {
	padding-top: 10px;
	padding-bottom: 10px;
}

#pre-header a {
	font-weight: 700;
}

@media screen and (max-width: 1120px) {
	#pre-header .col {
		width: 50%;
		margin: 0;
	}

	#pre-header .col:first-child {
		margin-left: 0;
	}

	#pre-header li span:last-child {
		display: none;
	}
}


/* site header */

#site-header {
	position: relative;
	margin-top: 40px;
	z-index: 10;
}

#site-header .title.site-title {
	font-size: 24px;
	line-height: 58px;
	text-transform: uppercase;
}

#header-wrapper.active #site-header .title.site-title a {
	color: #134a33;
}

#site-header .title.site-title a {
	color: #fff;
}

#site-header .container {
	background: #134a33;
	padding: 10px 2%;
	width: 96%;
	height: 58px;
	border: 4px double #fff;
}

#header-wrapper.active #site-header .container {
	border: 0;
}


#header-wrapper.active #site-header {
	margin-top: 0;
}

#header-wrapper.active #site-header,
#header-wrapper.active #site-header .container {
	background: #edf9f4;
}

@media screen and (max-width: 1320px) {
	#site-header .container {
		padding-left: 0;
		padding-right: 0;
		max-width: none;
		width: 100%;
		border: 0;
		border-bottom: 4px double #fff;
	}

	#site-header .col {
		width: 0;
		margin-left: 5%;
	}

	#site-header .col:first-child {
		width: 93%;
		margin-left: 0;
	}

	#site-header .image img {
		max-height: 59px;
		width: auto;
	}

	#site-header .col {
		text-align: left;
	}

	#site-header {
		margin-top: 0;
	}

	#site-header .container {
		padding: 10px 5%;
		width: 90%;
	}

	#site-header .col .image {
		margin-left: 5%;
	}
}

@media screen and (max-width: 768px) {
	#site-header .container {
		background: #134a33;
	}
}

@media screen and (max-width: 580px) {
	#site-header .col {
		margin-top: 0;
	}

	#site-header .col:first-child {
		width: 78%;
	}

	#site-header .title.site-title {
		font-size: 14px;
		line-height: 58px;
	}
}

@media screen and (max-width: 420px) {
	#site-header .col,
	#site-header .col:first-child {
		width: 100%;
		margin: 0;
		text-align: center;
	}
}


/* contact nav */

#contact-nav ul {
	list-style-type: none; 
}

#contact-nav li {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 14px;
}

#contact-nav li a {
	color: #fff;
	padding: 20px;
}

#contact-nav li:first-child a {
	padding: 20px 20px 20px 0;
}

#contact-nav li a span {
	display: inline-block;
}

#contact-nav li a span i {
	font-size: 18px;
	margin-right: 5px;
}

@media screen and (max-width: 980px) {
	#contact-nav li {
		float: right;
	}

	#contact-nav li a span:last-child {
		display: none;
	}
}


/* social nav */

#social-nav ul {
	list-style-type: none; 
}

#social-nav li {
	display: block;
	float: right;
	text-transform: uppercase;
	font-size: 14px;
}

#social-nav li a {
	color: #fff;
	padding: 20px;
}

#social-nav li:first-child a {
	padding: 20px 0 20px 20px;
}

#social-nav li a span {
	display: inline-block;
}

#social-nav li a span i {
	font-size: 18px;
	margin-right: 5px;
}

@media screen and (max-width: 980px) {
	#social-nav li {
		float: left;
	}

	#social-nav li a span:last-child {
		display: none;
	}
}


/* main menu */

#main-nav ul { 
	list-style-type: none; 
	text-align: right;
}

#main-nav li {	
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 58px;
}

#main-nav li:first-child {
	margin-left: 0;
}

#main-nav li a { 
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border-bottom: 4px double #134a33;
}

#header-wrapper.active #main-nav li a {
	color: #134a33;
}

#main-nav li a span {
	display: inline-block;
	padding: 0;
	position: relative;
}

#main-nav li.menu-facebook a span,
#main-nav li.menu-instagram a span {
	padding: 10px 15px;
}

#main-nav li:hover a {
	color: #fff;
	border-color: #134a33;
}

#header-wrapper.active #main-nav li a {
	border-color: #edf9f4;
}

#header-wrapper.active #main-nav li:hover a {
	border-color: #134a33;
}



#site-header.active #main-nav li:hover a span {
	background: none;
}

#site-header.active #main-nav li a {
	font-size: 10px;
}

#site-header.active #main-nav li a span {
	padding: 16px 20px;
}

#site-header.active #main-nav li {
	line-height: 25px;
}

@media screen and (max-width: 1320px) {
	#site-header .section-nav.container {
		padding-bottom: 0;
	}
	
	#main-nav {
		margin: 0;
	}

	#main-nav ul {
		text-align: center;
	}

	#main-nav li,
	#main-nav li:last-child {
		border: 0;
	}

	#main-nav li a {
		border-bottom: 0;
	}

	#main-nav li a span {
		color: #fff;
		padding: 10px 30px;
	}

	#main-nav li:hover {
		background: none;
	}
}

@media screen and (max-width: 1180px) {
	#main-nav ul {
		border: 0;
		margin: 20px 0;
	}

	#main-nav li {
		display: block;
		line-height: 22px;
		margin-left: 0;
		padding: 0;
	}

	#main-nav li a span {
		padding: 10px 20px;
	}
}


/* trigger & slideout */

.trigger {
	display: none;
	cursor: pointer;
}

.trigger {
	padding: 20px 0 20px 20px;
	line-height: 17px;
    box-sizing: border-box;
	color: #fff;
}

#header-wrapper.active .trigger {
	color: #134a33;
}

.trigger i {
	font-size: 32px;
}

@media screen and (min-width: 1321px) {
	.slideout {
		display: block !important;
	}
}

@media screen and (max-width: 1320px) {
	.slideout {
		background: #134a33 ;
		position: absolute;
		top: 78px;
		left: 0;
		right: 0;
		display: none;
		width: 100%;
		padding: 0;
		max-width: unset;
		margin: 0 auto;
		border-bottom: 4px double #fff;
	}

	#site-header.active .slideout {
		top: 109px;
	}

	.slideout.active {
		width: 100%;
		padding: 0;
		max-width: unset;
	}

	.trigger {
		display: block;
		position: absolute;
		top: 5px;
		right: 5%;
	}

	#site-header.active .trigger {
		top: 22px;
	}
}

@media screen and (max-width: 980px) {
	.trigger {
		top: 2px;
		right: 5%;
	}
}

@media screen and (max-width: 580px) {
	.trigger {
		top: 8px;
	}

	.trigger i {
		font-size: 24px;
	}
}

@media screen and (max-width: 420px) {
	.trigger {
		top: -67px;
	}

	#header-wrapper.active .trigger {
		color: #fff;
	}
}


/* sections */

section {
	background: #fff;
	overflow: hidden;
}

section:nth-child(even) {
	background: #edf9f4;
}

#main-content.container {
	padding-top: 0;
}

.section-header {
	text-align: center;
}

.section-header .col,
.section-header .col:first-child,
.section-footer .col {
	width: 100%;
}

.section-footer .col {
	text-align: center;
}

.section-header.container {
	padding-bottom: 0;
}

.section-header .title {
	display: inline-block;
	font-size: 32px;
	line-height: 44px;
}

.section-footer.container {
	padding-top: 0;
}

@media screen and (max-width: 1320px) {
	main section:first-of-type {
		margin-top: 149px;
	}

	.section-header .title {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width: 580px) {
	.section-header .title {
		font-size: 18px;
		line-height: 30px;
	}
}


/* noticeboard */

#noticeboard {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.95);
	z-index: 101;
	display: none;
	height: 100vh;
}

#noticeboard.visible {
	display: block;
}

#noticeboard .content {
	position: fixed;
	top: 50%;
	left: 50%;
	bottom: auto;
	padding: 0;
	overflow: visible;
	max-width: 600px;
	background: #134a33;
	border:double #FFF 4px;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#noticeboard img { 
	width:100%;
	padding-bottom:20px ;}

#noticeboard .content-wrapper {
	position: relative;
	padding: 50px;
}

#noticeboard figure {
	position: absolute;
	bottom: -40px;
	right: -100px;
}

#noticeboard .noticeboard-close {
	margin: 20px;
	display: inline-block;
    background: #fff;
    padding: 5px 20px;
    color: #134a33;
    font-weight: 900;
	cursor: pointer;
	border-left: 4px #fff double;
	border-bottom: 4px #fff double;
}

#noticeboard .content .excerpt {
	margin-top: 0;
}

#noticeboard .content .excerpt p {
	color: #FFF;
}

#noticeboard .content .excerpt p .standout{
	color: #FFF;
}


#noticeboard .content .excerpt .title {
	color: #FFF;
}

@media screen and (max-width: 768px) {
	#noticeboard .content {
		width: 90%;
	}

	#noticeboard .content-wrapper {
		padding: 50px;
	}

	#noticeboard figure {
		display: none;
	}
}

@media screen and (max-width: 580px) {
	#noticeboard .content {
		width: 80%;
	}
}

@media screen and (max-width: 480px) {
	#noticeboard .content {
		width: 90%;
	}
}



/* section: introduction */

#introduction {
	background: #134a33;
	max-height: 700px;
	margin-top: 60px;
}

#introduction .col {
	width: 100%;
}

#introduction .title {
	font-size: 46px;
    line-height: 64px;
	text-transform: uppercase;
}

#introduction .main-slider .slide-content {
	position: absolute;
	top: 60%;
	left: 50%;
	width: 640px;
	padding: 60px;
	text-align: center;
	background: rgba(0,0,0, 0.25);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}

@media screen and (max-width: 1320px) {
	#introduction {
		margin-top: 146px;
	}

	#introduction .main-slider .slide-content {
		padding: 40px;
		top: 50%;
	}

	#introduction .excerpt {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1180px) {
	#introduction .title {
		font-size: 28px;
		line-height: 38px;
	}
}

@media screen and (max-width: 980px) {
	#introduction .main-slider .slide-content {
		position: relative;
		background: #fff;
		max-width: none;
		top: auto;
		left: 0;
		right: 0;
		bottom: auto;
		width: unset;
		border: 0;
		padding: 80px 40px;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}

	#introduction .title {
		text-shadow: none;
		font-size: 22px;
		line-height: 32px;
		color: #134a33;
	}

	#introduction .excerpt {
		margin-top: 30px;
	}

	#introduction .overlay {
		display: none;
	}

	#introduction .excerpt .standout {
		color: #282828;
	}

	#introduction .main-slider .slide-content {
		padding: 40px;
	}
}

@media screen and (max-width: 768px) {
	#introduction {
		margin-top: 139px;
	}
}

@media screen and (max-width: 480px) {
	#introduction .title {
		font-size: 18px;
		line-height: 28px;
	}
}


/* section: call to action */

#cta {
	background: #134a33;
	border-top:  4px double #fff;
	border-bottom:  4px double #fff;
}

#cta .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

#cta .col {
	width: 35%;
}

#cta .col:first-child {
	width: 60%;
}

#cta .title {
    font-size: 14px;
    line-height: 26px;
	margin-top: 20px;
}

#cta .title:first-child {
	margin-top: 0;
}

#cta .title .standout {
	border-bottom: 2px dashed #fff;
	display: inline-block;
}

#cta .button {
	margin-top: 53px;
	padding: 10px 20px;
}

#cta .button span {
	display: inline-block;
}

#cta .button span:first-child {
	padding-right: 10px;
}

#cta .button span:last-child {
	padding-left: 0;
}

@media screen and (max-width: 1020px) {
	#cta .col,
	#cta .col:first-child {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	#cta .button {
		margin: 40px auto 0;
		float: none;
		display: inline-block;
	}
}

@media screen and (max-width: 480px) {
	#cta .button span {
		display: block;
	}

	#cta .button span:first-child {
		padding-right: 30px;
		padding-bottom: 0;
	}

	#cta .button span:last-child {
		padding-left: 30px;
		padding-top: 0;
	}
}


/* section: services */

#services .section-content .col {
	width: 30%;
	margin-left: 5%;
}

#services .section-content .col:first-child {
	margin-left: 0;
}

#services .section-content .item {
	text-align: center;
}

#services .section-content .image {
	padding: 10px;
	background: #edf9f4;
	border: 10px double #fff;
}

#services .section-content .content-wrapper {
	background: #134a33;
	margin-top: 20px;
	padding: 40px;
	border: 4px double #fff;
}

#services .section-footer .col {
	max-width: 600px;
	float: none;
	margin: 0 auto;
}

#services .section-footer .col .excerpt {
	margin-top: 0;
}

@media screen and (max-width: 980px) {
	#services .section-content .col {
		width: 100%;
		margin: 40px 0 0 0;
	}

	#services .section-content .col:first-child {
		margin: 0;
	}

	#services .section-content.container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#services .section-footer.container {
		padding-bottom: 40px;
	}

	#services .section-content .content-wrapper {
		padding: 20px;
	}
}



/* section: prices */

#prices .section-content.container {
	padding-top: 120px;
}

#prices .col:first-child .title {
	margin-top: -80px;
	background: #134a33;
	padding: 20px;
	border: 4px double #fff;
	color: #fff;
	text-align: center;
}

#prices .col:first-child .excerpt {
	background: #fff;
	padding: 40px;
	margin-top: 0;
	border: 4px double #134a33;
}

#prices .col:first-child .excerpt ul {
	margin-top: 40px;
}

#prices .col:first-child .excerpt li {
	padding: 20px 20px;
	font-weight: 700;
	cursor: default;
	overflow: hidden;
}	

#prices .col:first-child .excerpt li span {
	text-transform: uppercase;
	font-size: 16px;
}

#prices .col:first-child .excerpt li:nth-child(odd) {
	background: #edf9f4;
}

#prices .col:first-child .excerpt li span {
	float: right;
}

#prices .col:first-child .excerpt li span:first-child {
	float: left;
}

#prices .col:first-child .excerpt p {
	text-align: center;
}

#prices .col:last-child .excerpt {
	font-weight: 700;
}

#prices .col:last-child ul {
	margin-top: 20px;
}

#prices .col:last-child li {
	padding: 10px 20px;
}

#prices .col:last-child li:before {
	content: '\f105';
	margin-right: 10px;
}

#prices .col:last-child li:nth-child(odd) {
	background: #fff;
}

@media screen and (max-width: 980px) {
	#prices .section-content.container {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	
	#prices .section-content .col {
		width: 100%;
		margin: 40px 0 0 0;
	}

	#prices .section-content .col:first-child {
		margin-top: 0;
	}

	#prices .section-content .title {
		font-size: 22px;
		line-height: 32px;
	}

	#prices .button {
		float: none;
		display: inline-block;
	}
}

@media screen and (max-width: 620px) {
	#prices .col:first-child .excerpt li span,
	#prices .col:first-child .excerpt li span:first-child {
		display: block;
		text-align: center;
		float: none;
	}

	#prices .col:first-child .excerpt li span:last-child {
		font-size: 22px;
		font-weight: 700;
	}
}


/* section: gallery */

#gallery {
	background: #134a33;
	border-top: 4px double #fff;
    border-bottom: 4px double #fff;
}

#gallery .section-content.container {
	padding-top: 80px;
	max-width: 850px;
}

#gallery .section-content .col {
	width: 49%;
	margin-left: 2%;
}

#gallery .section-content .col:first-child {
	margin-left: 0;
}

#gallery .section-content .col:nth-child(3) {
	clear: both;
	margin-left: 0;
}

#gallery .section-content .col:nth-child(3),
#gallery .section-content .col:last-child {
	margin-top: 20px;
}

#gallery .section-content .col .item {
	border: 4px double #fff;
}

#gallery .section-content .col .item a {
	padding: 20px;
	display: block;
}

#gallery .section-content .col .item:hover img {
	transform: scale(1.05);
}

#gallery .section-footer .excerpt {
	margin-top: 0;
}

#gallery .section-footer .excerpt a {
	display: block;
	margin-top: 20px;
}

#gallery .section-footer .excerpt a:first-child {
	margin-top: 0;
}

#gallery .section-footer .excerpt p {
	font-size: 22px;
}

#gallery .section-footer .excerpt i {
	font-size: 32px;
	margin: 0 5px;
}

@media screen and (max-width: 980px) {
	#gallery .section-content .col:nth-child(2) {
		margin-top: 0;
	}

	#gallery .section-header.container,
	#gallery .section-content.container {
		padding-top: 40px;
	}

	#gallery .section-content.container,
	#gallery .section-footer.container {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	#gallery .section-content .col {
		width: 49%;
		margin-top: 0;
	}

	#gallery .section-content .col:nth-child(3),
	#gallery .section-content .col:nth-child(7) {
		clear: both;
		margin-left: 0;
	}

	#gallery .section-content .col:nth-child(3),
	#gallery .section-content .col:nth-child(4) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 580px) {
	#gallery .section-footer .excerpt p {
		font-size: 16px;
	}

	#gallery .section-footer .excerpt i {
		font-size: 24px;
	}
}

@media screen and (max-width: 480px) {
	#gallery .section-content .col {
		width: 100%;
		margin-top: 0;
	}

	#gallery .section-content .col:nth-child(2),
	#gallery .section-content .col:nth-child(3),
	#gallery .section-content .col:nth-child(4) {
		margin: 40px 0 0 0;
	}

	#gallery .section-content .col:first-child {
		margin-top: 0;
	}
}


/* lightbox */

.lightboxOverlay {
	background: rgba(19,74,51, 0.9) !important;
	opacity: 1 !important;
}

.lightbox .lb-image {
    border: 4px double #fff !important;
	border-radius: 0 !important;
	padding: 20px !important;
}

.lb-outerContainer {
	background-color: #134a33 !important;
}

.lb-dataContainer {
	padding-top: 55px !important;
	padding-left: 40px !important;
}

.lb-nav {
	padding-left: 20px !important;
}

.lb-data .lb-close {
	opacity: 1 !important;
    margin-top: 5px !important;
}

.lb-data .lb-number {
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 700 !important;
	margin-top: 10px !important;
}


/* section: reviews */

#reviews .section-content.container {
	padding-bottom: 180px;
	padding-top: 40px;
}

#reviews .col {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	float: none;
	text-align: center;
}

#reviews .col .excerpt {
	margin-top: 0;
	font-weight: 700;
	line-height: 32px;
	padding: 40px;
	background: #fff;
}

#reviews .section-header .star-rating {
	text-align: center;
}

#reviews .section-header .star-rating i {
	display: inline-block;
	color: #134a33;
}

#reviews .section-content .col .title {
	display: inline-block;
	margin-top: 40px;
	background: #fff;
	padding: 10px;
	color: #134a33;
	border: 4px double #134a33;
	text-transform: none;
}

#reviews .reviews-slider .flex-control-paging {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: -120px;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#reviews .reviews-slider .flex-control-paging li {
    display: inline-block;
    margin: 0 5px;
}

#reviews .reviews-slider .flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
	border-radius: 0;
	background: #fff;
    border: 4px double #134a33;
}

#reviews .reviews-slider .flex-control-paging li:hover a {
    background: #fff;
}

#reviews .reviews-slider .flex-control-paging li:hover .flex-active,
#reviews .reviews-slider .flex-control-paging li .flex-active {
    border-color: #134a33;
	background: #134a33;
}

@media screen and (max-width: 980px) {
	#reviews .section-header.container {
		padding-top: 40px;
	}

	#reviews .section-content.container {
		padding-top: 40px;
		padding-bottom: 120px;
	}

	#reviews .reviews-slider .flex-control-paging {
		bottom: -93px;
	}
}


/* section: contact */

#contactus .section-content.container {
	padding-top: 60px;
}

#contactus .section-content .col {
	width: 40%;
	margin-left: 5%;
}

#contactus .section-content .col:first-child {
	width: 55%;
	margin: 0;
}

#contactus .section-content .item {
	background: #edf9f4;
	padding: 40px;
	text-align: center;
	border: 4px double #134a33;
}

#contactus .section-content .item .title {
    font-size: 18px;
    line-height: 24px;
}

#contactus .section-content .item a {
	color: #134a33;
}

#contactus .section-content .item ul {
	margin-top: 20px;
}

#contactus .section-content .item li {
	font-weight: 700;
	line-height: 28px;
}

#contactus .contact-form {
	max-width: 720px;
	margin: 0 auto;
	background: #134a33;
	padding: 40px;
}

#contactus .contact-form p {
	margin-top: 10px;
}

#contactus .contact-form p:last-child {
	font-weight: 700;
	color: #fff;
}

#contactus .contact-form p:first-of-type {
	margin-top: 0;
}

#contactus .contact-form label {
	font-size: 16px;
    line-height: 22px;
	background: #fff;
	color: #134a33;
	padding: 5px 10px 10px;
	display: block;
	font-weight: 700;
}

#contactus .contact-form input,
#contactus .contact-form textarea {
	padding: 2.5%;
	border: 0;
	width: 95%;
	background: #fff;
}

#contactus .contact-form textarea {
	overflow: hidden;
}

#contactus .contact-form input,
#contactus .contact-form textarea {
	font-size: 18px;
}

#contactus .contact-form .button {
	display: block;
	width: auto;
	height: auto;
	border: 4px double #fff;
	background: none;
	font-size: 14px;
    line-height: 22px;
	font-weight: 700;
	-webkit-appearance: none;
	padding: 15px;
}

#contactus .contact-form .button span {
	color: #fff;
}

#contactus .contact-form .button.primary {
	color: #fff;
}

#contactus .contact-form .button:hover,
#contactus .contact-form .button.primary.complete:hover {
	background: #134a33;
	border-color: #fff;
}

#contactus .contact-form .button:hover span {
	color: #fff;
}

#contactus .contact-form .hey-honey {
	position: absolute;
	left: -9999px;
}

#contactus .contact-form .button.secondary {
	display: none;
}

#contactus .contact-form .errors p,
#contactus .contact-form .errors li {
	color: #fff;
}

.g-recaptcha {
    margin-top: 40px;
}

@media screen and (max-width: 1120px) {
	.g-recaptcha {
		float: left;
		clear: both;
	}

	.contact-form .button {
		float: left;
	}
}

@media screen and (max-width: 980px) {
	#contactus .section-header.container,
	#contactus .section-content.container {
		padding-top: 40px;
	}

	#contactus .section-content.container {
		padding-bottom: 40px;
	}

	#contactus .section-content .col:last-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#contactus .section-content .col,
	#contactus .section-content .col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
		text-align: center;
	}

	#contactus .section-content .col:first-child {
		margin-top: 0;
	}	

	#contactus .section-content .col:last-child {
		text-align: left;
		margin-top: 40px;
	}

	#contactus .section-content .button {
		float: none;
		margin: 40px auto 0;
	}

	.g-recaptcha,
	.contact-form .button {
		float: none;
	}

	.g-recaptcha > div {
    	margin: 0 auto;
	}
}

@media screen and (max-width: 480px) {
	.g-recaptcha {
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}


/* section: map */

#map .col {
	width: 100%;
}

#map .gmap {
	position: relative;
	padding-bottom: 24%;
	height: 0;
	overflow: hidden;
}

#map .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#map .gmap .map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 980px) {
	#map .gmap {
		padding-bottom: 45%;
	}
}

@media screen and (max-width: 768px) {
	#map .gmap {
		padding-bottom: 55%;
	}
}

@media screen and (max-width: 580px) {
	#map .gmap {
		padding-bottom: 75%;
	}
}

@media screen and (max-width: 480px) {
	#map .gmap {
		padding-bottom: 110%;
	}
}


/* footer */

#main-footer {
	background: #0a3121;
}

#main-footer .footer-cols {
	background: #134a33;
}

#main-footer .footer-cols .col {
	width: 100%;
}

#main-footer .section-header.container {
	padding-top: 80px;
	max-width: 800px;
}

#main-footer .section-header .col {
	width: 24.25%;
	margin-left: 1%;
	margin-top: 0;
}

#main-footer .section-header .col:first-child {
	margin-left: 0;
}

#main-footer .section-header .image {
	max-width: 140px;
	margin: 0 auto;
}

#main-footer .section-content.container {
	padding-top: 40px;
	padding-bottom: 40px;
}

#main-footer .copyright {
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

#main-footer .copyright span,
#main-footer #currentyear {
	display: inline-block;
}

@media screen and (max-width: 980px) {
	#main-footer .section-content.container {
		padding-bottom: 120px;
	}
}

@media screen and (max-width: 980px) {
	#main-footer .section-header .col,
	#main-footer .section-header .col:first-child {
		width: 49.5%;
		margin-left: 1%;
	}

	#main-footer .section-header .col:first-child,
	#main-footer .section-header .col:nth-child(3) {
		margin-left: 0;
	}

	#main-footer .section-header .col:nth-child(3) {
		clear: both;
	}

	#main-footer .section-header .col:nth-child(3),
	#main-footer .section-header .col:last-child {
		margin-top: 40px;
	}

	#main-footer .section-content.container {
		padding-top: 40px;
	}

	#main-footer .section-content.container {
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 480px) {
	#main-footer .section-header .col,
	#main-footer .section-header .col:first-child {
		width: 100%;
		margin-left: 0;
	}

	#main-footer .section-header .col:nth-child(2) {
		margin-top: 40px;
	}
}


/* footer menu */

#footer-nav {
	text-align: center;
}
#footer-nav ul { 
	display: inline-block;
	list-style-type: none; 
	text-align: center;
}

#footer-nav li {	
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}

#footer-nav li a {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	padding: 20px 30px;
}

#footer-nav li:first-child {
	margin-left: 0;
}

@media screen and (max-width: 1280px) {
	#footer-nav ul {
		margin: 30px 0;
	}

	#footer-nav li {
		display: block;
		margin: 0;
		padding: 0;
	}

	#footer-nav li a {
		padding: 10px 30px;
	}
}

@media screen and (max-width: 580px) {
	#footer-nav ul {
		margin: 20px 0;
	}

	#footer-nav li a {
		padding: 7px 10px;
	}
}


/* back to top */

.back-to-top { 
	display: none; 
	position: fixed; 
	left: auto;
	right: 25px;
	bottom: 15px; 
	text-align: center;
	z-index: 9999; 
}

.back-to-top i {
	padding: 10px 12px 10px;
	background: #edf9f4;
	color: #134a33;
	font-size: 28px;
	border: 4px double #134a33;
}

@media screen and (max-width: 980px) {
	.back-to-top {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 70px;
		line-height: 70px;
		background: #134a33;
		border-top: 4px double #fff;
	}

	.back-to-top i {
		padding: 21px;
		background: #134a33;
		color: #fff;
		border: 0;
	}
}


/* inventis */

.inventis {
	margin-top: 30px;
	text-align: center;
}

.inventis img {
	width: auto;
}


/* flexslider */

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	max-height: 100vh;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides > li:first-child {
	display: block;
}

.flexslider {
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: 100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flex-viewport {
	max-height: 2000px;
}

.loading .flex-viewport {
	max-height: 255px;
}


/* no cookie */

.nocookie {
	text-align: center;
}

.nocookie.excerpt {
	margin-top: 0;
}

.nocookie.excerpt p {
	color: #fff;
}

.nocookie .privacy-policy a {
	font-size: 18px;
	font-weight: 700;
	display: block;
}


/* privacy overlay */

.privacyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(14, 14, 14, 0.85);
	z-index: 1000;
	display: none;
}

.privacyoverlay.visible {
	display: block;
}


/* privacy select */

#privacyselect {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	background: #fff;
	color: #183d63;
	width: 100%;
	padding: 0;
	max-width: 720px;
	max-height: 500px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
	box-shadow: 0 0 30px 10px rgba(14, 14, 14, 0.8);
}

#privacyselect.visible {
	display: block;
}

#privacyselect .privacy-select-wrapper {
	position: relative;
	overflow-y: scroll;
	padding: 80px;
    text-align: center;
}

#privacyselect .privacy-select-wrapper .excerpt {
	margin-top: 40px;
}

#privacyselect .privacy-select-popup {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacyselect .privacy-select-popup:hover {
	cursor: pointer;
	text-decoration: underline;
}

#privacyselect .privacy-select-wrapper .title.main-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
}

#privacyselect .privacy-select-wrapper .excerpt {
    font-size: 14px;
    line-height: 1.75rem;
}

#privacyselect .privacy-select-wrapper .button {
	background: #00d2ff;
	margin-top: 40px;
	border-radius: 5px;
    border: 0;
	float: none;
	display: inline-block;
}

#privacyselect .privacy-select-wrapper .button:hover {
	background: #37adff;
}

#privacyselect .privacy-select-wrapper .button span {
    padding: 5px 50px 5px 50px;
	color: #fff;
}

#privacyselect .privacy-select-wrapper .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacyselect .privacy-select-wrapper .button:hover a span {
    color: #fff;
}

@media screen and (max-width: 520px) {
	#privacyselect {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacyselect .privacy-select-wrapper {
		padding: 40px;
	}
}


/* privacy policy */

.privacy-policy a {
    cursor: pointer;
    color: #fff;
}

#privacypolicy {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    background: #fff;
    width: 100%;
    padding: 0;
    max-width: 720px;
    max-height: 500px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: 0 10px 10px 10px rgba(0,0,0,0.25);
}

#privacypolicy.visible {
    display: block;
}

#privacypolicy .privacy-wrapper {
    position: relative;
    overflow-y: scroll;
    height: 420px;
	padding: 40px 80px 40px;
}

#privacypolicy .privacy-wrapper p,
#privacypolicy .privacy-wrapper li {
	color: #183d63;
}

#privacypolicy .title.main-title {
    font-size: 24px;
}

#privacypolicy .title {
    margin-top: 30px;
	font-size: 18px;
	line-height: 30px;
    font-weight: 700;
}

#privacypolicy p,
#privacypolicy li {
    margin-top: 20px;
	line-height: 32px;
	font-size: 18px;
}

#privacypolicy ul {
    margin-top: 20px;
    margin-left: 20px;
    list-style-type: disc;
}

#privacypolicy li {
    margin-top: 0;
    line-height: 28px;
}

#privacypolicy .policyoptions {
	text-align: center;
}

#privacypolicy .policyoptions .button {
	background: #00d2ff;
	margin: 40px auto 0;
	border-radius: 5px;
    border: 0;
	float: none;
	display: inline-block;
}

#privacypolicy .policyoptions .button:hover {
	background: #37adff;
}

#privacypolicy .policyoptions .button span {
    padding: 5px 50px 5px 50px;
	color: #fff;
}

#privacypolicy .policyoptions .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacypolicy .policyoptions .button:hover span {
    color: #fff;
}

.privacypopup {
	cursor: pointer;
    display: block;
    color: #03162F;
    margin-top: 10px;
    font-size: 16px;
	font-weight: 400;
}

.privacy-area {
	text-align: center;
}

.privacypopup-accepted,
.privacy-area .privacypopup {
    margin-top: 0;
    font-size: 11px;
	font-weight: 400;
}

.privacypopup:hover {
	text-decoration: underline;
    color: #03162F;
}

#site-footer .privacypopup:hover {
	color: #fff;
}

#privacypolicy .privacy-close {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacypolicy .privacy-close:hover {
	cursor: pointer;
	text-decoration: underline;
}

.privacy-wrapper .closeaccepted {
	background: #c00;
	padding: 1px 15px;
	position: absolute;
	top: 40px;
	right: 35px;
}

.privacy-wrapper .closeaccepted i {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.privacy-wrapper .closeaccepted:hover {
	cursor: pointer;
}

@media screen and (max-width: 520px) {
	#privacypolicy {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacypolicy .privacy-wrapper {
		padding: 40px;
	}
}


/* privacy policy popover */

html,
body {
    overflow: auto;
    height: auto;
}

html.disabled,
body.disabled {
    overflow: hidden;
    height: 100%;
}