/* reset */

html, body, div, img, table, tr, td, span, h1, h2, h3, p, a, figure, aside, header, footer, nav {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	min-height: 100%
}
body {
	width: calc(100% - 50px);
	min-height: calc(100% - 120px);
	border: 25px;
	border-style: solid;
	border-color: #FFF;
	overflow-x: hidden;
	background-color: #fffbf1;
	font-family: 'Raleway', sans-serif;
	color: #231f20;
	padding-top: 120px;
}
body.home {
	width: calc(100% - 50px);
	min-height: 100%;
	padding-top: 0;
}
div {
	display: block;
}
* {
	outline: none;
}
img {
	display: block;
	border: none;
	max-width:100%;
	height:auto;
}
a {
	border: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-decoration: none;
	cursor: pointer;
}
/* structure */

div.content-wrapper, div.sitemap-wrapper {
	width: 90%;
		height: auto;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}

div.flex-row {
	 display: flex;
  flex-direction: row;
}
div.sitemap-wrapper {
	margin-top: 3em;
}
div.bannerless {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5em;
}
div.spacer {
	width: 100%;
	height: 100px;
}
div.sidebar {
	width: 15%;
	margin-right:5%;
order:1
}
div.sidebar ul {
	margin: 0;
	padding: 0;
}
div.sidebar ul li {
	padding-bottom: 1em;
}
div.sidebar ul li a {
	color: #222;
	text-transform: capitalize;
	font-size: 0.85em;
}
div.sidebar ul li a:hover {
	color: #ec5a4f;
}
div.sidebar ul > li.selected > a {
	color: #ec5a4f;
}
div.sidebar ul li ul {
	margin-top: 1em;
}
div.content-col {
	width: 80%;
	order:2;
}
header.header {
	width: calc(100% - 50px);
	height: 120px;
	position: fixed;
	top: 0;
	background-color: #fffbf1;
	border-top: 25px solid #FFF;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	border-bottom:1px solid #e5e5e5;
	z-index: 1000;
}
header.home {
	width: calc(100% - 50px);
	height: 120px;
	position: fixed;
	top: 0;
	z-index: 10;
	border-top: 25px solid #FFF;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	z-index: 1000;
}
header::after, header.home::after {
	width: 100%;
	height: auto;
	overflow: hidden;
}
div.header-content {
	width: calc(100% - 60px);
	position: absolute;
	bottom: 20px;
	padding: 0 30px;
}
div.header-contact {
	width: 36%;
	float: left;
	font-size: .9em;
}
div.social {
	float: left;
}
div.tel {
	float: left;
	margin-left: 2em;
}
div.tel span {
	vertical-align: super;
	font-size: smaller;
}
div.email {
	float: left;
}
div.email a {
	color: #231f20;
	margin-left: 2em;
	font-weight: bold;
	display: block;
	margin-top: 2px;
}
header.header a.wordmark {
	width: 230px;
	height: 20px;
	float: left;
	text-align: center;
	background-image: url(../img/logo.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 115px);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
header.home a.wordmark {
	width: 100px;
	height: 100px;
	float: left;
	background-image: url(../img/roundal.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
/* main navigation */

nav.main-nav {
	width: 40%;
	float: right;
}
nav.main-nav ul {
	margin: 0;
	padding: 0;
	float: right;
}
nav.main-nav > ul > li {
	display: inline;
	float: left;
	list-style: none;
	position: relative;
}
nav.main-nav > ul > li > a {
	margin-left: 2em;
	text-transform: none;
	font-size: 0.75em;
	color: #444;
	font-weight: bold;
}
nav.main-nav ul li a:hover, nav.main-nav > ul > li > span:hover {
	color: #ec5a4f;
	;
}
nav.main-nav > ul > li > span {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}
/* hide sub nav */

nav.main-nav ul li ul {
	margin: 0;
	padding: 1em;
	width: 200px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 120%;
	left: 1.5em;
	-webkit-transform: translateY(-1em);
	transform: translateY(-1em);
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	background-color: #333;
	z-index: -2;
}
nav.main-nav ul li ul li {
	list-style: none;
	padding-bottom: 0.75em;
}
nav.main-nav ul li ul li:last-of-type {
	padding-bottom: 0;
}
nav.main-nav ul li ul li a {
	color: #FFF;
	text-transform: capitalize;
	font-size: 0.75em;
}
/* show sub nav */

nav.main-nav ul li:hover ul {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}
/* mobile navigation */
div.overlay_nav {
	position: absolute;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 98;
	display: none
}
div.nav_contain {
	position: fixed;
	right: 4%;
	top: 75px;
	width: 35px;
	height: 35px;
	z-index: 1000;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: none;
}
nav#mobile, nav#mobile_home {
    position: fixed;
    z-index: 1000;
    background-color: #000;
    width: calc(100% - 4em);
    /* min-width: 324px; */
    height: 100vh;
    padding: 2em;
    text-align: center;
    color: #fff;
    top: 0;
    right: 0;
    max-width: 414px;
    overflow: scroll;
}
body::before {
    content: '';
    position: fixed;
    width: calc(100% - 50px);
    height: 100%;
    background: rgba(0,0,0,0.6);
	display: block;
	opacity:0;
	z-index: -1;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	/*-webkit-transition-delay:0.3s;
	transition-delay:0.3s;*/
}
body.nav_open::before {
	display: block;
	opacity:1;
	z-index: 998;
}
nav#mobile ul {
	margin: 0;
	padding: 0 8em 0 0;
}
nav#mobile ul:nth-child(1) {
    margin-bottom: 0;
    text-align: left;
    padding-bottom: 33px;
}
nav#mobile ul:nth-child(2) {
	margin-top: 0
}
nav#mobile ul li {
	padding: .75em 0;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	list-style: none;
}
nav#mobile ul li a {
	color: #fff;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	font-size: 1em;
}
nav#mobile ul li ul {
	margin: 0;
	padding: 0;
}
nav#mobile ul li a:after, nav#mobile ul li a:before {
	position: absolute;
	width: 0;
	height: 2px;
	top: 50%;
	margin-top: -.5px;
	background: #fdd535
}
nav#mobile ul li a:before {
	left: -2.5px
}
nav#mobile ul li a:after {
	right: 2.5px;
	background: #fdd535;
	transition: width .8s cubic-bezier(.22, .61, .36, 1)
}
nav#mobile ul li a:hover:before {
	background: #fdd535;
	width: 100%;
	transition: width .5s cubic-bezier(.22, .61, .36, 1);
	z-index: 99
}
nav#mobile ul li a:hover:after {
	background: 0 0;
	width: 100%;
	transition: 0s
}
nav#mobile ul li:hover {
	color: #fff
}
nav#mobile ul li a::before:hover, nav#mobile_home ul li a::before:hover {
 opacity: .8em!important
}
nav#mobile ul li a:hover, nav#mobile_home ul li a:hover {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #fff
}
.navbar-toggle, .navbar_toggle, nav#mobile, nav#mobile_home {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.nav-hide {
	display: none
}
.bar1, .bar2, .bar3 {
	width: 100%;
	height: 3px;
	background-color: #333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.bar1 {
	margin-bottom: 8px
}
.bar2 {
	margin-bottom: 8px
}
.nav_contain .bar1, .nav_contain .bar2, .nav_contain .bar3, .navbar-toggle .navbar-contain {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.nav_contain:hover .bar1 {
}
.nav_contain:hover .bar2 {
}
.nav_contain:hover .bar3 {
}
.navbar-on .bar1 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 16px;
	background-color: #FFF;
}
.nav_contain:hover .navbar-on .bar1 {
	margin-top: 16px
}
.navbar-on .bar2 {
	display: none
}
.navbar-on .bar3 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -10px;
	background-color: #FFF;
}
.nav_contain:hover .navbar-on .bar3 {
	margin-top: -10px;
}
/* sitemap  */


div.col1, div.col2, div.col3, div.col4, div.col5, div.col6 {
	width: calc(16.66% - 2em);
	float: left;
	border-right: 1px solid #CCC;
	padding: 0 1em;
}
div.col6 {
	border-right: 0;
	padding: 0 0 0 1em
}
nav.sitemap > ul {
	margin: 0;
	padding: 0;
}
nav.sitemap > ul li {
	padding-bottom: 1em;
	list-style: none;
}
nav.sitemap > ul li a {
	color: #444;
	text-transform: capitalize;
	font-size: 0.75em;
}
nav.sitemap > ul li a:hover {
	color: #ec5a4f;
	text-transform: capitalize;
}
nav.sitemap > ul li ul {
	margin: 1em 0 0 0;
	padding: 0;
}
/* social links */



nav.social-links {
	margin: 0 0 0 0.5em;
}
nav.social-links ul {
	margin: 0;
	padding: 0
}
nav.social-links ul li {
	list-style: none;
	display: inline-block;
	float: left;
}
nav.social-links ul li a {
	width: 25px;
	height: 19px;
	display: inline-block;
	font-size: 0.75em;
	font-weight: normal;
	color: #F8F4F2;
	margin-right: 1em;
	background-color: #222;
	border-radius: 100%;
	text-align: center;
	padding-top: 6px;
}
a.twitter:before {
	content: "\f099";
	font-family: FontAwesome;
}
a.facebook:before {
	content: "\f230";
	font-family: FontAwesome;
}
a.linkedin:before {
	content: "\f0e1";
	font-family: FontAwesome;
}
a.pinterest:before {
	content: "\f0d2";
	font-family: FontAwesome;
}
a.instagram:before {
	content: "\f16d";
	font-family: FontAwesome;
}
a.email:before {
	content: "\f0e0";
	font-family: FontAwesome;
}
/* slideshow */

div.slideshow {
	position: relative;
	/*height: 100vh;*/
	margin: 0 0 5em 0;
	/*max-height: 768px;*/
}
div.gallery-filters {
	width: 100%;
	text-align: center;
}
div.gallery-filters ul {
	margin: 0;
	padding: 0;
}
div.gallery-filters ul li {
	display: inline;
	margin-right: 1.5em;
}
div.gallery-filters ul li:last-of-type {
	margin-right: 0;
}
div.gallery-filters ul li a {
	display: inline-block;
	font-size: 0.75em;
	text-transform: capitalize;
	color: #444;
}
div.gallery-filters ul li a:hover {
	color: #ec5a4f;
}
div.masthead div.slideshow {
	margin-top: -140px;
	max-height: none;
	/* NEW STYLES - 01/02/18 */
	height: 100vh;
	/* NEW STYLES - 02/02/18 */
	min-height:940px;
}

div.masthead a.default-link {
	color:#FFF;
}


div.cta {
	width:calc(100% - 15vw);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15vw;
	z-index: 9;
}
div.cta h1 {
    margin-bottom: 0.5em;
    width: 65%;
    max-width: 1200px;
}

div.cta a {
	z-index: 9;
	
}
/* top banner */

div.top-banner {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 0 5em 0;
	max-height: 768px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.flexslider {
	margin: 0 0 5em 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0px;
	overflow: hidden;
}
/* home page sections */

div.home-page-intro {
	width: 100%;
	height: auto;
	min-height: 767px;
	overflow: hidden;
	position: relative;
}
div.home-page-intro-text {
	width: 40vw;
	float: right;
}
div.home-page-intro-text h2 {
	text-indent: 3em;
}
div.home-page-intro-bg {
	width: 100vw;
	height: 700px;
	background-image: url(../img/homepage_image1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
}
div.top-section, div.mid-section, div.bottom-section {
	width: 100%;
	height: auto;
	min-height: 500px;
	margin-bottom: 100px;
	position: relative;
	background-size: 860px 500px;
	background-size: 70%;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.top-section {
	background-image: url(../img/lodges.jpg);
	background-position: right bottom;
	position: relative;
}
div.mid-section {
	background-image: url(../img/homepage/our_lodges.jpg);
	background-position: left bottom;
}
div.bottom-section {
	background-image: url(../img/homepage/close_to_nature.jpg);
	background-position: right bottom;
}
div.bg {
    width: 100%;
    height: 200px;
    background-image: url(../img/homepage_image3.png);
    background-repeat: no-repeat;
    background-position: right -557px;
    position: absolute;
    z-index: -1;
    margin-top: -100px;
}
div.top-section div.textbox, div.mid-section div.textbox, div.bottom-section div.textbox {
    background-color: #fffbf1;
    width: 32%;
    height: auto;
    top: 50%;
    padding: 2.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
	left: 8%;
}
div.top-section div.textbox {
	float: left;
}
div.mid-section div.textbox {
	float: right;
	left:auto;right:8%;
}
div.bottom-section div.textbox {
	float: left;
}
div.top-section div.textbox a.default-link, div.mid-section div.textbox a.default-link, div.bottom-section div.textbox a.default-link, div.home-page-intro a.default-link {
	float: right;
	margin-right: 2.5em;
	margin-top: 1em;
}
/* pre-footer */

div.pre-footer {
	text-align: center;
	padding: 4em 0 3em 0;
}
div.pre-footer p {
	width: 30vw;
	margin: 0 auto;
}
a.booking-btn {
	display: inline-block;
	border: 1px solid #231f20;
	padding: 0.5em 1.85em;
	margin-bottom: 1.5em;
	font-family: 'Raleway', sans-serif;
	color: #231f20;
	font-size: 1.5em;
	font-family: 'Ramaraja', serif;
	font-weight: bold;
}
a.booking-btn:hover {
	border: 1px solid #ec5a4f;
	color: #ec5a4f;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
div.roundal {
	width: 100px;
	height: 100px;
	background-image: url(../img/roundal.svg);
	background-size: 90%;
	background-repeat: no-repeat;
	margin: 2em auto 0 auto;
}
/* footer */

footer {
	width: calc(100% - 6em);
	background-color: #333;
	padding: 3em;
	overflow: hidden;
}
div.copyright {
	width: 48%;
	float: left;
	color: #FFF;
}
div.copyright a {
	color: #FFF;
}
div.copyright a:hover {
	color: #ec5a4f;
}
div.footer-right {
	width: 48%;
	float: right;
	text-align: right;
	color: #FFF;
}
footer p {
	font-size: 0.75em;
	margin-bottom: 0;
}
footer p.tel {
	float: right;
}
footer a {
	color: #FFF;
}
footer a.email {
	color: #FFF;
	float: right;
	display: inline;
	margin-right: 2em;
	margin-top: 0.2em;
	font-size: 0.75em;
}
footer a.email:hover {
	color: #ec5a4f;
}
footer a.email::before {
	content: '';
}
/* sitemap link */
nav.footer-nav ul {
	margin: 0;
	padding: 0;
	clear: both;
	margin-top: 3em;
}
nav.footer-nav ul li {
	list-style: none;
}
nav.footer-nav ul li a {
	font-size: 0.75em;
	color: #FFF;
	text-transform: capitalize;
}
nav.footer-nav ul li a:hover {
	color: #ec5a4f;
}
/* footer social links */

nav.footer-social {
	float: right;
	margin: 0 0 0 0.5em;
}
nav.footer-social ul {
	margin: 0;
	padding: 0
}
nav.footer-social ul li a {
	color: #444;
	margin-left: 1em;
	margin-right: 0;
	background-color: #FFF;
}
/* templates */

div.twin-col-text {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 4em;
}
div.twin-col-text div.left-col {
	width: 48%;
	float: left;
}
div.twin-col-text div.right-col {
	width: 48%;
	float: right;
}
/* amenities list */


div.amenities {
	width: 60%;
	height: auto;
	overflow: hidden;
}
div.amenities-top {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 2em 0 1em 0;
	margin-bottom: 2em;
	border-bottom: 1px solid #444;
}
div.amenities div.left-col {
	width: 48%;
	float: left;
}
div.amenities div.right-col {
	width: 48%;
	float: right;
}
div.amenities ul {
	margin: 0;
	padding: 0;
}
div.amenities ul li {
    list-style: none;
    margin-bottom: 2.5em;
    display: block;
    position: relative;
    font-weight: 900;
    font-size: 0.85em;
    height: 30px;
    padding-top: 0px;
    line-height: 30px;
}
div.amenities-bottom {
	width: 100%;
	height: auto;
	overflow: hidden;
}
li.family-friendly, li.kitchen, li.gas-stove, li.lounge, li.shower, li.toilet, li.shop, li.terrace, li.double-cabin, li.king-size-bed, li.single-beds, li.dog, li.gas-hob, li.firepit {
	padding-left: 4em;
}
li.family-friendly::before, li.kitchen::before, li.gas-stove::before, li.lounge::before, li.shower::before, li.toilet::before, li.shop::before, li.terrace::before, li.double-cabin::before, li.king-size-bed::before, li.single-beds::before, li.dog::before,
li.gas-hob::before, li.firepit::before {
	content: '';
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
}
li.family-friendly::before {

	background-image: url(../img/family-friendly-icon.svg);
}
li.kitchen::before {
	
	background-image: url(../img/kitchen-icon.svg);
}
li.gas-stove::before {
	background-image: url(../img/gas-stove-icon.svg);
}
li.lounge::before {
	background-image: url(../img/lounge-icon.svg);
}
li.shower::before {
	background-image: url(../img/shower-icon.svg);
}
li.toilet::before {
	background-image: url(../img/toilet-icon.svg);
}
li.shop::before {
	background-image: url(../img/shop-icon.svg);
}
li.terrace::before {
	background-image: url(../img/terrace-icon.svg);
}
li.double-cabin::before {
	background-image: url(../img/double-cabin-icon.svg);
}
li.king-size-bed::before {
	background-image: url(../img/kingsize-bed-icon.svg);
}
li.single-beds::before {
	background-image: url(../img/single-beds-icon.svg);
}

li.dog::before {
	background-image: url(../img/dog-icon.svg);
}

li.gas-hob::before {
	background-image: url(../img/hob-icon.svg);
}

li.firepit::before {
	background-image: url(../img/firepit-icon.svg);
}


/* staggered content */



div.staggered-content-boxes {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 3em 0;
}
div.staggered-content-boxes div.left-col {
	width: 48%;
	float: left;
	padding-top: 6em;
}
div.staggered-content-boxes div.right-col {
	width: 48%;
	float: right;
}
div.staggered-content-boxes div.left-col div.text-box {
	width: 70%;
	margin: 5em auto 3em auto;
}
div.staggered-content-boxes div.left-col div.text-box p {
	text-align: center;
	font-family: 'Ramaraja', serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
}
div.staggered-content-boxes div.right-col div.text-box {
	width: 70%;
	margin: 5em auto 3em auto;
}
div.staggered-content-boxes div.left-col img, div.staggered-content-boxes div.right-col img {
	max-width: 100%;
	margin-bottom: 2em;
}
/* bottom images */


div.bottom-image {
	width: 100%;
	height: 330px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* link styles */


a.default-link, a.default-link-down {
	font-family: 'Ramaraja', serif;

	display: inline-block;
	color: #ec5a4f;
	text-transform: lowercase;
	position: relative;
	font-weight: 400;
	font-size: 1em;
}
a.default-link::after {
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	top: 2px;
	right: -20px;
	font-weight: 400;
}
a.default-link-down::after {
	content: '\f078';
	font-family: FontAwesome;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 0.55em);
}
a.default-link:hover::after {
	right: -30px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
/* Google map */

#map {
	height: 100vw;
	max-height: 768px;
	width: 100%;
	margin-bottom: 5em;
}
div.contact {
	text-align: center;
}
div.big-bottom div.bottom-image {
	height: 430px;
}
/* contact form */

form {
	width: 100%;
}
div.contact-form {
	width: 90%;
	max-width: 900px;
	margin: 3em auto;
	height: auto;
}
input[type="text"], input[type="email"] {
	width: 50%;
	border: 1px solid #444;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em 0;
	background-color: transparent;
	color: #444;
	font-size: 0.75em;
	margin: 0;
	text-align: center;
	/*text-transform: uppercase;*/
	display: block;
	float: left;
}
input[type="text"]:nth-of-type(1),input[type="text"]:nth-of-type(2) {
	border-bottom: none;
}
input[type="text"]:nth-of-type(2),input[type="email"] {
	border-left:none;
}
textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #444;
	border-top: none!important;
	border-bottom: none!important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0.75em 1em;
	margin: 0;
	background-color: transparent;
	color: #444;
	font-size: 0.75em;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	background-color: #FFF;
}
.default-btn {
	display: inline-block;
	border: 1px solid #231f20;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 1em 0;
	width: 99.9%;
	color: #231f20;
	font-size: 1.2em;
	font-family: 'Ramaraja', serif;
	background-color: transparent;
	cursor: pointer;
	margin: -5px auto 1.2em auto;
	border-radius: 0;
	text-transform: uppercase;
}
.default-btn:hover {
	border: 1px solid #ec5a4f;
	color: #ec5a4f;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.contact-form p {
	text-align: center;
	font-family: mrs-eaves-xl-serif-narrow, serif;
	text-transform: uppercase;
	margin: 3em 0;
	color: #444;
}


/* booking */


div.booking {
text-align: center;
}

/* 404 */

div.fourfour {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
div.fourfour h1 {
	font-size: 10em;
	margin-bottom: 0;
	width: 100%;
}
div.fourfour h2 {
	width: 100%;
}
/* link styles */

a.default-hyperlink {
	color: #444;
}
a.default-hyperlink:hover {
	color: #ec5a4f;
}



/* text styles */

h1 {
	font-family: 'Ramaraja', serif;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: 700;
	margin-bottom: 1em;
}


h2 {
	font-family: 'Ramaraja', serif;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: 400;
	margin-bottom: 1em;
	width: 75%;
}
h3 {
	font-family: 'Ramaraja', serif;
	margin-bottom: 1em;
	text-transform: capitalize;
}
h4 {
}
p {
	font-size: 0.9em;
	line-height: 1.7em;
	margin-bottom: 1em;
	font-weight: 200;
}

.small-text {
	width:600px;
	margin:0 auto 1em auto;
	max-width:92%;
}

img.sage {
	width:272px;
	height: 70px;
	margin:2em auto;
}

/* KF slider */

ul.tabs, ul.prod-tabs {
    height: auto;
    overflow: hidden;
    width: auto;
    padding: 0;
    margin: auto;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	position: absolute;
    margin-top: 725px;
	z-index: 9;
}
ul.tabs li.tab-link.current, ul.prod-tabs li.tab-link.current {
    color: #ec5a4f;
}
ul.prod-tabs li.tab-link {
    width: auto;
	padding: 0 12px;
}
ul.tabs li.tab-link, ul.prod-tabs li.tab-link {
    display: inline-block;
    text-align: center;
    cursor: pointer;
	font-size: 0.75em;
    text-transform: capitalize;
    color: #444;
	-webkit-transition: 300ms all ease-in-out;
	transition: 300ms all ease-in-out;
}
ul.prod-tabs li.tab-link:hover {
	color: #ec5a4f;
}
span.abbey_product {
    display: none;
	opacity: 0;
}
span.abbey_product.current {
    display: block;
	opacity: 1;
}
span.abbey_product.current.fade {
	opacity: 1;
}
div.case_contain {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
div.img_text_contain {
    width: auto;
    clear: both;
    min-height: 585px;
}
div.clear {
	clear: both;
}
.case_study .half-col-img {
    width: 100%;
    margin: 0;
}
.case_study .full-image-col img {
    left: 0;
    width: auto;
    max-height: 700px;
}
.flexslider .slides img {
	/*min-height: 700px;*/min-height:0;
}

#booking-map-img {
	max-width:100%;margin:33px 0 33px;
}
.masthead .slideshow li img {
    display: none;
}
.gallery_wrapper .flexslider {
    height: auto!important;
}
ul.prod-tabs {
	margin-top:52.5%;
}
.prod-tab-container div.img_text_contain {
	min-height:0;
}
	.flex-direction-nav a {
		top: 40%!important;
	}