/*HEADER CSS STARTED*/
body {
	color: #333;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
    padding-top: 60px;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-font/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-font/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-font/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-font/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
* {
	outline:none;
}
body.homepage {
}
body.innerpage {
    /*background-color: #f0f0f0;*/
}
body.innerpage header + .wrap {}
/*error 404 css Start*/
.error-404 {
    padding: 40px 0;
}
.error-image {
    text-align: right;
}
.error-404 .error-code {
    text-shadow: 3px 3px 0px rgba(225, 36, 0, 0.3);
    font-style: italic;
    text-align: center;
    font-size: 100px;
    font-weight: bold;
    letter-spacing: 25px;
    line-height: 1;
    margin-top: 32px;
    margin-bottom: 15px;
    color: #f30;
}
.error-404 .error-text {
    font-style: italic;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #f30;
}
.error-404 a.btn.btn-error {
    color: #f30;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #f30;
    margin-top: 20px;
}
.error-404 a.btn.btn-error i {
    font-size: 16px;
    margin-right: 6px;
}
/*error 404 css end*/
/*Custom Scroll Start*/
.custom-scroll::-webkit-scrollbar-track{
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:10px;
	background-color:#F5F5F5;
}
.custom-scroll::-webkit-scrollbar{
	width:7px;
	background-color:#F5F5F5;
}
.custom-scroll::-webkit-scrollbar-thumb{
	border-radius:5px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
	background-color:#ff3300;
}
/*Custom Scroll End*/
.loader {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right,#ff3300,#ff3300);
    background-color: transparent;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 4px;
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: -25% 0;
    animation: scroll 1.2s ease-in-out infinite;
}
.loader-bg img {
	width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -64px;
}
  @keyframes scroll{
    50%{background-size:80%}
    100%{background-position:125% 0;}
  }
.loader-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background-color: #f30;
}

::selection {
  color: #fff;
  background-color: #f30;
}
img {
    max-width: 100%;
}
a, a:hover, a:focus  {
	text-decoration:none;
	color: #000;
	cursor: pointer;
}
.btn.btn-orange {
    padding: 6px 20px;
    color: #fff !important;
    background-color: #f30;
}
.btn.bor-orange {
    border: 1px solid #f30;
    color: #f30;
    background-color: #fff;
}
.btn.bor-orange:focus {
    outline:none;
}
/*Top menu Start*/
.navbar-brand {
    padding: 0 0 0 15px;
    height: auto;
}
.navbar-brand img {
    width: 160px;
}
nav.navbar.navbar-default.main-menu {
    border: 0;
    min-height: 60px;
    padding: 11px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
	border-radius:0;
	transition: all.2s;
}
.header-fixed nav.navbar.navbar-default.main-menu {
	transition: all.2s;
    box-shadow: 2px 4px 5px 0px rgba(4, 4, 4, 0.075);
}
body.innerpage header nav.navbar.main-menu {
    position: fixed !important;
    box-shadow: 2px 4px 5px 0px rgba(4, 4, 4, 0.075);
}
nav.navbar.navbar-default.main-menu.inner-header {
    border-radius: 0;
    background-color: #fff;
	z-index:99;
}
.navbar-default.main-menu ul.navbar-nav.navbar-right {
    margin-right: 0;
}
.navbar-default.main-menu ul.navbar-nav>li>a {
    color: #f30;
    padding: 7px 10px;
    font-weight: 500;
}
.navbar-default.main-menu ul.navbar-nav>li>a.profile-dropdown {	
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
}
a.profile-dropdown span {
    display: inline-table;
    width: 34px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    overflow: hidden;
}
a.profile-dropdown span.no-image {
    font-size: 17px;
    color: #fff;
    background-color: #f30;
}
.navbar-default.main-menu .navbar-nav>.open>a {
    background-color: transparent;
	color: #f30;
}
.main-menu a.rcb {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 8px 20px !important;
}
button.btn.rcb {
    color: #f30;
    border: 1px solid #f30;
    background-color: transparent;
    margin-right: 10px;
    font-weight: 500;
}
.main-menu button.btn.login {
    color: #f30;
    border: 1px solid transparent;
    background-color: transparent;
    margin-right: 10px;
    font-weight: 500;
    padding: 0 10px 0 10px;
    margin: 0 10px;
}
.main-menu button.btn.login span {
    height: 35px;
    width: 35px;
    margin-right: 5px;
    display: inline-block;
    background-image: url(../images/home-ic-pack.png);
    background-position: -497px 0;
    background-size: cover;
    vertical-align: middle;
}
.main-menu button.h-login {
    color: #fff;
    border: 0;
    background-color: transparent;
}
button.btn.rcb:focus, button.h-login:focus, button.h-login:focus:active, button.h-login:active {
    outline: none;
    box-shadow: none;
}
.navbar-header a.city-trigger {
    display: inline-block;
    margin-top: 17px;
    margin-left: 10px;
	color: #f30;
    cursor: pointer;
    font-weight: 500;
}
.navbar-header .dropdown {
    display: inline-block;
    margin-top: 22px;
    margin-left: 10px;
}
.navbar-header .dropdown>a {
    color: #fff;
}
.inner-header .navbar-header a.city-trigger {
    color: #f30;
    font-weight: 500;
}
.inner-header.main-menu button.h-login {
	color: #f30;
    font-weight: 500;
}
.inner-header.main-menu ul.navbar-nav>li>a {
    color: #f30;
}
.inner-header.main-menu .navbar-nav>.open>a {
    color: #f30;
}
.globle-search {
    width: 500px;
    margin: 0 auto;
    display: inline-block;
    text-align: right;
}
.globle-search input.form-control {
    width: 310px;
    border: 1px solid #c4c4c4;
    border-radius: 4px 0 0 4px;
}
.globle-search .btn {
    color: #f30;
    border: 1px solid #c4c4c4;
    margin-left: -4px;
    border-radius: 0 4px 4px 0;
    border-left: none;
}
.globle-search .btn i {
	margin-right:3px;
}
.globle-search .btn.searching i {
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
	}
	100% {
	-webkit-transform:rotate(359deg);
	transform:rotate(359deg)
	}
}
.globle-search .btn.searching i:before {
    content: "\f1ce";
}
.globle-search .btn:active:hover {
    color: #fff;
    background-color: #f30;
}
.globle-search button.btn.btn-default:active:hover,
.globle-search button.btn.btn-default:active:focus {
    color: #fff;
    background-color: #f30;
}
header .navbar-default .navbar-nav > li > a.dw-btn {
    border-radius: 20px;
    padding: 10px 40px !important;
    font-size: 16px;
    color: #f30 !important;
    border: 1px solid #f30;
    transition: all .2s;
}
header .navbar-default .navbar-nav > li > a.dw-btn:hover, header .navbar-default .navbar-nav > li > a.dw-btn:focus {
    color: #fff !important;
    background-color: #f30 !important;
    transition: all .2s;
}
/*Top menu End*/

/*Login Signup modal Start*/
#login-signup .modal-dialog {
    width: 800px;
}
#login-signup .modal-content {
    border-radius: 0;
}
#login-signup .modal-body {
    padding: 0 15px;
}
#login-signup .no-pad {
	padding:0;
}
#login-signup .gft-benefits {
    padding: 30px 20px;
    color: #fff;
    background-color: #f30;
    margin-left: -1px;
}
#login-signup .gft-benefits h2 {
    margin: 0 0 50px 0;
    font-size: 21px;
    font-weight: 700;
    position: relative;
}
#login-signup .gft-benefits h2:after {
    content: '';
    position: absolute;
    top: 60px;
    left: 1px;
    height: 5px;
    width: 80px;
    background-color: #fff;
}
#login-signup .benefits-list .benefits-unit {
    font-size: 18px;
    padding: 10px 0 10px 60px;
    margin-bottom: 40px;
}
#login-signup .benefits-list .benefits-unit {
    font-size: 16px;
    padding: 10px 0 10px 60px;
    margin-bottom: 26px;
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: 0;
}
#login-signup .benefits-list .benefits-unit:first-child {
    background-image: url(../images/search-ic-modal.svg);
}
#login-signup .benefits-list .benefits-unit:nth-child(2) {
    background-image: url(../images/workout-ic-modal.svg);
}
#login-signup .benefits-list .benefits-unit:last-child {
    background-image: url(../images/reward-ic-modal.svg);
}
#login-signup .login-signup-forms ul.nav.nav-tabs {
    border: 0;
}
#login-signup .login-signup-forms ul.nav.nav-tabs a {
    border: 0;
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    color: #adadad;
    margin-right: 20px;
}

#login-signup .login-signup-forms ul.nav.nav-tabs a:hover {
    background-color: transparent;
}
#login-signup .login-signup-forms ul.nav.nav-tabs li.active a {
    color: #f30;
}
#login-signup .login-signup-forms {
    padding: 35px 45px 0 45px;
}
#login-signup .login-signup-forms ul.nav.nav-tabs>li {
    margin-bottom: 0;
}
#login-signup .login-signup-forms .form-group {
	margin-bottom:0;
}
#login-signup .login-signup-forms .form-group.fp {
    text-align: right;
    margin-top: 10px;
}
#login-signup .login-signup-forms .form-group.fp a {
	color: #f30;
}
#login-signup .login-signup-forms .form-group .form-control {
    border: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 25px 10px;
    border-bottom: 1px solid #adadad;
    border-radius: 0;
    box-shadow: none;
}
#login-signup .login-signup-forms #signup-view .form-group .form-control {
    margin-bottom: 0;
}
.login-signup-forms #password-button, #reset-password-form .password-button {
    font-family: FontAwesome;
    height: 50px;
    width: 50px;
    display: inline-block;
    font-size: 17px;
    position: absolute;
    top: 20px;
    right: 15px;
    padding: 14px;
    text-align: center;
    cursor: pointer;
}	
.login-signup-forms #password-button:after, #reset-password-form  .password-button:after {
    content: "\f070";
}
.login-signup-forms #password-button.show:after, #reset-password-form  .password-button.show:after {
    content: "\f06e";
}
#reset-password {
	cursor: pointer;
}
.login-signup-forms .signup-button {
    font-family: FontAwesome;
    height: 50px;
    width: 50px;
    display: inline-block;
    font-size: 17px;
    position: absolute;
    top: 20px;
    right: 15px;
    padding: 14px;
    text-align: center;
    cursor: pointer;
}	
.login-signup-forms .signup-button:after {
    content: "\f070";
}
.login-signup-forms .signup-button.show:after {
    content: "\f06e";
}
#login-signup .login-signup-forms #signup-view .text-muted.small {
    margin-top: 21px;
}
#login-signup .login-signup-forms #signup-view button {
    margin-top: 20px;
}
#login-signup .login-signup-forms button {
    margin: 20px auto 0;
    padding: 8px 0;
    font-weight: 600;
    display: block;
    width: 40%;
    border-radius: 6px;
    text-transform: uppercase;
    color: #fff;
    border-color: #f30;
    background-color: #f30;
}
.login-signup-forms button:hover,
.login-signup-forms button.active.focus, .login-signup-forms button.active:focus, .login-signup-forms button.active:hover, .login-signup-forms button:active.focus, .login-signup-forms button:active:focus, .login-signup-forms button:active:hover, .login-signup-forms button:active, .login-signup-forms button:focus {
    color: #fff;
    background-color: #ff3300;
    border-color: #ff3300;
}
#login-signup .other-signin-option {
    text-align: center;
    margin-top: 20px;
}
#login-signup button.close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #333;
    z-index: 9;
    opacity: 1;
}
#login-signup .other-signin-option .login-btns a {
    padding: 6px 30px;
    display: inline-block;
    font-size: 18px;
    border-radius: 6px;
    width: 170px;
	color: #fff;
    background-color: #f30;
}
.form-group.field-customersloginform-rememberme label {
    font-weight: 500;
}
.login-signup-forms .help-block {
    position: absolute;
    top: 39%;
    right: 20px;
}
.login-signup-forms #login-password+.help-block {
    position: absolute;
    top: 39%;
    right: 60px;
}
#login-signup .other-signin-option .login-btns a.si-facebook {
    background-color: #3b5998;
}
#login-signup .other-signin-option .login-btns a.si-google {
    background-color: #d93025;
}
#login-signup .other-signin-option .login-btns a:first-child {
    margin-right: 20px;
}
#login-signup .other-signin-option .login-btns {
    
}
#login-signup .login-signup-forms .new-user {
    text-align: center;
    margin-top: 15px;
}
#login-signup .login-signup-forms .new-user a {
    color: #f30;
	cursor:pointer;
}
#login-signup .login-signup-forms hr {
    border-top: 1px solid #c3c3c3;
    margin: 20px -45px 0;
}

#login-signup .reset-password-form {
    padding: 35px 45px 0 45px;
}
.reset-password-form h2.modal-title {
    border: 0;
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    color: #f30;
}
.reset-password-form .form-control {
    border: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 25px 10px;
    border-bottom: 1px solid #adadad;
    border-radius: 0;
    box-shadow: none;
}
.reset-password-form .back-orange {
    margin: 20px auto 0;
    padding: 8px 0;
    font-weight: 600;
    display: block;
    width: 50%;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    border-color: #f30;
    background-color: #f30;
}
.reset-password-form a.back-to-login {
    color: #f30;
	cursor: pointer;
    margin-top: 10px;
    display: inline-block;
}
/*Login Signup modal End*/
/*Req Call Back modal Start*/
#call-back .modal-dialog {
    width: 800px;
}
#call-back .modal-content {
    border-radius: 0;
}
#call-back .modal-body {
    padding: 0 15px;
}
#call-back .no-pad {
	padding:0;
}
#call-back .gft-benefits {
    padding: 31px 20px;
    color: #fff;
    margin-left: -1px;
    background-color: #f30;
}
#call-back .gft-benefits h2 {
    margin: 0 0 50px 0;
    font-size: 21px;
    font-weight: 700;
    position: relative;
}
#call-back .gft-benefits h2:after {
    content: '';
    position: absolute;
    top: 60px;
    left: 1px;
    height: 5px;
    width: 80px;
    background-color: #fff;
}
#call-back .benefits-list .benefits-unit {
    font-size: 18px;
    padding: 10px 0 10px 60px;
    margin-bottom: 40px;
}
#call-back .benefits-list .benefits-unit {
	font-size: 16px;
    padding: 10px 0 10px 60px;
    margin-bottom: 26px;
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: 0;
}
.hour .disabled {
    display: none;
}
#call-back .benefits-list .benefits-unit:first-child {
    background-image: url(../images/search-ic-modal.svg);
}
#call-back .benefits-list .benefits-unit:nth-child(2) {
    background-image: url(../images/workout-ic-modal.svg);
}
#call-back .benefits-list .benefits-unit:last-child {
    background-image: url(../images/reward-ic-modal.svg);
}
#call-back .call-back-forms ul.nav.nav-tabs {
    border: 0;
}
#call-back .call-back-forms ul.nav.nav-tabs a {
    border: 0;
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    color: #adadad;
    margin-right: 20px;
}

#call-back .call-back-forms ul.nav.nav-tabs a:hover {
    background-color: transparent;
}
#call-back .call-back-forms ul.nav.nav-tabs li.active a {
    color: #f30;
}
#call-back .call-back-forms {
    padding: 35px 45px 0 45px;
}
#call-back .call-back-forms ul.nav.nav-tabs>li {
    margin-bottom: 0;
}
#call-back .call-back-forms .form-group {
	margin-bottom:0;
}
#call-back .call-back-forms .form-group.fp {
    text-align: right;
    margin-top: 10px;
}
#call-back .call-back-forms .form-group.fp a {
	color: #f30;
}
#call-back .call-back-forms .form-group .form-control {
    border: 0;
    margin-top: 20px;
    padding: 25px 10px;
    border-bottom: 1px solid #adadad;
    border-radius: 0;
    box-shadow: none;
}
#call-back .call-back-forms #callback input {
    background-color: transparent;
}
#call-back .call-back-forms span.input-group-addon {
    height: 0 !important;
    width: 0 !important;
    opacity: 0;
    font-size: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
#call-back .call-back-forms span.input-group-addon:first-child {
    border: 0;
    padding: 0;
    background-color: transparent;
}
#call-back .call-back-forms span.input-group-addon:first-child span,
#call-back .call-back-forms span.input-group-addon:first-child i {
    display:none;
}
#call-back .call-back-forms .help-block {
    position: absolute;
    top: 39%;
    right: 20px;
}
#login-signup .col-sm-6 .help-block, #call-back .col-sm-6 .help-block {
    font-size: 11px;
    top: 10px;
    right: 15px;
}
#call-back .call-back-forms button {
    margin: 30px auto 0;
    padding: 8px 0;
    font-weight: 600;
    display: block;
    width: 50%;
    border-radius: 6px;
    text-transform: uppercase;
    color: #fff;
    border-color: #f30;
    background-color: #f30;
}
.call-back-forms button:hover,
.call-back-forms button.active.focus, .call-back-forms button.active:focus, .call-back-forms button.active:hover, .call-back-forms button:active.focus, .call-back-forms button:active:focus, .call-back-forms button:active:hover, .call-back-forms button:active, .call-back-forms button:focus {
    color: #fff;
    background-color: #ff3300;
    border-color: #ff3300;
}
#call-back .other-signin-option {
    text-align: center;
    margin-top: 20px;
}
#call-back button.close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #333;
    z-index: 9;
    opacity: 1;
}
#call-back .other-signin-option .login-btns a {
    padding: 6px 30px;
    display: inline-block;
    font-size: 22px;
    border-radius: 6px;
    width: 200px;
	color: #fff;
    background-color: #f30;
}
#call-back .other-signin-option .login-btns a.si-fb {
    background-color: #3b5998;
}
#call-back .other-signin-option .login-btns a.si-go {
    background-color: #d93025;
}
#call-back .other-signin-option .login-btns a:first-child {
    margin-right: 20px;
}
#call-back .other-signin-option .login-btns {
    margin-top: 10px;
}
#call-back .call-back-forms .new-user {
    text-align: center;
    margin-top: 15px;
}
#call-back .call-back-forms .new-user a {
    color: #f30;
}
#call-back .call-back-forms hr {
    border-top: 1px solid #c3c3c3;
    margin: 20px -45px 0;
}
#call-back .call-back-forms h2 {
    font-size: 22px;
    font-weight: 700;
    color: #f30;
    margin: 0;
}
#call-back .call-back-forms form + p {
	margin-top:10px;
}
/*Req Call Back modal End*/

/*Thank You modal Start*/
div#thankyou .modal-dialog {
    width: 380px;
    z-index: 9;
}
div#thankyou .modal-dialog .modal-body {
    padding: 0;
}
div#thankyou .modal-dialog .modal-content {
    border-radius: 0;
}
div#thankyou .modal-dialog .top-block {
    font-size: 90px;
    text-align: center;
    padding: 30px 0;
    color: #fff;
    background-color: #1ebf59;
}
div#thankyou .modal-dialog .top-block i {
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
div#thankyou .modal-dialog .bottom-block {
    text-align: center;
    padding: 20px;
}
div#thankyou .modal-dialog .bottom-block p {
    margin: 0;
}
div#thankyou .modal-dialog .bottom-block strong {
    font-size: 18px;
}
div#thankyou .modal-dialog .bottom-block button#closeme {
    margin-top: 20px;
    border: 0;
    padding: 6px 20px;
    border-radius: 4px;
	outline: none;
    color: #fff;
    background-color: #f30;
}
div#thankyou:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background-color: #000;
}
/*Thank You modal End*/

/*Select City modal Start*/
#setcity .modal-dialog {
    margin: 0;
    width: 100%;
    position: absolute;
}
#setcity .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    padding: 20px 0 40px 0;
}
#setcity .modal-body {
    text-align: center;
}
#setcity .modal-body h2.modal-title {
    font-weight: 700;
    font-size: 35px;
}
#setcity .modal-body h2.modal-title + p {
    font-weight: 500;
    color: #7a7a7a;
}
#setcity .modal-body button.get-location-button {
    padding: 15px 20px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #f30;
    background-color: #f30;
}
#setcity .modal-body button.get-location-button img {
    margin-right: 20px;
    vertical-align: middle;
    transition: all.2s;
}
#setcity .modal-body button.get-location-button:hover img {
    transform: rotate(45deg);
}
#setcity .modal-body h3 {
    font-weight: 600;
    font-size: 21px;
    margin-top: 40px;
    margin-bottom: 30px;
}
#setcity .modal-body ul {
    list-style-type: none;
	margin-top: 20px;
	padding:0;
}
#setcity .modal-body ul li {
    display: inline-block;
}
#setcity .modal-body ul li a {
    padding: 10px 20px;
    border: 1px solid #adadad;
    border-radius: 4px;
    margin: 0 10px;
    font-weight: 500;
    transition: all.2s;
}
#setcity .modal-body ul li a:hover,
#setcity .modal-body ul li a.active {
	color: #f30;
    border: 1px solid #f30;
}
#setcity .modal-dialog .modal-content button.close {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 18px;
}
/*Select City modal End*/
/*FOOTER CSS START*/
.footer-top {
    background-color: #292929;
}
.footer-top h3{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.footer-top ul{
    padding: 0;
	margin: 0;
}
.footer-top li{
    list-style-type: none;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}
.footer-top li a{
    color: #a8a8a8;
}
.footer-top h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    height: 43px;
    margin-bottom: 30px;
	margin-top: 0;
}
.footer-main {
    padding-top: 50px;
    margin-top: 20px;
    background-color: #121212;
}
.footer-main h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.footer-main p {
    color: #b4b3b3;
    line-height: 2;
}
.footer-main ul {
    padding: 0;
    width: 49%;
    display: inline-block;
    vertical-align: text-top;
}
.footer-main li {
    list-style-type: none;
    padding: 0;
    line-height: 2.5;
}
.footer-main p a, .footer-main li a {
    color: #b4b3b3;
    font-weight: 600;
}
.footer-main img.logo {
    width: 140px;
}
.footer-main img.logo, .footer-main h2 {
    margin-bottom: 25px;
}
footer input.form-control {
    display: inline-block !important;
    width: auto !important;
}
footer #form_subscribe label {
    display: none;
}
footer input.form-control {
    border-radius: 0;
}
.subscribe-mail-btn {
    padding: 9px 20px;
    color: #fff;
    border-color: #f30;
    background-color: #f30;
    display: inline-block;
    width: 240 !important;
}
footer .input-group {
    border-radius: 4px;
    overflow: hidden;
}
footer .help-block {
	display: none;
}
span.subscribe_response {
    color: #f00;
    font-weight: 500;
}
footer .app-btns img {
    height: 43px;
}
.app-btns a {
    margin-right: 20px;
}
.footer-line {
    height: 60px;
    border-top: 1px solid #353535;
	color: #fff;
}
.footer-line a {
	color: #fff;
}
.footer-line .copyright {
	text-align:center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-line .sml {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-line .links {
	text-align:right;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .sml a {
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 6px;
    padding: 8px;
    display: inline-block;
    font-size: 19px;
    border: 1px solid #353535;
    border-radius: 50%;
    transition: all .2s;
    color: #fff;
}
footer .sml {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}
footer .sml a.tw:hover {
    color: #1da1f2;
    border-color: #1da1f2;
}
footer .sml a.in:hover {
    color: #ee4957;
    border-color: #ee4957;
}
footer .sml a.fb:hover {
    color: #3a559f;
    border-color: #3a559f;
}
footer .sml a.yt:hover {
    color: #ce1a19;
    border-color: #ce1a19;
}
footer .sml a.li:hover {
    color: #0073b0;
    border-color: #0073b0;
}
/*FOOTER CSS END*/

/*Listing Loader Start*/
.list-loader {
  text-align: center;
  width: 100%;
}
.loading-dots {
  display: inline-block;
  position: relative;
}
.loading-dots div {
  position: absolute;
  bottom: 50%;
  left:50%;
  margin-left: -40px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f30;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loading-dots div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.loading-dots div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loading-dots div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loading-dots div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/*Listing Loader End*/
/*Common Css Start*/
.section {
    padding: 40px 0;
}
.datepicker-dropdown {
	z-index:999;
}
.section-title {
	font-size: 29px;
	font-weight:700;
    margin-top: 0;
}
.terms-info {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0 0 0;
}
.terms-info.text-left{
	text-align: left;
}
.terms-info a {
    color: #f30;
}
.checkbox.terms-info {
	text-align: left;
}
.checkbox .terms-info {
    text-align: left;
    margin-left: 20px;
}
.breadcrumb {
    margin-bottom: 0;
    font-size: 12px;
    padding: 8px 0;
    background-color: transparent;
}
.breadcrumb>li+li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #333;
}
.website-content h1.title {
    font-size: 29px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}
.website-content .content {
    line-height: 2;
}
.no-list-found {
    padding: 50px 0;
}
.no-list-found a.btn.btn-error {
    color: #f30;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #f30;
    margin-top: 20px;
}
.no-list-found a.btn.btn-error i {
    font-size: 16px;
    margin-right: 6px;
}
.no-list-found h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 26px;
}
.panel-review .glyphicon-star-empty:before {
    content: "\f006";
    font: normal normal normal 30px/1 FontAwesome;
}
.panel-review .glyphicon-star:before {
    content: "\f005";
	color: #ffa800;
    font: normal normal normal 30px/1 FontAwesome;
}
.rating-container .star {
    margin: 0 7px;
}
input[type=button]:focus, input[type=button]:active, input[type=button]:focus:active {
    outline: none;
	box-shadow: none;
}
.form-control:focus {
    border-color: #ccc;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
}
a.live-btn {
    padding-right: 43px !important;
    color: #f30;
    border: 1px solid #f30;
    background-color: transparent;
    font-weight: 500;
    border-radius: 4px;
    padding-left: 30px !important;
    margin-right: 15px;
}
a.live-btn.blink:before {
    content: 'new';
    position: absolute;
    text-transform: uppercase;
    top: 4px;
    right: 7px;
    font-size: 9px;
    background-color: #ff3300;
    padding: 3px 4px;
    line-height: 1;
    border-radius: 3px;
    color: #fff;
}
.blink:after {
    content: '';
    height: 10px;
    width: 10px;
    left: 10px;
    top: 11px;
    background-color: #00c138;
    border-radius: 50%;
    position: absolute;
    animation: blink 3s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
  to {
    visibility: hidden;
    transition: all .2s;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
    transition: all .2s;
  }
}
/*Common Css End*/

@media (min-width: 979px) and (max-width: 1080px) {
	.navbar-default.inner-header .navbar-toggle {
		margin-top: 10px;
	}
	.navbar-default.inner-header .navbar-toggle .icon-bar {
		background-color: #f30;
	}
	.navbar-default.inner-header .navbar-collapse {
		background-color: #fff;
		border-color: #f30;
	}
	.navbar-default.inner-header ul.navbar-collapse li {
		list-style-type: none;
    	display: inline-block;
	}
	.globle-search {
		width: auto;
		margin-left: 15px;
	}
	.navbar-default.inner-header ul.navbar-collapse li:last-child {
		float: right;
	}
	.navbar-collapse{
		margin: 0;		
	}
	.navbar-default.inner-header ul.navbar-collapse li.dropdown {
		/*padding: 15px 0;*/
	}
	.globle-search .form-group {
		margin: 0;
	}	
	.navbar-default.inner-header .globle-search {
		text-align: left;
    	width: 100%;
		display:none;
	}
	.navbar-default.inner-header .globle-search input.form-control {
		width:310px;	
	    display: inline-block;
	}
	.navbar-default.inner-header.main-menu button.h-login {
		color: #f30;
		font-weight: 500;
	}
	ul.dropdown-menu.edit-white {
		position: static;
		float: none;
		box-shadow: none;
		border: 0;
	}
	.panel-review .glyphicon-star-empty:before {
		font: normal normal normal 24px/1 FontAwesome;
	}
	.panel-review .glyphicon-star:before {
		font: normal normal normal 24px/1 FontAwesome;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#login-signup .gft-benefits, #call-back .gft-benefits {
		display: none;
	}
	#login-signup .modal-dialog, #call-back .modal-dialog {
		width: 600px;
	}
	#call-back .call-back-forms {
		padding: 20px;
	}
	#login-signup .login-signup-forms .new-user {
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#login-signup .login-signup-forms #signup-view .text-muted.small {
		margin-bottom: 21px;
		text-align: center;
	}
	.reset-password-form a.back-to-login {
		color: #f30;
		cursor: pointer;
		margin-top: 20px;
		display: inline-block;
		margin-bottom: 20px;
	}
	.section {
		padding: 30px 0;
	}
	.footer-main img.logo, .footer-main h2 {
		margin-bottom: 15px;
	}
	.footer-line .sml a {
		margin: 0 3px;
	}
	.footer-line .links {
		font-size: 12px;
	}
	.section-title {
		font-size: 20px;
		font-weight: 600;
	}
	#setcity .modal-body ul li a {
		padding: 10px 12px;
		display: inline-block;
		margin-bottom: 20px;
	}
	footer .field-subscribe-gt_email {
		width: 60%;
		overflow: hidden;
	}
	footer .subscribe-mail-btn {
		padding: 9px;
	}
	footer .app-btns img {
		height: auto;
		width: 150px;
		margin-bottom: 10px;
	}
	.navbar-default.inner-header ul.navbar-collapse li {
		list-style-type: none;
    	display: inline-block;
	}
	.globle-search {
		width: auto;
		margin-left: 15px;
    	display: none;
	}
	.navbar-default.inner-header ul.navbar-collapse>li:last-child {
		float: right;
	}
	.navbar-collapse{
		margin: 0;		
	}
}
@media (max-width: 767px) {
	body {
		padding-top: 50px;
	}
	.loader-bg {
		z-index: 9999;
	}
	.loader-bg img {
		width: 200px;
		margin-left: -100px;
		margin-top: -27px;
	}
	.navbar-brand>img {
		height: 30px;
	}
	.navbar-brand {
		padding: 8px 0;
	}
	.navbar-toggle {
    	margin: 9px 0;
		margin-right: 0;
		border: 0;
	}
	.navbar-default .navbar-collapse {
		z-index: 999;
		background-color: #fff;
		margin: 0 -15px;
    	border-color: #fff;
	}
	.main-menu .navbar-nav {
		margin-bottom: 10px;
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color:transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #f30;
	}
	.navbar-header a.city-trigger {
		margin-left: 5px;
		margin-top: 22px;
	}
	nav.navbar.navbar-default.main-menu {
		z-index: 999;
    	min-height: auto;
    	padding: 0;
	}
	.navbar-default.main-menu ul.navbar-nav>li>a, .main-menu button.h-login {
		padding-left: 20px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    	color: #f30;
	}
	#login-signup .login-signup-forms hr {
		border-top: 1px solid #c3c3c3;
		margin: 20px -20px 0;
	}
	.dropdown-backdrop {
		display: none;		
	}
	button.btn.rcb {
		padding-left: 20px;
		border: 0;
		margin: 0;
		display: block;
		width: 100%;
		text-align: left;
	}
	.navbar-default.inner-header  .navbar-toggle {
		margin-top: 10px;
	}
	.navbar-default.inner-header .navbar-toggle .icon-bar {
		background-color: #f30;
	}
	.navbar-default.inner-header .navbar-collapse {
		background-color: #fff;
		border-color: #f30;
	}
	.navbar-default.inner-header ul.navbar-collapse li {
		list-style-type: none;
	}
	.globle-search .form-group {
		margin: 0;
	}
	
	.navbar-default.inner-header .globle-search {
		text-align: left;
    	width: 100%;
		padding-left:20px;
		margin-top: 10px;
	}
	.navbar-default.inner-header .globle-search input.form-control {
		width:250px;	
	    display: inline-block;
	}
	.navbar-default.inner-header.main-menu button.h-login {
		color: #f30;
		font-weight: 500;
		margin: 0 0 10px 0;
		width: 100%;
		text-align: left;
		padding-left: 0;
	}
	ul.dropdown-menu.edit-white {
		position: static;
		float: none;
		box-shadow: none;
		border: 0;
	}
	.section {
		padding: 20px 0;
	}
	.section-title {
		font-size: 21px;
	}
	.section.footer-top {
		display: none;
	}
	.footer-main {
		padding-top: 30px;
		background-color: #121212;
	}
	.footer-main h2 {
		font-size: 17px;
		color: #fff;
		font-weight: 500;
	}
	.footer-main img.logo {
		margin: 0 auto 20px;
		display: block;
	}
	.footer-main h2 {
		margin: 25px 0 15px;
		text-align: center;
	}
	.footer-main .quick-links{
		width: 100%;
	}
	.footer-main .quick-links li {
		padding: 0 10px;
		margin-bottom: 15px;
		font-size: 11px;
		text-align: center;
		line-height: 1;
		display: inline-block;
		border-left: 1px solid;
		width: 32%;
	}
	.footer-main .quick-links li:first-child, .footer-main .quick-links li:nth-child(4), .footer-main .quick-links li:nth-child(7) {
		padding-left: 0;
		border: 0;
	}
	.footer-main .quick-links li:nth-child(3), .footer-main .quick-links li:nth-child(6), .footer-main .quick-links li:nth-child(9) {
		padding-right: 0;
	}
	.subscribe-mail-btn {
		width: auto !important;
	}
	footer .input-group {
		width: 100%;
	}
	footer #form_subscribe .form-group {
		display: inline;
	}
	.subscribe-mail-btn {
		width: auto !important;
	}
	.app-btns a {
		margin-right: 20px;
		display: inline-block;
	}
	.app-btns a:last-child {
		margin-right: 0;
	}
	footer .app-btns img {
		height: 45px;
	}
	footer .app-btns {
		margin-bottom: 25px;
		text-align: center;
	}
	.footer-line {
		height: auto;
	}
	.footer-line .copyright, .footer-line .sml {
		text-align: center;
		padding: 10px 0;
	}
	#setcity .modal-body h2.modal-title {
		font-weight: 700;
		font-size: 22px;
	}
	#setcity .modal-body h2.modal-title + p {
		font-size: 14px;
		font-weight: 400;
	}
	#setcity .modal-body button.get-location-button {
		padding: 10px 15px;
		color: #fff;
	}
	#setcity .modal-body button.get-location-button img {
		margin-right: 10px;
	}
	#setcity .modal-body h3 {
		font-size: 18px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	#setcity .modal-body ul li a {
		display: inline-block;
		padding: 7px 14px;
		margin: 0 3px 10px;
    	font-weight: 400;
	}
	#call-back .modal-dialog, #login-signup .modal-dialog, #thankyou .modal-dialog {
		width: auto !important;
	}
	.gft-benefits {
		display: none;
	}
	#call-back .call-back-forms, #login-signup .login-signup-forms, #login-signup .reset-password-form {
		padding: 20px;
	}
	#call-back .call-back-forms .date {
		margin: 0;
		width: 100%;
	}
	.login-signup-forms #password-button, .login-signup-forms .signup-button {
		top:0;
	}
	#login-signup .other-signin-option .login-btns a {
		padding: 6px 0;
		width: 133px;
    	font-size: 16px;
	}
	.error-image img {
		width: 140px;
	}
	.error-image {
		text-align:center;
	}
	.footer-main p a, .footer-main li a {
		display: inline-block;
	}
	.no-list-found img {
		width: 260px;
		margin: 0 auto;
		display: block;
	}
	.list-filter-trigger {
		text-align: center;
		font-size: 17px;
		font-weight: 400;
		padding: 10px;
		display: inline-block;
		margin-bottom: 10px;
		border-radius: 4px;
		color: #fff;
		background-color: #f30;
	}
	.list-filter-trigger + .filters {
		height: 0;
		overflow: hidden;
		transition: all .2s;
	}
	.list-filter-trigger + .filters.open-filter {
		height: auto;
		transition: all .2s;
	}
	footer input.form-control {
		display: table-cell !important;
		width: 100% !important;
	}
    a.live-btn {
        display: inline-block !important;
        margin-left: 18px;
    }
}
@media (max-width: 370px) {
	.navbar-header a.city-trigger {
		margin-left: 10px;
	}
	.navbar-default.inner-header .globle-search input.form-control {
		width: 210px;
	}
	.rating-follow span.rating, .rating-follow a.review-count {
		margin-right: 10px;
	}
	footer .app-btns img {
		height: 40px;
	}
}