/* Import other css */
@import url('reset.css');
@import url('social-icons.css');
@import url('comments.css');
@import url('elements.css');


/* GENERAL ------------------------------------------------------------*/


.clearfix{ clear:both; }


.wrapper,
#main{
	margin: 0 auto; 
	position: relative;
}

body{
	background:#D8D8D8;
	color: #333;
	font-family:"proxima-nova",sans-serif;
}

body p{
	margin-bottom: 10px;font-size: 14px;font-family: "proxima-nova",sans-serif;
}

body a{
	text-decoration: none;
	color: #444;
	
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

body a:hover{
	color: #fe8300;
}

#logo{
	position: absolute;
	z-index: 9999;
	width: 140px;
	height: 110px;
	background:#F0F0F0;
	top: 0px;
	margin-top: -24px;
	-webkit-box-shadow:0px -1px 6px 2px #8A8A8A;
	-moz-box-shadow:0px -1px 6px 2px #8A8A8A;
	-ms-box-shadow:0px -1px 6px 2px #8A8A8A;
	-o-box-shadow:0px -1px 6px 2px #8A8A8A;
	font-size: 200%;
	padding: 28px 0px 0px 0px;
	text-align: center;
	margin-left: 80px;
}
#logo-link { 
	background: url('../img/site/logo.png') no-repeat 6px 6px;
	padding: 0px 20px 100px 140px;
	background-size:130px 110px;
}
#logo:hover { 
background:#fff;
}
#logo-link:hover{ text-decoration:none; color:#C63;}

._ratetb {width: 95%;text-align: left;margin: 20px auto;}
._ratetb .rupee_sign {
	display: inline-table;
	background: transparent url('../img/IndianRupee-32x32.png') no-repeat;
	width: 14px;
	height: 12px;
	background-size: 12px;
	margin-bottom: 0px;
}
._ratetb .digit {display: inline-table;margin: 0px 0px 0px 4px;}
._extrabutter01 {width: 95%;margin: 0 auto;border-top: #858585 solid 1px;padding-top: 10px;text-align: justify;font-size: 14px;font-family: "proxima-nova",sans-serif; }
._extrabutter01 h3 {font-family: arial; }
._extrabutter01 p {letter-spacing: 0px; }
.tripfooter{position: absolute;margin-top: -68px;}

._top01txt {
	width: 95%;
	margin: 15px auto 5px;
	color: black;
	font-size: 13px;
	text-align: justify;
}
.home-text-syle1{
	padding: 25px 150px 50px 150px;
	font-size: 17px;
	line-height: 30px;
	max-width: 1366px;
	margin: 0 auto;
}
.headline {	
	line-height: 1.5em;
	text-align: center;
	padding: 20px 0px;
	margin: 0px auto 230px;
	background: #D8D8D8;
	max-width: 1366px;	
}
.headline .title {
	color: #444;
	font-size: 36px;
	line-height:30px;
	font-family: Allan, helvetica, arial, sans-serif;
	margin-bottom: 15px;
}
.headline .slogen {
	font-size: 16px;
	margin-top: 11px;
	letter-spacing: 2px;
}
.headline .img-style-box {
	
}
.headline .img-style-box .date {
	position: absolute;
	z-index: 9999;
	width: 105px;
	background: #fff;
	padding: 15px 10px 10px;
	margin: 0px auto 0 220px;
	border-top: rgb(104, 104, 104) solid 6px;
	box-shadow: 0px 3px 4px -1px #575757;
	color: #000;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	height: 25px;
	overflow: hidden;
}
.headline .img-style-box .img {
	background: #fff;
	width: 75%;
	margin: 0 auto;
	padding: 15px;
	border:#F0F0F0 solid 1px;
}
.headline .img-style-box .img img {
	width: 100%;
	height: 100%;
}
.headline .img-style-box .upper_style {
	position: absolute;
	z-index: 9999;
	width: 50%;
	background: #fff;
	padding:25px 60px 40px 60px;
	margin:-100px auto;
	border: #fff solid 1px;
	box-shadow: 0px 3px 4px -1px #B8B8B8;
	color: #000;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: left;
	height: 220px;
	overflow: hidden;
	line-height: 25px;
	left: 0;
	right: 0;
}
.headline .img-style-box .upper_style .title2 {
	font-size: 24px;
	color: rgb(218, 73, 6);
	text-align: center;
}
.headline .img-style-box .upper_style .links  {text-align: center;margin-top: 35px; }
.headline .img-style-box .upper_style .links a {color: rgb(218, 73, 6);font-size: 15px; }
#page-content{
	padding:0px 20px;
	text-align: justify;
	color: rgb(82, 81, 81);
	letter-spacing: 0px;
	font-size: 13px;
	max-width: 1366px;
}
#page-content2 {
	width: 80%;
	margin: 5px auto 20px;
	background: #fff;
	box-shadow: 0px 0px 5px 0px #DFDFDF;-moz-box-shadow: 0px 0px 5px 0px #DFDFDF;-webkit-box-shadow: 0px 0px 5px 0px #DFDFDF;
	-o-box-shadow: 0px 0px 5px 0px #DFDFDF;-ms-box-shadow: 0px 0px 5px 0px #DFDFDF;
	padding: 10px 0;
	border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;
	text-align: center;
	font-size: 14px;font-family: "proxima-nova",sans-serif;
	max-width: 1366px;
}
#page-content2 ._roomsetB {
	width: 25%;
	text-align: center;
	display: inline-table;
	margin-left: 20px;
	padding: 15px 15px 0px;
	background: #F8F8F8;
	border: #DFDFDF solid 1px;
	min-height: 356px;
	margin-bottom: 15px;
 }
#page-content2  ._roomsetB .title { 
 font-weight: 700;
font-size: 16px;
border-bottom: rgb(65, 59, 52) solid 1px;
padding-bottom: 3px;
color: rgb(65, 59, 52);
 }
#page-content2  ._roomsetB .roomimg {
width: 95%;
padding: 0px 0px 5px;
 }
#page-content2  ._roomsetB .description {
font-size: 13px;font-family: "proxima-nova",sans-serif;
text-align: justify;
padding: 0px 5px;
line-height: 18px;
letter-spacing: 0px;
}
._divother-wy01 {width: 95%;margin: 25px auto;padding-left: 60px;text-align: justify;}
._divother-wy01 .part-1 { 
	display: inline-block;
	width: 45%;
	vertical-align: top;
}
._divother-wy01 .part-2 { 
	display: inline-block;
	width: 45%;	
	padding-left: 15px;
	border-left:#DDD9D9 solid 1px;
	margin-left: 15px;
}
._divother-wy01 h3 {font-family: arial;font-size: 16px; }
._divother-wy01 ul { 
list-style:disc;
padding-left: 30px;
font-size: 14px;font-family: "proxima-nova",sans-serif;
letter-spacing: 0px;
line-height: 25px;

}
.image-holder-abt {
	margin: -10px auto 20px;
	background: #fff;
	width: 100%;
}
.image-holder-abtt1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	width: auto;
}
.image-holder-abt2 {
	margin: 0px 10px 10px 10px;
	background: #fff;
	width: 70%;
	display: inline-table;
	text-align: left;
}
.image-holder-abt img,.image-holder-abt2 img, .image-holder-abtt1 img {
	width: 100%;
	height: 100%;
	border-radius:3px;
}
#page-content-full{
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 24px;
	padding-bottom: 60px;
}

.home-block-heading{
	border-bottom: 1px solid #ccc;
	color: #444;
	padding-bottom: 20px;
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 32px;
}

.h-heading{
	border-bottom: 1px solid #ccc;
	color: #444;
	padding-bottom: 20px;
	margin-bottom: 32px;
}

.h-margin{
	margin-bottom: 32px;
}

.block-divider{
	margin-bottom: 120px;
}

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}

.footer-frame { 
	background: #969696;
	padding: 5px 40px;
	color: #E7E6E6;
	font-size: 13px;
	height: 22px;
}
.footer-frame .left { float:left;}
.footer-frame .right { float:right;padding-right: 110px;}

/* MASTHEAD ------------------------------------------------------------*/

#masthead{	
	position: relative;
	margin: 0px auto;
	background: transparent;
	padding-left: 24px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 1);
	padding-top: 20px;
	text-align: center;
	max-width: 1366px;
}

#masthead span{
	line-height: 69px;
}

#masthead .head{
	font-family: arial;
	font-size: 25px;
	color: #473F3F;
	letter-spacing: 1px;
	text-shadow: 2px 2px 3px #D3D3D3;
	text-transform: uppercase;
}

#masthead .subhead{
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #888;
	margin-left: 21px;
}

#masthead .breadcrumbs{
	position: absolute;
	overflow: hidden;
	top: 24px;
	right: 24px;
	height: auto;
	font-size: 13px;
	color: #444;
}

#masthead .breadcrumbs a{
	text-decoration: none;
	color: #888;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#masthead .breadcrumbs a:hover{
	color: #fe8300;
}

#masthead .breadcrumbs li{
	display: inline;
}

/* HEADINGS ------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{
	font-family: arial, sans-serif;
	color: #444;
}

h1{ font-size: 28px; }

h2{ font-size: 22px; }

h3{ font-size: 18px; }

h4{ font-size: 16px; }

h5{ font-size: 13px; }

h6{ font-size: 11px; }


h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading{
	margin-bottom: 21px;
}


/* HEADER ------------------------------------------------------------*/

header{
	position: relative;
	height: 40px;
	/*background: url(../img/header.png)  repeat-x center center;*/
	background:#ddd9cd;
	display: block;
	width: 100%;
}

/* NAVIGATION ------------------------------------------------------------*/


nav{

	
	line-height: 1.8em;
}

nav a{
	text-decoration: none;
	color: #acacac;
}

#nav{
	margin-left: 270px;
}

#nav li{
	display: inline-block;
	font-size: 12px;
	margin-right: -3px;
	letter-spacing: 1px;
}

#nav>li>a{
	display: block;
	overflow: hidden;
	padding: 8px 10px 0px 6px;
	color: #fff;
	background: rgba(0,0,0,.0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: solid #969696 5px;
}
#nav>li>a.home-top-icon {background: url('../img/Home_top-icon.png') no-repeat 0px 0px;padding: 18px 16px 10px 8px;margin-right: 2px;}
#nav>li>a:hover,
#nav>li.current-menu-item>a,
#nav>li.current_page_item>a{
	background: #303232;
	background: rgba(0,0,0,.2);
	border-bottom: solid #1c1d1d 5px;
}
#nav>li>a.home-top-icon:hover {background: url('../img/Home_top-icon.png') no-repeat 0px 0px;border-bottom: solid #1c1d1d 5px; }
#nav>li.current-menu-item>a,
#nav>li.current_page_item>a{
	/*color: #fe8300;*/ color: #FFFFFF;
}

#nav>li>a>.subheader{
	color: #717171;
	display: block;
	font-size: 11px;
	margin-top: -8px;
	font-weight: lighter;
}

#nav .sf-sub-indicator{
	float: right;
}

#nav>li>a>.sf-sub-indicator{
	display: none;
}
#nav li a.enquirehead { background: rgb(170, 23, 23);border-bottom: solid rgb(170, 23, 23) 5px;}

/* sub navigation -----------------------------------------------------*/

#nav>li ul{
	display: block;
	margin-top:10px;
	background: #FFFFFF;
	border-bottom:#ddd solid 1px;
}


/* MOBILE NAVIGATION ------------------------------------------------*/

#mobile-nav-holder{
    z-index: 1000;
    background: #191a1a;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}

#mobile-nav{
	display: none;
    padding-top: 20px;
    padding-bottom: 30px;
}

#mobile-nav-holder a{
	display: block;
	padding: 7px 14px;
	text-decoration: none;
	color: #f5f5f5;
	font-size: 13px;
	font-weight: lighter;
	
	-webkit-transition: all  0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#mobile-nav-holder li a{
	border-bottom: 1px solid #222;
}

#mobile-nav-holder li:last-child a,
#mobile-nav-holder li > ul a{
	border: none;
}

#mobile-nav-holder li > ul a{
	color: #888888;
	margin-left: 30px;
}

#mobile-nav-holder a:hover,
#mobile-nav-holder a:focus {
	background: #0d0d0d; 
}

#mobile-nav-holder a:hover{
	padding-left: 20px;
}

#mobile-nav-holder #nav-open{
	background: #191a1a; 
	position: absolute;
	right: 0px;
	
	z-index: 2000;
}

#mobile-nav-holder #nav-open a{
	display: block;
	padding: 7px 14px;
	
		
}

#mobile-nav-holder #nav-open a:hover,
#mobile-nav-holder #nav-open a:focus{
	background: #191a1a;
}

#mobile-nav-holder #nav-open:hover a{
	color: #cccccc;
}

#mobile-nav > .current-menu-item > a,
#mobile-nav > .current_page_item > a{
	color: #fe8300;	
}

/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half,
.one-third{	
	float:left;
	margin-bottom: 40px;
	margin-right: 4.54%;
	position:relative;
}

.one-half{ 
	width: 47.72%;
}

.one-third{ 
	width: 30.30%;
}

.last {
	clear:right;
	margin-right:0 !important;
}

/* MAIN ------------------------------------------------------------*/

#main{
		
}

#main #content{
	position: relative;
	display: block;
	width: 100%;
	margin:0 auto;
	background:#D8D8D8;
	padding-bottom: 1px;
}

/* SOCIAL --------------------------------------------------------*/

#social-bar{
	position: fixed;
	bottom: 0px;
	z-index: 10000;
	right: 20px;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 10px 2px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#social-bar ul{}
#social-bar li{
	display: inline;
	padding-left: 0px;
}
#social-bar a{ text-decoration:none; }
#social-bar img { border:0px;width: 22px; }

/* FEATURED ------------------------------------------------------------*/

.featured{ padding-bottom: 70px; }

.featured figure{
	position: relative;
	float: left;
	width: 252px;
	margin-left: 24px;
	margin-bottom: 21px;
}

.featured figure .thumb{
	display: block;
	background: url(../img/plus.png) no-repeat center center;
	margin-bottom: 21px;
	
	-webkit-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	-moz-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
}

.featured figure .thumb:hover img{
	opacity: 0.15;
}

.featured figure:hover .link{
	display: block;
}

.featured figure img{
	max-width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.featured figure .heading{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #444;
	font-size: 16px;
	display: block;
	margin-bottom: 14px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.featured figure .heading:hover{
	color: #fe8300;
}

.featured figure .link{
	display: none;
	position: absolute;
	top: -2px;
	right: 10px;
	background: url(../img/ribbon-link.png) no-repeat top left;
	width: 33px;
	height: 61px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.featured figure .link:hover{
	top: 0px;
}


/* PORTFOLIO ------------------------------------------------------------*/

.featured.portfolio-list{
	margin-top: 70px;
}

.project-heading{
	margin: 44px 24px 44px 24px;
}


.project-heading h1{
	float: left;
	margin-right: 20px;
}

.project-heading .launch{
	display: block;
	float: left;
	text-decoration: none;
	color: #888;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.project-heading .launch:hover{
	color: #fe8300;
}

.project-description{
	float: left;
	margin-left: 24px;
	width: 528px;
	margin-bottom: 40px;
}


.project-info{
	float: left;
	margin-left: 24px;
	width: 252px;
	margin-bottom: 40px;
}

.project-info strong{
	color: #444;
}


.project-pager{
	overflow: hidden;
	margin: 0px 24px 0px 24px;
	padding-bottom: 50px;
}

.project-pager a{
	text-decoration: none;
	color: #444;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.project-pager a:hover{
	text-decoration: none;
	color: #fe8300;
}

.project-pager .prev-project{
	float: left;
}

.project-pager .next-project{
	float: right;
}

/* RELATED PROJECTS ---------------------------------------------------*/

.related-projects{
	display: block;
	background:#eaeaea;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 24px 0px 50px 0px;
}

.related-heading{
	font-weight: bold;
	color: #444;
	margin: 0px 0px 24px 24px;
}

.related-projects .related-list{
	display: block;
}

.related-projects  figure{
	display: block;
	float: left;
	margin-left: 24px;
	width: 252px;
}

.related-projects .thumb{
	display: block;
	background: url(../img/plus.png) no-repeat center center;
	margin-bottom: 21px;
	
	-webkit-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	-moz-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
}

.related-projects .thumb:hover img{
	opacity: 0.15;
}

.related-projects figure img{
	max-width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.related-projects .heading{
	text-decoration: none;
	font-style: normal;
	color: #444;
	text-align: center;
	display: block;
	margin-bottom: 14px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.related-projects .heading:hover{
	color: #fe8300;
}

/* RETRACTIL SIDEBAR ------------------------------------------------------------*/

aside.retractil{
	position: absolute;
	top: 110px;
	left: 125px;
	background: #F1F1F1;
	width: 250px;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
}

aside.retractil #sidebar-opener{
	cursor: pointer;
	margin: 8px 20px;
	color: #444;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside.retractil #sidebar-opener:hover{
	color: #fe8300;
}

aside.retractil #sidebar-closer{
	display: none;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside.retractil #sidebar-closer:hover{
	opacity: 0.5;
}

aside.retractil #sidebar-content{
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 50px;
	display: none;	
}


aside.retractil #sidebar-content a{
	text-decoration: none;
	color: #888;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside.retractil #sidebar-content a:hover{
	color: #444;
}

/* HOME-GALLERY ------------------------------------------------------------*/


.home-gallery{ 
	display: block;
	padding-bottom: 70px;
}

.home-gallery li{ 
	display: block;
	float: left;
	margin-left: 24px;
	margin-bottom: 21px;
	width: 252px;
}

.home-gallery .thumb{ 
	line-height: 0em;
	display: block;
	background: url(../img/plus.png) no-repeat center center;
	-webkit-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	-moz-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	box-shadow: 3px 3px 0px rgba(0,0,0,.2);
}

.home-gallery img{
	max-width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-gallery .thumb:hover img{
	opacity: 0.15;
}

/* TEXT POSTS ------------------------------------------------------------*/

.text-posts{
	overflow: hidden;
	padding-bottom: 70px;
}

.text-posts li{
	display: block;
	float: left;
	margin-left: 24px;
	margin-bottom: 21px;
	width: 252px;
}

.text-posts .heading{
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #444;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.text-posts .heading:hover{
	color: #fe8300; 
}

/* BLOG ------------------------------------------------------------*/

#posts-list,
#post-content{
	width: 70%;
	float: left;
	margin-bottom: 24px;
	margin-left: 10px;
	text-align: justify;
}

#posts-list2{padding: 0px 10px 25px;text-align: left;}
#posts-list2 h2{margin: 10px 0px 2px;}
#posts-list2 .blog-image img {width: 100%;}

#post-content .content-area{
	padding-bottom: 50px; 
}

#posts-list article{
	margin-bottom: 40px;
}


#posts-list .feature-image,
#post-content .feature-image{
	width: 100%;
	margin-bottom: 21px;
	background: url(../img/plus.png) center center no-repeat;
	line-height: 0em;
	background-size: 100%;
}
#posts-list .blogger-image {width: 100%;margin-bottom: 21px;line-height: 0em;}
#posts-list .feature-image img,
#post-content .feature-image img{
	max-width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#posts-list .blogger-image img {max-width: 100%;	}
#posts-list .feature-image:hover img,
#posts-content .feature-image:hover img{
	opacity: 0.2;
}

#posts-list .post-heading,
#post-content .post-heading{
	display: block;
	text-decoration: none;
	color: #444;
	line-height: 1em;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .post-heading:hover{
	color: #fe8300;
}

#posts-list .meta,
#posts-list2 .meta,
#post-content .meta{
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-style: italic;
	font-size: 11px;
}

#posts-list .meta a,
#post-content .meta a{
	color: #444;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .meta a:hover,
#post-content .meta a:hover{
	color: #fe8300;
}

#posts-list .excerpt, #posts-list2 .excerpt{
	margin-bottom: 15px;
	font-size: 14px;font-family: "proxima-nova",sans-serif;
}

#posts-list .read-more, #posts-list2 .read-more{
	background: #eaeaea;
	padding: 5px 10px;
	text-decoration: none;
	color: #888;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .read-more:hover,#posts-list2 .read-more:hover{
	color: #fff;
	background: #fe8300;
}

/* SIDEBAR ------------------------------------------------------------*/

#sidebar, #sidebar2 {
	width: 26%;
	display: inline-table;
	margin: 0px 10px 10px 0px;
	vertical-align: top;
	text-align: justify;
}
#sidebar2 {width: 71%;}

#sidebar a, #sidebar2 a{
	color: #444;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#sidebar a:hover, #sidebar2 a:hover{ color: #fe8300; }

#sidebar h4, #sidebar2 h4{
	margin-bottom: 10px;
}

#sidebar .block, #sidebar2 .block{
	padding: 16px;
	background: #eaeaea;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	margin-bottom: 24px;
	font-size: 14px;font-family: "proxima-nova",sans-serif;
	letter-spacing: 0px;
}
#sidebar .block #blogarch .cat-item a.current {color: rgb(170, 23, 23);font-weight: bold;}


/* PAGER ------------------------------------------------------------*/

.pager{
	overflow: hidden;
	display: block;
	font-size: 11px;
	margin: 0px 24px 0px 24px;
	padding-bottom: 50px;
}

.pager li{
	display: block;
	margin-right: 5px;
	float: left;
}

.pager li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	color: #484848;
	width: 20px;
	border: 1px solid #ccc;
	line-height: 20px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pager li.active a,
.pager li:hover a{
	color: #fff;
	background: #fe8300;
}

.pager .paged{
	float:right;
	font-style:italic;
}

.addrmarker{background: rgb(252, 250, 250);padding: 5px;}
.addrmarker p{background: url('../img/mark.png') no-repeat left 2px;background-size: 28px;padding: 0px 0px 16px 38px;border-bottom: 1px #A8A8A8 dotted;}
.addrmarker p:last-child{border-bottom:0px;}
.addrmarker b{display: block;}
/* CONTACT ------------------------------------------------------------*/


#map{
	display: block;
	height: 300px;
	width: 100%;
	margin-bottom: 24px;	
}

.address-block li{
	padding-left: 20px;margin-bottom: 5px;
}

.address-block .address{ background: url(../img/icon-address.png) no-repeat top left  }

.address-block .phone{ background: url(../img/icon-phone.png) no-repeat top left}

.address-block .mobile{ background: url(../img/icon-mobile.png) no-repeat top left; margin-top: 10px; }

.address-block .email{ background: url(../img/icon-email.png) no-repeat top left }


/* FOOTER ------------------------------------------------------------*/

footer{
	background: 
		url(../img/footer-line.png) repeat-x top left,
		url(../img/noise.png);
	background-color: #e6e5e1;
	min-height: 100px;
	
	text-shadow: 0 1px rgba(255, 255, 255, .9);	
}

footer a{
	color: #444;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer a:hover{
	color: #fe8300;
}

footer .wrapper{
	margin: -60px auto 0;
	text-align: center;
	width: 80%;
}

#footer-cols{
	padding-top: 100px;
	padding-left: 40px;
	text-align: left;
}

#footer-cols>li{
	display: block;
	float: left;
	margin-bottom: 20px;
}

#footer-cols>li{
	display: block;
	float: left;
	width: 30%;
	margin-left: 24px;	
}

#footer-cols h4{
	margin-bottom: 21px;
}

#footer-cols>li.first-col{
	
}

#footer-cols>li.second-col{
width: 280px;
}

#footer-cols>li.third-col{ margin-right: 0px;width: 200px; }
#footer-cols>li.forth-col{ margin-right: 0px;width: 220px; }
#footer-cols>li.forth-col ._fb {display: inline-table;margin: -10px 0px 0px 8px;}
footer #to-top{
	display: none;
	width: 68px;
	height: 68px;
	margin: 0 auto;
	background: url(../img/to-top.png) no-repeat;
	cursor: pointer;
}

footer #to-top:hover{ opacity: 0.7 }


/* WIDGETS ------------------------------------------------------------*/


.recent-post{
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
}


.recent-post .thumb{
	display: block;
	float: left;
	line-height: 0em;
	background: #fff;
	padding: 3px;
	
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.3); 
	box-shadow: 0px 0px 4px rgba(0,0,0,.3); 
}

.recent-post .post-head{
	float: left;
	width: 184px;
	margin-left: 7px;
	font-size: 13px;
	line-height: 1.5em;
}


.recent-post .post-head span{
	display: block;
	font-size: 11px;
	color: #888888;
}
/*====================== New Menu =================*/
.wrapper2 { background:#969696;height: 40px;}
#nav2 {
	text-align: center;
}
#nav2 li { 
	display: inline-block;
	font-size: 13px;
	margin-right: -5px;
	padding: 8px 10px 9px;
	margin-top: 0px;
	border-collapse: collapse;
	letter-spacing: 1px;
}
#nav2 li.search {
	border-left: #B3B3B3 solid 1px;
	border-right: #B3B3B3 solid 1px;
}
#nav2 li.search .search-field {
	width: 60px;
	height: 20px;
	padding: 3px 5px 3px 25px;
	background: #ECECEC url('../img/icon-search.png') no-repeat 6px 7px;
	border: #ddd9cd solid 1px;
	border-radius: 3px;
}
#nav2 li.search .search-field:focus {
	width:100px;
	background-color:#fff;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	
}
#nav2 li a {color: rgb(77, 77, 77); }
#nav2 li a:hover  { color: rgb(0, 0, 0); }

/*---------------------- Enquire form ------------------*/
._win_overlay {background: rgba(0, 0, 0, 0.8);position: absolute;width: 100%;height: 100%;z-index: 100000;top: 0px;left:0px;display:none;overflow:hidden;}
._win_enquire_part {
	width: 780px;
	margin: 10% auto 0;
	padding: 10px;
	background: #666 url('../img/32 Enquiry.jpg');
	background-size: 100%;
	height: 430px;
	overflow: hidden;
	display: none;
	z-index: 100000;
	position: absolute;
	left: 0;
	right: 0;	
}
._win_enquire_part #enquireForm {width: 95%;margin: 10px auto 0px; }
._win_enquire_part #enquireForm .heading {color: white; }
._win_enquire_part #enquireForm input[type=text] {padding: 3px 3px;border: #FFF solid 1px;width:200px;}
._win_enquire_part #enquireForm label {float: left;padding-right: 10px;color: white;width: 80px;}
._win_enquire_part #enquireForm textarea {padding: 3px 3px;border: #FFF solid 1px;width:200px;}
._win_enquire_part #enquireForm .frmline {line-height: 35px; }
._win_enquire_part #enquireForm input[type=button] {background: #226922;border: #3E9E49 solid 1px;padding: 3px 14px;font-size: 13px;font-weight: 700;color: white;letter-spacing: 1px;cursor:pointer;}
._win_enquire_part #enquireForm  #warning {margin:5px 0 0px 82px;color: rgb(152, 245, 152);font-size: 13px;letter-spacing: 0px;}
._win_enquire_part #enquireForm  #warning #error {color: rgb(255, 181, 181); }
._win_enquire_part ._winclose {
	background: url('../img/close.png') no-repeat right 0px;
	width: 97%;
	height: 22px;
	position: absolute;
	z-index: 100000;
	margin-top: -7px;
	cursor: pointer;
	left: 0;
	right: 0;
	padding-right: 20px;
}
._win_enquire_part #enquireForm  #warning  #success { margin-left: -60px;font-size: 14px;letter-spacing: 1px;width: 40%;}

