article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, ul, li, {
 display: block;
 margin:0px;
 padding:0px;
}
html {
	font-size: 100%;
	height: auto !important;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.clear {
	display: block;
	clear: both;
}
.clear::after {
	clear: both;
	content: ".";
	display: block;
	height: 1px;
	visibility: hidden;
}
/*GENERIC STYLES*/
body {
	background: #F5F5F5;
	color: #444;
	-webkit-font-smoothing: antialiased;
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.05em;
	font-weight: 400;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
/*NAV*/
header {
	background: linear-gradient(to left, rgba(54,194,182,0.96) 0, rgba(32,173,45,0.96) 100%);
	border-bottom: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	display: block;
	position: fixed;
	width: 100%;
	z-index: 2000;
	border-bottom: 2px solid #fff;
}
header > nav > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}
header > nav > ul > li {
	flex: 0 1 auto;
	margin: 0;
	padding: 0;
	position: relative;
	transition: all linear 0.1s;
}
header > nav > ul > li:hover {
	background: #2fa8a1;
	color: #FF0;
}
header > nav > ul > li a + div {
	background: linear-gradient(to bottom, rgba(58,162,173,1) 0, rgba(62,188,207,0.96) 100%);
	;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 3px 1px rgba(0,0,0,.05);
	display: none;
	font-size: 1rem;
	position: absolute;
	width: 195px;
}
header > nav > ul > li:hover a + div {
	display: block;
}
header > nav > ul > li a + div > ul {
	list-style-type: none;
}
header > nav > ul > li a + div > ul > li {
	margin: 0;
	padding: 0;
}
header > nav > ul > li a + div > ul > li > a {
	color: rgba(255,255,255,.9);
	display: block;
 font-size: .75rem;
	letter-spacing: 1.5px;
 padding: .25rem 1.5rem;
	text-decoration: none;
	text-transform: uppercase;
}
header > nav > ul > li a + div > ul > li:hover > a {
	background-color: rgba(0,0,0,.15);
}
header > nav > ul > li > a {
	align-items: flex-start;
	color: #fff;
	display: flex;
 font-size: .55rem;
	font-weight: 200;
	max-width: 130px;
	padding: 1rem 1rem;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	transition: all linear 0.1s;
}
header > nav > ul > li > a > div > span {
	color: rgba(255,255,255,.75);
	display: block;
 font-size: .8rem;
	font-style: italic;
	line-height: 1rem;
	max-width: 260px;
}
#head_top {
	height: 30px;
	background: #fff;
	width: 100%;
}
#logo {
	width: 220px;
	height: 150px;
	float: left;
	position: absolute;
	z-index: 2002;
	top: 13px;
	left: 6%;
}
#logo img {
	width: 220px;
	float: left;
}
nav {
	margin-left:6%;
	padding-left:220px;
}
.centre {
	width: 1020px;
	margin: 0px auto;
}
#main {
	width: 1020px;
	margin: 0px auto;
	background: #fff;
	padding: 0px 0px 0px 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2)
}
#col_1 {
	width: 600px;
	float: left;
	padding-left: 5px;
	border-right: 3px double #ddd;
	padding-right: 30px;
}
#col_1 h1 {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#col_1 p {
	width: 600px;
	float: left;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
}
#col_3 {
	width: 99%;
	height: 350px;
	background: url(../images/btm.png) top center no-repeat;
	padding-top: 3px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#col_3 h1 {
	padding-left: 10px;
}
#col_3 h1:hover {
	color:#ea1456;
}

#col_2 {
	width: 370px;
	float: left;
	text-align: center;
}
#col_2 p {
	font-family: 'Crimson Text', serif;
	font-size: 18px;
}
.footer {
	width: 1020px;
	margin: 0px auto;
}
.footer p {
	float: left;
	width: 1000px;
	text-align: left;
	color: #999;
	margin: 0px;
	padding: 0px;
}
.footer p span {
	float: right;
	text-align: right;
}
.footer a {
	color: #C60 !important;
	text-decoration: none !important;
}
.clearfloat {
	height: 0;
	font-size: 1px;
	line-height: 0px;
	width: 100%;
	display: block;
	float: none;
	clear: both;
	padding-bottom: 20px;
}
.demo {
	width: 100%;
	margin: 0 auto;
	display: block;
}
#floatdiv {
	position: absolute;
	width: 300px;
	height: 300px;
	
	
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0px 8px rgba(93,5,113,.4);
	z-index: 4000;
}
#closeButton {
	cursor: pointer;
}
/*** Carousel-related styles ***/
/* Containers */
.carousel {
	display: block;
	overflow: hidden;
	position: relative;
	width: 400px;
	margin: 10px auto;
}
.carousel-container {
	border: 1px solid #cccccc;
	margin: 20px 40px;
	display: block;
	overflow: hidden;
	width: 99%;
	margin: 0 auto;
}
.carousel-wrapper, .carousel-wrapper2 {
	clear: both;
	height: auto;
	overflow: hidden;
	margin: 0;
}
.carousel-element {
	width: 100%;
	height: 280px;
	float: left;
	margin: 0;
	padding: 0;
	border: 1px;
}
/* Text */
.infos {
	background: #e5e5e5;
	display: block;
	padding: 4px;
}
.infos p {
	margin: 0;
	padding: 0px !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
.infos p a {
	text-decoration: underline;
	color: #e16f00;
	text-transform: lowercase;
}
.carousel-element span.t1 {
	color: #53b9ff;
	font-size: 24px;
	text-transform: uppercase;
}
.carousel-element span.t2 {
	color: #0b7cc3;
	font-size: 16px;
	text-transform: uppercase;
}
.carousel-element span.t3 {
	color: #e37a00;
	font-size: 20px;
}
.carousel-element span.t3 span {
	font-size: 28px;
	font-weight: bold;
}
.carousel-element span.t1, .carousel-element span.t2, .carousel-element span.t3 {
	display: block;
	text-align: center;
	line-height: 34px;
}
/* Prev/Next nav */
.carousel-nav, .carousel-index {
	display: block;
	margin: 0 auto;
}
.carousel-nav {
	position: absolute;
	margin-top: -40px;
	width: 100%;
	clear: both;
	float: left;
}
.carousel-nav .precedent {
	float: left;
	display: block;
	margin-left: 15px;
	margin-top: 0;
	background: #e5e5e5;
	color: #800f6a;
	
	width: 80px;
	padding: 5px 0px 5px 15px;
	border:1px solid #DCC1D7
}

.carousel-nav:hover .precedent {
	background: #800f6a;
	color: #fff;
}
.carousel-nav .suivant {
	float: right;
	display: block;
	margin-right: 15px;
	margin-top: 0;
	background: #e5e5e5;
	text-align: center;
	color: #800f6a;
	width: 80px;
	padding: 5px 10px 5px 5px;
	border:1px solid #DCC1D7
}

.carousel-nav:hover .suivant {
	background: #800f6a;
	color: #fff;
}
/* Numbered nav */
.carousel-index {
	display: block;
	margin: 0px auto;
	width: 26%;
	position: absolute;
	bottom: 1px;
	left: 38%;
	z-index: 3000;
}
.carousel-index a {
	display: block;
	padding: 0px 5px;
	text-align: center;
	float: left;
	text-decoration: none;
	margin: 3px;
	background-color: #fff;
	color: #800f6a;
	border: 1px solid #dcc1d7;
	width: 18px;
}
.carousel-index a:hover, .carousel-index a.clic {
	display: block;
	padding: 0px 5px;
	text-align: center;
	float: left;
	text-decoration: none;
	margin: 3px;
	background-color: #800F6A;
	color: #fff;
	border: 1px solid #bbb;
}
/* Responsive slider */
.responsive {
	width: 100% !important;
}
.demo-centering {
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 30px 40px 30px;
	-webkit-transition: padding .4s ease-out;
}
h1 {
	font-size: 24px;
	font-family: 'Crimson Text', serif;
	color: #800f6a;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.tabs {
	display: block;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 1020px;
	position: relative;
	margin-top: -150px;
	z-index: 1000;
}
.tabs * {
	transition: all 350ms cubic-bezier(.7, .5, .3, 1);
}
.tabs li {
	counter-increment: tab;
	display: inline;
	perspective: 350px;
	float: left;
	height: 90px;
	opacity: 0;
	overflow: hidden;
	padding-top: 100px;
	position: relative;
	transform-origin: 50% 0;
	transform: translateY(400px);
	transition: all 600ms cubic-bezier(.3, .7, .1, 1);
	width: 33%;
	vertical-align: top;
	z-index: 200;
}
/* Initial transition */

.tabs li:nth-child(2) {
	transition-delay: 150ms;
}
.tabs li:nth-child(3) {
	transition-delay: 300ms;
}
.ready .tabs li {
	opacity: 1;
	transform: translateY(0);
}
.tabs li .fold {
	backface-visibility: hidden;
	transform-style: preserve-3d;
}
/* Tab heading */

.tabs li h3 {
	backface-visibility: hidden;
	background: #800f6a;
	color: #FFF;
	font-size: 15px;
	line-height: 50px;
	margin: 0;
	height: 50px;
	text-transform: uppercase;
}
.tabs li h3:before {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-origin: content-box;
	background-size: contain;
	border: 2px solid rgba(255, 255, 255, .2);
	border-radius: 100%;
	color: rgba(255, 255, 255, .6);
	content: counter(tab);
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 400;
	height: 24px;
	line-height: 25px;
	margin: 10px 10px 0 10px;
	text-align: center;
	width: 24px;
}
/* Revealed copy */

li .fold p {
	backface-visibility: hidden;
	background: #222;
	color: #222;
	font-size: 12px;
	line-height: 140%;
	height: 55px;
	margin: -1px 0 0;
	padding: 5px 15px 15px;
	transform: rotateX(-60deg);
	transform-origin: 50% 0;
}
/* Call to action */

.tabs li .more {
	backface-visibility: hidden;
	border: 1px solid #ccc;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
	bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	box-shadow: inset 0 4px 2px -3px rgba(0, 0, 0, .3);
	color: #a51188;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	left: 0;
	line-height: 43px;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	padding: 0 15px;
	width: 100%;
}
.tabs li:before, .tabs li:after {
	background: #444;
	backface-visibility: hidden;
	content: '';
	display: block;
	width: 2px;
	height: 6px;
	position: absolute;
	transform-origin: 50% 50%;
	z-index: 2;
}
.tabs li:before {
	bottom: 19px;
	right: 20px;
	transform: rotate(-45deg);
}
.tabs li:after {
	bottom: 15px;
	right: 20px;
	transform: rotate(45deg);
}
/* Tab hover */

.tabs li:hover .fold {
	transform: translateY(-75px);
}
.tabs li:hover h3 {
	background: #800f6a;
}
.tabs li:hover .more {
	color: #ea1456;
}
li:hover .fold p {
	transform: rotateX(0deg);
	background: #4c033f;
	color: #eee;
	outline: 1px solid transparent;
}
li:hover:before, li:hover:after {
	background: #111;
}
 @media only screen and (max-width:800px) {
.tabs {
	width: 600px;
}
.tabs li {
	width: 49%;
}
.tabs li:nth-child(3) {
	display: none;
}
}
 @media all and (max-width: 768px) {
.demo-centering {
	padding: 0 0 40px 0;
}
}
 @media (min-width: 990px) {
header > nav > ul > li > a {
	max-width: 500px;
	font-size: 1rem;
	line-height: 1.5rem;
}
header > nav > ul > li > a > div > span {
	margin: 4px 0 0;
}
}
/*inner*/



header {
	width: 100%;
	float: left;
}
section {
	width: 100%;
	float: left;
}
footer {
	width: 100%;
	float: left;
	height: 60px;
	background: #222;
}
#about {
	width: 1000px;
	margin: 0px auto;
}
.munnar {
	width: 100%;
	float: left;
	box-shadow: 0px 5px 10px rgba(0,0,0,.2);
	padding: 10px;
	color: #444;
	background: #fff;
}
.munnar ul {
	margin: 0px;
	padding: 0px;
}
.munnar li {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	height: 200px;
}
.munnar p {
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
}
.serv3 {
	width: 350px;
	float: left;
	margin: 20px 10px 0px 20px;
	border: 2px solid #ddd;
	overflow: hidden;
}
.serv3 figure {
	width: 500px;
	height: 175px;
	overflow: hidden;
	margin: 0px;
}
.serv3 figure img {
	-webkit-transition: margin 1.3s ease;
	-moz-transition: margin 1.3s ease;
	-o-transition: margin 1.3s ease;
	-ms-transition: margin 1.3s ease;
	transition: margin 1.3s ease;
}
.serv3 figure:hover img {
	margin-left: -150px;
	cursor: pointer;
}
.serv4 {
	margin-top: 10px;
	width: 600px;
	min-height: 130px;
	font-size: 14px;
	line-height: 22px;
	color: #444;
	padding: 8px 0px;
	padding-left: 10px;
	text-align: justify;
	float: left;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(left, #f4f4f4 0%, #f6f6f6 53%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f4f4f4), color-stop(53%, #f6f6f6), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f4f4f4 0%, #f6f6f6 53%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f4f4f4 0%, #f6f6f6 53%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f4f4f4 0%, #f6f6f6 53%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to right, #f4f4f4 0%, #f6f6f6 53%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
.serv4 h2 {
	font-size: 19px;
	font-family: 'Crimson Text', serif;
	color: #0d5aa2;
	margin: 5px 0px;
}
/*tariff*/ 

.tariff {
	width: 100%;
	float: left;
	padding-left: 20px;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 10px;
}
.tariff h2 {
	font-size: 16px;
	color: #0d5aa2;
	margin: 5px 0px;
}
.tariff h1 {
	margin-bottom: 20px;
}
.tariff strong {
	color: #C00;
}
.tariff b {
	color: #2a918d;
}
.tariff p {
	color: #800f6a;
	font-weight: bold;
}
.tar_1 {
	width: 300px;
	float: left;
	border: 1px solid #A6D8D6;
	background: #E2F9F8;
}
.tar_1 li {
	border-bottom: 1px solid #A6D8D6;
	text-align: center;
	max-height: 70px;
	min-height: 40px;
	padding-top: 10px;
}
.tar_2 {
	width: 400px;
	float: left;
	text-align: center;
	border: 1px solid #A6D8D6;
	background: #E2F9F8;
}
.tar_2 li {
	border: 1px solid #A6D8D6;
	border-left: none;
	border-right: none;
	border-top: none;
	text-align: center;
	max-height: 70px;
	min-height: 40px;
	padding-top: 10px;
}
/*contact*/

#contact {
	width: 100%;
}
#contact form {
	margin: 20px 0px 40px 0px;
	width: 450px;
	float: left;
}
#contact form {
	margin-bottom: 30px;
}
#contact form li {
	height: 30px;
	margin: 8px;
	width: 100%;
}
#feedback {
	width: 500px;
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
}
#feedback button {
	display: block;
	background: #80106b;
	color: #fff;
	padding: 5px 10px;
	float: left;
	margin-left: 90px;
	border:0;
	margin-top:20px;
}
#feedback button:hover {
	background: #0d5aa2;
}
#contact form li input {
	height: 20px;
	width: 220px;
	float: left;
}
#contact form li textarea {
	width: 220px;
	min-height: 80px;
	float: left;
}
#contact form label {
	width: 80px;
	float: left;
	font-size: 15px;
}
#address {
	width: 400px;
	float: left;
	margin-top: 70px;
	padding: 30px 20px;
	background: rgb(201,239,238); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(201,239,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(201,239,238,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(201,239,238,1) 0%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(201,239,238,1) 0%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(201,239,238,1) 0%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(201,239,238,1) 0%, rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9efee', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#address p {
	font-size: 15px;
}
#gallery h1 {
	margin-left: 20px;
}
#gallery ul {
	padding-top: 10px;
}
#gallery li {
	width: 150px;
	height: 90px;
	display: block;
	float: left;
	margin-left: 14px;
	margin-bottom: 20px;
}
#gallery li img {
	width: 140px;
	height: 90px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
#gallery li img:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
#accomodation {
}
#accomodation .droom {
	width:450px;
	float:left;
	margin:10px 18px;
	border:2px solid #fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.3);
}
#accomodation .droom h3 {
	text-align:center;
	color:#060;
	margin:5px 0px;
}
#accomodation .droom img {

	
	width:100%;
}

#facility h1 {
	margin-bottom: 8px;
}
#facility ul {
	margin: 10px 20px 20px 20px;
}
#facility li {
	height: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
#facility {
	font-size: 14px;
	text-align: justify;
	color: #444;
	padding: 0px 20px;
	line-height: 22px;
	margin-bottom: 10px;
}
#facility img {
	border: 2px solid #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.4);
	float: left;
	margin: 0px 20px 10px 0px;
}
