
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}


/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: 'Old Standard TT', serif !important;
	font-size: 1.2rem !important;

}




/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}


abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}




small {
	font-size: 80%;
}



sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}






/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}






p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}





abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #898a7a;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}





button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


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

.menu  li{
	text-align: center;
	margin: 2rem 0 2rem 0;
}

.menu li li {
	margin: 1.25rem 0 1.25rem 0;
}


.menu a {
	font-size: 1.5rem;
	color:#ffffff;
	text-transform: uppercase;
}


.sub-menu a {
	font-size: 1rem;
	color: #c6c4c4;

}


.menu a:hover{
	color:#ffffff;
}

.menu {
	margin-top: 15vh;
}


#menu #footer{
 	position: absolute;
	bottom:50px;
	width: 100%;

}


.telephone {
	position: relative;
	width: 100%;
	text-align: center;
}



.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


.entry-header {
	margin-top: 2rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	/*margin: 0 0 1.5em;
	 Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
# social
--------------------------------------------------------------*/

.social a{
	 background-color: #433e3e;
}

.header .social a{
	color:#ffffff;
}


.footer .social a{
	color:#d7d7d7;
}


.social a i {
	width: 30px;
	height: auto;
	border: 8px solid #433e3e;
	text-align: center;
	background-color: #433e3e;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


#masthead {
	position: relative;
	top: 0;
	z-index: 100;
	width: 100%;
	background-color:#ffffff;
}

.logo {
	margin:1rem 0 1rem 0;

}


.fa-bars {
	color: #433e3e;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #d7d7d7;
	padding-top:2rem;
	text-align: center;
}

.site-footer , .footer a {
	color:#463b3b;
}

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


.footer ul li:not(:first-child) {
	display: inline-block;
}




.footer .contact-details  {
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 0.7rem;
}

.footer  .bottom {
	margin-bottom: 1rem;
	font-size: 0.6rem;
}


.footer  .social {
	margin-bottom: 1rem;
}


/*--------------------------------------------------------------
# sprites
--------------------------------------------------------------*/

.sprite {
	background-image: url("../dougarie/images/logos/spritesheet.png");
	background-repeat: no-repeat;
	display: inline-block;
}

.sprite-cart {
	width: 16px;
	height: 18px;
	background-position: -5px -5px;
}

.sprite-facebook {
	width: 20px;
	height: 20px;
	background-position: -31px -5px;
}

.sprite-paypal {
	width: 68px;
	height: 17px;
	background-position: -5px -35px;
}

.sprite-pintrest {
	width: 20px;
	height: 20px;
	background-position: -61px -5px;
}

.sprite-stripe {
	width: 45px;
	height: 18px;
	background-position: -5px -62px;
}





/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {

	width: 100% !important;
}

.updated:not(.published) {
	display: none;
}




/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## BB styles
--------------------------------------------------------------*/


.toEdge  .fl-photo-content {
	display: block !important;
}



.toEdge .fl-module-content  {
	margin: 0;
}

.fl-post-grid-title {
	text-align: center;
}



.point-down , .point-up {
	position: relative;
}






.fl-post-grid-post{
	border:none;
}


/*--------------------------------------------------------------
## front page
--------------------------------------------------------------*/

.front-page  .text-area{
	background-color: #433e3e;
}

.front-page .fl-row-content-wrap{
	padding: 0;

}

.front-page .fl-rich-text , .front-page .fl-rich-text p , .front-page .fl-rich-text a {
	color: #ffffff;
}


.front-page .fl-post-grid-title{
	font-size: 1rem;
	text-transform: uppercase;
}


.front-page .fl-post-grid-title a{
	color : #433e3e;

}

.front-page{
	font-family: 'Old Standard TT', serif;

}


.front-page .title {
	text-align: center;
	max-width: 250px;
	margin: 0 auto;
	text-transform: uppercase;
}

.front-page .title.wide {
	max-width: 300px;
}


.front-page  .fl-heading {
	text-transform: uppercase;
}

.front-page .fl-rich-text a{
	text-transform: uppercase;
}


.page-banner .title h2 {
	background: #ffffff;
	text-align: center;
	padding: 1rem;
	text-transform: uppercase;
	font-size: 1.8rem;
	margin: 0;
	color:#1a1a1a;
}

.booking_calendar_container .new-price::before {
	content: "£";
}

.wpdevart-booking-form {
	display:none;
}

.wpdevart-booking-legends.div-for-clear {
	display: none;
}

.booking_calendar_main_container {
	margin-left: auto;
	margin-right: auto;
}

.page-banner {
	position: relative;

}

.metaslider .caption-wrap {
	top: 0;
	opacity: 1 !important;
	background: rgba(0, 0, 0, 0.4)!important;
	left:0;
	right:0;
	margin-top:-8rem !important;

}

.metaslider .caption {
	padding: 5px 10px;
	word-wrap: break-word;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 250px;
	text-align: center;
	text-transform: uppercase;

}

.not-found .page-banner {
	height: 50vh;
	overflow: hidden;
}

.not-found .page-banner .title{
	bottom:0;
}

.not-found .content , .not-found .content a{

	color: #433e3e;
}

.not-found .content , .not-found .search-form{
	margin:1.5rem 0 1.5rem 0;
}

.not-found input[type="submit"] {
	font-size: 1.1rem;
}



.metaslider .caption p{

	margin-top:2rem;
}

.metaslider .caption h2{
	font-size:1.5rem;
}

.metaslider .caption p {
	display:none;
}



#menu{
	background-color: #433e3e;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	color:#ffffff;
	display-list: none;
	display: none;
	z-index:1000;
	min-height:250rem;
}


#menu .sub-menu {
	display: none;
}


/*****************************************
/ News Home
******************************************/

.news-home{

	margin: 4rem 0 4rem 0;
	overflow:hidden;
	font-family: "Arial Hebrew", Arial, sans-serif;
}

.news-home-list .image img {
	width: 100%;
	height: auto;
}

.news-home-list .content h2 {
	margin-top: 0;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	font-weight: bold;
}

.news-home-list .content {
	padding: 2rem;
}

.news-home-list  .button {
	background-color: #ffffff;
	position: absolute;
	bottom:2rem;
	left:2rem;
}

.news-home-list  .button a{
	color: #212529;
	text-transform: uppercase;
	font-size:1rem;
	margin:0.5rem;
	font-weight: bold;
}

.news-home-list .news-row{
	background-color: #d7d7d7;

}

.grey-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-right:25px solid #d7d7d7;
}

.odd .grey-arrow{
	left: -25px;
}

.even .grey-arrow {
	right: -25px;
	z-index: 100;
	-moz-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

/*****************************************
/ News Detail
******************************************/

.single-format-standard .hentry {
	background-color:#d7d7d7;
}

.single-format-standard .news-detail {
	background-color: #ffffff;
	padding: 1rem 3rem 1rem 3rem;
	font-family: 'Open Sans', sans-serif;
}

.single-format-standard .news-detail p{
	margin-top:2rem;

}

/*--------------------------------------------------------------
## links
--------------------------------------------------------------*/

.links{

	font-family: 'Open Sans', sans-serif;
	min-height: 51rem;

}

.links .image img {
	width:100%;
	height:auto;
}

.links .content {
	background-color:#e6e6e6;
	padding:15px;
}


.links .content a{
	text-transform: uppercase;
	color:#1c1c40;
	font-size:1rem;
}


.links h3 {
	font-size: 1.1rem;
	margin-bottom:1rem;
}

.links p {
	font-size: 0.9rem;
	margin-bottom:1rem;
}


.links .filter-label {
	display: inline-table;
	color: #1c1c40;
	font-size: 0.7rem;
	cursor: pointer;
	text-transform: uppercase;
	padding: 1em;
}

.links .filter-label.active {
	font-weight: bold;
	color:red;
}

.links .filter-items{

	margin: 0 auto;
}


.links .activity-item{

	margin-bottom:1rem;
}


	/*--------------------------------------------------------------
    ## holiday cottage
    --------------------------------------------------------------*/

.holiday-cottage{

	color:#433e3e;
	font-family: 'Old Standard TT', serif;

}


.news-banner {
	width: 100%;
	text-align: center;
}


.galleria-theme-twelve .galleria-thumbnails-container {
	background: transparent !important;

}

.holiday-cottage .intro{
	padding-top: 1rem;
	padding-bottom:3rem;
}


.holiday-cottage .enquiry {

	display: none;
}


.holiday-cottage .intro h4{

	font-size: 1.25rem;
}


 .btn-primary {
	margin-bottom: 1rem;
	margin-top: 3rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

.holiday-cottage .foot {
	background-color: #433e3e;
}

.holiday-cottage .foot .image img {
	width:100%;
	height:auto;
}


.holiday-cottage .features-list{
	color:#ffffff;
	font-size: 0.9rem;
}


.holiday-cottage .features-intro h3{
	text-transform: uppercase;
	margin : 1.5rem 0 1.5rem 0;
}


.holiday-cottage .features-intro {
	padding-bottom: 3rem;
	padding-top: 3rem;
	background-color: #d7d7d7;
}



/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/


.btn-primary {
	color: #ffffff !important;
	background-color: #433e3e !important;
	border-color: #433e3e !important;
	text-transform: uppercase;

}

.btn{
	border-radius: 0 !important;
}

/*--------------------------------------------------------------
## standard page
--------------------------------------------------------------*/

.standard .fl-module-content {
	margin: 0px;
}

/*--------------------------------------------------------------
## offer detail map ACP
--------------------------------------------------------------*/

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin-top: 2rem;
}

.acf-map img {
	max-width: inherit !important;
}

.footer {
	background-color: #d7d7d7;
}

.rslides_nav {
	margin-top: -45px !important;
}

 .holiday-cottage ul {
	padding: 1rem;
}


.fl-photo-content {

	margin-bottom: 1rem;
}

.fl-rich-text .btn-primary {
	width: 100%;
}

.front-page .noPad{
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.rslides_nav{
	color:#ffffff !important;
}

.fl-photo-content {
	margin-bottom: 2vh;
}

.point-up::after {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #433e3e;
	clear: both;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.point-down::after {
	content: '';
	position: absolute;
	bottom: 0.8rem;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 0;
	border-bottom: 20px solid #433e3e;
	clear: both;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.galleria-theme-twelve .galleria-bar {
	background: none !important;
}

.galleria-bar .galleria-thumblink  , .galleria-bar .galleria-play , .galleria-bar .galleria-popout  , .galleria-bar  .galleria-fullscreen  {
	background-color: #433e3e  !important;
}

.galleria-theme-twelve .galleria-counter {
	background: none !important;
	color: #ffffff !important;
}

.galleria-image img{
	top:0!important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #f0ebeb!important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #a19d9d!important;
}

@media (min-width: 768px) {

	#top {
		position: fixed;
		z-index: 9999;
		background-color: #ffffff;
		width:100%;
	}



	.page-banner .title {
		position: absolute;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
		z-index: 99;
		bottom:30px;
	}

	.point-down::after {
		position: absolute;
		right: 50px;
		left: inherit;
		width: 0;
		height: 0;
		content: '\25c4';
		clear: both;
		top: 50%;
		transform: translateY(-50%);
		font-size: 4rem;
		color: #433e3e;
		border:none;
	}

	.point-up::after {
		position: absolute;
		left: 0;
		width: 0;
		height: 0;
		content: '\25ba';
		clear: both;
		top: 50%;
		transform: translateY(-50%);
		font-size: 4rem;
		color: #433e3e;
		margin: -0.6rem;
		border:none;
	}

	.noPad{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}


	.links .filter-label {

		font-size: 1rem;

	}

	.fl-rich-text .btn-primary {
		width: inherit;
	}

	.fl-photo-content {

		margin-bottom:0;
	}

	footer .social , footer .telephone ,  footer .designers {
		text-align:right;
	}



	.site-footer {
		text-align: left;
	}

	.metaslider .caption p {
		margin-top: 2rem;
		font-size: 1rem;
		display:block;
	}

	.metaslider .caption{

		margin-top:-50px;
	}

	.bb-slider-right {
		margin-left: 1rem;
	}

	.bb-slider-left {
		margin-right: 1rem;
	}

	.metaslider .caption h2{
		font-size:2.2rem;
	}

	.standard .cta-container , .standard .intro {
		width: 75%;
	}

	.metaslider .caption {
		max-width: 600px;

	}

	.standard .cta-container {
		margin-left: 5rem;
	}

	.standard .intro {
		margin-right: 5rem;
	}

	.page-banner .title h2 {
		font-size: 2rem;
	}

	.holiday-cottage ul {
		padding: 0;
	}

	.page-banner .overlay {
		width: 600px;
		padding: 1.5rem;
	}

	.page-banner .overlay .heading{
		font-size: 1.5rem;
	}

	#menu-top-menu {
		list-style: none;
		display: inline-flex;
		padding: 0;
		margin:0;
		text-transform: uppercase;
	}

	#menu-top-menu li:not(:last-child){
		margin-right:15px;

	}

	#menu-top-menu li a{
		color:#bbb9b9;
		font-size:0.7rem;
	}

	.front-page .fl-photo-img {
		width: 100% !important;
	}

	.footer .address li {
		display: inline;
	}

}



@media (min-width: 992px) {

	.front-page .home-intro {
		padding: 15px;
	}


	#down:after {
		content:"";
		position: absolute;
		bottom: 0;
		left: 50%;
		border-left: 1px solid #ffffff;
		transform: translate(-50%);
		z-index: 999;
		height:5rem;
	}

	.page-banner .title h2 , .intro h2 {
		font-size: 1.6rem;
	}

	.page-banner .title {
		max-width: 450px;
	}

}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

	.metaslider img {
		height: 85vh !important;
	}

}


@media (min-width: 1900px) {

	.point-down::after {
		right: 0px;
		margin: -0.7rem;
	}

	.home-slide , .home-slide img{
		height: 90vh !important;
	}

	.holiday-cottage .features-list{
		font-size: 1.2rem;
	}


	.container {
		max-width: 1600px !important;
	}

	.front-page .home-intro {
		padding: 0 8rem 0 8rem;
	}

}



