@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
	font-size:14px;
}
*:focus {
    outline: none;
}
*::-moz-focus-inner {
    border: 0;
}
.notransition * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
html {overflow: auto !important;}
.align-left {
    text-align: left !important;
}
.align-right {
    text-align: right !important;
}
.align-center {
    text-align: center !important;
}

/* Buttons */

.btn {
    border-radius: 2px;
    text-decoration: none;
}
.btn-round {
    border-radius: 50px;
}
.btn-o {
    border-width: 1px;
    border-style: solid;
}
.btn-gray {
    background-color: #999;
    color: #fff;
}
.btn-o.btn-gray {
    background-color: transparent;
    color: #999;
    border-color: #999;
}
.no-touch .btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
    background-color: #333;
    color: #fff;
}
.no-touch .btn-o.btn-gray:hover,
.btn-o.btn-gray:focus,
.btn-o.btn-gray:active,
.btn-o.btn-gray.active,
.open > .dropdown-toggle.btn-o.btn-gray {
    background-color: #999;
    color: #fff;
}
.btn-white {
    background-color: #fff;
    color: #999;
}
.btn-o.btn-white {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.no-touch .btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
    background-color: #fff;
    color: #333;
}
.no-touch .btn-o.btn-white:hover,
.btn-o.btn-white:focus,
.btn-o.btn-white:active,
.btn-o.btn-white.active,
.open > .dropdown-toggle.btn-o.btn-white {
    background-color: #fff;
    color: #333;
}
.btn-black {
    background-color: #333;
    color: #fff;
}
.btn-o.btn-black {
    background-color: transparent;
    color: #333;
    border-color: #333;
}
.no-touch .btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
    background-color: #000;
    color: #fff;
}
.no-touch .btn-o.btn-black:hover,
.btn-o.btn-black:focus,
.btn-o.btn-black:active,
.btn-o.btn-black.active,
.open > .dropdown-toggle.btn-o.btn-black {
    background-color: #000;
    color: #fff;
}
.btn-green {
    background-color:rgba(107, 140, 107, 0.82);
    color: #fff;
}
.btn:hover {background-color:rgba(78, 109, 78, 0.82) !important;}
div.leftnavbar ul li a:hover {background-color:rgba(78, 109, 78, 0.82) !important;color:#fff;}
.btn-o.btn-green {
    background-color: transparent;
    color: #0eaaa6;
    border-color: #0eaaa6;
}
.no-touch .btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
    background-color: rgba(78, 109, 78, 0.82);
    border-color: rgba(78, 109, 78, 0.82);
    color: #fff;
}
.no-touch .btn-o.btn-green:hover,
.btn-o.btn-green:focus,
.btn-o.btn-green:active,
.btn-o.btn-green.active,
.open > .dropdown-toggle.btn-o.btn-green {
    background-color: #0eaaa6;
    color: #fff;
}
.btn-blue {
    background-color: #1d82aa;
    color: #fff;
}
.btn-o.btn-blue {
    background-color: transparent;
    color: #1d82aa;
    border-color: #1d82aa;
}
.no-touch .btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
    background-color: #086492;
    color: #fff;
}
.no-touch .btn-o.btn-blue:hover,
.btn-o.btn-blue:focus,
.btn-o.btn-blue:active,
.btn-o.btn-blue.active,
.open > .dropdown-toggle.btn-o.btn-blue {
    background-color: #1d82aa;
    color: #fff;
}
.btn-magenta {
    background-color: #9b156e;
    color: #fff;
}
.btn-o.btn-magenta {
    background-color: transparent;
    color: #9b156e;
    border-color: #9b156e;
}
.no-touch .btn-magenta:hover,
.btn-magenta:focus,
.btn-magenta:active,
.btn-magenta.active,
.open > .dropdown-toggle.btn-magenta {
    background-color: #7e115f;
    color: #fff;
}
.no-touch .btn-o.btn-magenta:hover,
.btn-o.btn-magenta:focus,
.btn-o.btn-magenta:active,
.btn-o.btn-magenta.active,
.open > .dropdown-toggle.btn-o.btn-magenta {
    background-color: #9b156e;
    color: #fff;
}
.btn-yellow {
    background-color: #eab134;
    color: #fff;
}
.btn-o.btn-yellow {
    background-color: transparent;
    color: #eab134;
    border-color: #eab134;
}
.no-touch .btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
    background-color: #dfa412;
    color: #fff;
}
.no-touch .btn-o.btn-yellow:hover,
.btn-o.btn-yellow:focus,
.btn-o.btn-yellow:active,
.btn-o.btn-yellow.active,
.open > .dropdown-toggle.btn-o.btn-yellow {
    background-color: #eab134;
    color: #fff;
}
.btn-red {
    background-color: #ea3d36;
    color: #fff;
}
.btn-o.btn-red {
    background-color: transparent;
    color: #ea3d36;
    border-color: #ea3d36;
}
.no-touch .btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
    background-color: #d22a2a;
    color: #fff;
}
.no-touch .btn-o.btn-red:hover,
.btn-o.btn-red:focus,
.btn-o.btn-red:active,
.btn-o.btn-red.active,
.open > .dropdown-toggle.btn-o.btn-red {
    background-color: #ea3d36;
    color: #fff;
}
.btn-facebook {
    background-color: #43609c;
    color: #fff;
}
.btn-o.btn-facebook {
    background-color: transparent;
    color: #43609c;
    border-color: #43609c;
}
.no-touch .btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    background-color: #395285;
    color: #fff;
}
.no-touch .btn-o.btn-facebook:hover,
.btn-o.btn-facebook:focus,
.btn-o.btn-facebook:active,
.btn-o.btn-facebook.active,
.open > .dropdown-toggle.btn-o.btn-facebook {
    background-color: #43609c;
    color: #fff;
}
.btn-twitter {
    background-color: #55acee;
    color: #fff;
}
.btn-o.btn-twitter {
    background-color: transparent;
    color: #55acee;
    border-color: #55acee;
}
.no-touch .btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
    background-color: #4993cc;
    color: #fff;
}
.no-touch .btn-o.btn-twitter:hover,
.btn-o.btn-twitter:focus,
.btn-o.btn-twitter:active,
.btn-o.btn-twitter.active,
.open > .dropdown-toggle.btn-o.btn-twitter {
    background-color: #55acee;
    color: #fff;
}
.btn-google {
    background-color: #dd4b39;
    color: #fff;
}
.btn-o.btn-google {
    background-color: transparent;
    color: #dd4b39;
    border-color: #dd4b39;
}
.no-touch .btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
    background-color: #c44433;
    color: #fff;
}
.no-touch .btn-o.btn-google:hover,
.btn-o.btn-google:focus,
.btn-o.btn-google:active,
.btn-o.btn-google.active,
.open > .dropdown-toggle.btn-o.btn-google {
    background-color: #dd4b39;
    color: #fff;
}
.btn-pinterest {
    background-color: #cb2027;
    color: #fff;
}
.btn-o.btn-pinterest {
    background-color: transparent;
    color: #cb2027;
    border-color: #cb2027;
}
.no-touch .btn-pinterest:hover,
.btn-v:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
    background-color: #b51d22;
    color: #fff;
}
.no-touch .btn-o.btn-pinterest:hover,
.btn-o.btn-pinterest:focus,
.btn-o.btn-pinterest:active,
.btn-o.btn-pinterest.active,
.open > .dropdown-toggle.btn-o.btn-pinterest {
    background-color: #cb2027;
    color: #fff;
}
.btn-pink {background-color:rgba(107, 140, 107, 0.82); color: #fff;}
.btn-pink:hover,.btn-pink:focus,.btn-pink:active,.btn-pink.active,
.open > .dropdown-toggle.btn-o.btn-pink {
    background-color:rgba(87, 119, 87, 0.82);
	border-color:rgba(87, 119, 87, 0.82);
    color: #fff !important;
}
.btn-danger.active, .btn-danger:active, .btn-danger:focus, .no-touch .btn-danger:hover, .open>.dropdown-toggle.btn-danger{background-color:rgba(87, 119, 87, 0.82);
	border-color:rgba(87, 119, 87, 0.82);}
.btn-icon {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 36px;
    text-align: center;
}
.btn-icon.btn-lg {
    width: 41px;
}
.btn-icon.btn-sm {
    width: 31px;
	margin: 5px 8px 0 0;
}
.footer-nav li .btn-icon.btn-sm {
    width: 33px;
    margin: 5px 5px 0 0;
}
.btn-icon.btn-xs {
    width: 22px;
}
.btn-icon.btn-round {
    border-radius: 50%;
}
.btn > .state, .btn.active > .state-active {
    display: inline-block;
}
.btn.active > .state, .btn > .state-active {
    display: none;
}
.text-gray {
  color: #999;
}
.no-touch a.text-gray:hover {
  color: #333;
}
.text-green {
  color: #0eaaa6;
}
.no-touch a.text-green:hover {
  color: #068b85;
}
.text-blue {
  color: #1d82aa;
}
.no-touch a.text-blue:hover {
  color: #086492;
}
.text-magenta {
  color: #9b156e;
}
.no-touch a.text-magenta:hover {
  color: #7e115f;
}
.text-yellow {
  color: #eab134;
}
.no-touch a.text-yellow:hover {
  color: #dfa412;
}
.text-red {
  color: #ea3d36;
}
.no-touch a.text-red:hover {
  color: #d22a2a;
}
.bg-green {
    color: #fff;
    background-color: #0eaaa6;
}
.no-touch a.bg-green:hover {
    background-color: #068b85;
}
.bg-red {
    color: #fff;
    background-color: #ea3d36;
}
.no-touch a.bg-red:hover {
    background-color: #d22a2a;
}
.bg-blue {
    color: #fff;
    background-color: #1d82aa;
}
.no-touch a.bg-blue:hover {
    background-color: #086492;
}
.bg-yellow {
    color: #fff;
    background-color: #eab134;
}
.no-touch a.bg-yellow:hover {
    background-color: #dfa412;
}
.bg-magenta {
    color: #fff;
    background-color: #9b156e;
}
.no-touch a.bg-magenta:hover {
    background-color: #7e115f;
}

/* Header */

#header {
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1040;
}
.logo {
    background-color: #0eaaa6;
    float: left;
    width: 70px;
    height: 60px;
    overflow: hidden;
}
.logo.expanded {
    width: 200px;
}
.logo a {
    display: block;
    width: 70px;
    height: 60px;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.logo.expanded a {
    width: 200px;
}
.logo a span {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.logo.expanded a span {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.logo a span.marker {
    font-size: 29px;
    position: absolute;
    display: block;
    width: 19px;
    height: 28px;
    top: 15px;
    left: 21px;
}
.logo.expanded a span.marker {
    color: #fff;
    left: 20px;
}
.no-touch .logo a:hover span.marker {
    color: rgba(255, 255, 255, 0);
    top: 10px;
    text-decoration: none;
}
.no-touch .logo.expanded a:hover span.marker {
    color: rgba(255, 255, 255, 1);
    top: 15px;
    text-decoration: none;
}
.logo a span.logoText {
    color: #fff;
    position: absolute;
    font-size: 14px;
    top: -40px;
    left: 13px;
}
.logo.expanded a span.logoText {
    top: 20px;
    left: 54px;
}
.no-touch .logo a:hover span.logoText {
    color: #fff;
    top: 20px;
    text-decoration: none;
}
a.navHandler {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    text-align: center;
    font-size: 18px;
    padding-top: 17px;
}
.no-touch a.navHandler:hover {
    background-color: #f3f3f3;
    text-decoration: none;
}
a.mapHandler {
    float: right;
    text-align: center;
    font-size: 20px;
    padding-top: 13px;
    height: 50px;
    width: 20px;
    color: #fff;
    display: none;
    margin-right: 15px;
    text-decoration: none;
}
.no-touch a.mapHandler:hover {
    background-color: transparent;
}
a.userHandler {
    position: relative;
    float: right;
    text-align: center;
    font-size: 20px;
    padding-top: 13px;
    height: 50px;
    width: 20px;
    color: #fff;
    display: none;
    margin-right: 15px;
    text-decoration: none;
}
.no-touch a.userHandler:hover {
    background-color: transparent;
}
.search {
    float: left;
}
.searchIcon {
    font-size: 13px;
    float: left;
    color: #999;
    margin-left: 23px;
    display: block;
    padding-top: 23px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.searchIcon.active {
    color: #3a3a3a;
}
.search input {
    background-color: #fff;
    color: #3a3a3a;
    border: 0 none;
    font-size: 13px;
    margin: 19px 0 0 5px;
    width: 210px;
    -webkit-appearance: none;
}
.headerNotifyWraper {
    position: relative;
    float: right;
    width: 60px;
    height: 60px;
}
a.headerNotify {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 22px;
    text-decoration: none;
}
.no-touch a.headerNotify:hover, .headerNotifyWraper.open a.headerNotify {
    background-color: #f3f3f3;
    text-decoration: none;
}
.notifyIcon {
    font-size: 17px;
}
.counter {
    background-color: #ea3d36;
    color: #fff;
    position: absolute;
    display: block;
    padding: 2px;
    font-size: 11px;
    line-height: 10px;
    top: 15px;
    left: 30px;
    border-radius: 7px;
    text-align: center;
    min-width: 14px;
    text-decoration: none;
}
.headerNotifyWraper .dropdown-menu {
    border-radius: 3px;
    border: 1px solid #dfdfdf;
}
.notifyMenu, .userMenu {
    width: 300px;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: -20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.notifyMenu, .userMenu a, .notifyMenu, .userMenu a span {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.open .notifyMenu, .open .userMenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
.notifyHeader {
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.notifyHeader span {
    font-size: 13px;
    line-height: 15px;
    display: block;
    float: left;
}
a.notifySettings {
    display: block;
    float: right;
    text-decoration: none;
    line-height: 11px;
}
.no-touch a.notifySettings:hover {
    text-decoration: none;
}
.notifyList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.notifyList > li > a {
    padding: 10px;
    display: block;
    position: relative;
}
.no-touch .notifyList > li > a:hover {
    background-color: #f3f3f3;
}
.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.mobAvatar {
    display: none;
    padding: 20px 0;
    text-align: center;
}
.mobAvatarName {
    padding-top: 5px;
}
.mobAvatarImg {
    width: 100px;
    height: 100px;
    border: 1px solid #e8e8e8;
    padding: 3px;
}
.notify {
    width: 233px;
    margin-left: 5px;
}
.notifyName {
    font-size: 12px;
    color: #333;
    padding-top: 3px;
}
.notifyTime {
    font-size: 11px;
    color: #999;
}
.notifyRound {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    text-align: center;
    padding-top: 11px;
}
.notifyRound-green {
    border: 1px solid #0eaaa6;
    color: #0eaaa6;
}
.notifyRound-blue {
    border: 1px solid #1d82aa;
    color: #1d82aa;
}
.notifyRound-red {
    border: 1px solid #ea3d36;
    color: #ea3d36;
}
.notifyRound-yellow {
    border: 1px solid #eab134;
    color: #eab134;
}
.notifyRound-magenta {
    border: 1px solid #9b156e;
    color: #9b156e;
}
.notifyAll {
    padding: 10px;
    border-top: 1px solid #dfdfdf;
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #0eaaa6;
}
.no-touch .notifyAll:hover {
    color: #0eaaa6;
    text-decoration: underline;
}
@keyframes pulsate {
    0% {
        transform: scale(1.0, 1.0);
        opacity: 0.0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: scale(1.4, 1.4);
        opacity: 0.0;
    }
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1.0, 1.0);
        opacity: 0.0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.4, 1.4);
        pacity: 0.0;
    }
}
.pulse {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 0.0;
}
.border-grey {
    border: 3px solid #ababab;
}
.border-green {
    border: 3px solid #0eaaa6;
}
.border-blue {
    border: 3px solid #1d82aa;
}
.border-red {
    border: 3px solid #ea3d36;
}
.border-yellow {
    border: 3px solid #eab134;
}
.border-magenta {
    border: 3px solid #9b156e;
}
.bg-green {
    background-color: #0eaaa6;
}
.bg-blue {
    background-color: #1d82aa;
}
.bg-red {
    background-color: #ea3d36;
}
.bg-yellow {
    background-color: #eab134;
}
.bg-magenta {
    background-color: #9b156e;
}
.pulsate {
    -webkit-animation: pulsate 0.5s ease-out;
    animation: pulsate 0.5s ease-out;
}
.headerUserWraper {
    float: right;
    height: 60px;
}
a.headerUser {
    display: block;
    height: 60px;
    text-align: center;
    padding: 0 20px;
}
.no-touch a.headerUser:hover, .headerUserWraper.open a.headerUser {
    background-color: #f3f3f3;
}
.headerUserWraper .dropdown-menu {
    border-radius: 3px;
    border: 1px solid #dfdfdf;
}
.headerAvatar {
    margin-top: 10px;
}
.userTop {
    margin: 20px 0 0 7px;
    font-size: 13px;
}
.userMenu {
    width: 190px;
}
.userMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.userMenu ul > li > a {
    padding: 7px 20px;
    display: block;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.userMenu ul > li > a > span {
    margin-right: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.userMenu ul > li > a > span.badge {
    font-size: 12px;
    font-weight: normal;
    margin-right: 0;
}
.no-touch .userMenu ul > li > a:hover > span.badge, .no-touch .userMenu ul > li > a:focus > span.badge {
    color: #fff;
}
.no-touch .userMenu ul > li > a:hover, .no-touch .userMenu ul > li > a:focus {
    background-color: #f3f3f3;
    text-decoration: none;
}
.no-touch .userMenu ul > li > a:hover > span, .no-touch .userMenu ul > li > a:focus > span {
    color: #0eaaa6;
}
a.userHandler {
    position: relative;
    float: right;
    text-align: center;
    font-size: 20px;
    padding-top: 13px;
    height: 50px;
    width: 20px;
    color: #fff;
    display: none;
    margin-right: 15px;
    text-decoration: none;
}
.no-touch a.userHandler:hover {
    background-color: transparent;
}
a.userHandler .counter {
    top: 10px;
    left: 12px;
}
#leftSide {
    background-color: #213837;
    position: absolute;
    top: 60px;
    left: 0;
    width: 70px;
    z-index: 100;
}
#leftSide.expanded {
    width: 200px;
}
.closeLeftSide {
    display: none;
}
.leftNav .search {
    display: none;
}
.leftNav ul, .leftUserWraper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.leftNav ul li {
    position: relative;
    width: 70px;
}
.expanded .leftNav ul li {
    width: 200px;
}
.leftNav ul li a {
    display: block;
    font-size: 16px;
    color: #adc8c7;
    width: 70px;
    height: 60px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.expanded .leftNav ul li a {
    width: 200px;
    height: auto;
    padding: 10px 20px;
}
.leftNav ul li a span {
    position: absolute;
    width: 70px;
    display: block;
    text-align: center;
    z-index: 110;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.expanded .leftNav ul li a span {
    position: relative;
    width: auto;
    display: inline-block;
    text-align: left;
}
.no-touch .leftNav ul li:hover a, .leftNav ul li.onTap a {
    background-color: #067670;
    color: #fff;
}
.expanded .leftNav > ul > li.onTap > a {
    background-color: transparent;
    color: #adc8c7;
}
.expanded .leftNav > ul > li.active > a {
    background-color: #067670;
    color: #fff;
}
.leftNav ul li a span.navIcon {
    top: 22px;
}
.expanded .leftNav ul li a span.navIcon {
    top: auto;
    margin-right: 10px;
}
.leftNav ul li a span.navLabel {
    font-size: 12px;
    bottom: 10px;
    left: -70px;
}
.expanded .leftNav ul li a span.navLabel {
    bottom: 2px;
    left: 0;
}
.no-touch .leftNav ul li:hover a span.navIcon, .leftNav ul li.onTap a span.navIcon {
    top: 13px;
    text-decoration: none;
}
.no-touch .expanded .leftNav ul li:hover a span.navIcon, .expanded .leftNav ul li.onTap a span.navIcon {
    top: auto;
    text-decoration: none;
}
.no-touch .leftNav ul li:hover a span.navLabel, .leftNav ul li.onTap a span.navLabel {
    left: 0;
    text-decoration: none;
}
.leftNav > ul > li > a > span.arrowRight {
    display: none;
}
.expanded .leftNav > ul > li > a > span.arrowRight {
    display: inline-block;
    float: right;
    font-size: 12px;
    margin-top: 5px;
}
.leftNav > ul > li > a > span.badge {
    font-size: 11px;
    font-weight: normal;
    width: auto;
    top: 15px;
    left: 38px;
    text-align: center;
    padding: 2px 4px;
    position: absolute;
    line-height: 10px;
    border-radius: 7px;
    text-align: center;
    min-width: 14px;
}
.expanded .leftNav > ul > li > a > span.badge {
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    float: right;
    top: auto;
    left: auto;
    position: relative;
    margin-top: 2px;
}
.expanded .leftNav > ul > li.hasSub > a > span.badge {
    display: none;
}
.no-touch .leftNav > ul > li:hover > a > span.badge {
    top: 8px;
}
.no-touch .expanded .leftNav > ul > li:hover > a > span.badge {
    top: auto;
}
.leftNav ul li ul {
    background-color: #132120;
    position: absolute;
    top: 0;
    width: 200px;
    display: none;
    left: 50px;
    z-index: 1100;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.no-touch .leftNav ul li ul {
    background-color: #132120;
    position: absolute;
    display: block;
    top: 0;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    left: 50px;
    z-index: 1100;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.expanded .leftNav ul li ul {
    position: relative;
    left: 0;
    display: block;
    max-height: 0;
    z-index: 1;
    top: auto;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.no-touch .expanded .leftNav ul li ul {
    position: relative;
    left: 0;
    visibility: visible;
    opacity: 1;
    max-height: 0;
    z-index: 1;
    top: auto;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.expanded .leftNav ul li ul.bigList {
    max-height: 600px;
}
.no-touch .leftNav ul li:hover ul {
    left: 100%;
    visibility: visible;
    opacity: 1;
}
.leftNav ul li.onTap ul {
    left: 70px;
    display: block;
}
.no-touch .expanded .leftNav ul li:hover ul, .expanded .leftNav ul li.onTap ul {
    left: 0;
}
.leftNav ul li ul li {
    width: 100%;
}
.leftNav ul li ul li a {
    width: 100%;
    font-size: 12px;
    height: auto;
    padding: 7px 20px;
}
.leftNav ul li ul li a span.icon-right {
    font-size: 11px;
    font-weight: normal;
    margin-right: 0;
    position: relative;
    width: auto;
    float: right;
    margin-top: 4px;
}
.no-touch .leftNav ul li:hover ul li a, .leftNav ul li.onTap ul li a {
    color: #96adac;
    background-color: #132120;
    width: 100%;
    font-size: 12px;
    height: auto;
}
.no-touch .leftNav ul li ul li a:hover {
    color: #fff;
    background-color: #05635e;
    padding-left: 30px;
    text-decoration: none;
}
.leftNav > ul > li > ul > li > a > span.badge {
    font-size: 11px;
    font-weight: normal;
    margin-right: 0;
    position: relative;
    width: auto;
}
.no-touch .leftNav > ul > li > ul > li > a:hover > span.badge {
    color: #fff;
}
.leftUserWraper {
    background-color: #213837;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 110;
}
.leftUserWraper a {
    display: block;
    text-align: center;
    width: 70px;
    padding: 10px 0;
    position: relative;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.expanded .leftUserWraper a {
    width: 100%;
    text-align: left;
    padding: 10px 20px;
}
.expanded .leftUserWraper a > span {
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.expanded .leftUserWraper a .avatar {
    float: left;
}
.userBottom {
    margin: 10px 0 0 7px;
    font-size: 13px;
    color: #adc8c7;
    width: 113px;
    white-space: nowrap;
    display: none;
}
.userBottom .arrowUp {
    margin-top: 3px;
}
.expanded .userBottom {
    display: block;
}
.leftUserWraper a .counter {
    top: 7px;
    left: 45px;
}
.expanded .leftUserWraper a .counter {
    left: 50px;
}
.no-touch .leftUserWraper a:hover {
    background-color: #067670;
}
.no-touch .leftUserWraper a:hover .userBottom, .leftUserWraper.open a .userBottom {
    color: #fff;
}
.leftUserWraper ul {
    background-color: #132120;
    width: 200px;
    display: block;
    opacity: 0;
    visibility: hidden;
    bottom: 0px;
    left: 50px;
    border: 0 none;
    z-index: 1100;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.expanded .leftUserWraper ul {
    background-color: #fff;
    left: 0;
    bottom: 40px;
}
.leftUserWraper.dropup ul {
    bottom: 0;
    margin-bottom: 0;
}
.leftUserWraper ul .divider {
    background-color: #1d3331;
}
.expanded .leftUserWraper ul .divider {
    background-color: #dfdfdf;
}
.leftUserWraper.open ul {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    left: 70px;
}
.expanded .leftUserWraper.open ul {
    left: 0;
    bottom: 60px;
}
.leftUserWraper.open .avatarAction {
    background-color: #067670;
}
.leftUserWraper ul li {
    width: 100%;
}
.leftUserWraper ul li a {
    width: 100%;
    font-size: 12px;
    height: auto;
    padding: 7px 20px;
    color: #96adac;
    background-color: #132120;
    width: 100%;
    font-size: 12px;
    text-align: left;
    height: auto;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.expanded .leftUserWraper ul li a {
    color: #333;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.no-touch .leftUserWraper ul li a:hover, .no-touch .leftUserWraper ul li a:focus {
    color: #fff;
    background-color: #05635e;
}
.no-touch .expanded .leftUserWraper ul li a:hover, .no-touch .expanded .leftUserWraper ul li a:focus {
    background-color: #f3f3f3;
    color: #333;
}
.leftUserWraper ul li a span {
    margin-right: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.no-touch .expanded .leftUserWraper ul li a:hover span, .no-touch .expanded .leftUserWraper ul li a:focus span {
    color: #0eaaa6;
}
.leftUserWraper ul li a span.badge {
    font-size: 11px;
    font-weight: normal;
    margin-right: 0;
    position: relative;
    width: auto;
}
.no-touch .leftUserWraper ul li a:hover span.badge, .no-touch .leftUserWraper ul li a:focus span.badge {
    color: #fff;
}
#wrapper {
    left: 70px;
    top: 60px;
    margin: 56px 0 0 70px;
}
#wrapper.full.m-full {
    margin-left: 200px;
}
#mapView {
    width: 50%;
    float: left;
}
#mapView.min {
    width: 0%;
}
.mapPlaceholder {
    text-align: center;
    width: 100%;
    padding-top: 100px;
    float: left;
    overflow: hidden;
}
#mapView.min .mapPlaceholder {
    display: none;
}
.mapPlaceholder span {
    font-size: 16px;
    line-height: 17px;
    width: 20px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    text-align: center;
}
.infoW {
    color: #333;
    padding: 0 1px;
}
.propImg {
    position: relative;
}
.propImg img {
    width: 200px;
    height: 120px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.propBg {
    position: absolute;
    z-index: 2;
    height: 40px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}
.propType {
    background-color: #eab134;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-transform: uppercase;
    z-index: 3;
}
.paWrapper {
    padding: 10px 10px 0 10px;
}
.propPrice {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    z-index: 3;
}
.propTitle {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
}
.propAddress {
    white-space: nowrap;
    overflow: hidden;
    color: #999;
    font-size: 11px;
    line-height: 11px;
}
.propRating {
    padding: 2px 0 5px 10px;
}
.propRating span {
    color: #eab134;
    padding-right: 2px;
    display: inline-block;
    font-size: 12px;
}
ul.propFeat {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}
ul.propFeat li {
    float: left;
    margin-right: 15px;
    font-size: 11px;
    line-height: 11px;
}
ul.propFeat li span {
    color: #999;
}
.infoButtons {
    padding: 10px;
}
a.btn.viewInfo, a.btn.closeInfo {
    width: 85px;
    padding: 6px 12px;
}
a.btn.viewInfo {
    margin-left: 10px;
}
#content {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f3f3f3;
    width: 50%;
    height: 100px;
    border-top: 1px solid #e8e8e8;
    float: right;
    -webkit-overflow-scrolling: touch;
}
#content.max {
    width: 100%;
}
.whiteBg {
    background-color: #fff;
    padding: 20px;
}
.rightContainer {
    padding: 20px;
}
.widgets {
    padding: 20px;
}
.filter {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.filter h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    padding: 20px;
    float: left;
}
.rightContainer h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 20px;
}
.rightContainer h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    padding-bottom: 10px;
    float: left;
}
a.handleFilter {
    float: right;
    display: block;
    padding: 10px;
    margin: 10px 10px 0 0;
    font-size: 18px;
    text-decoration: none;
}
.no-touch a.handleFilter:hover {
    text-decoration: none;
}
.filterForm label {
    display: block;
    font-size: 13px;
    color: #333;
}
.filterForm {
    padding: 0 20px;
}
.formItem {
    padding-bottom: 20px;
}
.formField {
    position: relative;
}
.dropdown-btn {
    width: 100%;
    text-align: left;
}
a.btn.dropdown-btn.btn-gray {
    background-color: #fff;
    border-color: #dfdfdf;
    color: #333;
}
.no-touch a.dropdown-btn.btn-gray:hover, .open a.dropdown-btn.btn-gray {
    color: #333;
    border-color: #999;
}
.dropdown-label {
    float: left;
}
.dsArrow {
    float: right;
    margin-top: 2px;
}
.dropdown-select {
    border-radius: 2px;
    border: 1px solid #dfdfdf;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dropdown-select.full {
    width: 100%;
}
.dropdown-select > li > a {
    padding: 7px 20px;
    display: block;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.no-touch .dropdown-select > li > a:hover, .no-touch .dropdown-select > li > a:focus {
    background-color: #f3f3f3;
}
.dropdown-select input {
    position: absolute;
    left: -9999em;
}
.slider {
    margin: 17px 0;
    position: relative;
}
.slider.priceSlider, .slider.areaSlider {
    margin-top: 37px;
}
.sliderTooltip {
    position: absolute;
    padding: 5px 0;
    margin-top: -3px;
    margin-left: 2px;
    top: -34px;
    z-index: 90;
}
.stLabel {
    background-color: #0eaaa6;
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    padding: 4px 6px;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
}
.stArrow {
    border-color: transparent;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    border-top-color: #0eaaa6;
}
.ui-slider .ui-slider-range {
    background-color: #0eaaa6;
}
.volume {
    width: 100%;
}
.volume a, .volume input {
    float: left;
}
.volume a.btn {
    background-color: #fff;
    width: 30%;
    height: 37px;
    padding: 10px 3%;
    color: #999;
    border: 1px solid #dfdfdf;
}
.no-touch .volume a.btn:hover {
    background-color: #fff;
    color: #333;
    border-color: #999;
}
.volume a.btn.btn-round-left {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.volume a.btn.btn-round-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.volume input.form-control, .volume input.form-control[readonly] {
    width: 40%;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    border: 0 none;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 0 none;
    border-right: 0 none;
    /*-webkit-appearance: none;*/
    background-color: #fff;
    color: #333;
    font-size: 13px;
}
.resultsList {
    padding: 20px 20px 0 20px;
}
a.card {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none;
}
div.card {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 10px;
}
.figure {
	/* background-color: #000; */
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 220px;
}
.figure img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 1;
}
.no-touch .figure img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.no-touch a.card:hover img, .no-touch div.card:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
}
.figCaption {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 0;
    padding: 10px;
    width: 100%;
    color: #fff;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.no-touch .figCaption {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.figView {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin-left: -21px;
    margin-top: -20px;
    font-weight: normal;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(3.0);
    transform: scale(3.0);
}
.no-touch a.card:hover .figView, .no-touch div.card:hover .figView {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.figCaption div {
    float: left;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}
.carousel-col .figCaption div {
    float: left;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
}
.figCaption > span {
    float: right;
    font-size: 11px;
    line-height: 12px;
    font-weight: normal;
    margin-left: 5px;
}
.carousel-col .figCaption > span {
    display: none;
}
.figCaption > span::before {
    color: rgba(255, 255, 255, 0.70);
}
.no-touch .figCaption div,
.no-touch .figCaption > span {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}
.figCaption div {
    display: inline-block;
}
.no-touch a.card:hover .figure .figCaption,
.no-touch a.card:hover .figure .figCaption div,
.no-touch a.card:hover .figure .figCaption > span,
.no-touch div.card:hover .figure .figCaption,
.no-touch div.card:hover .figure .figCaption div,
.no-touch div.card:hover .figure .figCaption > span {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.no-touch a.card:hover .figure .figCaption div, .no-touch div.card:hover .figure .figCaption div {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.no-touch a.card:hover .figure .figCaption > span:nth-child(4), .no-touch div.card:hover .figure .figCaption > span:nth-child(4) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.no-touch a.card:hover .figure .figCaption > span:nth-child(3), .no-touch div.card:hover .figure .figCaption > span:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.no-touch a.card:hover .figure .figCaption > span:nth-child(2), .no-touch div.card:hover .figure .figCaption > span:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.figType {
    background-color: #eab134;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
    position: absolute;
    left: 10px;
    top: 10px;
    text-transform: uppercase;
    z-index: 3;
}
.carousel-col .figType {
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
}
a.card h2, div.card h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px 0 0;
    padding: 10px 0 3px 10px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    float: none;
}
.no-touch a.card:hover {
    text-decoration: none;
}
.no-touch a.card:hover h2, .no-touch div.card:hover h2 {
    color: #0eaaa6;
    text-decoration: none;
}
a.card .cardAddress, div.card .cardAddress {
    font-size: 11px;
    line-height: 13px;
    color: #999;
    padding: 0 0 10px 10px;
    margin: 0 10px 0 0;
    overflow: hidden;
    white-space: nowrap;
}
a.card .cardAddress span, div.card .cardAddress span {
    font-size: 13px;
    line-height: 13px;
}
a.card .cardRating, div.card .cardRating {
    padding: 0 0 10px 10px;
    font-size: 12px;
    line-height: 12px;
    color: #333;
}
a.card .cardRating span, div.card .cardRating span {
    color: #eab134;
    padding-right: 2px;
    display: inline-block;
    /*font-size: 12px;*/
}
a.card ul.cardFeat, div.card ul.cardFeat {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 10px 10px;
}
a.card ul.cardFeat li, div.card ul.cardFeat li {
    display: inline-block;
    margin-right: 10px;
    font-size: 11px;
    line-height: 11px;
    color: #333;
}
a.card ul.cardFeat li span, div.card ul.cardFeat li span {
    color: #999;
}
a.card ul.cardFeat2 li, div.card ul.cardFeat2 li {
    display: inline-block;
    margin-right: 10px;
    font-size: 11px;
    line-height: 11px;
    color: #333;
}
.carousel-col .carousel-indicators, .carousel-wb .carousel-indicators {
    position: absolute;
    bottom: -26px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-col .carousel-indicators li, .carousel-wb .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0.30);
    border: 0 none;
    border-radius: 10px;
}
.carousel-col .carousel-indicators .active, .carousel-wb .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #333;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .fa-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-col {
    padding: 0 20px;
}
.carousel-col .carousel-control {
    top: 0;
    bottom: 0;
    left: -20px;
    width: 40px;
    font-size: 20px;
    color: #999;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel-col .carousel-control.left {
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}
.carousel-col .carousel-control.right {
    right: -20px;
    left: auto;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}
.no-touch .carousel-col .carousel-control:hover,
.carousel-col .carousel-control:focus {
    color: #333;
    text-decoration: none;
    filter: alpha(opacity=100);
    outline: 0;
    opacity: 1;
}
.carousel-col .carousel-control .fa-chevron-left,
.carousel-col .carousel-control .fa-chevron-right {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}
.carousel-col .carousel-control .fa-chevron-left {
    left: 50%;
    margin-left: -7px;
}
.carousel-col .carousel-control .fa-chevron-right {
    right: 50%;
    margin-right: -7px;
}
.singleTop {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.singleTop .summary {
    padding: 20px 0px 0 0px;
}
.summaryItem {
    margin-bottom: 20px;
}
h1.pageTitle {
  font-size: 24px;
  font-weight: normal;
  line-height: 19px;
  margin: 0;
  padding: 0 0 5px;
}
.singleTop .address {
  color: #999;
  font-size: 20px;
  line-height: 14px;
  padding: 0 0 15px;
}
.singleTop ul.rating {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 0;
    float: left;
}
.singleTop ul.rating li {
    font-size: 12px;
    line-height: 13px;
    color: #333;
    float: left;
    margin-right: 3px;
}
.singleTop ul.rating li a span {
    color: #eab134;
    font-size: 14px;
}
.singleTop ul.stats {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.singleTop ul.stats li {
    float: left;
    margin-left: 7px;
    color: #333;
    font-size: 11px;
}
.singleTop ul.stats li span {
    font-size: 11px;
    color: #999;
}
.singleTop ul.features {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
   /*border: 1px solid #e8e8e8;*/
    float: left;
    width: 100%;
}
.singleTop ul.features li {
    float: left;
    width:24.33%;
    text-align: center;
    padding: 15px 0;
    /*border-right: 1px solid #e8e8e8;*/
}
.singleTop ul.features li:last-child {
    border-right: 0 none;
}
.singleTop ul.features li span {
    color: #999;
    /*display: block;*/
    height: 24px;
    font-size: 24px;
    line-height: 24px;width:40px;display: inline-block;
}
.singleTop ul.features li div {
    font-size: 13px;
	overflow:hidden;
}
.agentAvatar {
    text-align: center;
}
.agentAvatarImg {
    width: 40%;
    height: auto;
    border: 1px solid #e8e8e8;
    padding: 3px;
}
.agentName {
    padding: 6px 0 10px 0;
    font-size: 15px;
    font-weight: bold;
}
.agentAvatar .contactBtn {
    margin-bottom: 10px;
    width: 100%;
}
.favLink {
    float: left;
    font-size: 13px;
    line-height: 14px;
    margin-left: 10px;
}
.favLink a {
    width: 100%;
    color: #ea3d36;
}
.favLink a span {
    font-size: 14px;
    display: block;
    float: left;
    height: 14px;
    vertical-align: middle;
    line-height: 14px;
    width: 24px;
    text-align: center;
    -webkit-transition: font-size .2s;
    -o-transition: font-size .2s;
    transition: font-size .2s;
}
.no-touch .favLink a:hover span {
    font-size: 20px;
    color: #ea3d36;
}
.contactForm .cfItem {
    margin-bottom: 10px;
}
.contactForm .cfItem:last-child {
    margin-bottom: 0;
}
.description, .amenities, .share, .similar, .proptype, .indoors, .outdoors, .holidaytypes, .yourwebsite, .beddet, .houserules, .housemanual, .locationmanual, .timecheck, .searchsummary, .addguest, .cancelpolicy, .phobebackup, .suitability, .childerpet {
    padding: 20px 20px 0 20px;
}
pre.pre-text {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-weight: inherit;
 line-height: inherit;
 font-size: inherit;
}
#content h3 {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: bold;
}
.description p {
    font-size: 13px;
}
.amItem {
    font-size: 13px;
    margin-bottom: 10px;
}
.amItem span {
    color: #0eaaa6;
}
.amItem.inactive, .amItem.inactive span {
    color: #b4b4b4;
}
.amItem span {
    width: 20px;
    text-align: center;
}
.shareItem {
    margin-bottom: 10px;
}
.comments {
    padding: 30px 20px 83px 20px;
}
.comment {
    padding-bottom: 20px;
}
.comment.reply {
    padding-left: 54px;
}
.commentAvatar {
    position: relative;
    float: left;
}
.commentArrow {
    position: absolute;
    top: 5px;
    left: 45px;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.13);
}
.commentContent {
    background-color: #fff;
    margin-left: 54px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    border-radius: 2px;
}
.commentName {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 10px 10px 5px 10px;
}
.commentBody {
    font-size: 12px;
    color: #333;
    line-height: 16px;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #e8e8e8;
}
.commentActions {
    padding: 10px;
}
.commentTime {
    float: left;
    font-size: 11px;
    color: #999;
    float: left;
}
.commentActions ul {
    list-style-type: none;
    margin: 0;
    float: right;
}
.commentActions ul li {
    float: right;
    margin-left: 10px;
    font-size: 11px;
    color: #999;
}
.commentsFormWrapper {
    background-color: #fff;
    position: fixed;
    bottom: -84px;
    right: 0;
    z-index: 20;
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
    -webkit-transition: bottom .2s ease-in-out;
    -o-transition: bottom .2s ease-in-out;
    transition: bottom .2s ease-in-out;
}
.commentsFormWrapper.active {
    bottom: 0;
}
.cfAvatar {
    float: left;
    padding: 20px 10px 20px 20px;
}
.cfInput {
    margin-left: 74px;
    margin-right: 46px;
    float: left;
}
.cfBtn {
    float: right;
}
.commentsForm {
    padding: 20px 20px 0 0;
}
.commentsForm a.btn {
    margin-left: 0 !important;
    line-height: 15px !important;
}
.c-red {
    color: #ea3d36;
}
.c-green {
    color: #0eaaa6;
}
.c-blue {
    color: #1d82aa;
}
.c-yellow {
    color: #eab134;
}
.c-magenta {
    color: #9b156e;
}
.buttonsWrapper > .btn, .buttonsWrapper > .btn-group, .buttonsWrapper > .btn-group-vertical {
    margin-bottom: 5px;
}
.pb20 {
    padding-bottom: 20px;
}
.icons > div {
    font-size: 13px;
    line-height: 40px;
    white-space: nowrap;
    -webkit-transition: font-size .2s;
    transition: font-size .2s;
}
.icons > div > span {
    font-size: 16px;
    line-height: 17px;
    width: 36px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    text-align: center;
    -webkit-transition: font-size .2s;
    transition: font-size .2s;
}
.icons > div > span.glyphicon {
    top: 0px;
}
.no-touch .icons > div:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    cursor: default;
    color: #0eaaa6;
    font-size: 16px;
}
.no-touch .icons > div:hover > span {
    font-size: 24px;
    cursor: default;
}
.iconsAlert > ul > li {
    font-size: 12px;
}
.gridSystem {
    font-size: 12px;
}

/* Property Widget 1 */

.propWidget-1 {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    border-radius: 3px;
}
.propWidget-1 .fig {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.propWidget-1 .fig img {
    width: 100%;
    position: relative;
    display: block;
}
.propWidget-1 .fig .figCap {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 0;
    padding: 10px;
    width: 100%;
    color: #fff;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.propWidget-1 .fig .priceCap {
    font-size: 18px;
    padding: 10px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: normal;
    line-height: 22px;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
}
.propWidget-1 .fig .figType {
    background-color: #eab134;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
    position: absolute;
    right: 15px;
    top: 15px;
    left: auto;
    text-transform: uppercase;
    z-index: 3;
}
.no-touch .propWidget-1 .fig .figType {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.propWidget-1 .fig .figCap h3 {
    font-size: 18px !important;
    font-weight: normal !important;
    margin: 0;
    padding: 0 !important;
}
.no-touch .propWidget-1 .fig .figCap h3 {
    -webkit-transition: -webkit-transform 0.50s;
    transition: transform 0.50s;
    -webkit-transform: translate3d(0,37px,0);
    transform: translate3d(0,37px,0);
}
.propWidget-1 .fig .priceCap span {
    display: block;
}
.no-touch .propWidget-1 .fig .priceCap {
    -webkit-transition: opacity 0.50s;
    transition: opacity 0.50s;
    opacity: 0;
}
.no-touch .propWidget-1 .fig .priceCap span {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.50s;
    transition: transform 0.50s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
.propWidget-1 .fig .figCap .address {
    font-size: 11px;
    font-style: italic;
    padding-top: 2px;
}
.no-touch .propWidget-1 .fig .figCap .address {
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
    opacity: 0;
}
.propWidget-1 .fig .figCap .feat {
    float: left;
    margin-right: 20px;
    font-size: 11px;
    line-height: 12px;
    opacity: 0.8;
    padding: 10px 0 0 0;
}
.no-touch .propWidget-1 .fig .figCap .feat {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0,400%,0);
    transform: translate3d(0,400%,0);
}
.no-touch .propWidget-1:hover .fig .figType {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.no-touch .propWidget-1:hover .fig .figCap h3,
.no-touch .propWidget-1:hover .fig .figCap .address,
.no-touch .propWidget-1:hover .fig .figCap .feat {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
}
.no-touch .propWidget-1:hover .fig .priceCap {
    opacity: 1;
}
.no-touch .propWidget-1:hover .fig .priceCap span {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.no-touch .propWidget-1:hover .fig .figCap .feat {
    opacity: 0.8;
}
.no-touch .propWidget-1:hover .fig .figCap > .address {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.no-touch .propWidget-1:hover .fig .figCap > .feat-1 {
    -webkit-transition-delay: 0.20s;
    transition-delay: 0.20s;
}
.no-touch .propWidget-1:hover .fig .figCap > .feat-2 {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.no-touch .propWidget-1:hover .fig .figCap > .feat-3 {
    -webkit-transition-delay: 0.30s;
    transition-delay: 0.30s;
}

/* Property Widget 2 */

.propWidget-2 {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    border-radius: 3px;
}
.propWidget-2 .fig {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.propWidget-2 .fig img {
    width: 100%;
    position: relative;
    display: block;
}
.propWidget-2 .fig img.blur {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    filter: url('../images/blur.svg#blur');
    filter: blur(2px);
    /*-webkit-filter: blur(2px);*/
    -moz-filter: blur(2px);
    display: none;
}
.no-touch .propWidget-2 .fig img.blur {
    display: block;
}
.propWidget-2 .fig .opac {
    display: block;
    background-color: rgba(0,0,0,0.30);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.no-touch .propWidget-2 .fig div.opac {
    display: none;
}
.no-touch .propWidget-2 .fig img.blur {
     -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
.no-touch .propWidget-2:hover .fig > img.blur {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}
.propWidget-2 .fig .figType {
    background-color: #eab134;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
    position: absolute;
    top: 15px;
    left: 50%;
    text-transform: uppercase;
    z-index: 3;
    margin-left: -27px;
}
.no-touch .propWidget-2 .fig .figType {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.no-touch .propWidget-2:hover .fig .figType {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.propWidget-2 .fig h3 {
    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    margin: 0;
    padding: 0 20px 0 20px !important;
    position: absolute;
    z-index: 3;
    top: 48%;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
}
.no-touch .propWidget-2 .fig h3 {
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    opacity: 0;
    top: 50%;
}
.no-touch .propWidget-2:hover .fig h3 {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    opacity: 1;
}
.propWidget-2 .fig .address {
    font-size: 11px;
    font-style: italic;
    padding-top: 2px;
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
    color: #fff;
}
.no-touch .propWidget-2 .fig .address {
    -webkit-transition: -webkit-transform 0.60s, opacity 0.60s;
    transition: transform 0.60s, opacity 0.60s;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
    opacity: 0;
    bottom: 50%;
}
.no-touch .propWidget-2:hover .fig .address {
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    opacity: 1;
}
.propWidget-2 .fig .priceCap {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    z-index: 5;
    top: 25%;
    left: 20%;
    right: 20%;
    color: #fff;
    text-align: center;
    width: 60%;
    letter-spacing: -1px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    overflow: hidden;
    padding-bottom: 5px;
}
.no-touch .propWidget-2 .fig .priceCap {
    -webkit-transition: -webkit-transform 0.70s;
    transition: transform 0.70s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.no-touch .propWidget-2 .fig .priceCap span {
    -webkit-transition: -webkit-transform 0.35s, opacity 0.15s;
    transition: transform 0.35s, opacity 0.15s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    opacity: 0;
}
.no-touch .propWidget-2:hover .fig .priceCap {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.no-touch .propWidget-2:hover .fig .priceCap span {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    opacity: 1;
}
.propWidget-2 ul.rating {
    list-style-type: none;
    margin: 0 0 0 -44px;
    padding: 0;
    position: absolute;
    z-index: 6;
    bottom: 20px;
    left: 50%;
}
.propWidget-2 ul.rating li {
    font-size: 12px;
    line-height: 13px;
    float: left;
    margin: 0 2px;
}
.propWidget-2 ul.rating li span {
    color: #fff;
    font-size: 14px;
}
.no-touch .propWidget-2 ul.rating li span {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.no-touch .propWidget-2:hover ul.rating li span {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.no-touch .propWidget-2:hover ul.rating li span.star-1 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-2 {
    -webkit-transition-delay: 0.10s;
    transition-delay: 0.10s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-3 {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-4 {
    -webkit-transition-delay: 0.20s;
    transition-delay: 0.20s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-5 {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

/* Property Widget 3 */

.propWidget-3 {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;
    text-decoration: none;
    overflow: hidden;
    border-radius: 3px;
}
.propWidget-3 .carousel-inner > .item > a > img {
    width: 100%;
}
.propWidget-3 .carousel-indicators {
    bottom: 20px;
    margin-bottom: 0;
}
.propWidget-3 .carousel-indicators {
    line-height: 7px;
    width: 7px;
    height: 7px;
}
.propWidget-3 .carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.propWidget-3 .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    border: 0 none;
    border-radius: 10px;
    line-height: 10px;
}
.propWidget-3 .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1;
    background-color: rgba(255, 255, 255, 1);
    border: 0 none;
}
.propWidget-3 .carousel-caption {
    background-color: rgba(0,0,0,0.30);
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    overflow: hidden;
    height: 70px;
    padding: 0;
}
.no-touch .propWidget-3 .carousel-caption {
    background-color: transparent;
}
.propWidget-3 .carousel-caption img {
    width: 100%;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    filter: url('../images/blur.svg#blur');
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    display: none;
}
.no-touch .propWidget-3 .carousel-caption img {
    display: block;
}
.no-touch .propWidget-3 .carousel-caption img {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0;
}
.no-touch .propWidget-3:hover .carousel-caption img {
    opacity: 1;
}
.propWidget-3 h3 {
    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    z-index: 50;
    top: 15px;
    left: 15px;
    color: #fff;
    width: 100%;
    overflow: hidden;
}
.no-touch .propWidget-3 h3 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.no-touch .propWidget-3:hover h3 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.propWidget-3 .address {
    font-size: 11px;
    font-style: italic;
    position: absolute;
    top: 35px;
    left: 15px;
    width: 100%;
    z-index: 51;
    color: #fff;
    overflow: hidden;
}
.no-touch .propWidget-3 .address {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.no-touch .propWidget-3:hover .address {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.propWidget-3 .priceCap {
    position: absolute;
    z-index: 55;
    left: 0;
    bottom: 0;
    padding: 15px;
    width: 100%;
    color: #fff;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.no-touch .propWidget-3 .priceCap {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.no-touch .propWidget-3:hover .priceCap {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.propWidget-3 .priceCap .price {
    float: left;
    font-size: 16px;
    line-height: 16px;
}
.propWidget-3 .priceCap .type {
    background-color: #eab134;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
    text-transform: uppercase;
    float: right;
}

/* User Widget 1 */

.userWidget-1 {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;
    text-decoration: none;
    overflow: hidden;
    border-radius: 3px;
}
.userWidget-1 .avatar {
    width: 100%;
    height: 80px;
    background-color: #0eaaa6;
    position: relative;
    border-radius: 0;
    position: relative;
}
.userWidget-1 .avatar > img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    top: 40px;
    left: 10px;
    border: 2px solid #fff;
}
.userWidget-1 .avatar .name {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    z-index: 6;
    left: 95px;
    bottom: 5px;
}
.userWidget-1 .avatar .ops {
    position: absolute;
    z-index: 7;
    top: 10px;
    right: 10px;
}
.userWidget-1 .title {
    margin-left: 95px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 13px;
    color: #333;
}
.userWidget-1 .address {
    margin-left: 95px;
    padding-top: 3px;
    font-size: 11px;
    line-height: 11px;
    color: #999;
    font-style: italic;
}
.userWidget-1 .rating {
    width: 45%;
    float: left;
    margin-top: 20px;
    padding: 10px;
    border-top: 1px solid #e8e8e8;
}
.userWidget-1 .rating .number {
    font-size: 30px;
    line-height: 30px;
    float: left;
    letter-spacing: -3px;
}
.userWidget-1 .rating .stars {
    float: left;
    margin-left: 5px;
}
.userWidget-1 .rating .stars ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.userWidget-1 .rating .stars ul li {
    float: left;
    margin-right: 1px;
    line-height: 16px;
}
.userWidget-1 .rating .stars ul li span {
    color: #eab134;
    font-size: 11px;
    line-height: 11px;
}
.userWidget-1 .rating .stars .reviews {
    font-size: 10px;
    color: #999;
    line-height: 10px;
}
.userWidget-1 ul.stats {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    width: 55%;
    float: left;
    border-top: 1px solid #e8e8e8;
}
.userWidget-1 ul.stats li {
    width:33.33333333%;
    float:left;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    color: #999;
    border-left: 1px solid #e8e8e8;
    padding: 11px 0;
}
.userWidget-1 ul.stats li span {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #333;
}

/* User Widget 2 */

.userWidget-2 {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;
    text-decoration: none;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}
.userWidget-2 .avatar {
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 10px;
    float: left;
}
.userWidget-2 .avatar > img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.userWidget-2 .info {
    float: left;
    padding: 18px 0;
    max-width: 70%;
}
.userWidget-2 .info .name {
    color: #0eaaa6;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    letter-spacing: -1px;
}
.userWidget-2 .info .title {
    font-size: 12px;
}
.userWidget-2 .info .address {
    font-size: 11px;
    line-height: 11px;
    color: #999;
    font-style: italic;
}
.userWidget-2 .ops {
    position: absolute;
    z-index: 7;
    top: 24px;
    right: 10px;
}

/* Tabs Widget 2 */

/*.tabsWidget {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;
    text-decoration: none;
    border-radius: 3px;
    height: 283px;
}*/
.nav-tabs, .nav-tabs.nav-justified {
    border-bottom: none;
    /*background-color: #e8e8e8;*/
}
.nav-tabs.nav-justified > .active > a,
.no-touch .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 0 none;
}
.nav-tabs > li {
    text-align: center;
    margin-bottom: 0;
}
.tabsWidget .nav-tabs > li {
    /*width: 50%;*/
	width: 33.3%;
	border: 1px solid #ddd;
}
.nav-tabs > li.active {
    background-color: #fff;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0 none;
    border-radius: 0;
    color: #999;
    font-size: 12px;
    padding: 15px 0;
    background-color: #e8e8e8;
    border-bottom: 1px solid #d9d9d9;
}
.no-touch .nav-tabs > li > a:hover {
    border-color: transparent;
    background-color: transparent;
    color: #333;
    border-bottom: 1px solid #d9d9d9;
}
.nav-tabs > li.active > a,
.no-touch .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #0eaaa6;
    cursor: default;
    background-color: #fff;
    border: 0 none;
    border-bottom: 1px solid #fff;
}
.tabsWidget .tab-pane {
    padding: 0;
}
.tabsWidget ul.propList, .tabsWidget ul.userList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tabsWidget ul.propList li a, .tabsWidget ul.userList li a {
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0;
    margin: 0 15px;
    display: block;
}
.tabsWidget ul.propList li:last-child a, .tabsWidget ul.userList li:last-child a {
    border-bottom: 0 none;
}
.tabsWidget ul.propList li a .image {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    float: left;
    text-align: center;
    overflow: hidden;
}
.tabsWidget ul.userList li a .image {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    float: left;
}
.tabsWidget ul.propList li a .image img {
    height: 60px;
    width: auto;
}
.tabsWidget ul.userList li a .image img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
.tabsWidget ul.propList li a .info, .tabsWidget ul.userList li a .info {
    float: left;
    margin-left: 10px;
    max-width: 70%;
    padding-top: 7px;
    overflow: hidden;
}
.tabsWidget ul.propList li a .info .name, .tabsWidget ul.userList li a .info .name {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: -1px;
}
.no-touch .tabsWidget ul.propList li a:hover .info .name, .no-touch .tabsWidget ul.userList li a:hover .info .name {
    color: #0eaaa6;
}
.tabsWidget ul.propList li a .info .price {
    font-size: 14px;
    line-height: 22px;
}
.tabsWidget ul.propList li a .info .price .badge {
    background-color: #eab134;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: normal;
}
.tabsWidget ul.propList li a .info .address, .tabsWidget ul.userList li a .info .address {
    font-size: 11px;
    line-height: 13px;
    color: #999;
    font-style: italic;
}
.tabsWidget ul.userList li a .info .title {
    font-size: 12px;
    line-height: 14px;
    color: #333;
}

/* Calendar Widget */

.calendarWidget {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;
    text-decoration: none;
    border-radius: 3px;
    height: 283px;
}
.cal {
    font-size: 12px;
}
.cal .clndr .clndr-controls {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding: 15px 0 5px 0;
}
.cal .clndr .clndr-controls .month {
    float: left;
    width: 60%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
}
.cal .clndr .clndr-controls .clndr-control-button {
    float: left;
    width: 20%;
    padding-left: 6px;
    font-size: 18px;
    line-height: 18px;
    color: #999;
}
.cal .clndr .clndr-controls .clndr-control-button.rightalign {
    text-align: right;
    width: 20%;
    padding-right: 6px;
}
.cal .clndr .clndr-controls .clndr-control-button .clndr-next-button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 0 10px;
}
.no-touch .cal .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
    color: #333;
}
.cal .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive {
    opacity: 0.5;
}
.no-touch .cal .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
    background: none;
    cursor: default;
}
.cal .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 0 10px;
}
.no-touch .cal .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
    color: #333;
}
.cal .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
    opacity: 0.5;
}
.no-touch .cal .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
    background: none;
    cursor: default;
}
.cal .clndr .clndr-table {
    table-layout: fixed;
    width: 100%;
}
.cal .clndr .clndr-table .header-days {
    height: 30px;
    font-size: 10px;
    background: #fff;
}
.cal .clndr .clndr-table .header-days .header-day {
    vertical-align: middle;
    text-align: center;
    color: #999;
}
.cal .clndr .clndr-table tr {
    height: 36px;
}
.cal .clndr .clndr-table tr td {
    vertical-align: top;
}
.cal .clndr .clndr-table tr .day {
    height: inherit;
}
.no-touch .cal .clndr .clndr-table tr .day:hover {
    cursor: default;
}
.cal .clndr .clndr-table tr .day.today .day-contents {
    background: #ea3d36;
    color: #fff;
}
.cal .clndr .clndr-table tr .day.event .day-contents {
    cursor: pointer;
}
.cal .clndr .clndr-table tr .day.event .day-contents span {
    display: block;
    position: absolute;
    color: #0eaaa6;
    width: 100%;
    text-align: center;
    line-height: 6px;
    font-size: 6px;
    left: 0;
    bottom: 3px;
}
.cal .clndr .clndr-table tr .day.today.event .day-contents span {
    color: #fff;
}
.cal .clndr .clndr-table tr .day.event .tooltip.top {
    margin-top: 8px;
}
.cal .clndr .clndr-table tr .day.event .tooltip.top .tooltip-arrow {
    border-top-color: #0eaaa6;
}
.cal .clndr .clndr-table tr .day.event .tooltip .tooltip-inner {
    background-color: #0eaaa6;
}
.cal .clndr .clndr-table tr .day .day-contents {
    box-sizing: border-box;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    width: 36px;
    margin: 0 auto;
    height: 36px;
    border-radius: 50%;
    position: relative;
}
.cal .clndr .clndr-table tr .empty,
.cal .clndr .clndr-table tr .adjacent-month {
    width: 100%;
    height: inherit;
    color: #bbbbbb;
}

/* Comments Widget */

.commentsWidget {
    display: block;
    margin-bottom: 20px;
}
.commentsWidget h5 {
    padding-bottom: 5px;
}
.commentsWidget h5 .badge {
    background-color: #0eaaa6;
    font-weight: normal;
}
.commentsWidgetForm .cfAvatar {
    padding: 0;
}
.commentsWidgetForm .commentsForm {
    padding: 1px 0px 0 53px;
}

/* Notifications Widget */

.notificationsWidget {
    display: block;
    margin-bottom: 20px;
}
.notificationsWidget h5 {
    padding-bottom: 5px;
}
.notificationsWidget h5 .badge {
    background-color: #0eaaa6;
    font-weight: normal;
}
.notificationsWidget .notification {

}
.notificationsWidget .notification .time {
    position: relative;
    float: left;
    width: 140px;
}
.notificationsWidget .notification .time .timeBody {
    position: absolute;
    background-color: #333;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    border-radius: 2px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    padding: 6px 0;
    top: 18px;
    color: #fff;
}
.notificationsWidget .notification .time .timeArrow {
    position: absolute;
    top: 16px;
    left: 139px;
    width: 16px;
    height: 16px;
    color: #333;
    font-size: 30px;
    line-height: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.13);
}
.notificationsWidget .notification .time .indicator {
    position: absolute;
    top: 24px;
    left: 152px;
    width: 12px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    background-color: #f3f3f3;
}
.notificationsWidget .notification .time.green .timeBody {
    background-color: #0eaaa6;
}
.notificationsWidget .notification .time.blue .timeBody {
    background-color: #1d82aa;
}
.notificationsWidget .notification .time.magenta .timeBody {
    background-color: #9b156e;
}
.notificationsWidget .notification .time.red .timeBody {
    background-color: #ea3d36;
}
.notificationsWidget .notification .time.yellow .timeBody {
    background-color: #eab134;
}
.notificationsWidget .notification .time.green .timeArrow,
.notificationsWidget .notification .time.green .indicator {
    color: #0eaaa6;
}
.notificationsWidget .notification .time.blue .timeArrow,
.notificationsWidget .notification .time.blue .indicator {
    color: #1d82aa;
}
.notificationsWidget .notification .time.magenta .timeArrow,
.notificationsWidget .notification .time.magenta .indicator {
    color: #9b156e;
}
.notificationsWidget .notification .time.red .timeArrow,
.notificationsWidget .notification .time.red .indicator {
    color: #ea3d36;
}
.notificationsWidget .notification .time.yellow .timeArrow,
.notificationsWidget .notification .time.yellow .indicator {
    color: #eab134;
}
.notificationsWidget .notification .time .notifyArrow {
    position: absolute;
    top: 16px;
    left: 165px;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.13);
}
.notificationsWidget .notification .notifyContent {
    margin-left: 156px;
    padding: 10px 0 10px 17px;
    border-left: 1px solid #999;
}
.notificationsWidget .notification .notifyContent .notifyBody {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    border-radius: 2px;
    padding: 10px;
}
.notificationsWidget .notification .notifyContent .notifyBody .notify .name {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding-top: 8px;
}
.notificationsWidget .notification .notifyContent .notifyBody .notify .message {
    font-size: 12px;
    color: #333;
    line-height: 16px;
}

/* Components */

.components {
    padding: 20px;
}
.panel.dd {
    border: 0 none;
}
.panel.dd .panel-collapse {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
}
.panel.dd .panel-body {
    font-size: 13px;
}
.tabsContainer {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;
}
.tab-pane {
    padding: 15px;
    font-size: 13px;
}
.breadcrumb {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    font-size: 13px;
    border-radius: 2px;
    padding: 15px;
}
.breadcrumb > li .badge {
    background-color: #999;
}
.breadcrumb > li.active .badge {
    background-color: #333;
}
.pagination {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    border-radius: 2px;
}
.pagination > li > a,
.pagination > li > span {
    color: #999;
    background-color: #fff;
    border: 1px solid #fff;
    margin-left: 0;
}
.no-touch .pagination > li > a:hover,
.no-touch .pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #333;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}
.pagination > .active > a,
.pagination > .active > span,
.no-touch .pagination > .active > a:hover,
.no-touch .pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0eaaa6;
    border-color: #0eaaa6;
}
.labelsContainer {
    margin-bottom: 20px;
}
.labelsContainer .label {
    margin-bottom: 5px;
}
.label-green {
    background-color: #0eaaa6;
}
.no-touch .label-green[href]:hover,
.label-green[href]:focus {
    background-color: #068b85;
}
.label-red {
    background-color: #ea3d36;
}
.no-touch .label-red[href]:hover,
.label-red[href]:focus {
    background-color: #d22a2a;
}
.label-blue {
    background-color: #1d82aa;
}
.no-touch .label-blue[href]:hover,
.label-blue[href]:focus {
    background-color: #086492;
}
.label-yellow {
    background-color: #eab134;
}
.no-touch .label-yellow[href]:hover,
.label-yellow[href]:focus {
    background-color: #dfa412;
}
.label-magenta {
    background-color: #9b156e;
}
.no-touch .label-magenta[href]:hover,
.label-magenta[href]:focus {
    background-color: #7e115f;
}
.badgesContainer {
    margin-bottom: 20px;
}
.badgesContainer .badge {
    margin-bottom: 5px;
}
.badge.badge-default {
    background-color: #777;
}
.badge.badge-primary {
    background-color: #428bca;
}
.badge.badge-success {
    background-color: #5cb85c;
}
.badge.badge-info {
    background-color: #5bc0de;
}
.badge.badge-warning {
    background-color: #f0ad4e;
}
.badge.badge-danger {
    background-color: #d9534f;
}
.badge.badge-green {
    background-color: #0eaaa6;
}
.badge.badge-red {
    background-color: #ea3d36;
}
.badge.badge-blue {
    background-color: #1d82aa;
}
.badge.badge-yellow {
    background-color: #eab134;
}
.badge.badge-magenta {
    background-color: #9b156e;
}
.alert {
    padding: 15px 15px 15px 63px;
    margin-bottom: 20px;
    border: 0 none;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    min-height: 52px;
	z-index: 1050;
	text-align: center;
    font-size: 17px;
    position: relative;
	width: 50%;
	margin: auto;
}
.alert-dismissable .close, .alert-dismissible .close {
    right: 0;
}
.alert > .icon {
    position: absolute;
    z-index: 1;
    left: 0;
    padding: 15px;
    bottom: 0;
    top: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    min-width: 48px;
    text-align: center;
}
.alert.alert-success > .icon {
    background-color: #5cb85c;
}
.alert.alert-info > .icon {
    background-color: #5bc0de;
}
.alert.alert-warning > .icon {
    background-color: #f0ad4e;
}
.alert.alert-danger > .icon {
    background-color: #d9534f;
}
.progress-bar-green {
  background-color: #0eaaa6;
}
.progress-striped .progress-bar-green {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-red {
    background-color: #ea3d36;
}
.progress-striped .progress-bar-red {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-blue {
    background-color: #1d82aa;
}
.progress-striped .progress-bar-blue {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow {
    background-color: #eab134;
}
.progress-striped .progress-bar-yellow {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-magenta {
    background-color: #9b156e;
}
.progress-striped .progress-bar-magenta {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.tooltipsContainer {
    margin-bottom: 20px;
}
.tooltipsContainer .btn {
    margin-bottom: 5px;
}

/* Lists */

.lists {
    padding: 20px;
}
.icon-fade {
    color: #999;
}
a.list-group-item .arrow {
    float: right;
    font-size: 18px;
    line-height: 19px;
    margin-left: 10px;
}
.list-group.list-group-sortable .list-group-item {
    margin-bottom: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    border: 0 none;
    border-radius: 2px;
    cursor: default;
}
.list-group.list-group-sortable .list-group-item.list-group-item-placeholder {
    box-shadow: none;
    border: 1px dotted #bfbfbf;
    background-color: transparent;
    padding: 20px;
}
.list-group.list-group-sortable .list-group-item .icon-fade {
    margin-right: 5px;
    cursor: move;
}
.list-group.list-group-sortable .list-group-item.ui-sortable-helper {
    border-left: 4px solid #999;
    opacity: 0.70;
}
.list-group.list-group-sortable .list-group-item.ui-sortable-helper.helper-green {
    border-left: 4px solid #0eaaa6;
}
.list-group.list-group-sortable .list-group-item.ui-sortable-helper.helper-red {
    border-left: 4px solid #ea3d36;
}
.list-group.list-group-sortable .list-group-item.ui-sortable-helper.helper-blue {
    border-left: 4px solid #1d82aa;
}
.list-group.list-group-sortable .list-group-item.ui-sortable-helper.helper-yellow {
    border-left: 4px solid #eab134;
}
.list-group.list-group-sortable .list-group-item.ui-sortable-helper.helper-magenta {
    border-left: 4px solid #9b156e;
}
.list-group .list-group-item a.icon-action {
    display: block;
    padding: 0 5px;
    text-align: center;
    line-height: 22px;
}
.list-ns-placeholder {
    border: 1px dotted #bfbfbf;
    background-color: transparent;
}
.list-ns-error {
    border: 1px dotted #ea3d36;
    background-color: transparent;
}
ol {
    margin: 0;
    padding: 0;
    padding-left: 30px;
}
ol.list-ns, ol.list-ns ol {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
}
ol.list-ns {
    margin: 0;
}
.list-ns li {
    margin: 5px 0 0 0;
    padding: 0;
    border-radius: 2px;
}
.list-ns li div  {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    border: 0 none;
    border-radius: 2px;
    cursor: default;
    background-color: #fff;
    padding: 10px 15px;
    margin: 0;
}
.list-ns li.list-ns-branch div {
}
.list-ns li.list-ns-leaf div {
}
li.list-ns-collapsed.list-ns-hovering div {
}
.disclose {
    display: none;
    padding: 0 7px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
}
.list-ns li.list-ns-collapsed > ol {
    display: none;
}
.list-ns li.list-ns-branch > div > .disclose {
    display: inline-block;
}
.list-ns li.list-ns-collapsed > div > .disclose > span:before {
    font-family: FontAwesome;
    content: "\f105";
}
.list-ns li.list-ns-expanded > div > .disclose > span:before {
    font-family: FontAwesome;
    content: "\f107";
}
.list-ns li.ui-sortable-helper {
    border-left: 4px solid #999;
}
.list-ns li.ui-sortable-helper.helper-green {
    border-left: 4px solid #0eaaa6;
}
.list-ns li.ui-sortable-helper.helper-red {
    border-left: 4px solid #ea3d36;
}
.list-ns li.ui-sortable-helper.helper-blue {
    border-left: 4px solid #1d82aa;
}
.list-ns li.ui-sortable-helper.helper-yellow {
    border-left: 4px solid #eab134;
}
.list-ns li.ui-sortable-helper.helper-magenta {
    border-left: 4px solid #9b156e;
}
.list-ns li div .list-ns-handler {
    font-size: 14px;
    color: #999;
    display: block;
    line-height: 20px;
    padding: 0 5px;
    cursor: move;
}
.no-touch .list-ns li div .list-ns-handler:hover {
    color: #333;
}

/* Tables */

.tables {
    padding: 20px;
}
.table {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    border-radius: 2px;
    border-spacing: 0;
}
.table > thead > tr {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.table > thead > tr > th {
    background-color: #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    /*font-size: 12px;
    font-weight: normal;*/
    padding: 10px 15px;
	border-right: 2px solid #ddd;
}
.table > thead > tr > th:first-child {
    border-top-left-radius: 2px;
}
.table > thead > tr > th:last-child {
    border-top-right-radius: 2px;
}
.table > tbody > tr > td {
    vertical-align: middle;
    /*padding: 10px 15px;*/
    border-bottom: 1px solid #e8e8e8;
	/*border-right: 2px solid #ddd;*/
}
.table > tbody > tr > td:last-child {
    border-bottom: 0 none;
}
.table > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 2px;
}
.table > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 2px;
}
.table > tbody > tr > td .stars {
    white-space: nowrap;
}
.tableContainer {
    padding: 10px;
}
table.table-secret {
	box-shadow: none;
	border: 0;
	margin-bottom: 0px;
}
table.table-secret tr th, table.table-secret tr td {

}
.mb5 {
    margin-bottom: 5px;
}
.panel .table-overflow {
    margin-bottom: 0;
}
.panel .table {
    margin-bottom: 0;
}
.table > thead > tr > th.tablesorter-headerDesc, .table > thead > tr > th.tablesorter-headerAsc {
    background-color: #333;
    color: #fff;
}
.table > thead > tr > th.tablesorter-headerUnSorted .tablesorter-header-inner .sortIconAsc,
.table > thead > tr > th.tablesorter-headerUnSorted .tablesorter-header-inner .sortIconDesc {
    display: none;
}
.table > thead > tr > th.tablesorter-headerDesc .tablesorter-header-inner .sortIconAsc,
.table > thead > tr > th.tablesorter-headerDesc .tablesorter-header-inner .sortIcon {
    display: none;
}
.table > thead > tr > th.tablesorter-headerAsc .tablesorter-header-inner .sortIconDesc,
.table > thead > tr > th.tablesorter-headerAsc .tablesorter-header-inner .sortIcon {
    display: none;
}

/* Form */

.checkbox.switch  {
    padding-top: 4px;
}
.checkbox.custom-checkbox input[type="checkbox"],
.radio.custom-radio input[type="radio"],
.checkbox.switch input[type="checkbox"] {
    position: absolute;
    left: -9999em;
}
.checkbox.custom-checkbox label,
.radio.custom-radio label,
.checkbox.switch label {
    padding-left: 0;
}
.checkbox.custom-checkbox span,
.radio.custom-radio span {
    background-color: #fff;
    border: 1px solid #999;
    font-size: 10px;
    line-height: 10px;
    padding: 3px;
    border-radius: 2px;
    float: left;
    margin-right: 5px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.radio.custom-radio span {
    border-radius: 50%;
    line-height: 9px;
}
.checkbox.custom-checkbox input:checked+span,
.radio.custom-radio input:checked+span {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox.custom-checkbox input[disabled]+span,
fieldset[disabled] .checkbox.custom-checkbox input+span,
.radio.custom-radio input[disabled]+span,
fieldset[disabled] .radio.custom-radio input+span {
    border-color: #e8e8e8;
}
.checkbox.custom-checkbox input[disabled]:checked+span,
fieldset[disabled] .checkbox.custom-checkbox input:checked+span,
.radio.custom-radio input[disabled]:checked+span,
fieldset[disabled] .radio.custom-radio input:checked+span {
    border-color: #b9ebb9;
    background-color: #b9ebb9;
}
.checkbox.switch span.cs-place {
    position: relative;
    width: 60px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.checkbox.switch span.cs-handler {
    background-color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    padding: 7px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}
.checkbox.switch input:checked+span.cs-place {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox.switch input:checked+span.cs-place span.cs-handler {
    margin-left: 31px;
    color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox.switch input[disabled]+span.cs-place,
fieldset[disabled] .checkbox.switch input+span.cs-place {
    border-color: #dddddd;
}
.checkbox.switch input[disabled]+span.cs-place span.cs-handler,
fieldset[disabled] .checkbox.switch input+span.cs-place span.cs-handler {
    border-color: #dddddd;
}
.checkbox.switch input:checked[disabled]+span.cs-place,
fieldset[disabled] .checkbox.switch input:checked+span.cs-place {
    border-color: #b9ebb9;
    background-color: #b9ebb9;
}
.checkbox.switch input:checked[disabled]+span.cs-place span.cs-handler,
fieldset[disabled] .checkbox.switch input:checked+span.cs-place span.cs-handler {
    color: #b9ebb9;
    border-color: #b9ebb9;
}
.round {
    border-radius: 100px;
}

/* Sign In | Sign Up */

#page-container {
    height: 100%;
}
body.black {
    background-color: #000;
}
.signLogo {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
}
.signLogo span {
    font-size: 32px;
}
.signOr {
    padding-bottom: 10px;
    text-align: center;
}
.signFooter {
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

/* Profile Page */

.pc-avatar {
    text-align: center;
}
.pc-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    padding: 3px;
}
.pc-name {
    text-align: center;
    padding-top: 10px;
}
.pc-email {
    text-align: right;
    padding-top: 34px;
}
.pc-fav {
    text-align: left;
    padding-top: 34px;
}
.pc-stats {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.pc-stats li {
    width: 33.33333333%;
    float: left;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    color: #999;
    border-left: 1px solid #e8e8e8;
    padding: 11px 0;
}
.pc-stats li:last-child {
    border-right: 1px solid #e8e8e8;
}
.pc-stats li span {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #333;
}
.pc-title {
    font-size: 16px;
    padding-bottom: 15px;
}
.pb10 {
    padding-bottom: 10px;
}
.pc-social {
    padding-top: 15px;
}
.pc-about {
    padding: 0 0 10px 0;
    font-size: 16px;
}
.testim-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}
.testim {
    margin-left: 70px;
}
.testim-text {
    font-size: 11px;
    color: #999;
    font-style: italic;
    padding-bottom: 5px;
}
.testim-name {
    font-size: 12px;
    font-weight: bold;
}
.mb20 {
    margin-bottom: 20px;
}

/* Homepage */

#hero-container {
    background-color: #000;
    height: 600px;
    position: relative;
}
#hero-container-map {
    background-color: #fff;
    height: 600px;
    position: relative;
}
#hero-container-blog {
    height: 600px;
    position: relative;
}
#home-map {
    width: 100%;
    height: 600px;
}
.home-header {
    position: fixed;
    width: 100%;
	/*padding: 10px 20px 4px 20px;*/
	padding:7px;
	margin-right: auto;
	margin-left: auto;
	/*padding-left: 50px;*/
	padding-right: 10px;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 1030;
    background: -moz-linear-gradient(top,  #fff 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff 0%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff 0%,#fff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff 0%,#fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	/*background: #fff;*/
	min-height: 50px;
	/*margin-bottom: 20px;*/
	/*border-bottom: 1px solid #e7e7e7;*/
}
.home-header.map {
    background: rgba(0, 0, 0, 0.50);
}
.home-logo {
    color: #fff;
    font-size: 20px;
    float: left;
}
.home-logo span {
    font-size: 34px;
}
.home-nav {
    float: right;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.home-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.home-nav ul li {
    float: left;
    margin-left: 20px;
    padding-top: 9px;
}
.home-nav ul li:nth-child(1) {
    padding-top: 0;
}
.home-nav ul li:nth-child(2) {
    padding-top: 0;
}
.home-nav ul li:last-child {
    padding-top: 0;
}
.home-nav ul li a {
    color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.no-touch .home-nav ul li a:hover {
   color: #fff;
}
.home-caption {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 200px;
    left: 0;
}
.home-title {
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.home-subtitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding-bottom: 20px;
    font-weight: bold;
}
.search-panel {
    background-color: rgba(0, 0, 0, 0.50);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 20px 20px 0 20px;
}
.search-panel form {
    text-align: center;
}
.search-panel .form-group {
    margin: 0 5px 20px 5px;
    position: relative;
}
.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #dfdfdf;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 13px;
    padding: 5px 0;
    margin: 2px 0 0;
}
.pac-item {
    cursor: pointer;
    padding: 10px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.42857143;
    text-align: left;
    border-top: 0 none;
    font-size: 13px;
    color: #333;
    font-weight: normal;
}
.no-touch .pac-item:hover {
    color: #333;
    text-decoration: none;
    background-color: #f3f3f3;
}
.pac-icon {
    display: none;
}
.pac-item-query {
    color: #333;
}
.pac-container:after{
    content:"";
    padding:1px 1px 1px 0;
    height:16px;
    text-align:right;
    display:block;
    background: url(https://developers.google.com/maps/documentation/places/images/powered-by-google-on-white.png) no-repeat center right;
}
body.no-hidden {
    overflow: auto;
}
a.home-navHandler {
    float: right;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: rgba(107, 140, 107, 0.82);
    padding: 5px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
a.home-navHandler.active {
    text-shadow: 0 0 10px #fff;
}
.no-touch a.home-navHandler:hover {
    text-decoration: none;
    color: rgba(107, 140, 107, 0.82);
}
.highlight {
    background-color: #0eaaa6;
    padding: 30px;
    text-align: center;
}
.h-title {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 10px;
}
.h-text {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    padding: 0 30%;
}
.home-wrapper {
    width: 1140px;
    margin: 0 auto;
    padding: 40px 20px;
}
.home-wrapper-p {width: 1140px;margin: 0 auto;padding: 0px 10px;}
.home-content h2 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
}
.home-content h2.h-r {
    text-align: right;
}
.s-menu-item {
    height: 260px;
    overflow: hidden;
    position: relative;
    background: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    border-radius: 3px;
}
.s-menu-item:last-child {
    margin-right: 0px;
}
.s-menu-item a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.s-icon {
    font-size: 60px;
    color: #0eaaa6;
    opacity: 0.8;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.s-content {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
h2.s-main {
    color: #0eaaa6;
    font-size: 30px;
    color: 333;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
h3.s-sub {
    text-align:center;
    font-size: 13px;
    color: #999;
    position: absolute;
    bottom: 20px;
    line-height: 16px;
    width: 100%;
    left: 0px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.no-touch .s-menu-item:hover {
    background-color: #0eaaa6;
    z-index:999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.no-touch .s-menu-item:hover .s-icon {
    color: #fff;
    font-size: 90px;
    opacity:0.3;
    -webkit-animation: smallToBig 900ms alternate ease;
    -moz-animation: smallToBig 900ms alternate ease;
    -ms-animation: smallToBig 900ms alternate ease;
}
.no-touch .s-menu-item:hover .s-main {
    color: #fff;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}
.no-touch .s-menu-item:hover .s-sub {
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes smallToBig {
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig {
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig {
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
.pb40 {
    padding-bottom: 40px;
}
.agent {
    text-align: center;
    margin-bottom: 20px;
}
.agent-avatar {
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}
.agent-avatar img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.agent-avatar .ring {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #fff;
    opacity: 0.50;
    display: none;
}
.no-touch .agent-avatar .ring {
    display: block;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.no-touch .agent-avatar:hover .ring {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.agent-name {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 0;
}
.agent-contact {
    padding-top: 10px;
}
.carousel-inner > .item > img.home-testim-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
}
.home-testim {
    margin-left: 120px;
    padding-top: 10px;
}
.home-testim-text {
    font-size: 16px;
    color: #999;
    font-style: italic;
    padding-bottom: 5px;
}
.home-testim-name {
    font-size: 16px;
    font-weight: bold;
}
#home-testimonials .carousel-inner {
    width: 70%;
    margin: 0 auto;
}

/* Blog */

.featured.carousel {
    height: 600px;
    background: #000;
}
.featured.carousel .carousel-inner {
    height: 100%;
}
.featured.carousel .carousel-inner .item {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
}
.featured.carousel .carousel-inner .item .carousel-caption {
    bottom: auto;
    top: 160px;
    padding-top: 0;
}
.featured.carousel .carousel-inner .item .carousel-caption .carousel-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 11px;
    padding-bottom: 20px;
}
.featured.carousel .carousel-inner .item .container {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
}
.featured.carousel .carousel-inner .item .carousel-caption .caption-title {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 46px;
}
.featured.carousel .carousel-inner .item .carousel-caption .caption-subtitle {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    line-height: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.avatar-caption {
    position: absolute;
    z-index: 10;
    left: 7%;
    bottom: 50px;
}
.avatar-caption img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
}
.ac-user {
    float: left;
    margin-left: 7px;
    color: #fff;
}
.ac-name {
    padding-top: 3px;
    font-size: 14px;
}
.ac-title {
    font-size: 9px;
    text-transform: uppercase;
    opacity: 0.80;
    letter-spacing: 1px;
}
.blog-nav {
    float: right;
    margin-right: 5px;
}
.blog-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}
.blog-nav ul li {
    float: left;
    margin-left: 20px;
    padding-top: 9px;
}
.blog-nav ul li a {
    color: #fff;
}
.no-touch .blog-nav ul li a:hover {
    color: #fff;
}
a.toggle-search {
    color: #fff;
    font-size: 18px;
    float: right;
    padding: 9px;
    line-height: 18px;
    display: block;
}
a.toggle-search.active {
    text-shadow: 0 0 10px #fff;
}
a.toggle-search:hover {
    color: #fff;
}
.blog-search {
    background-color: #333;
    height: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.blog-search.active {
    height: 72px;
}
.blog-search input {
    width: 100%;
    text-align: center;
    border: 1px solid #333;
    background-color: #333;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin: 20px 0;
    -webkit-appearance: none;
}
.blog-content {
    background-color: #f3f3f3;
}
.blog-content h2 {
    margin: 0;
    padding: 0 0 30px 0;
    font-size: 22px;
    line-height: 22px;
    text-align: left;
}
.blog-content h2.h-r {
    text-align: right;
}
.article {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
    height: 440px;
    position: relative;
}
.article .image {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.no-touch .article .image img {
    -webkit-transition: -webkit-transform 1.0s;
    transition: transform 1.0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.no-touch .article:hover .image img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.article .image img {
    width: 100%;
    height: auto;
    margin-top: -10%;
}
.article-category {
    padding: 15px 20px 10px 20px;
}
.article-category a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 11px;
    font-weight: bold;
}
.article h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0 20px;
    line-height: 26px;
}
.article h3 a {
    color: #333;
}
.no-touch .article h3 a:hover {
    color: #0eaaa6;
}
.article p {
    padding: 10px 20px 20px 20px;
    line-height: 19px;
    color: #999;
}
.article .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    font-size: 12px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.76) 21%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(21%,rgba(255,255,255,0.76)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.76) 21%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.76) 21%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.76) 21%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.76) 21%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.blog-r-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 30px;
    text-align: right;
}
.blog-r-nav li {
    line-height: 14px;
    padding-bottom: 10px;
}
.blog-r-nav li a {
    line-height: 14px;
    font-size: 14px;
}
.blog-tags {
    text-align: right;
}
.blog-tags .label {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
}
.blog-pagination {
    padding-bottom: 30px;
}
.post-author {
    float: left;
    padding-top: 7px;
}
.post-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
}
.pa-user {
    float: left;
    margin-left: 7px;
    color: #333;
}
.pa-name {
    padding-top: 3px;
    font-size: 14px;
}
.pa-title {
    color: #999;
    font-size: 9px;
    text-transform: uppercase;
    opacity: 0.80;
    letter-spacing: 1px;
}
.post-top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}
.post-share {
    float: right;
    text-align: right;
}
.ps-stats {
    font-size: 12px;
    color: #999;
    padding-top: 5px;
}
.ps-stats span {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 20px;
    color: #333;
}
.post-content {
    margin-bottom: 30px;
}
.post-content h2 {
    margin: 0;
    padding: 0 0 30px 0;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
}
.post-content {
    font-size: 14px;
}
blockquote {
    padding: 10px 20px;
    margin: 20px 0;
    font-size: 14px;
    border-left: 2px solid #0eaaa6;
    color: #999;
    font-style: italic;
}
.image-block {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.image-block img {
    width: 100%;
    height: auto;
}
.ib-title {
    width: 60%;
    position: absolute;
    height: 100%;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.ib-title span {
    display: block;
    position: absolute;
    padding: 20px;
    left: 0;
    bottom: 0;
    font-size: 18px;
}
.p-n-articles {
    padding-top: 100px;
}
.p-article {
    width: 48%;
    text-align: right;
    float: left;
    margin-right: 2%;
}
.n-article {
    width: 48%;
    text-align: left;
    float: left;
    margin-left: 2%;
}
.pna-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 10px;
    padding-bottom: 10px;
}
.p-n-articles a {
    color: #fff;
    font-size: 17px;
}
.no-touch .p-n-articles a:hover {
    color: #fff;
    text-decoration: underline;
}
.f-pn-articles {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
}
.f-p-article {
    display: block;
    width: 50%;
    float: left;
    text-align: right;
    padding: 20px;
    border-right: 1px solid #e8e8e8;
    position: relative;
}
.f-n-article {
    display: block;
    width: 50%;
    float: left;
    text-align: left;
    padding: 20px;
    position: relative;
}
.fpna-title {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 10px;
    padding-bottom: 10px;
}
.fpna-header {
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #333;
}
.no-touch .f-p-article:hover .fpna-header, .no-touch .f-n-article:hover .fpna-header {
    color: #0eaaa6;
}
.f-p-article .fpna-header {
    margin-left: 30px;
}
.f-n-article .fpna-header {
    margin-right: 30px;
}
.pn-icon {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    top: 50%;
    margin-top: -18px;
}
.f-p-article .pn-icon {
    left: 20px;
}
.f-n-article .pn-icon {
    right: 20px;
}
.post-comments {
    padding-bottom: 20px;
}
.commentContent.bg-w {
    border: 1px solid #e8e8e8;
    box-shadow: none;
}
.commentArrow.bg-w {
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.20);
}
.article.bg-w {
    border: 1px solid #e8e8e8;
    box-shadow: none;
}

/* Footer */

.home-footer {
    background-color: #333;
    color: #fff;
}
.footer-header {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 20px;
    color: #c6e4e3;
}
.footer-nav {
    margin: 0;
    padding: 0 0 20px 0;
    list-style-type: none;
}
.footer-nav li {
    line-height: 13px;
    padding-bottom: 7px;
}
.footer-nav li a {
    color: #fff;
}
.no-touch .footer-nav li a:hover {
    color: #999;
}
.footer-nav li.footer-phone {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px;
}
.footer-nav li.footer-address {
    padding-bottom: 15px;
}
.footer-nav li.footer-address p {
    line-height: 13px;
    margin: 0 0 5px;
}
.copyright {
    text-align: left;
    color: #999;
    font-size: 12px;
    padding-top: 30px;
}

/* File input */

.file-input {
    border: 1px solid #dfdfdf;
    padding: 10px;
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
}
.file-input .file-preview {
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.file-preview-frame {
    display: table;
    margin: 0 10px 10px 0;
    height: 150px;
    border: 0 none;
    box-shadow: none;
    padding: 0;
    float: left;
    text-align: center;
}
.no-touch .file-preview-frame:hover {
    box-shadow: none;
    background-color: transparent;
}
.help-block {
    font-size: 11px;
    font-style: italic;
}

/** property detail page css **/

hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #d2d2d2 -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: solid none none;
	border-width: 1px 0 0;
	margin-bottom: 15px;
	margin-top: 15px;
	border-top: 1px solid #ddd;
	clear: both;
}

.headings > h3 {
  font-size: 16px !important;
  margin: 0 !important;
  color: #82888a !important;
  font-weight:600;
}
h3{margin-top:0;}
.desc-head{font-size:}

.headings{
  font-size: 16px !important;
  margin: 0 !important;
  }
  #description {
  font-size:16px;
}
  .searchsummary{padding:20px 11px 0;}
  .col-md-6.list-item {
  padding-left: 0;
}
.col-md-4.list-item {
  padding-left: 0;
}
.col-md-4.rs-colum1 {
  padding-left: 0;
}
.addguest{
padding:20px 11px 0;
}
.col-md-12.rs-colum1 {
  padding-left: 0;
}
.no-touch .prodetail {
  font-size: 16px;

}
.no-touch .labldetail {
  font-size: 16px;
  /*font-weight:600;*/

}
.list-item > li {
  line-height: 27px;
}
.list-item2 > li {
  line-height: 27px;
}

/*.kettle, ._internet_access, ._central_heating, ._linen_provided, ._secure_parking, .private_gardenenclosed{
    position: relative;
}
.kettle:before {
    content: "\f0f5";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	padding-right:8px;
	color:#888;
	font-size:16px;
}

._internet_access:before {
    content:  "\f1eb";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	padding-right:0;
	color:#888;
	font-size:16px;
}

._central_heating:before {
    content:   "\f1de";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	padding-right:4px;
	color:#888;
	font-size:16px;
}

._linen_provided:before {
    content:   "\f20b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	padding-right:4px;
	color:#888;
	font-size:16px;
}
._secure_parking:before {
    content:  "\f1ba";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	padding-right:4px;
	color:#888;
	font-size:16px;
}

.private_gardenenclosed:before {
    content:  "\f1d6";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	padding-right:8px;
	color:#888;
	font-size:16px;
}*/

.cooker {
  background: rgba(0, 0, 0, 0) url("../images/cooker-icon-compressor.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.fridge {
  background: rgba(0, 0, 0, 0) url("../images/fridge.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.freezer{
  background: rgba(0, 0, 0, 0) url("../images/fridge.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.kettle{
background: rgba(0, 0, 0, 0) url("../images/kettle.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.iron{
background: rgba(0, 0, 0, 0) url("../images/iron.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.high_chair{
background: rgba(0, 0, 0, 0) url("../images/high-chair.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.cleaning_services{
background: rgba(0, 0, 0, 0) url("../images/cleaning-icon.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.dvd_player{
background: rgba(0, 0, 0, 0) url("../images/dvd-icon.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.cd_player{
background: rgba(0, 0, 0, 0) url("../images/dvd-icon.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;

}
.internet_access{
background: rgba(0, 0, 0, 0) url("../images/internet-icon.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.hair_dryer{
background: rgba(0, 0, 0, 0) url("../images/hair-dryer.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.ironing_borad{
background: rgba(0, 0, 0, 0) url("../images/ironing-board.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.log_fire{
background: rgba(0, 0, 0, 0) url("../images/log-fire.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.central_heating{
background: rgba(0, 0, 0, 0) url("../images/Central-heating-compressor.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.linen_provided{
background: rgba(0, 0, 0, 0) url("../images/linen-icon.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.gym{
background: rgba(0, 0, 0, 0) url("../images/gym.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.games_room{
background: rgba(0, 0, 0, 0) url("../images/game-icon.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.fan{
background: rgba(0, 0, 0, 0) url("../images/fan.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.dishwasher{
background: rgba(0, 0, 0, 0) url("../images/dishwasher.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.clothes_dryer{
background: rgba(0, 0, 0, 0) url("../images/clothes-dreyer.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.clothes_dryer{
background: rgba(0, 0, 0, 0) url("../images/clothes-dreyer.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.bbq{
background: rgba(0, 0, 0, 0) url("../images/bbq-icon-compressor.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.parking{
background: rgba(0, 0, 0, 0) url("../images/parking.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.private_gardenno_enclosed{
background: rgba(0, 0, 0, 0) url("../images/garden.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.outdoor_poolunheated{
background: rgba(0, 0, 0, 0) url("../images/pool.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.indoor_pool{
background: rgba(0, 0, 0, 0) url("../images/pool-compressor.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.shared_indoor_pool{
background: rgba(0, 0, 0, 0) url("../images/pool.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.childrens_pool{
background: rgba(0, 0, 0, 0) url("../images/pool.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.jacuzzi_or_hot_tub{
background: rgba(0, 0, 0, 0) url("../images/hot-tub.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.jacuzzi_or_hot_tub{
background: rgba(0, 0, 0, 0) url("../images/hot-tub.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.private_tennis_court{
background: rgba(0, 0, 0, 0) url("../images/tennis.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.private_gardenenclosed{
background: rgba(0, 0, 0, 0) url("../images/garden.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.shared_garden{
background: rgba(0, 0, 0, 0) url("../images/garden.png") no-repeat scroll 0 0;
  height: 16px;
  padding-left: 21px;
  width: 16px;
}
.climbing_frame{
background:rgba(0, 0, 0, 0) url("../images/climbing.png") no-repeat scroll 0 0;
  height:16px;
  padding-left:21px;
  width:16px;
}
.shared_tennis_court{
background:rgba(0, 0, 0, 0) url("../images/tennis.png") no-repeat scroll 0 0;
  height:16px;
  padding-left:21px;
  width:16px;
}
.solarium_or_roof_terrace{
background:rgba(0, 0, 0, 0) url("../images/solarium.png") no-repeat scroll 0 0;
  height:16px;
  padding-left:21px;
  width:16px;
}


.balcony_or_terrace{
background:rgba(0, 0, 0, 0) url("../images/balcony.png") no-repeat scroll 0 0;
  height:16px;
  padding-left:21px;
  width:16px;
}
.sea_view{
background:rgba(0, 0, 0, 0) url("../images/balcony.png") no-repeat scroll 0 0;
  height:16px;
  padding-left:21px;
  width:16px;
}
.private_fishing_lake_or_river{
background:rgba(0, 0, 0, 0) url("../images/fishing.png") no-repeat scroll 0 0;
  height:16px;
  padding-left:21px;
  width:16px;
}
.bicycles_available{
background:rgba(0, 0, 0, 0) url("../images/bycycle.png") no-repeat scroll 0 0;
  height:16px;
  padding-left:21px;
  width:16px;
}
.secure_parking{
background:rgba(0, 0, 0, 0) url("../images/parking.png") no-repeat scroll 0 0;
  height:16px;
  padding-left:21px;
  width:16px;
}
.bed-icon{
background:rgba(0, 0, 0, 0) url("../images/bed-icon-compressor.png") no-repeat scroll 50% 50%;
  text-align:center;
  display: block;opacity: 0.45;
}
.rshide {
  display: none;
}
.notavailable {
  color: #888;
  text-decoration: line-through;
}
.rsmain > li {
  line-height: 29px;
}
.clickmore, .clickmore_desc {
  float: right;
  text-align: right;
  color: red;
}

.list-item ul {
  margin-left: 0;
  padding-left: 0;
}
.list-item2 ul {
  margin-left: 0;
  padding-left: 0;
}
.beddet .form-group {
  margin-bottom: 0;
}
.beddet {
  padding: 0 0 0 11px;
}
ul.cardFeat2 {
  margin-left: 0;
  padding-left: 10px;
  border-top:solid 1px #ccc;
  padding-right:10px;
}
.property_discount_code{
	width: 100px;
    height: 100px;
    border-radius: 50px;
	background:#F97827;
	transform: rotate(20deg);
	font-family: "Playfair Display", serif;
	color:#fff;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.property_discount_code .label{
	font-size: 12px;
    padding: 0px;
    font-weight: 600;

    font-family: "Montserrat", serif;

}
.property_discount_code .disclabel{
	margin-top:5px;
}
.property_discount_code span{
	display:block;
	text-align:center;
}
.property_discount_code .percentage{
	font-size: 34px !important;
}

/** property detail page css **/





/* Media Queries */

@media screen and (max-width: 1199px) {
    .home-wrapper {
        width: 100%;
        margin: 0;
    }
     .home-wrapper-p {width: 100%;margin: 0;}
}
@media screen and (max-width: 991px) {
	.home-content h2{
		max-width:250px;
		text-overflow:ellipsis;
	}
	.pg_specialoffer .filter_new.fixed{
		top:60px!important;
	}
    .agentAvatarImg {
        width: 15%;
    }
    .agentAvatar .contactBtn {
        width: 50%;
    }
    .agentAvatar .favBtn {
        width: 50%;
    }
    .home-title {
        font-size: 34px;
        line-height: 38px;
    }
    .featured.carousel .carousel-inner .item .carousel-caption .caption-title {
        font-size: 34px;
        line-height: 40px;
    }
    .blog-content h2.h-r, .home-content h2.h-r {
        text-align: left;
    }
    .blog-r-nav {
        text-align: left;
    }
    .blog-tags .label {
        margin-left: 0;
        margin-right: 5px;
    }
    .blog-tags {
        text-align: left;
    }
	.home-title-new{
		font-size: 40px !important;
	}
	.home-subtitle-new{
		font-size: 18px !important;
	}
	.home-bestprice-title{
		font-size: 26px !important;
	}

	form#prop_search li.mobile_night_li .night_customdiv {
		position: initial;
	}
	form#prop_search .filter_new .filter_ul li {
		padding: 0;
	}
	form#prop_search .filter_new .filter_ul li .selected_div{
		width:100%;
		left:0;
		text-align: center;
		padding:0;
	}
	form#prop_search .filter_new .filter_ul li.filter_li{
		min-width:inherit;
	}
	form#prop_search .filter_new .filter_ul li.filter_li .more_filter{
		padding:0;
		text-align:center;
	}
	form#prop_search .filter_new ul.filter_ul {
		column-gap: 4px;
	}
	form#prop_search .filter_new{
		padding:5px;
	}

}
@media (max-width:360px){
	form#prop_search .filter_new .filter_ul li .selected_div {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
    a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    #header {
        background-color: #0eaaa6;
        height: 50px;
    }
    .search {
        display: none;
    }
    .logo, .logo.expanded {
        position: absolute;
        top: 0;
        left: 50%;
        width: 80px;
        height: 50px;
        margin-left: -40px;
    }
    .logo a, .logo.expanded a {
        width: 70px;
        height: 50px;
    }
    .logo a span.marker, .logo.expanded a span.marker {
        left: 0;
        top: 10px;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .no-touch .logo a:hover span.marker, .no-touch .logo.expanded a:hover span.marker {
        color: rgba(255, 255, 255, 1);
        top: 10px;
    }
    .logo a span.logoText, .logo.expanded a span.logoText {
        top: 14px;
        left: 34px;
    }
    .no-touch .logo a:hover span.logoText, .no-touch .logo.expanded a:hover span.logoText {
        top: 14px;
    }
    .mobAvatar {
        display: block;
    }
    #leftSide {
        top: 50px;
        visibility: hidden;
        opacity: 0;
        margin-left: -87%;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    #leftSide.expanded {
        width: 87%;
        opacity: 1;
        visibility: visible;
        margin-left: 0;
    }
    .closeLeftSide {
        width: 13%;
        position: absolute;
        top: 50px;
        right: 0;
        z-index: 100;
    }
    .expanded .leftNav ul li {
        width: 100%;
    }
    .expanded .leftNav ul li a {
        width: 100%;
    }
    .expanded .leftNav > ul > li > ul {
        width: 100%;
    }
    .headerNotifyWraper {
        display: none;
    }
    .headerUserWraper {
        height: 50px;
    }
    a.headerUser {
        display: none;
    }
    a.navHandler {
        font-size: 24px;
        padding-top: 8px;
        height: 50px;
        width: 50px;
        color: #fff;
    }
    a.mapHandler {
        display: block;
    }
    .no-touch a.mapHandler:hover {
        color: #c6e4e3;
        text-decoration: none;
    }
    a.userHandler {
        display: block;
    }
    .no-touch a.userHandler:hover {
        color: #c6e4e3;
        text-decoration: none;
    }
    .no-touch a.navHandler:hover {
        background-color: transparent;
        color: #c6e4e3;
        text-decoration: none;
    }
    .leftUserWraper {
        display: none;
    }
    .headerUserWraper .dropdown-menu {
        border-radius: 0;
        border: 0 none;
    }
    .userMenu {
        width: 100%;
    }
    #wrapper {
        margin: 50px 0 0 0;
    }
    #mapView {
        width: 100%;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    #content {
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: #f3f3f3;
        width: 0%;
        border-top: 1px solid #e8e8e8;
        float: right;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    #mapView.min, #mapView.mob-min {
        width: 0%;
    }
    #content.max, #content.mob-max {
        width: 100%;
    }
    #mapView.mob-max {
        width: 100%;
    }
    #content.mob-min {
        width: 0%;
    }
    #mapView.mob-min .mapPlaceholder {
        display: none;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
        line-height: 30px;
    }
    .carousel-control .fa-chevron-left {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right {
        margin-right: -15px;
    }
    .leftNav .search {
        background-color: #132120;
        display: block;
        float: none;
        padding: 10px 20px 10px 20px;
    }
    .searchIcon {
        font-size: 16px;
        color: #adc8c7;
        margin-left: 0;
        padding-top: 0;
        line-height: 42px;
    }
    .searchIcon.active {
        color: #fff;
    }
    .search input {
        background-color: #132120;
        color: #fff;
        border: 0 none;
        font-size: 12px;
        margin: 12px 0 0 10px;
        width: 88%;
        padding: 0;
    }
    .search input::-webkit-input-placeholder {
        color: #adc8c7;
    }
    .search input:-moz-placeholder { /* Firefox 18- */
        color: #adc8c7;
    }
    .search input::-moz-placeholder {  /* Firefox 19+ */
        color: #adc8c7;
    }
    .search input:-ms-input-placeholder {
        color: #adc8c7;
    }
    .table {
        margin-bottom: 0;
    }
    .table-overflow {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        margin-bottom: 20px;
    }
    .panel .table-overflow {
        margin-bottom: 0;
    }
    .table > thead > tr > th {
        /*font-size: 10px;*/
    }
    .table > tbody > tr > td {
        /*font-size: 11px;*/
    }
    #hero-container, #hero-container-map {
        height: 592px;
    }
    #home-map {
        height: 592px;
    }
    .home-caption {
        top: 150px;
    }
    .search-panel form {
        text-align: left;
    }
    .home-title {
        font-size: 26px;
        line-height: 30px;
    }
    .featured.carousel .carousel-inner .item .carousel-caption .caption-title {
        font-size: 26px;
        line-height: 30px;
    }
	.leftnavbar{
	    /*left:0;
        position: absolute;
        top: 130px;
        width: 100%;
         display:none;
        overflow: hidden;
        z-index: 1100;
        height: 68px;
        float: none;
        background-color: rgba(0, 0, 0, 0);
		transition: all .2s ease-in-out;*/
	}

	.leftnavbar ul {
        /*position: absolute;*/
        top: 0;
        float: right;
        z-index: 1100;
		width: 100%;
    }

	.leftnavbar ul li {
	    width: 100%;
		background-color: rgba(107, 140, 107, 0.82);
		text-align: center;
		/*border-bottom: 1px solid #e7e7e7;*/
	 }
	 div.leftnavbar ul li a:hover{background-color:rgba(60,63,64,0.9) !important;}
	.leftnavbar.active {
        /*background-color: rgba(0, 0, 0, 0.50);*/
		 display:block;
    }
    .leftnavbar.active ul {

    }
    .home-nav {
    left:0;
        position: absolute;
        top: 76px;
        width: 100%;
        display:none;
        overflow: hidden;
        z-index: 1100;
        height: 76px;
        float: none;
        background-color: rgba(0, 0, 0, 0);
    }
    .home-nav ul {
       position: absolute;
        top: 0;

        float: right;

        width:100%
        z-index: 1100;
    }
    .home-nav.active {
        background-color: rgba(0, 0, 0, 0.50);
		display:block;
    }
    .home-nav.active ul {

    }

	.home-nav ul li {
			float: left;
			margin-left: 12px;
			padding-top: 17px !important;
    }
    .blog-nav {
        position: absolute;
        top: 76px;
        width: 100%;
        right: 0;
        overflow: hidden;
        z-index: 1100;
        float: none;
        max-height: 0;
        background-color: #333;
        margin-right: 0;
        padding: 0;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .blog-nav.active {
        max-height: 200px;
    }
    .blog-nav ul {
        float: none;
        padding: 10px 0;
    }
    .blog-nav.active ul {
        margin-right: 0;
    }
    .blog-nav ul li {
        padding: 10px 20px;
        float: none;
        text-align: right;
    }
    .h-text {
        padding: 0;
    }
    #home-testimonials .carousel-inner {
        width: 100%;
        margin: 0;
    }
    .home-testim-avatar {
        width: 60px;
        height: 60px;
    }
    .home-testim {
        margin-left: 70px;
        padding-top: 0;
    }
    .home-testim-text {
        font-size: 13px;
    }
    .home-testim-name {
        font-size: 13px;
    }
    .featured.carousel .carousel-inner .item .carousel-caption .caption-subtitle {
        font-size: 12px;
    }
    .carousel-caption {
        left: 5%;
        right: 5%;
    }
    .p-n-articles a {
        font-size: 14px;
    }
    .pna-title {
        font-size: 9px;
        line-height: 9px;
        letter-spacing: 1px;
    }
    .post-author {
        float: none;
        margin-bottom: 20px;
    }
    .post-share {
        float: none;
        text-align: left;
    }
    .ib-title {
        width: 90%;
    }
    .ib-title span {
        font-size: 16px;
        line-height: 20px;
        padding: 10px;
    }
    .f-p-article {
        float: none;
        border-right: 0 none;
        border-bottom: 1px solid #e8e8e8;
        width: 100%;
    }
    .f-n-article {
        float: none;
        width: 100%;
    }
    .fpna-header {
        font-size: 14px;
        line-height: 18px;
    }
    .notificationsWidget .notification .time {
        width: 0;
    }
    .notificationsWidget .notification .time .indicator {
        left: -5px;
    }
    .notificationsWidget .notification .time .notifyArrow {
        left: 9px;
    }
    .notificationsWidget .notification .notifyContent {
        margin-left: 0;
    }
    .notificationsWidget .notification .notifyContent .notifyBody .notify .name {
        padding-top: 5px;
    }
    .notificationsWidget .notification .notifyContent .notifyBody .notify .message {
        line-height: 24px;
    }
    .notificationsWidget .notification .notifyContent .notifyBody .notify .name .label {
        display: inline !important;
    }
	.wizard > .steps > ul > li {
		width: 20% ! important;
	}
	.wizard > .content{
		min-height: 65em ! important;
	}
	#wizard-p-1,#wizard-p-2{
		overflow: scroll;
	}
	#mapdiv{
		display:none;
	}
	.select_check_form{
		width: 25% ! important;
	}
	.orderdrop,.perpagedrop{
		width: 95% ! important;
	}
	.extramatglef{
		margin-left: -10px ! important;
	}
	.home-title-new{
		font-size: 32px !important;
	}
	.home-subtitle-new{
		font-size: 14px !important;
	}
	.home-bestprice-title{
		font-size: 19px !important;
	}
	.search-panel-new-pos{
		bottom: 14% !important;
	}
	.form-grp-nights-dropdown{
		margin: 0 5px 58px 5px !important;
	}
	.form-grp-guests-dropdown{
		margin: 0 5px 58px 5px !important;
	}
	.select-date-marker{
		width: 5% !important;
	}
	.select-nights-dropdown{
		width: 95% !important;
	}
	.select-guests-dropdown{
		width: 95% !important;
	}
	.select-prop-nights-dropdown{
		border: 1px solid #dfdfdf;
	}
	.select-prop-guests-dropdown{
		border: 1px solid #dfdfdf;
	}
}
@media screen and (max-width: 480px) {
    .home-title {
        font-size: 22px;
        line-height: 26px;
    }
    .featured.carousel .carousel-inner .item .carousel-caption .caption-title {
        font-size: 22px;
        line-height: 28px;
    }
    .home-subtitle {
        font-size: 12px;
    }
    .featured.carousel .carousel-inner .item .carousel-caption .caption-subtitle {
        font-size: 11px;
    }
	.home-title-new{
		font-size: 28px !important;
	}
	.home-subtitle-new{
		font-size: 15px !important;
	}
	.home-bestprice-title{
		font-size: 18px !important;
	}
	.search-panel-new-pos{
		bottom: 14% !important;
	}
	.form-grp-nights-dropdown{
		margin: 0 5px 58px 5px !important;
	}
	.form-grp-guests-dropdown{
		margin: 0 5px 58px 5px !important;
	}
	.select-date-marker{
		width: 10% !important;
	}
	.select-nights-dropdown{
		width: 91% !important;
	}
	.select-guests-dropdown{
		width: 91% !important;
	}
	.select-prop-nights-dropdown{
		border: 1px solid #dfdfdf;
	}
	.select-prop-guests-dropdown{
		border: 1px solid #dfdfdf;
	}
}
.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}

.navbar.bb-main-nav {
	background-color: white;
 	font-size: 14px;
}

.navleft{
	float: right;
	padding-left:30px;
}

.navleft a{
    color: #3a3a3a;
    font-weight: 500;
	font-size:14px;
	padding: 22px 31px;
	transition: color 0.3s, box-shadow 0.3s;
}
.leftnavbar ul li a:hover{
	/*background-color:#0eaaa6 ! important;*/
	color:#fff;
}


.mobile{ display:none; }
.main-nav-active{
	color: #3e7bcf!important;
	box-shadow: inset 0 -3px 0 #3e7bcf;
	opacity: 1;
}
.btnWidth100{
	width:100% ! important;
}
.tablebac{
	background-color: #f1f1f1 ! important;
}
.tabsWnew{
	width: 49.9% ! important;
}
.profhedfont{
	font-size: 20px;
}
.profh3{
	font-size: 22px;
	margin-top: 5%;
}

.alert_login{
	top: 99px;
}
.legend-of-1,.legend-of-0 text{
	font-size:9px;
}
.mapcls{
	width:100% ! important;height:130px ! important;
}
.chart {
  width: 100%;
  height: 421px;
}
.graphcls{
	 width: 100%;
	height: 421px;
}
.number{
	display: none;
}
.select_checklabel{
	width: 10%;
}

.select_check_form{
	width: 8%;
	height: 37px;
	padding: 10px 14px;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bedclass{
	width: 30% ! important;
}
.bedselect{
	width: 68% ! important;
}
.onlinelabl{
	float: left;
	font-size: 14px;
}
.orderdrop{
	width: 45%;
	height: 30px;
	padding: 4px 12px;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
}
.perpagedrop{
	width: 33%;
	height: 30px;
	padding: 4px 12px;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
}
.rght{
	float: right;
	margin-right: -10px;
	margin-left: -10px;
}
.left{
	float: left;
	margin-right: -10px;
	margin-left: -10px;
}
.Listmain{
	padding: 10px 15px 10px 20px;
	background: #fff;
	/*margin-left: 20px;
	margin-right: 20px;*/
}
.extramatglef{
	margin-left:28px;
}
.labldetail{
	float:left;
	font-size:14px;
	width:51%
}
.prodetail{
	float:left;
	font-size:14px;
	width:49%
}
.detailbottom{
	margin-bottom:10px;
}
.leftsrchbtn{
	margin-left:2px;
}
.character_count{
	float:right;
}
.transport{
	display: inline !important;
	width: 50%;
	height: 37px;
	padding: 10px 14px;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.subtransport{
	display: inline !important;
	width: 10%;
	height: 37px;
	padding: 10px 14px;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.navigation-tabs{
	height: 100%;
}
.navigation-tabs .nav-tabs > li{
	width: 14%;
}
.navTabs > li{
 width: 33% !important;
}
ul.unstyled, ol.unstyled {
	margin-left:0;
	list-style:none;
}
.clearfix {
	zoom: 1;
}
.sep {
	border:1px solid #ddd;
}
.mspace {
	margin:10px 10px 10px 10px;
}
.space {
	padding:10px 10px 10px 10px;
}
[class*="span"] {
	float:left;
	margin-left:10px;
	width:10%;
}
li {
	list-style:none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align:middle;
	border:0;
	-ms-interpolation-mode: bicubic;
}
.photos-style{
	height:300px;
}
.map-style{
	height:300px;
}
.mapview{
	width: 100% ! important;
	height: 300px ! important;
	border: 1px solid gray;
	margin-top: 5px;
}
body{
	margin: 0;
	height: 100%;
	height: 100%;
	overflow: auto;
	-webkit-font-smoothing: antialiased;
}
.comment-padding{
	padding-right: 20px;
}
.input-padding{
	padding:10px;
}
.desc-head{
	font-size: 20px;
	font-weight:600;
}
.desc-panel{
	padding: 0px;
}
#googleMap{
	border: 1px solid gray;
	width: 100%;
	margin-top: 5px;
	height: 450px;
	/*float: left;
	position: relative;
	overflow: hidden;*/
	transform: translateZ(0px);
	background-color: rgb(229, 227, 223);
	float:left;
}
.bookbtn{
	margin-bottom: 15px;
	font-size: 17px;
	border-radius: 5px;
}
.book-wrapper{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 76px 10px;
}
.label-text{
	font-weight: bold;
}
.trip{
	font-size: 20px;
}
.trip-detail{
	font-weight: bold;
}
.trip-details{
	padding:15px;
	background:#fff;
}
.guest-reg{
	width:80% !important;
}
.form-detail{
	height:40px;
	margin-bottom:25px;
}
.property-list{
	margin:42px 0 0 0px;
}
#list-wrapper{
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}
.Listmain-corner{
	border:2px solid rgba(128, 128, 128, 0.41);
	position:relative;
	border-radius:3px 33px 3px 3px;
}
.Listmain-corner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 22px 22px 0;
  border-style: solid;
  border-color: rgba(113, 108, 108, 0.61) #F3F3F3;
}
.prop-total{
	background: rgba(128, 128, 128, 0.67);
}
.prop-gbp{
	/*width:70%;*/
}
.payment-summary{
	padding:10px;
}
.paybtn{
	margin-top:10px;
}
.main-content{
	width:85%;
	margin-left:auto;
	margin-right:auto;
}
.main-content-p {margin: auto;padding: 20px; font-size: 1.04em;}
.wrapper-div{
	width:100% !important;
}
.summaryValue{
 width:100%;
  margin:0 auto;
}
.rowIcon{
  float:right;
  width:72%;
}
.featuresItem{
 width:89% !important;;
}

.collapse-center{
 width:83%;
  margin-left:10%;
  border-top:0px !important;
  margin-top:50px;

}
.row-space-3 {
  margin-bottom:18.75px;
 }

.btn-primary {
border-color:rgba(107, 140, 107, 0.82);
border-bottom-color:rgba(107, 140, 107, 0.82);
background-color:rgba(107, 140, 107, 0.82);
color:#fff;
}

.side-panel {
border:1px solid #dce0e0;
/*background-color:#fff;*/
}
.side-panel .panel-body{background-color:#fff;}

#number_of_guests{
	 height:38px;
	 width:100%;
	 font-weight: bold;
     font-size: 14px;
	 border:1px solid #ccc;
	 line-height:38px;
}

#number_of_nights{
	 height:38px;
	 width:100%;
	 font-weight: bold;
	 font-size: 14px;
	 border:1px solid #ccc;
	 line-height:38px;
}

.btn-block {
  display:block;
  white-space:normal;
  width:100%;
  font-weight: bolder !important;
}

.book_now_detail{
	border-radius: 2px !important;
	display: block !important;
	font-size: 1.08em !important;
	font-weight: bolder !important;
	white-space: normal !important;
	width: 100% !important;
}

.ui-datepicker-target {
  font-size:13px;
  display:block;
  padding:0 10px;
  width:100%;
  border: 1px solid #dfdfdf;
}
input.ui-datepicker-target, select.ui-datepicker-target {
	height:40px;
	line-height:40px;
}
.side-panel-body{
 font-size: 13px;
   padding: 15px;
 }
.pricing {
  background-color: rgba(60,63,64,0.9);
  border: 0;
  color: #fff;
  height: 40px;
  padding: 0 20px;
  text-transform: capitalize;
  z-index: 1001;
}
#filter-btn-hide .btn-block {
border-radius: 40px;
display: block;
font-size: 20px;
font-weight: bolder;
line-height: 26px;
white-space: normal;
width: 100%;
}
#sticky.stick {
  position: fixed;
  top: 17%;
  z-index: 100;
}

.select-box-height{
line-height: 32px !important;
}

#book-btn-hide.btn-stick {
  position: fixed;
  top: 90%;
  z-index: 10000;
  left:32%;
  width:50%;
}
.side-panel-btn-click{
   border: 1px solid #dce0e0;
background-color: #fff;
}
.panel-header{
     background-color:#edefed;
	 height:40px;
}
.close-panel-btn{
  float:right;
  height:40px;
}
.cross-btn-img{
   height:30px;
}
.detail_title{
  margin-top: 36px;
}


@media (min-width: 300px) and (max-width: 736px)  {
  .logo_img {
	 height: 41px;
	 /*margin-left: -22px;*/
	}
	.exmoor-cottage-logo{
		height: 41px !important;
	}
  }
/* @media screen and (max-width: 450px) {
		 .logo_img {
		   height: 41px;
		   margin-left: -39px;
		  }
		}

	@media (min-width: 450px) and (max-width: 600px)  {
	  .logo_img {
	     height: 41px;
         margin-left: -22px;
	    }
	  }

   @media (min-width: 600px) and (max-width: 700px)  {
	  .logo_img {
	    height: 38px;
        margin-left: -2px;
	  }
	}*/

	 @media (min-width: 950px) and (max-width: 1300px)  {
	  .form-fields {
	     /*font-size: 9px;*/
	  }
	}

	@media (min-width: 568px) and (max-width: 568px)  {
	  .leftnavbar.active {
	     top:85px;
	  }
	}

	@media (min-width: 240px) and (max-width: 240px)  {
	  .leftnavbar.active {
	     top:81px;
	  }
	}

	@media (min-width: 320px) and (max-width: 320px)  {
	  .leftnavbar.active {
	     top: 56px;
	  }
	}

  .detail-section-description{
      background-color:rgb(245, 245, 245);
     border: 1px solid #dce0e0;
      margin-bottom: 50px;

  }

  .newMax {
    width: 60% !important;
	float:left !important;

}
@media (min-width: 767px)  {
	.newMax {
		min-height: 600px;
	}
	.total-prop-header-div{
		 margin-top: 10px;
	}
}
.ListNew{
    width: 100%;
	height:auto;
	border-bottom:1px solid #e7e7e7;

}

 /*@media (min-width: 200px) and (max-width: 800px)  {
	    #filter-btn-hide {
	      display:block !important;
		  z-index: -1;
	  }
	}*/

 @media (min-width: 200px) and (max-width: 760px)  {
    .SerachDiv{
         display:block !important;
		 }

	}


@media (max-width: 767px)  {
	 #filter-btn-hide{
		display: block !important;
		left: 50% !important;
/*		margin-left: -65px;*/
		position: fixed !important;
		top: 89% !important;
		width: 130px;
		z-index: 1000 !important;
		  }
    }

	.total-prop-header-div{
		 margin-top: 20px;
	}

.form-dates{
 margin-top:10px;
}

.Bathroom-control{
height:37px;

}
.show-onclick{
height: auto;
display:none;
width:100%;
border-bottom: 1px solid #e7e7e7;
background: #fff;
}

.btn-red{
  width:80%;
  background-color:red;
   padding: 8px 86px 5px 65px;
   margin-left:40px;
}

.searchGo{
width: 100%!important;
background-color:#FDFEFF !important;
height:37px!important;

}

.side-panel-Search-go{
  margin-top: 64px;
}

@media only screen and (min-device-width : 320px) and (max-device-height : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {

	  /* #content{
         max-height: 439px !important;
	  }*/
	  /*#mapDivDetail{
         display:none;

	  }*/


   }

/*@media (min-width: 1200px) and (max-width: 1400px)  {
	   #content{
         max-height: 585px !important;
	  }
	  .mapDivDetail{
	    max-height: 585px !important;

	  }
}

@media (min-width: 768px) and (max-width: 768px)  {
	   #content{
         max-height: 864px !important;
	  }
	}
@media (min-width: 1024px) and (max-width: 1024px)  {
	   #content{
         max-height: 610px !important;
	  }
	}*/

@media (min-width: 320px) and (max-width: 320px)  {
	   /*#content{
         max-height: 439px !important;
	  }*/
	  /*.filterDiv{
          overflow-y: scroll;
           height: 441px;
	  }*/
	}

@media (min-width: 375px) and (max-width: 375px)  {
	   /*#content{
         max-height: 537px !important;
	  }*/
	 /* .filterDiv{
          overflow-y: scroll;
           height: 540px;
	  }*/
	}

@media (min-width: 667px) and (max-width: 667px)  {
	   /*#content{
         max-height: 246px !important;
	  }*/
	   .filterDiv{
          overflow-y: scroll;
           height: 248px;
	  }
	}

@media (min-width: 568px) and (max-width: 568px)  {
	   /*#content{
         max-height: 192px !important;
	  }*/
	  .filterDiv{
          overflow-y: scroll;
           height: 194px;
	  }
	}

@media (min-width: 414px) and (max-width: 414px)  {
	   /*#content{
         max-height: 608px !important;
	  }*/
	   /*.filterDiv{
          overflow-y: scroll;
           height: 609px;
	  }*/
	  .rate-div{
		top: 39px !important;
		background-color: rgba(128, 128, 128, 0.2);
	  }
	  .amount-div{
		top: 62px !important;
		background-color: rgba(128, 128, 128, 0.2);
		text-align: left !important;
	  }
	}

@media (min-width: 736px) and (max-width: 736px)  {
	   /*#content{
         max-height: 285px !important;
	  }*/
	   .filterDiv{
          overflow-y: scroll;
           height: 287px;;
	  }
	}

@media (min-width: 240px) and (max-width: 240px)  {
	   /*#content{
         max-height: 235px !important;
	  }*/
	    .filterDiv{
          overflow-y: scroll;
           height: 237px;;
	  }
	}
@media (max-width: 320px) and (orientation: landscape)  {
	   /*#content{
         max-height: 155px !important;
	  }*/
	  .filterDiv{
          overflow-y: scroll;
           height: 157px;;
	  }
	}

@media (min-width: 384px) and (max-width: 384px)  {
	   /*#content{
         max-height: 535px !important;
	  }*/
	  /*.filterDiv{
          overflow-y: scroll;
           height: 537px;;
	  }*/
	}
@media (min-width: 600px) and (max-width: 600px)  {
	  /* #content{
         max-height: 299px !important;
	  }*/
	  /*.filterDiv{
          overflow-y: scroll;
           height: 301px;;
	  }*/
	  .invo-amountt{
		float: none !important;
	  }

	  .se-pre-con{
		left: 24% !important;
		top: 40% !important;
		width: 54% !important;
		height: 33% !important;
		background-size: 450px 450px !important;
	}


}

@media (min-width: 568px) and (max-width: 568px)  {
	   .side-panel-Search-go{
        overflow-y: scroll;
        height: 192px;
	  }
	}

@media (min-width: 667px) and (max-width: 667px)  {
	   .side-panel-Search-go{
        overflow-y: scroll;
        height: 247px;
	  }
	}


@media (min-width: 736px) and (max-width: 736px)  {
	   .side-panel-Search-go{
        overflow-y: scroll;
        height: 286px;
	  }
	}

@media (min-width: 240px) and (max-width: 240px)  {
	   .side-panel-Search-go{
        overflow-y: scroll;
        height: 236px;
	  }
	  .btn-red{
        padding: 6px !important;
        margin-left: 17px !important;
	  }

  }

  @media(max-width:767px){
 .collapse-center {
  margin-left: 0 !important;
  width: 100% !important;
}
.singleTop .summary {
  padding:20px 0 0;
}
.col-md-6.list-item2 {
  padding-left:0;
}
.prodetail.col-md-8 {
  padding-left:0;
}
.col-md-4.col-xs-12.space {
  padding-left:0;
}
.no-touch .prodetail {
  padding-left:0;
}
.col-md-4.rs-colm2 {
  padding-left:0;
}
.singleTop ul.features {
  width: 100% !important;
}
.singleTop ul.features li {
  margin-right: 5px;
  padding: 15px 0;
  width: 23.09%;
  word-wrap: break-word;
}
.singleTop ul.features li div {
  font-size: 12px;
}
#propImag {
  height: auto !important;
}
.group3.cboxElement > img {
  /*height: auto !important;
  max-width: 100%;*/
}
#book-btn-hide {
  left: 3% !important;
  width: 94% !important;
}
.detail-section-description .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.panel-body.desc-panel {
  padding-left: 10px;
  padding-right: 10px;
}
.detailbottom {
  padding-left: 10px;
  padding-right: 10px;
}
#photos_bottom .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
#propImag {
  margin-top: 5px !important;

}
.singleTop .address {
  font-size: 18px;
}
h1.pageTitle {
  font-size: 21px;

}
/*
#cboxWrapper {
  margin: 0 auto !important;
  width: 95% !important;
}
#cboxContent {
  width: 100% !important;
}
#cboxLoadedContent {

  width: 100% !important;
}
#cboxNext {
  right: 0 !important;

}
#colorbox {
  left: 0 !important;
  width: 100% !important;
}
.cboxPhoto {
  max-width: 100%;
}
*/
  }
 @media (max-width: 320px) and (orientation: landscape)  {
	   .side-panel-Search-go{
        overflow-y: scroll;
        height: 156px;
	  }
	  .btn-red{
        padding: 6px !important;
        margin-left: 24px !important;
	  }
}

@media (min-width: 600px) and (max-width: 600px)  {
	   .side-panel-Search-go{
        overflow-y: scroll;
        height: 301px;
	  }
	}

/*.filterDiv{
 margin-top:63px !important;
 width: 100%;
 border-bottom: 1px solid #e7e7e7;
 padding: 20px 20px 20px 20px;
 background: #fff;

}*/
.filterDiv{
 margin-top:63px !important;
  width: 100%;
  border: 1px solid #EDEFED;
  padding: 0px 10px 0px 0px;
  background: #EDEFED;
 }

.filter-txt{
 color:rgb(172, 159, 159);
 font-size: x-large;
}

/*.imageSlider{
margin-left:-30px !important;
margin-right:-30px !important;
}*/

.h5-text{
position: absolute;
top: 58px;
text-align:center;
width: 100%;
color: white;
font-weight:bold;
font-size:16px;
}

#propImag{
width: 100%;
margin-top: 5px;
/*max-height: 600px;
height: 440px;*/
}

.sliderDiv{
padding-right:0px !important;
padding-left:0px !important;
}

.filterStick{
  height: 64px;
  border: 1px solid #D8D5D5;
  background-color: #f3f3f3;
  width: 100%;
  }

 .topFilter{
  background-color: white;
  height: 34px;
  width: 88px;
  margin: 13px 0px 10px 15px;
 }

/*#filterStick.stck{
	position: fixed;
	top: 8%;
	z-index: 10000;
	width: 59%;
}*/
.check-in{
width: 260px;
}

.booking-nights{
width: 146px !important;

}

.form-element{
  width:25%;
  padding: 0px 5px 0px 0px;
}

.form-data{
  /*width:20%;*/
  padding: 0px 5px 0px 0px;
}

 .alertDiv{
     border: 1px solid #E6DDDD;
    margin-top: 100px;
    height: 55px;
    text-align: center;
    background-color: #f3f3f3;
    padding: 6px;
    color: red;
}
.payment-form{
	height:40px;
}
.payment-panel-body{
	padding: 2%;
    border: 2px solid rgba(128, 128, 128, 0.46);
    margin-left: 1%;
    margin-top: 2%;
	background: #fff;
}

.datepicker .unavailabled{
	background-color: #DEDEDE;
	border-radius: 0px !important;
}
.contact-detail-panel{
	background: rgba(128, 128, 128, 0.26);
    padding: 5px;
    border-radius: 3px;
}
.contact-detail-panel-p {background: rgba(128, 128, 128, 0.26);padding: 5px;}
.title-dropdownbtn{
	background-color: #fff !important;
    color: #999;
	border: 1px solid #dfdfdf !important;
}
.arrivaltime-dropdown{
	background-color: #fff !important;
    color: #999;
	border: 1px solid #dfdfdf !important;
}
.input-boxes-radius{
	border-radius: 5px;
}
.propimg-info{
	padding: 5%;
}
.propimg-info-p {padding: 10px 10px 30px 10px;}
@media screen and (min-width: 240px) and (max-width: 320px)
{
	.additional-textarea{
		float:left;
	}
	.guest-reg{
		width: 100% !important;
	}
	.form-detail{
		height: 60px;
	}
	#allprop-listing{
		height: 136px !important;
	}


}
@media screen and (min-width: 375px) and (max-width: 414px)
{
	.additional-textarea{
		float:left;
	}
	.guest-reg{
		width: 100% !important;
	}
}
@media screen and (min-width: 567px) and (max-width: 736px)
{
	.guest-reg{
		width: 100% !important;
	}
}
.property_book{
	border: 2px solid rgba(128, 128, 128, 0.53);
    margin-top: 3%;
    border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.36);
}
.property_book-p {
    margin-top: 70px;
    background-color: rgba(255, 255, 255, 0.36);
}
.propertybook-profh3{
	background-color: rgba(128, 128, 128, 0.53);
    color: #fff;
    padding: 5px;
	border-radius: 3px;
	margin-top: 1%;
}
.propertybook-profh3-p {background-color: rgba(128, 128, 128, 0.8);color: #fff;padding:5px 10px;}
.user-email{
	font-size: 15px;
    margin-top: 0px !important;
	font-weight: bold;
}
.invoice-info{
	border: 2px solid rgba(128, 128, 128, 0.33);
	/*padding: 6px;*/
	/*background-color: rgba(128, 128, 128, 0.2);*/
}
.invoice-bookinfo{
	float: left;
    background-color: rgba(128, 128, 128, 0.2);
	width: 50%;
}
.invoice-bookinfo-lbl{
	padding: 5px 0px 0px 5px;
}
.invoice-bookinfo-lbl-value{
	padding: 5px 0px 0px 2px;
	font-weight: bold;
}
.infotable{
	border: 2px solid rgba(128, 128, 128, 0.41);
	position: relative;
	/*border-radius: 3px 28px 3px 3px;*/
	/*padding: 5px;*/
}
.detailed_invoice{
	background-color: rgba(128, 128, 128, 0.2);
    padding: 5px 9px;
	/*margin-top: 2%;*/
}
.invoiceinfo-heading{
	font-weight: bold;
}
.invoice-data{
	padding: 5px 9px;
	border-bottom: 2px solid #000;
}
.summaryItem {
    margin-bottom: 20px;
}
h1.invoice-title{
	font-weight: 600;
    font-size: 22px;
}
.property-title{
	font-size: 16px;
    font-weight: bold;
	float: right;
}
.property-address{
	/*margin-left: 57%;*/
    text-align: right;
	font-size: 14px;
	font-weight: bold;
}
h1.invoice-user{
	font-size: 16px;
    font-weight: bold;
}
.invoice-timiing-label{
	padding: 2px 0px 0px 5px;
    font-weight: bold;
}
.invoice-editprint{
	background-color: rgba(128, 128, 128, 0.2);
	padding: 20px;
}
.invoice-total-amount{
	width: 70%;
}
.amount-div{
	text-align: right;
}
.reserve-invoice{
	float: left;
}
@media screen and (min-width: 240px) and (max-width: 320px)
{
	.property-address{
		margin-left:0%;
		text-align: left;
	}
	.infovoice-amount{
		text-align: left !important;
	}
	.guest-reg{
		width: 100% !important;
	}
	.prop-ttl{
		float: left;
	}
	/*.expiry-date-lbl{
		float: none !important;
	}*/
	.input-monthbox{
		float: left !important;
		width: 30% !important;
	}
	.input-yearbox{
		float: none !important;
		width: 30% !important;
	}
	.validation-codebox{
		width: 40% !important;
		float: none !important;
		margin-left: 6%;
	}
	.invo-amountt{
		float: left !important;
	}
	.invoice-payment-paidbtn{
		margin-left: 4% !important;
	}
	/*#mapDivDetail{
		display: none;
	}*/
	.se-pre-con{
		left: 18% !important;
		top: 40% !important;
		width: 60% !important;
		height: 34% !important;
		background-size: 250px 250px !important;
	}
	.people-also-stay-links-div{
		display: inline-block !important;
		margin-left: 5% !important;
	}
	.home_slider_logo_image{
		width: 150px !important;
	}

	#map_show_hide_btn{
		display: block !important;
	}
	.property_place_datepicker_div{
		width: 100% !important;
		padding-bottom: 10px;
	}
	.property_place_nights_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_guests_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_select_nights_div{
		width: 100% !important;
	}
	.property_place_select_guests_div{
		width: 100% !important;
	}
	.property_place_select_nights{
		width: 90% !important;
	}
	.property_place_select_guests{
		width: 90% !important;
	}
	.select-nights-dropdown{
		width: 90% !important;
	}
	.select-guests-dropdown{
		width: 90% !important;
	}
	.booking-property-image{
		width: 100% !important;
	}
	.property_place_submit_button_div{
		width: 100% !important;
	}
	.list-properties-images{
		height: 100% !important;
	}
	.property-place-header-info{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.landing-page-property-image-box{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}
@media screen and (min-width: 321px) and (max-width: 420px)
{
	.property-address{
		margin-left:0%;
		text-align: left;
	}
	.property-title{
		float: none;
	}
	.reserve-invoice{
		float: none;
	}
	.infovoice-amount{
		text-align: left !important;
	}
	.invoice-amount{
		padding-left: 7%;
	}
	.input-monthbox{
		width: 25% !important;
	}
	.input-yearbox{
		width: 27% !important;
	}
	.validation-codebox{
		width: 24% !important;
	}

	.invo-amountt{
		float: none !important;
	}
	.invoice-payment-paidbtn{
		margin-left: 4% !important;
	}
	/*#mapDivDetail{
		display: none;
	}*/
	.se-pre-con{
		left: 23% !important;
		top: 30% !important;
		width: 53% !important;
		height: 30% !important;
		background-size: 250px 250px !important;
	}
	.people-also-stay-links-div{
		display: inline-block !important;
		margin-left: 5% !important;
	}
	.home_slider_logo_image{
		width: 170px !important;
	}

	#map_show_hide_btn{
		display: block !important;
	}
	.property_place_datepicker_div{
		width: 100% !important;
		padding-bottom: 10px;
	}
	.property_place_nights_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_guests_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_select_nights_div{
		width: 100% !important;
	}
	.property_place_select_guests_div{
		width: 100% !important;
	}
	.property_place_select_nights{
		width: 90% !important;
	}
	.property_place_select_guests{
		width: 90% !important;
	}
	.select-date-marker{
		width: 9% !important;
	}
	.booking-property-image{
		width: 100% !important;
	}
	.property_place_submit_button_div{
		width: 100% !important;
	}
	.list-properties-images{
		height: 100% !important;
	}
	.property-place-header-info{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.landing-page-property-image-box{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}
@media screen and (min-width: 440px) and (max-width: 568px)
{
	.property-address{
		/*margin-left:0%;*/
		text-align: right;
	}
	.reserve-invoice{
		float: left;
	}
	.property-title{
		float: none;
	}
	.infovoice-amount{
		text-align: left !important;
	}
	.infovoice-amount{
		text-align: left !important;
	}
	.invoice-amount{
		padding-left: 9%;
	}
	.prop-ttl{
		float: right;
	}
	#allprop-listing{
		height: 240px !important;
	}
	.invo-amountt{
		float: none !important;
	}
	.invoice-payment-paidbtn{
		margin-left: 2.5% !important;
	}
	/*#mapDivDetail{
		display: none;
	}*/
	.se-pre-con{
		left: 31% !important;
		top: 25% !important;
		width: 35% !important;
		height: 60% !important;
		background-size: 250px 250px !important;
	}

	.home_slider_logo_image{
		width: 160px !important;
	}

	#map_show_hide_btn{
		display: block !important;
	}
	.property_place_datepicker_div{
		width: 100% !important;
		padding-bottom: 10px;
	}
	.property_place_nights_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_guests_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_select_nights_div{
		width: 100% !important;
	}
	.property_place_select_guests_div{
		width: 100% !important;
	}
	.property_place_select_nights{
		width: 92% !important;
	}
	.property_place_select_guests{
		width: 92% !important;
	}
	.homepage-search-by-category{
		width: 50%;
		float: left;
	}
	.homepage-search-by-size{
		width: 50%;
		float: left;
	}
	.homepage-search-by-place{
		width: 50%;
		float: left;
	}
	.booking-property-image{
		width: 100% !important;
	}
	.property_place_submit_button_div{
		width: 100% !important;
	}
	.property-place-header-info{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.landing-page-property-image-box{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

@media screen and (min-width: 590px) and (max-width: 667px)
{
	.property-address{
		/*margin-left:0%;*/
		text-align: right;
	}
	.reserve-invoice{
		float: left;
	}
	.property-title{
		float: none;
	}
	.infovoice-amount{
		text-align: left !important;
	}
	.infovoice-amount{
		text-align: left !important;
	}
	.invoice-amount{
		padding-left: 4%;
	}
	.prop-ttl{
		float: right;
	}
	#allprop-listing{
		height: 260px !important;
	}
	.invoice-payment-paidbtn{
		margin-left: 2% !important;
	}
	/*#mapDivDetail{
		display: none;
	}*/
	.se-pre-con{
		left: 34% !important;
		top: 32% !important;
		width: 30% !important;
		height: 52% !important;
		background-size: 250px 250px !important;
	}

	.home_slider_logo_image {
		width: 190px !important;
	}

	#map_show_hide_btn{
		display: block !important;
	}
	.property_place_datepicker_div{
		width: 100% !important;
		padding-bottom: 10px;
	}
	.property_place_nights_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_guests_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_select_nights_div{
		width: 100% !important;
	}
	.property_place_select_guests_div{
		width: 100% !important;
	}
	.property_place_select_nights{
		width: 93% !important;
	}
	.property_place_select_guests{
		width: 93% !important;
	}
	.homepage-search-by-category{
		width: 50%;
		float: left;
	}
	.homepage-search-by-size{
		width: 50%;
		float: left;
	}
	.homepage-search-by-place{
		width: 50%;
		float: left;
	}
	.booking-property-image{
		width: 100% !important;
	}
	.property_place_submit_button_div{
		width: 100% !important;
	}
	.property-place-header-info{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.landing-page-property-image-box{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}
@media screen and (min-width: 680px) and (max-width: 736px)
{
	.property-address{
		/*margin-left:0%;*/
		text-align: right;
	}
	.reserve-invoice{
		float: left;
	}
	.property-title{
		float: none;
	}
	.infovoice-amount{
		text-align: left !important;
	}
	.prop-ttl{
		float: right;
	}

	#allprop-listing{
		height: 290px !important;
	}
	/*#mapDivDetail{
		display: none;
	}*/
	.se-pre-con{
		left: 34% !important;
		top: 30% !important;
		width: 30% !important;
		height: 48% !important;
		background-size: 250px 250px !important;
	}

	.home_slider_logo_image {
		width: 180px !important;
	}
	#map_show_hide_btn{
		display: block !important;
	}
	.property_place_datepicker_div{
		width: 100% !important;
		padding-bottom: 10px;
	}
	.property_place_nights_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_guests_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_select_nights_div{
		width: 100% !important;
	}
	.property_place_select_guests_div{
		width: 100% !important;
	}
	.property_place_select_nights{
		width: 93% !important;
	}
	.property_place_select_guests{
		width: 93% !important;
	}
	.homepage-search-by-category{
		width: 50%;
		float: left;
	}
	.homepage-search-by-size{
		width: 50%;
		float: left;
	}
	.homepage-search-by-place{
		width: 50%;
		float: left;
	}
	.booking-property-image{
		width: 100% !important;
	}
	.property_place_submit_button_div{
		width: 100% !important;
	}
	.property-place-header-info{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.landing-page-property-image-box{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}
@media screen and (min-width: 737px) and (max-width: 767px)
{
	.property-address{
		margin-left: 82%;
	}
	.infovoice-amount{
		text-align: left !important;
	}
	.amount-div{
		text-align: left !important;
	}
	/*#mapDivDetail{
		display: none;
	}*/
	#map_show_hide_btn{
		display: block !important;
	}
	.property_place_datepicker_div{
		width: 100% !important;
		padding-bottom: 10px;
	}
	.property_place_nights_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_guests_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_select_nights_div{
		width: 100% !important;
	}
	.property_place_select_guests_div{
		width: 100% !important;
	}
	.property_place_select_nights{
		width: 93% !important;
	}
	.property_place_select_guests{
		width: 93% !important;
	}
	.homepage-search-by-category{
		width: 50%;
		float: left;
	}
	.homepage-search-by-size{
		width: 50%;
		float: left;
	}
	.homepage-search-by-place{
		width: 50%;
		float: left;
	}
	.booking-property-image{
		width: 100% !important;
	}

}
@media screen and (min-width: 770px) and (max-width: 1024px)
{
	.property-address{
		margin-left: 87%;
	}
	.infovoice-amount{
		text-align: left !important;
	}
	.form-list-data-new {
		/*width: 22% !important;*/
	}
	.list-properties-images{
		height: 100% !important;
	}

}
@media screen and (min-width: 375px) and (max-width: 414px)
{
	.item-div{
		background-color: rgba(128, 128, 128, 0.2);
		top: -5px;
	}
	.rate-div{
		top: 56px;
		background-color: rgba(128, 128, 128, 0.2);
	}
	.amount-div{
		top: 79px;
		background-color: rgba(128, 128, 128, 0.2);
		text-align: left !important;
	}
	.infovoice-item{
		display: block;
		position: relative;
		top: -50px;
	}
	.infovoice-rate{
		display: block;
		position: relative;
		top: -29px;
	}
	.infovoice-amount{
		display: block;
		position: relative;
		top: -4px;
	}
	.detailed_invoice{
		background-color: #fff !important;
	}
	.invoice-security-refund{
		background-color: rgba(128, 128, 128, 0.2);
		top: -2px;
	}
	.property-title{
		float: none;
	}
	.infovoice-amount{
		text-align: left !important;
	}
	.invoice-amount{
		padding-left: 7%;
	}
}
@media screen and (min-width: 241px) and (max-width: 320px)
{
	.item-div{
		background-color: rgba(128, 128, 128, 0.2);
		top: -5px;
	}
	.rate-div{
		top: 56px;
		background-color: rgba(128, 128, 128, 0.2);
	}
	.amount-div{
		top: 79px;
		background-color: rgba(128, 128, 128, 0.2);
		text-align: left !important;
	}
	.infovoice-item{
		display: block;
		position: relative;
		top: -50px;
	}
	.infovoice-rate{
		display: block;
		position: relative;
		top: -29px;
	}
	.infovoice-amount{
		display: block;
		position: relative;
		top: -3px;
	}
	.detailed_invoice{
		background-color: #fff !important;
	}
	.invoice-security-refund{
		background-color: rgba(128, 128, 128, 0.2);
		top: -2px;
	}
	.property-title{
		float:left;
	}
	.invoice-total-amount{
		width: 65%;
	}
	.invoice-amount{
		padding-left: 9%;
	}
	.infovoice-amount{
		text-align: left !important;
	}
}
@media screen and (min-width: 230px) and (max-width: 240px)
{
	.item-div{
		background-color: rgba(128, 128, 128, 0.2);
		top: -5px;
	}
	.rate-div{
		top: 32px;
		background-color: rgba(128, 128, 128, 0.2);
	}
	.amount-div{
		top: 56px;
		background-color: rgba(128, 128, 128, 0.2);
		text-align: left !important;
	}
	.infovoice-item{
		display: block;
		position: relative;
		top: -52px;
	}
	.infovoice-rate{
		display: block;
		position: relative;
		top: -29px;
	}
	.infovoice-amount{
		display: block;
		position: relative;
		top: -6px;
	}
	.detailed_invoice{
		background-color: #fff !important;
	}
	.invoice-security-refund{
		background-color: rgba(128, 128, 128, 0.2);
		top: -2px;
	}
}
@media screen and (min-width: 560px) and (max-width: 736px)
{
	.item-div{
		background-color: rgba(128, 128, 128, 0.2);
		top: -5px;
	}
	.rate-div{
		top: 37px;
		background-color: rgba(128, 128, 128, 0.2);
	}
	.amount-div{
		top: 60px;
		background-color: rgba(128, 128, 128, 0.2);
		text-align: left !important;
	}
	.infovoice-item{
		display: block;
		position: relative;
		top: -50px;
	}
	.infovoice-rate{
		display: block;
		position: relative;
		top: -29px;
	}
	.infovoice-amount{
		display: block;
		position: relative;
		top: -4px;
	}
	.detailed_invoice{
		background-color: #fff !important;
	}
	.invoice-security-refund{
		background-color: rgba(128, 128, 128, 0.2);
		top: -2px;
	}
	.invoice-amount{
		padding-left: 4%;
	}
	.people-stay-dynamic-links{
		margin-left: 4% !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px)
{
	.item-div{
		background-color: rgba(128, 128, 128, 0.2);
		top: -5px;
		width:100%;
	}
	.rate-div{
		top: 37px;
		background-color: rgba(128, 128, 128, 0.2);
		width:100%;
	}
	.amount-div{
		top: 61px;
		background-color: rgba(128, 128, 128, 0.2);
		width:100%;
		text-align: left !important;
	}
	.infovoice-item{
		display: block;
		position: relative;
		top: -50px;
	}
	.infovoice-rate{
		display: block;
		position: relative;
		top: -29px;
	}
	.infovoice-amount{
		display: block;
		position: relative;
		top: -4px;
	}
	.detailed_invoice{
		background-color: #fff !important;
	}
	.invoice-security-refund{
		background-color: rgba(128, 128, 128, 0.2);
		top: -2px;
		width:100%;
	}
	.invoice-table-width{
		width:100%;
	}
	.infovoice-amount{
		text-align: left !important;
	}
	.invoice-amount{
		padding-left: 2%;
	}
	.property-address{
		margin-left: 82%;
	}
	.guest-reg{
		width: 100% !important;
	}
}
.property-city{
	text-align: right;
}
.property-phoneno{
	text-align: right;
}
.infovoice-amount{
	text-align:right;
}
.expiry-date-lbl{
	float: left;
}
.input-monthbox{
	float: left;
	width: 20%;
	padding-right: 0px !important;
	font-weight: bold;
}
.input-yearbox{
	float: left;
	width: 20%;
	margin-left: 6%;
	padding-right: 0px !important;
	font-weight: bold;
}
.validation-codebox{
	float: left;
	width: 20%;
	padding-right: 0px !important;
}
#allprop-listing{
	height: 152px;
}
@media screen and (min-width: 737px) and (max-width: 770px)
{
	#allprop-listing{
		height: 290px !important;
	}
		.form-list-data-new {
		/*width: 20% !important;*/
	}
	/*#mapDivDetail{
		display: none;
	}*/
	.se-pre-con{
		left: 34% !important;
		top: 35% !important;
		width: 35% !important;
		height: 25% !important;
		background-size: 350px 350px !important;
	}


	.property_place_datepicker_div{
		width: 100% !important;
		padding-bottom: 10px;
	}
	.property_place_nights_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_guests_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_select_nights_div{
		width: 100% !important;
	}
	.property_place_select_guests_div{
		width: 100% !important;
	}
	.property_place_select_nights{
		width: 93% !important;
	}
	.property_place_select_guests{
		width: 93% !important;
	}
	.property_place_date_marker{
/*		width: 4% !important;*/
	}
	.homepage-search-by-category{
		width: 50%;
		float: left;
	}
	.homepage-search-by-size{
		width: 50%;
		float: left;
	}
	.homepage-search-by-place{
		width: 50%;
		float: left;
	}
	.booking-property-image{
		width: 100% !important;
	}
	.booking-user-detail{
		width: 60% !important;
		float: left;
	}
	.booking-property-detail{
		width: 40% !important;
		float: left;
	}
	.property_place_submit_button_div{
		width: 100% !important;
	}
	.property-place-header-info{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.landing-page-property-image-box{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}
@media screen and (min-width: 771px) and (max-width: 810px)
{
	#allprop-listing{
		height: 320px !important;
	}

	/*#mapDivDetail{
		display: none;
	}*/

}
@media screen and (min-width: 811px) and (max-width: 1029px)
{
	#allprop-listing{
		height: 130px !important;
	}
	.property_place_select_nights{
		width: 75% !important;
	}
	.property_place_select_guests{
		width: 75% !important;
	}
	.booking-user-detail{
		width: 60% !important;
		float: left;
	}
	.booking-property-detail{
		width: 40% !important;
		float: left;
	}
	.booking-property-image{
		width: 100% !important;
	}
}
@media screen and (min-width: 771px) and (max-width: 800px)
{
	.se-pre-con{
		left: 32% !important;
		top: 35% !important;
		width: 40% !important;
		height: 26% !important;
		background-size: 450px 450px !important;
	}
	.booking-property-image{
		width: 100% !important;
	}
}
.invoice-itemname{
	font-weight: bold;
}
.invoice-payment-paidbtn{
	margin-left: 1.5%;
    margin-bottom: 2%;
	padding: 2% 4% 2% 4%;
	border: 1px solid #0eaaa6;
	font-weight: bold;
}
.invoice-paymentsummary{
	margin-top: 1%;
}
.print-invoice{
	float: right;
    margin-top: 1%;
	font-weight: bold;
}
.searchProperty-contentdiv{
	/*margin-top: 65px; */
    font-size: 14px;
}
.searchprop-googlemap-div{
	width: 41% !important;
    height: 100%;
    position: fixed;
    right: 0px;
    z-index: 5;
	float: right;
}
.Listmain-invoice-div{
	padding: 20px 0px 20px 0px !important;
}
.invo-amountt{
	float: right;
	font-weight: bold;
}
.prop_end_date{
	/*background: linear-gradient(135deg, #fff 50%, #DEDEDE 50%);*/
	background: -ms-linear-gradient(135deg, #fff 50%, #DEDEDE 50%);
	background: -webkit-linear-gradient(135deg, #fff 50%, #DEDEDE 50%);
	background: -moz-linear-gradient(135deg, #fff 50%, #DEDEDE 50%);
}
.prop_start_date{
	/*background: linear-gradient(135deg, #DEDEDE 50%, #fff 50%);*/
	background: -ms-linear-gradient(135deg, #DEDEDE 50%, #fff 50%);
	background: -webkit-linear-gradient(135deg, #DEDEDE 50%, #fff 50%);
	background: -moz-linear-gradient(135deg, #DEDEDE 50%, #fff 50%);
}
#new_prop_listing{
  height:200px !important;
}
.newfigType{
  left: 128px !important;
  top: 30px !important;
}
.home-title-new{
	text-transform: none;
	font-size: 65px;
}
.home-bestprice-title{
	font-size: 32px;
	text-transform: none;
	padding-bottom: 2px;
	color: #fff;
    font-weight: bold;
}
.home-subtitle-new{
	font-size: 20px;
	padding-bottom: 2px;
}
/*.hero-cont-frontpage{
	height: 486px !important;
}*/
.select-prop-checkin-date{
	border-radius: 3px;
    border: 1px solid #dfdfdf;
}
.select-date-marker{
	float: right;
	width: 25px;
    background: #fff;
    color: rgba(128, 128, 128, 0.69);
    height: 40px;
    /*width: 30px;*/
    font-size: 28px;
}
.input-checkin-box{
	border: none;
	border-radius: 0px;
}
.select-nights-dropdown{
	padding: 0 13px;
	border: none;
	border-radius: 0px;
	width: calc(100%-25px);
    float: left;
	font-size: 14px;
    font-weight: bold;
    color: gray;
}
@-moz-document url-prefix() {
	.select-nights-dropdown{
		padding: 0 4px;
		border: none;
		border-radius: 0px;
	}
}

.select-prop-nights-dropdown{
	border-radius: 3px;
    /*border: 1px solid #dfdfdf;*/
}
.select-prop-guests-dropdown{
	border-radius: 3px;
    /*border: 1px solid #dfdfdf;*/
}
.select-guests-dropdown{
	padding: 0 11px;
	border: none;
	border-radius: 0px;
	width: 75%;
    float: left;
	font-size: 14px;
    font-weight: bold;
    color: gray;
}
@-moz-document url-prefix() {
	.select-guests-dropdown{
		padding: 0 3px;
		border: none;
		border-radius: 0px;
	}
}
.btn-search-prop{
	padding: 13px 16px;
	font-weight: bold;
	font-size: 1.08em;
}
.fa-select-nights-up-icon{
	float: left;
	color: rgba(128, 128, 128, 0.69);
    line-height: 20px;
}
.fa-select-nights-down-icon{
	float: left;
    color: rgba(128, 128, 128, 0.69);
    line-height: 20px;
}
.fa-select-guests-up-icon{
	float: left;
	color: rgba(128, 128, 128, 0.69);
    line-height: 20px;
}
.fa-select-guests-down-icon{
	float: left;
    color: rgba(128, 128, 128, 0.69);
    line-height: 20px;
}
.calender_icon{
	background: url('/img/calendar.png') 95% 50% no-repeat #ffffff !important;
}
.search-panel-new-pos{
	bottom: 25%;
}
.up-down-arrows{
	background: url('/img/arrow_up.png'), url('/img/arrow_down.png') 95% 50% no-repeat #ffffff !important;

	/*background-image: url(images/arrow_up.png), url(images/arrow_down.png);
    background-repeat: repeat-x, repeat;*/
}
select {
	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.select-prop-guests-list-dropdown, .select-prop-nights-list-dropdown{
    border: 1px solid #dfdfdf;
	float: left;width:100%;
}
.form-list-data-new{
	/*width: 15%;*/
}
.about-us-content-wrapper{
	padding: 4% 3% 6% 3%;
}
.property_booking_info{
	font-size: 12px !important;
	font-weight: bold;
}
.property_booking_address_info{
	font-size: 14px !important;
    font-weight: bold;
}
.place_name_div{
	text-align: center;
    margin-bottom: 6%;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 600;
}
.seacrh_by_place_heading{
	text-align: center;
    /*margin-bottom: 3%;
    text-decoration: underline;*/
    font-size: 22px;
	color: #fff;
    background: rgba(107, 140, 107, 0.82);
    padding: 1% 1% 1% 1%;
}
.select-checkin-date{
	font-size: 14px;
    font-weight: bold;
}
.custom_checkin{
	font-weight: bold;border:1px solid #ccc;
}
select{border:1px solid #ccc;}
/**
 * Global
 **/
.txtarea-p {max-width: 100% !important; min-width: 100% !important; min-height: 100px;}
.padding-0 {padding:0px;}
.padding-10 {padding:10px;}
.padding-t-5 {padding:5px;}
.padding-l-0 {padding-left: 0px;}
.padding-r-0 {padding-right: 0px;}
.padding-b-0 {padding-bottom: 0px;}
.padding-b-10 {padding-bottom: 10px;}
.padding-b-15 {padding-bottom: 15px;}
.padding-0-10 {padding: 0px 10px;}
.padding-1 {padding: 1px;}
.pad-bot-10 {padding-bottom: 10px;}
.mar-top-5 {margin-top:5px;}
.mar-top-60 {margin-top:60px;}
.width-100 {width: 100%;}
.height-440 {height:auto;}
.height-200 {height: 200px;}
.margin-bot-0 {margin-bottom: 0px;}
.vcenter {display: inline-block;vertical-align: middle;float: none;}
.color-red {color: red;}
.color-green {/*color: green;*/}
.color-red-light {color: #ff3333;}
.color-green-light {/*color: #5cd65c;*/}
.color-gray {color: gray;}
.color-blue {color: blue;}
.color-blue-d {color: #015a9c;}
.font-bold {font-weight: bold;}
.border-none {border: 0 !important;}
.border-right-white {border-right: 3px solid #fff;}
.border-radius-n {border-radius: 0;}
.border-bottom-right-radius-5 {border-bottom-right-radius: 5px;}
.word-break {
    -ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word; /* Non standard for webkit */

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
        hyphens: auto;
}
/**
 * Home page header
 **/
.header-res-img {width: 100%;}
.see-all-imgs {
    top: 35%;
    left: 0%;
    right: 0%;
    text-shadow: 1px 1px 0 #666, -1px -1px 0 #666,1px -1px 0 #666,-1px 1px 0 #666,1px 1px 0 #666;
}
.see-all-imgs:hover {text-shadow: none;color: #FF5358;}
.prop-form-formatting label, .prop-form-formatting input, .prop-form-formatting textarea {font-size: 1.1em;}
.prop-form-formatting label {font-weight: bold;}
input.read-only {cursor: text !important; background-color: #fff !important;}

/**
 * Payment Page
**/
.inv-prop-info-align {text-align: right;}


/**
 * Filter Search
 */
#filter_dropdown.mega-dropdown {position: static !important;}
#filter_dropdown .mega-dropdown-menu {width: 100%;background-color: #e5e5e5; border: 1px solid #d5d5d5; position:relative;padding-bottom:10px;margin-top:5px;/*box-shadow: none;-webkit-box-shadow: none;*/}
#filter_dropdown .mega-dropdown-menu li ul {padding: 0;margin: 0;}
#filter_dropdown .mega-dropdown-menu li div.checkbox {margin:0px;}
#filter_dropdown .mega-dropdown-menu li div.checkbox input {margin:0px;margin: 0px;opacity: 0;position: absolute;}
#filter_dropdown .mega-dropdown-menu li div.checkbox label {padding: 3px 0 3px 27px;position: relative;}
#filter_dropdown .mega-dropdown-menu li ul li {list-style: none;}
#filter_dropdown .mega-dropdown-menu li ul li a {display: block;color: #222;padding: 3px 5px;}
#filter_dropdown .mega-dropdown-menu li ul li a:hover,.mega-dropdown-menu > li ul > li > a:focus {text-decoration: none;}
#filter_dropdown .mega-dropdown-menu .dropdown-header {font-size: 16px;color: rgba(107, 140, 107, 1);padding: 0px 50px 5px 0px;font-weight:bold;}
#filter_dropdown .mega-dropdown-menu li div.checkbox label::after{border:1px
solid #9c9c9c;border-radius:2px;box-shadow:0 0 1px 0 #999 inset;color:#999;content:"";font-size:17px;font-weight:bold;height:20px;
left:0;line-height:100%;position:absolute;text-align:center;top:3px;width:20px}
#filter_dropdown .mega-dropdown-menu li div.checkbox[type="checkbox"]:not(:checked) + label::after, #filter_dropdown .mega-dropdown-menu li div.checkbox [type="checkbox"]:checked+label::after{content:"\2713"}#filter_dropdown .mega-dropdown-menu li ul
li{list-style:none}
#filter_dropdown .mega-dropdown-menu li ul li a{display:block;color:#222;padding:3px 5px}
#filter_dropdown .mega-dropdown-menu li ul li a:hover,.mega-dropdown-menu > li ul>li>a:focus{text-decoration:none}

/*
 * END of Filter Search
*/
.btn-danger {
    color: #fff;
    background-color: rgba(107, 140, 107, 0.82);
    border-color: rgba(107, 140, 107, 0.82);
}
/**
 * Payment Slider
*/
#slider_range.ui-slider-horizontal {background-color:#bbb;}
#slider_range.ui-slider .ui-slider-range {background-color:#888;}
#slider_range.ui-slider-horizontal .ui-slider-handle {background-color:#888;border:1px solid #999;}
/**
 * END of Payment Slider
*/

/**
 * Property Place Header Image
**/
#wrapper_p {margin-top: 95px;}

.property-place-header {width:100%;max-height:250px;float:left;overflow:hidden;position: relative;z-index: 6;
    background-color: #333;
}
.property-place-header .property-place-header-text {position: absolute;top: 10px;}
.property-place-header .property-place-header-text p {background: rgba(255,255,255,0.80); padding: 10px;
    margin: 0 10px;font-weight:bold;border-radius: 5px;border:3px solid rgba(255,255,255,0.85);}
.show-hide-btn {font-weight: bold;float:left;}
.property-place-header-info h1 {font-size: 2.1em;}
.CLASS-NAME:hover {cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
  filter: alpha(opacity=100); /* IE 5-7 */
  -moz-opacity: 1; /* Netscape */
  -khtml-opacity: 1; /* Safari 1.x */
  opacity: 1; /* Good browsers */
}

/**
 * END of Property Place Header Image
**/

@media screen and (min-width: 1199px) {
	.header-res-img {
		width: 100%;
		border-right: 5px solid #fff;
	}
	.height-440 {height: 440px;}
}


@media screen and (max-width: 767px) {

    .property-place-header-info h1 {font-size: 1.7em;}
}
@media screen and (max-width: 640px) {
    .property_book-p {margin-top: 60px;}
    .main-content-p {padding: 10px;font-size: 1em;}
    .inv-prop-info-align {text-align: left;}
}

.prop-place-h2{
	position: absolute;
    width: 100%;
    top: 46%;
    color: aliceblue;
    font-size: 25px !important;
	text-align: center;
}
a.prop-place-h2:hover{
    color: aliceblue;
	text-decoration: underline;
}
.properties-view-result-list{
	padding: 20px 20px 0px 20px;
}
.place-properties-result-list{
	padding: 0px 20px 0 20px;
}
.prop_floorplans{
	width: 180px;
    height: 170px;
}
#number_of_nights1{

	font-size: 15px !important;
}
#number_of_guests1{

	font-size: 15px !important;
}
.property_owner{
	margin-top: -60px;
    position: absolute;
    right: 15px;
    top: 100%;
    z-index: 1;
}
.total_prop_header{
	font-family: "Montserrat", serif;
	margin-left: 10px !important;
	font-size : 18px!important;
	margin-bottom : -14px !important;
	font-weight:400;
}
.total_prop_header span{
	font-weight:bold;
}
.property_owner_image{
	width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 2px solid white;
}
.agentAvatarownerImg{
	/*width: 90%;*/
	padding: 0px;
}
.property-detail-page-title{
	font-weight: bold !important;
	line-height: 27px !important;
}
.property-detail-page-address{
	font-weight: bold;
}
.search_properties_property_titile{
	text-align: left !important;
	white-space: nowrap;
    overflow: hidden;
    font-size: 18px !important;
}
.prop-place-category-address{
	padding-bottom: 6px;    min-height: 34px;
}
.backto-prop-place-link{
    font-size: 18px !important;
    font-weight: bold;
    text-align: center;
    color: rgba(107, 140, 107, 0.82);
	text-decoration: underline;
}
a.backto-prop-place-link:hover{
    color: rgba(107, 140, 107, 0.82);
	text-decoration: underline;
}
.prop-plcae-back-link-div{
	padding-bottom: 10px;
	font-size: 18px;
    color: gray;
}
.collapse-center-new-margintop{
	margin-top: 20px;
}
.detail-section-description-first-top{
	border: none;
    margin-bottom: 0px;
	float: left;
    width: 100%;
}
.detail-section-description-second-bottom {
    margin-bottom: 0;
    padding-left: 4%;
    background: #f5f5f5;
    padding-top: 1%;
    float: left;
    width: 100%;
    padding-bottom: 6px;
}
.people-also-stay{
	font-size: 16px;
}
.people-also-stay-links-div{
	display: flex;
}
.people-stay-dynamic-links{
	font-size: 16px !important;
    font-weight: bold;
    text-align: center;
	float: left;
    color: rgba(107, 140, 107, 0.82);
    display: list-item;
    list-style: disc outside none;
    width: auto;
    margin-left:30px;
}
a.people-stay-dynamic-links:hover{
    color: rgba(107, 140, 107, 0.82);
}
.exmoor-cottage-logo{
	height: 52px;
}
.btn-green-exmoor{
	background-color: rgba(107, 140, 107, 0.82) !important;
	border-color: rgba(107, 140, 107, 0.82) !important;
}
.book-now-exmoor-btn{
	border-color: rgba(107, 140, 107, 0.82) !important;
    border-bottom-color: rgba(107, 140, 107, 0.82) !important;
    background-color: rgba(107, 140, 107, 0.82) !important;
}
.clickmore, .clickmore_desc, .clickmore_reg_desc{
	color: rgba(107, 140, 107, 0.82) !important;
	position:relative;
}
.exmoor-dropdown-header{
	color: rgba(107, 140, 107, 0.82) !important;
}
.home_slider_logo{
	position: absolute;
    top: 7%;
    z-index: 1;
    left: 1%;
}
.home_slider_logo_image{
	width: 230px;
}
#dynamic_number_of_guests{
	height: 30px;
	width: 28%;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}
.invoice_note_name {
    margin-left: 1%;
}
.invoice_note_content {
    margin-left: 1%;
}
.booking-summary-card-img{
	padding: 3px;
}
.booking-summary-propinfo{
	padding: 10px 10px 0px 0px;
}
a.deposit-button-color{
	background-color: orange !important;
    border-color: orange !important;
	opacity: 1 !important;
}
#map_show_hide_btn{
	padding: 4px 8px;
    border-bottom-right-radius: 0px;
    border-radius: 3px;
    float: right;
    font-size: 12px;
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 800px)
{
	#map_show_hide_btn{
		display: block;
	}
	.booking-user-detail{
		width: 60% !important;
		float: left;
	}
	.booking-property-detail{
		width: 40% !important;
		float: left;
	}
}
.property_place_submit_button_div{
	float: left;
}
@media screen and (min-width: 421px) and (max-width: 435px)
{
	.property_place_datepicker_div{
		width: 100% !important;
		padding-bottom: 10px;
	}
	.property_place_nights_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_guests_dropdown_div{
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_select_nights_div{
		width: 100% !important;
	}
	.property_place_select_guests_div{
		width: 100% !important;
	}
	.property_place_select_nights{
		width: 91% !important;
	}
	.property_place_select_guests{
		width: 91% !important;
	}

	#map_show_hide_btn{
		display: block !important;
	}
	.property_place_date_marker{
		width: 9% !important;
	}
	.select-date-marker {
		width: 9% !important;
	}
	.booking-property-image{
		width: 100% !important;
	}
	.property_place_submit_button_div{
		width: 100% !important;
	}
	.property-place-header-info{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.landing-page-property-image-box{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}
@media screen and (min-width: 435px) and (max-width: 439px)
{
	#map_show_hide_btn{
		display: block !important;
	}
	.property_place_datepicker_div {
		width: 100% !important;
		padding-bottom: 10px;
	}
	.property_place_nights_dropdown_div {
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_guests_dropdown_div {
		width: 100% !important;
		float: left !important;
		padding-bottom: 10px;
	}
	.property_place_submit_button_div {
		width: 100% !important;
	}
	.property-place-header-info {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.property_place_select_nights_div {
		width: 100% !important;
	}
	.property_place_select_nights {
		width: 90% !important;
	}
	.select-date-marker {
		width: 8% !important;
	}
	.property_place_select_guests_div {
		width: 100% !important;
	}
	.property_place_select_guests {
		width: 90% !important;
	}
	.select-date-marker {
		width: 8% !important;
	}
	.landing-page-property-image-box {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}
.list-properties-images{
	transform: inherit !important;
	-ms-transform: inherit !important;
	-webkit-transform : inherit !important;
	-moz-transform: inherit !important;
	opacity: 1 !important;
}

/********************** css for next prvious icon on property place ***************************/

.target-prev {
    position: absolute;
    z-index: 999;
    color: #fff;
    font-size: 30px;
    width: 12%;
    height: 96%;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.target-next {
    position: absolute;
    z-index: 999;
    color: #fff;
    font-size: 30px;
    top: 0;
    bottom: 0;
    height: 96%;
    width: 12%;
    right: 0;
    cursor: pointer;
}
.prev-prop-img-icon{
	top: 50%;
    left: 15px;
    position: absolute;
    margin-top: -10px;
}
.next-prop-img-icon{
	position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}
.slider_next{
	display: none;
}
.panel:hover .slider_next{
	display : block;
}
.slider_prev{
	display: none;
}
.panel:hover .slider_prev{
	display : block;
}
/**************************************** end here ***************************************/

.homepage-search-by-category{
	padding-right: 0px !important;
    padding-left: 0px !important;
}
.homepage-search-by-size{
	padding-right: 0px !important;
    padding-left: 0px !important;
}
.homepage-search-by-place{
	padding-right: 0px !important;
    padding-left: 0px !important;
}
.search_by_headings_div{
	padding-right: 0px !important;
    padding-left: 0px !important;
}
.homepage-img-thumbnail{
	width: 100% !important;
}
.landing-page-post-item{
	margin-right: 0px;
    margin-left: 0px;
}
#cboxLoadedContent{
	background: #000 !important;
}
#cboxTitle{
	display: none !important;
}
#cboxClose{
	height: 25px !important;
}
div#similar_property_media .item {
    padding: 0px;
    border: none;
    margin: 0px;
}
div#similar_property_media img {
    width: 100%;
}
div#similar_property_media .carousel-control {
    background: #FF5358;
	}
select::-ms-expand {
    display: none;
}
.font20 {
	font-size: 20px;
}
.font18 {
	font-size: 18px;
}
.font16 {
	font-size: 16px;
}
.font14 {
	font-size: 14px;
}
.font12 {
	font-size: 12px;
}
ul.nav.prop-detail-ul-navigation li {
    display: inline-block;
	float:left;
    text-align: center;
    background-color: #e7e7e7;
    border-right: 1px solid #ccc;
	width: 20%!important;
}
ul.nav.prop-detail-ul-navigation li:last-child {
    border-right: 0px solid #ccc;
}

.fa.fa-paw.color-green-light{    background-image: none;}
.fa-paw {
    background: rgba(0, 0, 0, 0) url(/images/paw.png) no-repeat scroll 50% 50%;
    text-align: center;
    font-size: 0 !important;width: 20px;
	height: 20px;
}
.fa-paw>img {
    margin: -10px 0 0;
    width: 18px;
}

div#similar_property_media .owl-buttons .owl-prev, div#similar_property_media .owl-buttons .owl-next {
background: rgba(107, 140, 107, 0.82);
border: 4px solid #fff;
border-radius: 23px;
height: 40px;
top:0;opacity: 0.5;color:#fff;
margin-top:30px;
width: 40px;
position:absolute;
}
div#similar_property_media .owl-buttons .owl-prev{left:-12px;}
div#similar_property_media .owl-buttons .owl-next {right:-12px;}
#similar_property_media .col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.owl-buttons {
    text-indent: -9999px;
}
div#similar_property_media .owl-buttons .owl-prev:hover, div#similar_property_media .owl-buttons .owl-next:hover{opacity:0.9}
div#similar_property_media .owl-buttons .owl-prev:before {
  content: "\e605";
font-family: "simple-line-icons";
font-size: 9px;
font-style: normal;
font-variant: normal;
font-weight: normal;
left: 0;
line-height: 30px;
position: absolute;
text-align: center;
text-indent: 0;
text-transform: none;
width: 100%;
}
div#similar_property_media .owl-buttons .owl-next:before {
content: "\e606";
font-family: "simple-line-icons";
font-size: 9px;
font-style: normal;
font-variant: normal;
font-weight: normal;
left: 0;
line-height: 30px;
position: absolute;
text-align: center;
text-indent: 0;
text-transform: none;
width: 100%;
}

.btn.active:focus, .btn:active:focus, .btn:focus{outline:none !important;}
#photos_bottom .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

#filter_dropdown input#search_submit_btn {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 700;
    width: 90px;
}
th.prev, th.next{cursor:pointer;}
.landing-property-images .figure img {
    object-fit: cover;
}
.home-caption-inner {
  position: relative;
  z-index: 9;
}
.leftnavbar ul li.hidden-xs a{background-color: rgba(107, 140, 107, 0.82);
border-radius: 4px;
color: #fff;
line-height: 3px;
margin-top: 9px;}

.h-note {
  bottom: 52px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  text-align: center;
  width: 100%;
}
.pricing.pri_head{
background-color: #eee;
    color: #333;
    border: 1px solid #ddd;
    border-bottom: none;
}
.p-body .table{margin:0;}

.content-err {
float: left;
padding:20px 0 100px;
text-align: center;
width: 100%;
}
.content-err h2 {
  font-size: 14em;
  font-weight: bold;
}
.content-err > h3 {
  color: rgba(107, 140, 107, 0.82);
  font-weight: bold;
}
.content-err > h4 {
  font-weight: bold;
}
.content-err p {
  clear: both;
  display: block;
  margin: 20px 0;
}
.content-err > a {
  background-color:rgba(107, 140, 107, 0.82);
  border: 1px solid rgba(107, 140, 107, 0.82);
  border-radius: 50px;
  display: inline-block;
  margin-top: 6px;
  color:#fff;
  padding: 10px 20px;
}
.content-err > a:hover {
background-color:rgba(78, 109, 78, 0.82) !important;
border-color:rgba(78, 109, 78, 0.82) !important;
color:#fff;
}
@media(max-width:400px){
	div
	 .content-err h2 {
		font-size: 12em;
	}
}



/* home page inline css */
 .blur{
	 -khtml-opacity: 0.5 !important;
	 filter: alpha(opacity = 75) !important;
	  zoom:1 !important;
	  opacity: 0.5 !important;
}

.notransition .wrapper-new{
  padding: 20px 0px 0px 0px !important;
}
.resultsListNew{
   padding: 0px 0px 0px 0px !important;

}
.arrow_box {
	 background-color: #FF595E;
	 font-family: Arial;
	 color: white;
	 font-size: 13px;
	 font-weight: bold;
	 text-align: center;
	 width: 70px;
	 height:30px;
	 position: relative;
	 background: #FF595E;
	 border: 2px solid #FF595E;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 89, 94, 0);
	border-top-color: #FF595E;
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box:before {
	border-color: rgba(255, 89, 94, 0);
	border-top-color: #FF595E;
	border-width: 8px;
	margin-left: -8px;
}

/* CSS Document */

#container_slider {
    padding: 10px;
    width: 350px;
    border: 1px solid #ccc;
    }

#slider {
    display:block;
    width:100%;
    height:212px;
    /*padding:0;*/
    margin:0 0 10px;
    overflow:hidden;
	padding-left: 14px;
    }

#prev, #next {
    bottom:0;
    display:block;
    /*padding:5px;*/
    border:none;
    font-size:17px;
    color:#fff;
    }

#prev img{
    float:left;
	position: relative;
    bottom: 134px;
    right: 4px;
    }

#next img{
    float:right;
	position: relative;
    bottom: 145px;
    left: 3px;
    }

.map-slider-prev-icon{
	font-size: 40px;
	float: left;
	position: relative;
	bottom: 130px;
    left: 14px;
}
.map-slider-next-icon{
	font-size: 40px;
	float: right;
	position: relative;
	bottom: 132px;
	left: 0px;
	right: 0;
}


	html{/*height:auto;*/}
@media (min-width:768px){
.searchprop-googlemap-div {
  height: 100% !important;
  position: fixed !important;
 }
  }

  .bg_select{
		background-color: #e5e5e5;
	}
	#datepicker2{font-size: 15px;}
	.pt_20{padding-top: 20px;}
	#mapDivDetail{width:100%;height:450px;}
	.pt_20 .seacrh_by_place_heading{margin-top:0;}
	.wrapper-new.sr_size{margin-bottom:0;}
	#loop .item img, #owl .item img, .or-team .property_places img{height: 250px;}
	#posts-list-by-size .property_places img{height: 270px;}
	.info-d img{height: 416px;}
	div#loop {
		height: 260px;
		overflow: hidden;
	}
	div#owl {
	  height: 260px;
	  margin-bottom: 20px;
	  overflow: hidden;
	}
	.blk{width: 10px; height: 1px;}
	li.pad_10{padding: 10px 0}
	.address span{
		font-size:15px;
	}
	.f_17{font-size: 17px;}
	.footer-header.cont{padding-bottom:5px;}
	@media(min-width:991px){
		.pb20.plc{width: 50%; float: left;}
	}

/* home page inline css */
.search_toggle {
    position: fixed;
    right: 0;
    width: 29.5%;
    z-index: 9;
}
.search_togglewrap {
        float: left;
    width: auto;
    background-color: #fff;
    padding: 4px 10px;
    margin: 10px 10px 0 0;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0px #999999;
}
.search_togglewrap label{
margin:0;
padding-left: 28px;
}
.search_togglewrap div.checkbox label::after {
 border: 1px solid #9c9c9c;
border-radius: 2px;
box-shadow: 0 0 1px 0 #999 inset;
color: #999;
content: "";
font-size: 17px;
font-weight: bold;
height: 20px;
left: 0;
line-height: 100%;
position: absolute;
text-align: center;
top:0;
width: 20px;
}
.search_togglewrap div.checkbox[type="checkbox"]:not(:checked) + label::after, .search_togglewrap div.checkbox [type="checkbox"]:checked + label::after{
content: "\2713";
}
.search_togglewrap .checkbox input[type=checkbox]{
    visibility: hidden;
}
.search_togglewrap .input.checkbox {
    margin: 4px 0;
}

.panel.accordion {
    background-color: transparent;
	box-shadow:none;
}
.accordion .panel-heading {
    padding: 0;
}
.accordion .panel-heading h4 a {
    display: block;
    padding: 10px 10px;
}
.accordion{
    border-bottom: 1px solid #ddd;
}
.new_ch .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 768px){
label.col-md-4.control-label.text-left {
    width: initial;
}
}
.tab2{display:none;padding: 15px 0;}
.active.tab2{display:block;}
.accordion .panel-collapse>.panel-body{border-top:none !important;}
.new_ch ul.nav.prop-detail-ul-navigation li{font-size:14px;font-weight:bold;}
.new_ch ul.nav.prop-detail-ul-navigation li.active{background-color:rgba(107, 140, 107, 0.82);}
.new_ch ul.nav.prop-detail-ul-navigation li.active:hover,
.new_ch ul.nav.prop-detail-ul-navigation li.active a:hover,
.new_ch ul.nav.prop-detail-ul-navigation li.active a:focus
{background-color:rgba(107, 140, 107, 0.82);}
.new_ch ul.nav.prop-detail-ul-navigation li.active a{color:#fff;}


/****** css for map on mobile for list property *********/
.new-btn{
	background-color: rgba(107, 140, 107, 0.82) !important;
	border-color: rgba(107, 140, 107, 0.82) !important;
	border-radius: 30px;
	float: left;
	width: 100%;}

	.col-xs-12.arrow-back{
		display:none;
	}
	@media (max-width: 767px){
	div.home-content h2{
	max-width:220px;
	}
		#filter-btn-hide {
			left: 50% !important;
			width: 60% !important;
			transform: translateX(-50%);
		}
		.new-btn span.filter-btn{float: left;
			width: 50%;
			padding: 10px 10px;
			text-align: center;
			color: #fff;
		}
		.new-btn .map{float: left;
			width: 50%;
			padding: 10px 10px;
			text-align: center;
			color: #fff;
			border-left: 1px solid #fff;
		}

		.map-otr{
			width: 100%;
			height: 100%;
			float: left;
			position: fixed !important;
			top: 0;
			z-index: 99999999;
			bottom: 0;
			right: -100%;
			transition: all 0.3s ease;
		}

		.map-otr #mapDivDetail {
			width: 100%;
			height: calc(100% - 40px) !important;
			transform: translateZ(0px);
			background-color: rgb(229, 227, 223);
			float: left;
			bottom: 0;
			margin: 0;
			border: none;
		}
		.map-otr.full_height #mapDivDetail{
			height: calc(100% - 81px) !important;
		}
		.listing_view {
			width: 100%;
			background: #fff;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 8;
			padding: 8px 20px;
			font-size: 16px;
			font-weight: 700;
			cursor: pointer;
			box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.4);
			color:rgba(107, 140, 107, 0.82);
		}
		.properties-view-result-list.resultsListview {
			background: #fff;
		}
		#wrapper.home-content_list {
			background: #fff;
			z-index: 9999999;
			position: absolute;
			left: 0;
			top: 0;
			margin: 0;
		}
		.home-content_list div#content-2 {
			margin-top: 40px;
		}
		.home-content_list .total_prop_header {
			margin-top: 10px;
			clear: both;
			display: inline-block;
			width: 100%;
			 margin-right: 0 !important;
		}
		.home-content_list #filter-btn-hide{
			display:none !important;
		}
		 div.home-content .post-item.row h2.search_properties_property_titile {
			padding: 0 0px 10px 0;
			}
		.col-xs-12.back-arrow {
			display: block;
			font-size: 24px;
			background-color: #e5e5e5;
			border: 1px solid #d5d5d5;
			float: left;
			padding: 4px 15px !important;
			position: fixed;
			width: 100%;
			display: none;
			left: 0;
			z-index: 9999;
		}
		.col-xs-12.back-arrow span{
			font-weight:700;
			font-size:20px;
		}
		.home-content_list .col-xs-12.back-arrow{
			display:block;
		}
		.home-footer.home-footer_hide{
			display:none;
		}
		div#wrapper {
			/*transition: all 0.5s ease;*/
		}
		.home-content.absolute{
			position:absolute;
			left:0 !important;
		}
		.col-xs-12.arrow-back {
				display: block;
				font-size: 24px;
				background-color: #e5e5e5;
				border: 1px solid #d5d5d5;
				float: left;
				padding: 4px 15px !important;
				position: relative;
				width: 100%;
		}
		.fa-angle-left:before {
			content: "\f104";
		}
		.col-xs-12.arrow-back span {
			font-size: 20px;
			font-weight: 700;
		}
		.map-otr .searchprop-googlemap-div{
			padding-top: 0;
			padding-top: 0 !important;
			height: 100% !important;
		}
	}
span.head_saved {
    position: absolute;
    color: red;
    top: 3px;
    left: 50%;
    font-size: 16px;
    cursor: pointer;
    transform: translateX(-50%);
    z-index: 99;
}
.datepicker_circle{
	background-image: url(../images/datepicker_circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 1px;
    border-radius: 50% !important;
}
.list-review-otr{
	position: absolute;
    right: 10px;
    top: 10px;
	z-index: 9999;
}
span.list-review {
    font-weight: bold;
    position: static;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    border: 3px solid #5271ff;
	display:inline-block;
}
.list-review-otr .fa {
    color: #fff;
    font-size: 22px;
    position: relative;
    top: 2px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.64);
	cursor:pointer;
}
.search-this-area{
    text-align: center;
     user-select: none;
    font-size: 12px;
    background-color: rgb(255, 255, 255);
    padding: 10px 20px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    font-weight: 500;
    color: rgba(87, 119, 87, 0.82);
    top: 10px !important;
	cursor:pointer;
	white-space: nowrap;
	}
@media (max-width:767px){
.search-this-area{
    left: 50% !important;
    transform: translateX(-50%);
}
}

.total-prop-header-div {
    margin: 20px 0px 0px;
}

.place_tabs .tab-pane{
	padding:0;
}
.searchprop-googlemap-div.important ul li{
	width:50%;    background-color: transparent;
}
.searchprop-googlemap-div.important ul li:not(:last-child) {
    border-right: 1px solid #ddd;
}
.nav-tabs > li.active > a, .no-touch .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: rgba(78, 109, 78, 0.82);
    font-weight: bold;
}
.searchprop-googlemap-div .nav-tabs > li.active > a {
	color: #fff;
    background-color: rgba(78, 109, 78, 0.82);
    font-weight: bold;
}
.searchprop-googlemap-div .nav-tabs > li > a {
    padding: 10px 0;
	font-size: 14px;
	background-color: transparent;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom: 2px solid #fff
}
.searchprop-googlemap-div .nav-tabs > li > a:hover{
	color: #fff;
    background-color: rgba(78, 109, 78, 0.82);
    font-weight: bold;
	border-bottom: 2px solid #fff
}
.map-otr .searchprop-googlemap-div {
    background-color: #fff;
}
.tabs_hide .nav.nav-tabs{
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: -8;
}
.tabs_hide .scroll_show .nav.nav-tabs{
	display:none;
}

@media (max-width:767px){
.search-this-area{
    left: 50% !important;
    transform: translateX(-50%);
}
.place_tabs, .place_tabs .tab-pane{
	height:100%;
}
.tabs_hide .nav.nav-tabs{
	display:none;
}
.searchprop-googlemap-div .nav-tabs > li > a{
	border:none !important;
}
#myTab {
    left: 50% !important;
    width: 60% !important;
    transform: translateX(-50%);
    position: fixed !important;
    top: 89% !important;
    z-index: 10000 !important;
	display:none;
}
#myTab.tabs_mobile{
/*	display:block;*/
}
.searchprop-googlemap-div.important ul li:first-child a{
	border-top-left-radius: 30px;
    border-top-right-radius: 0;
	border-bottom-left-radius: 30px;
	border-right:1px solid #fff !important;font-weight: bold;
}
.searchprop-googlemap-div.important ul li:last-child a{
	border-top-right-radius: 30px;
    border-top-left-radius: 0;font-weight: bold;
	border-bottom-right-radius: 30px;
	border-left:1px solid #fff !important;
}
.searchprop-googlemap-div .nav-tabs > li > a {
    color: #fff;
    background-color: rgba(107, 140, 107, 0.82) !important;
	margin: 0;
}
.searchprop-googlemap-div .nav-tabs > li > a:hover {
	border-bottom: none;
}
.home-content .col-xs-12.text-mobile {
    padding: 0 5px;
	margin-top: 20px;
}
.home-content .text-mobile h2, .text-mobile h3, .home-content .text-mobile h1, .home-content .text-mobile h4, .home-content .text-mobile h5{
    font-size: 18px;
	text-align:left;
}
}

.home-content .desktop-text h2, .desktop-text h3, .home-content .desktop-text h1, .home-content .desktop-text h4, .home-content .desktop-text h5{
    font-size: 18px;
	text-align:left;
}
.tab-pane.desktop-text  {
    /*padding: 15px;
    font-size: 15px;*/
	overflow-y: auto;
}

@media (min-width:768px) and (max-width:1600px){
	.searchprop-googlemap-div {
		width: 40.8% !important;
	}
}

.mCustomScrollbar{
	height:100%;
}

.price_table .table > tbody > tr > td {
    padding: 8px;
}

.price_table .table > tbody > tr {
	border-bottom: 2px solid #e8e8e8;
}

@media (min-width:767px){
 .desktop-text .table{
  margin-bottom: 0px;
 }
}

.tab-content.place_tabs td div {
 height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tab-content.place_tabs td div.yellow_div {
    height: 3px;
    background-color: #3F29AC;
    width: 100%;
	top:0;
}
.gray_td:hover{
	background-color: yellow !important;
	cursor:pointer;
}
.grid_header{
	width:100%;
	text-align: center;
    padding: 10px 0;
}
.grid_header > span {
    line-height: 15px;
    padding: 0 10px;
	font-size: larger;
}
.grid_header > span > span {
    border: 1px solid black;
    display: inline-block;
    position: relative;
    height: 15px;
    width: 15px;
    top: 3px;
}
.grid_header > span > span._booked{
	background: #CC0000;
}
.grid_header > span > span._available{
	background: #038503;
}
.grid_header > span > span.ar_date{
	background: #038503;
	border-top:3px solid #3F29AC;
}

@media (min-width: 768px){
#shareModal .modal-sm {
    width: 375px;
}
}
#shareModal .modal-content {
    padding: 24px;
}
#shareModal .modal-header {
    padding: 0 0 15px;
}
#shareModal .modal-body {
    padding: 0;
}
.share_btn {
    left: auto;
    right: 20px;
    bottom: auto;
    top: 40px;
    position: absolute;
    z-index: 6;
}
.share_btn .view-photos {
    position: static;
    display: inline-block;
	margin-left: 15px;
}
.share_btn i.fa.fa-sign-out {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 15px;
    margin-right: 3px;
}
#shareModal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.modal-header p{
	margin:0;
}
ul.share_ul {
    padding: 0px;
    margin: 0;
}
ul.share_ul li {
    padding: 24px 0;
    border-bottom: 1px solid #ddd;
}
ul.share_ul li a {
    color: rgba(107, 140, 107, 0.82);
    font-weight: bold;
    font-size: 18px;
}
ul.share_ul li a .fa {
    color: #545454;
    width: 20px;
    font-size: 19px;
}
ul.share_ul li a i.fa.fa-envelope{
	font-size: 16px;
}
ul.share_ul li a i.fa.fa-facebook{
    font-size: 20px;
}

@media (max-width: 767px){
	ul.share_ul li {
		padding: 14px 0;
	}
	ul.share_ul li a {
		font-size: 15px;
	}
	ul.share_ul li a .fa {
		font-size: 15px;
	}
	ul.share_ul li a i.fa.fa-facebook {
		font-size: 16px;
	}
	ul.share_ul li a i.fa.fa-envelope {
		font-size: 13px;
	}
	a.view-photos.share_btn span{
		display:none;
	}
	a.view-photos.share_btn {
		    background: transparent;
			color: #fff;
			padding: 0;
			z-index: 999;
			width: 45px;
			height: 45px;
			text-align: center;
			line-height: 45px;
	}
	div#shareModal {
		z-index: 99999;
	}
	.share_btn i.fa.fa-sign-out {
	    font-size: 20px;
		margin-right: 0;
	}
}

@media (max-width: 360px){
	#shareModal .modal-dialog {
		margin: 20px 5px;
	}
}

.rep_content .mCSB_inside>.mCSB_container {
    margin-right: 10px;
}
.rep_content .mCSB_scrollTools .mCSB_draggerContainer {
    right: -5px;
}

.mt-10{
  margin-top:10px !important;
}


select.form-control[name="bath_rooms"], select.form-control[name="bed_rooms"] {
    font-weight: bold;
    color: gray;
}

.form-group.form-data.form-list-data-new {
    padding-right: 5px;
}
.mega-dropdown-menu select.bg_select.form-control {
    width: 100%;
    border-color: #9c9c9c;
    box-shadow: 0 0 1px 0 #999 inset;
    font-weight: bold;
    color: grey;
}
#filter_dropdown .mega-dropdown-menu li ul li div.checkbox {
    width: 100%;
}

.figure.check_badge:after{
	content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 70px;
    height: 70px;
    z-index: 10;
    border-radius: 100%;
    background-image: url(../images/new-badge.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#propImag .check_badge:after{
	content: "";
    position: absolute;
    top: 30px;
    left: 10px;
    width: 130px;
    height: 130px;
    z-index: 10;
    border-radius: 100%;
    background-image: url(../images/new-badge.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#propImag .propImag_mob .check_badge:after{
	content: "";
    position: absolute;
    top: 25px;
    left: 10px;
    width: 70px;
    height: 70px;
    z-index: 10;
    border-radius: 100%;
    background-image: url(../images/new-badge.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.form-group.mt_5{
    margin-top: 5px;
}
.exact_only {
    display: block;
    width: 100%;
    clear: both;
    text-align: left;
    padding-top: 4px;
}
.exact_only label {
    position: relative;
    top: -2px;
    padding-left: 2px;
	cursor:pointer;
	margin: 0;
}
.exact_only .form-group {
    height: auto !important;
}
.form-group.mt_5 label {
    margin: 0;
    position: relative;
    top: -2px;
    padding-left: 3px;
    cursor: pointer;
}
@media (max-width:767px){
form#prop_search {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.form-group.form-element.col-sm-3.margin-bot-0.property_place_datepicker_div{
	order: 1;
}
.form-group {
    order: 3;
}
.exact_only {
    padding: 0px 5px 0px 0px;
    order: 2;
    position: relative;
    margin-top: -30px;
    text-align: right;
    top: 10px;
}
.exact_only .form-group {
    margin: 0;
}
}
@media (width:768px){
form#prop_search {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.form-group.form-element.col-sm-3.margin-bot-0.property_place_datepicker_div{
	order: 1;
}
.form-group {
    order: 3;
}
.exact_only {
    padding: 0px 5px 0px 0px;
    order: 2;
    position: relative;
    margin-top: 0;
    text-align: right;
    top: 0;
}
.exact_only .form-group {
    margin: 0;
}
}

.properties-list-map {
	float: left;
	width: 100%;
	background-color: #f9f9f9;
	display:none;
}
.properties-list-map .item{
/*		    background: #f4f4f5;*/
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 105px;
	padding: 10px;
	position: relative;
	user-select: none;
	width: 250px;
	border-right: 1px solid #e9e9e9;
}
.properties-list-map .item_image {
	background-color: #dfdfe1;
	height: 85px;
	width: 85px;
	float:left;
	margin-right:10px;
}
.properties-list-map .item_image img{
	height: 85px;
	width: 85px;
	object-fit: cover;
}
.properties-list-map .owl-carousel .owl-stage-outer{
	padding:0;
}
.properties-list-map .media-body{
	padding:0
}
.properties-list-map .search_properties_property_titile{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px !important;
	line-height: 22px;
	margin-bottom: 3px;
}
@media (max-width: 767px){
	.list-map-otr.map-otr #mapDivDetail {
		height: calc(100% - 168px) !important;
	}
	.properties-list-map{
		display:block;
	}
}


.select-prop-guests-list-dropdown{
	position:relative;
}

div.card .cardAddress{
	position:relative;
	overflow: inherit;
	margin: 0;
}

.guest_dropdn{
	position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
    padding: 0 15px;
    border-top: 2px solid #849f84;
	display:none;
	z-index: 100;
	color: #333;
	min-width: 300px;
}
.guest_dropdn.guest-right{
	left: auto;
	right: 0;
}
.guest_dropdn .item-div:first-child {
	margin-top: 16px;
    margin-bottom: 16px;
}
.guest_dropdn .item-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 24px;
    margin-bottom: 24px;
	background:#fff;
	text-align: left;
}
.no-of-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
span.minus, span.plus {
    width: 30px;
    height: 30px;
    border: 1px solid;
    font-size: 10px !important;
    line-height: 30px !important;
    text-align: center;
    border-radius: 50%;
    color: #849f84;
    cursor: pointer;
}
span.plus{
    /*font-size: 20px;
    font-weight: bold;
    line-height: 22px;*/
}
span.no-item {
    width: 60px;
    text-align: center;
    font-weight: bold;
}
.left-head h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 3px 0;
}
.close-text {
    text-align: right;
    font-weight: bold;
    margin: 10px 0 16px;
    color: #849f84;
    font-size: 15px;
}
.close-text span{
	cursor: pointer;
	float:none;
}
.guest_dropdn p {
    padding-right: 40px;
	white-space: normal;
    font-size: 14px;
    line-height: 1.42857143;
	text-align: left;
}
.select.select-block.select-box-height {
    position: relative;
}
.total-guests {
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: bold;
    padding: 5px 8px;
    line-height: 18px;
    background: rgb(216, 245, 216);
    color: #6d906d;
    border-radius: 3px;
	display:none;
	height: calc(100% - 10px);
    line-height: inherit;
}
.total-guests.active{
	display:block;
}
.guest-click {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 2;
}
#detail_sidebar #number_of_guests{
/*font-size: 0px !important;*/
}

@media (max-width:767px){
.guest_dropdn{
/*   top: auto;*/
}
.guest_dropdn p {
    padding-right: 40px;
    line-height: 1.5;
}
}

@media (width:768px){
	.total-guests {
		padding: 3px 7px;
		line-height: 13px;
		font-size: 13px;
	}
	span.no-item {
		width: 30px;
	}
	.guest_dropdn p {
		padding-right: 0;
	}
}

.paid_guests_select{
	width: 28%;
	position:relative;
	display: inline-block;
}
.paid_guests_select #dynamic_number_of_guests {
    width: 100%;
}
.paid_guests_select .total-guests {
    padding: 3px 8px;
}
.cardAddress .guest_dropdn{
	z-index: 99;
}


span.fa.fa-plus.plus.disabled {
    color: #b7e0b7;
	cursor:auto;
}
span.fa.fa-minus.minus.disabled {
    color: #b7e0b7;
	cursor:auto;
}

@media (max-width:500px){
	.guest_dropdn{
		min-width: 100%;
	}
	.guests_otr .guest_dropdn {
		min-width: calc(100% * 2 + 8px);
		left: 0;
	    right: auto;
	}
}
@media (max-width:480px){
.close-text.close-mob-left{
	text-align:left;
}
}



.mob_display_date_abl {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(107, 140, 107, 0.82) !important;
    z-index: 99999;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}
.mob_display_date_abl i {
    margin-right: 6px;
}
.owner-login .btn.btn-green.btn-block {
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 36px;
}
.p-relat {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
}
@media (max-width:767px){
	.share_btn .view-photos span{
		display:none;
	}
	.share_btn .view-photos {
	    margin-left: 0;
		background-color: transparent;
		color: #fff;
		text-shadow: 0 1px 0px #000;
		font-size: 19px;
		padding: 5px 10px;
	}
}
.slide_window_body{
	height: 100%;
	padding-bottom: 10px;
}
#tnt_pagination {
    display: block;
    text-align: center;
    line-height: 21px;
    clear: both;
    padding: 10px 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    float: left;
}
#tnt_pagination .disabled_tnt_pagination {
    padding: 10px 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0 5px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    background-color: gray;
    border-radius: 2px;
    border: none !important;
}
div#tnt_pagination .disabled_tnt_pagination a {
    padding: 0px;
    background-color: transparent;
    margin: 0px;
}
#tnt_pagination a:link, #tnt_pagination a:visited {
    padding: 10px 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    background-color: gray;
    border-radius: 2px;
    border: none !important;
}
#tnt_pagination .current {
    padding: 10px 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    background-color: #3D3A3A;
    border-radius: 2px;
    border: none !important;
}

@media (max-width:767px){
	.slideInRight .modal-dialog {
		width: 95%;
		margin: 80px 0 0 auto;
	}
	.slideInRight .modal-body {
		padding: 0;
	}
}

.mt-10 {
    margin-top: 10px !important;
}

.ui-datepicker.fully-booked table tbody,
.clndr.fully-booked table tbody{
    position:relative;
    opacity: 0.8;
}
.ui-datepicker.fully-booked table tbody::before,
.clndr.fully-booked table tbody::before{
    content:"Fully Booked";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    width: fit-content;
    height: fit-content;
    background: #fff;
    padding: 5px 26px;
    font-size: 13px;
    font-weight: 600;
    color: #888888;
}

p.indoor-electric-vehicle-charge-point,span.indoor-electric-vehicle-charge-point{
	background-image: url('/img/electric_charge_icon.svg');
	background-repeat: no-repeat;
	padding-left: 30px !important;  /* width of the image plus a little extra padding */
}

/********* cancellation bar*********/
.refund_status_holder .refund_info {
    border: 2px solid #000000;
    padding: 7px;
    display: block;
    border-radius: 6px;
    font-size: 12px;
	color: #000000;
}
.refund_status_holder .free_cancellantion {
    background-color: #d9ead3;
}
.refund_status_holder .non_refundable {
    background-color: #f4cccc;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
}
.refund_status_holder {
    position: relative;
	margin-left:10px;
    margin-right: 40px;
}

.main_holder_cover{
	position:relative;
}
.main_holder_cover ul {
    padding-left: 0;
	display: flex;
    justify-content: space-between;
}
.main_holder_cover ul li {
    list-style: none !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.m-0 {
    margin: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

p.bb-info-note {
    display: inline-block;
    padding: 20px 0 10px;
}

.bb-info-note-holder {
    display: flex;
    width: 91%;
    align-items: flex-start;
}
.bb-info-note-holder img {
    width: 50px;
    position: relative;
    top: 25px;
    margin-right: 20px;
}
.d-block{
    display: block;
}
.refund_status_holder .non_refundable.fifty-refund {
    background-color: #f9cb9c;
}

p.bb-info-note {
    display: inline-block;
    padding: 20px 0 10px;
}

.reviewer-img-avatar {
   width: 50px;
   height: 50px;
   border-radius: 50%;
}

.post-item .figure {
    height: unset;
    aspect-ratio: 1/0.5;
    display: flex;
    align-items: center;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between
}

.pl-25 {
    padding-left: 25px;
}

.pr-25 {
    padding-right: 25px;
}

.mw-200 {
    max-width: 200px;
}

.mw-150 {
    max-width: 150px;
}

.mw-250 {
    max-width: 250px;
}

.c-pointer {
    cursor: pointer;
}

.payment-box .nav-tabs > li {
    width: 50%;
}
.payment-box .nav-tabs > li > a {
	padding: 8px 16px;
	margin:0;
    background-color: transparent;
    font-weight: bold;
}

.payment-box .nav-tabs > li.active > a, .no-touch .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom: 2px solid #2474cd;
    background-color: transparent;
    color: #2474cd;
}

.btn-copy {
    padding: 5px 25px;
    background-color: #2474cd;
}

.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px Arial;
    opacity: 1;
}

.mt-5 {
    margin-top: 5px;
}

.text-bold {
    font-weight: bold;
}

.header_outer_div .home-wrapper{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	width: 96%;
	max-width: 1320px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.header_outer_div{
	position: fixed;
	top:0;
	width: 100%;
	left: 0;
	z-index: 1024;
	background:#fff;
}
.header_outer_div ~ #wrapper{
	margin-top: 135px !important;
	display: flex;
	flex-direction: column;
}
.filter_new{
	position: fixed !important;
	width: 100% !important;
	left: 0;
	background:#fff;
}
.pg_specialoffer .filter_new{
	position: relative!important;
	width: 100% !important;
	left: auto;
	background:#fff;
}
.searchProperty-contentdiv{
	padding-top: 71px;
	padding-right: 10px;
}
.feefo-rating{
	position: relative;
	z-index: 999;
	background:#fff;
	display: none;
}
footer{
	position: relative;
	z-index: 999;
	background:#fff;
}
.feefo-rating .content-holder img{
	height:auto;
}
@media (max-width:991px) {
	.header_outer_div ~ #wrapper{
		margin-top: 61px !important;
	}
	.searchProperty-contentdiv{
		padding-top: 41px;
	}
	.map-otr{
		padding-top: 49px !important;
	}
	.filter_new{
		z-index: 888 !important;
	}
	.header_outer_div .feefo-rating{
		z-index: 88;
	}
}
@media (max-width:770px) {
	.searchProperty-contentdiv{
		padding-top: 51px;
	}
	.map-otr{
		padding-top: 59px !important;
	}
	.navbar-default .navbar-toggle{
		left:20px;
	}
}
@media (max-width:767px) {
	.searchProperty-contentdiv{
		padding-left: 10px;
	}
	.filter_new[style = "z-index: 2147483647; top: 0px !important; background: #fff; padding-top: 10px;"]{
		z-index: 2147483647 !important;
	}
	.map-otr[style="right: 0px; top: 80px;"] {
		padding-top: 0 !important; top: 64px !important;
	}
	#wrapper.home-content[style="margin-left: 0px; left: 0px; top: 100%;"] #content-2.max{
		padding-top: 0 !important;
	}
}
@media (max-width:500px) {
	.filter_new {
		margin-top: 0px !important;
		top: inherit !important;
	}
	.pg_specialoffer .filter_new.fixed {

		top: 56px !important;
	}
}
@media (max-width: 991.98px) {
    .feefo-rating .content-holder img {
        height: 16px !important;
    }
	div.wrapper-div {
		padding: 0 !important;
	}
	.home-content {
		margin-top: 80px !important;
	}
	div.home-content {
		margin-top: 10px !important;
	}
}
.full-width-banner {
	position: relative;
	width: 100%;
	height: 400px; /* Adjust height as needed */
	background: url('../images/page_backgrounds/specialprice.jpg') no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* Light black overlay */
}

.banner-content {
	position: relative;
	z-index: 1;
}

.banner-title {
	font-family: "Baskervville", serif;
	font-size: 86px;
}

.banner-text {
	font-family: "Montserrat", serif;
	max-width:650px;
	font-size: 18px;
	font-weight:600;
	line-height:24px;
	max-width: 770px;
	margin: 0 auto;
}
.panel-rounded {
    border-radius: 12px; /* Adjust the roundness */
    overflow: hidden; /* Ensures children respect the border-radius */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
}

.panel-bg{
	background:fixed;
}
.border-radius-6{
	border-radius:6px;
}
.border-radius-12{
	border-radius:12px;
}
.panel-padded{
	padding:10px;
}
.panel-bg-sp{
	background:url("../img/special_offer_img.jpg") center center no-repeat;
	background-size:cover;
}
.btn-radius-5{
	border-radius:5px;
}
.form-control {
	border-radius:5px!important;
}
.subscribe-text{
	font-family: "Montserrat", serif;
	font-size: 20px;
	line-height:auto;
	font-weight:500;
	color:#fff;
}

.subscribe_body{
	padding: 10px;
}

.subscribe_input{
	width:70%;
	display:inline-block;
}

.subscribe_signup {

	line-height: 18px;
	text-align: center;
	background: rgba(78, 109, 78, 1) !important;
	color: #fff!important;
	margin-left: 10px;
	font-size: 20px;
	display:inline-block;

}

.subscribe_show_div{
	display: none;
}
.margin-top-5{
	margin-top:5px;
}
.property_panel_bottom{
	margin-top:10px;
	border-top:1px solid #d2d2d2;
	padding:10px 0px 0px;
}
.swiper-container {
    width: 100%;
    padding: 10px 0;
}

.swiper-wrapper {
    display: flex;
}

/* Style the swiper slides */
.swiper-slide {
    flex: 0 0 auto;
    width: auto!important; /* Adjust as needed */
}

.property_details {
	display: flex;

	flex-wrap: nowrap; /* Prevent wrapping */
	overflow: hidden; /* Hide overflow */
	position: relative;
	width: 100%;
	white-space: nowrap;
	font-family: "Montserrat", serif;
}

.property_details .details {
	display: flex;
	align-items: center;
	border: 1px solid #84A286;
	border-radius: 5px;
	padding: 10px;
	min-width: 250px; /* Adjust width as per content */
	margin-right: 10px;
	transition: transform 0.3s ease-in-out;
	background: white;
}

.property_details .details .date_sec,
.property_details .details .price_nights {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 5px;
	white-space:nowrap;
}

.property_details .details .date_sec {
	background: #E9E9E9;
	margin-right: 10px;
	min-width:100px;
}

.property_details .details .price_nights {
	align-items: flex-start;
	   text-align: left;

}

.property_details .details .day,.property_details .details .date,.property_details .details .month_year {
	text-align: center;
}

.property_details .details .day,.property_details .details .month_year {
	font-size: 14px;
	font-weight: 500;
}

.property_details .details .date {
	font-size: 30px;
	font-weight: 700;
}
.property_details .details .price{
	font-size:24px;
	line-height:24px;
	font-weight:600;
}
.property_details .details .nights{
	font-size:16px;
}
.property_details .details .nights span.right-angle-arrow {
	position: relative;
	top: 6px;
}
.list_inside_filter li{
	display:inline-block;
}

/* Navigation Buttons */
.property_panel_bottom .controls {
	position: absolute;
    margin-top: -50px; /* Adjust the top positioning as per your layout */
    right: 20px;
    z-index: 10;
}

.property_panel_bottom .control-btn {
	background: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    margin: 0 5px;
}
.property_panel_bottom .control-btn.left{
	float: left;

    margin-left: -10px;
}
@media (max-width: 768px) {
	.banner-title {
		font-size: 42px;

	}
	.banner-text {
		font-size: 14px;
		max-width: 364px!important;
	}
}
