@charset "utf-8";
/* CSS Document */



body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.container {
    width: 90%;
}
p {
    color: #555659;
    font-size: 14px;
}
h1 {
    color: #2a2b2b;
    font-size: 50px;
}
h2 {
    color: #2a2b2b;
    font-size: 22px;
}
h3 {
    color: #2a2b2b;
    font-size: 20px;
}
h4 {
    color: #2a2b2b;
    font-size: 18px;
}
b {
    color: #2a2b2b;
}
i {
    font-size: 13px;
}
.space5 {
    margin-top: 5px;
}
.space10 {
    margin-top: 10px;
}
.space12 {
    margin-top: 12px;
}
.space15 {
    margin-top: 15px;
}
.space20 {
    margin-top: 20px;
}
.space25 {
    margin-top: 25px;
}
.space30 {
    margin-top: 30px;
}
.space50 {
    margin-top: 50px;
}
.space60 {
    margin-top: 60px;
}
.space80 {
    margin-top: 80px;
}
.space9 {
    margin-top: 9px;
}
.gry-bg {
    background-color: #f5f5f5;
}
.clear {
    clear: both;
}
a:focus, a:hover {
    color: #ed7005;
    text-decoration: none;
}
.frm-submitbtn {
    background-color: #fd9207;
    background-image: none;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 35px;
    text-shadow: none;
}
.frm-submitbtn .btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}
.float {
    float: none;
    margin: 0 auto;
}
.rating-star {
    color: #f3c802;
}
.pending {
    background: #fbb117 none repeat scroll 0 0;
    color: white;
    font-family: "OpenSans-Regular",sans-serif;
    padding: 2px 4px;
    text-transform: capitalize;
}
.accepted {
    background: #6cc417 none repeat scroll 0 0;
    color: white;
    font-family: "OpenSans-Regular",sans-serif;
    padding: 2px 4px;
    text-transform: capitalize;
}
.cancelled {
    background: #ec6767 none repeat scroll 0 0;
    color: white;
    font-family: "OpenSans-Regular",sans-serif;
    padding: 2px 4px;
    text-transform: capitalize;
}
.orange-btn {
    background-color: #ed7005;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 42px;
    min-width: 109px;
    padding: 10px 15px;
    text-transform: capitalize;
}
.referal-block .orange-btn a {
    padding: 0 15px;
}
.orange-btn:hover {
    background-color: #fd9207;
    color: #fff;
}
.orange-btn a {
    color: #fff;
    text-transform: capitalize;
}
.btn-left-space {
    margin-left: 15px;
}
.gry-btn {
    background-color: #e4e4e4;
    border: 0 none;
    border-radius: 0;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    height: 42px;
    padding: 7px 20px;
}
.fl {
    float: left;
}
.cancel-btn {
    background-color: #f62817;
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    text-align: center;
}
.inquiry-btn {
    background-color: #449d44;
    border-radius: 0;
    color: #fff;

    font-family: "OpenSans-Regular";
    font-size: 15px;
    padding: 8px 15px;
    text-align: center;
}
.inquiry-btn:hover {
    background-color: #449d44;
    color: #fff;
}
.pending-btn {
    background-color: #fbb117;
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    text-align: center;
}
.font-icon-space {
    margin-right: 10px;
}
.available-box {
    background-color: #dfdfdf;
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding: 8px;
}
.blocked-box {
    background-color: #b81b09;
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding: 8px;
}
.unavailable-box {
    background-color: #868686;
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding: 8px;
}
.temp_booked-box {
    background-color: #f2b179;
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding: 8px;
}
.error {
    color: red;
    float: right;
}
.banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    float: left;
    justify-content: center;
    margin-top: -60px;
    min-height: 540px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
.banner .banner-image {
    position: relative;
    width: 100%;
}
.banner .banner-image img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner .banner-image video {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
header {
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
}
.navigation-main .navbar-main {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
}
.navigation-main .navbar .container .navbar-header .logo {
    height: 55px;
    padding: 2px 15px;
}
.navigation-main .navbar-main .menu-text ul li a {
    color: #fff;
    font-size: 16px;
}
.btn-main {
    margin-top: 10px;
}
.btn-main .orange-btn {
    border: 0 none;
    margin-top: 3px;
    padding: 2px 10px;
}
.btn-main a.orange-btn {
    line-height: 20px;
}
.btn-main a.orange-btn:hover {
    background-color: #ed7005;
    color: #fff;
}
.navbar {
    margin-bottom: 0;
    min-height: 60px;
}
.navbar-brand {
    padding: 4px 15px;
}
.navbar-default {
    background-image: none;
    border: medium none;
    box-shadow: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    text-shadow: none;
}
.navbar-default .navbar-form {
    width: 50%;
}
.navbar-default .navbar-form .form-group {
    width: 100%;
}
.dropdown-menu > li {
    border-bottom: 1px solid #f5f5f5;
}
.dropdown-menu > li:last-child {
    border-bottom: medium none;
}
.dropdown-menu > li > a {
    padding: 12px 20px;
}
.banner .container {
    position: relative;
}
.banner .form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: currentcolor #ccc currentcolor currentcolor;
    border-image: none;
    border-radius: 0;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    box-shadow: none;
    color: #868687;
    font-size: 13px;
    height: 45px;
}
.banner-form button.btn.dropdown-toggle.btn-default {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: currentcolor #ccc currentcolor currentcolor;
    border-image: none;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    box-shadow: none;
    color: #868687;
    text-shadow: none;
}
.banner-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #868687;
    line-height: 36px;
}
.banner-form .input-group-addon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: currentcolor #ccc currentcolor currentcolor;
    border-image: none;
    border-radius: 0;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
}
.banner-form {
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 997px;
}
.search-form {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.search-form .search-row select {
    cursor: pointer;
}
.search-form .search-row {
    float: left;
    width: 15%;
}
.search-form .search-row:first-child {
    float: left;
    width: 40%;
}
.search-form .search-row .select-main .dropdown-menu {
    border: 1px solid #ccc;
    border-radius: 0;
    margin: 0;
    min-width: 150px;
    padding: 10px;
}
.slider-content .contant {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
}
.date .input-group .form-control {
    border-right: medium none;
}
.search-form .search-row .search-btn {
    background: #ed7005 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    width: 100%;
}
.search-form .search-row .search-btn:hover {
    background: #fd9207 none repeat scroll 0 0;
}
.slider-content .slider-text {
    margin-top: 20%;
    text-align: center;
}
.slider-content .slider-text h1 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.slider-content .slider-text h2 {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin-top: 5px;
    padding: 0;
}
.collection_heading {
    float: left;
    padding: 10px 0;
    width: 100%;
}
.collection_heading h4 {
    color: #3b3b3b;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
.collection_heading h4::before {
    border-bottom: 1px solid #ccc;
    content: "";
    left: -12px;
    position: absolute;
    top: 50%;
    width: 38%;
}
.collection_heading h4::after {
    border-bottom: 1px solid #ccc;
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    width: 38%;
}
.collection {
    background-color: #f2f2f2;
    padding: 10px 0 20px;
}
.collection .title-brd {
    border-bottom: 1px solid #ccc;
    line-height: 25px;
}
.collection h3 {
    color: #f58321;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}
.collection .title2 {
    color: #070707;
    font-size: 20px;
    text-align: center;
}
.collection .img-block {
    position: relative;
}
.img-city .img-block:hover .blk-background p {
    font-weight: bold;
}
.collection .img-block img {
    width: 100%;
}
.collection .blk-background {
    background-color: rgba(0, 0, 0, 0.52);
    border-radius: 10px 10px 21px 21px;
    color: #ffffff;
    font-size: 16px;
    left: 5px;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 55%;
}
.collection .blk-background p {
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}
.collection .text {
    font-size: 17px;
    text-transform: uppercase;
}
.general_heading {
    float: left;
    padding: 10px 0;
    width: 100%;
}
.general_heading h4 {
    color: #3b3b3b;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
.general_heading h4::before {
    border-bottom: 1px solid #ccc;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 27%;
}
.general_heading h4::after {
    border-bottom: 1px solid #ccc;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 27%;
}
.container .title2 {
    color: #3b3b3b;
    font-size: 18px;
    text-align: center;
}
.container .city-image img {
    width: 100%;
}
.container .title-brd {
    border-bottom: 1px solid #ccc;
    line-height: 25px;
}
.container .img-text {
    bottom: 50%;
    color: #fff;
    font-size: 25px;
    left: 0;
    padding: 3px 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translate(0%, 0%);
}
.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    left: 15px;
    position: absolute;
    right: 16px;
    top: 50%;
}
.container .img-city:hover .overlay {
    display: block;
}
.container .img-city:hover .img-text {
    font-weight: bold;
}
.disblk {
    display: block;
    position: absolute;
}
.container .img-city:hover .disblk {
    display: none;
}
.footer-container .newslatter-btn {
    background-color: #ed7005;
    border: 0 none;
    color: #fff;
    font-size: 20px;
    height: 45px;
}
.footer-container .newslatter-btn:hover {
    background-color: #fd9207;
}
.footer-container .newslatter-btn a {
    color: #fff;
    text-decoration: none;
}
.footer-navigation p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
}
.footer-navigation ul.menu_list {
    display: inherit;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-navigation ul.menu_list > li {
    color: #bcbaba;
    display: inherit;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-navigation ul.menu_list > li > a {
    color: #bcbaba;
}
.footer-navigation ul.menu_list > li > a:hover {
    color: #f5f5f5;
}
.footer-navigation .arrow-space {
    padding-right: 15px;
}
.footer-navigation .divider {
    border-bottom: 1px solid #363636;
}
.footer-navigation .social-icon ul {
    display: inline;
    margin: 0;
    padding: 0;
}
.footer-navigation .social-icon ul li {
    display: inline;
    margin: 0;
    padding: 0 5px 0 0;
}
.footer-navigation .followus-text {
    color: #fff;
    font-size: 20px;
}
.footer-navigation .copywrite-text {
    color: #aba9a9;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.footer-container {
    background-color: #000;
}
.footer-container .search-input-bg {
    padding: 15px 0;
}
.footer-container .search-inputbar {
    background-color: #c7c7c7;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    height: 45px;
}
.footer-navigation .select-language .form-control {
    background-color: #3c3c3c;
    background-image: none;
    border-radius: 5px;
    height: 45px;
    text-shadow: none;
    width: 85%;
}
.footer-navigation .select-language .btn-default {
    background-color: #3c3c3c;
    background-image: none;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    line-height: 32px;
    text-shadow: none;
}
.footer-navigation .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #fff;
}
.footer-navigation .left-select {
    width: 100%;
}
.footer-navigation .left-select .select-textarea {
    background-color: #3c3c3c;
    background-image: none;
    border: 0 none;
    border-radius: 5px 0 0 5px;
    box-shadow: none;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 45px;
    text-align: left;
    text-shadow: none;
    width: 80%;
}
.footer-navigation .left-select .select-arrow {
    background-color: #3c3c3c;
    background-image: none;
    border: 0 none;
    border-radius: 0 5px 5px 0;
    box-shadow: none;
    color: #a2a1a1;
    height: 45px;
    text-shadow: none;
}
.footer-navigation .open > .dropdown-toggle.btn-default:hover {
    background-color: #3c3c3c;
    color: #a2a1a1;
}
:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
*::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.footer-navigation select.input-lg {
    background-color: #3c3c3c;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin-top: 8px;
    width: 80%;
}
.footer-navigation select option {
    background-color: #fff;
    color: #333;
    font-size: 15px;
    line-height: 30px;
}
.footer-container .search-input-bg .subnews {
    background-color: transparent;
    border: 0 none;
    padding: 5px;
}
.footer-navigation .social-icon ul > li {
    display: inline-block;
    margin-left: 6px;
}
.footer-navigation .social-icon ul > li:first-child {
    margin-left: 0;
}
.footer-navigation .social-icon ul > li > a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #888;
    border-radius: 50%;
    color: #888;
    display: table;
    font-size: 16px;
    height: 30px;
    line-height: 1px;
    padding-top: 6px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 30px;
}
.footer-navigation .social-icon ul > li > a:hover {
    border: 1px solid #fff;
    color: #fff;
}
.inner-header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eaeaea;
}
.inner-header .navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
}
.inner-header .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    height: 61px;
}
.inner-header .navbar-default .navbar-nav > li > a {
    color: #66696b;
}
.inner-header .navbar-default .navbar-collapse .navbar-left .form-control {
    border: medium none;
    height: 57px;
}
.inner-header .navbar-right li {
    color: #565a5c;
    height: inherit;
}
.inner-header .navbar-default .navbar-nav > li > a .icon-font {
    color: #c8cbcc;
    display: inline;
    font-size: 18px;
    padding: 0 5px;
}
.inner-header .navbar-default .navbar-nav > li > p {
    background: #ed7005 none repeat scroll 0 0;
    border-radius: 100%;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    left: 80%;
    padding: 2px 0;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 12%;
}
.inner-header .navbar-default .navbar-nav > li > a {
    line-height: 29px;
}
.inner-header .navbar-left .form-group .icon-text {
    color: #cdd0cc;
    float: left;
    font-size: 18px;
    margin-top: 19px;
    width: 5%;
}
.inner-header .navbar-right li > a > img {
    border-radius: 50%;
    height: 35px;
    margin-left: 5px;
    width: 35px;
}
.inner-content .listing-left-menu {
    background-color: #f5f5f5;
    min-height: 100%;
    position: absolute;
}
.inner-content .content-main {
    float: left;
    min-height: 230px;
    position: relative;
    width: 100%;
}
.inner-content .content-main .listing-left-menu ul {
    display: inherit;
    list-style: outside none none;
    margin: 22px 0;
    padding: 0;
}
.inner-content .content-main .listing-left-menu ul li {
    color: #989797;
    display: inherit;
    font-size: 17px;
    line-height: 40px;
    list-style: outside none none;
    margin: 0;
    padding: 0 5% 0 0;
}
.inner-content .content-main .listing-left-menu ul li:hover {
    background-color: #e8e8e8;
    cursor: pointer;
}
.inner-content .content-main .listing-left-menu ul li:hover a {
    color: #4e4c4c;
}
.inner-content .content-main .listing-left-menu ul li a {
    color: #989797;
    font-size: 14px;
    padding: 20px;
    text-decoration: none;
}
.inner-content .content-main .listing-left-menu ul li.active {
    background-color: #e8e8e8;
}
.inner-content .content-main .listing-left-menu ul li .plus-icon {
    float: right;
    margin-top: 15px;
}
.inner-content .content-main .listing-left-menu ul p {
    color: #807e7e;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
}
.inner-content .content-main .right-content h2 {
    color: #555558;
    font-size: 24px;
    line-height: 60px;
    margin: 0;
    padding: 0;
}
.inner-content .content-main .right-content h3 {
    color: #2a2b2b;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.inner-content .content-main .right-content .divider-brd {
    border-bottom: 1px solid #ccc;
}
.inner-content .content-main .right-content .form .form-title {
    color: #555659;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.inner-content .content-main .right-content .form-inline .form-group {
    width: 100%;
}
.inner-content .content-main .right-content .form-inline .form-control {
    width: 98%;
}
.inner-content .content-main .right-content .form-inline .form-group .label-text {
    color: #656668;
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    font-weight: normal;
}
.inner-content .content-main .right-content .org-button {
    background-color: #ed7005;
    border: medium none;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 20px;
}
.inner-header .navbar-default .navbar-collapse .form-group .input-select {
    box-shadow: none;
    color: #9d9d9d;
    width: 85%;
}
.inner-header .navbar-right li > ul > li {
    height: auto;
}
.inner-header .navbar-default .nav-tabs > li > a {
    border: 0 none;
    border-radius: 0;
}
.inner-header .navbar-default .nav-tabs .dropdown-menu {
    min-width: 150px;
    z-index: 2147483647;
}
.navbar-default .navbar-nav > .dropdown > a:hover {
    border-bottom: medium none;
}
.navbar-default .navbar-nav > li > a:hover {
    background-image: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 13px;
    width: 100%;
}
.inner-header .navbar-default .container-fluid .navbar-collapse ul > li > ul {
    margin-top: 0;
}
.inner-header .navbar-default .nav-tabs .navbar-nav .open .dropdown-menu {
}
.inner-header .navbar-default .nav-tabs {
    border-bottom: 0 none;
}
.inner-header .navbar-right li > ul > li {
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    height: inherit;
}
.inrpage-head li a:hover {
    border-bottom: medium none;
    padding-bottom: 0;
}
.navbar-right .dropdown-menu {
    top: 51px;
}
.inrpage-head .dropdown-menu {
    top: 57px;
}
.navbar-default .inrpage-head > .open > a, .navbar-default .inrpage-head > .open > a:focus, .navbar-default .inrpage-head > .open > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    color: #66696b;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
}
.inner-header .navbar-right .btn-main {
    margin-top: 0;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-top: 13px;
}
.list_space .title {
    color: #565a5c;
    font-size: 30px;
}
.list_space .text {
    color: #66696b;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
}
.list_space .content-main {
    background-color: #f5f5f5;
    padding: 40px 0;
}
.list_space .content-main .container .right-block {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
}
.list_space .content-main .container .right-block ul {
    display: inherit;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.list_space .content-main .container .right-block ul li {
    color: #707070;
    display: inherit;
    font-weight: normal;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.list_space .content-main .container .right-block .arrow-space {
    margin-right: 5px;
}
.list_space .property-btn {
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0;
    border-right: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    color: #b1b2b1;
    display: block;
    float: left;
    font-family: "OpenSans-Regular";
    font-size: 16px;
    font-weight: 500;
    padding: 20px 30px;
}
.list_space .property-btn.active {
    background-color: #807e7e;
    box-shadow: none;
    color: #fff;
}
.list_space .property-btn:hover {
    background-color: #807e7e;
    box-shadow: none;
    color: #fff;
}
.list_space .property-btn:first-child {
    border-left: 1px solid #dbdbdb;
}
.list_space .font-icon {
    font-size: 18px;
    margin-right: 5px;
}
.list_space form p {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    font-weight: 600;
}
.list_space select {
    border-left: 0 none;
    border-radius: 0;
    color: #b1b2b1;
    float: left;
    font-family: "OpenSans-Regular";
    font-weight: 500;
    height: 64px;
    line-height: 58px;
    padding-left: 10px;
    width: 25%;
}
.list_space select.left-brd {
    border-left: 1px solid #dbdbdb;
}
.list_space select.accommodates {
    background: #fff none repeat scroll 0 0;
    color: #807e7e;
    width: 100%;
}
#frmListYourSpace #submit {
    background: #ed7005 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    padding: 5px 15px;
    width: inherit;
}
#frmListYourSpace #submit:hover {
    background: #fd9207 none repeat scroll 0 0;
}
.btm-form-text {
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
}
.amenities .checkbox {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}
.home-safty .checkbox {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}
.home-safty1 form label {
    color: #66696b;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
}
.home-safty1 p.form-title {
    font-size: 15px;
}
.home-safty1 .form-horizontal textarea {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    height: 100px;
    max-width: 100%;
}
.login .title {
    color: #fd9207;
    font-family: "OpenSans-Regular";
    font-size: 30px;
}
.login .text {
    color: #66696b;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    padding: 0 10px;
}
.login .loginbox {
    border: 1px solid #ccc;
    text-align: center;
}
.login .loginbox .formstart {
    background-color: #fff;
    padding: 20px;
}
.login .loginbox .orange-text {
    color: #3aaad4;
}
.login .loginbox .orange-text:hover {
    color: #ed7005;
}
.loginbox .checkbox label {
    font-size: 13px;
}
.signup .signupbox {
    border: 1px solid #ccc;
    border-radius: 5px;
    float: none;
    text-align: center;
}
.signup .title {
    color: #fd9207;
    font-family: "OpenSans-Regular";
    font-size: 30px;
}
.signup .text {
    color: #66696b;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    padding: 0 10px;
}
.signup .signupbox .text1 {
    color: #66696b;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
}
.signup .signupbox .formstart {
    background-color: #fff;
    padding: 20px;
}
.signup .signupbox .formstart .title-text {
    color: #fd9207;
    font-size: 17px;
    font-weight: normal;
}
.signup .signupbox .formstart .captcha {
    display: inline-block;
    float: left;
}
.signup .signupbox .formstart .captcha-icon {
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.signup .signupbox .formstart .text {
    border-bottom: 1px solid #ccc;
    color: #9e9d9d;
    font-size: 14px;
    padding-bottom: 10px;
}
.signup .signupbox .formstart .text1 {
    color: #9e9d9d;
    font-size: 18px;
}
.signup .signupbox .formstart .ortext {
    font-size: 20px;
}
#frm_signup .captcha img {
    margin-top: 7px;
}
#frm_signup .captcha-icon {
    margin-top: 5px;
}
#frm_signup .captcha-icon img {
    transition: all 1s ease-in-out 0s;
}
#frm_signup .captcha-icon img:hover {
    transform: rotate(360deg);
}
.padleft0 {
    padding-left: 0;
}
.static-content {
    color: #808080;
    font-size: 14px;
    line-height: 20px;
}
.detail-content .left-block .left-content .user-img img {
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 3px;
}
.detail-content .left-block .left-content .user-name {
    color: #919292;
    font-family: "OpenSans-Regular";
    text-align: center;
    width: 70%;
}
.detail-content .left-block .right-content h2 {
    color: #2d2d2d;
    font-family: "OpenSans-Regular";
    font-size: 26px;
    margin-top: 0;
}
.detail-content .left-block .right-content .star {
    color: #f3c802;
    font-size: 16px;
    padding-right: 3px;
}
.detail-content .left-block .right-content .title-text {
    color: #7c7f80;
    display: inline-block;
}
.detail-content .left-block .right-content .star-block {
    color: #7c7f80;
    margin-top: 10px;
}
.detail-content .left-block .right-content .icon ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.detail-content .left-block .right-content .icon ul li {
    color: #c2c0b9;
    display: inline-block;
    padding-right: 55px;
    text-align: center;
}
.detail-content .right-block {
    border: 1px solid #ede9e9;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -71px;
    z-index: 333;
}
.detail-content .right-block .top {
    background-color: rgba(0, 0, 0, 0.6);
    height: 50px;
    padding: 0 10px;
}
.detail-content .right-block .top .form-group {
    display: inline;
    float: right;
    width: 30%;
}
.detail-content .right-block .top .form-group select {
    margin-top: 8px;
}
.detail-content .right-block .top .digit {
    color: #fff;
    display: inline-block;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 22px;
    line-height: 50px;
}
.detail-content .right-block .top .text {
    color: #fff;
    display: inline-block;
    float: right;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 50px;
}
.detail-content .right-block .form-block {
    margin: 0;
    padding: 0;
}
.detail-content .right-block form label {
    color: #666666;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
}
.detail-content .right-block form input, select {
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
}
.detail-content .right-block form .req-btn {
    background-color: #ed7005;
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 20px;
    margin: 0 15px;
    padding: 13px 44px;
    text-align: center;
}
.detail-content .right-block form .req-btn a {
    color: #fff;
    text-decoration: none;
}
.detail-content .right-block form .wishlist {
    border: 1px solid #ccc;
    margin: 0 15px;
    padding: 10px 20px;
    text-align: center;
}
.detail-content .right-block form .wishlistfont {
    font-size: 17px;
}
.content-text-block .content-text-block-container {
    padding: 20px 0;
}
.content-text-block .content-text-block-container h2 {
    color: #303335;
    font-size: 21px;
    margin: 0;
    padding: 0;
}
.content-text-block .content-text-block-container p {
    color: #707070;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.content-text-block .content-text-block-container .orange-title {
    border-bottom: 1px solid #e4e3e3;
    color: #ed7005;
    font-family: "OpenSans-Regular";
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.content-text-block .content-text-block-container .contact-host {
    border-bottom: 1px solid #e4e3e3;
    padding-bottom: 20px;
}
.content-text-block .content-text-block-container .contact-host .left-title {
    color: #707070;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
}
.content-text-block .content-text-block-container .contact-host .content-text {
    color: #707070;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.content-text-block .content-text-block-container .contact-host .content-text span {
    color: #0c0c0c;
    font-weight: bold;
}
.content-text-block .content-text-block-container .contact-host .content-text .icon-space {
    margin-right: 10px;
}
.content-text-block .content-text-block-container .contact-host .content-text .orange-content {
    color: #ef6704;
}
.review-block h2 {
    border-bottom: 1px solid #e4e3e3;
    font-family: "OpenSans-Regular";
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 14px;
}
.review-block .review-left-text {
    color: #707070;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
}
.review-block ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.review-block ul li {
    color: #1b1b1b;
    font-family: "Open Sans",sans-serif;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.review-block .star-space {
    margin-right: 5px;
}
.review-block .rating-text {
    display: inline-block;
    margin-right: 30px;
}
.review-block .review-content {
    display: inline-block;
}
.review-block .review-content ul {
    display: inline-block;
}
.review-block .review-user-img img {
    border: 2px solid #ededed;
    border-radius: 50%;
    padding: 2px;
}
.review-block .review-user-text {
    padding-bottom: 15px;
}
.review-block .review-user-text p {
    color: #707070;
    font-family: "Open Sans",sans-serif;
    line-height: 22px;
}
.review-block .review-user-name {
    margin-left: 25px;
}
.review-block .pagination > li > a, .pagination > li > span {
    border: 1px solid #e4e3e3;
    font-family: "OpenSans-Regular";
    font-weight: bold;
}
.review-block .review-btn {
    border: 1px solid #e4e3e3;
    border-radius: 5px;
    color: #040404;
    display: inline-block;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    font-weight: 600;
    padding: 7px 20px;
}
.review-block .review-btn a {
    color: #040404;
    text-decoration: none;
}
.about-user .review-user-img img {
    border: 2px solid #ededed;
    border-radius: 50%;
    padding: 2px;
}
.about-user .review-user-name {
    margin-left: 25px;
}
.location .tab-content {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-family: "Open Sans",sans-serif;
}
.location .tab-content .form-horizontal .control-label {
    color: #66696b;
    font-weight: normal;
}
.location .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fd9207;
}
.location .postal-sdd-block ul li a {
    color: #2a2b2b;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.location .postal-sdd-block .detail-content .right-block form input, select {
    height: 35px;
}
.location .tab-content > .active {
    padding: 30px 15px;
}
.baisc select {
    border: 1px solid #eae9e9;
    color: #9a9a9b;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    height: 45px;
}
.photos form {
    font-family: "Open Sans",sans-serif;
}
.photos label {
    color: #f58b3a;
    font-size: 18px;
    font-weight: normal;
}
.photos .photo-block {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    min-height: 250px;
}
.photos .photo-block .textbox {
    max-width: 100%;
    width: 100%;
}
.photos .photo-block .text-area {
    min-height: 101px;
    padding: 10px;
}
.photos .add-photo {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 30px 5px;
    position: relative;
}
.photos .add-photo input[type="file"] {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}
.photos .add-photo .icon {
    margin-right: 5px;
}
.photos .photo-block .close-sign {
    color: #f58b3a;
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 0;
}
.photos .photo-block .blank-box {
    font-size: 20px;
    margin-bottom: 50%;
    margin-top: 50%;
    text-align: center;
}
.photos .photo-block .blank-box a {
    color: #333;
}
.calender select {
    color: #555558;
    font-family: "Open Sans",sans-serif;
    width: 50%;
}
.calender .right-block ul {
    display: inline-block;
    float: right;
    list-style: outside none none;
    margin: 10px 0 0;
    padding: 0;
}
.calender .right-block ul li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0 15px 0 5px;
}
.calender .right-block .available {
    background-color: #dfdfdf;
    height: 20px;
    width: 20px;
}
.calender .right-block .booked {
    background-color: #b81b09;
    height: 20px;
    width: 20px;
}
.calender .right-block .temp_booked {
    background-color: #f2b179;
    height: 20px;
    width: 20px;
}
.calender .right-block .unavailable {
    background-color: #868686;
    height: 20px;
    width: 20px;
}
.calender-table .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    color: #555558;
    font-family: "Open Sans",sans-serif;
    text-align: center;
}
.calender-table .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    height: 60px;
    line-height: 25px;
}
.form-calender .sync-calender {
    background-color: #e4e4e4;
    border: 1px solid #ccc;
}
.form-calender .sync-calender h3 {
    color: #333;
    line-height: 40px;
    margin: 0;
    padding: 0;
}
.form-calender .sync-calender p {
    float: right;
    line-height: 40px;
    margin: 0;
    padding: 0;
}
.form-calender .sync-calender p a {
    color: #f58b3a;
}
.form-calender .export-calender {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}
.form-calender .export-calender .title {
    color: #f58b3a;
    font-size: 16px;
}
.form-calender .export-calender .export-text {
    color: #555558;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
}
.form-calender .export-calender .export-text span {
    background-color: green;
    color: #fff;
    padding: 2px 8px;
}
.form-calender .export-calender .export-btmlink {
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.calender-table .modal-content {
    font-family: "Open Sans",sans-serif;
}
.calender-table .modal-content .modal-header .modal-title {
    color: #f58b3a;
    font-size: 20px;
}
.calender-table .modal-content .modal-header p {
    color: #555558;
    font-size: 13px;
}
.calender-table .modal-content .modal-body {
    font-family: "Open Sans",sans-serif;
}
.calender-table .modal-content .modal-body .form-group label {
    color: #555558;
    font-weight: normal;
}
.pricing .tab-content {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-family: "Open Sans",sans-serif;
}
.pricing .tab-content .form-horizontal .control-label {
    color: #66696b;
    font-weight: 700;
}
.pricing .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fd9207;
}
.pricing .postal-sdd-block ul li a {
    color: #2a2b2b;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.pricing .postal-sdd-block .detail-content .right-block form input, select {
    height: 35px;
}
.pricing .tab-content > .active {
    padding: 30px 15px;
}
.pricing .basic-tab input[type="checkbox"] {
    margin: 12px 0 0;
}
.pricing .frm-submitbtn .btn.focus, .btn:focus, .btn:hover {
    color: #333;
}
.pricing .btn {
    border-radius: 0;
    padding: 6px 9px;
}
.pricing .tab-heading {
    background-color: #f5f5f5;
    padding: 10px 20px;
    width: 100%;
}
.pricing .tab-heading h3 {
    color: #000;
}
.pricing .form-group p {
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.header-switch {
    background-color: #7b7b7b;
    padding: 10px 15px;
}
.header-switch .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #fd9207 none repeat scroll 0 0;
}
.header-switch h2 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.header-switch .switch {
    text-align: right;
}
.header-switch .bootstrap-switch {
    border: 0 none;
}
.header-switch .header-switch-block {
    margin-left: 20px;
}
.manage-listing .tab-heading h3 {
    background-color: #f5f5f5;
    padding: 10px 20px;
    width: 100%;
}
.manage-listing .tab-content {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-family: "Open Sans",sans-serif;
}
.manage-listing .tab-content .form-horizontal .control-label {
    color: #66696b;
    font-weight: normal;
}
.manage-listing .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fd9207;
}
.manage-listing .postal-sdd-block ul li a {
    color: #000000;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.manage-listing .postal-sdd-block .detail-content .right-block form input, select {
    height: 35px;
}
.manage-listing .tab-content > .active {
    padding: 30px 15px;
}
.manage-listing .basic-tab input[type="checkbox"] {
    margin: 12px 0 0;
}
.manage-listing .frm-submitbtn .btn.focus, .btn:focus, .btn:hover {
    color: #333;
}
.manage-listing .btn {
    padding: 6px 9px;
}
.manage-listing .tab-heading {
    background-color: #f5f5f5;
    padding: 10px 20px;
    width: 100%;
}
.manage-listing .tab-heading h3 {
    color: #000;
}
.manage-listing .form-group p {
    font-size: 13px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.manage-listing .performance-block h2 {
    color: #000;
    font-size: 18px;
    line-height: 30px;
}
.manage-listing .performance-block .orange-btn {
    display: inline-block;
    padding: 11px 10px;
    text-align: center;
}
.manage-listing .progressbar {
    background-color: #e6e6e6;
    height: 5px;
    margin: 5px 0;
    position: relative;
    width: 75%;
}
.manage-listing .progressbar span {
    background-color: red;
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
}
.manage-listing .listing .check-icon {
    font-size: 18px;
}
.manage-listing .listing p {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 20px;
}
.manage-listing .listing h2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    margin: 0;
    padding: 0;
}
.pro-pic .quick-link-block {
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}
.pro-pic .quick-link-block h2 {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 10px 12px;
}
.user-dashboard .left .user-img-block img {
    width: 100%;
}
.user-dashboard .left .user-img-block h2 {
    color: #2b2b2b;
    line-height: 35px;
    margin: 0;
    padding: 0;
}
.user-dashboard .left .user-img-block p a {
    color: #ed7005;
}
.user-dashboard .left .quick-link-block ul {
    margin: 0;
    padding: 0;
}
.user-dashboard .left .quick-link-block ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 10px;
}
.user-dashboard .left .quick-link-block .right-arrow {
    margin-right: 5px;
}
.user-dashboard .left .quick-link-block ul li a {
    color: #337ab7;
    font-weight: normal;
}
.user-dashboard .left .quick-link-block ul li a:hover {
    color: #ed7005;
}
.user-dashboard .left .quick-link-block h2 {
    border-bottom: 1px solid #ccc;
    color: #2a2b2b;
    font-size: 18px;
    margin-top: 0;
    padding: 10px 0;
}
.user-dashboard .left .snap-shot-block h2 {
    border-bottom: 1px solid #ccc;
    color: #2a2b2b;
    font-size: 18px;
    padding: 10px 0;
}
.user-dashboard .left .snap-shot-block .text {
    color: #555659;
    float: left;
    font-weight: normal;
    line-height: 23px;
    width: 60%;
}
.user-dashboard .left .snap-shot-block .text1 {
    color: #555659;
    float: right;
    font-size: 13px;
}
.user-dashboard .right .welcome-block .title {
    color: #2a2b2b;
    font-size: 24px;
}
.user-dashboard .right .welcome-block p {
    color: #555659;
    font-size: 14px;
    line-height: 22px;
}
.user-dashboard .right .message-block .brd {
    border-top: 1px solid #ccc;
}
.message-block .msg .col-md-2 div {
    height: 80px;
    width: 80px;
}
.user-dashboard .right .message-block .title {
    color: #2a2b2b;
    font-size: 24px;
}
.user-dashboard .right .message-block .msg {
    padding-bottom: 8px;
}
.user-dashboard .right .message-block .msg img {
    margin-top: 4px;
    width: 100%;
}
.user-dashboard .right .border-divider {
    padding: 0 0 15px;
}
.user-dashboard .right .referal-block {
    border-right: 1px solid #ccc;
    text-align: center;
}
.user-dashboard .right .last-child {
    border: 0 none;
    margin-top: 12px;
    padding-right: 0;
    text-align: center;
}
.user-dashboard .right .referal-block .text1 {
    color: #555659;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.user-dashboard .right .referal-block .text1 span {
    font-size: 38px;
}
.user-dashboard .right .shared-link h2 {
    color: #2a2b2b;
    font-size: 18px;
}
.user-dashboard .right .shared-link .link-box {
    border: 1px solid #ccc;
    color: #555659;
    margin-top: 12px;
    padding: 8px 10px;
    word-break: break-all;
}
.user-dashboard .right .shared-link .share-icon {
    display: inline-block;
    font-size: 35px;
    margin-top: 0;
}
.user-dashboard .right .shared-link .share-icon .fb-icon {
    color: #6b89c5;
}
.user-dashboard .right .shared-link .share-icon .twitt-icon {
    color: #0f7cb6;
}
.user-dashboard .right .alerts .brd {
    border-top: 1px solid #ccc;
}
.user-dashboard .right .alerts .title {
    color: #2a2b2b;
    font-size: 24px;
}
.user-dashboard .right .alerts a {
    color: #ed7005;
}
.user-dashboard .right .alerts .text1 {
    color: #ed7005;
    font-size: 18px;
}
.user-dashboard .right .alerts .checkbox-icon {
    color: #555659;
    display: inline-block;
    font-weight: normal;
    margin-right: 10px;
}
.user-dashboard .right .alerts .text1 .questionmark-icon {
    color: #555659;
    margin-left: 10px;
}
.user-dashboard .right .alerts .text2 {
    color: #555659;
    font-size: 14px;
    margin-top: 9px;
}
.user-dashboard .right .alerts .fb-icon a {
    color: #4d6fa8;
    font-size: 20px;
}
.user-dashboard .right .alerts .text3 {
    color: #ed7005;
    font-size: 16px;
}
.user-dashboard .right .invite-frd {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
}
.user-dashboard .right .invite-frd .title {
    font-size: 24px;
    line-height: 1.3;
}
.shared-link .share-icon a:hover i {
    color: #337ab7;
}
.gry-menu {
    background-color: #807e7e;
    color: #fff;
}
.gry-menu ul {
    margin: 0;
    padding: 0;
}
.gry-menu ul li {
    display: inline-block;
    font-size: 18px;
    list-style: outside none none;
    margin: 0;
    padding: 6px 29px 7px 15px;
}
.gry-menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
}
.gry-menu ul li a:hover {
    background-image: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
    width: 100%;
}
.gry-menu ul li a.active {
    background-image: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
    width: 100%;
}
.user-dashboard-menu .brd {
    border-bottom: 1px solid #ccc;
    margin-bottom: 6px;
    overflow: hidden;
    padding: 10px 0 15px;
}
.user-dashboard-menu .delete-link a {
    color: #f58b3a;
    text-align: center;
}
.user-dashboard .user-profile ul {
    margin: 0;
    padding: 0;
}
.user-dashboard .user-profile ul li {
    color: #989797;
    font-size: 16px;
    line-height: 35px;
    list-style: outside none none;
    padding: 5px 0 0;
}
.user-dashboard .user-profile ul li a {
    color: #565a5c;
}
.user-dashboard .user-profile ul li a.active {
    color: #fd9207;
}
.user-profile .right .org-text {
    color: #fd9207;
}
.user-profile .right .lock-icon {
    color: #fd9207;
    margin-right: 10px;
}
.user-profile .right .title-box {
    background-color: #f5f5f5;
    color: #000;
    font-size: 16px;
    padding: 10px 20px;
}
.user-profile .right form {
    color: #66696b;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
}
.user-profile .right .close-icon {
    color: #666;
    font-size: 20px;
}
.user-profile .right form textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}
.user-profile .right form p {
    font-size: 13px;
}
.user-profile .right ul.metatag li {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
    display: inline-block;
    list-style: outside none none;
    margin: 0 10px 0 0;
    padding: 0 10px;
}
.user-profile .right ul.metatag li span {
    margin-left: 5px;
}
.user-profile .photosandvideo .upload-photo {
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    margin-bottom: 5px;
    padding-top: 10px;
    position: relative;
}
.user-profile .photosandvideo .upload-photo input[type="file"] {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}
.user-profile .photosandvideo label {
    color: #f58b3a;
    font-size: 18px;
    font-weight: normal;
}
.user-profile .photosandvideo .close-sign {
    color: #f58b3a;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 0;
}
.user-profile .photosandvideo .photo-listing {
    border: 1px solid #ccc;
}
.user-profile .photosandvideo .video-panel ul {
    margin: 0;
    padding: 0;
}
.user-profile .photosandvideo .video-panel ul li {
    font-size: 14px;
    line-height: 25px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.user-profile .photosandvideo .video-panel .icon-font {
    color: #fd9207;
}
.user-profile .photosandvideo .photosandvideotab {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 20px;
}
.user-profile .photosandvideo .photosandvideotab p {
    font-family: "Open Sans",sans-serif;
}
.user-profile .photosandvideo .photosandvideotab .uploded-photo-listing {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    position: relative;
}
.user-profile .photosandvideo .photosandvideotab .video-panel p {
    font-family: "Open Sans",sans-serif;
}
.user-profile .photosandvideo .photosandvideotab .video-panel .left .video-section {
    background-color: #f6e2bc;
    border: 2px solid #e2a949;
    padding: 80px 10px;
}
.user-profile .photosandvideo .photosandvideotab .video-panel .left .video-section p {
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.user-profile .photosandvideo .photosandvideotab .video-panel .left .video-section .video-img {
    text-align: center;
}
.user-profile .photosandvideo .photosandvideotab .video-panel .right .h2 {
    font-family: "Open Sans",sans-serif;
    margin: 0;
    padding: 0;
}
.user-profile .photosandvideo .about-bistro-community h2 p {
    font-family: "Open Sans",sans-serif;
}
.user-profile .photosandvideo .about-bistro-community ul {
    margin: 0;
    padding: 0;
}
.user-profile .photosandvideo .about-bistro-community ul li {
    font-size: 14px;
    line-height: 25px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.user-profile .photosandvideo .left {
    border: 0 none;
}
.user-profile .view-profile-block {
    float: right;
    line-height: 40px;
}
.user-profile .view-profile-block a {
    color: #fd9207;
}
.user-profile .remark-link {
    font-size: 14px;
    text-align: right;
}
.user-profile .userphndetail-block {
    border: 1px solid #ccc;
    padding: 10px;
}
.user-profile .userphndetail-block .lable-text {
    line-height: 30px;
}
.user-profile .userphndetail-block .add-text {
    font-size: 13px;
    line-height: 30px;
}
.user-profile .userphndetail-block .add-text a {
    color: #fd9207;
}
.user-profile .photosandvideo .photosandvideotab .uploded-photo-listing .photo-blank-box {
    font-size: 20px;
    margin-bottom: 40%;
    margin-top: 40%;
    text-align: center;
}
.user-profile .photosandvideo .photosandvideotab .photo-upload-btn .btn-box {
    border: 1px solid #ccc;
    color: #f58b3a;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    padding: 10px 5px;
    text-transform: capitalize;
}
.user-profile .photosandvideo .photosandvideotab .photo-upload-btn .form-btn-box {
    border: 1px solid #ccc;
}
.user-profile .photosandvideo .photosandvideotab .photo-upload-btn .btn-box.selected {
    background-color: #f58b3a;
    border: 1px solid #f58b3a;
    color: #fff;
}
.user-profile .photosandvideo .photosandvideotab .photo-upload-btn .btn-box .font-space {
    margin-right: 5px;
}
.message-conversation {
    font-family: "Open Sans",sans-serif;
}
.message-conversation .bredcrams p {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.message-conversation .bredcrams .arrow-icon {
    color: #fd9207;
    margin: 0 5px;
}
.message-conversation .bredcrams p span {
    color: #fd9207;
}
.message-conversation .userdetail-block {
    border: 1px solid #ccc;
    min-height: 177px;
    padding: 15px 0;
}
.message-conversation .userdetail-block h2 {
    color: #fd9207;
    line-height: 25px;
    margin: 0;
    padding: 0;
}
.message-conversation .userdetail-block .text1 {
    font-size: 14px;
    line-height: 20px;
}
.message-conversation .userdetail-block .verification-text {
    color: #555659;
    font-size: 14px;
    font-weight: bold;
}
.message-conversation .userdetail-block .verification-text p {
    font-weight: normal;
}
.message-conversation .userdetail-block .verified-icon {
    color: #819f2a;
    font-size: 16px;
}
.message-conversation .message-block textarea {
    border-radius: 5px;
    min-height: 80px;
    width: 100%;
}
.message-conversation .verifie-review-icon {
    margin-right: 5px;
}
.message-conversation .textmessage-block .gry-block {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 7px;
}
.message-conversation .textmessage-block .gry-block p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.message-conversation .textmessage-block .gry-block ul {
    margin: 0;
    padding: 0;
}
.message-conversation .textmessage-block .gry-block ul li {
    display: inline-block;
    font-size: 13px;
    list-style: outside none none;
    margin: 0 20px 0 0;
    padding: 0;
}
.message-conversation .form-horizontal .control-label {
    font-weight: normal;
}
.textmessage-block .body {
    border: 2px solid #f1f1f1;
}
.textmessage-block .body .trans p {
    font-size: 13px;
    padding: 7px 0 0 21px;
}
.message-conversation .calender-block ul {
    margin: 0;
    padding: 0;
}
.message-conversation .calender-block ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 20px 0 0;
    padding: 0;
}
.message-conversation .calender-block h2 {
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.message-conversation .right .calender-block p {
    display: inline-block;
}
.message-conversation .right .calender-block .calender {
    border: 1px solid #ccc;
    padding: 10px;
}
.message-conversation .right .email-block p {
    font-size: 13px;
}
.user-dashboard .review-tab .review .review-content {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-family: "Open Sans",sans-serif;
    padding: 20px 10px;
}
.user-dashboard .review-tab .review .past-review-box {
    background-color: #f5f5f5;
    padding: 10px;
}
.user-dashboard .review-tab .review .past-review-box .title {
    border: medium none;
    font-size: 15px;
    padding-bottom: 0;
}
.user-dashboard .review-tab .review .review-box .right-text {
    float: right;
    margin: 0;
    padding: 0;
}
.user-dashboard .review-tab .review .review-box .content-block {
    border: 1px solid #ccc;
    min-height: 65px;
    padding: 10px 20px;
}
.user-dashboard .review-tab .review .review-box .content-block p {
    margin: 0;
    padding: 0;
}
.user-dashboard .review-tab .review .review-by-you {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 15px;
}
.user-dashboard .review-tab .review .review-by-you textarea {
    min-height: 80px;
}
.user-dashboard .account-setting {
    font-family: "Open Sans",sans-serif;
}
.user-dashboard .account-setting ul {
    margin: 0;
    padding: 0;
}
.user-dashboard .account-setting ul li {
    color: #989797;
    font-size: 15px;
    line-height: 35px;
    list-style: outside none none;
    padding: 5px 0 0;
}
.user-dashboard .account-setting ul li a {
    color: #565a5c;
}
.user-dashboard .account-setting ul li a.active {
    color: #fd9207;
}
.user-dashboard .account-setting .right .accountsettingtab {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 20px;
}
.user-dashboard .account-setting .right .accountsettingtab label {
    color: #555659;
    font-weight: normal;
}
.user-dashboard .account-setting .right .accountsettingtab .cancel-account .orange-text {
    color: #fd9207;
    margin: 0;
    padding: 0;
}
.user-dashboard .account-setting .right .accountsettingtab .cancel-account p {
    margin: 0;
    padding: 0;
}
.user-dashboard .account-setting .right .accountsettingtab .cancel-account ul {
    margin: 0;
    padding: 0;
}
.user-dashboard .account-setting .right .accountsettingtab .cancel-account ul li {
    font-size: 14px;
    line-height: 25px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.user-dashboard .account-setting .right .accountsettingtab .cancel-account ul li span {
    color: #fd9207;
}
.map_number {
    background-color: #f58b3a;
    color: #fff;
    display: block;
    left: 0;
    line-height: 10px;
    padding: 5px;
    position: absolute;
    top: 0;
}
.detail h2 {
    color: #2a2b2b;
    font-size: 26px;
    margin-top: 0;
}
.actions .review-btn {
    border: 1px solid #e4e3e3;
    border-radius: 5px;
    color: #040404;
    display: inline-block;
    font-family: "OpenSans-Regular";
    font-size: 12px;
    font-weight: 600;
    margin: 2px 0;
    padding: 7px 6px;
}
.share .social .fa {
    font-size: 20px;
}
.actions .review-btn a {
    color: #555659;
    text-decoration: none;
}
.switch .bootstrap-switch {
    float: right;
}
.account-setting .right .content-box {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0;
}
.account-setting .right .col-md-12 .col-md-4 {
    padding: 0;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #fd9207 none repeat scroll 0 0;
}
.listing-page .pagination {
    float: right;
}
.content-detail {
    clear: both;
    float: right;
    text-align: right;
    width: 120px;
}
.content-detail p {
    font-size: 11px;
    margin: 10px 0 0;
}
.content-detail span {
    font-size: 11px;
    text-align: right;
}
.my-res table, .my-res th, .my-res tr, .my-res td {
    height: auto;
    text-align: left;
}
.my-res .guest a {
    color: #ed7005;
    float: left;
    padding-top: 3px;
}
.my-res .details button {
    font-size: 12px;
    margin-top: 3px;
    padding: 5px 10px;
}
.my-res .details a {
    font-size: 12px;
    margin-top: 3px;
    padding: 5px 10px;
}
.my-res .date-time a {
    color: #ed7005;
}
.my-res .review-btn {
    border: 1px solid #e4e3e3;
    border-radius: 5px;
    color: #040404;
    display: inline-block;
    font-family: "OpenSans-Regular";
    font-size: 13px;
    font-weight: 600;
    padding: 7px 11px;
}
.date-btn {
    float: right;
}
.date-btn a {
    color: #ed7005;
    padding-right: 10px;
}
.res-req .btn-box, .res-req .btn-box i {
    color: #fd9207;
    font-size: 20px;
}
.res-req p {
    min-height: 61px;
    text-align: justify;
}
.res-req .border-div {
    border-right: 1px solid #d4d4d4;
    padding: 10px;
}
.res-req .border-div:last-child {
    border: medium none;
}
.res-req form label {
    font-size: 12px;
}
#reserv .orange-btn {
    float: right;
}
.trip-advice {
    background: #f5f5f5 none repeat scroll 0 0;
    width: 100%;
}
.trip-advice p b, .trip-book p b, .trip-advice span {
    color: #fd9207;
    text-align: center;
}
.trip-advice .rightpart {
}
.rightpart .if-div {
    border: 1px solid #343434;
    box-shadow: 0 8px 6px -6px black;
}
.trip-detail .col-md-4 {
    border-right: 2px solid #f5f5f5;
}
.trip-detail .col-md-4:last-child {
    border: medium none;
}
.trip-book {
    background: #f5f5f5 none repeat scroll 0 0;
    width: 100%;
}
.trip-book ul {
    overflow: hidden;
    padding: 0;
}
.trip-book ul li {
    float: left;
    list-style-type: none;
    width: 33.3333%;
}
.ftable table th, .ftable table td {
    border: 1px solid #f5f5f5;
    overflow: hidden;
    padding: 7px;
    width: 320px;
}
.table-scroll {
    overflow: scroll;
}
.ftable table th {
    background: #ed7005 none repeat scroll 0 0;
    color: #fff;
    font-family: "OpenSans-Regular";
    height: auto;
}
.Ltable table th, .Ltable table td {
    border: 1px solid #f5f5f5;
    overflow: hidden;
    padding: 7px;
    width: 280px;
}
.Ltable table th {
    background: #9d9d9d none repeat scroll 0 0;
    color: #fff;
    font-family: "OpenSans-Regular";
    height: auto;
}
.table-scroll {
    height: 220px;
    overflow: scroll;
}
.view-test {
    padding-left: 0;
    padding-right: 0;
}
.paypal {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 10px;
}
.paypal #paypal_cancel {
    text-align: center;
}
.paypal h3 {
    margin-top: 0;
}
.paypal input {
    border: 1px solid #8c8c8c;
    font-family: "OpenSans-Regular";
    padding: 6px;
}
input[type="submit"] {
    background-color: #ed7005;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    min-width: 109px;
    padding: 5px 15px;
    text-transform: capitalize;
}
.referral .tab-heading {
    background-color: #f5f5f5;
    padding: 10px 20px;
    width: 100%;
}
.referral .tab-heading h3 {
    margin: 0;
    padding: 0;
}
.referral .credit span {
    color: #fd9207;
    font-weight: 700;
}
.contactform {
    background: #f5f5f5 none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px;
}
.contactform form textarea {
    border: 1px solid #cccccc;
    border-radius: 5px;
    min-height: 100px;
    width: 100%;
}
.getstart {
    border: 2px solid #f5f5f5;
    padding: 20px;
    width: 100%;
}
.getstart h1 {
    font-family: "OpenSans-Regular";
    font-size: 40px;
    margin: 0;
}
.share {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 10px 20px;
    width: 100%;
}
.social {
    float: right;
}
.social .fa {
    font-size: 30px;
}
.social .fa-facebook-square {
    color: #3b5998;
    padding-right: 10px;
}
.social .fa-twitter-square {
    color: #4099ff;
}
.content {
    border: 2px solid #f5f5f5;
    overflow: hidden;
    padding: 20px;
    width: 100%;
}
.content h4 {
    color: #fd9207;
    font-family: "OpenSans-Regular";
    font-weight: bold;
}
.cur-tips .search-inputbar {
    background-color: #d6d6d6;
    border: 0 none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    height: 42px;
}
.cur-tips .newslatter-btn {
    background-color: #fd9207;
    border: 0 none;
    color: #ffffff;
    font-size: 20px;
    height: 50px;
}
.cur-tips .search-input-bg .subnews {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    width: auto;
}
.cur-tips table {
    border: 1px solid #9d9d9d;
}
.cur-tips table tr td img {
    display: block;
    height: 100px;
    width: 100px;
}
.cur-tips table tr td {
    text-align: center;
}
.cur-tips .guest a {
    color: #ed7005;
    float: left;
    padding-top: 3px;
}
.cur-tips .details button {
    font-size: 12px;
    margin-top: 3px;
    padding: 5px 10px;
}
.cur-tips table, .cur-tips th, .cur-tips tr, .cur-tips td {
    height: auto;
    text-align: left;
}
.cur-tips .review-btn {
    border: 1px solid #e4e3e3;
    border-radius: 5px;
    color: #040404;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-top: 29px;
    padding: 7px 11px;
}
.pre-tips table {
    border: 1px solid #9d9d9d;
}
.pre-tips table tr td img {
    display: block;
    height: 100px;
    width: 100px;
}
.pre-tips table tr td {
    text-align: center;
}
.pre-tips .guest a {
    color: #ed7005;
    float: left;
    padding-top: 3px;
}
.pre-tips .details button {
    font-size: 12px;
    margin-top: 3px;
    padding: 5px 10px;
}
.pre-tips table, .pre-tips th, .pre-tips tr, .pre-tips td {
    height: auto;
    text-align: left;
}
.pre-tips .review-btn {
    border: 1px solid #e4e3e3;
    border-radius: 5px;
    color: #040404;
    display: inline-block;
    font-family: "OpenSans-Regular";
    font-size: 13px;
    font-weight: 600;
    padding: 7px 11px;
}
.removeall .review-btn {
    border: 1px solid #e4e3e3;
    color: #040404;
    display: inline-block;
    font-family: "OpenSans-Regular";
    font-size: 13px;
    font-weight: 600;
    height: 42px;
    padding: 7px 11px;
}
.starred .guest img {
    height: 70px;
    width: 70px;
}
.starred table, .starred th, .starred tr, .starred td {
    height: auto;
    text-align: left;
}
.starred table .guest {
    float: left;
    width: 70px;
}
.starred table .imgdel {
    overflow: hidden;
    padding-left: 10px;
}
.starred table .imgdel a {
    color: #ed7005;
}
.starred table .dtl i {
    color: #ed7005;
    float: left;
    padding-right: 8px;
}
.starred table .dtl p {
    line-height: 13px;
    padding-left: 3px;
}
.starred table .details h3 {
    font-size: 25px;
    margin: 0;
}
.starred table .details p {
    font-size: 10px;
}
.starred table .fa-times {
    color: red;
}
.starred table {
}
.pro-pic .user-img-block h2 {
    color: #ed7005;
}
.pro-pic .user-img-block p span {
    font-weight: bold;
}
.pro-pic .leftinfo {
    float: left;
    overflow: hidden;
    width: 80%;
}
.pro-pic .rightinfo {
    float: left;
    width: 20%;
}
.pro-pic .rightinfo i {
    color: #ed7005;
    float: right;
    font-size: 19px;
    margin-right: 7px;
}
.pro-pic .leftinfo i {
    color: #333;
    float: left;
}
.pro-pic .leftinfo p {
    color: #555659;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 7px;
    padding-left: 21px;
}
.pro-pic .leftinfo span {
    font-size: 13px;
    padding-left: 21px;
}
.pro-pic ul li {
    clear: both;
    overflow: hidden;
}
.terms .tab-heading {
    background-color: #f5f5f5;
    padding: 10px 20px;
    width: 100%;
}
.terms h3, .terms h4 {
    margin: 0;
}
.title p {
    color: #ed7005;
    display: inline;
    float: right;
    font-weight: bold;
}
.title h2 {
    display: inline;
}
.pro-pic-right a {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.detail-list {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 10px 20px;
    width: 100%;
}
.detail-list ul li {
    display: inline;
    float: left;
    list-style: outside none none;
    margin: 3px 0;
    width: 50%;
}
.detail-list ul li p {
    display: inline;
    padding-left: 10px;
}
.detail-list ul {
    border: 1px solid #d4d4d4;
    overflow: hidden;
    padding: 10px;
}
.vall {
    float: right;
    font-size: 14px;
}
.profile .title p {
    background-color: #ed7005;
    border-radius: 100%;
    color: #fff;
    padding: 6px 10px;
}
.profile .content-block {
    min-height: 65px;
}
.profile .right-text {
    float: right;
    margin: 0;
    padding: 0;
}
.imgfix img {
    height: 100%;
    width: 100%;
}
.listing-sec .imgfix {
    height: 100%;
    width: 100%;
}
.listing-sec a h5 {
    color: #ed7005;
    font-weight: bold;
}
.listing-sec ul {
    border: 1px solid #d4d4d4;
    overflow: hidden;
    padding: 4px;
}
.listing-sec ul li {
    display: inline;
    float: left;
    list-style: outside none none;
    margin: 3px 0;
}
.listing-sec ul li p {
    display: inline;
    padding-left: 10px;
}
.bg {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 10px;
}
.listing-sec h2 span {
    background-color: #ed7005;
    border-radius: 100%;
    color: #ffffff;
    float: right;
    padding: 3px 8px;
}
.collect-pg .inn-img {
    display: inline-block;
    height: 180px;
    width: 100%;
}
.collect-pg .inn-img img {
    height: 100%;
    width: 100%;
}
.collect-pg .cut-img {
    padding: 0;
}
.collect-pg .cut-img .col-sm-3 {
    margin-bottom: 28px;
}
.inn-img-cont a {
    font-weight: bold;
}
.inn-img-cont a h2 {
    margin: 0;
    text-transform: uppercase;
}
.inn-img-cont {
    background-color: #f5f5f5;
    border: 1px solid #d4d4d4;
    margin: 0 auto;
    min-height: 62px;
    padding: 6px 0;
    text-align: center;
    width: 100%;
}
.inn-img-cont p {
    padding: 5px 0;
}
.con-del {
    position: relative;
}
.con-del .bread-cr .breadcrumb {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-radius: 0;
    bottom: 7px;
    margin: 0;
    position: absolute;
    width: 100%;
}
.con-del .bread-cr .breadcrumb > .active {
    color: #fff;
    font-weight: bold;
}
.con-del .bread-cr .breadcrumb > li > a {
    color: #000;
}
.con-del img {
    border-radius: 3px;
    max-height: 250px;
    width: 100%;
}
.social-stand {
    background: #f5f5f5 none repeat scroll 0 0;
    overflow: hidden;
    padding: 6px 0;
    width: 100%;
}
.social-stand .social .fa-facebook-square {
    padding-right: 0;
}
.social-stand .social {
    padding-right: 10px;
}
.social-stand .social i {
    padding: 0 3px;
}
.social-stand .social .fa-pinterest-square {
    color: #c92228;
}
.social-stand .social .fa-google-plus-square {
    color: #d34836;
}
.cut-img .inn-img-cont h2 {
    font-size: 17px;
}
.cut-img .inn-img-cont p {
    margin: 0;
}
.detail-collection {
    background-color: #d4d4d4;
    border: 1px solid #d4d4d4;
    overflow: hidden;
    padding: 5px;
}
.detail-collection .img-div {
    display: inline-block;
    height: 250px;
    overflow: hidden;
    width: 100%;
}
.detail-collection .img-div img {
    width: 100%;
}
.detail-collection .content-div h2 {
    color: #ed7005;
    font-size: 30px;
}
.detail-collection .inner-detail {
}
.detail-collection .inner-detail .inner-detail-img {
    float: left;
}
.detail-collection .inner-detail .inner-detail-content {
    display: inline;
}
.contact img {
    border-radius: 3px;
    max-height: 230px;
    width: 100%;
}
.contact {
    position: relative;
}
.contact .heading {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border-radius: 0;
    bottom: 19px;
    margin: 0;
    position: absolute;
    width: 100%;
}
.contact .heading h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding: 8px;
}
.reachHeading h4 {
    color: #ed7005;
    font-size: 16px;
}
.questions form select {
    float: right;
    width: 20%;
}
.questions select {
    float: left;
    margin: 0 10px;
    width: 40%;
}
.questions select:first-child {
    margin: 0;
}
.mainhead .main-row {
    width: 100%;
}
.mainhead .main-row span {
    display: inline;
    float: left;
    width: 30%;
}
.mainhead .main-row span b {
    color: #fff;
    font-weight: 700;
}
.mainhead .main-row p {
    display: inline;
    width: 60%;
}
.mainhead textarea {
    min-height: 120px;
    width: 100%;
}
.information a {
    color: #ed7005;
}
.information h3 {
    margin-top: 0;
}
.information p {
    margin: 0 0 1px;
}
.woutlogin span {
    padding: 0 10px;
}
.view-test table, .view-test th, .view-test tr, .view-test td {
    height: auto;
    text-align: center;
}
.view-test .review-btn {
    border: 1px solid #e4e3e3;
    border-radius: 5px;
    color: #040404;
    display: inline-block;
    font-family: "OpenSans-Regular";
    font-size: 11px;
    font-weight: 600;
    padding: 7px 11px;
}
.view-test table {
    border: 1px solid #9d9d9d;
}
.view-test th {
    background: #fd9207 none repeat scroll 0 0;
    color: #fff;
    font-family: "OpenSans-Regular";
}
.formpart {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.sort {
    overflow: hidden;
    width: 100%;
}
.sort .form-group {
    float: left;
    padding-right: 10px;
}
.listing-size {
    display: inline;
}
.listing-size p {
    padding-top: 30px;
}
.glyphicon {
    margin-right: 5px;
}
.thumbnail {
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0;
}
.item.list-group-item {
    background-color: #fff;
    float: none;
    margin-bottom: 10px;
    width: 100%;
}
.item.list-group-item:nth-of-type(2n+1):hover, .item.list-group-item:hover {
    background: #fd9207 none repeat scroll 0 0;
}
.item.list-group-item .list-group-image {
    margin-right: 10px;
}
.item.list-group-item .thumbnail {
    margin-bottom: 0;
}
.item.list-group-item .caption {
    padding: 9px 9px 0;
}
.item.list-group-item:nth-of-type(2n+1) {
    background: #eeeeee none repeat scroll 0 0;
}
.item.list-group-item::before, .item.list-group-item::after {
    content: " ";
    display: table;
}
.item.list-group-item img {
    float: left;
}
.item.list-group-item::after {
    clear: both;
}
.list-group-item-text {
    margin: 0 0 11px;
}
.search-listgrid .caption img {
    border: 1px solid #000000;
    display: block;
    float: left;
    height: 40px;
    margin-right: 5px;
    padding: 1px;
    width: 40px;
}
.search-listgrid .caption h4 {
    background-color: #f5f5f5;
    color: #ed7005;
    font-weight: bold;
    padding: 5px;
}
.search-listgrid .caption h5, .search-listgrid .caption p {
    font-size: 12px;
}
.search-listgrid .caption h4 span {
    color: #333;
    font-size: 14px;
    font-weight: 300;
}
.search-listgrid .caption h2 {
    color: #333;
    font-family: "OpenSans-Regular";
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.search-listgrid .thumbnail {
    margin: 0;
    min-height: 251px;
}
.map-img {
    border: 1px solid #d4d4d4;
    padding: 2px;
}
.check-num .checkbox {
    display: inline;
}
.check-num .span-num {
    background-color: #f5f5f5;
    border: 1px solid #d4d4d4;
    border-radius: 100%;
    color: #ed7005;
    display: inline;
    float: right;
    font-size: 12px;
    padding: 0 5px;
}
.check-num {
    margin: 3px 0;
}
.searchpg .panel-group .panel-body button {
    float: right;
}
.searchbar input {
    float: left;
}
.searchbar {
    margin: 0;
}
.but-more button {
    background-color: #ed7005;
    background-image: none;
    border: medium none;
    border-radius: 0;
    float: left;
    font-size: 14px;
    padding: 3px 14px;
    text-transform: capitalize;
}
.but-more .btn-primary:hover, .but-more .btn-primary:focus {
    background-color: #ed7005;
    color: #fff;
}
.prop-tab h3 {
    margin: 0;
}
.scroll-div {
    height: 270px;
    overflow-y: auto;
}
.scroll-div h3 {
    color: #ed7005;
    font-size: 25px;
}
.headbg {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 10px;
    overflow: hidden;
    padding: 13px;
    width: 100%;
}
.headbg .head-room {
    float: left;
}
.headbg .head-room h1 {
    color: #ed7005;
    font-size: 35px;
    margin: 0;
}
.headbg .social .fa-facebook-square {
    padding-right: 0;
}
.headbg .rvw {
    display: inline;
}
.graphical-view {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 10px;
    overflow: hidden;
    padding: 13px;
    width: 100%;
}
carousel {
    margin-top: 20px;
}
.item .thumb {
    cursor: pointer;
    float: left;
    width: 25%;
}
.item .thumb img {
    margin: 2px;
    width: 100%;
}
.item img {
    width: 100%;
}
.graphical-view .calendar-legend dt, .graphical-view .calendar-legend dt span {
    height: 20px;
    width: 20px;
}
.graphical-view .calendar-legend dt {
    margin: 0 4px 0 19px;
}
.graphical-view .calendar-legend {
    margin: 0;
    padding: 0;
}
.graphical-view .calendar-legend .ib {
    float: left;
    line-height: 20px;
}
.graphical-view .calendar-legend .available, .graphical-view .calendar-legend .free {
    background: #819f2a none repeat scroll 0 0;
}
.graphical-view .calendar-legend .booked {
    background: #aa1100 none repeat scroll 0 0;
}
.graphical-view .calendar-legend .unavailable, .graphical-view .calendar-legend .busy {
    background: #666666 none repeat scroll 0 0;
}
.graphical-view .calendar-legend dt span {
    display: block;
}
.cal {
    float: right;
}
.room-detail {
    background-color: #fff;
    padding: 5px;
}
.room-detail ul {
    list-style: outside none none;
}
.room-detail ul li span {
    color: #ed7005;
    font-weight: bold;
}
.room-detail ul li {
    font-family: "OpenSans-Regular";
}
.but-email button {
    background-color: transparent;
    background-image: none;
    border: 1px solid #ed7005;
    border-radius: 0;
    color: #ed7005;
    float: left;
    font-size: 14px;
    margin: 0 15px;
    text-shadow: none;
    width: 25%;
}
.but-email button:hover {
    background-color: #ed7005;
    border: 1px solid transparent;
    color: #fff;
}
.listing-pg .col-md-4 select {
    height: 25px;
}
.orange-title a {
    color: #ed7005;
}
.orange-title-detail a {
    font-size: 14px;
    line-height: 24px;
}
.contact-host .translate {
    border: 1px solid #cccccc;
    padding: 10px 20px;
    text-align: center;
}
.calender-box {
    width: 99%;
}
.review-block .translate {
    border: 1px solid #cccccc;
    margin-left: 44px;
    padding: 10px 20px;
    text-align: center;
    width: 30%;
}
.review-user-text .but-email {
    float: right;
}
.review-user-text .but-email button {
    width: auto;
}
.contact-host .social {
    float: left;
}
.fixed {
    left: -2px;
    position: fixed;
    top: 70px;
    width: 97%;
    z-index: 999;
}
.fixed .stk-chng {
    width: 89%;
}
.media-carousel {
    margin-bottom: 0;
    margin-top: 30px;
    padding: 0 0 30px;
}
.media-carousel .carousel-control.left {
    background: #222222 none repeat scroll 0 0;
    border: 4px solid #ffffff;
    border-radius: 23px;
    height: 40px;
    left: -12px;
    margin-top: 76px;
    width: 40px;
}
.media-carousel .carousel-control.right {
    background: #222222 none repeat scroll 0 0;
    border: 4px solid #ffffff;
    border-radius: 23px;
    height: 40px;
    margin-top: 76px;
    right: -12px;
    width: 40px;
}
.media-carousel .carousel-indicators {
    bottom: 0;
    margin-right: -19px;
    right: 50%;
    top: auto;
}
.media-carousel .carousel-indicators li {
    background: #c0c0c0 none repeat scroll 0 0;
}
.media-carousel .carousel-indicators .active {
    background: #333333 none repeat scroll 0 0;
}
.media-carousel img {
    height: 300px;
    width: 100%;
}
.main-slide {
    position: relative;
}
.main-slide .heart {
    left: 30px;
    position: absolute;
    top: 14px;
}
.main-slide .heart i {
    font-size: 23px;
}
.content-slide {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: -22px;
    padding: 10px;
    position: relative;
    width: 100%;
}
.superhostImg {
    bottom: 9px;
    position: absolute;
    right: 9px;
}
.content-slide p, .content-slide h2 {
    margin: 0;
}
.content-slide a h3 {
    color: #2d2d2d;
    margin: 0;
}
.content-slide h2 span {
    color: #2b2b2b;
    font-weight: bold;
}
.content-slide p {
    padding-top: 10px;
}
.profile-pic img {
    border-radius: 100%;
    height: 70px;
    width: 70px;
}
.profile-pic {
    bottom: 75px;
    position: absolute;
    right: 21px;
    z-index: 99;
}
.but-email .btn-group button {
    padding: 10px 16px;
    width: 100%;
}
.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 9px;
}
.but-email .btn-group > .btn:first-child {
    margin: 0 15px;
}
.searchAbnb .dates-input .form-group {
    float: left;
    margin: 0 5px;
    width: 30%;
}
.searchAbnb .dates-input .check-num {
    float: left;
    margin: 0 5px;
    width: 30%;
}
.searchAbnb .leftside {
    border-bottom: 1px solid #d4d4d4;
    padding: 8px 0;
}
.range {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    cursor: pointer;
    display: table;
    height: 25px;
    margin-top: 5px;
    position: relative;
}
.range input[type="range"] {
    outline: medium none;
}
.range input[type="range"] {
    -moz-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: table-cell;
    height: 25px;
    width: 100%;
}
.range output {
    -moz-user-select: none;
    background-color: #fd9207;
    border-radius: 0 4px 4px 0;
    color: #ffffff;
    display: table-cell;
    min-width: 40px;
    padding: 3px 5px 2px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.headerdiv {
    background: #f1f1f1 none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.headerdiv button {
    margin: 2px;
    padding: 8px 14px;
}
.headerdiv p {
    line-height: 0;
    margin-top: 11px;
}
.searchAbnb .selectbar select {
    float: left;
    margin: 0 5px;
    width: 30%;
}
.rightside .check-num b {
    color: #2b2b2b;
}
.sliders .carousel-indicators {
    bottom: -5px;
}
.divcontent {
    margin-top: 20px;
}
.divcontent .heart {
    left: 30px;
    position: absolute;
    top: 10px;
}
.divcontent .delLink {
    position: absolute;
    right: 30px;
    top: 10px;
}
.divcontent .delLink_a {
    color: #fd9207;
    font-size: 14px;
}
.divcontent .heart i {
    color: #fd9207;
    font-size: 20px;
}
.divcontent .heart:hover .fa-heart-o::before {
    color: #fd9207;
    content: "";
}
.main-slide .heart i {
    color: #fd9207;
    font-size: 20px;
}
.main-slide .heart:hover .fa-heart-o::before {
    color: #fd9207;
    content: "";
}
.searchAbnb {
    background: #f7f7f7 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    top: 62px;
}
.footer-hide {
    display: none;
}
.mapframe {
    bottom: 0;
    float: right;
    left: auto;
    padding-left: 0;
    position: fixed;
    right: 0;
    top: 62px;
}
.foot-button {
    bottom: 0;
    float: right;
    position: fixed;
    right: 60px;
    z-index: 99999;
}
#footer-hd {
    bottom: 0;
    position: relative;
}
.footer-hide {
    bottom: 0;
    position: fixed;
    width: 100%;
}
.flag i a {
    color: #303335;
    font-weight: bold;
    padding-left: 10px;
}
.flag {
    margin: 0 auto;
    text-align: center;
}
#new_hosting_actions h2 {
    font-size: 18px;
}
#subtotal_area {
}
.media-carousel .carousel-control.left {
    left: -2px;
}
.media-carousel .carousel-control.right {
    right: -2px;
}
.sync-calender {
    overflow: hidden;
}
.mapcheck {
    left: 120px;
    padding: 3px 5px;
    position: absolute;
    top: 10px;
    z-index: 999999999;
}
.border-div {
    margin: 10px 0;
    padding-bottom: 10px;
}
.search_result {
}
.search_result .hover {
    background: transparent none repeat scroll 0 0;
    box-shadow: 5px 5px 20px #000;
    opacity: 0.9;
}
.pagination .current {
    background: #5c5c5c none repeat scroll 0 0;
    border: 1px solid #a8a8a8;
    color: #333;
    font-weight: bold;
}
.pagination {
    float: right;
    height: 40px;
    margin-top: 15px;
    width: auto;
}
#results_pagination {
    float: right;
    overflow: hidden;
}
.pagination a {
    text-shadow: 1px 1px 1px #ffffff;
}
.pagination a, .pagination .current, .pagination span {
    background: #ed7005 none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    box-shadow: 1px 1px 0 #ffffff inset;
    color: #fff;
    display: block;
    float: left;
    font-weight: normal;
    height: auto;
    margin-left: 5px;
    padding: 3px 6px 0;
    text-decoration: none;
}
.pagination a:hover {
    background-position: 0 -20px;
}
.user-dashboard .title {
    border-bottom: 1px solid #cccccc;
    color: #2a2b2b;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cur-book .form-group textarea {
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    width: 100%;
}
.listing img {
    width: 100%;
}
.how-works {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 10px;
}
.how-works p, .how-works h2 {
    color: #555659;
}
.how-works h2 {
    color: #2a2b2b;
    font-weight: 700;
}
.yourtrip h2 {
    background: #9c9d9d none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    padding: 10px;
}
.yourtrip .ytleft p, .yourtrip .ytrgt p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}
.yourtrip .ytleft p {
    font-weight: 700;
}
.yourtrip .ytleft p i {
    cursor: pointer;
}
.bgorg {
    background: #f3f3f3 none repeat scroll 0 0;
    border-bottom: medium none;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.ad-info h2 {
    background: #9c9d9d none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    padding: 10px;
}
.ad-info {
    overflow: hidden;
}
.ad-info .radio {
    display: inline;
    margin-right: 10px;
}
.ad-info .radio input {
    margin-left: -33px;
}
.ad-info .radio label {
    line-height: 11px;
}
.payment h2 {
    background: #9c9d9d none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    padding: 10px;
}
.imagepp img {
    height: 90px;
    width: 90px;
}
.imagepp {
    display: inline;
    float: left;
    margin-right: 11px;
}
.contentpp {
    display: table;
    margin-left: 20px;
}
.ppseal img {
    height: 120px;
    width: 120px;
}
.payment input {
    width: 100%;
}
.policies h2 {
    background: #9c9d9d none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    padding: 10px;
}
.policies .ytleft p {
    font-weight: 700;
}
.policies .ytleft p, .policies .ytrgt p {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px;
}
.account-setting .res-req .border-div input {
    margin-right: 10px;
}
.navbar-main .menu-text ul .btn-main a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    margin-top: 7px;
    padding: 8px 11px 11px;
    width: auto;
}
.navbar-main .menu-text ul .btn-main a:hover {
    background: #fd9207 none repeat scroll 0 0;
    border: 2px solid #fd9207;
}
.navbar-default {
    background-color: transparent;
}
.footer-container .search-input-bg .input-group {
    display: block;
}
#manage_listing_intro_container .fl .col-md-11 {
    display: inline;
    float: left;
}
#manage_listing_intro_container .fl .col-md-11 h2 {
    display: inline;
}
#manage_listing_intro_container .fl .col-md-11 p {
    padding-top: 5px;
}
#manage_listing_intro_container .fl {
    margin: 7px 0;
}
#manage_listing_intro_container .fl .col-md-1 i {
    line-height: 25px;
}
select.input-lg {
    line-height: 41px;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    background: #9d9d9d none repeat scroll 0 0;
}
#message_form textarea {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #807e7e;
    display: block;
    font-size: 14px;
}
#message_form .col-md-4 input {
    width: 100%;
}
:-moz-placeholder {
    color: #333;
}
*::-moz-placeholder {
    color: #333;
}
.error-404 img {
    width: 100%;
}
.error-404 {
    position: absolute;
}
.collection .img-block {
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.collection .img-block img {
    border-radius: 100%;
}
.logo img {
    display: none;
    height: 56px;
    padding-top: 10px;
    width: 100%;
}
.navbar-nav > li > a {
    line-height: 1;
    padding: 30px 0 0;
}
.navbar-nav > li {
    padding-left: 15px;
    padding-right: 15px;
}
.inrpage-head .btn-main a {
    padding: 5px 11px 8px;
}
.inrpage-head .btn-main a:hover {
    background: #fd9207 none repeat scroll 0 0;
    padding: 5px 11px 8px;
}
.inrpage-head li a {
    padding-bottom: 13px;
    padding-top: 23px;
}
.inrpage-head li a:hover {
    padding-bottom: 13px;
}
.inrpage-head li .dropdown-menu li a {
    padding-top: 8px;
}
#frm_login #submit_btn {
    border-radius: 0;
    height: 42px;
}
#frm_login #submit_btn:hover {
    background: #fd9207 none repeat scroll 0 0;
    color: #fff;
}
.white-link a {
    border: 1px solid #ffffff;
    color: #fff;
    padding: 3px 4px;
}
.white-link {
    margin-top: 5px;
}
.close-pop-dismiss {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 9999;
}
.content-box .switch .bootstrap-switch {
    margin-bottom: 4px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #807e7e;
    border: 1px solid #807e7e;
    box-shadow: none;
    color: #fff;
}
.arrw i {
    color: #66696b;
    font-size: 20px;
    position: absolute;
    right: 8%;
    top: -14px;
}
#show_more_subtotal_info {
    padding-left: 14px;
}
.send_msg_popup_btn {
    padding: 7px 20px;
}
#user_contact_link, #email_share {
    color: #ed7005;
}
.but-email button:focus #user_contact_link, .but-email button:active #user_contact_link {
    color: #fff;
}
.but-email button:focus #email_share, .but-email button:active #email_share {
    color: #fff;
}
.but-email button:hover a {
    color: #fff;
}
.but-email button:focus, .but-email button:active {
    background: #ed7005 none repeat scroll 0 0;
}
.but-email button:active a {
    color: #fff;
}
.star_icon_container i, .star_icon_container span {
    color: #2b2b2b;
    font-size: 15px;
}
.hasDatepicker, #number_of_guests {
    padding: 5px;
}
#p_subtotal {
    display: none;
}
#p_subtotal_instant {
    display: none;
}
.user-img-block h2 a {
    color: #2a2b2b;
}
.welcome-block p a, .welcome-block p span {
    line-height: 2;
}
.welcome-block p {
}
.user-dashboard .alerts {
    margin-top: 49px;
}
.edit_i {
    float: right;
}
.edit_i i {
    color: #ed7005;
    font-size: 20px;
    padding-top: 8px;
}
.alerts .fb-icon i {
    background: #4d6fa8 none repeat scroll 0 0;
    border: 1px solid #4d6fa8;
    border-radius: 100%;
    color: #ffffff;
    font-size: 20px;
    padding: 4px 9px;
}
.alerts .fb-icon {
    padding-top: 6px;
}
.snap-shot-block p {
    margin: 0 0 5px;
}
.shared-link #facebook_share i {
    background: #4d6fa8 none repeat scroll 0 0;
    border: 1px solid #4d6fa8;
    border-radius: 100%;
    color: #ffffff;
    font-size: 20px;
    padding: 4px 9px;
}
.shared-link #twitter_share i {
    background: #55acee none repeat scroll 0 0;
    border: 1px solid #55acee;
    border-radius: 100%;
    color: #ffffff;
    font-size: 20px;
    padding: 4px;
}
.switch .content-detail p {
    overflow: hidden;
    text-overflow: ellipsis;
}
.p_text_notice {
    color: #fff;
    margin-top: 10px;
}
.fb_invite i {
    background: #4d6fa8 none repeat scroll 0 0;
    border: 1px solid #4d6fa8;
    border-radius: 100%;
    color: #ffffff;
    font-size: 20px;
    padding: 4px 9px;
}
.tw_invite i {
    background: #55acee none repeat scroll 0 0;
    border: 1px solid #55acee;
    border-radius: 100%;
    color: #ffffff;
    font-size: 20px;
    padding: 4px;
}
.cur-tips .search-form span {
    background-color: #ed7005;
    height: 42px;
    min-width: 109px;
}
.cur-tips .search-form span:hover {
    background-color: #fd9207;
}
.cur-tips .details a {
    padding: 13px 10px;
}
.form-control {
    border-radius: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #fff none repeat scroll 0 0;
}
.modal-footer .btn + .btn {
    border-radius: 0;
    height: 42px;
    min-width: 109px;
}
.cur-tips table .review-btn a {
    color: #555659;
}
.form-horizontal .control-label {
    color: #555659;
}
#update_form .form-group textarea {
    border-radius: 0;
    color: #555;
    padding: 6px 12px;
}
.rates-star {
    margin-top: 10px;
}
.rates-star img {
    float: left;
}
.rates-star b {
    padding-left: 15px;
}
#frmPrice .input-group-addon {
    border-radius: 0;
}
.message-conversation .message-block .textmessage-block img {
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.message-conversation .message-block .textmessage-block p {
    text-align: center;
}
.message-conversation .message-block .textmessage-block {
    margin: 10px 0;
    position: relative;
}
.message-conversation .message-block .textmessage-block .gry-block {
    background-color: #807e7e;
    border: medium none;
    color: #fff;
}
.message-conversation .message-block .textmessage-block .gry-block li {
    font-weight: bold;
    text-align: left;
}
.message-conversation .message-block .textmessage-block .body {
    background-color: transparent;
    border: 1px solid #807e7e;
    word-break: break-all;
}
.message-conversation .message-block .textmessage-block .body p {
    color: #807e7e;
    padding: 7px 15px 0;
    text-align: left;
}
.message-conversation .message-block {
    background-color: #f5f5f5;
    margin: 0 15px;
    overflow: hidden;
    padding: 10px 0;
}
.roundImage img {
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.roundImage p {
    text-align: center;
}
.alignMessgage textarea {
    padding: 10px;
}
.alignMessgage input {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}
.alignMessgage .pull-right input {
    float: left;
}
.padright0 {
    padding-right: 0;
}
.message-conversation .message-block .textmessage-block .left i {
    color: #807e7e;
    font-size: 24px;
    left: 7px;
    position: absolute;
    top: -1px;
}
.message-conversation .message-block .textmessage-block .right i {
    color: #807e7e;
    font-size: 24px;
    position: absolute;
    right: 7px;
    top: -1px;
}
.message-conversation .message-block .textmessage-block .has-header i {
    color: #807e7e;
}
.messgaeshadow {
    box-shadow: 0 2px 3px #888888;
}
#message_form .col-md-12 label {
    color: #f91717;
    float: right;
}
.user_dt {
    border: 1px solid #cccccc;
    min-height: 177px;
    overflow: hidden;
    padding: 15px 0;
}
.user_dt img {
    border-radius: 100%;
    height: 60px;
    width: 60px;
}
.user_dt .col-md-9 {
    padding-left: 0;
}
.user_dt .col-md-9 h2 {
    font-size: 19px;
    margin-top: 1px;
}
.user_dt .col-md-9 p {
    font-size: 13px;
}
.space3 {
    margin-top: 3px;
}
.padright30 {
    padding-right: 30px;
}
.padleft30 {
    padding-left: 30px;
}
.message-conversation .calender-block {
    margin-bottom: 20px;
}
.gotomsg {
    float: right;
    padding-right: 30px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #807e7e;
    box-shadow: none;
    color: #fff;
}
#contact_form .mainhead textarea {
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #555555;
    padding: 6px 12px;
    width: 100%;
}
.modal-footer .gry-btn {
    border-radius: 0;
    height: 42px;
}
.sticky_container .detail-content ul li i {
    font-size: 30px;
}
.condet {
    clear: both;
}
.namedet {
    display: inline;
    float: left;
    margin-bottom: 10px;
}
.listing-pg .book_it_section .req-btn {
    font-size: 17px;
    margin: 0 6px;
    padding: 10px 0;
    width: 50%;
}
.listing-pg .book_it_section .req-btn-full {
    font-size: 17px;
    margin: 0 6px;
    padding: 10px 0;
    width: 100%;
}
.listing-pg .book_it_section .wishlist {
    font-size: 17px;
    margin: 0 6px;
    padding: 13px 0;
    width: 30%;
}
.listing-pg .book_it_section #book_it_enabled {
    display: flex;
    width: 100%;
}
.listing-pg .book_it_section #subtotal_area h2 {
    margin-top: 0;
}
.contact-pg .review-user-img img {
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.contact-pg .review-user-img span {
    color: #919292;
    display: block;
    float: none;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}
.contact-pg {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 18px;
    padding-top: 18px;
}
.listing-pg {
    background: #f5f5f5 none repeat scroll 0 0;
    min-height: 170px;
    padding-bottom: 10px;
}
.contact-pg .col-md-8 h2 {
    font-size: 16px;
    margin-top: 8px;
}
.review-pg {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 18px;
    padding-top: 3px;
}
.review-pg ul li {
    display: inline-flex;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.review-pg ul {
    padding-left: 0;
}
.review-pg ul li p {
    color: #ed7005;
    font-family: "Open Sans",sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
}
.review-pg ul li b {
    background: #2b2b2b none repeat scroll 0 0;
    border-radius: 100%;
    color: #ffffff;
    margin-right: 7px;
    padding: 5px 7px;
}
.review-pg ul li p span {
    color: #707070;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.review-pg ul li i {
    color: #ed7005;
    font-size: 50px;
    margin-right: 7px;
}
.review-pg ul li span {
    line-height: 28px;
}
.marleft10 {
    margin-left: 10px;
}
.marright10 {
    margin-right: 10px;
}
.about-user .carousel-control.left {
    background-image: none;
}
.about-user .media-carousel .carousel-control.left {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin-top: 36px;
}
.about-user .carousel-control {
    font-size: 72px;
    opacity: 0.7;
}
.about-user .carousel-control.right {
    background-image: none;
}
.about-user .media-carousel .carousel-control.right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin-top: 36px;
}
.superhost {
    position: absolute;
    right: -7px;
    top: 0;
}
.contact-pg .review-user-img {
    position: relative;
}
.dropbtn {
    border: medium none;
    color: #2b2b2b;
    cursor: pointer;
    font-size: 16px;
}
.dropdown {
    display: inline-block;
    position: relative;
}
.dropdown-content {
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    display: none;
    min-width: 160px;
    position: absolute;
    right: 0;
    z-index: 9;
}
.dropdown-content a {
    color: black;
    display: block;
    padding: 12px 16px;
    text-decoration: none;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
    display: block;
    z-index: 999;
}
.rightblock {
    display: inline-block;
    float: right;
}
.rightblock .wishlist {
    display: inline;
    float: left;
}
.rightblock .sharing {
    display: inline;
    float: left;
    margin-left: 11px;
    margin-top: 3px;
}
.review_container {
    border-bottom: 1px solid #e4e3e3;
    padding-bottom: 17px;
}
.bordbot {
    border-top: 1px solid #e4e3e3;
    clear: both;
    margin: 0 2px;
}
#book_it_status {
    margin-top: 18px;
}
.carousel-inner .main-slide:hover a img {
    opacity: 0.6;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border: 1px solid #f5f5f5;
}
.inner-header .navbar-right .innerList {
    padding-right: 0;
}
.input-group-addon {
    border-radius: 0;
}
#search_filters .rightside .glyphicon {
    margin-right: 0;
}
.divimg img {
    height: 30px;
    left: 46%;
    position: absolute;
    top: 29%;
    width: 30px;
}
.dis_none {
    display: none;
}
.main-slide:hover .dis_none {
    display: block;
}
.edit-img i {
    color: #f58b3a;
    font-size: 20px;
    left: 1px;
    position: absolute;
    top: 1px;
}
.editPropPhoto i {
    left: 17px;
    top: 0;
}
.update_lisitng_title i {
    color: #f58b3a;
    cursor: pointer;
    font-size: 20px;
}
.user-img-block .img_area img {
    width: 100%;
}
.welcome-block h2 {
    color: #2b2b2b;
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 0;
}
.flag i a {
    font-family: "Open Sans",sans-serif;
}
.social_connections_and_reviews .title h2 {
    margin-top: 0;
}
.add-bgtxt {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 10px;
}
.crop {
    border-radius: 50%;
    height: 80px;
    margin: 0 auto;
    width: 80px;
}
.crop img {
    border-radius: 100%;
    height: 100%;
    width: 100%;
}
.disinline {
    display: inline;
}
.martop10 {
    margin-top: 10px;
}
.welcome-block .martop10 i {
    color: #ed7005;
    font-size: 18px;
}
.video-profile {
    display: inline;
    float: left;
}
.video-profile a {
    padding-left: 0;
}
.margR10 {
    margin-right: 10px;
}
.listing-detail a {
    font-size: 22px;
}
.listing-detail ul {
    border: medium none;
    padding: 0;
}
.listing-detail ul li {
    margin: 3px 27px 3px 0;
    width: auto;
}
.listing-detail ul li p {
    padding-left: 6px;
}
.main-grey .bootstrap-switch {
    margin-top: 11px;
}
.dropdown .pos_top {
    margin-top: -10px;
}
#results_pagination a {
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
#results_pagination b {
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #fff;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
#results_pagination a:hover {
    background-color: #5c5c5c;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #fff;
}
#results_pagination .pagination {
    margin-top: 0;
}
#results_footer .results_count {
    display: inline;
}
.cut-img .inn-img:hover img {
    opacity: 0.6;
}
.player {
    height: 365px;
}
.padright0 {
    padding-right: 0;
}
.padleft0 {
    padding-left: 0;
}
tbody tr:first-child {
    background-color: #dfdfdf;
}
.my-res .details a:first-child {
    padding-left: 0;
}
.my-res table tr td {
    padding-top: 20px;
}
table .checkbox {
    margin-bottom: 1px;
    margin-top: 0;
}
.my-res .det-page i {
    display: inline;
    float: left;
    padding-right: 5px;
    padding-top: 3px;
}
.my-res .bigbold {
    font-size: 19px;
}
.my-res .operation i {
    color: #337ab7;
}
.photo-upload-btn form {
    border: 1px solid #ccc;
}
.uploadIdButton form {
    border: medium none;
}
.review-box .content-block {
    padding: 10px 12px;
}
.my-res td img {
    float: left;
    height: 50px;
    margin-right: 5px;
    width: 50px;
}
.video-section img {
    width: 100%;
}
#toggle-video-record .record {
    text-align: center;
}
.mobile {
    margin-left: -15px;
    margin-right: -15px;
}
.mng-list td.details i {
    font-size: 14px;
}
#cke_listing_description {
    width: 100%;
}
.location {
    min-height: 550px;
}
.photo-block .text-area textarea {
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #555555;
    padding: 6px 12px;
    width: 100%;
}
.inner-content .gray-content {
    min-height: 550px;
}
.mCSB_outside + .mCSB_scrollTools {
    right: -14px;
}
.ovrhid {
    overflow: hidden;
}
.fixedbtn {
    bottom: 7px;
    position: fixed;
    right: 7px;
    z-index: 9999;
}
.contact-pg .col-md-8 span {
    overflow-wrap: break-word;
    width: 100px;
}
.down-content .disinline i {
    color: #2b2b2b;
    font-size: 25px;
}
.down-content .disinline li {
    margin-left: 60px;
}
.pro-pic-right .detail-list {
    padding: 20px;
}
.dispWithDrawBtn input {
    font-size: 12px;
    height: 25px;
    min-width: 68px;
    padding: 0;
}
.dispWithDrawBtn label {
    font-size: 10px;
}
.information #submit_message_form textarea {
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #555555;
    padding: 6px 12px;
    width: 100%;
}
.total_price b {
    font-size: 20px;
    margin-left: 7px;
}
.ad-info textarea {
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #555555;
    padding: 6px 12px;
    width: 100%;
}
#user_port_image ul li {
    padding: 0 15px;
}
.view-test table .com_dot {
    overflow-wrap: break-word;
    width: 400px;
}
.staticTitle {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
}
.rates-star .rating_class {
    width: 250px;
}
#frmAddReview .rating_class {
    width: 250px;
}
#frmAddReview img {
    float: left;
}
.how-works .title {
    border-bottom: 1px solid #cccccc;
    color: #2a2b2b;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.yourtrip .title {
    border-bottom: 1px solid #cccccc;
    color: #2a2b2b;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.ad-info .title {
    border-bottom: 1px solid #cccccc;
    color: #2a2b2b;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#calendar-edit-form .modal-footer .orange-btn {
    float: left;
}
#calendar-edit-form .modal-footer .gry-btn {
    float: left;
    min-width: auto;
}
#calendar-edit-form input {
    display: inline;
    width: 87%;
}
#calendar-edit-form .modal-content {
    overflow: hidden;
}
.edit-profile-block .avatar-btns {
    margin-top: 20px;
}
#house_rules_data p {
    overflow-wrap: break-word;
}
.mapcheck .checkbox {
    display: block;
    margin-top: 0;
}
.mapcheck .checkbox label {
    overflow-wrap: break-word;
}
.mapframe #first_time_map_question {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #707070;
    color: #3d3d3d;
    font-size: 13px;
    left: 325px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 21px;
    width: 202px;
}
.stk-chng .sec .error {
    font-size: 13px;
}
.stk-chng .sec select {
    height: 32px;
}
.prinput input {
    width: 100%;
}
.prinput span {
    clear: both;
    display: block;
}
.req-btn:hover {
    background-color: #fd9207;
    color: #fff;
}
.newslatter-btn .subnews:hover {
    background-color: #fd9207;
    color: #fff;
}
.export-calender input {
    float: left;
}
.mainsearch .search_result .item {
    height: 300px;
    width: 100%;
}
.mainsearch .search_result .item img {
    height: 100%;
}
.listing-home-image {
    min-height: 402px;
    overflow: hidden;
    width: 100%;
}
.listing-home-image img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.nct-icon a {
    background-image: url("../images/nct-icon.png");
    background-position: 8px 7px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}
.nct-icon a:hover {
    background-image: url("../images/nct-icon-hover.png");
    transition: all 0.1s ease 0s;
}
.select-nct .form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: none;
    float: left;
    font-weight: 300;
    padding: 6px 1px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.select-nct .form-control div.root {
    background: rgba(0, 0, 0, 0) url("../images/select-arrow1.png") no-repeat scroll 98% 16px;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 17px;
    padding: 6px 1px;
    text-align: left;
    width: 100%;
}
.select-nct .form-control div.root .value {
    display: block;
    float: left;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.select-nct .form-control select {
    background: #1e1e1e none repeat scroll 0 0;
    border: 1px solid #1e1e1e;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -3px;
    width: 100%;
}
.nct-footer-newletters-container .newsletter-submit {
    height: 34px;
    width: 100%;
}
.nct-footer-newletters-container .newsletter-submit:hover {
    background: #fd9207 none repeat scroll 0 0;
    color: #fff;
}
@media only screen and (max-width: 1340px) {
.navbar-nav > li {
    padding-left: 6px;
    padding-right: 15px;
}
.photos .add-photo {
    min-width: 190px;
    text-align: center;
}
.photos label {
    font-size: 17px;
}
.calender .right-block ul li {
    font-size: 13px;
    padding: 0 12px 0 5px;
}
.down-content .disinline li {
    margin-left: 57px;
}
.user-dashboard .left .snap-shot-block .text1 {
    font-size: 13px;
}
.user-profile .photosandvideo .photosandvideotab .photo-upload-btn .btn-box, .user-profile .photosandvideo label {
    font-size: 13px;
}
.my-res .details a {
    padding: 5px;
}
}
@media only screen and (max-width: 1200px) {
.banner {
    height: auto;
}
.banner-form {
    width: 90%;
}
.container .img-text {
    font-size: 25px;
}
.container h3 {
    font-size: 22px;
}
.banner .banner-image img {
    position: relative;
    width: auto;
}
.inner-header .navbar-left .form-group .icon-text {
    width: 9%;
}
.navbar-default .navbar-form {
    margin-left: 0;
    width: 35%;
}
.user-dashboard .right .shared-link h2 {
    font-size: 14px;
}
#new_hosting_actions h2 {
    font-size: 18px;
}
#maps_div {
    width: auto;
}
.media-carousel .carousel-control.left {
    left: 0;
}
.media-carousel .carousel-control.right {
    right: 0;
}
.profile-pic img {
    height: 50px;
    width: 50px;
}
.content-slide a h3 {
    font-size: 17px;
}
.profile-pic {
    bottom: 0;
    top: 174px;
}
.ad-info label {
    padding-left: 0;
}
.ad-info .radio {
    margin-right: 20px;
}
.collection .img-block {
    height: 150px;
    width: 150px;
}
.collection .text {
    font-size: 8px;
}
.collection p {
    font-size: 8px;
}
.user_dt .col-md-9 {
    padding-left: 15px;
}
.container {
    width: 970px;
}
.inner-content .listing-left-menu {
    position: relative;
}
#toggle-video-record .record {
    height: auto;
}
.photos .add-photo {
    min-width: 153px;
    padding: 11px;
    text-align: center;
}
.photos label {
    font-size: 16px;
}
.calender .right-block ul li {
    font-size: 12px;
    padding: 0 8px 0 5px;
}
.mCSB_outside + .mCSB_scrollTools {
    right: -17px;
}
.profile-pic {
    position: relative;
    top: 0;
}
.profile-pic img {
    position: absolute;
    right: -10px;
    top: -24px;
}
.sticky_container .detail-content ul li i {
    font-size: 22px;
}
.review-user-img, .review-block .review-user-name, .review-block .review-user-text {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.review_container .pull-right {
    float: none;
}
.about-user .media-carousel .main-slide {
    margin-bottom: 20px;
}
.about-user .media-carousel .main-slide .profile-pic img {
    top: -45px;
}
.main-slide .content-slide {
    min-height: 165px;
}
.hasDatepicker, #number_of_guests {
    font-size: 10px;
}
.superhost {
    right: -23px;
}
.listing-pg .book_it_section .req-btn {
    font-size: 14px;
    margin: 0 3px;
}
.video-profile {
    float: none;
}
.down-content .disinline li {
    display: inline-flex;
    float: left;
    margin-left: 0;
    margin-right: 13px;
}
.review-pg ul li span {
    font-size: 13px;
}
.social_connections_and_reviews .title {
    overflow: hidden;
}
.social_connections_and_reviews .review-pg ul li {
    display: block;
    float: none;
}
.social_connections_and_reviews .welcome-block {
    margin-top: 0;
}
.review-pg ul li b {
    padding: 5px 6px;
}
.social_connections_and_reviews .welcome-block p {
    margin-bottom: 0;
}
.user-dashboard .left .snap-shot-block .text {
    width: 53%;
}
#frm_login .checkbox input {
    margin-top: 0;
}
.user-profile .photosandvideo .photosandvideotab .photo-upload-btn .btn-box, .user-profile .photosandvideo label {
    font-size: 13px;
}
.ad-info .radio input {
    margin-left: -24px;
    margin-top: 4px;
}
.my-res .details a {
    padding: 5px;
}
.mapframe #first_time_map_question {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #707070;
    color: #3d3d3d;
    font-size: 13px;
    left: 125px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 45px;
    width: 202px;
}
.stk-chng .sec select {
    height: 25px;
}
.nct-footer-newletters-container .newsletter-submit {
    font-size: 13px;
}
}
@media only screen and (max-width: 990px) {
.footer-navigation .responsive-nav {
    display: inline-block;
    float: left;
    margin-top: 20px;
    width: 27%;
}
.footer-navigation .select-language {
    display: inline-block;
    float: left;
    width: 23%;
}
.container .img-text {
    font-size: 18px;
}
.container h3 {
    font-size: 20px;
}
.general_heading h4 {
    font-size: 26px;
}
.inner-header .navbar-default .navbar-collapse .navbar-right {
    border-top: 1px solid #eaeaea;
    display: inline-block;
    margin: auto;
    text-align: center;
    width: auto;
}
.inner-header .navbar-default .navbar-collapse .form-group .form-control {
    height: auto;
    line-height: 34px;
}
.inner-content .content-main .right-content .form-inline .form-group {
    margin-bottom: 10px;
}
.footer-container .newslatter-btn {
    border-radius: 5px;
    font-size: 20px;
    padding: 0 45px;
}
.footer-container .search-inputbar {
    border-radius: 5px;
    margin-bottom: 15px;
}
.search-input-bg .input-group {
    display: block;
}
.search-input-bg .input-group .newslatter-btn {
    display: table;
    line-height: 50px;
}
.navbar-default .navbar-form {
    width: auto;
}
.calender .right-block ul {
    float: left;
    margin-bottom: 20px;
}
.user-dashboard .right .shared-link h2 {
    font-size: 18px;
}
.res-req .border-div {
    border: medium none;
    padding: 10px;
}
.trip-advice, .trip-book {
    padding: 10px;
}
.trip-book ul li {
    width: 100%;
}
.cur-tips .newslatter-btn {
    border-radius: 5px;
    margin-top: 7px;

}
.pro-pic-right {
    margin-top: 10px;
}
.collect-pg .inn-img {
    height: auto;
}
.search-listgrid .caption h5, .search-listgrid .caption p {
    font-size: 9px;
}
.search-listgrid .caption h4 span {
    font-size: 11px;
}
.navbar-right li a {
    font-size: 13px;
}
.profile-pic {
    bottom: 95px;
}
#new_hosting_actions h2 {
    font-size: 16px;
}
#maps_div {
    width: auto;
}
.media-carousel .carousel-control.left {
    left: 0;
}
.media-carousel .carousel-control.right {
    right: 0;
}
.profile-pic img {
    height: 50px;
    width: 50px;
}
.content-slide a h3 {
    font-size: 20px;
}
.profile-pic {
    bottom: 0;
    top: 174px;
}
.yourtrip .ytleft p, .yourtrip .ytrgt p {
    font-size: 11px;
}
.policies .ytleft p, .policies .ytrgt p {
    font-size: 11px;
}
.ad-info .radio {
    margin-right: 25px;
}
.ad-info label {
    padding-left: 0;
}
.collection .img-block {
    height: 150px;
    width: 150px;
}
.collection .text {
    font-size: 8px;
}
.collection p {
    font-size: 8px;
}
.user_dt .col-md-9 {
    padding-left: 15px;
}
.container {
    width: 750px;
}
.padleft0 {
    padding-left: 15px;
}
.padright0 {
    padding-right: 15px;
}
.search-input-bg .input-group .newslatter-btn {
    line-height: 38px;
}
.footer-container .search-inputbar {
    border-radius: 0;
}
.footer-container .newslatter-btn {
    border-radius: 0;
}
#reviews-about-you .past-review-box p, #reviews-about-you .past-review-box a {
    margin-top: 5px;
}
.review-tab .review.pull-right {
    float: none;
}
#toggle-video-record .record {
    font-size: 13px;
}
#toggle-video-record .stop-record {
    font-size: 13px;
}
.navbar-nav > li {
    padding-left: 10px;
    padding-right: 10px;
}
.inner-content .content-main .listing-left-menu ul li a {
    padding: 8px;
}
.account-setting div.pull-right {
    float: none;
}
.inner-content .listing-left-menu {
    position: relative;
}
.account-setting div.pull-right {
    float: none;
}
.inner-content .listing-left-menu {
    margin-bottom: 20px;
}
.photo-upload-btn .pointer {
    margin-bottom: 10px;
}
.navbar-nav > li {
    padding-left: 6px;
    padding-right: 0;
}
.navbar-right li a {
    font-size: 16px;
}
.inner-header .navbar-default .navbar-nav > li > a .icon-font {
    font-size: 12px;
}
.user-profile .photosandvideo .upload-photo {
    margin-bottom: 0;
}
.user-dashboard .right .referal-block .text1 span {
    font-size: 25px;
}
.res-req p {
    min-height: auto;
}
.user-dashboard .left .user-img-block h2, .user-dashboard .right .welcome-block p {
    margin-top: 10px;
}
.user-dashboard .left .snap-shot-block h2 {
    margin-top: 10px;
}
.user-dashboard .title {
    padding-bottom: 10px;
}
.user-dashboard .right .shared-link h2 {
    margin-top: 0;
}
.search-input-bg .input-group .newslatter-btn {
    float: left;
    line-height: 25px;
    margin: 5px auto;
}
#message_form .col-md-12 label {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.inner-header .navbar-default .navbar-nav > li > p {
    left: 87%;
    padding: 0;
    top: 30%;
    width: 14%;
}
.location .postal-sdd-block ul li a {
    font-size: 13px;
}
.amenities .checkbox {
    font-size: 14px;
}
.inner-content .content-main .listing-left-menu ul p {
    padding-left: 8px;
}
.photos .add-photo {
    min-width: 120px;
    padding: 7px;
}
.photos label {
    font-size: 14px;
}
.form-calender .sync-calender p {
    line-height: 26px;
    padding: 4px;
}
.profile-pic {
    position: relative;
    top: 0;
}
.profile-pic img {
    position: absolute;
    right: -10px;
    top: -24px;
}
.searchAbnb .dates-input .check-num {
    width: 50%;
}
.mCSB_outside + .mCSB_scrollTools {
    right: -15px;
}
#list_view_loading {
    left: 180px;
}
.inrpage-head li a {
    padding-top: 16px;
}
.inner-header .navbar-right .btn-main {
    padding-top: 9px;
}
.inner-header .navbar-left .form-group .icon-text {
    margin-top: 15px;
}
.logo img {
    height: 49px;
}
.detail-content .right-block {
    background: #f5f5f5 none repeat scroll 0 0;
    margin: 0 auto 20px;
    padding: 10px;
    position: relative;
    right: 0;
    top: 0;
    width: 80%;
}
.detail-content .right-block .stk-chng {
    margin: 0 auto;
}
.detail-content .right-block .stk-chng .review-pg {
    overflow: hidden;
    padding: 10px;
}
.superhost {
    right: 8px;
}
.namedet {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.detail-content .right-content .rightblock {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.rightblock .wishlist, .rightblock .sharing {
    float: none;
}
.detail-content .left-block .right-content .title-text {
    margin: 0;
}
.condet {
    clear: both;
    display: block;
    margin: 25px auto;
    text-align: center;
}
.sticky_container .detail-content ul li i {
    font-size: 22px;
}
.detail-content .left-block .right-content .icon ul li {
    display: inline-block;
    font-size: 13px;
    padding: 10px;
}
.calender .right-block ul li {
    width: inherit;
}
.calender-box .calender {
}
.review-block h2 {
    padding: 0 0 19px;
    text-align: center;
}
.txtcnt {
    text-align: center;
}
.review-user-img, .review-block .review-user-name, .review-block .review-user-text {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.review-block .rating-text {
    display: block;
    margin-right: 0;
}
.review_container .pull-right {
    float: none;
}
.pleft {
    float: left;
}
.pright {
    float: right;
}
.review-block .review-content, .review-block .rating-text {
    clear: both;
    display: block;
}
.reviewsteps .pagination_box {
    clear: both;
    overflow: hidden;
}
.reviewsteps p {
    text-align: right;
}
.about-user .media-carousel .main-slide {
    margin-bottom: 20px;
}
.about-user .media-carousel .main-slide .profile-pic img {
    top: -45px;
}
.main-slide .content-slide {
    min-height: 165px;
}
.listing-pg .book_it_section .req-btn {
}
.listing-pg .book_it_section .req-btn {
    padding: 5px;
    width: inherit;
}
.ovrhid {
    margin: 5px 0;
    width: 100%;
}
.footer-container .search-input-bg .subnews {
    padding: 9px;
}
.video-profile {
    float: none;
}
.down-content .disinline li {
    display: inline-flex;
    float: left;
    margin-left: 0;
    margin-right: 13px;
}
.review-pg ul li span {
    font-size: 13px;
}
.social_connections_and_reviews .title {
    overflow: hidden;
}
.add-bgtxt {
    overflow: hidden;
}
.add-bgtxt .review-box .right-text {
    float: none;
    text-align: center;
}
.add-bgtxt .review-box .content-block p {
    text-align: center;
}
.social_connections_and_reviews .review-pg ul li {
    display: block;
    float: none;
}
.social_connections_and_reviews .welcome-block {
    margin-top: 0;
}
.review-pg ul li b {
    padding: 5px 6px;
}
.social_connections_and_reviews .welcome-block p {
    margin-bottom: 0;
}
.gotomsg {
    padding-right: 0;
}
.user-dashboard .left .snap-shot-block .text {
    font-size: 12px;
    width: 59%;
}
.user-dashboard .left .snap-shot-block .text1 {
    font-size: 12px;
}
.user-dashboard .left .quick-link-block ul li a {
    font-size: 12px;
}
#frm_login .checkbox input {
    margin-top: 0;
}
.dispWithDrawBtn input {
    height: 23px;
}
.form-group select {
    margin-bottom: 20px;
}
.ad-info .radio input {
    margin-left: -24px;
    margin-top: 4px;
}
.my-res .details a {
    padding: 5px;
}
.mapcheck {
    left: 6px;
    position: absolute;
    top: 43px;
    z-index: 999999999;
}
.mapframe #first_time_map_question {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #707070;
    color: #3d3d3d;
    font-size: 13px;
    left: 10px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 76px;
    width: 202px;
}

.stk-chng .sec select {
    height: 25px;
}
.nct-footer-newletters-container .newsletter-submit {
    margin-top: 10px;
    width: auto;
}
}
@media only screen and (max-width: 767px) {
.menu-text {
    background: #fff none repeat scroll 0 0;
    position: absolute;
    width: 100%;
}
.banner .slider-text {
    margin: 80px 0;
}
.banner {
    height: auto;
}
.search-form li:first-child, .search-form li {
    width: 100%;
}
.banner-form {
    padding: 0 15px;
    width: 100%;
}
.banner-form .input-group {
    margin-bottom: 15px;
}
.menu-text {
    background: #fff none repeat scroll 0 0;
    position: absolute;
    width: 100%;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
.img-city {
    margin-bottom: 20px;
}
.navbar-nav {
    margin: auto;
    padding-bottom: 20px;
}
.footer-navigation .responsive-nav {
    display: inline-block;
    float: left;
    width: 40%;
}
.footer-navigation .select-language .form-control {
    width: 100%;
}
.footer-navigation .select-language {
    display: inline-block;
    float: left;
    width: 100%;
}
.container .img-text {
    font-size: 25px;
}
.general_heading h4::before, .general_heading h4::after {
    border: medium none;
    width: auto;
}
.collection_heading h4::before {
    border: medium none;
    width: auto;
}
.collection_heading h4::after {
    border: medium none;
    width: auto;
}
.inner-header .navbar-default .navbar-collapse .navbar-form {
    border-top: 0 none;
}
.inner-header .navbar-right li {
    border-color: currentcolor #ccc #ccc;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    width: 100%;
}
.inner-header .navbar-default .container-fluid .navbar-collapse ul {
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
    width: 100%;
}
.inner-content .listing-left-menu {
    position: relative;
}
.list_space .content-main .left-form .search-row {
    width: 100%;
}
.search-form .search-row .select-main {
    margin-bottom: 20px;
}
.slider-content .slider-text {
    margin: 80px 0;
}
.search-form .search-row .search-btn {
    margin-top: 15px;
}
.navbar-default .navbar-form {
    width: 100%;
}
.list_space .property-btn {
    margin-bottom: 10px;
    width: 100%;
}
.list_space select {
    border-left: 1px solid #dbdbdb;
    margin-bottom: 10px;
    width: 100%;
}
.user-dashboard .right .referal-block {
    border-right: 0 none;
    margin-bottom: 25px;
}
.res-req .border-div {
    border: medium none;
    padding: 10px;
}
.trip-advice, .trip-book {
    padding: 10px;
}
.trip-book ul li {
    width: 100%;
}
.cur-tips .newslatter-btn {
    border-radius: 5px;
    margin-top: 7px;
}
.pro-pic-right {
    margin-top: 10px;
}
.mapframe {
    display: none;
}
#new_hosting_actions h2 {
    font-size: 15px;
}
#maps_div {
    width: auto;
}
.media-carousel .carousel-control.left {
    left: 0;
}
.media-carousel .carousel-control.right {
    right: 0;
}
.profile-pic img {
    height: 50px;
    width: 50px;
}
.content-slide a h3 {
    font-size: 20px;
}
.profile-pic {
    bottom: 0;
    top: 174px;
}
.ad-info .radio label {
    padding-left: 0;
}
.ad-info .radio {
    display: block;
}
.payment input {
    width: 100%;
}
.menu-text {
    background: #000 none repeat scroll 0 0;
}
.navbar-default .navbar-nav > li > a:hover {
    border-bottom: medium none;
    padding-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 11px;
}
.collection .img-block {
    height: 250px;
    width: 250px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
}
.user_dt .col-md-9 {
    padding-left: 15px;
}
.container {
    width: 100%;
}
.padleft0 {
    padding-left: 15px;
}
.padright0 {
    padding-right: 15px;
}
.footer-container .search-inputbar {
    border-radius: 0;
}
.footer-container .newslatter-btn {
    border-radius: 0;
}
.footer-navigation .col-md-12 .col-md-3 {
    margin-top: 10px;
}
.footer-navigation select.input-lg {
    width: 100%;
}
.footer-navigation .social-icon {
    padding-top: 0;
}
.read .col-md-1 p {
    margin-top: 10px;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.account-setting div.pull-right {
    float: none;
}
.inner-content .listing-left-menu {
    margin-bottom: 20px;
}
.user-profile div.pull-right {
    float: none;
}
.user-profile .right-content .view-profile-block {
    float: none;
}
.user-profile div.pull-right {
    float: none;
}
.user-profile .remark-link {
    text-align: left;
}
.photo-upload-btn .pointer {
    margin-bottom: 10px;
}
.user-dashboard .welcome-block {
    margin-top: 30px;
}
.user-dashboard .left .user-img-block h2, .user-dashboard .right .welcome-block p {
    margin-top: 10px;
}
.user-dashboard .left .snap-shot-block h2 {
    margin-top: 10px;
}
.user-dashboard .title {
    padding-bottom: 10px;
}
.user-dashboard .right .shared-link h2 {
    margin-top: 0;
}
.user-dashboard-menu .brd {
    padding: 5px 0;
}
.search-input-bg .input-group .newslatter-btn {
    float: left;
    line-height: 25px;
    margin: 5px auto;
}
#message_form .col-md-12 label {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.inner-header .navbar-default .navbar-nav > li > p {
    left: 61%;
    padding: 0;
    top: 35%;
    width: 5%;
}
.main-grey .header-switch h2, .main-grey .header-switch .white-link {
    text-align: center;
}
.inner-content .content-main .listing-left-menu ul p {
    padding-left: 8px;
}
.photos .add-photo {
    min-width: 190px;
    text-align: center;
}
.inner-content .right-content {
    float: none;
}
.pricing .basic-tab input[type="checkbox"] {
    margin: 5px 8px 0;
}
.form-calender .sync-calender h3 {
    display: inline;
    float: left;
}
.searchAbnb .dates-input .form-group, .searchAbnb .dates-input .check-num, .searchAbnb .selectbar select {
    margin-bottom: 15px;
    width: 100%;
}
#footer-hd {
    bottom: 0;
    display: block;
    position: relative;
}
.searchAbnb {
    position: relative;
    top: 0;
    z-index: 0;
}
.foot-button {
    display: none;
}
#list_view_loading {
    left: 30%;
    top: 40%;
}
.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}
.profile-pic {
    position: relative;
    top: 0;
}
.profile-pic img {
    position: absolute;
    right: 0;
    top: -24px;
}
.namedet {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.detail-content .right-content .rightblock {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.rightblock .wishlist, .rightblock .sharing {
    float: none;
}
.detail-content .left-block .right-content .title-text {
    margin: 0;
}
.condet {
    clear: both;
    display: block;
    margin: 25px auto;
    text-align: center;
}
.sticky_container .detail-content ul li i {
    font-size: 22px;
}
.detail-content .left-block .right-content .icon ul li {
    display: inline-block;
    font-size: 13px;
    padding: 10px;
}
.calender .right-block ul li {
    width: inherit;
}
.calender-box .calender {
}
.review-block h2 {
    padding: 0 0 19px;
    text-align: center;
}
.txtcnt {
    text-align: center;
}
.review-user-img, .review-block .review-user-name, .review-block .review-user-text {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.review-block .rating-text {
    display: block;
    margin-right: 0;
}
.review_container .pull-right {
    float: none;
}
.pleft {
    float: left;
}
.pright {
    float: right;
}
.review-block .review-content, .review-block .rating-text {
    clear: both;
    display: block;
}
.reviewsteps .pagination_box {
    clear: both;
    overflow: hidden;
}
.reviewsteps p {
    text-align: right;
}
.about-user .media-carousel .main-slide {
    margin-bottom: 20px;
}
.about-user .media-carousel .main-slide .profile-pic img {
    top: -45px;
}
.detail-content .right-block {
    display: block;
    position: relative;
}
.gallery a img {
    float: none;
    margin: 0 auto;
}
.listing-pg .book_it_section .req-btn {
    font-size: 14px;
}
.contact-pg .col-md-8 h2, .contact-pg .col-md-8 p, .contact-pg .col-md-8 span {
    text-align: center;
}
.review-pg ul li b {
    padding: 5px;
}
.txt-ct {
    text-align: center;
}
.video-profile {
    float: none;
}
.down-content .disinline li {
    margin-left: 0;
}
.social_connections_and_reviews .title h2 {
    display: block;
}
.social_connections_and_reviews .title {
    overflow: hidden;
}
.vall {
    float: left;
}
.add-bgtxt {
    overflow: hidden;
}
.add-bgtxt .review-box .right-text {
    float: none;
    text-align: center;
}
.add-bgtxt .review-box .content-block p {
    text-align: center;
}
.review-pg ul li {
    display: block;
}
.user-img-block .img_area img {
    width: inherit;
}
#frm_login .checkbox input {
    margin-top: 0;
}
#frm_login .checkbox input {
    margin-top: 0;
}
#frm_signup .captcha-icon, #frm_signup .captcha img {
    margin-top: 0;
}
.gotomsg {
    padding-right: 0;
}
.user-dashboard .left .snap-shot-block .text {
    width: 75%;
}
.dispWithDrawBtn input {
    height: 23px;
}
.my-res table tr td {
    min-width: 170px;
}
.form-group select {
    margin-bottom: 20px;
}
.marleftright {
    margin-left: -15px;
    margin-right: -15px;
}
.ad-info .radio input {
    margin-top: 0;
}
.reachHeading h4 {
    font-size: 16px;
}
.container h3 {
    font-size: 22px;
}
.message-block .msg .col-md-2 div {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.user-dashboard .right .message-block .msg {
    text-align: center;
}
.my-res table tr td p, .my-res table tr td a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 98px;
}
.stk-chng .sec select {
    height: 25px;
}
.nct-footer-newletters-container .newsletter-submit {
    float: left;
    margin-top: 10px;
    width: auto;
}
}
@media only screen and (max-width: 568px) {
.banner .slider-text {
    margin: 80px 0;
}
.banner {
    height: auto;
}
.footer-navigation .responsive-nav {
    display: inline-block;
    float: left;
    width: 100%;
}
.container h3 {
    font-size: 22px;
}
.slider-content .slider-text h1 {
    font-size: 40px;
}
.login .title {
    font-size: 26px;
}
.signup .title {
    font-size: 26px;
}
.form-calender .sync-calender p {
    float: left;
}
.res-req .border-div {
    border: medium none;
    padding: 10px;
}
.trip-advice, .trip-book {
    padding: 10px;
}
.trip-book ul li {
    width: 100%;
}
.cur-tips .newslatter-btn {
    border-radius: 5px;
    margin-top: 7px;
}
.pro-pic-right {
    margin-top: 10px;
}
.mapframe {
    display: none;
}
#new_hosting_actions h2 {
    font-size: 14px;
}
#maps_div {
    width: auto;
}
.media-carousel .carousel-control.left {
    left: 0;
}
.media-carousel .carousel-control.right {
    right: 0;
}
.profile-pic img {
    height: 50px;
    width: 50px;
}
.content-slide a h3 {
    font-size: 20px;
}
.profile-pic {
    bottom: 0;
    top: 174px;
}
.ad-info .radio label {
    padding-left: 0;
}
.ad-info .radio {
    display: block;
}
.payment input {
    width: 100%;
}
.menu-text {
    background: #000 none repeat scroll 0 0;
}
.navbar-default .navbar-nav > li > a:hover {
    border-bottom: medium none;
    padding-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 11px;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
}
.user_dt .col-md-9 {
    padding-left: 15px;
}
.container {
    width: 100%;
}
.padleft0 {
    padding-left: 15px;
}
.padright0 {
    padding-right: 15px;
}
h4 {
    font-size: 26px;
}
.container .title2 {
    font-size: 15px;
}
.container .img-text {
    font-size: 20px;
}
.footer-container .search-inputbar {
    border-radius: 0;
}
.footer-container .newslatter-btn {
    border-radius: 0;
}
.footer-navigation .col-md-12 .col-md-3 {
    margin-top: 10px;
}
.footer-navigation select.input-lg {
    width: 100%;
}
.footer-navigation .social-icon {
    padding-top: 0;
}
.read .col-md-1 p {
    margin-top: 10px;
}
.account-setting div.pull-right {
    float: none;
}
.inner-content .listing-left-menu {
    margin-bottom: 20px;
}
.user-profile .right-content .view-profile-block .pull-right {
    float: none;
}
.user-profile .right-content .view-profile-block {
    float: none;
}
.user-profile div.pull-right {
    float: none;
}
.user-profile .remark-link {
    text-align: left;
}
.photo-upload-btn .pointer {
    margin-bottom: 10px;
}
.user-dashboard .welcome-block {
    margin-top: 30px;
}
#reserv .orange-btn {
    font-size: 12px;
    text-transform: capitalize;
    width: 100%;
}
.user-dashboard .left .user-img-block h2, .user-dashboard .right .welcome-block p {
    margin-top: 10px;
}
.user-dashboard .left .snap-shot-block h2 {
    margin-top: 10px;
}
.user-dashboard .title {
    padding-bottom: 10px;
}
.user-dashboard .right .shared-link h2 {
    margin-top: 0;
}
.user-dashboard-menu .brd {
    padding: 5px 0;
}
.inner-content .listing-left-menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.search-input-bg .input-group .newslatter-btn {
    float: left;
    line-height: 25px;
    margin: 5px auto;
}
#message_form .col-md-12 label {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.main-grey .header-switch h2, .main-grey .header-switch .white-link {
    text-align: center;
}
.inner-content .content-main .listing-left-menu ul p {
    padding-left: 8px;
}
.photos .add-photo {
    display: block;
    padding: 9px;
    text-align: center;
}
.pricing .basic-tab input[type="checkbox"] {
    margin: 5px 8px 0;
}
.searchAbnb .dates-input .form-group, .searchAbnb .dates-input .check-num, .searchAbnb .selectbar select {
    margin-bottom: 15px;
    width: 100%;
}
#footer-hd {
    bottom: 0;
    display: block;
    position: relative;
}
.searchAbnb {
    position: relative;
    top: 0;
    z-index: 0;
}
.foot-button {
    display: none;
}
#list_view_loading {
    left: 30%;
    top: 40%;
}
.profile-pic {
    position: relative;
    top: 0;
}
.profile-pic img {
    position: absolute;
    right: 0;
    top: -24px;
}
.namedet {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.detail-content .right-content .rightblock {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.rightblock .wishlist, .rightblock .sharing {
    float: none;
}
.detail-content .left-block .right-content .title-text {
    margin: 0;
}
.condet {
    clear: both;
    display: block;
    margin: 25px auto;
    text-align: center;
}
.sticky_container .detail-content ul li i {
    font-size: 22px;
}
.detail-content .left-block .right-content .icon ul li {
    display: inline-block;
    font-size: 13px;
    padding: 10px;
}
.calender .right-block ul li {
    width: inherit;
}
.calender-box .calender {
}
.review-block h2 {
    padding: 0 0 19px;
    text-align: center;
}
.txtcnt {
    text-align: center;
}
.review-user-img, .review-block .review-user-name, .review-block .review-user-text {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.review-block .rating-text {
    display: block;
    margin-right: 0;
}
.review_container .pull-right {
    float: none;
}
.pleft {
    float: left;
}
.pright {
    float: right;
}
.review-block .review-content, .review-block .rating-text {
    clear: both;
    display: block;
}
.reviewsteps .pagination_box {
    clear: both;
    overflow: hidden;
}
.reviewsteps p {
    text-align: right;
}
.about-user .media-carousel .main-slide {
    margin-bottom: 20px;
}
.about-user .media-carousel .main-slide .profile-pic img {
    top: -45px;
}
.detail-content .right-block {
    display: block;
    position: relative;
}
.gallery a img {
    float: none;
    margin: 0 auto;
}
.listing-pg .book_it_section .req-btn {
    font-size: 12px;
}
.contact-pg .col-md-8 h2, .contact-pg .col-md-8 p, .contact-pg .col-md-8 span {
    text-align: center;
}
.review-pg ul li b {
    padding: 5px 12px;
}
.txt-ct {
    text-align: center;
}
.video-profile {
    float: none;
}
.down-content .disinline li {
    margin-left: 0;
}
.social_connections_and_reviews .title h2 {
    display: block;
}
.social_connections_and_reviews .title {
    overflow: hidden;
}
.vall {
    float: left;
}
.add-bgtxt {
    overflow: hidden;
}
.add-bgtxt .review-box .right-text {
    float: none;
    text-align: center;
}
.add-bgtxt .review-box .content-block p {
    text-align: center;
}
#frm_login .checkbox input {
    margin-top: 0;
}
#frm_login .checkbox input {
    margin-top: 0;
}
#frm_signup .captcha-icon, #frm_signup .captcha img {
    margin-bottom: 15px;
    margin-left: 0;
    margin-top: 5px;
}
.gotomsg {
    padding-right: 0;
}
.user-dashboard .left .snap-shot-block .text {
    width: 75%;
}
.dispWithDrawBtn input {
    height: 23px;
}
.my-res table tr td {
    min-width: 170px;
}
.form-group select {
    margin-bottom: 20px;
}
.marleftright {
    margin-left: -15px;
    margin-right: -15px;
}
.ad-info .radio input {
    margin-top: 0;
}
.reachHeading h4 {
    font-size: 16px;
}
.message-block .msg .col-md-2 div {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.user-dashboard .right .message-block .msg {
    text-align: center;
}
.my-res table tr td p, .my-res table tr td a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 98px;
}
.my-res table tr td a i {
    display: inline;
}
.stk-chng .sec select {
    height: 25px;
}
}
@media only screen and (max-width: 480px) {
#toggle-video-record .record {
    font-size: 12px;
}
#toggle-video-record .stop-record {
    font-size: 12px;
}
.calender .right-block ul {
    float: left;
}
.calender .right-block ul li {
    font-size: 14px;
    margin-bottom: 10px;
    width: 90%;
}
.res-req .border-div {
    border: medium none;
    padding: 10px;
}
.trip-advice, .trip-book {
    padding: 10px;
}
.trip-book ul li {
    width: 100%;
}
.paypal input {
    margin-bottom: 10px;
    width: 100%;
}
.paypal #paypal_cancel {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.cur-tips .newslatter-btn {
    border-radius: 5px;
    margin-top: 7px;
}
.pro-pic-right {
    margin-top: 10px;
}
.questions form select {
    width: 60%;
}
.mainhead .main-row span {
    width: 100%;
}
.contact .heading {
    bottom: 7px;
}
.contact .heading h2 {
    font-size: 14px;
}
.searchbar input {
    width: 62%;
}
.search-listgrid .list-group-item .caption {
}
.fixed {
    position: inherit;
}
.detail-content .right-block {
    display: block;
    position: relative;
}
.detail-content .left-block .right-content .star {
    font-size: 12px;
}
.detail-content .left-block .right-content .icon ul li {
    padding-right: 24px;
}
.fixed .stk-chng {
    width: 100%;
}
.detail-content .left-block .left-content .user-name {
    width: 38%;
}
.listing-pg .col-md-4 label {
    clear: both;
    float: left;
}
.but-email button {
    width: inherit;
}
.but-email button, .but-email .btn-group {
    margin: 0;
    width: 100%;
}
.but-email .btn-group > .btn:first-child {
    margin: 0;
}
.review-block h2 {
    padding: 0 0 43px;
}
.review-block .form-group {
    float: left;
}
.review-block .translate {
    margin: 0;
    width: 100%;
}
.review-block .review-user-text {
    overflow: hidden;
}
.mapframe {
    display: none;
}
#new_hosting_actions h2 {
    font-size: 9px;
}
#maps_div {
    width: auto;
}
.media-carousel .carousel-control.left {
    left: 0;
}
.media-carousel .carousel-control.right {
    right: 0;
}
.profile-pic img {
    height: 50px;
    width: 50px;
}
.content-slide a h3 {
    font-size: 20px;
}
.profile-pic {
    bottom: 0;
    top: 174px;
}
.ad-info .radio label {
    padding-left: 0;
}
.ad-info .radio {
    display: block;
}
.payment input {
    width: 100%;
}
.error-404 img {
    min-height: 100%;
    width: 100%;
}
.error-404 {
    height: 100%;
    position: absolute;
}
.menu-text {
    background: gray none repeat scroll 0 0;
}
.navbar-default .navbar-nav > li > a:hover {
    border-bottom: medium none;
    padding-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 11px;
}
.footer-container .newslatter-btn {
    padding: 0 25px;
    width: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
}
.message-conversation .message-block .textmessage-block img {
    height: 100%;
    width: 100%;
}
.user_dt .col-md-9 {
    padding-left: 15px;
}
.container {
    width: 100%;
}
.padleft0 {
    padding-left: 15px;
}
.padright0 {
    padding-right: 15px;
}
h4 {
    font-size: 26px;
}
.container .title2 {
    font-size: 15px;
}
.container .img-text {
    font-size: 20px;
}
.footer-container .search-inputbar {
    border-radius: 0;
}
.footer-container .newslatter-btn {
    border-radius: 0;
}
.footer-navigation .col-md-12 .col-md-3 {
    margin-top: 10px;
}
.footer-navigation select.input-lg {
    width: 100%;
}
.footer-navigation .social-icon {
    padding-top: 0;
}
.read .col-md-1 p {
    margin-top: 10px;
}
.account-setting div.pull-right {
    float: none;
}
.inner-content .listing-left-menu {
    margin-bottom: 20px;
}
.user-profile .right-content .view-profile-block .pull-right {
    float: none;
}
.user-profile .right-content .view-profile-block {
    float: none;
}
.user-profile div.pull-right {
    float: none;
}
.user-profile .remark-link {
    text-align: left;
}
.photo-upload-btn .pointer {
    margin-bottom: 10px;
}
.rates-star b {
    display: block;
    padding-left: 0;
}
.inner-content .content-main .right-content h3 {
    line-height: normal;
}
.user-dashboard .welcome-block, .user-dashboard .alerts {
    margin-top: 20px;
}
#reserv .orange-btn {
    font-size: 9px;
    width: 100%;
}
#toggle-video-record .record {
    height: auto;
}
.user-dashboard .left .user-img-block h2, .user-dashboard .right .welcome-block p {
    margin-top: 10px;
}
.user-dashboard .left .snap-shot-block h2 {
    margin-top: 10px;
}
.user-dashboard .title {
    padding-bottom: 10px;
}
.user-dashboard .right .shared-link h2 {
    margin-top: 0;
}
.user-dashboard-menu .brd {
    padding: 5px 0;
}
.inner-content .listing-left-menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.search-input-bg .input-group .newslatter-btn {
    float: left;
    line-height: 25px;
    margin: 5px auto;
}
.pagination > li > a, .pagination > li > span {
    padding: 6px 9px;
}
.pagination a, .pagination .current, .pagination span {
    margin-left: 2px;
}
.footer-container .search-input-bg .subnews {
    padding: 10px 15px;
}
#message_form .col-md-12 label {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.inner-header .navbar-default .navbar-nav > li > p {
    font-size: 9px;
    left: 63%;
    padding: 0;
    top: 36%;
    width: 5%;
}
.main-grey .header-switch h2, .main-grey .header-switch .white-link {
    text-align: center;
}
.inner-content .content-main .right-content h2 {
    line-height: 33px;
    margin-bottom: 20px;
}
.container h3 {
    font-size: 22px;
}
.inner-content .content-main .listing-left-menu ul p {
    padding-left: 8px;
}
.photos .add-photo {
    display: block;
    padding: 9px;
    text-align: center;
}
.pricing .basic-tab input[type="checkbox"] {
    margin: 5px 8px 0;
}
.searchAbnb .dates-input .form-group, .searchAbnb .dates-input .check-num, .searchAbnb .selectbar select {
    margin-bottom: 15px;
    width: 100%;
}
#footer-hd {
    bottom: 0;
    display: block;
    position: relative;
}
.searchAbnb {
    position: relative;
    top: 0;
    z-index: 0;
}
.foot-button {
    display: none;
}
#list_view_loading {
    left: 20%;
    top: 40%;
}
.profile-pic {
    position: relative;
    top: 0;
}
.profile-pic img {
    position: absolute;
    right: 0;
    top: -24px;
}
.namedet {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.detail-content .right-content .rightblock {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.rightblock .wishlist, .rightblock .sharing {
    float: none;
}
.detail-content .left-block .right-content .title-text {
    margin: 0;
}
.condet {
    clear: both;
    display: block;
    margin: 25px auto;
    text-align: center;
}
.sticky_container .detail-content ul li i {
    font-size: 22px;
}
.detail-content .left-block .right-content .icon ul li {
    display: inline-block;
    font-size: 13px;
    padding: 10px;
}
.calender-box .calender {
}
.review-block h2 {
    padding: 0 0 19px;
    text-align: center;
}
.txtcnt {
    text-align: center;
}
.review-user-img, .review-block .review-user-name, .review-block .review-user-text {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.review-block .rating-text {
    display: block;
    margin-right: 0;
}
.review_container .pull-right {
    float: none;
}
.pleft {
    float: left;
}
.pright {
    float: right;
}
.review-block .review-content, .review-block .rating-text {
    clear: both;
    display: block;
}
.reviewsteps .pagination_box {
    clear: both;
    overflow: hidden;
}
.reviewsteps p {
    text-align: right;
}
.about-user .media-carousel .main-slide {
    margin-bottom: 20px;
}
.about-user .media-carousel .main-slide .profile-pic img {
    top: -45px;
}
.gallery a img {
    float: none;
    margin: 0 auto;
}
.listing-pg .book_it_section .req-btn {
    font-size: 11px;
}
.contact-pg .col-md-8 h2, .contact-pg .col-md-8 p, .contact-pg .col-md-8 span {
    text-align: center;
}
.review-pg ul li b {
    padding: 5px 6px;
}
.txt-ct {
    text-align: center;
}
.video-profile {
    float: none;
}
.down-content .disinline li {
    margin-left: 0;
}
.social_connections_and_reviews .title h2 {
    display: block;
}
.social_connections_and_reviews .title {
    overflow: hidden;
}
.vall {
    float: left;
}
.add-bgtxt {
    overflow: hidden;
}
.add-bgtxt .review-box .right-text {
    float: none;
    text-align: center;
}
.add-bgtxt .review-box .content-block p {
    text-align: center;
}
.user-img-block .img_area img {
    width: 100%;
}
#frm_login .checkbox input {
    margin-top: 0;
}
#frm_signup .captcha-icon, #frm_signup .captcha img {
    margin-bottom: 15px;
    margin-left: 0;
    margin-top: 5px;
}
.gotomsg {
    padding-right: 0;
}
.user-dashboard .left .snap-shot-block .text {
    width: 59%;
}
.dispWithDrawBtn input {
    height: 23px;
}
.my-res table tr td {
    min-width: 170px;
}
.my-res table tr td p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 98px;
}
.form-group select {
    margin-bottom: 20px;
}
.marleftright {
    margin-left: -15px;
    margin-right: -15px;
}
.ad-info .radio input {
    margin-top: 0;
}
.reachHeading h4 {
    font-size: 16px;
}
.information #submit_message_form button, .information #submit_message_form a {
    margin-bottom: 10px;
}
.message-block .msg .col-md-2 div {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.user-dashboard .right .message-block .msg {
    text-align: center;
}
.superhost {
    right: 42px;
}
.super_lightbox {
    background-color: #ffffff;
    border: 2px solid #333333;
    color: #333333;
    display: none;
    height: 100%;
    left: 6px;
    overflow: auto;
    padding: 16px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
}
#search_form .headerdiv .leftheader {
    float: none;
}
#search_form .headerdiv .rightheader {
    float: none;
}
.rates-star img {
    float: left;
}
.rates-star b {
    display: block;
    padding-left: 0;
}
.rates-star .rating_class {
    width: inherit;
}
#frmAddReview .rating_class {
    width: inherit;
}
#frmAddReview b {
    display: block;
    padding-left: 0;
}
#frmAddReview img {
    float: left;
}
#calendar-edit-form input {
    width: 100%;
}
.my-res table tr td a i {
    display: inline;
}
.stk-chng .sec select {
    height: 25px;
}
.listing-home-image {
    min-height: 280px;
}
}
.ui-selectable-helper {
    border: 1px dotted black;
    position: absolute;
    z-index: 100;
}
#calendar td.green {
    background-color: #dfdfdf;
}
#calendar td.available {
    background-color: #dfdfdf;
    color: #555558;
    text-shadow: none;
}
#calendar td.unavailable {
    background-color: #9b9b9b;
    color: #ffffff;
}
#calendar td.booked {
    background-color: #b81b09;
}
#calendar td.tempBook {
    background-color: #f2b179;
}
#calendar td.past {
    background-color: #cecbcb;
}
#calendar td.ui-selecting {
    background-color: goldenrod;
}
#calendar td.ui-selected {
    background-color: goldenrod;
}
.contentscroll1 {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ed7005 none repeat scroll 0 0;
}
#subtotal_area {
    overflow: hidden;
    width: 100%;
}
#subtotal_area .pull-left {
    margin-left: 7px;
}
#subtotal_area .pull-right {
    margin-right: 7px;
}
.img-city .img-block:hover .dis_none {
    display: block;
}
.select-issue {
    float: left;
    width: 40%;
}
.unread {
    background-color: #f1f1f1;
}
.flnone {
    float: none;
}
.a_ful_desc {
    cursor: pointer;
}
.phone_num span.p {
    background-color: #e7ecef;
    color: #e7ecef;
    padding-left: 0;
    width: 3px;
}
.force_hide {
    display: none;
}
.hide_about_me {
    display: none;
}
#book_it_disabled_message {
    font-weight: bold;
    text-align: center;
}
.bad {
    color: #e51e18;
}
a[disabled] {
    color: grey;
}
#maps_div {
    float: left;
    height: 470px;
    width: 100%;
}
#maps_div #map {
    height: 470px;
    width: 100%;
}
#street_view_div {
    float: left;
    height: 470px;
    width: 100%;
}
#street_view_div #pano {
    float: left;
    height: 454px;
    width: 100%;
}
.report-btn-div {
    border: 1px solid #ccc;
    margin: 0 15px;
    padding: 10px 20px;
    text-align: center;
}
.other-container {
    display: none;
}
.rating-star {
    min-width: 13px;
}
.review_h .rating-star {
    min-width: 20px;
}
#new_hosting_actions h2 {
    border-right: 2px solid #e3e3e3;
    float: left;
    height: 70px;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 10px;
    width: 33%;
}
#new_hosting_actions {
    background: #fff9e6 none repeat scroll 0 0;
    border: 2px dashed #e3e3e3;
    margin-bottom: 15px;
    padding: 15px 20px;
    width: 100%;
}
.rounded {
    border-radius: 5px;
}
.lasth2 {
    border-right: 0 none;
}
#applied_filters .filter_x {
    background: transparent url("{SITE_IMG}applied_filter_x.png") no-repeat scroll 0 0;
    display: block;
    height: 10px;
    margin: 5px 3px 0;
    width: 10px;
}
.ui-slider-horizontal {
    background: transparent url("{SITE_IMG}price.png") repeat-x scroll 0 0;
    border: medium none;
    height: 6px;
}
.custome-pagination {
    margin-top: -20px;
}
.custome-pagination-content {
    border: medium none;
    padding: 0;
}
.resize60 {
    height: 60px;
    width: 60px;
}
.resize80 {
    height: 80px;
    width: 80px;
}
.resize100 {
    height: 100px;
    width: 100px;
}
.collection .blk-background {
    display: none;
}
.nct-footer-language {
    display: none;
}
.information {
    display: none;
}
.pay-pre > p {
    display: none;
}
.banner {
    margin-top: -120px;
    min-height: 800px;
}
.listing-home-image .list-img {
    background-color: #f5f5f5;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 402px;
}
.listing-home-image {
    min-height: 402px;
}
.listing-home-image .list-img {
}
@media (min-width: 480px) {
.listing-home-image {
    min-height: 360px;
}
.listing-home-image .list-img {
    height: 360px;
}
}
@media (min-width: 640px) {
.listing-home-image {
    min-height: 420px;
}
.listing-home-image .list-img {
    height: 420px;
}
}
@media (min-width: 768px) {
.listing-home-image {
    min-height: 480px;
}
.listing-home-image .list-img {
    height: 480px;
}
}
@media (min-width: 992px) {
.listing-home-image {
    min-height: 540px;
}
.listing-home-image .list-img {
    height: 540px;
}
}
@media (min-width: 1024px) {
.listing-home-image {
    min-height: 700px;
}
.listing-home-image .list-img {
    height: 700px;
}
}
@media (min-width: 1200px) {
.listing-home-image {
    min-height: 750px;
}
.listing-home-image .list-img {
    height: 750px;
}
}
@media (min-width: 1500px) {
.listing-home-image {
    min-height: 700px;
}
.listing-home-image .list-img {
    height: 700px;
}
}
.navbar-toggle {
    padding: 14px;
}
.footer-social-media {
    text-align: center;
    width: 100%;
}
input.tiny2 {
	width:100%;
	max-width:200px;
}
