
/***Fonts*/
@font-face {
    font-family: 'Montserrat light';
    src: url('assets/fonts/montserrat-light-webfont.eot');
    src: url('assets/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('assets/fonts/montserrat-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




/******************************************************************************************

GENERAL STYLES

*******************************************************************************************/
* {
	margin: 0;
	padding: 0;
}
html {
	position: relative;
	min-height: 100%;
	overflow-x: hidden;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	position: inherit;
	transition: 0.5s;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 28px;
	color: #777;
}

body.active {
	overflow-y: hidden;
}

body .menu-overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: url('../images/layout/x.png'), auto;
	visibility: hidden;
	opacity: 0;
	transition: .5s ease;
}

body.active .menu-overlay {
	visibility: visible;
	opacity: 1;
}

a {

	color: #f63800;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
a,a:hover {
	text-decoration: none;
}
a:focus,
a:hover,
a:active {
	color: #8cb55f;
}

.copy a:focus,
.copy a:hover,
.copy a:active {
	text-decoration: none;
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

iframe {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}


.contentWrap {
	position: relative;
	z-index: 90;

}



/*COPY
General headings, paragraphs etc
********************************************************/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
.copy {
	font-size: 16px;
	line-height: 26px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:visited, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active,
h1 a:visited, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
p {
	margin: 0 0 15px;
}

h1 {
	font-size: 36px;
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
}

h2 {
	font-size: 24px;
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
}

h3 {
	font-size: 20px;
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
}

.copy h3 {
	color: #222;
}

h4 {
	font-size: 18px;
	color: #222;
	text-transform: capitalize;
}
/***/



.copy cite {
	font-size: 14px;
	text-transform: uppercase;
	font-style: normal;
	display: block;
	text-align: right;
}

.copy cite:before {
	content: "- ";
}

.copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h6 {
	margin: 15px 0;
}

 .copy h2 {
 	font-size: 24px;
 }

.copy ul,
.copy ol {
	margin: 10px 0;
}
.copy p {
	margin: 25px 0;
}
.copy blockquote p {
	margin: 0 0 10px;
}

.copy blockquote p:first-child {
	margin-top: 0;
}

.copy ul {
	margin-left: 10px;
}

.copy ol {
	margin-left: 20px;
}

.copy li {
	padding-bottom: 8px;
	position: relative;
	line-height: 20px;
}

.copy ul li {
	padding-left: 20px;
	position: relative;
}

.copy ul li:before {
	content:"\f054";
	font-family: "FontAwesome";
	font-size: 9px;
	position: absolute;
	top: 0;
	left: 0;
	color: #c09853;
}

/*iframe {
	width: 100%;
}*/



/*BREADCRUMB PATH
*******************************************************/
.bradcrumb-wrapper {
	padding-top: 75px!important;
	padding-bottom: 35px!important;
	overflow: auto;
}
.bradcrumb-wrapper .row {
	background: transparent;
	margin: 0;
	float: left;
	width: 80%;
}
.breadcrumb {
	border-radius: 0;
	padding: 0;
	margin: 15px 0 0;
	background:transparent;
}

.breadcrumb a {
	font-size: 16px;
	text-transform: uppercase;
	color: #999;
}


.breadcrumb .sel a, .breadcrumb a:hover {
	color: #f63800;
}

.breadcrumb>li+li:before {
	font-size: 12px;
	color: #ccc;
}
.breadcrumb > li+li.sel:before {
	color: #f63800;
}


/*SLICK CONTROLS
*******************************************************/

/*slick buttons*/

.slick-prev,
.slick-next {
	position: absolute;
	top: 60%;
	margin-top: -35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-indent: -5000px;
	transition: .5s all ease;
	cursor: pointer;
	border-radius: 0;
	border: 0;
	background: transparent;
	padding: 0;
	outline: none;
}

.reviews-slider .slick-prev,.reviews-slider .slick-next {
	top: auto;
	bottom: 0;
}
.reviews-slider .slick-prev {
	left: 45%;
}
.reviews-slider .slick-next  {
	right: 45%;
}
 .slick-prev {
	z-index: 1;
}
.homeSlider .slick-prev {
	left: 48%;
	z-index: 1;
}

.homeSlider .slick-next {
	right: 48%;
}

 .slick-prev:hover,
 .slick-next:hover {
	opacity: 1;
}

.slick-prev:before,
.slick-next:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	height: 35px;
	width: 35px;
	position: absolute;
	top: 0;
	text-indent: 0;
	/*opacity: 0.2;*/
}

.slick-prev:before {
	content:"\f104";
	left: 0;
}

.slick-next:before {
	content:"\f105";
	right: 0;
}

.news-slider .slick-prev, .news-slider .slick-next {
	width: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid #cbcbcb;
	top: auto;
	bottom: 15px;
	left: auto;
	right: 0;
	border-radius: 3px;
}
.news-slider .slick-prev {
	right: 55px;
}
.news-slider .slick-prev:before,
.news-slider .slick-next:before {
	color: #8cb55f;
	top: 8px;
	left: 9px;
}
.news-slider .slick-prev:before {
	left: 3px;
}



/*slick dots*/

.slick-dots {
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 63%;
	left: 0;
	right: 0;
	width: 100%;
}

.slick-dots li {
	display: inline-block;
	margin: 0;
	padding: 15px 0 10px;
}

.slick-dots button {
	border-radius: 50%;
	border: 1px solid #fff;
	background: transparent;
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0 3px;
	text-indent: -5000px;
	outline: none;
}

.slick-dots .slick-active button {
	background: #fff;
}




/*BUTTONS
*****************************************************************/

.buttons {
	margin-top: 30px;
	margin-bottom: 30px;
}

.btn, .gdFormFooter input[type="submit"]  {
	border-radius: 6px;
	border: 1px solid #8cb55f;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	white-space: normal;
	text-decoration: none !important;
	background: #8cb55f;
	color: #fff;
	margin: 15px 0;
	padding: 15px 30px;
	transition: all ease 0.5s;
	display: inline-block;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
	background: #8cb55f;
	color: #fff;
	border: 1px solid #8cb55f;
}

.btn-l {
	width: 400px;
}

.btn i{
	font-size: 11px;
	margin-left: 10px;
}

.btn:hover , .btn-primary:hover, .gdFormFooter input[type="submit"]:hover {
	background: #fff;
	color: #8cb55f;
}




/*HEADER
******************************************************************/
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}


.logo h1{
	font-size: 60px;
	color: #fff;
	margin-top: 65px;
	letter-spacing: 1.6px;
}
/*menu*/
.menuNav {
  margin-top: -5px;
}
.menuNav li {
/*	float: left;*/
	width: 1%;
	display: table-cell;
	white-space: nowrap;
}

.menuNav li a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	/*padding: 20px 35px;*/
	padding: 65px 30px 13px;
	/*height: 105px;*/
	line-height: 20px;
	font-weight: 700;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
		width: 1%;
	display: table-cell;
	white-space: nowrap;
	letter-spacing: 1.5px;
}

.menuNav li.onPath a, .menuNav li a:hover {
	background-color: rgba(255, 255,255,0.17);
}
.fa.fa-home {
  font-size: 25px;
}


.logo.hidden-inner{
	display: none;
}

.visible-mobile {
	display: none;
}

.menuNav li.first a {
	position: relative;
	text-indent: -5000px;
	padding-left: 40px;
	padding-right: 40px;
}
.menuNav li.first a:after {
	bottom: 13px;
	content: "";
	font: 23px/1 FontAwesome;
	height: 25px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-indent: 0;
	width: 25px;
}


/*BANNER

***********************************************************************/
/*  .slick-slider  { 
   opacity: 0; 
}
.slick-slider.slick-initialized  { 
   opacity: 1;
   transition: opacity 0.2s ease-in;
} 
*/







.banner.fullscreen {
	z-index: 1;
	position: relative;
}

.banner .image, .homeSlider .item{
	position: relative;
}
.banner .image img {
	width: 100%;
}
.banner .image:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 10%, rgba(0, 0, 0, 0) 90%) repeat scroll 0 0%;
	position: absolute;
	content:"";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.banner .caption {
	position: absolute;
	top: 35%;
	width: 90%;
	left:0;
	right: 0;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	z-index: 21;
}
 .banner .caption h1{
 	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: 300;
	font-family: 'Montserrat Light', arial;
}


/*inner page banners*/
.banner.innerPage {
	position: relative;
}

.banner.innerPage .caption {
	top: 35%;
	left: 0;
	right: 0;
	width: auto;
	text-align: center;
}
.banner.innerPage .caption h1 {
	font-size: 3vw;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

.banner.innerPage img {
	display: block;
	width: 100%;
}






/*FOOTER
***********************************************************************/

.footer {
	position: relative;
	z-index: 90;
	background: #10302f;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	padding: 72px 0 40px;
	color: #fff;
}

.footer .row {
	padding: 0 50px;
}

.footer h2 {
	font-size: 24px;
	font-weight: 400;
	margin-top: 0;
	text-transform: capitalize;
	margin-bottom: 70px;
	color: #fff;
}

#map-footer {
	width: 100%;
	height: 235px;
}
.menu-footerNav a {
	font-size: 18px;
	display: block;
	margin-bottom: 7px;
	font-weight: 300;
	font-family: 'Montserrat Light', arial;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #fe5430;
}

.footer-logo {
	padding-left: 9%;
}
.footer-logo ul {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap:20px;
    column-gap: 20px;
    margin-top: 45px;
}
.footer-logo ul li {
	/*margin: 0px 5px 20px;*/
	margin-bottom: 0px;
}

.copyr span {
	position: relative;
	font-family: 'Montserrat Light', arial;

}
.copyr span +span {
		padding-left: 10px;
}
.copyr span:after {
	position: absolute;
	content: ".";
	right: -7px;
	top: -7px;
	height: 100%;
}
.copyr span:last-child:after{
	content: "";
}
.footer .bottom {
	margin-top: 50px;
}

.designBy {
	text-align: right;
	font-family: 'Montserrat Light', arial;
}

.col-sm-6.footer-logo li:last-child {
  text-align: right;
  margin-right: 20px;
}






/*SOCIAL NAV
***********************************************************************/

.navtwitter a:before {
	content: "\f099";
}
.navfacebook a:before {
	content: "\f09a";
}
.navlinkedin a:before {
	content: "\f0e1";
}
.navyoutube a:before {
	/* content: "\f167"; */
	content: '';
	background: url('../images/layout/youtube-icon.png');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 65px;
	height: 50px;
}
.navflickr a:before {
	content: "\f16e";
}
.navrss a:before {
	content: "\f09e";
}
.navpinterest a:before {
	content: "\f0d2";
}
.navgoogle a:before {
	content: "\f0d5";
}
.navvimeo a:before {
	content: "\f27d";
}
.navinstagram a:before {
	content: "\f16d";
}
.navtripadvisor a:before {
	content:"\f262";
}
.navblog a:before {
	content: "";
	background:url('../images/layout/icon_blogger.png') center bottom no-repeat;
	background-size: 26px auto;
}
.navplus a:before {
	content:"\f067";
}

.socialNavList {
	display: inline-block;
}

.socialNavList li {
	margin: 0 25px;
	overflow: hidden;
	float: left;
}

.socialNavList a,
.socialNavList .navplus a:focus,
.sub-share a {
	display: block;
	width: 75px;
	height: 75px;
	background: transparent;
	color: #fff;
	text-indent: -5000px;
	position: relative;
	transition: .7s ease;
}

.socialNavList a:before, .sub-share a:before {
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	text-indent: 0;
	text-align: center;
	font-size: 55px;
	padding-top: 5px;
}

.socialNavList a:hover,
.socialNavList.open .navplus a:focus {
	background: #ccc2bb;
}
.socialNavList.open li.navplus a:before {
	content:"\f068";
}



/*************************************************************************************************

CONTENT BLOCVKS

*************************************************************************************************/






/*STICKY Cookie Policy
***********************************************************/

div#stickycookiePolicy {
	height: auto;
	padding: 12px;
	background-color: #000;
	background: rgba(0,0,0,0.6);
	position: fixed;
	z-index: 500;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	color: rgba(255,255,255,0.7);
}

div#stickycookiePolicy:hover {
	background-color: #000;
	background: rgba(0,0,0,0.8);
}

div#stickycookiePolicy .inner {
	margin: 0 auto;
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: 12px;
}


div#stickycookiePolicy a.more {
	color: #fff;
	color: #8cb55f;
}
div#stickycookiePolicy a.more:hover {
	text-decoration: underline;
}

div#stickycookiePolicy a.close {
	position: relative;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	opacity: 0.8;
	float: none;
	margin-left: 10px;
}

div#stickycookiePolicy a.close:hover {
	opacity: 1;
}

/* div#stickycookiePolicy a.close:before {
	content: "\f057";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	font-size: 28px;
	line-height: 32px;
	position: absolute;
	top: -5px;
	right: 0;
	left: 10px;
	text-indent: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0.5;
}

div#stickycookiePolicy a.close:hover:before {
	color: #fff;
	opacity: 1;
} */







/*FEATURED CONTNET BLOCKS ON HOME PAGE
**********************************************************************/


.welcome-wrapper {
	text-align: center;
	margin-top: 20px;
}
.welcome-wrapper h1 {
	font-weight: 600;
	font-size: 28px;
}
.welcome-wrapper h2 {
	font-weight: 400;
	font-size: 20px;
	text-transform: none;
}
.welcome-wrapper p > b {
	font-size: 18px;
}

.options-list  {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
	align-items: center;

    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;

	margin: 40px 0 30px;
}
.options-list .item {
	  display: block;
	  height: 100%;
	  overflow: hidden;
	  position: relative;
	  padding: 0;
	  z-index: 97;
	  transition: all 3s ease-out 0s;

	  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	  display: -ms-flexbox;      /* TWEENER - IE 10 */
	  display: -webkit-flex;     /* NEW - Chrome */
	  display: flex;
	  flex: 1 0 33%;
	  -webkit-flex: 1 0 33%;
}
.options-list .item.col-sm-6 {
	flex: 1 0 50%;
	 -webkit-flex: 1 0 50%;
}
.item.open {
	z-index: 98;
}
 .view-1 {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
	width: 100%;
	transition: all 400ms ease-out 0s;

	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	justify-content: center;
	-webkit-justify-content:center;
	flex-direction: column;
    -webkit-flex-direction: column;
	text-align: center;

	padding-top: 35%  \0/;
}
.item.open  .view-1 {
	-weblit-transform : scale(1.05);
		-ms-transform : scale(1.05);
	         transform: scale(1.05);
}

.view-1 a {
	display: block;
	height: 100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	justify-content: center;
	-webkit-justify-content:center;
	align-items: center;
}

.view-1 h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	color: #fff;
	-weblit-transform : scale(1);
		-ms-transform : scale(1);
	         transform: scale(1);
	-moz-transition: all ease 0.3;
	-webkit-transition: all ease 0.3;
	-o-transition: all ease 0.3;
	transition: all ease 0.3;
}
/* .item.open .view-1 h1 {
	-weblit-transform : scale(0);
		-ms-transform : scale(0);
	         transform: scale(0);
	-moz-transition: all ease 0.3;
	-webkit-transition: all ease 0.3;
	-o-transition: all ease 0.3;
	transition: all ease 0.3;
} */
.view-2 {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 3;
	color: #fff;
	padding: 20px 40px;
	background-color: rgba(23, 39, 49, 0.8);
	transition: all 400ms ease-out 0s;
	-weblit-transform : scale(0);
		-ms-transform : scale(0);
	         transform: scale(0);
}
.content .options-list .view-2 {
	padding-top: 70px;
}
.content .options-list .view-2 .btn {
	margin-top: 25px;
}
.item.open  .view-2 {
	display: block;
	-weblit-transform : scale(1.05);
		-ms-transform : scale(1.05);
	         transform: scale(1.05);
}
.view-2 .close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
	opacity: 1;
}
.view-2 h2 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 35px;
	text-transform: uppercase;
}
.view-2 p {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 5px;

	max-height: 200px;
	overflow: hidden;
}
.view-2 .view-more {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}

.enquiry-wrapper img {
	display: block;
	margin: 10px auto;
}

.events-wrapper h1 {
	margin-bottom: 50px;
}
.news-slider .title {
	overflow: auto;
}
.news-slider img {
	width: 100%;
}
.news-slider h2 {
	font-size: 24px;
	font-weight: 400;
	margin: 20px 0;
	float: left;
	width: 65%;
	text-transform: capitalize;
	color: 333;
}
.news-slider .date {
	float: right;
	width: 160px;
	font-size: 24px;
	background: #fff;
	padding: 10px 15px;
	border: 1px solid #cbcbcb;
	text-align: center;
	margin-top: 20px;
	border-radius: 3px;
}

.news-slider .btn {
	text-transform: capitalize;
	font-size: 24px;
}
.newsEvents {
	padding-right: 30px;
	position: relative;
}
.btn-voucher {
	position: absolute;
	bottom: 0;
	right: 10px;
	padding: 15px;

}
.upcomingEvents {
	padding-left: 30px;
}
.upcomingEvents > iframe {
  width: 100%;
}

.reviews-wrapper {
	color: #fff;
	background: url(../images/layout/review-bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 60px 0 70px;
}
.reviews-wrapper h1 {
	color: #fff;
	margin-bottom: 25px;
}
.reviews-slider {
	width: 40%;
	margin: 10px auto 0;
	padding-bottom: 40px;
}
 .content-review {
 	position: relative;
 	padding: 0 50px;
 }
.reviews-slider .content-review:before, .reviews-slider .content-review:after {
	content:  url(../images/layout/quote-top.png);
	/*background-color: #10302f;*/
	position: absolute;
	top: -10px;
	left: 0;
	width: 95px;
	height: 80px;
	opacity: 0.3;
}
.reviews-slider .content-review:after {
	transform: rotate(180deg);
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
 }

.reviews-slider .item img {
	border-radius: 50%;
	margin: 30px auto;
	display: block;
}
.reviews-slider .name {
	font-size: 24px;
}

.reviews-slider .name span{
	font-size: 300;
	padding-left: 20px;
	font-family: 'Montserrat Light', arial;
}
.follow-wrapper {
	background-color: #fe5430;
	color: #fff;
	padding: 50px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.follow-wrapper .row {
	width:  1470px;
	margin: 0 auto;
}

.follow-wrapper .row .col-sm-6:first-child {
	text-align: center;
	border-right: 1px solid #fff;
}

.follow-wrapper h1 {
	color: #fff;
}
.follow-wrapper .socialNavList {
	margin-top: 25px;
}
.newsletter-field {
	padding-left: 7%;
}
.newsletter-field p{
	color: #a52600;
	text-transform: uppercase;
	font-size: 16px;
}
form.newsletter-form  {
	margin-top: 22px;
}
form.newsletter-form input {
	color: #fff;
	background: transparent;
	height: 50px;
	padding: 10px 20px;
	font-size: 16px;
	border: 1px solid #fff;
	float: left;
}
form.newsletter-form input[type=submit] {
	background-color: #f63800;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #f63800;
	margin-left: 15px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;

}
form.newsletter-form input[type=submit]:hover {
	color: #f63800;
	background-color: #fff;
}

form.newsletter-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
form.newsletter-form ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
form.newsletter-form :-ms-input-placeholder { /* IE 10+ */
  color:#fff;
}
form.newsletter-form :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}





















/*PAGE NAV AND SIDEBAR AND MAIN CONTENT
**********************************************************/
.col-sm-8.content {
	padding-right: 50px;
}
.sidebar {
	padding-right: 60px;
}


.rightside {
	padding: 10px 10px 20px 50px;
}

.rightside .inner > div {
	margin-bottom: 50px;
}
.rightside .inner > div h2 {
	margin-bottom: 40px;
	font-weight: 400;
	color: #fe5430;
}

.otherPlace-right li {
  background-color: #fff;
  margin-bottom: 15px;
}
.otherPlace-right li a {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.otherPlace-right li img {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 50%;
}
.otherPlace-right li span {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  width: 50%;
  padding-left: 20px;
}
.bussinesses-right li {
	margin-bottom: 10px;
}
.bussinesses-right li a {
	text-decoration: underline;
	color: #669900;
	font-size: 300;
}
.bussinesses-right li a:hover {
	color: #fe5430;
}
.gallery-right img {
  width: 100%;
}
.gallery-right li {
  float: left;
  padding: 1px;
  width: 50%;
}


/*page nav*/

.pageNav {
	background: #fff;
	border: 1px solid #ccc;
}
.pageNavList {
	padding: 25px 25px 50px;
}
.pageNavList  a {
	display: inline-block;
	padding: 10px 20px 10px 0;
	color: #333;
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
}
.pageNavList .sub-menu .lev2 a {
	color: #333;
}


.pageNavList .onPath a, .pageNavList a:hover,.pageNavList li.sel a,
.pageNavList .sub-menu .lev2 a:hover , .pageNavList .sub-menu .onPath.lev2 a {
	color: #f63800;
}
.pageNavList .onPath a:before {
	content: "\f105";
	position: absolute;
	right: 0;
	top: 14px;
	font: normal normal normal 18px/1 FontAwesome;
}
.pageNavList .sub-menu, .pageNavList ul ul{
	padding-left: 20px;
}



/**Inner PAGE*/
.share-wrapper {
	float: right;
	width: 20%;
	margin-top: 15px;
}
.share-wrapper li {
	float: left;
	padding: 0 10px;
	position: relative;
}
.share-wrapper li a , .hasSubShare {
	color: #999;
	cursor: pointer;
}

.share-wrapper li a:hover, .hasSubShare:hover, .hasSubShare.open  {
	color: #f63800;
}
.hasSubShare{
	overflow: hidden;
}
.hasSubShare.open  {
	overflow: visible;
}
.sub-share {
	position: absolute;
	top: 25px;
	left: -10px;
	height: 0;
	z-index: 99;
	opacity: 0;
	background-color: #8cb55f;
	padding: 0 10px;
	transition: 0.4s ease all;
}
.hasSubShare.open .sub-share {
	height: 35px;
	width: 115px;
	opacity: 1;
}
.sub-share li {
	float: left;
	margin-bottom: 10px;
}
.sub-share a {
	width: 25px;
	height: 25px;
}
.sub-share a:hover {
	color: #fff!important;
}
.sub-share a:before {
	font-size: 20px;
	color: red;
	width: 25px;
	height: 25px;
	top: 0;
}

h1#pageTitle {
	color: #222;
	font-size: 48px;
	font-weight: 600;
	margin-top: 0;
	line-height: 48px;
	margin-bottom: 35px;
}
.hdLHS {
	font-size: 18px;
	color: #fff;
	padding: 40px 25px;
	background-color: #f63800;
}

p.info {
	color: #333;
	font-size: 18px;
}
.options-list .bedbreakfast-list .view-2 {
	text-align: left;
	padding-top: 55px;
	padding-right: 5px;
}
.options-list .bedbreakfast-list .view-2 h2 {
	margin: 0 0 30px;

}
 ul.contact-list {
	margin: 10px 0;
}
 ul.contact-list li {
	padding: 10px 0;
	line-height: 20px;

}
 ul.contact-list li:before{
	content: "";
}
 ul.contact-list a {
	color: #fff;
	font-size: 16px;
}

 ul.contact-list a:hover{
 	color: #f63800;
 }
 ul.contact-list  i {
	color: #f63800;
	padding-right: 15px;
}
.options-list .bedbreakfast-list .btn-wrapper {
	text-align: center;
	padding-right: 35px;
}

.houseSlider-wrapper {
  position: relative;
}
.houseSlider-wrapper .item > img {
  width: 100%;
}
.houseSlider-wrapper .slick-next {
  right: 10px;
}
.houseSlider-wrapper .slick-prev {
  left: 10px;
}
.sliderHouse_thumb {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.contactHouse-wrapper .contact-list a {
	color: #669900;
}
#mapContent {
	width: 100%;
	height: 190px;

}
.contactHouse-wrapper {
	margin: 35px 0;
}
.contactHouse-wrapper .col-sm-6:first-child {
	padding-left: 15px;
}
.contactHouse-wrapper h2 {
	font-size:24px;
	margin-bottom: 40px;
}
.contactButton-wrapper {
	margin-top: 30px;
	overflow: hidden;
}
.contactButton-wrapper > div {
	width: 50%;
	float: left;
}
.contactButton-wrapper > div:first-child {
	padding-right: 20px;
}
.contactButton-wrapper > div:last-child{
	padding-left: 20px;
}
.contactButton-wrapper .btn {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.contactButton-wrapper span {
	display: block;
}
.contactButton-wrapper span.fontB {
	font-size: 18px;
	margin-bottom: 5px;
}
.contactButton-wrapper i {
	font-size: 20px;
	margin-right: 10px;
}
.fontL {
	text-transform: lowercase;
}


/**Accordion*/
.panel.panel-default {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  border-radius: 0;
}
.panel-default > .panel-heading {
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}
.panel-title {
  color: #10302f;
  font-size: 24px;
  font-weight: 700;
  margin: 0 !important;
}
.panel-heading .panel-title a {
  display: block;
  outline: medium none;
  padding-right: 25px;
  position: relative;
}
.panel-heading .panel-title a:after {
  color: #f63800;
  content: "+";
  font-size: 47px;
  font-weight: 200;
  position: absolute;
  right: 5px;
  top: -10px;
  font-family: 'Montserrat Light', arial;
}
.panel-heading .panel-title a[aria-expanded="true"]:after, .panel-heading .panel-title a[data-toggle="collapse"]:not(.collapsed):after  {
  transform: rotate(45deg);
}
.panel .panel-body p {
  margin: 10px 0;
  font-size: 16px;
}



.content .showPageContent:after {
	content:"\f107";
	font-family: "FontAwesome";
	font-size: 20px;
	font-weight: normal;
	transition: .5s ease;
	padding-left: 10px;
}

.content.open  .showPageContent:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}




.remodal-overlay {
 background: rgba(140, 181, 95, 0.9) none repeat scroll 0 0;
}
.remodal {
  max-width: 60%;
  padding: 40px 20px 20px;
  color: #777;
  text-align: left;
}

.remodal-close {
	right: 10px;
	left: auto;
	top: 5px;
	font-weight: 200;
	z-index: 99;
}
.remodal-close:before {
	font-weight: 200;
	content: "+";
	font-size: 50px;
	font-weight: 200;
	color: #f63800;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.remodal iframe {
	width: 100%!important;
}


body#eat-and-drink iframe {
	width: 80%;
	margin: 15px auto;
	display: block;
}

.news-item figure.thumb {
	width: 20%;
}
.news-item div.details {
	width: 80%;
}
.news-item div.details h3 {
	margin-bottom: 7px;
}
.news-item div.details a.btn {
	padding: 8px 20px;
	margin-top: 10px;
	font-size: 16px;
}
.news-item  {
	margin-bottom: 20px;
}
.featured-image {
	margin-bottom: 15px;
}


form#GDForm22 {
  width: 60%;
}
form.formWizForm .field .left:first-child {
	margin-right: 10px;
	width:48%;
}
form.formWizForm .left {
  margin: 0;
  width: 50%;
}
form.formWizForm .emailIcon, form.formWizForm .phoneIcon, form.formWizForm .fileuploadIcon {
  display: none;
}
form.formWizForm input.medium, form.formWizForm select.medium {
  height: 45px;
  padding: 5px;
  width: 100% !important;
  border: 1px solid #ccc;
}

form.formWizForm textarea, form.formWizForm input#twff_phone, li#GDFormLI1de00e121dc1000138c71295a9501090 .left {
	width: 100%;
	min-width: 100%;
	border: 1px solid #ccc;
}
form.formWizForm .error {
	color : #f63800;
	font-size: 12px;
	line-height: 14px;
}
.copy form.formWizForm  ul li:before {
	display: none;
}
body form.formWizForm div.desc, form.formWizForm div.info {
	font-size: 13px;
}

.agenda .date-label {
  color: red!important;
}

.imgNewsList {
	padding: 0 100px;
	overflow: auto;
}
.imgNewsList >div {
	padding: 0;
	height: 380px;
	overflow: hidden;
}
.imgNewsList img {
	width: 100%;
	/* height: 100%; */
}

.copy .dir-categories {
	overflow: auto;
}
.copy .dir-categories li {
	width: 33.333%;
	float: left;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.copy .dir-categories li:before, .socialNavList li:before{
	content: ''!important;

}
.copy .dir-categories li a {
	color: #fff;
	background-color: #8cb55f;
	display: block;
	padding: 10px;
}
.copy .dir-categories li a:hover {
	color: #f63800;
}

.infoPack {
	clear: both;
	margin: 10px;
}
.infoPack > p {
  padding: 0 10px;
  width: 33.333%;
  margin-left: 33.8%;
}
.infoPack a {
	background-color: #fe5430;
	color: #fff;
	padding: 5px 10px;
	display: block;
	width: 100%;
	margin: 0;
}
.infoPack a:hover {
	color: #8cb55f;
}

.listings {
	clear: both;
}
.item-listing {
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.item-listing > div.inner-item {
	background-color: #fff;
	padding: 10px 10px 55px 10px;
}
.item-listing h2 {
	font-size: 16px;
	margin-top: 0;
	min-height: 45px;
}
.field-value {
  font-size: 13px;
}
.field-value p {
	margin-top: 0;
	margin-bottom: 5px;
}
.item-listing hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
.field-value label {
  color: #444;
  font-weight: bold;
}

.field-value .socialNavList {
  bottom: 0;
  left: 0;
  position: absolute;
}

.socialNavList li:before {
	content:
}
.field-value .socialNavList a {
	width: 30px;
	height: 30px;
}
.field-value .socialNavList a:before {
	font-size: 26px;
	top: 0;
}

.field-value .socialNavList li {
	margin: 0 7px;
	padding-left: 0;
}


.field-value .navfacebook a:before {
	color: #3B5998;
}
.field-value .navtwitter a:before {
	color: #1DA1F2;
}
.field-value .navyoutube a:before {
	color: #CC181E;
}
.field-value .navinstagram a:before {
	color: #d10869;
}



#requiredFunctionality {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #ccc;
    font-size: 20px;
    left: 0;
    padding: 20px 10px;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2000;
}
#requiredFunctionality:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
#requiredFunctionality a {
    color: #ccc;
    display: inline-block;
    margin: 0 0 0 5px;
}

#mc_embed_signup {
	background-color: transparent!important;
}
#mc-embedded-subscribe-form {
	padding-left: 0!important;
}
#mc_embed_signup_scroll label[for=mce-EMAIL] {
	display: none;
}
#mc-embedded-subscribe {
	background-color: #f63800!important;
	border-radius:0!important;
	width: 100%!important;
	min-height: 40px!important;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #f63800!important;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	min-width: 120px!important;
}
#mc-embedded-subscribe:hover {
	background-color: #fff!important;
	color: #f63800!important;
}
#mc_embed_signup input.email {
	float: left;
	border: none!important;
	border-radius: 0!important;
	min-height: 40px!important;
	background-color: transparent;
	border: 1px solid #fff!important;
	margin-right: 10px!important;
}
#mc_embed_signup_scroll > div.clear {
	float: left;
	width: 20%;
}
/*make what to do great again*/
.todotable,
.todotable td
{
	width:100%;
	border:0;
}
.todotable td
{
	display: inline-block;
}
.todotable img
{
	width: 100%;
}


/* .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
  */

@media all and (min-width: 768px)
{
	.todotable img
	{
		padding: 10px 30px;
	}
	.todotable td
	{
		display: table-cell;
	}
	.todotable td:first-child
	{
		width: 30%;
	}
	.todotable td:nth-child(2)
	{
		width: 60%;
	}
}