@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
/*{transition:all .3s ;  -o-transition:all 1s;  -moz-transition:all 1s ; -webkit-transition:all 1s ;}*/

img {
	vertical-align: middle;
}
body {
	margin: 0px;
	padding: 0px;
	background: #26170c;
}
a {
	outline: none
}
img {
	border: 0px;
	outline: 0px;
	margin: 0px;
	padding: 0px;
}
a img {
	outline: none;
	border: none;
}
@font-face {
	font-family: 'times';
	src: url('../fonts/timr45w.ttf');
	src: url('../fonts/timr45w.ttf') format('truetype'),
}
@font-face {
	font-family: 'NK_Monotype Corsiva';
	src: url('../fonts/NK_Mono.eot?') format('eot'), url('../fonts/NK_Mono.woff') format('woff'), url('../fonts/NK_Mono.ttf') format('truetype'), url('../fonts/NK_Mono.svg#NK_MonotypeCorsiva') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Colaborate-Thin';
	src: url('../fonts/ColabThi.eot?') format('eot'), url('../fonts/ColabThi.woff') format('woff'), url('../fonts/ColabThi.ttf') format('truetype'), url('../fonts/ColabThi.svg#Colaborate-Thin') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: ' Perpetua-Titling-MT-Light';
	src: url('../fonts/Perpetua.ttf') format('truetype'),;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'mrseavessmartligromanediroman';
	src: url('../fonts/amaayamodif3-webfont.eot');
	src: url('../fonts/amaayamodif3-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/amaayamodif3-webfont.woff') format('woff'), url('../fonts/amaayamodif3-webfont.ttf') format('truetype'), url('../fonts/amaayamodif3-webfont.svg#mrseavessmartligromanediroman') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {
	outline: none
}
h1 {
	font-family: 'Perpetua-Titling-MT-Light';
	font-size: 30px;
	color: #543f3a;
	font-weight: normal;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);*/
	padding: 0px 0 0px 0px;
	margin: 0px 0 10px 0;
	line-height: 30px;
}
h1 a {
	color: #543f3a;
	text-decoration: none
}
h1 a:hover {
	color: #8e6646;
	text-decoration: none
}
h3 {
	font-family: mrseavessmartligromanediroman;
	font-size: 30px;
	color: #745339;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
	padding: 0px;
	margin: 0px
}
h3 a {
	color: #745339;
	text-decoration: none
}
h3 a:hover {
	color: #896243;
	text-decoration: none
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #826955;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 10px 0 0;
	text-align: justify;
}
p a {
	color: #826955;
	text-decoration: none
}
.center {
	text-align: center;
}
.clear {
	clear: both
}
.new-paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #826955;
	font-weight: normal;
	text-align: center;
	line-height: 18px;
	padding: 0px 0 0 0;
}
.new-paragraph a {
	color: #826955;
	text-decoration: none
}
.color1 {
	color: #d0a992;
}
/***TOP MENU***/
#navbar {
	width: 100%;
	height: auto;
	background: #140b04;
}
#navbar .nabar-inner {
	max-width: 1200px;
	height: 41px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#navbar .nabar-inner .nav-collaps {
	width: 150px;
	height: 41px;
	position: absolute;
	right: 0px;
	background: url(../images/nav-bar-icon.jpg) no-repeat right center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #665345;
}
#navbar .nabar-inner .nav-collaps a {
	color: #665345;
	text-decoration: none;
	display: block;
	text-align: right;
	padding: 10px 20px 0 0
}
#navbar .nabar-inner .nav-collaps a:hover {
	color: #b07e59;
}
#navbar .nabar-inner #links {
	width: auto;
	position: absolute;
	right: 0px;
	z-index: 9999;
}
#navbar .nabar-inner #links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navbar .nabar-inner #links ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #665345;
	text-align: center;
	float: left;
	cursor: pointer;
}
#navbar .nabar-inner #links ul li a {
	color: #665345;
	text-decoration: none;
	padding: 12px 16px 10px 18px;
	display: block;
}
#navbar .nabar-inner #links ul li a:hover {
	color: #a3846d;
	text-decoration: none;
}
#navbar .nabar-inner #links ul li:last-child a {
	padding: 12px 14px 10px 14px;
	margin: 0px;
}
#navbar .nabar-inner #links ul li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*display:none;*/
	background: #140b04;
	position: absolute;
	right: 0px;
	display: none;
	z-index: 99999
}
#navbar .nabar-inner #links ul li:hover > ul {
	display: block;
	opacity: 1;
	z-index: 99999
}
#navbar .nabar-inner #links ul li ul li {
	margin: 0px;
	padding: 0px;
	float: none;
	border-bottom: #332113 solid 1px;
}
#navbar .nabar-inner .leed-small {
	width: 29px;
	height: 29px;
	position: absolute;
	left: 0px;
	top: 5px;
	display: none;
}
#navbar .nabar-inner .errormessage {
	width: 200px;
	height: 29px;
	position: absolute;
	left: 60px;
	top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #665345;
}
/************header*section************/

#header {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: #140b04 solid 4px;
	background: #26170c;
	position: relative;
	z-index: 0
}
#header .header-inner {
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden
}
#header .header-inner #logo {
	width: 306px;
	height: 97px;
	float: left;
}
#header .header-inner .leed-logo-big {
	width: 50px;
	height: 50px;
	float: right;
	margin: 24px 0 0 0;
}
/*************HOME SLIDER SECTION***************/
#home-slide-box {
	width: 100%;
	 
	background: url(../images/slider_bg.jpg) no-repeat center top;
	background-size: auto;
}
#home-slide-box .slider-inner {
	max-width: 1200px;
	height: auto;
	margin: 0 auto 0;
	position: relative;
	z-index: 0;
}
#home-slide-box .slider-inner .slider {
	width: 100%;
}
#home-slide-box .slider-inner .slider img {
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
/******************Home slider Caption***************************/
#home-slide-box .slider-inner .sliderImage {
	text-align: right;
	position: absolute;
	padding: 10px 0px 0px 0;
	width: 100%;
	height: 109px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	bottom: 0px;
	z-index: 100;
}
.sliderImage h6 {
	font-weight: normal;
	font-size: 26px;
	font-family: Perpetua-Titling-MT-Light/*Colaborate-Thin*/;
	color: #543f3a;
	padding: 10px 20px 0 0;
	text-transform: none;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, .9);
	position: inherit;
	right: 0px;
	line-height: 35px
}
.sliderImage h6 a {
	color: #543f3a;
	text-decoration: none
}
.sliderImage h6 span {
	font-family: Perpetua-Titling-MT-Light;
	font-size: 40px;
	color: #543f3a;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, .9);
	padding: 0px;
	margin: 0px;
}
.sliderImage h6 p {
	/*width:420px;*/ 

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #e5e5e5;
	font-weight: lighter;
	text-align: right;
	padding: 0px 0 0 0;
	margin: 0px;
}
.sliderImage h6 p a {
	color: #e5e5e5
}
.sliderImage .details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #b89b7a;
	font-weight: normal;
	padding: 0px 15px 0 15px;
	line-height: 19px;
	text-align: left;
	position: inherit;
	left: 0px;
	bottom: 5px;
}
.sliderImage .details a {
	color: #b89b7a;
	text-decoration: none
}
.detailsmobile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b89b7a;
	font-weight: normal;
	padding: 10px 15px 10px 15px;
	line-height: 17px;
	text-align: left;
	background: #140b04;
	display: none;
	text-align: center
}
.detailsmobile a {
	color: #b89b7a;
	text-decoration: none
}
/********************************Home*mid*section************************************/

#mid-section {
	max-width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.mid {
	width: 100%;
	height: 133px;
	padding: 6px 0 0 0
}
.mid-first-container {
	width: 540px;
	height: 115px;
	background: #2b1b0f;
	float: left;
	padding: 5px 21px 13px 21px;
	text-align: justify
}
.mid-first-container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #826955;
	font-weight: normal;
	line-height: 18px;
	padding: 10px 0 0 0;
	text-align: left
}
.mid-second-container {
	width: 205px;
	height: 115px;
	background: #332113;
	float: left;
	text-align: center;
	padding: 18px 0 0 0
}
.mid-third-container {
	width: 205px;
	height: 115px;
	background: #412c1b;
	float: left;
	text-align: center;
	padding: 18px 0 0 0
}
.project-state {
	font-family: Perpetua-Titling-MT-Light;
	font-size: 25px;
	color: #745339;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .7);
	padding: 0px 0 0 0
}
.enter {
	width: 117px;
	height: 28px;
	border-radius: 7px;
	background: #684930;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bc9c82;
	margin: 7px auto 0
}
.enter a {
	color: #bc9c82;
	display: block;
	text-decoration: none;
	padding: 7px 0 5px 0;
}
.enter:hover {
	background: #725035
}
/*************************************Footer*section*********************************************/
#footer {
	max-width: 1200px;
	height: 35px;
	background: #3d2717;
	border-top: #4f3824 solid 1px;
	padding: 0px 0 0 20px
}
#footer .powerdby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #745339;
	float: left;
	padding: 4px 230px 5px 0
}
#footer .powerdby a {
	color: #745339;
	text-decoration: none
}
#footer .powerdby:last-child {
	padding: 4px 30px 0 0;
	float: right;
	text-align: right
}
/**********************************linkpage****************************************************/



#mid-part {
	max-width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 0;
}
.mid-center {
	width: 100%;
	height: auto;
	background: url(../images/bg.jpg) repeat;
	overflow: hidden;
}
/****************************
          panache
************************************/
.panache-left {
	width: 241px;
	height: auto;
	float: left;
	padding-left: 10px;
	padding-top: 15px
}
.panache-left-heading {
	font-family: 'Perpetua-Titling-MT-Light';
	font-size: 25px;
	color: #7b5341;
	padding-bottom: 15px;
}
.panache-left-heading span {
	font-family: 'Perpetua-Titling-MT-Light';
	font-size: 16px;
	color: #d0a990;
}
.panache-left .panache-left-text {
	font-family: 'Perpetua-Titling-MT-Light';
	font-size: 16px;
	color: #d0a990;
	text-align: left;
	width: 100%;
	padding-top: 5px;
	overflow: hidden;
}
.panache-left .panache-left-text .text {
	font-family: 'Perpetua-Titling-MT-Light';
	font-size: 16px;
	color: #d0a990;
	text-align: left;
	width: 85%;
	float: left;
}
.panache-left .panache-left-text .text1 {
	font-family: 'Perpetua-Titling-MT-Light';
	font-size: 16px;
	color: #d0a990;
	text-align: left;
	width: 8%;
	padding-top: 2px;
	float: left;
}
.panache-left img {
	margin: 0 auto;
	height: auto;
}
.panache-right {
	width: 75%;
	height: auto;
	min-height: 500px;
	float: right;
	margin: 0 0 0 0;
	background: #2b1b0f;
	background: rgb(43,27,15);
	background: rgba(43, 27, 15, .5);
	padding: 10px
}
/************slide****************/

#link-page {
	width: 100%;
	height: auto;
	background: url(../images/slider_bg.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
}
.slideinner {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}
.slideinner img {
	margin: 0px auto 0;
	width: 100%;
	height: auto;
	padding: 0px;
}
/******************************contact us*left******************************************/
.contact-rpage-left {
	width: 355px;
	height: auto;
	overflow: hidden;
	padding: 10px 0 0 10px;
	float: left;
}
.contact-rpage-left h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #543f3a;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
	margin: 0px;
	padding: 0px 0 10px 10px
}
.contact-rpage-left .companyname {
	font-family: 'Perpetua-Titling-MT-Light';
	font-size: 14px;
	color: #bb9984;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
	padding: 0px 0 0px 10px;
	margin: 0px;
	line-height: 25px;
	text-align: left
}
.contact-rpage-left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f8f8f8;
	line-height: 25px;
	padding: 0px 0 0px 10px;
}
.contact-rpage-left p a {
	color: #f8f8f8;
	text-decoration: none
}
.contact-rpage-left p span {
	color: #bb9984
}
/******************************contact us*right******************************************/
.contact-page-right {
	width: 534px;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	float: right;
	background: #2b1b0f;
	background: rgb(43,27,15);
	background: rgba(43, 27, 15, .5);
	padding: 10px 0 10px 90px
}
.contact-page-right h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #543f3a;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
	margin: 0px;
	padding: 0px 0 10px 0px
}
.contact-page-right span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #bb9984;
}
.contact-page-right form {
	padding: 0px;
	margin: 0px 0 40px 0
}
.contact-page-right form .mainform {
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.contact-page-right form .mainform label {
	float: left;
	height: auto;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bb9984;
	margin-right: 20px;
}
.contact-page-right form .mainform label input[type='text'] {
	width: 220px;
	height: 30px;
	background: #FFF;
	border: none;
	margin-top: 10px;
}
.contact-page-right form .mainform label input[type='text']:focus {
	background-color: #fbe5d6
}
.contact-page-right form .mainform label textarea {
	width: 456px;
	height: 80px;
	background: #FFF;
	border: none;
	margin-top: 10px;
}
.contact-page-right form .mainform label textarea:focus {
	background-color: #fbe5d6
}
.contact-page-right form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #543f3a;
	margin-top: 15px;
}
.contact-page-right form p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bb9984;
}
.contact-page-right form .mainform label input[type='checkbox'] {
	width: 20px;
	height: 20px;
	margin: 0 0 0 0;
	float: left
}
.contact-page-right form .mainform label input[type='checkbox']:focus {
	background-color: #fbe5d6
}
.contact-page-right form .mainform label input[type='submit'] {
	width: 60px;
	height: 30px;
	background: #ececec;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none
}
.contact-page-right form .mainform .capchaimg {
	width: 100px;
	height: auto;
	float: left;
	background: #CCC;
}
.contact-page-right form .mainform .capchaimg img {
	width: 100px;
	height: auto;
}
.contact-page-right form .mainform .security input[type='text'] {
	width: 150px;
	height: 30px;
	float: left;
	margin-left: 15px;
}
/****************************Panache life slider*********************************/
#inline4 {
	display: none;
	width: 1020px;
	height: 508px;
	overflow: hidden
}
.frame {
	border: 0px;
	width: 1020px;
	height: 508px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.frame1 {
	border: 0px;
	width: 1020px;
	height: 508px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
/****************************Panache life slider*********************************/





/****************************Rankikhet home*********************************/
.ranikhet-logo {
	float: right;
	width: 196px;
	height: 88px;
	padding: 10px 0 0 0
}
/***************************Ranikhet home slider**********************************/

.projectslidebox {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.project-home-slider {
	width: 965px;
	height: auto;
	overflow: hidden;
	float: left;
}
.project-home-slider img{ width: 100%}

.project-home-menu {
	width: 235px;
	height: auto;
	float: right;
	background: #412c1b;
	overflow: hidden;
}
.project-home-menu .unveiled-soon {
	width: 90%;
	height: 398px;
	font-family: Calibri;
	font-size: 20px;
	color: #866f5d;
	text-align: center;
	padding: 20px 0 0 0;
	border-bottom: dashed #624630 1px;
	margin: 0 auto 0
}
.project-home-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding: 0px 10px 0 10px
}
.project-home-menu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 214px;
	height: 45.6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #866f5d;
	border-bottom: dashed #624630 1px;
}
.project-home-menu li a {
	color: #866f5d;
	text-decoration: none;
	padding: 10px 0 10px 10px;
	display: block
}
.project-home-menu ul li:hover {
	background: #4b331f;
}
.project-home-menu ul li:last-child {
	border-bottom: none;
	padding-top: 2px;
	padding-bottom: 2px
}
/***************project mid section***************/
.project-mid-center {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 8px;/* background: rebeccapurple; */
}
/********project section left***********/
.project-mid-center .project-left {
	width: 947px;
	height: auto;
	min-height: 155px;
	background: #2b1b0f;
	float: left;
	padding: 17px 0 5px 18px;
	overflow: hidden;
}
.project-mid-center .project-left h1 {
	font-family: Perpetua-Titling-MT-Light;
	font-size: 24px;
	color: #543f3a;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
	text-transform: none;
}
.project-mid-center .project-left p {
	width: 730px;
	text-align: justify;
	line-height: 16px;
	padding: 0px 0 0 0;
	font-style: normal
}
/********project section Right***********/
.project-mid-center .project-right-ranikhet {
	width: 235px;
	height: auto;
	min-height: 160px;
	background: url(../projects/ranikhet/images/th-logo.png) no-repeat #3d2717 center center;
	float: left;
	padding: 35px 0 35px  0px;
}
.project-right-ranikhet .ranikhet-project-right {
	font-family: 'Perpetua-Titling-MT-Light';
	font-size: 40px;
	color: #bb9984;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
	padding-top: 40px;
	line-height: 35px;
}
.project-right-ranikhet .ranikhet-project-right a {
	color: #d0a992;
	text-decoration: none
}
.project-right-ranikhet .ranikhet-project-right span {
	font-family: 'Perpetua-Titling-MT-Light';
	font-size: 26px;
	color: #d0a992;
}
.project-right-ranikhet .ranikhet-project-right span a {
	color: #d0a992;
	text-decoration: none
}
/************Panache essensial *left************/
.panache-essential-slider {
	max-width: 1200px;
	height: 373px;
	overflow: hidden;
	margin: 0px auto 0;
	padding: 0px;
}
.panache-essential-slider img{ width: 100%}
.panache-sub-essen {
	width: 200px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #83624c;
	float: left;
	line-height: 19px;  /*background:#25170d;*/
	padding: 10px 10px 0px 0;
	height: auto;
	overflow: hidden
}
.panache-points {
	float: left;/*background:#25170d;*/
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	height: auto;
	overflow: hidden
}
.panache-points ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.panache-points ul li {
	margin: 0px;
	padding: 0px 0 5px 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #83624c;
	list-style-position: inside;
	width: 240px;
}
/******************panache essential right*********************/


.panache-essen-right {
	width: 235px;
	height: auto;
	min-height: 160px;
	background: #3d2717;
	float: left;
	padding: 17px 0 0 0px
}
.panache-essentials-leftheading {
	font-family: 'Perpetua-Titling-MT-Light';
	font-size: 16px;
	color: #bb9984;
	padding: 0 0 0 15px
}
.panache-essentials-leftheading a {
	color: #d0a992;
	text-decoration: none
}
.right-bottom-menu {
	width: auto;
	height: auto;
	overflow: hidden;
}
.right-bottom-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.right-bottom-menu ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #83624c;
	list-style-image: url(../images/arrow-casa.jpg);
	list-style-position: outside;
	border-bottom: dashed #2e1c0f 1px;
	width: 176px;
	margin: 0 auto;
}
.right-bottom-menu ul li a {
	color: #83624c;
	text-decoration: none;
	display: block;
	padding: 8px 0 8px 0;
	height: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
}
.right-bottom-menu ul li a:hover {
	color: #ca9a78;
}
.prev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #83624c;
	list-style-image: url(../images/arrow-casa1.jpg);
	list-style-position: outside;
	border-bottom: dashed #2e1c0f 1px;
	width: 176px;
	margin: 0 auto;
}
.prev a {
	color: #83624c;
	text-decoration: none;
	display: block;
	padding: 8px 0 8px 0;
	height: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
}
.prev a:hover {
	color: #ca9a78;
}
.casa-right-pagination {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 15px 0 0 0;
}
.casa-right-pagination .pageleft {
	width: 100px;
	float: left;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #755338;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
	background: url(../images/arrow-sprite.jpg) no-repeat -11px 2px;
	padding: 0 0 0 15px;
	margin: 0 0 0 10px
}
.casa-right-pagination .pageleft a {
	color: #755338;
	text-decoration: none;
	width: 100px;
	height: 20px;
	display: block;
}
.casa-right-pagination .pageleft a:hover {
	color: #9d6f49;
	text-decoration: none;
}
.casa-right-pagination .pageleft:hover {
	background: url(../images/arrow-sprite-hover.jpg) no-repeat -11px 2px;
}
.casa-right-pagination .pageright {
	width: 80px;
	height: 25px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #755338;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
	background: url(../images/arrow-sprite.jpg) no-repeat 84px 2px;
	padding: 0 15px 0 0;
	text-align: right;
	margin-right: 10px
}
.casa-right-pagination .pageright a {
	color: #755338;
	text-decoration: none;
	width: 80px;
	height: 20px;
	display: block;
	padding: 0 15px 0 0;
}
.casa-right-pagination .pageright a:hover {
	color: #9d6f49;
	text-decoration: none
}
.casa-right-pagination .pageright:hover {
	background: url(../images/arrow-sprite-hover.jpg) no-repeat 84px 2px;
}
/**************panache essential internal****************************/

.panache-points-inter {
	float: left;
	background: none;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	height: auto;
}
.panache-points-inter ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.panache-points-inter ul li {
	margin: 0px;
	padding: 0px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #83624c;
	list-style-position: inside;
	width: 205px;
	list-style-type: disc;
	list-style-position: outside
}
.term-con {
	width: 300px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #755338;
	padding: 0 10px 10px 0;
	text-align: right;
	float: right;
	clear: both
}
/*****************Location Around Panache*********************/
.textslide {
	display: none;
}
/******************Location Season****************************************/	

.season {
	width: 210px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px
}
.season p:first-child {
	font-family: 'Perpetua-Titling-MT-Light';
	font-size: 16px;
	padding: 10px 0 5px 0
}
.season span {
	padding: 0 0 0 20px
}
.weather-wedget {
	width: 300px;
	height: auto;
	position: absolute;
	z-index: 9999999;
	top: 20px;
	left: 20px;
}
.wedget {
	width: 270px;
	height: 112px;
}
.weather-wedget .pc {
	display: block;
}
.weather-wedget .tab {
	display: none;
}
/************************panceh Distance***************************/

.panache-distance-inter {
	float: left;
	background: none;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	height: auto;
}
.panache-distance-inter ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.panache-distance-inter ul li {
	margin: 0px;
	padding: 0px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #83624c;
	list-style-position: inside;
	width: 300px;
	list-style-type: disc;
	list-style-position: outside
}
/****************************direction*map************************************/
.direction_button {
	width: 153px;
	height: 36px;
	float: right;
	padding: 0 20px 0 0
}
.direction-map {
	width: 1020px;
	height: 8100px;
}
#direction-img {
	width: 1020px;
	height: 585px;
}
.direction-print {
	width: 100%;
	height: 50px;
	background: #26150e;
}
.direction-print-img {
	width: 32px;
	height: 32px;
	float: right;
}
.direction-print-text {
	float: right;
	padding: 13px 20px 0 5px
}
#inline5 {
	width: 1003px;
	overflow: hidden;
	height: 689px;
	display: none;
}
/*************google locator***********/
.map-locator {
	width: 1003px;
	height: 373px;
}
/***********site map**************************/
#inline6 {
	width: 800px;
	overflow: hidden;
	height: 1298px;
	display: none
}
#inline6 img {
	width: 100%;
	height: auto;
}
#sitemap-rightpage {
	margin-top: 130px
}
/***************Casa selva *statistics***************/
.statics {
	width: auto;
	height: auto;
	overflow: hidden;
}
.statics ul {
	margin: 0px;
	padding: 0px 0px 0 0;
	list-style: none;
	float: left;
	width: 230px;
}
.statics > ul:nth-child(1) {
	width: 180px;
}
.statics > ul:nth-child(3) {
	width: 260px;
}
.statics ul li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #83624c;
	list-style-position: inside;
	border-bottom: dashed #2e1c0f 1px;
	width: auto;
}
#inline7 {
	display: none;
	width: 100%;
	height: auto
}
.casa-celva {
	width: 1000px;
	height: 552px;
}
#inline8 {
	display: none;
	width: 1020px;
	height: 508px;
	overflow: hidden;
}
#inline8 .image-gallery {
	width: 1020px;
	height: 508px
}
/******************Casa Pascolo***********************/
#inline9 {
	width: 1000px;
	height: 563px;
	display: none;
	overflow: hidden
}
.floorbox {
	width: 1000px;
	height: 563px;
}
/**********************Casa Vellverde*******************************/
#inline10 {
	width: 1000px;
	height: 626px;
	display: none;
	overflow: hidden
}
.floorbox-vellverde {
	width: 1000px;
	height: 626px;
}
/********************************Snow css***************************************************/	

#panache-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 0;
	/*display:block; */
	top: 0px;
	margin: 0 auto;
}
/**********************faq****************************/	  
	  
.faq-trans-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #826955;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 10px 0 0;
}
/*************************Faq section**********************************/
.faq-section-box {
	width: 98%;
	height: auto;
	overflow: hidden
}
.faq-section-box ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.faq-section-box ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin: 10px 0 5px 0;
}
.faq-section-right {
	width: 225px;
	height: auto;
	min-height: 160px;
	/*background:#3d2717;*/
	float: left;
	margin: 17px 0 0 10px;
}
.faq-section-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.faq-section-right ul li {
	margin: 0px 0 10px 0;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #755338;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
	height: auto;
}
.faq-section-right ul li a {
	color: #755338;
	text-decoration: none
}
/************masoori curtain******************/

.project-home-slider-mussoorie {
	width: 965px;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative
}
.project-home-slider-mussoorie img {
	width: 100%;
	height: auto;
}
.project-home-slider-mussoorie .unveiled-soon {
	width: 100%;
	height: auto;
	font-family: Calibri;
	font-size: 26px;
	color: #866f5d;
	text-align: center;
	padding: 220px 0 0 0;
	margin: 0 auto 0;
	position: absolute;
	z-index: 99999999
}



@media(min-width: 979px){
  .d-flex{
    display: flex;
}  
}