/*** FOUNDATION OVERRIDES ***/
.row {
	max-width: 67.25em; }
.column,
.columns {
	padding-left: 0.625em;
	padding-right: 0.625em; }


/*** MISC ***/
body {
	color: #696768;
	font-size: 14px;
	background-image: url('../images/bg.png'); }
.button,
.title,
.subTitle,
.boxHead,
.rightMenu,
.subMenu,
.list,
.bizList,
.backto,
.pageTitle,
.listCottages,
.downloadLink,
.directionsList,
.smallHead,
.callnow,
.rightColTestimonial p,
.listCottage table td div,
.listCottage table td span,
.contatDetails strong,
.paginationWrap,
ol.listFindUs,
.head #homeTestimonials,
.flinks .ferry, .flinks .plane, .flinks .driving,
footer .graywrap ul li.head,
.top-bar-section,
header .contWrap,
mark,
h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif; }
a {
	color: #396468; }
a:hover {
	color: #51848c; }
hr {
	border: 0px;
	height: 3px;
	margin: 30px 0px;
	background-image: url('../images/cont-desp.png'); }
hr.small {
	margin: 10px 0px; }
hr.qopac {
	opacity: 0.25; }
.button {
	color: #333;
	font-size: 13px;
	border: 0px;
	border-radius: 5px;
	padding: 10px 12px;
	text-shadow: 1px 1px #D1D1D1;
	background-color: #b7c845;

	-webkit-box-shadow: 0px -2px 0px #97a53b inset;
	box-shadow: 0px -2px 0px #97a53b inset;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out; }
.button:hover,
.button:focus {
	background-color: #b7c845;
	color:#000; }
.button.wide {
	padding: 10px 40px; }

/*** HEADER ***/
header {
	background-image: url('../images/head-bg.jpg'); }
header .logo {
	display: block;
	margin-top: 15px; }
header .fblike {
	height: 45px;
	text-align: right;
	padding: 5px 0px; }
header .contWrap {
	text-align: right; }
header .call,
header .book {
	color: #4b4a4b;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding: 13px 17px;
	border-radius: 5px;
	margin-left: 5px;
	background-color: #f2f2ed; }
header .book {
	color: #497022; }
header .adr {
	color: #585854;
	font-size: 13px;
	text-align: right;
	padding: 15px 0px; }
.top-bar .title-area {
	display: none; }
.top-bar {
	padding: 15px 0px 10px;
	margin: 15px 0px 0px;
	background: transparent; }
header nav.top-bar {
	height: auto;
	line-height: normal;
	background-image: url('../images/cont-desp.png') !important;
	background-repeat: no-repeat;
	background-position: center top; }
header .top-bar-section {
	text-align: center; }
header .top-bar-section ul {
	display: inline-block;
	background: transparent; }
header .top-bar-section li a:not(.button),
header .top-bar-section li a:not(.button):hover {
	color: #4b4a4b;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 5px;
	line-height: normal;
	background: transparent; }
header .top-bar-section li.current a:not(.button),
header .top-bar-section li a:not(.button):hover {
	color: #5b9ba4;
	background-image: url('../images/menu-bg.png');
	background-repeat: no-repeat;
	background-position: center; }
header .top-bar-section > ul > .divider {
	color: #a4a78f;
	font-size: 12px;
	border: 0px;
	padding: 12px 10px 12px 8px;
	line-height: normal;
	height: inherit; }

/* Alert box START */
.alert-box {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
	text-align: center;
	outline: none;
	border: 0px;
	margin: 0px;
  padding: 10px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 4px inset;
  background-color: #b7c844; }
.alert-box .close,
.alert-box .close:hover,
.alert-box .close:focus,
.alert-box .close:active {
	color: #FFF;
  opacity: 1;
	margin: 0px;
  padding: 0px;
  border: 0;
	outline: none;
  box-shadow: none;
	margin-top: 6px;
	background-color: transparent; }
.alert-box .btn {
  padding: 5px 10px;
  font-size: 0.65rem;
  letter-spacing: 1px;
  border: 1px solid #4b4a4b;
  color: #4b4a4b !important;
  margin: 0 0 0 10px; }
.alert-box b {
  padding: 0px 10px; }
.alert-box .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center; }
.breakWhenMobile {
  display: inline; }

/*** HEAD ***/
.head {
	height: 250px;
	margin-bottom: 10px;
	background-position: bottom;
	background-size: cover; }
.head.home {
	height: 375px;
	margin-bottom: 50px;
    background-position: top; }
.head .topMargin {
	background-image: url('../images/head-margin.png');
	background-repeat: repeat-x;
	background-position: top; }
.head .titleBg {
	height: 250px;
	margin-left: -55px;
	position: relative;
	background-image: url('../images/title-bg.png');
	background-position: left bottom;
	background-repeat: no-repeat; }
.head h1,
.head .pageTitle {
	color: #437204;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px 0px 20px 55px; }
.head .pageTitle {
	padding-bottom: 24px; }
.head #homeTestimonials {
	color: #FFF;
	text-align: center;
	margin-top: 150px;
	padding: 25px 50px;
	background-color: rgba(105,94,90,0.85); }
.head.home #homeTestimonials .bx-wrapper .bx-viewport {
	left: 0px;
	border: 0px;
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none; }
.head #homeTestimonials p {
	font-size: 22px;
	font-style: italic;
	line-height: 30px;
	margin: 0px; }
.head #homeTestimonials p.name {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 15px; }
.head #homeTestimonials form {
	margin: 0px; }
.head #homeTestimonials form label {
	color: #FFF;
	font-size: 10px;
	text-align: left;
	padding-bottom: 5px; }
.head #homeTestimonials form input,
.head #homeTestimonials form button,
.innerbook input,
.innerbook button {
	margin: 0px;
	height: auto;
	padding: 10px;
	width: 100%; }
.innerbook input {
	margin-bottom: 20px; }
.head #homeTestimonials form button,
.innerbook button {
    color: #FFF;
    text-shadow: 1px 1px 1px #333; }
.head #homeTestimonials form input#checkin,
.head #homeTestimonials form input#checkout,
.innerbook input#checkin,
.innerbook input#checkout {
	padding-left: 35px;
	background-image: url('../images/ico-cal.png');
	background-repeat: no-repeat;
	background-position: 10px center; }
.head #homeTestimonials form input#guests,
.innerbook input#guests {
	padding-left: 35px;
	background-image: url('../images/ico-usr.png');
	background-repeat: no-repeat;
	background-position: 10px center; }


/*** CONTENT ***/
.content {
	padding: 0px 0px 150px;
	background-image: url('../images/cont-bg.png');
	background-repeat: no-repeat;
	background-position: center bottom; }
.breadcrumb ul {
	border: 0px;
	margin-bottom: 25px;
	padding: 0px 0px 10px 0px;
	background: transparent;
	background-image: url('../images/cont-desp-light.png');
	background-repeat: no-repeat;
	background-position: bottom; }
.breadcrumb ul li,
.breadcrumb ul li a {
	text-transform: capitalize; }
.content ul,
.content ol {
	margin-left: 30px; }
h1 {
	color: #64625f;
	font-size: 22px;
	padding: 0px;
	margin: -10px 0px -15px; }
h2  {
	color: #64625f;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px; }
h3 {
	color: #3a3839;
	font-size: 18px;
	padding: 7px 0px;
	position: relative; }
h2.home,
h3.home {
	color: #64625f;
	font-size: 22px;
	background-image: url('../images/text-head-bg.png');
	background-repeat: no-repeat;
	margin: 25px 0px;
	padding: 20px 5px; }

h3.withico {
	padding: 7px 0px 7px 50px; }
.subTitle {
	color: #3a3839;
	font-size: 18px;
	font-weight: bold;
	margin-left: -25px;
	margin-bottom: 20px;
	padding: 15px 0px 15px 50px;
	background-image: url('../images/subhead-bg.png');
	background-repeat: no-repeat; }
.smallHead {
	padding: 0px 0px 20px;
	font-weight: bold; }
.todoMoreLink {
	font-size: 14px;
	text-decoration: underline;
	margin-top: -70px; }
.todoMoreLink:before {
	content: '\203A';
	font-size: 20px;
	text-decoration: none;
	padding-right: 5px; }
.downloadPdf {
	position: relative;
	text-decoration: underline;
	margin-top: -40px; }
.downloadPdf:before {
	content: '\203A';
	font-size: 20px;
	text-decoration: none;
	padding-right: 5px; }
.leafs {
	background-image: url('../images/leafs-bg.png');
	background-repeat: no-repeat;
	background-position: center 10%; }
.leafs h1 {
	color: #64625f;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 13px 0px;
	margin: 0px 0px 25px 0px;
	background-image: url('../images/h1-bg-home.png');
	background-repeat: no-repeat;
	background-position: center; }
ul.gridBlocWrap {
	margin: 0px -0.625em;
	text-align: center; }
.gridBlocWrap .title {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 20px 0px 5px 0px;
	line-height: normal; }
.gridBlocWrap .title:after {
	content: '\203A';
	font-size: 18px;
	padding-left: 5px; }
.gridBlocWrap p {
	color: #696768;
	font-size: 13px;
	font-family: Arial;
	padding: 0px 13px;
	line-height: 1.4; }
.gallery {
	margin: 25px 0px;
	padding: 50px 0px;
	-moz-box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.5);
	background-image: url('../images/wood-bg.jpg'); }
.gallery .bx-wrapper .bx-viewport {
	border: 0px;
	box-shadow: none;
	background: transparent; }
.gallery #slider .slide {
	border: 10px solid #FFF; }
.gallery .bx-wrapper .bx-prev,
.gallery .bx-wrapper .bx-next {
	width: 34px;
	height: 53px;
	background-image: url('../images/sprite.png'); }
.gallery .bx-wrapper .bx-prev {
	margin-left: -75px;
	background-position: -44px -108px; }
.gallery .bx-wrapper .bx-next {
	margin-right: -55px;
	background-position: -4px -108px; }
ol.listFindUs {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 45px; }
ol.listFindUs p {
	font-family: Arial;
	font-size: 14px; }
ul.list {
	margin: 25px 0px;
	list-style-type: none;
	background-image: url('../images/cont-desp.png');
	background-repeat: no-repeat;
	background-position: top; }
.list li {
	color: #6d6b6c;
	font-style: italic;
	padding: 40px 15px 25px 15px;
	background-image: url('../images/cont-desp.png');
	background-repeat: no-repeat;
	background-position: bottom; }
.list .name {
	color: #5b9ba4;
	font-size: 13px;
	font-family: Arial;
	font-style: normal; }
ul.listCottages {
	margin: 0px -0.625em; }
ul.listCottages a {
	font-weight: bold;
	text-align: center;
	display: block; }
ul.listCottages div {
	padding: 0px 15px; }
ul.listCottages img {
	margin-bottom: 15px; }
.row.listCottage {
	margin: 0px -0.625em; }
.listCottage a.title {
	color: #5b9ba4;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 8px 0px 13px; }
.listCottage a.title:after {
	content: '\203A';
	font-size: 20px;
	padding-left: 5px;
	font-weight: normal; }
.listCottage table {
	border: 0px;
	margin: 0px;
	width: 90%;
	border-top: 1px solid #d1d0c6;
	border-left: 1px solid #d1d0c6;
	background: transparent; }
.listCottage table td {
	color: #64625f;
	text-align: center;
	padding: 10px 10px 15px;
	border-right: 1px solid #d1d0c6;
	border-bottom: 1px solid #d1d0c6; }
.listCottage table td div {
	font-size: 28px;
	font-weight: bold;
	padding-top: 10px; }
.listCottage table td span {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-top: 10px; }
.listCottage p {
	margin: 0px;
	padding: 25px 0px 0px; }
ul.bizList {
	color: #437204;
	font-weight: bold;
	list-style-type: none;
	margin-left: 0px; }
ul.bizList li {
	position: relative;
	padding: 5px 0px 15px 50px; }
ul.relatedLinks {
	margin: 0px;
	list-style-type: none; }
ul.relatedLinks li {
	text-overflow: ellipsis;
	overflow: hidden; }
ul.relatedLinks a:before {
	content: '\003E';
	padding-right: 5px; }
.row .contatDetails {
	margin: 0px -0.625em; }
.row .contatDetails strong {
	font-size: 16px;
	display: block;
	padding-bottom: 5px; }
#contmap {
	height: 300px;
	margin-bottom: 15px; }
.downloadLink {
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-top: 30px;
	position: relative;
	padding-left: 35px;
	background-image: url('../images/cont-desp.png');
	background-repeat: no-repeat;
	background-position: left top; }
.backto {
	font-size: 16px; }
.backto:before {
	content: '\2039';
	font-size: 20px;
	padding-right: 5px; }
.slideshow-wrapper .disc {
	margin: 15px -0.625em 15px -0.625em; }
.slideshow-wrapper ul.disc li {
	display: inherit; }
.paginationWrap {
	color: #bdbdb9;
	text-align: center; }
.paginationWrap ul.pagination {
	margin: 15px 0px;
	display: inline-block; }
.paginationWrap ul.pagination li {
	font-size: 18px; }
.paginationWrap ul.pagination li a {
	color: #bdbdb9; }
.paginationWrap ul.pagination li.current a,
.paginationWrap ul.pagination li a:hover {
	color: #3a3839;
	background: transparent; }
.paginationWrap p {
	font-size: 13px;
	font-family: Arial; }
#ui-datepicker-div {
	z-index: 99 !important; }

/* accordion pages */
.content .accordion {
	border: 0px;
	background-color: #FFF; }
.content .accordion .title {
	color: #5d9ca5;
	font-size: 16px;
	font-weight: bold;
	border: 0px !important;
	padding: 20px 50px;
	margin-bottom: 3px !important;
	background-color: #ecede8 !important;
	position: relative; }
.content .accordion .active .title {
	background: none;
	border-bottom: 0px; }
.content .accordion .title:hover,
.content .accordion .active .title {
	background-color: #FFF !important; }
.content .accordion .active .title {
	background-image: url('../images/cont-desp-light.png') !important;
	background-position: bottom !important;
	background-repeat: no-repeat !important; }
.content .accordion .content {
	border: 0px !important;
	background: transparent; }


/*** RIGHT COL ***/
ul.rightMenu,
ul.subMenu {
	margin: 0px;
	margin-bottom: 35px;
	list-style-type: none; }
.rightMenu {
	padding: 13px 13px 8px 13px;
	background-color: #FFF; }
.rightMenu li {
	margin-bottom: 2px;
	padding-bottom: 5px;
	background-image: url('../images/cont-desp-light.png');
	background-repeat: no-repeat;
	background-position: bottom; }
.rightMenu li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: none; }
.rightMenu li a {
	color: #9b9894;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 7px 10px; }
.rightMenu li a:hover,
.rightMenu li .current {
	color: #437204;
	background-image: url('../images/right-menu-bg.png');
	background-repeat: no-repeat; }
.rightBookingBox {
	padding: 15px;
	text-align: center;
	margin-bottom: 50px;
	background-image: url('../images/wood-bg-small.jpg'); }
.rightBookingBox .boxHead {
	color: #3a3839;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 45px;
	margin-bottom: 0.5em;
	line-height: 1.4;
	display: inline-block;
	background-image: url('../images/right-head-bg.png');
	background-repeat: no-repeat; }
.rightBookingBox .booking-frame { width: 100% !important; }
@media only screen and (max-width: 767px) { .rightBookingBox .booking-frame { width: auto !important; } }

.rightBookingBox .calendarWrap,
.rightBookingBox .formWrap {
	background-color: #f2f5fc; }
.rightBookingBox .formWrap {
	padding: 20px 20px 0px 20px; }
ul.directionsList {
	margin-left: 0px;
	padding: 5px 15px;
	list-style-type: none;
	background-color: #ecede8; }
ul.directionsList li {
	padding: 10px 5px;
	background-image: url('../images/cont-desp.png');
	background-repeat: no-repeat;
	background-position: bottom; }
ul.directionsList li:last-child {
	background-image: none; }
ul.directionsList li span {
	float: right; }
ul.directionsList li p {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	background-image: url('../images/ico-check.png');
	background-repeat: no-repeat;
	background-position: left; }
.subMenu {
	margin-bottom: 25px; }
.subMenu li {
	margin-bottom: 15px; }
.subMenu li a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 10px 25px;
	background-image: url('../images/submenu-bg.png');
	background-repeat: no-repeat; }
.subMenu li a:after {
	content: '\203A';
	font-size: 20px;
	padding-left: 5px;
	font-weight: normal; }
.rightColTestimonial p {
	font-size: 16px;
	font-style: italic;
	margin: 0px;
	padding: 10px 5px; }
.rightColTestimonial .name {
	color: #5b9ba4;
	font-size: 13px;
	padding-bottom: 10px; }
.rightGallery strong {
	display: block;
	padding: 10px 0px 15px 5px; }
.rightGallery ul {
	margin: 0px -0.625em; }
.rightGallery ul li {
	margin-right: 0px; }

.errorsAndAlerts{
    background: #CF3232;
    padding: 5px 10px;
    color: #FFF;
    border-radius: 4px;
}
.submissionConfirmMsg {
    background: #89CF32;
    padding: 5px 10px;
    color: #FFF;
    border-radius: 4px;
}
.innerbook {
	padding: 15px;
	margin-bottom: 25px;
	background-color: #eeefee; }


/*** ICO's ***/
em[class^="ico-"] {
	width: 43px;
	height: 35px;
	top: 0px;
	left: 0px;
	position: absolute;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	background-image: url('../images/sprite.png'); }
.ico-wifi {
	background-position: -427px -115px; }
.ico-taxi {
	background-position: -475px -115px; }
.ico-park {
	background-position: -310px -115px; }
.ico-relax {
	background-position: -388px -115px; }
.ico-plane {
	background-position: -227px -115px; }
.ico-map {
	background-position: -227px -115px; }
.ico-ferry{
  background-image: url('../images/ferr_icon.png') !important;
  background-position: center !important;
}
.ico-electric{
  background-image: url('../images/ico-electric.png') !important;
  background-position: center !important;
}

em[class^="ico-footer-"] {
	width: 41px;
	top: 19px;
	left: 85px;
	z-index: 1;
	position: absolute; }
.ico-footer-ferry {
    background-image: url('../images/ferry_icon_dark.png') !important;
    background-position: center !important;
  }
.ico-footer-plane {
	background-position: -182px -115px; }
.ico-footer-driving {
	background-position: -349px -115px; }

em[class^="ico-big-"] {
	width: 100px;
	height: 100px;
	position: static;
	margin: 25px 0px 15px; }
.ico-big-kitchen {
	background-position: -528px -253px; }
.ico-big-dining {
	background-position: -420px -253px; }
.ico-big-parking {
	background-image: url('../images/ico-decking.png') !important;
  background-position: center !important; }
.ico-big-allyear {
	background-image: url('../images/ico-allyear.png') !important;
  background-position: center !important;}
.ico-big-longlets {
	background-position: -106px -253px; }

.ico-big-tv
{ background-image: url('../images/ico-tv.png') !important;
  background-position: center !important;
	}

em[class^="ico-accordion-"] {
	width: 35px;
	height: 35px;
	left: 10px;
	top: 10px;
	margin-right: 10px; }
.ico-accordion-food {
	background-position: -133px -167px; }
.ico-accordion-drinks {
	background-position: -147px -117px; }
.ico-accordion-bike {
background-position: -87px -167px; }
.ico-accordion-present {
background-position: -1px -167px; }

em[class^="ico-small-"] {
	width: 25px;
	height: 32px;
	margin-right: 10px; }
.ico-small-check {
	position: inherit !important;
	background-position: -122px -116px; }
.ico-small-pdf {
	top: 45% !important;
	background-position: -88px -116px; }

em[class^="ico-updown-"] {
	width: 11px;
	height: 8px;
	top: 35%;
	left: inherit;
	right: 10px;
	margin: 0px;
	position: absolute; }
.ico-updown-arrow {
	background-position: -68px -179px; }
.active .ico-updown-arrow {
	background-position: -67px -168px; }

div[class^="star-"] {
	height: 19px;
	margin: auto;
	display: block;
	background-image: url('../images/star.png'); }
.star-1 {
	width: 19px; }
.star-2 {
	width: 38px; }
.star-3 {
	width: 57px; }
.star-4 {
	width: 76px; }
.star-5 {
	width: 95px; }

/*** FOOTER ***/
footer {
	color: #d5d3d3;
	padding-bottom: 35px;
	-moz-box-shadow: inset 0px 5px 35px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0px 5px 35px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 5px 35px 0px rgba(0,0,0,0.75);
	background-image: url('../images/wood-bg.jpg'); }
footer .mapWrap {
	padding: 50px 0px; }
footer .gmap {
	width: 100%;
	height: 250px;
	border: 10px solid #FFF;
	z-index: 1;
	box-shadow: 5px 5px 30px #000; }
footer .graywrap {
	padding: 35px 0px;
	background-color: #3a3839; }
footer .flinks {
	padding-top: 20px;
	margin-left: -75px; }
footer .flinks li {
	position: relative;
	padding: 2px 0px; }
footer .flinks .ferry,
footer .flinks .plane,
footer .flinks .driving {
	color: #5b9ba4;
	font-size: 16px;
	font-weight: bold;
	padding: 25px 0px 25px 135px;
	display: block;
	position: relative; }
footer .flinks .ferry {
	background-image: url('../images/flink-ferry.png');
	background-position: 45%;
	background-repeat: no-repeat; }
footer .flinks .plane {
	background-image: url('../images/flink-plane.png');
	background-repeat: no-repeat; }
footer .flinks .driving {
	background-image: url('../images/flink-driving.png');
	background-position: 60%;
	background-repeat: no-repeat; }
footer .flinks .ferry:after,
footer .flinks .plane:after,
footer .flinks .driving:after {
	content: '\203A';
	font-size: 18px;
	padding-left: 5px; }
footer ul {
	margin-bottom: 15px;
	list-style-type: none; }
footer ul li.head {
	color: #b8c845;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	margin: 0px; }
footer li {
	font-size: 13px;
	line-height: normal;
	padding: 4px 0px; }
footer li a {
	color: #e6e6e6; }
footer li a:hover {
	color: #51848c; }
footer li strong {
	font-size: 15px;
	display: block;
	padding-top: 3px; }
footer li .button {
	margin-top: 15px; }
footer .copyright {
	margin: 0px; }
footer .fb-like {
	margin-top: 10px; }
footer .copyright,
footer .links {
	font-size: 11px; }
footer .links a {
	color: #d5d3d3; }
footer .gallery {
	margin: 0px;
	background: transparent; }
.award-image {
	background: url("../images/award-image.png") no-repeat;
	height: 150px;
	width: 150px;
}

/*** MOBILE ***/
@media only screen and (max-width: 767px) {

	.alert-box .btn {
		margin:5px 5px 5px 25px; }
	.breakWhenMobile {
		display: block; }
	.head {
		height: auto;
		margin: 0px; }
	.head .titleBg {
		height: auto;
		margin: 0px;
		position: static;
		background: transparent; }
	.head h1,
	.head .pageTitle {
		color: #437204;
		font-size: 22px;
		font-weight: bold;
		position: static;
		padding: 0px;
		padding: 15px 0px; }
	.head,
	.breadcrumb,
	.content {
		padding: 0px 15px;
		background: transparent !important; }
	.head .topMargin {
		background: transparent !important; }
	.breadcrumb ul {
		background-position: top;
		padding: 15px 0px 0px; }
	.head.home {
		height: auto;
		padding: 0px;
		background-size: cover !important;
		background-image: url('../images/head-home.jpg') !important; }
	.head.home .topMargin .columns {
		padding: 0px; }
	.head.home #homeTestimonials {
		margin: 25px 0px;
		padding: 10px 15px; }
	.head.home #homeTestimonials p {
		font-size: 1.15em;
		line-height: 1.5em;
		margin-bottom: 10px; }
	.head.home #homeTestimonials .name {
		font-size: 1em; }
	header nav.top-bar {
		height: 100px;
		line-height: 100px;
		padding: 0px;
		margin: 0px;
		background-image: none !important; }
	header nav.top-bar .title-area {
		display: inherit; }
	header nav.top-bar .name {
		height: 100px;
		padding: 13px 0px 0px 25px; }
	header .top-bar-section ul {
		padding: 0px 25px 35px;
		background: #3a3839; }
	header .top-bar-section ul li {
		padding: 13px 0px;
		text-align: center; }
	header .top-bar-section li a:not(.button),
	header .top-bar-section li a:not(.button):hover {
		color: #FFF;
		font-size: 16px;
		padding: 0px;
		background: #3a3839; }
	header .top-bar-section ul li > a.button {
		background-color: #b7c845; }
	header .top-bar-section ul li > a.button:hover,
	header .top-bar-section ul li:hover > a.button {
		color: #FFF;
		padding: 0.5em 15px;
		background-color: #b7c845; }
	header .top-bar-section li.current a:not(.button),
	header .top-bar-section li a:not(.button):hover {
		color: #5b9ba4 !important;
		background-image: none;
		padding: 0px !important; }
	header .top-bar-section ul li:hover > a {
		color: #5b9ba5;
		padding: 0px;
		background: transparent; }
	header .top-bar-section > ul > .divider,
	.top-bar-section [role="separator"] {
		border: 0px;
		height: 0px;
		padding: 0px !important;
		border-bottom: 1px solid #545253 !important;
		text-indent: -9999px; }
	header .top-bar .toggle-topbar.menu-icon a span {
		width: 30px;
		-webkit-box-shadow: 0 5px 0 2px #3a3839,0 15px 0 2px #3a3839,0 25px 0 2px #3a3839;
		box-shadow: 0 5px 0 2px #3a3839,0 15px 0 2px #3a3839,0 25px 0 2px #3a3839; }
	header .top-bar.expanded .title-area {
		background: transparent; }
	header .top-bar-section li.show-for-small {
		display: block !important; }
	.callnow {
		text-align: right;
		font-weight: bold;
		line-height: 50px;
		padding-right: 15px;
		background-image: url('../images/callnow-bg.png'); }
	h2.home,
	h3.home {
		font-size: 18px; }
	.gallery .bx-wrapper .bx-prev,
	.gallery .bx-wrapper .bx-next {
		display: none; }
	.gallery #slider .slide {
		border: 10px solid #FFF; }
	.listCottage table {
		width: 100%; }
	.todoMoreLink {
		display: none; }
	.downloadPdf {
		float: none !important;
		display: block;
		margin-top: -15px;
		margin-bottom: 15px; }
	.listCottage {
		text-align: center; }
	.paginationWrap .pagination .arrow {
		display: none; }
	.paginationWrap ul.pagination li a {
		color: #FFF;
		font-size: 16px;
		border: 1px solid #666;
		background-color: #999;
		padding: 0.025em 0.4em; }
	.paginationWrap ul.pagination li.current a,
	.paginationWrap ul.pagination li a:hover {
		color: #000;
		border: 1px solid #666;
		background-color: #EEE; }
	.paginationWrap .pagination li.unavailable a,
	.paginationWrap .pagination li.unavailable a:hover {
		color: inherit;
		border: 0px;
		background-color: transparent; }
	.bx-wrapper {
		width: 220px; }
	#homeTestimonials .bx-wrapper {
		width: inherit; }

	footer {
		padding: 0px;
		background: transparent;
		box-shadow: none;
		background-color: #3a3839; }
	footer .mapWrap {
		padding: 0px 15px; }
	footer .mapWrap .subTitle,
	footer .gallery .subTitle {
		color: #FFF;
		font-weight: normal;
		margin: 25px 0px;
		padding: 0px;
		text-align: center;
		background: transparent; }
	footer .mapWrap .gmap {
		height: 150px; }
	footer .graywrap {
		padding: 15px 0px;
		text-align: center;
		background-color: #282627; }
	footer .flinks {
		margin: 30px 0px;
		padding: 0px;
		border-top: 1px solid #555254; }
	footer .flinks li {
		padding: 0px;
		border-bottom: 1px solid #555254; }
	footer .flinks .ferry,
	footer .flinks .plane,
	footer .flinks .driving {
		font-size: 14px;
		padding: 10px 0px;
		background: transparent; }
	footer .flinks a:after {
		float: right; }
	footer .gallery {
		margin: 0px; }
	footer .gallery .subTitle {
		margin: 0px 0px 25px; }

}


/* NAV FOR TABLET */
@media only screen and (max-width: 965px) {

	header nav .top-bar-section li a:not(.button),
	header nav .top-bar-section li a:not(.button):hover {
		font-size: 0.725em; }
	header .call,
	header .book,
	header .adr {
		font-size: 0.80em; }
	.rightBookingBox h4 {
		font-size: 16px; }
	.directionsList {
	    font-size: 12px; }
	.gallery .bx-wrapper .bx-prev,
	.gallery .bx-wrapper .bx-next {
		display: none; }
	footer .flinks .driving {
		font-size: 14px; }

}
