/*
Template Name: Yatri Kathmandu Suits & Spa;
Author Name: Mahesh Shrestha;
Author URI: ;
*/
html, body{
  	font-family: 'Open Sans', sans-serif;
  	background: #FFf;
  	margin: 0; 
  	padding: 0; 
  	font-size: 14px;

}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
a.inquiry-btn:focus {
color:#fff;
background:#b58031;
}	
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
a:hover, a:focus {
	color: #B58031;
	text-decoration: none;
	outline: none;
}
.left-align {
	text-align: left;
}
.right-align {
	text-align: right;
}
.center-align {
	text-align: center;
}
.left-float {
	float: left;
}
.right-float {
	float: right;
}
.uppercase {
	text-transform: uppercase;
}
.pln {
	padding-left: 0px;
}
.prn {
	padding-right: 0px;
}
.pln input[type="text"] {
	border-left: 0px !important;
}
/*-- Start Header--*/
	.top-header{
	    background: rgba(49, 25, 31,1);
	}
	.sticky {  
	    position: fixed !important;  
	    width: 100%;  
	    left: 0;  
	    top: 0;  
	    z-index: 100;  
	    border-top: 0;
	    background: rgba(49, 25, 31,.8); !important;
	}
	.logo{
		padding-top: 1em;
		position: absolute;
		z-index: 1;
	}
	.logo img {
		width: 180px;
	}
	.secondary-menu {
	    padding: 10px 15px 13px;
    	background: #B58031;
    	border-radius: 0 0 20px 0px;
	}
	.secondary-menu ul li {
		display: inline-block;
	}
	.secondary-menu ul li a {
		color: #fff;
		font-size: 12px;
		padding: 0 10px;
	}
	.secondary-menu ul li:last-child a {
	    font-weight: 700;
	    color: #FFFFFF;
	    border-radius: 5px;
	    background: #AE0000;
	    padding: 13px;
	}
	.secondary-menu ul li a:hover {
		color: #31191F;
	}

	.top-menu{
		padding-top: 5px;
	}
	.top-menu ul {
		text-align: center;
	}
	.top-menu ul li {
		display:inline-block;
		margin: 0 0 0 17px;
	}
	.top-menu ul li a{
	    font-size: 12px;
    	display: block;
    	font-weight: 600;
    	color: #fff;
    	border-top: 2px solid transparent;
    	padding: 20px 0px 20px;
		text-transform: uppercase;
	}
	.navbar-collapse {
		padding-right: 0px;
	}
	.top-menu ul li:last-child {
		margin-right: 0px;
	}
	.top-menu ul li a:hover, .top-menu ul li.active a{
		color:#fff;
		border-top:2px solid #C68F2D;
	}
	.dropdown-menu > .active > a {
		background: none;
	}
	.nav > li {
		position: none;
	}
	.dropdown-menu {
        background: rgba(49, 25, 31,.7);
	}
	.dropdown-menu li a {
		color: #fff !important;
		border-top: none !important;
		text-transform: none !important;
		font-size: 13px !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.nav {
	}
	.dropdown:hover .dropdown-menu {
    	display: block;
    	width: 100%;
	}
	.dropdown-menu .sub-menu {
	    left: 100%;
	    position: absolute;
	    top: 0;
	    visibility: hidden;
	}
	.dropdown-menu li:hover .sub-menu {
    	visibility: visible;
	}
	.dropdown-menu li a:hover {
	}
	.mb-menu .dropdown:hover .dropdown-menu {
		display: none;
	}
/*-- End Header--*/

/*-- Start Banner --*/
	.banner{
		background:#00CCFF;
		min-height:300px;
		padding:2em 0 4em 0;
	}
	.banner-info h3{
		color:#fff;
		font-weight: 200;
		margin-bottom:12px;
	}
	.banner-info h3 label{
		font-weight:600;
	}
	.banner-info h1{
		color:#fff;
		font-weight:bold;
		border-top:1px dashed rgba(255, 255, 255, 0.59);
		width:30%;
		margin:0 auto;
		padding:16px 0 23px 0;
		font-size:3em;
	}
	.banner-info span{
		display:block;
		border-top:1px dashed rgba(255, 255, 255, 0.59);
		width:20%;
		margin:0 auto;
	}
	.banner-info ul li{
		display:inline-block;
		position:relative;
	}
	.banner-info ul li a{
		font-size:20px;
		display:block;
		color:#fff;
		font-weight:100;
		margin:1em;
	}
/*-- End Banner --*/

/* Start Booking Room --*/
	.online_reservation{
	    z-index: 10;
	    margin-top: -46px;
	    position: relative;
	}
	.reservation h3 {
		display: none;
	}
	.reservation .b_availForm{
		font-family: 'Open Sans', sans-serif;
		background: rgba(49, 25, 31,0.9);
	    box-shadow: 2px 25px 30px -12px;
		overflow: hidden;
		color: #B58031 !important;
		border: none !important;
	}
	.reservation #b_editDates form {
		border-radius: 0px !important;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		-o-border-radius: 0px !important;
		-ms-border-radius: 0px !important;
	}
	.reservation .b_availFormInner {
		background: transparent;
		padding: 10px 25px !important;
	}
	.reservation h4 {
		font-weight: normal;
		padding-bottom: 5px;
		font-size: 14px !important;
	}
	#b_availSubmit input {
		text-transform:capitalize;
		background: #B58031 !important;
		border: 3px solid #B58031 !important;
		font-family: 'Open Sans', sans-serif;
		color: #2A2E33 !important;
		outline: none;
		cursor: pointer;
		font-weight:bold;
		padding: 7px 20px !important;
		height: 34px;
		margin-top: 9px;
	}
	#b_availSubmit input:hover{
		background: transparent;
		border: 3px solid #fff !important;
		color: #fff;
	}
	.b_availDatesInner {
		margin-right: 25px;
	}
	.b_availDatesInner select {
		height: 34px !important;
	}
	#b_checkout_day, #b_checkin_day {
		width: 50px !important;
		margin-right: 10px;
	}
	#b_checkin_month, #b_checkout_month {
		width:200px !important;
	}
/*-- End Reservation Form --*/
	.section {
		padding: 50px 0;
	}

/*-- Start Why Us Block*/
	h3.title {
		font-family: "Berkshire Swash",sans-serif; 
		font-size: 3em;
		margin-bottom: 20px;
	}
	section.whyus .tick div {
		font-weight: bold;
	}
	section.whyus .tick .individual {
		margin-top: 15px;
	}
	section.whyus .tick p {
		font-size: 13px;
		padding-left: 23px; 
		font-weight: normal;
	}
	section.whyus .tick p a{
		text-decoration: underline; 
	}
	section.whyus .tick p a:hover{
		color: #ffd700;
	}
/*-- End Why Us Block --*/

/*-- Start Welcome Block --*/
	.welcome-block {
		border-top: 1px solid #939597; 
	}
	.effects .img {
		margin: 15px 0;
	}
	.amenities li label {
		font-weight: bold;
	}
	.amenities li span {
		display: block;
	}
	.amenities li {
	    font-size: 15px;
	    list-style: none;
	    width: 100%;
	    clear: both;
	    margin-bottom: 16px;
	    overflow: hidden;
	}
	.cards {
		background:url('../images/packages-bg.jpg');
		height: 40px;
		width: 100px;
	}
/*-- End Welcome Block --*/


/*-- Start Packages --*/
	.packages {
		color: #fff; 
		background: url('../images/packages-bg.jpg'); 
		background-repeat: no-repeat; 
		background-size: cover;
		-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,1);
	    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,1);
	    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,1);
	}
	.packages p.text {
		font-size: 14px; 
		text-shadow: 2px 1px #000;
	}
	.packages .individual {
		margin-top: 20px;
	}
	.packages .individual a {
		color: #fff;
	}

	.packages .individual-package {
		background: rgba(49, 25, 31,.8); 
		color: #fff; 
		padding: 80px 0;
	}
	.packages .individual-package:hover {
		background: #fff; 
		color: rgb(42,46,51); 
		box-shadow: -2px 3px 30px -5px rgba(42, 46, 51, 1);
	}
	.packages .individual-package .description{
		font-size: 40px; 
		line-height: 1
	}
	.packages .individual-package .price{
		font-size: 30px; 
	}
/*-- End Packages --*/

/*-- Start Room --*/
	.rooms {
		padding: 30px 0;    
		-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
		-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    	background: url(../images/rooms.jpg) repeat-y 0px 0px;
    	background-size: cover;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	}
	.rooms .items li, .page-bg .items li {
		display: inline-block;
		margin-bottom: 7px;
	}
	section .view-all{
		margin-top: 15px;
	}
	section .view-all i {
		font-size: 14 !important;
	}
	section .view-all a:hover {
		color: #B58031;
	}
/*-- End Room --*/

#effect-5 .img{
	    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.76);
}
/*-- Start Footer --*/
	.footer-info {
	    background: #42282E;
	    padding: 4em 0;
	}
	footer .detail h4 {
		color: #fff; 
		font-size: 16px;
	}
	footer .detail .text{ 
		color: rgba(237, 237, 237, 0.87); 
		font-size: 13px; 
		margin-top: 15px;
	}
	footer .detail .text .margin-top{ 
		margin-top: 15px; 
	}
	footer .detail.find-us i{ 
		text-align: center;
    	width: 20px;
	}
	footer .footer-links {
		color: rgba(237, 237, 237, 0.87); 
		font-size: 13px; 
		margin-top: 50px;
	}
	footer .footer-links a {
		color: rgba(237, 237, 237, 0.87);
		border-right: 1px solid #fff;
		padding: 0 10px;
	}
	footer .footer-links a:last-child {
		border-right: none;
	}
	footer .footer-links a:hover{
		color: #B58031;
	}
	footer .newsletter-form {
		margin-top: 15px;
	}
	footer .newsletter-form .button {    
	    background-image: -webkit-linear-gradient(center top, #42282E, #331F24);
	    background-image: -moz-linear-gradient(center top, #42282E, #331F24);
	    background-image: -ms-linear-gradient(center top, #42282E, #331F24);
	    background-image: -o-linear-gradient(center top, #42282E, #331F24);
	    background-image: linear-gradient(to bottom, #42282E, #331F24);
	    border: 1px solid #111;
	    padding: 9px 12px;
	    box-shadow: 0 0px 2px #000;
	    color: rgba(237, 237, 237, 0.87);
	}
	footer .newsletter-form input[type="text"]{
		background-color:#42282E;
		border:1px solid #181818;
		box-shadow: 0 1px 2px rgba(255,255,255,.1), inset 0 1px 2px rgba(0,0,0,.4);
		-moz-box-shadow: 0 1px 2px rgba(255,255,255,.1), inset 0 1px 2px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 1px 2px rgba(255,255,255,.1), inset 0 1px 2px rgba(0,0,0,.4);
		color:#585858;
		padding: 10px;
		color: rgba(237, 237, 237, 0.87);
	}
	footer .newsletter-form .button:hover, footer .newsletter-form .button:focus {
		background: #B58031;
		outline: none;
	}
	.text a {
		color: rgba(237, 237, 237, 0.87);
	}
	.footer-info h6 {
	    text-align: center;
	    color: #fff;
	    padding-top: 3em;
	    font-size: 14px;
	}
	.footer-info h6 a {
	    color: #00CCFF;
	}
	.footer-info .text div {
		margin-bottom: 7px;
	}
/*-- End Footer --*/

/*-- Start Social Icons --*/
	.social-icons {
		box-shadow: 0px -10px 20px 0px #2C1719;
		padding: 15px 0;
	}
	.social-link {
		text-align: center;
	}
	.social-link li{
		display:inline-block;
		margin-right: 10px;
	}
	.social-link li a {
		color: rgba(49, 25, 31,1);
		font-size: 36px;
	}
	li.facebook a:hover {
		color: #3B5998;
	} 
	li.twitter a:hover {
		color: #00ACED;
	}
	li.linkedin a:hover {
		color: #007BB6;
	}
	li.pinterest a:hover {
		color: #CB2027;
	}
	li.trip a:hover {
		color: #458234;
	}
	li.youtube a:hover {
		color: #E52C27;
	}
	li.googleplus a:hover {
		color: #DD4B39;
	}
	li.instagram a:hover {
		color: #517FA4;
	}
	li.wechat a:hover {
		color: #00BC0C;
	}
	li.whatsapp a:hover {
		color: #4DC75A;
	}
	li.viber a:hover {
		color: #7B519C;
	}
	li.skype a:hover {
		color: #00ADEF;
	}
	
/*-- End Social Icons --*/

/*-- Start Inner Page --*/
	h1.page-title span{
		font-family: "Berkshire Swash",sans-serif; 
		padding: 4px 0px; 
		border-top: 3px solid #B58031; 
		border-bottom: 3px solid #B58031;
	}

	/*-- Contact Us --*/
	.map {
	    margin: 6% 0 4%;
	}
	.company_address {
		padding: 10px 0;
		border-top: 1px dotted #2A2E33;
		margin-top: 7px;
	}
	.company_address p {
	    color: #242424;
	    text-shadow: 0 1px 0 #ffffff;
	    line-height:20px;
	    font-size: 12px;
	    font-weight: 600;
	}
	.company_address p a {
    	color: #00B2FF;
    }

    /*-- Room Details --*/
	.room-list .individual .image-container {
		position: relative; 
		margin: 15px 0;
	}
	.room-list .individual .decp {
		padding:10px; 
		position: absolute; 
		z-index: 1; background: 
		rgba(0,0,0,.7); 
		bottom: 0; 
		width: 100%;
	}
	.room-list .individual .decp h5 {
		margin: 0;
	}
	.room-list .individual .decp p.text {
		color: #fff; 
		font-size: 11px; 
	}
	span.next {
	    -o-transition-duration: 1s;
	    -moz-transition-duration: 1s;
	    -webkit-transition: -webkit-transform 1s;
	    background: url(../images/next.png) center no-repeat;
	    height: 100%;
	    width: 100%;
	    position: absolute;
	    bottom: 4px;
	    z-index: 10;
	    opacity: 0;
	    left: 0;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	}
	span.next:hover {
	    opacity: 0.9;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	}
	.image-container img {
		width: 100%;
	}
    .conference-slider {
	    position: relative;
	    width: 100%;
	    margin: 0 auto;
	}
    .rslides_tabs {
	    text-align: center;
	    width: 100%;
	    position: absolute;
	   /*-- bottom: -64px;--*/
	    z-index: 999;
	}
	.conference-rslide {
	    position: relative;
	    list-style: none;
	    overflow: hidden;
	    padding: 0;
	    margin: 0;
	}
	.rslides_tabs li {
	    display: inline;
	}
	.rslides_tabs li a img {
		border: 1px solid #31191F;
		padding: 5px;
	}
	.rslides_tabs li.rslides_here a img {
		border: 1px solid rgb(132, 129, 129);
	}
	.sub-title {
		margin-bottom: 5px;
	}
    /*-- End Room Details --*/


	.right-listing > a{
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		float: left;
	}
/*-- End Inner Page --*/
	.feature {
	    position: absolute;
	    top: 35px;
	    background: #31191F;
	    color: #fff;
	    padding: 10px;
	    z-index: 1;
	    border-radius: 3px;
	    display: none;
	}
	.bb1 {
		position: relative;
	}
	.bb1 a {
		font-weight: bold;
	}
	.bb1:hover .feature {
		display: inherit;
	}
	.arrow-up {
		width: 0;
	    height: 0;
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-bottom: 10px solid #31191F;
	    position: absolute;
	    top: -9px;
	    left: 35%;
	}
	.feature li:first-child {
		font-weight: bold;
	}
	.feature li{
		width: 100%;
		padding-bottom: 5px;
		list-style: none;
	} 
	.feature img {
		width: 250px;
	}
/*-- Thank You --*/
	.thankyou {
		text-align: center;
		padding: 0 50px;
	}
	.thankyou-text {
		font-size: 22px;
		margin: 20px 0 30px;
	}
	.thankyou ul li {
		display: inline-block;
	}
	.thankyou ul li a {
		display: block;
		color: #fff;
		height: 30px;
		width: 30px;
		border-radius: 100%;
		background: rgba(49, 25, 31,1);
		line-height: 30px;
		margin: 0 3px;
	}
/*-- Start Room Page --*/
	.room-grids .col-md-6 {
		margin-bottom: 15px;
	}
	.room-grids img {
		width: 100%;
	}
	.room-grids ul {
		text-align: center;
		padding: 10px 0 0;
		clear: both;
	}
/*-- End Room Page --*/

/*-- Start Trip Advisor Custom--*/
	#CDSWIDSSP .widSSPData {
		background: #42282E !important;
		border: 1px solid #fff !important;
	}
	#CDSWIDSSP .widSSPData .widSSPH18 {
		color: #fff !important;
	}
#CDSWIDSSP .widSSPData .widSSPH11 {
    padding: 12px 0 3px;
    font-weight: bold;
    font-size: 11px;
    color: #efecec !important;
}
#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span {
    font: normal 11px Arial,Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
    color: #eceaea !important;
    display: inline;
    position: relative;
    border: none;
}

#CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx b {
    display: block;
    margin-bottom: 3px;
    font-size: 11px;
    color: #c68f2d !important;
}
	#CDSWIDSSP .widSSPData .widSSPAll a:link, #CDSWIDSSP .widSSPData .widSSPAll a:visited {
		color: #f1eded !important;


	}
	.page-wrapper ul li {
		list-style-position: inside;
	}
/*-- End Trip Advisor Custom --*/

/*-- Start Side Book --*/
	.right-book #b_availSubmit, .right-book .b_availDatesInner{
		float: left !important;
		width: 100%;
		text-align: left !important;
	}
	.right-book #b_availSubmit input{
		width: 100% !important;
		margin-top: 0px !important;
	}
	#b_availCheckIn, .right-book #b_availCheckIn {
		padding-right: 0px !important;
	}
	.right-book #b_checkin_month, .right-book #b_checkout_month {
		width: 213px !important;
	}
	.right-book h2 {
		font-size: 24px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
	}
	.right-book .reservation .b_availFormInner {
		padding-top: 20px !important;
		padding-bottom: 30px !important;
	}
/*-- End Side Book --*/
	.mb-menu {
		display: none;
	}
	.arrow-down {
		width: 0;
	    height: 0;
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-top: 10px solid #31191F;
	    position: absolute;
	    left: 10%;
	    display: none;
	}
	.footer-tab {
		display: none;
		background: #B58031;
		border-top: 1px solid #351E23;
		z-index: 101;
	}
	.footer-tab ul li {
		float: left;
		width: 25%;
		border-right: 1px solid #351E23;
		list-style: none;
	}
	.footer-tab ul li:last-child {
		border-right: none;
	}
	.footer-tab ul li a{
		color: #fff;
		text-align: center;
		padding: 5px 0;
		display: block;
		width: 100%;
		font-size: 18px;
	}
	.footer-tab ul li a:hover, .footer-tab ul li a:focus {
		background: #42282E;
		outline: none;
	}/*
	.footer-mb-menu {
		text-align: center;
		padding-bottom: 30px;
		display: none;
	}
	.footer-mb-menu li {
		display: inline-block;
	}
	.footer-mb-menu li a {
		color: #fff;
		font-size: 15px;
		padding: 0 15px;
		border-right: 1px solid #fff;
	}
	.footer-mb-menu li:first-child a {
		padding-left: 0px;
	}
	.footer-mb-menu li:last-child a {
		border-right: none;
		padding-right: 0px;
	}
	.footer-mb-menu li a:hover {
		text-decoration: underline;
	}*/
/*-- Start Media Queries --*/
	@media screen and (max-width: 360px) {
		#b_checkin_month, #b_checkout_month {
			width: 170px !important;
		}
		h3.title {
			font-size: 30px;
		}
		.social-link li a {
			font-size: 24px;
		}
		.b_availDatesInner {
			margin-right: 0px;
		}
	}
	@media screen and (max-width: 480px) {
		#slider .item img {
			min-height: 220px;
		}
		.social-link li a {
			font-size: 18px;
		}
	}
	@media screen and (max-width: 640px) {
		.footer-tab .tab-text {
			font-size: 10px;
		}
	}
	@media screen and (max-width: 767px) {
		.footer-info .col-md-4 {
			margin-bottom: 25px;
			text-align: center;
		}
		#CDSWIDSSP {
			margin: 0 auto !important;
		}
		.res_right {
			padding-left: 0px;
			padding-right: 0px;
		}
		.map iframe {
			width: 100%;
		}
	}
	@media screen and (max-width: 800px) {
		.footer-tab {
			display: inherit;
			position: fixed;
			bottom: 0px;
			width: 100%;
		}
		.footer-info {
			margin-bottom: 30px;
		}
		.online_reservation {
			display: none;
		}
	}

	@media screen and (max-width: 980px){
		.logo img {
			width: 130px;
		}
		.social-icons {
		}
		.sticky {
			position: initial !important;
		}
		span.menu:before {
			/*content: url(../images/nav.png);*/
			cursor: pointer;		
		}
		.top-menu ul, .owl-pagination, .secondary-menu, .top-menu{
			display:none;
		}
		span.menu{
			display:block;
			float:right;
			margin: 14px 0;
			color: #fff;
			border: 1px solid #fff;
		}
		span.menu:hover {
			cursor: pointer;
		}
		.mb-menu {
			display: none;
			float: left;
			width: 100%;
			background: #31191F;
			overflow-y: scroll;
		}
		.mb-menu ul li {
			list-style: none;
			padding: 0px 0 0px 20px;
			border-bottom: 1px solid #392F31;
			clear: both;
			overflow: hidden;
		}
		.mb-menu ul li .dropdown-menu li {
			border-bottom:1px solid #422627;
		}
		.mb-menu ul li a {
			color: #fff;
			padding: 10px 0 !important;
			display: block;
			float: left;
		}
		.mb-menu ul li .dropdown-menu li:last-child {
			border-bottom: none;
		}
		.mb-menu .dropdown {
			position: relative;
		}
		.mb-menu .dropdown span {
			float: right;
			color: #fff;
			width: 31px;
			height: 30px;
			line-height: 30px;
			border: 1px solid #fff;
			text-align: center;
			border-radius: 3px;
			margin: 7px 10px 7px;
		}
		.mb-menu .dropdown span:hover {
			cursor: pointer;
		}
		.mb-menu .dropdown .dropdown-menu {
			background: rgb(49, 25, 31);
			width: 100%;
			border-radius: 0px;
			position: initial;
			margin:-7px 0 0 -10px;
			padding: 0px;
		}
		.mb-menu .dropdown .dropdown-menu li a {
			padding: 0px;
		}
		.whyus-content .res_320px {
			margin-top: 25px;
		}
		.arrow-down {
			display: inherit;
			bottom: -10px;
		}
		.arrow-up {
			display: none;
		}
		.feature {
			bottom: 40px;
			top: initial;
		}/*
		.footer-mb-menu {
			display: inherit;
		}
		.footer-mb-menu li a {
			font-size: 13px;
		}*/
	}
	@media screen and (min-width: 768px) and (max-width: 1023px) { 
		.logo img {
			width: 130px;
		}
		.footer-info .detail.center-align{
			text-align: left;
		}/*
		.footer-mb-menu {
			display: inherit;
		}*/
	}
	@media screen and (max-width: 1024px) {
		.logo img {
			width: 130px;
		}
		.owl-pagination{
			display:none;
		}
	}
/*-- End Media Queries --*/
.social-link .bb1 {
	border-bottom: none;
}
/*-- Start E-Concierge --*/
	.welcome-block .concierge, .welcome-description {
		padding: 15px;
	    box-shadow: 0 1px 2px rgba(0,0,0,.1);
	    border-top: 1px solid rgba(0,0,0,.04);
	    text-align: justify;
	    line-height: 24px;
overflow: hidden;
	}
	.concierge img {
		width: 100%;
		margin-bottom: 15px;
	}
.concierge a {
margin-top:10px;
font-family: "Berkshire Swash",sans-serif;
padding:5px 10px;
}
/*-- End E-Concierge --*/
.astrik {
color: #ff0000;
}
.form-group {
}
.form-group label {
	font-weight: normal;
}
.modal-title{
	font-size: 12px;
	padding-right: 30px;
}
.inquiry-btn {
    float: right;
    font-size: 15px;
    background: #b58031;
    color: #fff;
    padding: 10px 15px;
border: 2px solid #b58031;
}
.inquiry-btn:hover {
background: transparent;
}
.modal-body {
overflow:hidden;
}
.slogon {
    color: #b58031;
    margin-bottom: 30px;
    text-align: justify;
}
.radio-list {
	margin-top: 8px;
}
.sub-page-container h4 {
font-weight: bold;
}
.verror {
    font-weight: normal;
    color: #f16363;
    font-size: 12px;
}
.intl-tel-input .flag-dropdown .selected-flag {
z-index: 1;
position: absolute;
padding-top: 9px !important;
}
.intl-tel-input .flag-dropdown {
position: inherit !important;
}

#contact-phone, #inquiry-phone, #e-inquiry-phone{
padding-left: 40px;
height: 34px;
}

#contact-mobile, #inquiry-phone, #e-inquiry-phone {
padding-left: 40px;
height: 34px;
}
.modal-footer {
clear:both;

}

/*services style*/


.services .popular{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.services .popular h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.services .popular ul li{
	margin: 10px;
}
.services .popular ul li span{
	font-size: 21px;
	color: #509e2f;
	margin-right: 10px;
}
.services .service-content{
	margin-bottom: 30px;
}
.services .service-content h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.services .service-content h4 span{
	font-size: 23px;
	color: #509e2f;
	margin-right: 10px;

}
.service-content li:before {
    content: '\f00c';
    color: #4fab17;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
}
.service-content li {
    list-style: none;
}