body {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background:#FFF;
	border-top:3px solid #00b1ca;
}
.s-icon .social-icon{
	float:left;
	margin-bottom:10px;
	margin-left: 120px;
}
.s-icon .social-icon i{
	height:30px !important;
	width:30px !important;
	line-height:28px;
	font-size:14px;
	margin: 0;
	margin-right: 7px;
}
.header-area {
	background-color: #13a7c7;
	min-height: 160px;
}
.navigation-area {
	background-image: url('../img/navigation-container.jpg');
	background-repeat: repeat-x;
}
.content-area {
	padding: 50px 0 70px 0;
}

.footer-area {
	background-color: #1f1f1f;
	color: #fff;
	min-height: 50px;
	padding: 20px 0 0 0;
}
.full-width {
	min-width: 100%;
	position: relative;
}
h1
{
	font-size: 35px;
	font-weight: bold;
	color: #20242d;
}
h2 {
	font-size: 30px;
	font-weight: bold;
	color: #20242d;
}
/** Changes background color, height and margin of the border **/
.top-bar {
	background: none;
	height: 40px;
	line-height: 50px;
	margin-bottom: 0;
}
/** Removes black background on menu bar **/
.top-bar-section ul {
	background: none;
	text-transform: uppercase;
	padding-top:12px;
}
/** Removes black background on menu item **/
.top-bar-section ul li {
	background: none;
		font-size: 16px;
	color: #fff;
	
}
.top-bar-section li a:not(.button) {
	background: none;
	
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;padding: 0 50px;
	color: #fff;border-right: #fff thin solid;
}
.top-bar-section li:last-child a:not(.button) {
	border-right: none;
}
/** Changes the active menu item from default black to a gradient **/
.top-bar-section ul li.active > a {
	background: none;
	color: #ed6e11;
}
/** Changes the hover state of non active menu items **/
.top-bar-section li:hover a {
	background: none;
	color: #ed6e11;
}
/** Changes non active menu items text color to black **/
.top-bar-section ul li > a {
	color: #000;
}
/** Changes the hover state of dropdown menu items **/
.top-bar-section ul.dropdown li a:hover:not(.button) {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
}
/** IMPORTANT fill for the ul dropdown container **/
.top-bar-section ul.dropdown {
	background: #333;
	color: #fff;
}
/** This fixes the position and the color of the dropdown arrow **/
.top-bar-section .has-dropdown > a:after {
	border-color: rgba(0, 0, 0, 1) transparent transparent;
	margin-top: 2.5px;
}
div, ul, li, ol, h1, h2, h3, h4, h5, h6, span, p, label {
	margin: 0;
	padding: 0;
}
.cls
{
	clear:both;
}
a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none
}
a img {
	border: none;
}
a {
	color: inherit;
}
.clear {
	clear: both
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: middle;
}
.nun-margin {
	margin: 0;
	padding: 0;
}
.nav-bg {
	background:#00b1ca;
	margin-top: 25px;
	font-family: 'PT Serif', serif;
	border-radius:3px 3px 0 0;
}
.nav-bg1 {
	background: rgba(000,000,000,0.9);
	margin-top: 25px;
	font-family: 'PT Serif', serif;
	border-radius:3px 3px 0 0;
}
.padding-left-none {
	padding-left: 0
}
.padding-right-none {
	padding-right: 0
}
.main-slider {

	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}
.main-slider img {
	width: 100%;
}
.int_wrp
{
	background:url(../img/bg.jpg) no-repeat top center;
	padding-bottom:0px;
	background-size:cover;
	border-bottom:2px solid #000;
}

.book-online {
	background: #3a3937;
	width: 119px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	margin-top: 15px;
	float: right;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.book-online:hover {
	background: #e06c18;
	color: #181817;
}
.margin-slider {
	position: relative;
	height: auto
}
.top-slider-form {
	position: absolute;
	top: 37px;
	left:20px;
}

.book-online span {
	border: #181817 thin solid;
	padding: 8px
}
header {
	margin-top: 40px;
	font-family: 'PT Serif', serif;
}
.top-contact {
	text-align: right;
	margin-top: 30px;
}

input[type=radio] + label {
	padding-left: 5px;
	color: #fff;
	height: 18px;
	display: inline-block;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	vertical-align: middle;
	cursor: pointer;
}

.request {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 999
}
.top-contact p {
	background: #000;
	color: #f5bf1e;
	font-size: 18px;
	margin-bottom: 4px;
	padding: 2px 5px;
	display: inline-block;
}
.top-contact p span {
	color: #fff;
}
.service-bg {
	background: #f2f2f2;
	border-top: #00b1ca 5px solid;
	margin-top: 25px;
	padding:35px 0 25px 0;
}
.wht-bg {
	background: #fff;
	padding:35px 0 25px 0;
}

.home-service-head {
	font-size: 20px;
	font-weight: bolder;
	text-transform: uppercase
}
.home-service-txt {
	color: #a9a9a9;
	font-weight: 300;
	font-size: 14px;
	margin: 6px 0 10px;
	max-width: 250px;
	margin: 0 auto;
	height: 80px;
}
.learn-more {
	background: #2b2b2b;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	padding: 10px 15px;
	border-radius: 8px;
}
.margin-service {
	margin: 15px 0 20px;
}
.learn-more:hover {
	background: #171717;
}
.learn-more:hover a {
	color: #fff
}
.home-bottom-content {
	background: #212121;
	margin-top: 3px;
	border-bottom: #fff 2px solid;
	padding: 50px 0 15px;
	position:relative;
}
.home-bottom {
	background: #020202;
	padding: 5px 0px
}
.home-heading {
	font-size: 56px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px
}
.home-heading span {
	font-size: 37px;
}
.home-txt {
	font-size: 19px;
	font-weight: 300;
	margin-top: 25px;
	line-height: 25px;
}
.home-read {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 0 0;
	
}

.home-read a {
	color:#00b1ca !important;
}

.home-read a:hover {
	color: #333 !important;
}

footer {
	background: #fff;
	margin-top: 7px;
	padding: 12px 0 30px
}
.footer-heading {
	font-size: 21px;
	color: #7d7d7d;
	letter-spacing: -2px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 15px
}
.footer-txt {
	font-size: 13px;
	color: #7d7d7d;
	line-height: 20px;
	max-width: 300px;
	font-weight: 600;
	margin-top: 10px;
}
.address {
	font-size: 13px;
	color: #2f2f2f;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 5px
}
.address a {
	color: #2f2f2f !important;
	text-decoration:none;
}
.address span {
	font-weight: 900;
}
.social-icon i {
	color: #e5e4e4;
	border: #e5e4e4 2px solid;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 20px;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.social-icon i:hover {
	color: #fff;
	background: #ed6e11;
	border: #ed6e11 2px solid
}
.copy {
	font-size: 12px;
	color: #7d7d7d;
	font-weight: 700;
	line-height: 20px;
	margin-top: 15px;
}
.f-link {
	padding: 20px 0;
}
.f-link li {
	padding: 0 10px;
	border-right: #fff thin solid;
	font-size: 13px;
	display: inline-block;
	list-style: none;
}
.f-link li a:hover {
	color: #f0a100;
}
.f-link li:last-child {
	border-right: none
}
.design {
	padding: 20px 0;
	font-size: 13px;
	text-align: right
}
.design a {
	color: #f0a100;
}
.design a:hover {
	color: #fff;
}

.qns 
{
	text-align:left;
	margin-bottom:20px;
}
.qns span
{
	font-size:30px;
	color:#f5bf1e;
	font-weight:400;
}
.qns p
{
	font-size:19px;
	color:#fff;
	font-weight:normal;
}
.faq_lft
{
	width:42.73%;
	float:left;
}
.faq_rht
{
	width:57.26%;
	float:left;
}
.cst_logo
{
	width:200px;
	float:left;
	margin:0 20px 20px 0;
}
.faq_main
{
	margin-top:50px;
}
.blog
{
	text-align:left;
	border-bottom:1px dashed #CCCCCC;
	padding-bottom:17px;
	margin-bottom:17px;
}
.blog a
{
	font-size:15px;
	color:#ffcd21;
	font-weight:bold;
	text-decoration:none;
}
.blog span
{
	font-size:13px;
	color:#ffcd21;
	font-style:italic;
	display:block;
	padding:5px;

}
.blog p
{
	font-size:13px;
	color:#fff;
	font-weight:normal;
	line-height:none;
}
.blog img
{
	float:left;
	margin-right:15px;
	padding:5px;
	border:1px solid #999;
}
.tbls
{
	background:none;
	border:none;
}







a.tooltip {
    outline: medium none;
	position:relative;
	font-size:14px;
}
a.tooltip strong {
    line-height: 30px;
}
a.tooltip:hover {
    text-decoration: none;
}
a.tooltip span {
    display: none;
    line-height: 16px;
    margin-top: 30px;
    padding: 14px 20px;
    width: 300px;
    z-index: 10;
}
a.tooltip:hover span {
    background: none repeat scroll 0 0 #fffaf0;
    border: 1px solid #dca;
    color: #111;
    display: inline-block;
	position:absolute;
	margin:0 auto;
	
}
.form_main
{
	width:100%;
}
.form_half
{
	width:48%;
	float:left;
	border:1px solid #ffcd21;
	margin:0 10px;
}
.form_rpt
{
	margin-bottom:20px;
	float:left;
	width:100%;
	text-align:center !important;
}
.form_wht
{
	margin-bottom:20px;
	float:left;
	width:100%;
	background:#ffcd21;
}
.form_wht p
{
	font-size:20px;
	color:#000;
	font-weight:normal;
	text-align:center;
}
.form_wht p span
{
	font-size:15px;
	color:#000;
	font-weight:normal;
}




.form_img
{
	width:175px;
	text-align:center;
	float:left;
}
.form_img span
{
	display:block;
	font-size:15px;
	font-weight:normal;
	color:#FFF;
	text-align:center;
	padding:10px 0;
}
.form_inpmn
{
	width:210px !important;
	text-align:center;
	margin:0 auto;
}


.form_inp5
{
	border:1px solid #999;
}





















.exp ul { list-style-type: none; }
.exp label{
	border-radius: 5px;
	padding: 3px;
	padding-left: 25px;
	color: white;	
}
.exp li { 
	margin: 10px;
	padding: 2px;
	border: 1px solid #343434;
	border-radius: 5px;
	margin-bottom:10px !important;
}
.exp li span { 
	font-size:14px;
	color:#fff;
	font-weight:normal;
}
.exp li p {
	font-size:13px;
	color:#f0f0f0;
	font-weight:normal;
}



input[type=checkbox] { display: none; }
input[type=checkbox] ~ ul { 
	max-height: 0;
	max-width: 0;
	opacity: 0;
	overflow: hidden;
   -webkit-transition:all 1s ease;  
   -moz-transition:all 1s ease;  
   -o-transition:all 1s ease;  
   transition:all 1s ease;  
	
}
input[type=checkbox]:checked ~ ul { 
	max-height: 100%;
	max-width: 100%;
	opacity: 1;
}
input[type=checkbox] + label:before{
	transform-origin:25% 50%;
  border: 4px solid transparent;
  border-width: 4px 8px;	
  border-left-color: #f5bf1e;
  margin-left: -17px;
  margin-top:8px;
	width: 0;
	height: 0;
	display: inline-block;
	text-align: center;
	content: '';
	color: #f5bf1e;
   -webkit-transition:all .5s ease;  
   -moz-transition:all .5s ease;  
   -o-transition:all .5s ease;  
   transition:all .5s ease; 
	position: absolute;
}
input[type=checkbox]:checked + label:before {
	transform: rotate(90deg);
	/*margin-top: 6px;
  margin-left: -25px;*/

}



.form_left {
	width: 40.50%;
	float: left;
}
.f_head {
	background: #e4711b;
	padding: 13px 0 5px 0;
}
.icn {
	text-align:left;
}
.icn span {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
.icn p {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
}
.icn img {
	float: left;
	margin: 0 19px 0 25px;
}
.icn_tel {
	width: 32.50%;
	float: left;
}
.tel_text {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	width: 100%;
	float: left;
	padding-bottom: 12px;
}
.tel_text span {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
}
.tel_text img {
	float: left;
	margin-right: 10px;
}
.f_green {
	background: rgba(33,33,33,0.92);
	padding: 20px 20px 5px 20px;
}
.f_rpt {
	margin-bottom: 20px;
	float:left;
}
.f_inp {
	width: 205px;
	float: left;
	margin-right: 10px;
	background: #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 13px;
	color: #414241;
	font-weight: normal;
	padding: 10px 0 10px 13px;
	border: none;
	outline: none;
}
.f_inp_lst {
	width: 205px;
	float: left;
	background: #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 13px;
	color: #414241;
	font-weight: normal;
	padding: 10px 0 10px 13px;
	border: none;
	outline: none;
}
.save {
	float: right;
    margin-right: 35px;
    margin-top: 50px;
    width: 185px;
}
.g_btn {
	background: #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 8px 16px;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	border: none;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.g_btn:hover {
	background: #eb6401;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.g_btn1 {
	text-align:center;
	margin-top:20px;
}




.g_btn1 a {
	background: #eb6401;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 15px 16px;
	font-size: 16px;
	color: #FFF !important;
	text-transform: uppercase;
	border: none;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	display:block;
}
.g_btn1 a:hover {
	background: #000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.section3 {
	border-bottom: 3px solid #252932;
	padding: 40px 0 30px 0;
	background:#F00;
}
.hire_hd {
	font-size: 35px;
	font-weight: bold;
	color: #20242d;
	padding-bottom: 30px;
}
.hire_hd1
{
	text-align:center !important;
	padding-bottom:19px;
}
.peg_hd
{
	text-align:center !important;
	padding-top:8px;
}
.peg_hd span
{
	font-size: 28px;
	font-weight: bold;
	color: #20242d;
}
.peg_int
{
	
	padding-top:8px;
	padding-bottom:10px;
}
.lnd-txt
{
	text-align:center;
}
.lnd-txt p
{
	font-size: 16px;
	font-weight: normal;
	color: #7e7e7e;
	line-height:26px;
	text-align:center !important;
	padding:10px 25px;
}
.lnd-txt span
{
	font-size: 16px;
	font-weight: bold;
	color: #7e7e7e;
	display:block;
}

.color-txt
{
	text-align:center;
}
.color-txt p
{
	font-size: 26px;
	font-weight: normal;
	color: #00b1ca;
	text-align:center !important;
	padding:10px 25px;
}



.comon_txt
{
	text-align:center;
}
.comon_txt p
{
	font-size: 15px;
	font-weight: normal;
	color: #000;
	line-height:24px;
	text-align:center !important;
	padding:10px 25px;
}
.comon_txt span
{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	display:block;
}

.comon_txt5
{
	text-align:left;
}
.comon_txt5 p
{
	font-size: 15px;
	font-weight: normal;
	color: #000;
	line-height:24px;
	text-align:left !important;
	padding:10px 25px;
}
.comon_txt5 span
{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height:24px;
	text-align:left !important;
	padding:10px 25px;
	display:block;
}
.comon_txt5 ul
{
	margin:0;
	padding:0;
	padding-left:50px;
}
.comon_txt5 ul li
{
	margin:0;
	padding:0;
	font-size: 15px;
	font-weight: normal;
	color: #000;
}



.fq_txt
{
	text-align:left;
}
.fq_txt p
{
	font-size: 15px;
	font-weight: normal;
	color: #000;
	line-height:24px;
	padding:3px 0 25px 0;
}
.fq_txt span
{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	display:block;
}



.box_main1 {
	width: 100%;
}
.cyne_left1 {
	width: 48.17%;
	float: left;
	margin-right: 40px;
}
.stp {
	float: left;
	width: 100%;
	margin-bottom: 36px;
}
.stp span {
	font-size: 20px;
	color: #4d4e52;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.stp p {
	font-size: 18px;
	color: #6a6b6f;
	font-weight: bold;
}
.stp img {
	float: left;
	margin-right: 20px;
}
.stp1 {
	float: left;
	width: 100%;
}
.stp1 span {
	font-size: 20px;
	color: #4d4e52;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.stp1 p {
	font-size: 18px;
	color: #6a6b6f;
	font-weight: bold;
}
.stp1 img {
	float: left;
	margin-right: 20px;
}
.offer_right1 {
	width: 48.17%;
	float: left;
}
.online
{
	background:#fff;
	position:absolute;
	top:-50px;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
	font-size: 33px;
	font-weight: 200;
	text-transform: uppercase;
	text-align:center;
	color:#000;
	padding:22px; 0;
	z-index:999;

	
}
.online span
{
	
	font-weight: bold;
	color:#00b1ca;
	
}
.online .black
{
	
	font-weight: bold;
	color:#000;
	
}
.gray-bg {
	background: #efefef;
	padding:15px 0 60px 0;
	background:url(../img/gray.jpg) repeat-x top center;
	margin-top:40px;
}
.spl_mn
{
	text-align:left;
}
.spl_one
{
	width:18%;
	float:left;
	border-right:1px solid #ed6e11;
}
.spl_one span
{
	font-size:40px;
	color:#ed6e11;
	font-weight:bold;
	text-align:left;
}
.spl_two
{
	width:60%;
	float:left;
}
.spl_two p
{
	font-size:14px;
	line-height:22px;
	color:#414241;
	font-weight:normal;
	text-align:left;
	padding-left:50px;
}

.spl_tr
{
	width:12%;
	text-align:center;
	float:left;
	margin-left:20px;
}


.bread_crum {
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#ed6e11;
	padding-top:5px;
}
.bread_crum span {
	font:normal 15px/20px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#414241;
	padding:0 5px 0 5px;
}
.bread_crum a {
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#414241 !important;
	text-decoration:none;
}
.bread_crum a active {
	color:#414241 !important;
}
.bread_crum a:hover {
	color:#ed6e11 !important;
}
.img-rht {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
}
.img-lft{
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}
.left_sde
{
	width:50%;
	float:left;
	text-align:left !important;
}
.rht_sde
{
	width:40%;
	float:left;
	text-align: left !important;
	margin-left:50px;
}
.top-formn-field {
	padding: 10px 12px;
}
input.home-top-input {
	background: none;
	font-size: 12px;
	border: #848484 thin solid;
	color: #fff;
	height: 35px;
	margin-bottom: 10px;
}
input.home-top-input1 {
	background: none;
	font-size: 14px;
	border: #848484 thin solid;
	color: #000;
	height: 35px;
	margin-bottom: 20px;
	width:98%;
	padding:5px;
}
.text-area {
	background: none;
	font-size: 14px;
	border: #848484 thin solid;
	color: #000;
	height: 100px;
	margin-bottom: 10px;
	width:98%;
	font-family: 'Open Sans', sans-serif;
}

.add_cnt
{
	text-align:left;
}
.add_cnt img
{
	float:left;
	margin-right:10px;
}
.add_cnt p
{
	font-size:16px;
	color:#000;
	text-align:left;
	padding-bottom:20px;
	line-height:normal;
}
.add_cnt p a
{
	color:#000 !important;
	text-decoration:none;
}
.add_cnt span
{
	font-size:35px;
	color:#000;
	padding-bottom:10px;
	font-weight:100;
	display:block;
	line-height:normal;
}

.book_main
{
	border:1px solid #e5e5e5;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	width:70%;
	margin:0 auto;

}
.b_hd
{
	background:#f2f2f2;
	font-size:13px;
	color:#414241;
	font-weight:normal;
	padding:15px;
}
.frm_mn
{
	padding:20px;
}
.frm_hd
{
	border-bottom:1px solid #e5e5e5;
	margin-bottom:30px;
}
.frm_hd p
{
	font-size:18px;
	font-weight:normal;
	color:#414241;
}
.frm_rpt
{
	margin-bottom:20px;
}

.book_rpt
{
	width:47%;
	float:left;
	margin-left:20px;
	text-align: left !important;
}
.book_nm
{
	font-size:14px;
	color:#414241;
	font-weight:normal;
	padding-bottom:10px;
}
.book_hd
{
	font-size:25px;
	color:#06c3de;
	font-weight:400;
	padding-bottom:20px;
	display:block;
}

input.book {
	background: none;
	font-size: 12px;
	border: #e4e4e4 1px solid;
	color: #000;
	height: 34px;
	margin-bottom: 15px;
	width:83%;
	padding:5px;
}
.book-box {
	background: none;
	font-size: 12px;
	border: #848484 thin solid;
	color: #000;
	height: 100px;
	margin-bottom: 10px;
	width:90%;
}
.commn_cnt
{
	text-align:left;
	
}
.gray_h
{
	padding:40px 0;
	margin-bottom:30px;
	background:url(../img/gray1.jpg) repeat-x  #f2f2f2 bottom center;
}

.seater_mn
{
	text-align:left;
}
.seat_col
{
	width:265px;
	float:left;
	margin:0 12px;
}
.seat_txt
{
	background:url(../img/dotted.png) #e4e4e4 repeat-x bottom left;
	text-align:left;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none
}
.seat_txt p
{
	font-size:15px;
	font-weight:normal;
	color:#616161;
	text-align:center;
	line-height:22px;
	padding:15px 0 20px 0;
}
.seat_txt p span
{
	font-size:22px;
	font-weight:normal;
	color:#5d5f60;
	display:block;
	text-align:center;
}
.seat_txt:hover
{
	background:url(../img/dotted.png) #cfcdcd repeat-x bottom left;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none
}
.seat_txt1
{
	text-align:justify;
	padding:10px 0 0 0;
}
.seat_txt1 p
{
	font-size:13px;
	font-weight:normal;
	color:#616161;
	line-height:18px;
}

.home-side-image {
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
.home-side-image img {
	width: 100%;
	left: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
/** Scale Caption :hover Behaviour **/
.home-side-image:hover #image-6 {
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	opacity: 0.5
}   
#content {
    border: 1px solid red;
    height: 1em;
    padding: 2px;
    overflow: hidden    
}
.abt_txt
{
	text-align:left;
}
.abt_txt p
{
	font-size: 14px;
	font-weight: normal;
	color: #7e7e7e;
	line-height:23px;
	padding:5px 25px;
}
.abt_txt span
{
	font-size: 21px;
	font-weight: normal;
	color: #4c4c4c;
	display:block;
	padding-bottom:10px;
}
.abt_txt img
{
	float:right;
	padding:4px;
	border:1px solid  #a7a6a6;
	margin-left:50px;

}


.inpt i {
	color: #555555;
	border: #e4e4e4 1px solid;
	border-right:0px !important;
	width: 39px;
	height: 34px;
	background:#eeeeee;
	line-height: 34px;
	text-align: center;
	font-size: 20px;
	float: left;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.inpt i:hover {
	color: #fff;
	background: #ed6e11;
	border: #ed6e11 2px solid
}









 @media only screen and (max-width: 1050px) {
.top-bar-section li a:not(.button) {
	padding: 0 19px;
	font-size: 14px
}
 @media only screen and (max-width: 800px) {
.margin-slider {
min-height:420px
}
}
 @media only screen and (max-width: 580px) {
.padding-left-none {
	padding-left: 0.9375em;
}
.padding-right-none {
	padding-right: 0.9375em;
}
.top-contact {
	text-align: left;
	margin-top: 5px
}
.book-online {
	margin: 0 auto
}
.logo {
	text-align: center;

	padding-top:25px;
}
.logo img {
	width: 55%;

}
.request {
	top: 45%;
	text-align: right
}
.request img {
	width: 80%;
}
.nav-bg {
	margin-top: 15px;
}
header {
	margin-top: 20px;
}
.top-slider-form {
	position: static;
	top: 0;
	left:0;
	
}
.top-form-bg {
	margin-top: 15px;
}
.f-link {
	text-align: center;
	padding: 10px 0 0
}
.f-link li {
	margin: 5px 0
}
.design {
	text-align: center
}
}
 @media only screen and (max-width: 942px) {
/* Makes the responsive menu fit in the navigation container and change its background to black */
.top-bar ul {
	background-color: none;
	padding-bottom: 0px;
}
.top-bar-section ul li {
	margin: 0 1px;
}
.top-bar-section ul {
	padding-top: 10px;
	margin-top: 0
}
/* Change non active menu item color to black */
.top-bar-section ul li > a {
	color: #fff;
}
/* Gives the dropdown ul a black fill */
.top-bar-section ul {
 background: #;
}
/* Give the BACK button after going in a submenu the appropriate filling */
.top-bar-section .dropdown li.title h5 a {
	line-height: 57px;
}
/* This fixes the position and the color of the dropdown arrow */
.top-bar-section .has-dropdown > a:after {
	border-color: rgba(255, 255, 255, 1) transparent transparent;
	margin-top: 2.5px;
}
.top-contact p {
	font-size: 14px;
}
.book-online {
	max-width: 119px;
	width: auto;
	float: none;
	line-height: 40px;
	height: 40px;
	font-size: 13px;
}
.top-bar-section li a:not(.button) {
	line-height: 35px;
	padding: 5px 10px 0;
}
.faq
{
	text-align:left;
}
.faq p
{
	font-size: 15px;
	font-weight: normal;
	color: #000 !important;
	line-height:24px;
	padding:10px 25px;
}
.faq span
{
	font-size: 16px;
	font-weight: bold;
	color: #000 !important;
	display:block;
}
} /* end media query */
 @media only screen and (max-width: 580px) {
.book-online {
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	margin-top: 25px
}
.book-online span {
	padding: 5px;
}
}
 @media only screen and (max-width: 340px) {
.top-contact p {
	font-size: 12px;
}
.book-online {
	line-height: 30px;
	height: 30px;
	font-size: 11px;
	margin-top: 20px
}
}

.seat_txt1 button .abc{
	background-color:none !important;
}
