

body {
	font-family: 'Open Sans';
	font-weight:400;
}
.loginpage{
	background-image:url(../images/professional_clean.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	position:absolute;
}
.no-pad{
	padding-left:0px;
	padding-right:0px;
}
.no-pad-l{
	padding-left:0px !important;
}
.no-pad-r{
	padding-right:0px !important;
}
.f-row{
	margin-bottom:15px;
}

.wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 380px;
  padding: 45px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius:10px;
}
.form-signin-heading{
	font-size:20px;
	text-align:center;
	margin-top:5px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 30px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 20px;
  border-radius:2px;
}
.form-signin input[type="password"] {
  margin-bottom: 50px;

}
.form-signin .btn-block{
	max-width:250px;
	margin:0 auto;
	background-color:#262626;
	border:none;
	text-transform:uppercase;
}
/*header style*/
.navbar{
	background-color:#000;
	margin-bottom:0px !important;
}
.navbar-nav > li{
	position:relative;
	 color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    transition: all 0.3s;
	margin-left: 15px;
	margin-right: 15px;
	/*border-top:4px #e5e9ec solid;*/

}
.navbar-nav > li.active span{
	position:absolute;
	top:-5px;
	left:0px;
	width:100%;
	height:4px;
	/* background-color:#2991d6; */
	z-index:10000;
	display:block;
}
.navbar-nav > li:hover span{
	position:absolute;
	top:-5px;
	left:0px;
	width:100%;
	height:4px;
	background-color:#2991d6;
	z-index:10000;
	display:block;
}
.navbar-nav > li > a{
	color:#fff;
	padding-top: 22.5px;
	padding-bottom:5px;
	padding-left: 0px;
	padding-right: 0px;
/*	border-right:1px rgba(0, 0, 0, 0.05) solid;*/
   margin-top:20px;
	margin-bottom:20px;
}
.navbar-nav > li > a:hover{
	background:none !important;
}
.topnav > li > a:hover
{border-bottom: 5px solid #d6bf7a;}
.topnav > li.active a{
/*	color:#2991d6;*/
	border-bottom: 5px solid #d6bf7a;

}

.top-bar{
	height:40px;
	background-color:#e5e9ec;
	border-bottom: 1px solid #7bbe4a;
}

.social-icons-top{
	display:inline-block;
	float:left;
	margin-top:5px;
}
.social-icons-top a{
	color:#7bbe4a;
	font-size:16px;
	width:35px;
	height:20px;
	margin-top:5px;
	float:left;
	display:block;
	text-align:center;
}

.footer{
	background-color:#262626;
	padding-top:0px;
	text-align:center;
	color:#fff;
	font-size:18px;
}
.footer p{
/*
	font-family: 'Raleway', sans-serif;
	line-height:35px;
*/
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.footer h3{
	font-size:20px;
	color:#3682ca;
	margin-bottom:30px;
}
.footer a{
/*
	font-family: 'Raleway', sans-serif;

	color:#3682c7;
	font-size:18px;
	font-weight:normal;
	margin-bottom:13px;
	display:block;
*/
	color: #fff;
}
.bn-f-btn{
	font-family: 'Lato', sans-serif !important ;
	background-color:#3682c7;
	width:170px;
	padding:18px;
	margin:0 auto;
	color:#fff !important;
	border-radius:10px;
	border-color:#fff;
}
.bn-f-btn:hover{
	background-color:#72b245;
}
.m-pay img{
	height:40px;
	margin-right:-2px;
}
.footer-btm{
	background-color:#262626;
	padding:20px 0px;
	color: #bfbfbf;
	font-size: 12px;

}
.footer-btm a{
	color:#fff;
	font-size:14px;
}
.footer-btm p{
	margin-bottom:0px;
	font-size:16px;
}

.s-btm{
	margin:0 auto !important;
	float:none;

}
.s-btm a{
	color:#7bbe4a;
	font-size:18px;
}
/*maincontent style*/

/*booking style*/
.booking-bnr{
	min-height:794px;
	position:relative;
	background-image:url(../images/index_imgage.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.booking-bnr h1{
	text-align:right;
	color:#FFF;
	font-size:48px;
	font-weight:400;
	text-transform:uppercase;
	margin-top:50%;
}
.booking-bnr h1 span{
	font-weight:700;
}
.book-search-bx{
	background-color:#FFF;
	max-width:397px;
	min-height:450px;
	border-radius:6px;
	margin-top:20%;
	box-sizing:border-box;
	padding:20px;
	margin-bottom:30px;
}
.book-search-bx h2{
	font-size:18px;
	font-weight:400;
	color:#626262;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:25px;
}
.main-content .form-control{
	height:55px;
	font-size:15px;
	box-shadow:none;
	border-color:#e9e9e9;

}
.main-content .blue-but{
	height:55px;
	background-color:#262626;
	color:#FFF;
	font-size:18px;
	text-transform:uppercase;
	width:100%;
	font-weight:700;
}
.main-content .blue-but:hover
{
  color: #fff !important;
}
/*booking final page style*/
.booking-form-con{
	margin-bottom:30px;
}
.booking-form-con h1{
	font-size:24px;
	color:#000;
	font-weight:700;
}
.booking-form-con h2{
	font-size:18px;
	color:#000;
	font-weight:400;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:20px;
}
.booking-form-con h2 span{
	font-weight:700;
}
.form-bx{
	background-color:#fbf7ecf2;
	border:1px #e9e9e9 solid;
	padding:30px 10px 30px 10px;
	box-sizing:border-box;
	margin-bottom:20px;

}
/*radiobutton style*/


.form-bx .radio-bx input[type=radio]{
  position: absolute;
  visibility: hidden;

}

.form-bx .radio-bx label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 20px 25px 20px 80px;
  margin: 10px auto;
  height: 67px;
  width:100%;
  z-index: 100;
  cursor: pointer;
/*  font-weight:400;*/

  /*-webkit-transition: all 0.25s linear;*/
}

.form-bx .radio-bx:hover label{
	color: #000;
}

.form-bx .radio-bx .check{
  display: block;
  position: absolute;
  /*border: 5px solid #AAAAAA;
  border-radius: 100%;*/
   background:url(../images/check-off.png) no-repeat 0px 0px;
  height: 35px;
  width: 35px;
  top: 27px;
  left: 33px;
	z-index: 15;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

/*.form-bx .radio-bx:hover .check {
  border: 5px solid #FFFFFF;
}*/

.form-bx .radio-bx .check::before {
  display: block;
  position: absolute;
	 content: '';
 /*border-radius: 100%;*/
  height: 35px;
  width: 35px;
  top: 0px;
	left: 0px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index:30;
}

.form-bx .radio-bx{  border: 1px solid #e9e9e9;
border-radius:6px;
background-color:#fff;
}

.form-bx .radio-bx input[type=radio]:checked ~ .check::before{
    background:url(../images/check-on.png) no-repeat 0px 0px;

}

.form-bx .radio-bx input[type=radio]:checked ~ label{
  color: #000;
}
/* password column style*/
.password-g-but{
	width:73px;
	height:55px;
	top:0px;
	right:0px;
	position:absolute;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	background:#6ac259 url(../images/pass-g-but.png) no-repeat center 10px;

}
/*check box style*/

.form-bx .check-bx input[type=checkbox]{
  position: absolute;
  visibility: hidden;

}

.form-bx .check-bx label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  padding: 80px 0px 0px 0px;
  margin: 10px auto;
  height:135px;
  text-align:center;
  width:100%;
  z-index: 100;
  cursor: pointer;
  color:#666;

  /*-webkit-transition: all 0.25s linear;*/
}

.form-bx .check-bx:hover label{
	 color:#666;
}

.form-bx .check-bx .checkbx{
  display: block;
  position: absolute;
  /*border: 5px solid #AAAAAA;
  border-radius: 100%;*/

  width:125px;
height:135px;
  top: 0px;
  left: 0px;
  right:0px;
  margin:0 auto;
	z-index: 15;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
	border: 1px solid #e9e9e9;
	border-radius:6px;
background-color:#fff;
}
.cabinet{background:url(../images/cabinet-off.png) no-repeat center 23px;}
.fridge{background:url(../images/fridge-off.png) no-repeat center 18px;}
.oven{background:url(../images/oven-off.png) no-repeat center 18px;}
.laundry{background:url(../images/laundry-off.png) no-repeat center 18px;}
.window{background:url(../images/window-off.png) no-repeat center 18px;}
.garage{background:url(../images/garage-off.png) no-repeat center 18px;}
.garden{background:url(../images/garden-off.png) no-repeat center 18px;}
.detergents{background:url(../images/detergents-off.png) no-repeat center 18px;}
.equipment{background:url(../images/equipment-off.png) no-repeat center 18px;}
.balcony{background:url(../images/balcony-off.png) no-repeat center 18px;}

/*.form-bx .radio-bx:hover .check {
  border: 5px solid #FFFFFF;
}*/

.form-bx .check-bx .checkbx::before {
  display: block;
  position: absolute;
	 content: '';
 /*border-radius: 100%;*/
 width:125px;
height:135px;
  top: 0px;
	left: 0px;
	right:0px;
  margin: auto;
	/*transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;*/
	z-index:30;
	border-radius:6px;
}

.form-bx .check-bx{
width:125px;
height:128px;
float:left;
margin-right:14px;
position:relative;
margin-bottom:14px;
}

.form-bx .check-bx input[type=checkbox]:checked ~ .checkbx::before{
	border: 1px solid #262626;
}
.form-bx .check-bx input[type=checkbox]:checked ~ .checkbx.cabinet::before
{background:url(../images/cabinet-on.png) no-repeat center 22px;}
.form-bx .check-bx input[type=checkbox]:checked ~ .checkbx.fridge::before
{background:url(../images/fridge-on.png) no-repeat center 18px;}
.form-bx .check-bx input[type=checkbox]:checked ~ .checkbx.oven::before
{background:url(../images/oven-on.png) no-repeat center 18px;}
.form-bx .check-bx input[type=checkbox]:checked ~ .checkbx.laundry::before
{background:url(../images/laundry-on.png) no-repeat center 18px;}
.form-bx .check-bx input[type=checkbox]:checked ~ .checkbx.window::before
{background:url(../images/window-on.png) no-repeat center 18px;}
.form-bx .check-bx input[type=checkbox]:checked ~ .checkbx.garage::before
{background:url(../images/garage-on.png) no-repeat center 18px;}
.form-bx .check-bx input[type=checkbox]:checked ~ .checkbx.garden::before
{background:url(../images/garden-on.png) no-repeat center 18px;}
.form-bx .check-bx input[type=checkbox]:checked ~ .checkbx.detergents::before
{background:url(../images/detergents-on.png) no-repeat center 18px;}
.form-bx .check-bx input[type=checkbox]:checked ~ .checkbx.equipment::before
{background:url(../images/equipment-on.png) no-repeat center 18px;}
.form-bx .check-bx input[type=checkbox]:checked ~ .checkbx.balcony::before
{background:url(../images/balcony-on.png) no-repeat center 18px;}



.form-bx .check-bx input[type=checkbox]:checked ~ label{
  color:#666;
}

/*booking-summary style*/
.booking-summary{
	background-color:#fbf7ecf2;
	border:1px #e9e9e9 solid;
	padding:30px 30px 0px 30px;
}
.s-row{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px #e0e0e0 solid;
}
.s-l-col{
	text-align:left;
	font-weight:700;
	display:block;
}
.s-r-col{
	text-align:right;
	display:block;
}
.blue-txt{
	color:#2991d6;
	font-weight:700;
}
.total-cost{
	padding:20px 30px;
	font-size:30px;
	font-weight:700;
/*	background-color:#e5e9ec;*/
	color:#262626;
	border: 2px dashed #f3ce72;
}

.promocode{
	padding-top:15px;
	padding-bottom:15px;
}
.green-but{
	background-color:#6ac259;
	padding:13px;
	color:#fff;
	font-size:18px;
}
.green-but:hover{
	color:#fff;
}
.green-but:focus{
	color:#fff;
}
.terms{
	padding-top:15px;
	padding-bottom:15px;
	font-size:10px;
}

.mybook-dash{
	background-color:#fbf7ecf2;
	padding-top:25px;
	padding-bottom:25px;
	border-bottom:1px #e8e8e8
}
.mybook-dash-con{
	max-width:600px;
}
.mybook-dash h1{
	font-size:25px;
	font-weight:400;
	text-align:center;
}
.dash-left{
	text-align:center;
	font-size:18px;
}
.dash-right{
	text-align:center;
	font-size:18px;
}
.mybook-dash h2{
	font-size:75px;
	font-weight:700;
	text-align:center;
	color:#6f6c6c;
}

.mybook-history h1{
	font-size:20px;
	font-weight:400;
	text-align:center;
	background:url(../images/basket.png) no-repeat center top;
	padding-top:70px;
	margin-bottom:50px;
	margin-top:30px;
}
.p-history{
	background:url(../images/p-history.png) no-repeat center top !important;
}
.booking-list-con{
	min-height:100px;
	border-left:1px #ddd solid;
	border-right:1px #ddd solid;
	border-bottom:1px #ddd solid;
	margin-bottom:50px;
	padding:20px 10px 20px 10px;
}

.book-date{
	background-color:#f8f8f8;
	padding:5px 15px;
	border-radius:5px;
	color:#666;
	margin-top:6px;
	font-size:12px;
	display:inline-block;
}
.book-details{
	background:url(../images/list-bg-strip.jpg) repeat-y left;
	padding-left:70px;
	position:relative;
	padding-top:12px;
	padding-bottom:40px;
}
.book-time{
	color:#999;
	font-size:16px;
}
.book-list-point{
	position:absolute;
	width:54px;
	height:24px;
	background:url(../images/list-type-img2.png) no-repeat;
	left:-10px;
	top:10px;
}
.book-list-type{
	font-weight:700;
	font-size:15px;
	color:#000;
	margin-top:5px;
}
.book-other-dtls{
	margin-top:15px;
	color:#666;
}
.book-other-dtls p{
	margin-bottom:3px;
}
.book-other-dtls span{
	font-weight:700;
}
.total-hr-price{
	background-color:#fafafa;
	padding:10px;
	margin-top:15px;
	color:#999;
}
.bl-price{
	border-left:1px #999999 solid;
}
.ref-no{
	position:absolute;
	top:12px;
	right:0px;
	width:100px;
	height:40px;
	color:#999;
	font-size:16px;
}
.right-bx{
	margin-bottom:30px;
	margin-top:100px;
	text-align:center;
}
.right-bx h2{
	font-size:18px;
	color:#000;
	font-weight:4300;
	letter-spacing:.1em;
	line-height:26px;
	text-align:center;
}
.rb-img{
	width:100px;
	margin:0 auto;
}
.gray-but{
	background-color:#fafafa;
	color:#999;
}
.gray-but:hover{
	color:#999;
	background-color:#eeeded;
}
.ph-table{
	border:1px #ddd solid;
}

.uk-panel-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    text-transform: none;
    color: #fff;

}
.footer-c-desc
{
	font-size: 16px;
    color: #bfbfbf;
    line-height: 26px;
    padding-top: 12px;
    padding-bottom: 35px;
	text-align:left;
}
.footer_subscribe
{
	    border: 4px solid #e6e6e6;

    box-sizing: border-box;
    background: none;
    outline: none;
    transition: all 0.5s;
    padding: 7px 13px 7px 26px;
    margin-bottom: 20px;
    color: #808080;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
	border-radius: 60px;
	margin-top: 15px;
	position: relative;
	width: 100%;

}
.f-wrapper-input
{
	position: relative;
	width: 362px;
}
.f-wrapper-input::after
{
	 font-family: 'FontAwesome';
    position: absolute;
    top: 25px;
    right: 15px;
    content: "\f054";
	color: #fff;
}
.footer-cont-info
{
	text-align: left;
}
.f_info-widget
{
	list-style-type: none;
	padding: 0;
    margin: 0;
    border-left: 4px solid #404040;
    margin-left: 3px;
    position: relative;
}
.footer-cont-info li
{
	 font-family: 'Open Sans', sans-serif;
	display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    font-weight: 200;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 13px;
    margin-left: -4px;
    border-left: 4px solid transarent;
    cursor: pointer;
    padding-right: 14px;
    transition: color 0.5s;
}
.footer-cont-info li:hover
{
	border-left: 4px solid #d6bf7a;
    color: #d6bf7a;
    padding-left: 16px;

}
.footer-cont-info li:hover a
{

    color: #d6bf7a;


}
.footer-cont-info li:active
{
	border-left: 4px solid #d6bf7a;
    color: #d6bf7a;
    padding-left: 16px;

}
.tt-copy
{
	border-top: 4px solid #d9d9d9;
	padding-top: 17px;

}
.tt-copy:hover
{
	    color: #d6bf7a;
    border-top: 4px solid #d6bf7a;
	cursor: pointer;
}
.menu-footer > li > a
{
	padding-bottom: 20px;
	padding-top: 3px;
    border-top:  4px solid #262626;
}

.menu-footer > li > a:hover
{
	border-top:  4px solid #d6bf7a;
}

.chck_confirm
{
	width: 22px;
	height: 22px;
	margin-top: 0px !important;
}
.tm-bottom-line-bg
{
	    height: 58px;
    position: relative;
	margin-top: -70px
}
.tm-bottom-line-bg .tt-shape-top-footer
{
	    position: absolute;
    bottom: -2px;
    right: 0;
}
.tm-bottom-line-bg .tt-shape-top-footer .st1
{
	    fill: #b3a870;
    transform: translate(40px, 0px);
}
.tm-bottom-line-bg .tt-shape-top-footer .st2
{
	    fill: #262626;
    transform: translate(-40px, 2px);
}
/*modal pop up for login end*/

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (max-width:481px)  {
.time-bx{
height:auto;
transition:none;
}
.time-bx:hover{
height:auto;
}
}

.form-bx .time-radio-bx{
	position:relative;
	border-radius:6px;
}
.form-bx .time-radio-bx input[type=radio]{
  position: absolute;
  visibility: hidden;

}

.form-bx .time-radio-bx label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  padding: 10px;
  margin: 10px auto;

  width:100%;
  z-index: 100;
  cursor: pointer;
  font-weight:400;
  text-align:center;

  /*-webkit-transition: all 0.25s linear;*/
}

.form-bx .time-radio-bx:hover label{
	color: #000;
}

.form-bx .time-radio-bx .check{
  display: block;
  position: absolute;
  /*border: 5px solid #AAAAAA;
  border-radius: 100%;*/
   background:#fff;
   border: 1px solid #e9e9e9;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
	z-index: 15;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
	border-radius:6px;
}

/*.form-bx .radio-bx:hover .check {
  border: 5px solid #FFFFFF;
}*/

.form-bx .time-radio-bx .check::before {
  display: block;
  position: absolute;
	 content: '';
 /*border-radius: 100%;*/
  height: 100%;
  width: 100%;
  top: 0px;
	left: 0px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index:30;
	border-radius:6px;

}



.form-bx .time-radio-bx input[type=radio]:checked ~ .check::before{
    background:#262626;
	border: 1px solid #262626;

}

.form-bx .time-radio-bx input[type=radio]:checked ~ label{
  color: #fff;
}

.form-bx .time-radio-bx label{
  font-size:15px;
  }
@media screen and (max-width: 767px)
{
  .navbar-header
  {
    height: 100px;
  }
}

