

.tabs-panels,.tabs,.tabs-header
{
border-color:#34C06F;
}
.tabs-title {
    font-size: 14px;
}
.tabs-header
{
	background-color:transparent !important;
}
.tabs-header, .tabs-scroller-left, .tabs-scroller-right, .tabs-tool, .tabs, .tabs-panels, .tabs li a.tabs-inner, .tabs li.tabs-selected a.tabs-inner, .tabs-header-bottom .tabs li.tabs-selected a.tabs-inner, .tabs-header-left .tabs li.tabs-selected a.tabs-inner, .tabs-header-right .tabs li.tabs-selected a.tabs-inner{border-color:#34C06F;}

.tabs li.tabs-selected a.tabs-inner{background:#34C06F !important;color:#fff;}
.tabs li a.tabs-inner{background:none;}
.row
{
	margin-right:0px !important;
}
.tiny-text{
	color: #fff;
    text-align: center;
    font-size: 19px;
    background: #34C06F;
    width: 50%;
    padding: 10px 20px;
	margin-top:24px;
	overflow-y:hidden;
}
.req {
    min-height: 100px;
}
.sub-class{display:none;    background: #fff !important;
    float: none !important;
    width: 150px;
    position: absolute;
    right: 0;
}
.main_class_sub { position:relative; }
.main_class_sub:hover .sub-class li{display:block;}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{	
	    border: 1px solid #F3A312 !important;
		color:#fff !important;
		background:#F3A312 !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:#F3A312;
	
}
.ui-state-default{background:transparent !important;}
.help{
	line-height:25px;
	letter-spacing:.5px;
}
.ui-accordion .ui-accordion-header{
	font-family: 'Montserrat', sans-serif;	
	font-size:17px !important;
	}
.ui-accordion-header-active.ui-state-active {
    color: #fff !important;
	background:#F3A312 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{color:#F3A312 !important}
.ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active , .ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active{height:auto !important;}
.ui-widget-content{background:#fff !important;}
.err-msg{
	color:#e00000;
	    margin-top: 20px;
    text-align: center;
	/*border:1px solid #34C06F;*/
	padding:10px;
	font-weight:600;
	font-size:19px;
}
.succ-msg {
    color: #34C06F;
    text-align: center;
    padding: 20px;
	font-size:19px;
	
}
.bg-top{
    background-image: url(../img/window.jpg);
	background-position:center center;
}
.font-icon {
    font-size: 65px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
	right:0;
	text-align:left;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0px 16px;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.sub-head{margin-top:0px;}
.help-title{letter-spacing: .5px !important;
    font-size: 16px !important;}


.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{border-radius:0 !important;top:37px;width:auto;left:-118%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
/*.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}*/
.dropdown-submenu:hover>a:after{border-left-color:#fff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

  .navbar-inverse{background:transparent;border:0;}
	
	.row{max-width:none;}
.ui-widget{font-family:'Open Sans Condensed', sans-serif !important;}

/*---------------side menu--------------------*/
.side-bar li a {
    padding: 15px;
}

  nav.sidebar, .main{
    -webkit-transition: margin 200ms ease-out;
      -moz-transition: margin 200ms ease-out;
      -o-transition: margin 200ms ease-out;
      transition: margin 200ms ease-out;
  }

  .main{
    padding: 10px 10px 0 10px;
  }

 @media (min-width: 765px) {

    .main{
      position: absolute;
      width: calc(100% - 40px); 
      margin-left: 40px;
      float: right;
    }

    nav.sidebar:hover + .main{
      margin-left: 200px;
    }

    nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left: 0px;
    }

    nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
      text-align: center;
      width: 100%;
      margin-left: 0px;
    }
    
    nav.sidebar a{
      padding-right: 13px;
    }

    nav.sidebar .navbar-nav > li:first-child{
    }

    nav.sidebar .navbar-nav > li{
      border-bottom: 1px #e5e5e5 solid;
    }
 
    nav.sidebar .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
      padding: 0 0px 0 0px;
    }

   /*  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #fff;
    }
 */
    nav.sidebar li {
      width: 100%;
    }

    nav.sidebar:hover{
      margin-left: 0px;
    }

    .forAnimate{
      opacity: 0;
    }
  }
   
  @media (min-width: 1330px) {


    nav.sidebar{
      margin-left: 0px;
      float: left;
    }

    nav.sidebar .forAnimate{
      opacity: 1;
    }
  }

  nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #CCC;
    background-color: transparent;
  }

  nav:hover .forAnimate{
    opacity: 1;
  }

  .booking-title h3{
	     background-color: #585858;
    padding: 15px !important;
    color: #fff;
	margin:0;
	  }
  .single-booking{border:1px solid #ccc;
  min-height:410px;margin-bottom:10px;
  }
  .price-icon:before {
    padding:10px 20px;
	content:"\f00c";
	color:#000;
	display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale
}
.price-icon { text-align:left;}
.icon-size{font-size:15px;color:green;}

.sub-head{border-bottom:1px solid #ccc;padding:5px; font-size:10px; font-weight:100;
text-align:center;}
.sub-head1{border-bottom:1px solid #f3a312;padding:5px;color:#f3a312; font-size:10px; font-weight:100;
text-align:center;}
.recu-booking h3{background-color:#f3a312;padding:15px !important;color:#fff; margin:0;}
.question{text-align:center;}
.qstn-bg{
    background-color: rgba(255, 255, 255, 0.72);
    color: #000000;
     font-size:14px;
	 text-align:justify;    margin-bottom: 15px !important;
}
.head{padding:20px !important;}
.navbar-default .navbar-nav>li>a { color:#000; background:#fff; font-size:14px; text-align:left; }

.min-space { padding:30px 0;}
.max-space { padding:60px 0; }
.postal select {
    color: #000;
	height:56px;
	
	
	
}







.stepwizard-step p {
	margin-top: 10px;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
	display: table;
	position: relative;width:100%;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;
}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}
.btn-circle {
	width: 30px;
	height: 30px !important;
	text-align: center;
	padding: 6px 0 !important;
	font-size: 12px !important;
	line-height: 1.428571429;
	border-radius: 15px;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active{
    background-color: #fff;
    border-color: #ccc;
}
.navbar-inverse{background-color:transparent !important;
border-color:transparent !important;
}
.sub_product {
    background: #f5f5f5;   
	padding:10px;
	border:1px solid #eee;
	min-height:320px !important;
}
.sub_product img {
    background: #fff;
	height:100px;
}

.price {
    color: #f3a312;
    font-size: 15px;
    font-weight: inherit;
}
input#qty {
    width: 100%;
}
.cart {
    margin-top: 10px;
    background: #3bab02;
    border: 0;
    color: #fff;
    font-size: 13px;
    padding: 5px 20px;
}
.shop_cart {
    background: #f5f5f5;
    padding: 10px 0;
    border-top: 2px solid #dc930e;
}
.remove {
    color: #e00000;
    font-size: 20px;
}
.final-butt {
    border: 0;
    padding: 10px 20px;    
}
.service_name {
    font-size: 13px;
}
.product {
    margin-bottom: 30px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{background-color: #e8b963 !important; color: #fff !important; border: 1px solid #e8b963 !important;}
.nav-tabs>li>a{background:#eee;}
.service-table th, .service-table  td {
    font-size: 13px;
}

.packages {
    background: #fff;
    padding: 20px 0;
	border-right:1px solid #eee;
    box-shadow: 0 0 36px -8px #8c9a92;
	border-radius: 10px;
	margin-top:20px;
	min-height:300px;
}
.next-button {
    margin-top: 20px;
}
.packages h5 {
    color: #34c06f;  
	font-weight:600;
	background:#eee;
	padding:14px 0;
}
.packages h3{
       text-transform: uppercase;
}
.packages h6 {
    padding: 10px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #8c9a92;
}
.qty {
    color: #f3a312;
    font-size: 13px;
    padding: 5px;
    letter-spacing: 1px;
}
.select-button {
    background-color: #dc930e;
    border: 0;
    color: #fff;
    padding: 10px 20px;
	text-transform: uppercase;
    letter-spacing: 1px;
}
.space{padding:20px 0;}
.navbar-inverse .navbar-nav>.open>a {background-color:transparent !important;}
.packages h4 {
   padding-bottom:10px;
}
.sv_header {
    background: #ccc;
	background-image: url(../img/home-img1.jpg);
}
@media (max-width: 460px) { #main-teaser .teaser-content h1, #main-teaser .teaser-content p:first-child{font-size:23px !important;margin-top: 34px !important;} .sv_order p{font-size:11px;} }
.navbar-toggle{top: 7px;}
.nav-tabs>li {
    float: left;
    margin-bottom: 2px;
    border-bottom: 1px solid #ccc;
}
.dropdown-menu{background-color:#fff; !important;text-transform: uppercase;}
.user_menu a {
    color: #f3a312 !important;
}
.sv_order p{margin:0 !important;}
@media (min-width: 800px) {
.navbar-toggle {
    display: none !important;
}
 }
 .service_details{text-align:center;}
.btn{display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;}
	.btn.disabled, .btn[disabled], fieldset[disabled] .btn{pointer-events:none;}
	@media (min-width: 640px) {
	.service_details{text-align:center;}
	.service_details h5{background:none !important;border:0 !important;}
	}



/* safari browser */

@media screen and (-webkit-min-device-pixel-ratio:0) { 

.postal select {
	
	line-height:53px !important;
}	
.dropbox
{
	line-height:28px !important;
}

}



/* safari browser */


