/*--
Author: Momo King
Author URL: http://www.themomoking.com
License: Creative Commons Attribution 3.0 Unported
--*/

@font-face {
  /*font-family: 'BrandonText-Regular';*/
  font-family: 'Roboto Condensed', sans-serif;
 /* src: url('../font/BrandonText-Regular.eot');*/ /* IE9 Compat Modes */
 /* src: url('../font/BrandonText-Regular.ttf')  format('truetype')*/ /* Safari, Android, iOS */
}



.btn-dmn1{
/*width: 20% !important;*/
font-size: 15px;
   background-color: #dd1d2a;
    border-color: #c20a16;
    color: #fff;
	border-radius: 0;
	width: 20%;
}

#fancybox-wrap{
margin-top:-20%;
}

.inside-banner {
top:0em;
width:100%;
height:auto;
position:relative;
float:left;
}

strong{
font-weight:bold !important;
}


.btn-dmn1-submit{
font-size: 15px;
   background-color: #dd1d2a;
    border-color: #c20a16;
    color: #fff;
	border-radius: 0;
	/*width: 20%;*/
	/*  padding: 10px;
    width: auto;*/
}


input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] .btn-dmn1-submit{

	/*width: 20%;*/
	  padding: 10px;
    width: auto;
}



body{
	padding:0;
	margin:0;
	 /*font-family: 'BrandonText-Regular', sans-serif;*/
	font-family: 'Roboto Condensed', sans-serif!important;
	background: #fff;
	/*line-height:28px;*/
	line-height:27px;
	/*line-height: normal;*/
	/*color:#666;*/
	color:#333; /*previous was #666*/
}

/*.inside-inbet-fulwidth{
    background-color: #f7f7f5;
    border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
    margin-top: 71px;
	margin-bottom: 71px;
    
}*/

nav a{
text-align:left;
}


/*table resrtvation class*/
label {
    display: block;
    font-size: 16px;
    margin: 0;
}

.rtb-booking-form input, .rtb-booking-form  select, .rtb-booking-form  textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0.5em;
    padding: 0.5em;
    width: 70%;
}


	.rtb-booking-form  button{
	width: 50%;
	background-color:#96bd0e;
    border: 1px solid #e2fb88;
    border-radius: 0;
    color: #fff;
    font-size: 1.2em;
    height: 3em;
   /* padding: 0 30px;*/
    text-transform: uppercase;
    transition: all 0.5s ease 0s
	}
	
	legend {
	background: rgba(0, 0, 0, 0) url("../images/momoline.png") no-repeat scroll 50% 31px;
    color: #d1ac16;
    margin-top: 1.4em;
    padding-bottom: 2.5em;
    text-align: center;
	text-transform: uppercase;
	font-size:16px;
	}
	
	.add-message{
	background: rgba(0, 0, 0, 0) url("../images/momoline.png") no-repeat scroll 50% 31px;
    color: #d1ac16;
    font-size: 16px;
    margin-top: 1.4em;
    padding-bottom: 2.5em;
    text-align: center;
    text-transform: uppercase;
}

.add-message a{
color: #d1ac16;
}

/*table resrtvation class*/


/*food menu*/

.fdm-item-panel{
background-color: #fbfedd;
    border: 1px dashed #d1ac16;
    box-shadow: 0 1px 6px #ccc;
	position: relative;
    top: 2em;
	text-align: left;
}

.fdm-item-image{
float: left;
    padding: 0.3em;
    text-align: left;
}

.fdm-item-title{
color: rgb(209, 172, 22);
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    padding: 1em;
    text-align: left;
}

.fdm-item-price-wrapper{
   color: rgb(120, 161, 8);
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    padding: 1em;
    text-align: left;
}

.fdm-item-content{
   display: block;
    left: 1em;
    position: relative;
    text-align: left;
	width: 97%;
}

/*new-clss-30-06-2016 desktop*/

/*Home page blocks*/


/* ==========================================================================
Screenshots Intro
========================================================================== */
.screenshots-intro {
    padding: 170px 0 100px 0;
    background-color: #f6f7f9;
}
.screenshots-intro h1 {
    margin-bottom: 20px;
    color: #24374b;
    font-weight: 400;
    font-size: 22px;
}
.screenshots-intro p {
    margin-bottom: 25px;
    color: #778899;
}

/* ==========================================================================
Screenshots
========================================================================== */
.screenshots ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.screenshots ul li {
    float: left;
    min-height: 100%;
    width: 25%;
    background-color: #000;
    list-style: none;
}
.screenshots figure {
    position: relative;
    overflow: hidden;
}
.screenshots figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover img, .screenshots figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.screenshots figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(63, 97, 132, 0.85);
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figcaption a {
    color: #fff
}
.screenshots figcaption a:hover, .screenshots figcaption a:focus {
    color: #73d0da
}
.screenshots figure:hover figcaption, .screenshots figure:focus figcaption {
    opacity: 1
}
.visible {
    opacity: 1
}
.screenshots figure.cs-hover figcaption {
    opacity: 1
}
.screenshots figcaption i {
    font-size: 35px
}
.screenshots figcaption p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.screenshots figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover figcaption .caption-content, .screenshots figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.bnr-bg-insidepage{
width:100%; min-height:200px; /*background-color:#333;*/
}

/*Home page blocks*/



/*loading*/
/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: 0 0 0 -75px;
  border: 10px solid #c0bebe;
  border-radius: 50%;
  border-top: 10px solid #78a108;
  width: 85px;
  height: 85px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  /*text-align: center;*/
}
/*loading*/


.map-space-nil1{
	padding-left: 0;
    padding-right: 0;
	top: 1px;
}

.camel-bg{
	background:url("../images/services-bg1.jpg") no-repeat fixed center center ;
	background-repeat:no-repeat;
	background-size: cover;
	background-color:#fdf5d2;
	/*rgba(0, 0, 0, 0) url("../images/camel-bg1.png") no-repeat fixed center center ;*/
	
}



.in-page-bg1{
	background:url("../images/in-bg1.jpg") no-repeat fixed center center ;
	background-repeat:no-repeat;
	background-size: cover;
	background-color:#fdf5d2;
	/*rgba(0, 0, 0, 0) url("../images/camel-bg1.png") no-repeat fixed center center ;*/
	
}




.about-section-grid{
	padding-right:3%;
}

.sld-bnr-adjust{
/*margin-top:7em;*/
}

img {
    height: auto;
    max-width: 100%;
}


.left-inside-header-title{
text-align:left!important;
margin-top: 4em;
}

.navbar {
float:none;

}


.navbar-inverse .navbar-nav > li > a{
color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
	
}

.navbar-nav > li:hover{
background:#333;
}



.inpage-padding0{
padding:0;
}

/*new-clss-30-06-2016 desktop*/

.inside-inbet-fulwidth{
    background-color: #303030;
    border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
    /*margin-top: 110px;*/
	margin-top: 65px;
	margin-bottom: 65px; /*new added 02 11 2015*/
	overflow: hidden;
    /*padding-top: 50px;*/
}


.inside-inbet-fulwidth-call{
    background-color: #f7f7f5;
    border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
    /*margin-top: 110px;*/
/*	margin-top: 65px;
	margin-bottom: 65px;*/ /*new added 02 11 2015*/
	overflow: hidden;
    /*padding-top: 50px;*/
}

.inside-inbet-fulwidth-enprse{
    background-color: #303030;
    border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
    /*margin-top: 110px;*/
	/*margin-top: 65px;
	margin-bottom: 65px;*/ /*new added 02 11 2015*/
	overflow: hidden;
    /*padding-top: 50px;*/
}





.pic1{
position:relative;
}

.pic1 img{
position:relative;
max-width: 100%;
width: 100%;
height:auto;
}

.sub-pic{
position:relative;
}

.stic-bnr{
display:none;
}

.sub-pic img{
  /*background: #efecec;
    border: 1px solid #ebe8e8;*/
    max-width: 100%;
    padding: 9px;
    width: 100%;
}

.sub-pic-txt1{
text-align:right;
list-style-position: inside;
}

.rt-txt1-middle{
transform: translate(5%, 50%);
padding-left: 1.8rem; /*now added 03 11 2015*/
}

.title-txt-left-big{
background: url(../images/ul-line1a-big-left.png) no-repeat scroll center bottom;
text-align:center;
margin-bottom: 6px;
font-size: 29px; /*new added 02 11 2015*/
}

/*.bnr {
position: relative;
    top: 81px;

	}*/

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;
}
input[type="button"],input[type="submit"]{
	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;
	letter-spacing:1px;
	color:#333;		
	font-weight: normal;   
	 text-transform: uppercase; /*new added*/
	 /*font-size: 23px;*/ /*new added*/
	 /*font-size: 21px;*/ /*new added*/
	 /*font-size: 19px;*/
	 font-size: 22px; /*new added 02 11 2015*/
	 
}	
p{
letter-spacing: 1px;
    line-height: 24px;
    margin: 0;
    padding-bottom: 1.2em;
	color: #000;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}

/*.header{
position:fixed; top:0; float:left; width:100%; z-index:30;
	box-shadow: 0 0 4px 0 #333;
	 border-bottom: 1px solid #484747;
}*/

.tab-mob{
display:none;
}

.content_banner {
	width:100%;
	position:relative;
	
}

.content_banner h1{
	position:absolute;
	color:#FFF;
	font-size:50px;
	width:100%;
	text-align:center;
	top:35%;
	padding:30px;
	background: rgba(0,0,0,0.4);
}

@media screen and (max-width: 1024px) {
.content_banner h1{ font-size:30px; top:20%; }

.sub-pic-txt1{
text-align:left;
}

.tab-mob{
display:none;
}

.bnr {
position: relative;
    top: 0px;
	}
	
	.rt-txt1-middle {
    transform:  translate(5%, 50%);
}


}


.help-block ul li{ list-style:none; margin:0; padding:0;}


.spacing_01 { height:30px; width:100%;}
.spacing_02 { /*height:50px;*/ /*height:70px;*/ width:100%;  height:70px;/*now added 03 11 2015*/}

.targetDiv { display:none; position:relative;}
.TargetActive { display:block;}
.btn_show { cursor:pointer;}

/*iframe { width:100%; min-height:300px;}*/

iframe {
    margin-top: -2em;
    min-height: 23em;
    width: 100%;
}

/*-- header-starts --*/
.header-bottom {
	/*background:#ee3223;*/
	padding:15px 0;
	background:url(../images/trans-1.png);
/*	background-image:url(../images/trans-1.png);*/
	/*opacity: 0.85;*/
	position: fixed;
    width: 100%;
    z-index: 3000;
	top:0;
	height:6.5em;
	/*height:105px;*/
}
.header-top {
	padding:1.1em 0;
	background:#cd2129;
}

.header-top a{
	color:#FFF;
}

.location {
	float:left;
	color:#fff;
	font-size:0.875em;
}

.phonenum {
	float:right;
	color:#fff;
	font-size:14px;
	position:relative;
	/*margin-top:5px;*/
	margin-top:10px; /*new added*/
}

.phonenum a{ color:#FF1515; font-weight:bold;}

.phonenum ul, .location ul{ padding:0; margin:0; list-style:none;}
.phonenum ul li, .location ul li{ float:left; margin-left:15px;}

.phonenum ul ul{
	padding:10px;
	  margin-top: 16px;
-webkit-border-radius:0px 0   5px 5px;
-moz-border-radius: 0px 0   5px 5px;
border-radius:0px 0   5px 5px;	  
}

.phonenum .s_button { 

background:#333;
border:0;
color:#FFF;
/*give the corners a small curve*/
-webkit-border-radius:5px 0   0 5px;
-moz-border-radius: 5px 0   0 5px;
border-radius:5px 0   0 5px;
height:20px;
}

.phonenum .l_button { 

background:#333;
border:0;
color:#FFF;
/*give the corners a small curve*/
-webkit-border-radius:0px 5px   5px 0px;
-moz-border-radius: 0px 5px   5px 0px;
border-radius:0px 5px   5px 0px;
height:20px;
}

.search_wrapper { width:200px;}
.login_wrapper { width:480px;}
.cart_wrapper { width:200px;}




/*aladdin extra classes 27 june 2016*/
.red-clr1{
	/*background:#ee3223;*/
	color: #fff;
	border:none;

}


.bg-cl{
	/*background-image:url(../images/map-bg1.jpg);*/
	background: #ee3223!important;
	background-repeat:repeat-y;
	margin: 0;
	height: auto;
}

/*aladdin extra classes 27 june 2016*/


/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Box-sizing is needed for `uk-dropdown-justify`
 * 4. Set style
 * 5. Reset button group whitespace hack
 */
.uk-dropdown {
  /* 1 */
  visibility:hidden;
  opacity:0;
  transition:visibility 0s linear 0.5s,opacity 0.5s linear;
  /* 2 */
  position: absolute;
  top: 100%;
  right: 16%;
  z-index: 1020;
  /* 3 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 4 */
  margin-top: 5px;
  background: #f5f5f5;
  color: #444444;
  /* 5 */
  font-size: 1rem;
  vertical-align: top;
}

.uk-dropdown a{
	color:#000;
	padding:5px;
}

/*
 * 1. Show dropdown
 * 2. Set animation
 * 3. Needed for scale animation
 */
.uk-open > .uk-dropdown {
  /* 1 */
  visibility:visible;
  opacity:1;
  transition-delay:0s;
}
/* Alignment modifiers
 ========================================================================== */
/*
 * Modifier `uk-dropdown-flip`
 */
.uk-dropdown-flip {
  left: auto;
  right: 0;
}
/*
 * Modifier `uk-dropdown-up`
 */
.uk-dropdown-up {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 5px;
}
/* Nav in dropdown
 ========================================================================== */
.uk-dropdown .uk-nav {
  margin: 0 -15px;
}



/* Banner Title
 ========================================================================== */


.title_header {
color: #fff;
    left: 20%;
    position: absolute;
    right: 0;
    top: 23em;
    width: 60%;
	/*text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);*/
}

.t_left p{
	padding-left:5px;
	font-size:16px;
	padding-top:20px;
	background-color:#cd2129 ;
	padding:20px;	
	margin-top:2px;
	text-align:center;
	font-weight: normal;
}

.t_right{
	right:2%;
	text-align:right;
}

.t_right p{
	padding-right:2px;
	font-size:16px;
	padding-top:20px;
	background-color:#cd2129 ;
	padding:20px;	
	/*margin-top:2px;*/
	text-align:center;
	font-weight: normal;
}

.t_left {
	/*left:10%;*/
	left:60%;
}

.title_header h1{
	font-size:23px;
	line-height:23px;
	text-transform: uppercase;
	/*background-color:#303030;*/
	/*padding:12px;*/
	color:#FFF;
	padding: 3% 2%;
	overflow: hidden; /*added*/
	text-align:center;
}


.top-red-social-header{
	height:40px;
	width:100%;
	background:#ad0101;
	display:none;
}


@media (max-width: 1400px) {
	
.title_header h1{
	font-size:22px;
	font-weight:normal;
	text-align: center;
}	

.t_left, .t_right > p{
	font-size:16px;
	/*display:none;*/
}

.tab-mob{
display:none;
}
	
}

@media (max-width: 1200px) {
	
	.tab-mob{
display:none;
}
	
.title_header h1{
	font-size:40px;
	/*line-height:43px;*/
	/*line-height: 36px;*/
	line-height: 30px;
	font-size: 31px;
}	

.rt-txt1-middle {
    transform:  none;
}

/*.bnr {
position: relative;
top: 0px;

	}*/
	
.title_header{
top: 18%;
}

.t_left, .t_right p{
	font-size:15px;
	padding-top:0;
}
/*.header{
position:relative; top:0; float:none; 
}*/
	
}

@media (max-width: 768px) {

.title_header {
	/*text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);*/
	left:0;
	right:0;
	margin:0 auto;
	top:20%;
	position:static;
	display:inline;
}

.header{
position:relative; top:0; float:none; 
}
	
.title_header h1{
/*	font-size:20px;
	text-align:center;
	background-color:#d2322d;*/
	background-color: #333333;
    font-size: 17px;
    text-align: center;
}	

.t_left p{
	font-size:15px;
	padding-top:10px;
	color:#333;
	text-align:center;
	display:none;
}

.t_right p{
	font-size:15px;
	padding-top:10px;
	color:#333;
	text-align:center;
	display:none;
}


	
}



/* Content 2 */

.content02 {
	text-align:center;
	/*color:#666;*/
	color:#000;
}



article ul{
	margin:0;
	padding:0;
	text-align:center;

}

article ul li{
	/*margin:0 10px 20px 10px;*/
	margin:0 10px 12px 10px;
	/*border-bottom:1px dashed #ccc;*/
	padding:0;
	display:inline-block;
}

article ul li img{
	margin:0 auto;
	display:block;

}

.content_02_button { width:132px; height:33px; margin:20px auto; background:url(../images/content_02_button.png) no-repeat;}

div.content_02_button {
	position:relative;
}

div.content_02_button a{
position:absolute; width:100%; 
height:100%; 
top:0; 
left:0; text-decoration:none; /* Makes sure the link   doesn't get underlined */ z-index:10; /* raises anchor tag above everything else in div */ background-color:white; /*workaround to make clickable in IE */ opacity: 0; /*workaround to make clickable in IE */ filter: alpha(opacity=1); /*workaround to make clickable in IE */ 
}

.content_02_button:hover { background:url(../images/content_02_button_hover.png);}


.domain_col {
	/*background-color:#eeeeee;*/
	background-color: #303030;
	min-height:220px;
}

.btn_domain {
	background-color: #C00;
}

.domain_col_terms {
	background-color:#f5f5f5;
	padding:20px;
}

.domain_col_terms ul{ padding:10px;}
.domain_col_terms li{ margin:5px;}

.domain_col_header01 { text-align:center;}

.features_content {
	text-align:center;
	list-style:none;
}

.features_content ul li{
	text-align:center;
	list-style:none;
}

/* Content 2 End */

.logo {
	float:left;
	margin-left: 1.5em;
	top: -11px;
	position: relative;
}
.top-menu {
	/*text-align: center;*/
	margin-top: 5px;
	float:left;
	margin-left:30px;
	z-index: 300;
}
.top-menu ul li{
	display: inline-block;
	margin: 0 25px;
	color: #fff;
	font-weight: 900;
	vertical-align: top;
	position: relative;
}

.top-menu_res {
  display: none;
  text-align: center;
  color: #FFF;
  position: absolute;
  width: 100%;
  background: #303030;
  left: 0;
  top: 75px;
  z-index: 9999;
}

.top-menu_res a{
	color:#999;
}

.top-menu_res p{
	font-size:16px;
	font-weight:bold;
	color:#fff;
}

.top-menu_res li{
	padding:10px;
}


nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	/*font-size: 1.35em;*/
	/*font-size: 14px;*/
	font-size: 0.9em;
	
}

nav a:hover,
nav a:focus {
	outline: none;
}


.img-br1{
background-color:#dedfdf;
padding:1.2em;
border:#eaeae9;
border: #fff 1px solid;
}

/* Dropdown Top */

#signin-dropdown {
	left:0;
	top:100%;
	
}

.c_dropdown {
	background-color:#202020;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow:0 1px 2px #666666;
	-webkit-box-shadow: 0 1px 2px #666666;
	min-height:200px;
	min-width:160px;
	position:absolute;
	display:none;
	z-index:999;
	left:0;
	top:100%;
	
	
}

.grid_box_01 { min-height:250px;
/*min-height:175px;
 background: #f7f7f5 none repeat scroll 0 0;
    border: 1px solid #e9e8e2;
    margin: 0 auto;*/

}

.box-alg1{
    background: #f7f7f5 none repeat scroll 0 0;
    border: 1px solid #e9e8e2;
    margin: 0 auto;
    min-height: 175px;
}

.box-clm-lg{
width: 50%;
 float: left;
    height: 250px;
}


.grid_box_01 div { max-height:195px; overflow:hidden;}
.grid_box_01 img{ margin:0 auto; display:block;}
.grid_box_01 p,h4 { /*text-align:center; padding-top:5px; font-size: 20px;*/
    /*font-size: 20px;*/
	font-size: 19px;
    line-height: 23px;
    padding-top: 5px;
    text-align: center;
}

.divider01 { border-top:1px #efefef solid; }

/* Dropdown Top End */


/* Dropdown Navigation */

		
	#menu li:hover > a {
		color: #fafafa;
	}
	
	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	#menu ul {
		margin:0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 30px;
		left: -70px;
		padding:10px;
		z-index: 999;
		width:250px;  
		background: #303030;
		/*border-top:1px solid #3F3F3F;*/
		transition: all .2s ease-in-out;  
	}
	
	

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		margin:0;
	}
	
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
	}
		

	
	#menu ul a {    
		padding: 10px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
		/*width:200px;*/
	}
	
	#menu ul a:hover {
		background-color: #cd2129;
	}


	

	
	/* Mobile */
	#menu-trigger {
		display: none;
	}

	@media screen and (max-width: 600px) {

		/* nav-wrap */
		#menu-wrap {
			position: relative;
		}

		#menu-wrap * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		/* menu icon */
		#menu-trigger {
			display: block; /* show menu icon */
			height: 40px;
			line-height: 40px;
			cursor: pointer;		
			padding: 0 0 0 35px;
			border: 1px solid #222;
			color: #fafafa;
			font-weight: bold;
			background-color: #111;
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, linear-gradient(#444, #111);
			border-radius: 6px;
			box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		}
		
		/* main nav */
		#menu {
			margin: 0; padding: 10px;
			position: absolute;
			top: 40px;
			width: 100%;
			z-index: 1;
			background-color: #444;
			display: none;
			box-shadow: none;		
		}

		#menu:after {
			content: '';
			position: absolute;
			left: 25px;
			top: -8px;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 8px solid #444;
		}	

		#menu ul {
			position: static;
			visibility: visible;
			opacity: 1;
			margin: 0;
			background: none;
			box-shadow: none;				
		}

		#menu ul ul {
			margin: 0 0 0 20px !important;
			box-shadow: none;		
		}

		#menu li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 5px;
			box-shadow: none;			
		}

		#menu ul li{
			margin-left: 20px;
			box-shadow: none;		
		}

		#menu a{
			display: block;
			float: none;
			padding: 0;
			color: #999;
		}

		#menu a:hover{
			color: #fafafa;
		}	

		#menu ul a{
			padding: 0;
			width: auto;		
		}

		#menu ul a:hover{
			background: none;	
		}

		#menu ul li:first-child a:after,
		#menu ul ul li:first-child a:after {
			border: 0;
		}		

	}

	@media screen and (min-width: 600px) {
		#menu {
			display: block !important;
		}
	}	

	/* iPad */
	.no-transition {
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menu li:hover > .no-transition {
		display: block;
	}

/* Dropdown Navigation End */

#signin-dropdown {
	left:0;
	top:100%;
	
}

.c_dropdown {
	background-color:#202020;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow:0 1px 2px #666666;
	-webkit-box-shadow: 0 1px 2px #666666;
	min-height:200px;
	min-width:160px;
	position:absolute;
	display:none;
	z-index:999;
	left:0;
	top:100%;
	
}



/* Dropdown Navigation End */

.website_builder_grid h4{ min-height:100px; margin-top:30px; color:#333;}

/* Office Page Starts */

.office_content {
	color: #666;
	line-height:25px;
	height:350px;
}

.welcome-section img_hid {
	display:block;
}


.office_content h1{
	margin:20px 0 20px 0;
}

.th_mid th{
	text-align:center;
}

.table_01{
	background:#f9f7f7;
	padding:10px;
	line-height:16px;
	color:#333;
	border: 1px solid #d9d9d1;
	box-shadow: 0 0 2px 1px #e9e6e6;
}


.table_01 td{
	padding:15px;
}

.table_01 .alter{
	/*background:#e06368;*/
	background:#f9f7f7;
	border-bottom: 1px dashed #dcdcdc;
	border-top: 1px dashed #dcdcdc;
}


.table_01 .alter_w{
	/*background-color: #FFF;*/
	background-color:#f9f7f7;
}

.table_top_01 {
	background-image: url(../images/table_top.jpg);
	background-size:cover;
}

.table_01 h1,
.table_01 h2,
.table_01 h3,
.table_01 h4,
.table_01 h5,
.table_01 h6 
{
	color:#FFF;
}

.table_02 h1,
.table_02 h2,
.table_02 h3,
.table_02 h4,
.table_02 h5,
.table_02 h6 
{
	color:#FFF;
}


.table_03 h1,
.table_03 h2,
.table_03 h3,
.table_03 h4,
.table_03 h5,
.table_03 h6 
{
	color:#FFF;
}


.table_04 h1,
.table_04 h2,
.table_04 h3,
.table_04 h4,
.table_04 h5,
.table_04 h6 
{
	color:#FFF;
}


.table_05 h1,
.table_05 h2,
.table_05 h3,
.table_05 h4,
.table_05 h5,
.table_05 h6 
{
	color:#FFF;
}


.table_06 h1,
.table_06 h2,
.table_06 h3,
.table_06 h4,
.table_06 h5,
.table_06 h6 
{
	color:#FFF;
}




.table_02{
/*	background:#a2ce61;
	padding:10px;
	line-height:16px;
	color:#FFF;*/
	    background: #f9f7f7 none repeat scroll 0 0;
    border: 1px solid #d9d9d1;
    color: #333;
    line-height: 16px;
    padding: 10px;
	box-shadow: 0 0 2px 1px #e9e6e6;
}



.table_02 td{
	/*padding:15px;*/
	padding:15px;
}

.table_02 .alter{
	/*background:#90b854;*/
	 background: #f9f7f7 none repeat scroll 0 0;
    border-bottom: 1px dashed #dcdcdc;
    border-top: 1px dashed #dcdcdc;
}


.table_02 .alter_w{
	/*background:#fff;*/
	background:#f9f7f7;
}

.table_top_02 {
	/*background-image: url(../images/table_top_02.jpg);*/
	background-image: url("../images/table_top.jpg");
	background-size:cover;
}




.table_03{
/*	background:#8bdbd9;
	padding:10px;
	line-height:16px;
	color:#FFF;*/
	background: #f9f7f7 none repeat scroll 0 0;
    border: 1px solid #d9d9d1;
    color: #333;
    line-height: 16px;
    padding: 10px;
	box-shadow: 0 0 2px 1px #e9e6e6;
}


.table_03 td{
	/*padding:15px;*/
	padding:15px;
}

.table_03 .alter{
	/*background:#75c5c3;*/
	 background: #f9f7f7 none repeat scroll 0 0;
    border-bottom: 1px dashed #dcdcdc;
    border-top: 1px dashed #dcdcdc;
}


.table_03 .alter_w{
	/*background:#fff;*/
	background:#f9f7f7;
}

.table_top_03 {
	/*background-image: url(../images/table_top_03.jpg);*/
	background-image: url(../images/table_top.jpg);
	background-size:cover;
}





.table_04{
/*	background:#49858f;
	padding:10px;
	line-height:16px;
	color:#FFF;*/
	background: #f9f7f7 none repeat scroll 0 0;
    border: 1px solid #d9d9d1;
    box-shadow: 0 0 2px 1px #e9e6e6;
    color: #333;
    line-height: 16px;
    padding: 10px;
}


.table_04 td{
	padding:15px;
}

.table_04 .alter{
	/*background:#407178;*/
	 background: #f9f7f7 none repeat scroll 0 0;
    border-bottom: 1px dashed #dcdcdc;
    border-top: 1px dashed #dcdcdc;
}


.table_04 .alter_w{
	/*background:#fff;*/
	background:##f9f7f7;
}

.table_top_04 {
	/*background-image: url(../images/table_top_04.jpg);*/
	background-image: url(../images/table_top.jpg);
	
	background-size:cover;
}


.table_05{
/*	background:#f9b37f;
	padding:10px;
	line-height:16px;
	color:#FFF;*/
	background: #f9f7f7 none repeat scroll 0 0;
    border: 1px solid #d9d9d1;
    box-shadow: 0 0 2px 1px #e9e6e6;
    color: #333;
    line-height: 16px;
    padding: 10px;
}


.table_05 td{
	padding:15px;
}

.table_05 .alter{
	/*background:#eb9759;*/
	    background: #f9f7f7 none repeat scroll 0 0;
    border-bottom: 1px dashed #dcdcdc;
    border-top: 1px dashed #dcdcdc;
}


.table_05 .alter_w{
	/*background-color: #FFF;*/
}

.table_top_05 {
	/*background-image: url(../images/table_top_05.jpg);*/
	background-image: url(../images/table_top.jpg);
	background-size:cover;
}

.table_06{
	background:#f16a6f;
	padding:10px;
	line-height:16px;
	color:#FFF;
}



.table_06 td{
	padding:15px;
}

.table_06 .alter{
	background:#e06368;
}


.table_06 .alter_w{
	background-color: #FFF;
}

.table_top_06 {
	background-image: url(../images/table_top.jpg);
	background-size:cover;
}



.btn_order {
	background: url(../images/btn-order-now1.jpg);
	width:140px;
	height:36px;
	/*position:relative;*/
	position: sticky;
	top:-30px;
}

.btn_order:hover {
	background: url(../images/btn-order-now1.jpg);
}

.btn_order a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 1px;
}

.btn_order_02 {
	background: url(../images/btn_order_02.png);
	width:120px;
	height:31px;
	position:relative;
	top:-30px;
}

.btn_order_02:hover {
	background: url(../images/btn_order_hover_02.png);
}

.btn_order_02 a{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.padding_30 div {
	padding:30px;
}

/* Office Page End */


/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Effect 5: same word slide in and border bottom */

.top-menu ul li a{
	text-decoration:none;
	color:#fff;
	font-size: 14px;
	font-weight: 400;
	text-transform:uppercase;
}
/*--- slider-css --*/
.slider {
	position: relative;
}
.slider1 {
	position: relative;
}

.slider_main .rslides img {
	min-width:100% !important;
	width:100% !important;
	margin-left:0;
	height: auto;
	position: relative;
}


.banner2{
width:100%;

}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 0;
  top: 6em;
  }
  
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
 /* display: block;
  height: auto;
  float: left;
  width:100%;
  border: 0;*/
	/*min-width:2950px;*/
    bottom: 0;
    left: 0;
    /*margin: auto;*/
    overflow: auto;
    right: 0;
    top: 0;
	/*margin-left:-15%;*/
	height: auto;
	width:100%;
  }
  
/*  img, video {
    height: auto;
    max-width: 100%;
    width: 100%;
}*/
  
@media(max-width:1700px){
	
/*.rslides img {
	margin-left:-20%;
	min-width:2600px;
}*/

.slider_main .rslides img {
	min-width:100% !important;
	width:100% !important;
	margin-left:0;
}
}

@media(max-width:1500px){
	
/*.rslides img {
	margin-left:-20%;
	min-width:2250px;	
}*/

.slider_main .rslides img {
	min-width:100% !important;
	width:100% !important;
	margin-left:0;
}

}

@media(max-width:1200px){
	
/*.rslides img {
	margin-left:-30%;
	min-width:520px;	
}*/
}




/*@media(max-width:900px){
	
.rslides img {
	min-width:100%;
	min-height:100%;
	width:100%;	
	margin-left:0;
}
}*/
  
.caption{
	width: 66%;
	position: absolute;
	top: 25%;
	left: 17%;
	text-align: center;
}
.caption h2{
	color: #ffffff;
	line-height: 1.5em;
	font-size: 2.2em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 2.5em;
}
a.more {
	font-size: 1.2em;
	font-weight: 600;
	padding: 0.8em 2em;
	background:#eee;
	color:#000;
	text-decoration:none;
}
a.more:hover {
	color: #fff;
	background: #4597a8;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 10px;
	width: 10px;	
	display: inline-block;
	background:#fff;
	border: 1px solid #999;
	border-radius:50%;
}
.callbacks_here a:after{
	background:#999;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 10%;
	z-index: 999;
	left: 47%;
}
ul.callbacks_tabs.callbacks2_tabs {
	position: absolute;
	bottom: 10%;
	z-index: 999;
	left: 45%;
}
/*-- responsive-mediaquries --*/
@media(max-width:1024px){

	
	.caption {
		width: 63%;
		top: 31%;
		left: 19%;
	}
	
	span.menu{
		width:28px;
		height:28px;
		background:url(../images/nav.png)no-repeat;
		display: inline-block;
		float:right;
		cursor: pointer;
		margin-top:5px;
	}
	
	/*.phonenum { display:none;}*/
		
	.top-menu { display:none;}
	
	article { width:100%;}
	
	
}
@media(max-width:768px){
	.caption {
		width: 70%;
		top: 22%;
		left: 13%;
	}
	
	.header-bottom{
	/*position: relative;*/
	/*height:auto;*/
	}
	
}

@media(max-width:741px){
	#slider2a_container{
margin-left:-3%!important;
}
}

@media(max-width:540px){
.bnr {
    margin-top: 8em;
	}
}



@media(max-width:350px){
	#slider2a_container{
margin-left:-5%!important;
}
}


@media(max-width:330px){
	#slider2a_container{
margin-left:-5%!important;
}
}

@media(max-width:640px){
	.caption {
		width: 70%;
		top: 12%;
		left: 13%;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}

}
@media(max-width:480px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
@media(max-width:320px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
.about-section h3 {
	color: #000000;
	text-transform: capitalize;
	font-size: 2.8em;
	border-bottom: 4px solid #7ebd26;
	width: 23%;
	padding-bottom: 10px;
	margin: 0 auto;
	font-weight: 700;
}
.welcome-grid{
	float:right;
}
.images{
	float:left;
}
.img1{
	float:left;
	width:48%;
	margin-right:4%;
}
.img1 img,.img2 img{
	width:100%;
}
.img2{
	float:left;
	width:48%;
}
.welcome-section {
	padding: 5em 0;
}
.welcome-grid h3 {
	text-transform: uppercase;
	font-size: 2.2em;
	font-weight: 500;
	color: #000;
	margin-bottom:0.5em;
}
.welcome-grid h5 {
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: 400;
	color: #ff0000;
}
.welcome-grid p {
	font-size: 1.15em;
	font-weight: 400;
	color: #999999;
	margin-top:1em;
	line-height:1.6em;
}
.about-section{
	/*background: #4e4e4e;*/
	padding: 50px;
	background-color: #fdf5d2;
}

.about-section a{ color:#FFF; }
.about-section a:hover{ text-decoration:none; }

.about-section h2{
	/*color:#fff;*/
	text-transform:uppercase;
	font-size:3.8em;
	font-weight:500;
	margin-bottom:1.1em;
}
.about-section-grid h4{
	/*color:#fff;*/
	font-size:20px;
	font-weight:400;
	font-style:italic;
	text-transform:uppercase;
	margin-bottom:0.8em;
	height:55px;
	line-height:30px;
}
.about-section-grid p{
	/*color:#fff;*/
	font-size:16px;
	font-weight:300;
	line-height:1.6em;
}

.about_column_wrapper {
	/*width:900px;*/
	margin:0 auto;
}

.about_column_wrapper img{
	border:5px solid #fff;
}

.textimonials-section{
	background: url('../images/content_03_banner.jpg') no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height:428px;
	padding-top: 9em;
}
.textimonials-section h5{
	color:#fff;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 400;
	margin:2.5em 0 1.5em 0;
	line-height:1.6em;
}
.textimonials-section p{
	color:#fff;
	font-size:1.5em;
	font-weight:500;
	font-style:italic;
	margin-bottom:4em;
}
.textimonials-section a{
	text-transform:uppercase;
	color:#fff;
	border:2px solid #fff;
	padding:0.9em 2em;
	text-decoration:none;
	font-weight:400;
	font-size:1.4em;
	z-index: 1;
}
.footer{
	background:#444444;
	padding:5em 0;
}

.footer_pad {
	/*margin:0 19px 0 19px;*/
	text-align:left;
}

.footer02 {
	padding: 14px 0 0; font-size:12px; color:#000;
}



.contact-section input[type="text"], .contact-section textarea {
	width: 95%;
	color: #fff;
	padding: 15px 15px;
	border: none;
	outline: none;
	margin: 0 0 10px 0;
	background:#575757;
	text-transform:uppercase;
	font-weight:300;
	font-size:1.15em;
}
.contact-section textarea {
	resize: none;
	width: 95%;
	height: 8em;
}
.contact-section h4,.follow-us h4{
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	font-size:1.8em;
	margin-bottom:1em;
}
.follow-us h4{
	margin-bottom:0.7em;
}
.contact-section input[type="submit"] {
	color: #4597a8;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 400;
	background: #eee;
	padding: 12px 45px;
	outline: none;
	border:none;
}
.contact-section input[type="submit"]:hover{
	background:#4597a8;
	color:#fff;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.follow-us p {
	color: #fff;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.6em;
}
.social-icons i{
	width:60px;
	height:60px;
	background:url('../images/img-sprite.png') no-repeat 0px 0px;
	display:inline-block;
	cursor:pointer;
}
.social-icons i:hover{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
i.facebook{
	background-position:0px 0px;
}
i.facebook:hover{
	background-position:0px -60px;
}
i.twitter{
	background-position:-60px 0px;
}
i.twitter:hover{
	background-position:-60px -60px;
}
i.pinterest{
	background-position:-120px 0px;
}
i.pinterest:hover{
	background-position:-120px -60px;
}
i.googlepluse{
	background-position:-180px 0px;
}
i.googlepluse:hover{
	background-position:-180px -60px;
}
.social-icons {
	margin: 0 0 12px -8px;
}
.copyright {
	margin-top: 4.8em;
}
.copyright a{
	color:#faed23;
	font-size:17px;
	font-weight:400;
	margin-left:5px
}

.more a {
	color: #444444;
	padding:9px 20px;
	  border: 1px solid #4597a8;
}
.btn-1d:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #4597a8;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.btn-1d:hover,
.btn-1d:active {
	color: #fff;
}

.btn-1d:hover:after {
	width: 90%;
	opacity: 1;
}

.btn-1d:active:after {
	width: 101%;
	opacity: 1;
}
.main-map iframe {
  width: 100%;
  min-height: 450px;
  margin-bottom: -5px;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top2.png") no-repeat 0px 0px;
}
/**** Blog ****/
.section.group.example {
	margin-bottom: 3em;
}
.blog_heading p span {
	color: #C86360;
	font-size: 18px;
	text-transform: uppercase;
}
.blog_heading p {
	color:#9A585C;
	font-size: 0.8em;
	padding:0;
}
.blog_1_of_2 {
	width:50%;
	float:left;
}
.blogdata_1_of_2{
	width: 47%;
	float: left;
	margin-left: 3%;
	margin-top: 10px;
}
.blog_img img {
	padding:5px;
	background: #FFF;
	border: 1px solid #4597a8;
	margin-top:10px;
}
.blog_data p {
	color:#B8A395;
	font-size:0.8125em;
	line-height:1.8em;
}
.blog-content {
	padding: 0 5em;
}
p.post {
	font-style: italic;
	margin-bottom: 1.2em;
	color: #000;
}
.more {
	margin-top: 2.5em;
}
/*** Page numbers ***/
.content-pagenation{
	float:right;
}
.content-pagenation li {
	display: inline-block;
}
.content-pagenation li a {
	color:#4597a8;
	font-size: 1em;
	background: #FFF;
	padding: 10px 12px;
	border: 1px solid #4597a8;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.content-pagenation li a:hover{
	background:#4597a8;
	color:#FFF;
}
.rsidebar.span_1_of_3 ul {
	padding: 0;
	margin: 0;
}
.span_1_of_3 li{
	font-size: 1em;
	padding: 7px 24px;
	background: url(../images/list-arrow.png) no-repeat 0;
	cursor: pointer;
	list-style-type: none;
}
.span_1_of_3 li:hover{
	color:#4597a8;
}
.span_2_of_3 p span{
	font-size: 1.35em;
    color:#4597a8;
}
.span_2_of_3 p,
.span_1_of_3  p  {
	color: #444444;
	font-size: 1.1em;
	line-height: 1.9em;
	font-weight: 300;
}
.blog_img img {
	width: 100%;
}
.more span a{
	padding:8px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	font-size:1em;
	color:#FFF;
    -webkit-transition: -webkit-box-shadow, background 0.2s linear;
    -moz-transition: -moz-box-shadow, background 0.2s linear;
    -ms-transition: -moz-box-shadow, background 0.2s linear;
    -o-transition: -o-box-shadow, background 0.2s linear;
    transition: box-shadow, background 0.2s linear;
     background:#01000d;
    float: left;
    text-shadow:0px -1px 0px rgba(0, 0, 0, 0.13);
    text-transform: uppercase;  
	text-decoration:none;
	margin-top: 2em;
}
.more span a:hover{
	-webkit-animation: hover 0.5s 1;
    -moz-animation: hover 0.5s 1;
    -ms-animation: hover 0.5s 1;
    -o-animation: hover 0.5s 1;
    animation: hover 0.5s 1;
    background:#f06b59!important;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.13);    
}
.blog-content-head h3{
	color: #000000;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
}
.rsidebar.span_1_of_3 {
	width: 33%;
	margin: 50px 0 0 0;
}
.rsidebar h3{
	color: #444444;
	font-size: 2.5em;
	margin-bottom: 0.5em;
	font-weight:400;
}
.latest_comments h4 a {
	color: #4597a8;
	font-size: 0.9em;
	font-style: italic;
}
.latest_comments p {
	font-size: 1em;
	color: #444;
	font-weight: 500;
	padding:5px 0;
}
.latest_comments {
	margin-top: 2em;
}
.blog_heading a {
	text-decoration: none;
}
.main {
	padding: 4em 0;
}
.blog_heading a:hover {
	color:#4597a8;
}
/*-- single --*/

.single {
	margin: 0 0 3em 0em;
}
p.text {
	margin-top: 1em;
}
.leave h4 {
	color: #4597a8;
	font-size: 2.8em;
	margin: 6px 0 6px 0;
	font-weight: 400;
	margin-top: 1em;
}
#commentform label {
	display: block;
	font-size: 1em;
	color: #888;
}
#commentform span {
	color: #A60000;
	position: absolute;
}
#commentform input[type="text"] {
	padding: 8px 15px;
	width: 60%;
	color: #444;
	font-size: 1em;
	border: 1px solid #eee;
	background: #eee;
	outline: none;
	display: block;
}
#commentform textarea {
	padding: 13px 20px;
	width:60%;
	color: #444;
	font-size:0.85em;
	outline: none;
	height:150px;
	display: block;
	resize: none;
	font-weight:400;
	border: 1px solid #eee;
	background: #eee;
}
#commentform input[type="submit"] {
	padding: 16px 80px;
	color: #FFF;
	background: #4597a8;
	outline: none;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
	font-size: 1.3em;
	font-weight: 600;
}
#commentform input[type="submit"]:hover {
	background:#222;
}
.comments1 {
	margin-top: 3em;
}
#commentform p {
	position: relative;
	padding: 8px 0;
	font-size: 1em;
}
.comments-main {
	border: 1px solid #D5D4D4;
	padding: 17px 0px;
	margin: 15px 0px;
}
.cmnts-right a {
	padding: 6px 12px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	background: #999;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none;
}
.Archives {
	margin-bottom:3em;
}
.cmts-main-left img{
	border: 3px solid#ccc;
}
.cmnts-right a:hover{
	background: #333;
	text-decoration:none;
}
.cmts-main-right h5 {
	font-size: 1em;
	color: #4e4e4b;
	margin: 0px;
	font-weight: 600;
}
.comments1 h4 {
	font-size: 1.6em;
	margin-bottom: 1.2em;
	color: #4e4e4b;
	font-weight: 600;
}
.cmts-main-right p{
	font-size: 15px;
	color: #555;
	margin:15px 0px;
}
.cmnts-left p {
	font-size: 13px;
	color:#999;
	font-weight: 600;
}

/* Pricing Bar */

.pricing-slider .slide, .pricing-slider .index{
	float: left;
}
.pricing-slider .index, .pricing-slider .index:focus {
	border: 0;
	outline: 0;
	background: transparent;
	display: inline;
    border: 0px solid #CCCCCC;
    border-radius: 0px;
    box-shadow: 0 0px 0px transparent;
    font-size: 18px;
    height: auto;
    /*margin: -7px 0 0 30px;*/
    padding: 0;
    width: 75px;
}
.pricing-slider .price-hour {
	float: right;
	font-size: 18px;
    margin: -21px 0 0 0;
	text-align: right;
}
.pricing-slider .price-hour span {
	font-size: 13px;
	color: #555;
}
.total {
	font-size: 24px;
}
.total .total-val {
	display: inline;
}

.ui-state-focus {
	outline: 0;
}
.ui-widget-header {
	background-color: #00A849 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background-color: #d6ffe8 !important;
	color: #00A849 !important;
	border: 1px solid #00A849 !important;
}

select.def {
	padding: 6px;
	font-size: 14px !important;
    display: block;
    height: 32px;
	-webkit-appearance: menulist-button;
	/*width: 350px;*/
	/*border: 0 none !important;*/
}
label.managed { 
	margin-left: 10px;
	display: inline;
}
.pricing-slider:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;    	
}
.pricing-slider .ui-slide {
	width:100%;
}
.pricing-slider .ui-slider-handle, .ui-slider-horizontal .ui-slider-handle {
	margin-left: -1px !important;
}

/*--contact--*/
/************* Contact ********/
.contact-form h2{
   color: #000000;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
}
.company_address h2,.contact_info h2{
   color: #000000;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0.6em;
}
.contact-form{
	position:relative;
	padding-bottom:20px;
}
.left_form{
	float:left;
	width:48%;
}
.right_form{
	float:left;
	width:48%;
	margin-left:3.8%;
}
.contact-form div{
	padding:5px 0;
	padding:5px 5px;
}
.contact-form span label {
    display: block;
    font-size: 1em;
    color: #686868;
    padding-bottom: 5px;
    font-weight: 400;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:10px;
			display:block;
			width:100%;
			background:#ffffff;
			border: none;
			outline:none;
			color:#464646;
			font-size:1em;
			box-shadow: inset 0px 0px 3px #999;
			-webkit-box-shadow: inset 0px 0px 3px #999;
			-moz-box-shadow: inset 0px 0px 3px #999;
			-o-box-shadow: inset 0px 0px 3px #999;
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height: 193px;		
}
.myButton{
	background: #4597a8;
	color: #fff;
	font-size: 1.2em;
	padding: 9px 25px;
	border:none;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    display:inline-block;
    cursor:pointer;
    text-transform:uppercase;
    -webkit-appearance:none;
    float:right;
}
.myButton:hover{
        text-shadow: 0px 0px 1px #fadb6f;
		background:#000;
}
.company_address{
	 float:left;
	 width:25%;
}
.company_address p{
    display: block;
    font-size: 1em;
    color: #686868;
    padding-bottom: 5px;
    font-weight: 400;
    padding: 5px 0;
}
.company_address p span a{
	text-decoration:underline;
	color:#555;
}
.company_address p span a:hover{
	text-decoration:none;
    color: #ff0000;
}
.contact_info{
	float:right;
	width:70%;
	margin-left:5%;
}
/*-- Contact-ends-here --*/
/**** photos-page ****/
/***** Gallery *****/
.grid_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	background: #FFF;
}
.grid_1_of_4:first-child { 
	margin-left: 0; 
} 
.images_1_of_4 {
	width: 23.8%;
	position:relative; 
}
.images_1_of_4  img{
	max-width:100%;
	display:block;
	outline:none;
}
.images_1_of_4 a{
	outline:none;
}
.images_1_of_4 a span{
	position: absolute;
	top:80px;
	left:135px;
	width:36px;
	height:36px;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.images_1_of_4 a img:hover{
	opacity:0.6;
}
.images_1_of_4 a:hover span{
	opacity:1;
	background:url(../images/zoom.png) no-repeat;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.gallery-content-head h3{
	color: #000000;
	text-transform: uppercase;
	font-size: 2.2em;
	font-weight: 500;
	margin-bottom:1em;
	text-align:center;
}
/*--about--*/
.about{
	margin:7em 0 5em;
}
.about-top-info h3 {
	  color: #000000;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
}
.about-topgrid1 h3 {
	  color: #000000;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
}
.about-topgrid1 {
	padding: 5em 0 3em;
}

.aboutus {
	background: #4597a8;
	padding: 3em 0 1em;
	min-height: 250px;
	color: #fff;
}
.about-left {
	margin-bottom: 3em;
}
.check-in {
	width: 20%;
	float: left;
	margin-right: 5%;
}
.check-out {
	width: 75%;
	float: left;
}
.about-bottom-into {
	padding-top: 3em;
}
.about-desc p {
	font-size: 1.04em;
  font-weight: 400;
  color: #999999;
  line-height: 1.9em;
  margin-bottom:1.5em;
}
.about-topgrid1 h5 {
	color: #555;
	line-height: 1.8em;
	font-size: 1em;
}
.about-topgrid1 p {
	  font-size: 1.03em;
  font-weight: 400;
  color: #999999;
  line-height: 1.8em;
  margin-bottom: 0;
}
.about-img img {
		width: 100%;
}
.about-img img:hover {
	opacity: 0.6;
}
.about-bottom-info-right img {
	width: 100%;
}
.about-bottom-info-right img:hover {
	opacity: 0.6;
}
.check-out p {
	font-size: 0.94em;
	line-height: 1.5em;
	margin-top: 10px;
}
/*--/about--*/
/*--error--*/
.error{
	text-align:center;
	min-height: 670px;
}
.error h1{
	color: #000;
	font-size: 9em;
	line-height: 1em;
	margin-top: 0.8em;
	font-weight: 400;
}
.error-head h2{
	font-size: 1.5em;
	color: #444;
	margin-top:1.5em;
	font-weight:500;
}
.error-head a{
	color: #fff;
	background:#C06C84;
	font-size: 1.1em;
	display:inline-block;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top:3em;
	text-decoration:none;
}
.error-head {
	padding-top: 5em;
}
/* Bounce To Left */
a.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #4597a8;
  color: #fff;
}
a.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#48ABC0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-bounce-to-left:hover,a.hvr-bounce-to-left:focus,a.hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before,a.hvr-bounce-to-left:focus:before,a.hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.footer1 {
  background: #444444;
  padding: 3em 0;
}
.follow-us-on h4 {
	margin-bottom: 0.7em;
	  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.8em;
}
.follow-us-on p {
	color: #fff;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.6em;
}
.copyrights {
	margin-top: 3em;
	text-align:center;
}
.copyrights a {
	color: #faed23;
	font-size: 17px;
	font-weight: 400;
	margin-left: 5px;
}/*-- responsive-design starts-here --*/

@media screen and (max-width: 1366px) {
	.about-section h2 {
		font-size: 3.4em;
		margin-bottom: 1em;
	}
	.about-section a {
		padding: 0.7em 1em;
	}
	.textimonials-section {
		min-height: 532px;
		padding-top: 5em;
	}
	.textimonials-section h5 {
		font-size: 1.5em;
	}
	.caption {
		width: 80%;
		left: 10%;
	}
	.caption h2 {
		font-size: 2.1em;
	}
	.welcome-grid h5 {
		font-size: 1.2em;
	}
	.textimonials-section a {
		padding: 0.8em 1.8em;
		font-size: 1.3em;
	}
	.footer {
		/*padding: 4em 0;*/
		padding: 3em 0 0;
		margin-top: -1.4em;
	}
	.header-top {
		padding: 1em 0;
	}
}
@media screen and (max-width: 1280px) {
	.textimonials-section {
		min-height: 500px;
		padding-top: 4em;
	}
	.textimonials-section img {
		width: 5%;
	}
	.main-map iframe {
		min-height: 400px;
	}
	.welcome-section {
		padding: 4em 0;
	}
	.about-section h2 {
		font-size: 3.1em;
	}
	.about-section a {
		padding: 0.6em 0.8em;
		margin: 3em auto 0;
		width: 16%;
	}
	.about-section-grid p {
		font-size: 1.1em;
	}
	.about-section {
		padding: 4em 0;
	}
}
@media screen and (max-width: 1024px) {



	.header-top {
		padding: 0.9em 0;
	}
	p.location,p.phonenum {
		font-size: 0.8em;
	}
	.header-bottom {
		padding: 1.35em 0;
	}
	.caption h2 {
		font-size: 1.8em;
	}
	a.more {
		font-size: 1.15em;
		padding: 0.7em 1.8em;
	}
	.caption {
		top: 25%;
	}
	.welcome-grid h5 {
		font-size: 1.06em;
	}
	.welcome-grid p {
		font-size: 1.1em;
		margin-top: 0.5em;
		height: 94px;
		overflow: hidden;
	}
	.welcome-grid h3 {
		font-size: 2em;
		margin-bottom: 0.3em;
	}
	.welcome-section {
		padding: 3.5em 0;
	}
	.about-section-grid h4 {
		font-size: 1.4em;
		font-weight: 400;
		margin-bottom: 0.8em;
	}
	.about-section-grid p {
		font-size: 1.1em;
		height: 95px;
		overflow: hidden;
	}
	.about-section h2 {
		font-size: 2.8em;
	}	
	.about-section a {
		padding: 0.55em 0.8em;
		margin: 2.5em auto 0;
		/*width: 15%;*/
		width: auto;
		font-size: 1.2em;
	}
	.about-section {
		padding: 3.5em 0;
	}
	
	.about_column_wrapper {
	width:100%;
}


.content_02_button { padding:10px 0 20px 0;}

	
	.textimonials-section h5 {
		font-size: 1.3em;
	}
	.textimonials-section p {
		font-size: 1.4em;
		margin-bottom: 3em;
	}
	.textimonials-section a {
		padding: 0.7em 1.6em;
		font-size: 1.2em;
	}
	.textimonials-section {
		min-height: 399px;
		padding-top: 3em;
	}
	.main-map iframe {
		min-height:350px;
	}
	.footer {
		padding: 3em 0;
	}
	.main {
		padding: 3em 0;
	}
	.about-desc p {
		height: 130px;
		overflow: hidden;
	}
	.about-bottom-info-right {
		margin-top: 2em;
	}
	.about-topgrid1 {
		padding: 3.5em 0 2em;
	}
	.about-top-info h3,.about-topgrid1 h3,.gallery-content-head h3,.blog-content-head h3,.contact-form h2 {
		font-size: 2em;
	}
	.error-head {
		padding-top: 3em;
	}
	.error {
		min-height: 570px;
	}
	.blog-content {
		padding: 0 1em;
	}
	.rsidebar h3 {
		font-size:2.1em;
	}
	.rsidebar.span_1_of_3 {
		width: 50%;
	}
	p.post {
		margin-bottom: 0.6em;
	}
	.span_2_of_3 p span {
		font-size: 1.3em;
	}
	.company_address h2, .contact_info h2 {
		font-size: 1.85em;
	}
}
@media screen and (max-width: 768px) {


nav a{
text-align:center;
}



	.top-menu ul li {
		margin: 0 20px;
	}
	.logo img {
		width: 100%;
	}
	.logo {
		width: 18.5%;
		margin-left: 1.5em;
	}
	.header-top {
		padding: 0.8em 0;
	}
	.caption h2 {
		font-size: 1.4em;
		margin-bottom:1.8em;
	}
	a.more {
		font-size: 1em;
		padding: 0.6em 1.5em;
	}
	.caption {
		top: 20%;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
		border: 1px solid #999;
	}
	.callbacks_here a:after {
		border: 1px solid #999;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		left: 45%;
	}
	.images {
		width: 100%;
		margin-top:2em;
	}
	.welcome-section {
		padding: 3em 0;
	}
	.welcome-grid p {
		height: 73px;
	}
	.about-section a {
		padding: 0.5em 0.8em;
		margin: 2em auto 0;
		/*width: 19%;*/
		width:auto;  /*add on 03 11 2015*/
		font-size: 1.15em;	
	}	
	.about-section h2 {
		font-size: 2.4em;
		margin-bottom: 0.8em;
	}
	.about-section-grid h4 {
		margin-bottom: 0.5em;
	}
	.about-section {
		padding: 3em 0;
	}
	.textimonials-section h5 {
		font-size: 1.2em;
		height: 50px;
		overflow: hidden;
	}
	.textimonials-section p {
		font-size: 1.3em;
		margin-bottom: 2.5em;
	}
	.textimonials-section {
		min-height: 350px;
	}
	.follow-us {
		margin-top:2.5em;
	}
	.copyright {
		margin-top: 1.8em;
	}
	.footer,.footer1 {
		text-align:center;
	}
	.about-top-info h3, .about-topgrid1 h3, .gallery-content-head h3, .blog-content-head h3, .contact-form h2 {
		font-size: 1.8em;
		  margin-bottom: 0.8em;
	}
	.company_address h2, .contact_info h2 {
		font-size: 1.65em;
	}
	.company_address p {
		font-size: 0.875em;
	}
	.main {
		padding: 2.5em 0;
	}
	.blog-content {
		padding: 0 0em;
	}
	.span_2_of_3 p span {
		font-size: 1.15em;
	}
	.blog_data p{
		font-size: 1.05em;
		line-height: 1.9em;
		height: 130px;
		overflow: hidden;
	}
	p.post {
		margin-bottom: 0.55em;
		margin-top: -6px;
		font-size: 1em;
		height:22px;
	}	
	.more a {
		padding: 8px 17px;
		font-weight: 500;
	}
	.more {
		margin-top: 2em;
	}
	.cmts-main-left {
		width: 20%;
		float: left;
	}
	.cmts-main-right {
		width: 80%;
		float: left;
	}
	.cmnts-left {
		width: 50%;
		float: left;
	}	
	.cmnts-left p {
		margin: 0;
	}
	.about-img {
		width: 43%;
		float: left;
	}
	.about-left {
		margin-bottom: 2.5em;
		width: 33.333%;
		float: left;
		padding: 0 10px;
	}
	.check-in {
		width: 24%;
		margin-right: 6%;
	}
	.check-in img {
		width:100%;
	}
	.check-out {
		width: 70%;
	}
	.aboutus {
		padding: 2.5em 0 0.5em;
		min-height: 0;
	}
	.about-topgrid1 {
		padding: 2.5em 0 2em;
	}
	
	.footer_pad {
	/*margin:0 19px 0 19px;*/
	text-align:center;
}

.btm{
width:auto!important;
}
}

@media(max-width:1010px){

.navbar-nav > li{
margin-left: -7px!important;
margin-right: -7px!important;
}

nav a{
font-size: 0.8em;
}

.tbl-btn-green1{
left: 0.5em;
padding: 0 2px !important;
}

}


@media screen and (max-width: 640px) {
	.caption h2 {
		font-size: 1.2em;
	}
	
	.foot01 { display:none;}

.footer02 p { text-align:center; padding:5px; }

	
	a.more {
		font-size: 0.95em;
		padding: 0.55em 1.2em;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
	.welcome-grid h3 {
		font-size: 1.8em;
		margin-bottom: 0.4em;
	}
	.welcome-section {
		padding: 2em 0;
	}
	.about-section h2 {
		font-size: 2.1em;
		margin-bottom: 0.7em;
	}
	.about-section-grid h4 {
		margin-bottom: 0.4em;
		font-size: 1.2em;
	}
	.about-section-grid p {
		font-size: 1em;
	}
	.welcome-grid p {
		height: 68px;
		font-size: 1em;
	}
	.about-section-grid {
		margin-bottom: 2em;
	}
	.about-section a {
		padding: 0.5em 0.8em;
		margin: 0em auto 0;
		font-size: 1em;
	}
	.about-section {
		padding: 2.5em 0;
	}
	.textimonials-section h5 {
		font-size: 1.1em;
		margin: 1.5em 0 1em 0;
	}
	.textimonials-section a {
		padding: 0.7em 1.3em;
		font-size: 1.1em;
		border: 1px solid #fff;
	}
	.textimonials-section p {
		font-size: 1.2em;
		margin-bottom: 2em;
	}
	.textimonials-section {
		min-height: 300px;
	}
	.main-map iframe {
		min-height: 300px;
	}
	.contact-section h4, .follow-us h4 {
		font-size: 1.7em;
	}
	.contact-section input[type="text"], .contact-section textarea {
		padding: 13px 10px;
		margin: 0 0 8px 0;
		font-size: 1em;
	}
	.contact-section input[type="submit"] {
		font-size: 1.3em;
		padding: 7px 30px;
	}
	.follow-us p {
		font-size: 1em;
	}
	.about-desc p {
		height: 104px;
		overflow: hidden;
		line-height: 1.8em;
		margin-bottom: 1.2em;
	}
	.about-topgrid1 h5 {
		height: 26px;
		overflow: hidden;
	}
	.error h1 {
		font-size: 7em;
	}
	.error-head h2 {
		font-size: 1.2em;
		margin-top: 0.5em;
	}
	.error-head {
		padding-top: 2em;
	}
	.error {
		min-height: 500px;
	}
	.main {
		padding: 2em 0;
	}
	.about-top-info h3, .about-topgrid1 h3, .gallery-content-head h3, .blog-content-head h3, .contact-form h2 {
		font-size: 1.7em;
	}
	.span_2_of_3 p span {
		font-size: 1.1em;
		height: 30px;
		overflow: hidden;
		display: block;
	}
	.blog_data p {
		font-size: 1em;
		line-height: 1.7em;
		height: 115px;
		overflow: hidden;
		margin-top: 9px;
	}
	.more {
		margin-top: 1.5em;
	}
	.more a {
		padding: 6px 14px;
		font-weight: 500;
		letter-spacing: 0px;
		font-size: 0.95em;
	}
	.rsidebar h3 {
		font-size: 1.9em;
	}
	.content-pagenation li a {
		font-size: 0.95em;
		padding: 6px 12px;
	}
	.contact-form span label {
		font-size: 0.9em;
	}
	.myButton {
		font-size: 1.1em;
		padding: 8px 23px;
	}
	.company_address {
		width: 29%;
	}
	.contact_info {
		width: 68%;
		margin-left: 3%;
	}
	.cmts-main-right p {
		font-size: 14px;
		margin: 10px 0px;
		height: 76px;
		overflow: hidden;
	}
	.cmnts-left p {
		height: 20px;
	}
	.follow-us-on p {
		font-size: 1em;
	}
	.copyrights {
		margin-top: 2em;
	}

	.top-menu{
		width:100%;
		display: none;
		text-align:center;
		background:#333;
		padding:0;
		margin-top:10px;
	}
	.top-menu ul{
		float:none;
		width:100%;
	}
	.top-menu ul li{
		display:block;
		float: none;
		margin:5px 0;
	}
	
	#menu ul{
		display:block;
		visibility:visible;
		opacity:1;
		float: none;
		margin:5px 0;
		top:0;
		left:0;
		  text-align: -webkit-center;
	}	
	
	.logo {
		width: 20.5%;
		margin-left:1.5em;
		position:relative;
		z-index:5000;
	}
}


@media(max-width:785px){
 
.inside-banner {
top:8em;
z-index:5;
}

.left-inside-header-title{
margin-top: 10em;
}

.bnr-bg-insidepage{
width:100%; min-height:100px; /*background-color:#333*/
}

}


@media screen and (max-width: 480px) {
	.header-top {
		padding: 0.5em 0;
	}
	.logo {
		width: 25%;
	}
	.about-section-grid p {
		height: 86px;
	}
	.about-section a {
		/*width: 27%;*/
		width: auto; /*added on 03 11 2015*/
	}
	.caption h2 {
		font-size: 1em;
		margin-bottom: 2.5em;
	}
	.caption {
		top: 14%;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		left: 43%;
	}
	.about-left {
		width: 50%;
	}
	.about-img {
		width: 43%;
		padding: 0;
		margin-right: 3%;
	}
	.about-desc p {
		height: 96px;
		line-height: 1.7em;
		margin-bottom: 0em;
		font-size: 1em;
	}
	.about-topgrid1 {
		padding: 2em 0 1em;
	}
	.welcome-grid {
		padding: 0;
	}
	.about-top-info h3, .about-topgrid1 h3, .gallery-content-head h3, .blog-content-head h3, .contact-form h2 {
		margin-bottom: 0.5em;
	}
	.grid_1_of_4:first-child {
		margin-left: 0;
	}
	.images_1_of_4 {
		width: 48%;
		margin: 2% 0 2% 3%;
	}
	.grid_1_of_4:nth-child(3) {
		margin-left: 0;
	}
	.rsidebar.span_1_of_3 {
		width: 80%;
	}
	.company_address {
		width: 50%;
		margin-bottom:2em;
	}
	.contact_info {
		width: 100%;	
		margin-left: 0;
	}	
	p.post {
		margin-bottom: 0.2em;
		margin-top: -6px;
		font-size: 0.73em;
		height: 22px;
	}
	.blog_data p {
		margin-top: 0px;
	}
	.cmts-main-left {
		padding: 0 0 0 6px;
	}
	.cmts-main-left img {
		width: 100%;
	}
	.section.group.example {
		margin-bottom: 1em;
	}
	.span_2_of_3 p, .span_1_of_3 p {
		font-size: 1em;
		line-height: 1.8em;
	}
	#commentform input[type="submit"] {
		padding: 10px 35px;
		font-size: 1.2em;
	}
	
	
}


@media screen and (max-width: 370px) {

#slider2a_container{
margin-left:-4% !important
}
}

@media screen and (max-width: 360px) {

#slider2a_container{
margin-left:-5% !important
}

}
@media screen and (max-width: 320px) {
	.logo {
		width: 40%;
	}
	span.menu {
		margin-top: 4px;
		background-size: 22px;
	}	
	.header-bottom {
		padding: 1em 0;
	}
	.caption h2 {
		font-size: 1em;
		height:40px;
		overflow:hidden;
		margin-bottom: 2em;
	}
	a.more {
		font-size: 0.75em;
		padding: 0.5em 1em;
	}
	.rslides img {
		/*height: 160px;*/
	}
	ul.callbacks_tabs.callbacks1_tabs {
		left: 40%;
	}
	p.location, p.phonenum {
		font-size: 0.7em;
	}
	i.location {
		height: 15px;
		margin-right: 0px;
		background: url("../images/img-sprite.png") no-repeat -246px -13px;
	}
	.header-top {
		padding: 0.6em 0;
	}
	.welcome-grid h3 {
		font-size: 1.65em;
		margin-bottom: 0.3em;
	}
	.welcome-grid h5 {
		font-size: 1em;
		line-height:1.6em;
	}
	.welcome-grid {
		padding: 0;
	}
	.about-section-grid {
		margin-bottom: 1.8em;
		padding: 0;
	}
	.welcome-section {
		padding: 1.7em 0;
	}
	.images {
		margin-top: 1.5em;
		padding:0;
	}
	.about-section h2 {
		font-size: 2em;
		margin-bottom: 0.6em;
	}
	.about-section {
		padding: 2em 0;
	}
	.blog_data p {
		height: 92px;
	}
	.about-section a {
		width: 42%;
	}
	.textimonials-section img {
		width: 9%;
	}
	p.post {
		height: 22px;
		font-size: 0.9em;
	}
	.section.group.example {
		margin-bottom: 2em;
	}
	.textimonials-section h5 {
		font-size: 1em;
		margin: 1.3em 0 0.51em 0;
		height: 46px;
	}
	.textimonials-section p {
		font-size: 1.1em;
		margin-bottom: 1.5em;
	}
	.textimonials-section a {
		padding: 0.6em 1.1em;
		font-size: 1em;
	}
	.textimonials-section {
		min-height: 245px;
		padding-top: 2.5em;
	}
	.main-map iframe {
		min-height: 225px;
	}
	.contact-section h4, .follow-us h4 {
		font-size: 1.5em;
	}
	.contact-section,.follow-us {
		padding: 0;
	}
	.footer {
		padding: 2em 0;
	}
	.about-img {
		width: 100%;
		padding:0;
	}
	.col-md-8.about-desc {
		width: 100%;
		float: left;
		padding: 0;
		margin-top: 1em;
	}
	.about-bottom-info {
		padding: 0;
	}
	.about-bottom-info-right {
		margin-top: 1em;
		padding: 0;
	}
	.main {
		padding: 1.5em 0;
	}
	.about-left {
		margin-bottom: 1.5em;
		width: 100%;
		float: left;
		padding: 0 0px;
	}
	.check-in {
		width: 22%;
		margin-right: 6%;
	}
	.images_1_of_4 {
		width: 100%;
		margin: 2% 0 2% 0%;
	}		
	.error h1 {
		font-size: 5em;
	}
	.error-head a {
		font-size: 1em;
		padding: 8px 18px;
		margin-top: 2em;
	}
	.error {
		min-height: 397px;
	}
	.rsidebar.span_1_of_3 {
		width: 100%;
	}
	.blog_1_of_2 {
		width: 90%;
	}
	.blogdata_1_of_2 {
		width: 100%;
		margin-left: 0%;
	}
	.left_form {
		width: 100%;
	}
	.right_form {
		width: 100%;
		margin-left: 0;
	}
	.company_address {
		width: 100%;
		margin-bottom:2em;
	}
	.contact_info {
		width: 100%;
		margin-left: 0;
	}
	p.text {
		margin-top: 0em;
		height: 78px;
		overflow: hidden;
		line-height: 1.5em;
		font-size: 1em;
	}
	.leave h4 {
		font-size: 2em;
	}
	#commentform input[type="text"] {
		width: 100%;
	}
	#commentform textarea {
		width: 100%;
	}
	#commentform input[type="submit"] {
		padding: 10px 35px;
	}
	.blog_img img {
		margin-top: 0;
	}
	.latest_comments h4 a {
		font-size: 0.8em;
	}
	.cmts-main-left img {
		width: 100%;
	}
	.cmts-main-left {
		width: 20%;
		padding: 0 0 0 5px;
	}
	.cmnts-left p {
		margin: 0;
	}
	.content-pagenation li a {
		font-size: 0.875em;
		padding: 4px 8px;
	}
	.span_2_of_3 p, .span_1_of_3 p {
		font-size: 0.875em;
		line-height: 1.6em;
	}
	.cmnts-left {
		padding: 0;
		  width: 68%;
	}
	.cmnts-left p {
		font-size: 0.8em;
		height: 20px;
	}
	.cmnts-right {
		width: 32%;
		float: right;
		padding: 0;
	}
	.cmnts-right a {
		padding: 4px 8px;
		font-size: 13px;
	}
}

/*extras*/

.bnr{
/*border-bottom:1px solid #cacaca;*/
padding-bottom:1px;
width:100%;
z-index: 0;
}

.title-txt{
/*background-image:url(../images/ul-line1a.png);*/

padding-bottom: 7px;
background-repeat:no-repeat;
color:#00c0db;
text-align: center;
/*vertical-align: baseline;*/
}

h1, .h1{
/*font-size: 27px;*/
 /*font-size: 26px;*/
 font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.p1{
background: url(../images/momoline.png) center bottom;
background-repeat:no-repeat;
background-position: 50% 20px;
margin-top: -9px;
color:#666;
text-align: center;
padding-bottom: 1.5em;

}


.p2a{
color:#666;
background: url(../images/momoline.png) center bottom;
background-repeat:no-repeat;
background-position: 50% 47px;
margin-top: -5px;
font-size:22px;
padding: 12px;
font-weight:bold;
text-transform:capitalize;
}


.sldr-txt1{
color: #fff;
    font-size: 20px;
	font-weight:bold;

    left: 60px;
    /*line-height: 38px;*/
    margin: 0 auto;
    position: relative;
    text-align: center;
	text-transform:uppercase;
    
    width: 50%;
	background:rgba(21, 169, 188, 0.96) none repeat scroll 0 0;
	top:12.7em;
	padding:1.7em 1.5em;
	/*border:3px solid #fff;*/
	line-height:30px;
	float:left;
}

.welcome-section{
padding:0 0;
}

.phonenum{
color: #e7decd;
font-size: 11px;
display:none; /*added*/
}


.about-section-grid h4{
  font-size: 17px;
    font-style: normal;
    font-weight: bold;
    height: auto;
	line-height:14px;
	padding-top: 1.5em;
}

.about-section-grid p{
font-size:14px;
color: #414141;
}

.btn-danger{
margin-top:5px;
margin-bottom:11px;
}

#slider2a_container{
width:700px;
}

.ftr-title{
text-transform:uppercase; font-size:12px;
color:#ed2f30;
}

.ftr-subtitle{
font-size:11px;
}

.ftr-subtitle a{
font-size:11px;
color:#8a8a8a;
}


.footer .container a:hover{

color:#b8b7b7;
}

.footer{
background:#ffffff;
}


@media only screen and (max-width: 515px) {
.rslides img {
    /*height: 350px!important;*/
    width: auto!important;
}

.btn-dmn1{
width: 70%;
}

.stic-bnr{
display:block;
margin-bottom: -110px;
}

}


@media only screen and (max-width: 530px) {
.stic-bnr{
display:block;
margin-bottom: -90px;
}

.stic-bnr img{
width: 100%;
max-width:100%;
height:auto;
}

.dis-home{
display:none;
}

.rslides img {
   /* height: 350px!important;*/
    width: auto!important;
}


/*new*/
/*.cap-container{
left: 0;
    opacity: 0.9;
    position: absolute;
	top: 67%;
   width: 100%;
}*/

.cap-container{
left: 0;
    opacity: 0.9;
    position: relative;
    /*top: 27%;*/
	top:-175px;
   /* width: 75%;*/
   width: 100%;
}


.cap-container .title-cap1{
background-color: #303030;
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    padding: 9px;
    text-transform: uppercase;
	text-align:center;
	/*width: 90%;*/
}

.cap-container p{
    background-color: #cd2129;
    font-size: 13px;
    font-weight: normal;
    margin-top: 2px;
    padding: 6px;
    text-align: center;
	color:#ffffff;
	line-height: 20px;

}

.btn-dmn1{
width: 50%;
}

.btm{
width: auto!important;
}

/*new*/

}


/*.video {
	background:#000;
	width:100%;
	max-height:33.33%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	overflow:hidden
}*/

/*video img{
width:100%;
max-width:100%;
height:auto;
}*/

video{
width:100%;

height:auto;
}

video{
width:100%;

height:100%;
}

.search-dmn1{
border-radius: 0;
box-shadow:none;
width: 68%;
border: 1px solid #fff;
 float: left;
 height:42px;
}




.btn-reset1{
/*width: 20% !important;*/
/*width: 20%!important;*/
padding: 5px 25px;
font-size: 15px;
   background-color: #dd1d2a;
    border-color: #c20a16;
    color: #fff;
	border-radius: 0;
	margin-bottom: 0;
	margin-top: 0;
}


.btn-submit1{
/*width: 20% !important;*/
/*width: 20%!important;*/
padding: 5px 20px;
font-size: 15px;
   background-color: #ffffff;
    border-color: #ccc;
    /*color: #7d7d7d;*/
	border-radius: 0;
}



.txtt-dmn{
color:#fff;
text-transform:uppercase;
font-size:16px;
}

.container-dmn {
    float: none;
    margin: 0 auto;
    position: relative;
	}
	
	/*new tables classes*/
	thead th{
	/*background:#000000;*/
	background:#303030;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	/*min-height:97px;*/
	height: 97px;
	vertical-align: middle !important;
	border: 0 none !important;
	}
	
.table-responsive {
    border: 1px solid #dddcdc;
}
	
	.table-responsive .active td{
	background-color: #f1f1f1;
    border-right: 1px solid #dddcdc;
	height: 60px;
	}
	
	.table-responsive  td{
	background-color: #ffffff;
    border-right: 1px solid #dddcdc;
	height: 60px;
	 border-top: 1px solid #dddcdc;
	}
	
	.info{
	background:#ffffff!important;
	color:#bab9b9;
	font-size:11px;
	font-style:italic;
	}
	
	.table-responsive table{
	margin-bottom:0px;
	}
	
	.highlight-green1{
	color:#a3e769;
	font-size:21px;
	font-weight:bold;
	color:#a3e769;
	 height: auto;
	}
	/*new tables classes*/
	
	
	/*inside second light gray full width*/
	.inside-second-fulwidth {
    background-color: #fafafa;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    /*margin-bottom: 71px;*/
    /*margin-top: 71px;*/
    overflow: hidden;
	/*padding:120px 0;*/
	padding:65px 0; /*new added 02 11 2015*/
	}
	/*inside second light gray full width*/
	
	
	
	
	/*new spacing classes large mid small*/
	.space1-large{
	/*height:110px;*/
	height:65px; /*new added 02 11 2015*/
	}
	
	.space1-mid{
	/*height:70px;*/
	height:35px;  /*new added 02 11 2015*/
	}
	
	.space1-small{
	/*height:35px;*/
	height:21px; /*new added 02 11 2015*/
	}
	/*new spacing classes large mid small*/
	
	
	
	/*the square tabs css from Jquery*/
	/*.tabs{
	border: 1px solid #000;
	}*/
	/*the square tabs css from Jquery*/
	
	
	.tab_content{
	padding-left: 10px;
	right: auto;
	text-align:left;
	margin:0;
	}
	
	
	#tab2 .txtnrml b, strong{
	font-weight: normal;
	}
	
	
	.text-center {
    /*text-align: left;*/
}

h2{
/*font-size:25px;*/  /*new disabled 02 11 2015*/
}


.flx{


}

.flx h4{
text-align:left;
}

.flx .features_content ul li{
text-align:left;
margin-left:-6px;
}

.inside-inbet-fulwidth img{
width:100%;
max-width:100%;
height:auto;

}





/*.vdo {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
    z-index: 0;
	float: none !important;
	display:block!important;
	overflow:hidden;
	clear:both;
}

.vdo video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}*/

.contnr-tble{
position:relative;
width:100%;
}

.contnr-tble .about-table1{
border-right: none;
}


.gnrl-tbl-1{

background-color:#303030!important;
}


.btm{
width: 19%;
}


.navbar-inverse{
background:transparent none repeat scroll 0 0;
/*background:#303030;*/
}


@media screen and (max-width: 1100px) {
.tab-mob{
display:none;
}
}

@media screen and (max-width: 770px) {
.tab-mob{
display:block;
}


}

@media screen and (max-width: 768px) {
.content_banner h1{ font-size:20px; top:10%; background: rgba(0,0,0,0); }


h1, h2, h3, h4, h5, h6{
padding-left:2%; /*new added 03 11 2015*/
}

p{
/*padding-left:2%;*/  /*new added 03 11 2015*/
}


.mig-txt1-rgt{
text-align: left; /*new added 03 11 2015*/
}

.mig-btn1-rgt {
    float: none; /*new added 03 11 2015*/
}

.clbk{
display:none;
}

.text-ctr{
text-align:center;
}

.menures-width{
padding-left: 0;
padding-right: 0;
}

}

@media screen and (max-width: 970px) {
.phonenum { display:none;}
}


/*@media screen and (max-width: 1000px) {


.stic-bnr{
display:block;
}

.stic-bnr img{
width: 100%;
max-width:100%;
height:auto;
}

.dis-home{
display:none;
}
}*/



/*extra new classes for package table*/
.tbl-cmn-ctr{
text-align:center;
border-right:none;
box-shadow: 0 0 6px -1px #f2f0f0;
overflow-x: auto;
/*white-space: normal;*/
}

.tbl-cmn-ctr  .dsh td{
border-top: 1px dashed #ddd;
}

.tbl-title-head{
text-align:center;
padding:10px 0 25px 0!important;
background-color:#303030!important;

}
.tbl-title-head td{
background-color:#303030;
text-color:#ffffff;
border-top: none;
border-right:none;
}
.tbl-title-head h4 {
color:#ffffff;
}
.tbl-title-head h5{
color: inherit;
}

.tbl-title-head p{
font-size:13px;
padding:2px 0;
text-transform: none;
}

.head-txt-red {
    color: #cd2129;
}

.bld{
font-weight:bold;
font-size:22px;
}

.tbl-btn-red{
background-color: #dd1d2a;
    border-color: #c20a16;
    border-radius: 0;
    color: #fff;
	font-size: 0.9em;
    text-transform: uppercase;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  padding:7px 15px;
}


.tbl-btn-green1{
background-color: #96bd0e;
    border-color: #e2fb88;
    border-radius: 0;
    color: #fff;
	font-size: 0.9em;
    text-transform: uppercase;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  padding:0px 15px;
}

.tbl-btn-green2{
background-color: #00c0db;
    border-color: #04b1ca;
    border-radius: 0;
    color: #fff;
	font-size: 0.9em;
    text-transform: uppercase;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /*padding:0px 15px;*/
  padding: 0.7em 1em;
}

.tbl-btn-green2:hover{
background-color: #333;
}

.tbl-btn-green1:hover{
background-color: #333;
}

.navbar-nav > li > a{
 padding-bottom: 15px;
    padding-top: 15px;
}

.navbar-nav > li {

    margin: -10px 8px;
	transition:.5s;
		-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}


.navbar-nav > li:hover {
  background-color: #333;
  
}


.tbl-btn-red a{
color: #fff;
}

.tbl-btn-red:hover{
background-color: #333333;
text-decoration:none;
}

.tbl-btn-red a:hover{
text-decoration:none;

}

.small-scpace1{
height:14px;
}

.tbl-spce-height{
padding: 1em 0em!important;
}

.med-sub-txt{
/*font-size:23px;*/ /*new disabled 02 11 2015*/

}

.nd-sub-title{
font-size:18px;
text-transform:capitalize;
font-weight:bold;
color:#333;
}
/*.tbl-cmn-ctr p{
font-size:14px;
}*/
/*extra new classes for package table*/

.mig-txt1-rgt{
text-align:right;
/*float:right;*/
}

.mig-btn1-rgt{
float:right;
}

.clbk{
position:relative;
}

@media screen and (max-width: 767px) {
 }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    /*white-space: nowrap;*/  tempreroly hided
  }
  


}



@media only screen and (max-width: 801px) {

  #fancybox-wrap{
margin-top:5%!important;
}
}





