
@import url(bootstrap.css);
    @import url(icons.css);
    @import url(https://fonts.googleapis.com/css?family=Varela+Round);
    
    .iframewh iframe  {
    width: 100%!important;
    height: 100%!important;
    border: 0!important;
    margin-top:20px;
}
.iframewh-cal{
    height: 510px !important;
}
#top-bar, ul.top-bar-menu li a {
    color: #fff;
}
#header, #navigation.style-2.cloned {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
}
.owl-controls, .slick-slider {
    -webkit-tap-highlight-color: transparent;
}
.clr, .slick-track:after {
    clear: both;
}
#top-bar {
    background-color: #66676b;
    padding: 0;
    position: relative;
    z-index: 9;
}
ul.top-bar-menu {
    margin: 0;
    padding: 8px 0;
    -webkit-transform: translate3d(0, 1px, 0);
    -moz-transform: translate3d(0, 0, 0);
}
ul.top-bar-menu li {
    font-size: 15px;
    display: inline-block;
    margin: 0 20px 0 0;
    font-family: 'Roboto', sans-serif;
}
ul.top-bar-menu li i {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 15px;
    position: relative;
    top: 1px;
}
#top-bar ul.social-icons {
    position: relative;
    z-index: 990;
}
#top-bar.light {
    background-color: #f5f5f5;
    color: #888;
}
#top-bar.light a {
    color: #888;
}
#top-bar.light .top-bar-dropdown span:after, #top-bar.light ul.top-bar-menu li i {
    color: #a0a0a0;
}
.top-bar-dropdown {
    cursor: pointer;
    display: inline-block;
}
.top-bar-dropdown .options {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin: 20px 0 0;
    z-index: 1101;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transform: translate3d(0, 15px, 0);
    border-radius: 3px;
}
.top-bar-dropdown.active .options {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}
.top-bar-dropdown .arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #262626;
    position: absolute;
    top: -5px;
    left: 10px;
}
.top-bar-dropdown span:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    top: 1px;
    margin-left: 6px;
    position: relative;
}
.top-bar-dropdown ul {
    background: #262626;
    max-width: 180px;
    padding: 14px 0;
}
.top-bar-dropdown ul li {
    width: 100%;
    display: block;
    padding: 0;
    line-height: 21px;
}
.top-bar-dropdown ul li a {
    padding: 5px 22px;
    display: block;
    color: #ccc;
    z-index: 10;
    position: relative;
    transition: color .25s;
    line-height: 21px;
}
.top-bar-dropdown ul li a:hover {
    color: #fff;
    z-index: 1;
    position: relative;
}

#logo img, img.footer-logo {
    max-height: 70px;
    width: auto;
}
header#header-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
#header {
    position: relative;
    z-index: 9;
    padding: 0;
    background: rgb(10 29 31 / 90%);
}

.header-widget {
    position: relative;
    top: 30px;
    text-transform: uppercase;
    width: 11%;
    float: right;
    text-align: right;
}
.header-widget a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700!important;
}
.sticky .header-widget {
    top: 10px;
}
.header-widget .button, .header-widget .button.border {
    margin-right: 0;
    font-size: 13px;
}
.header-widget .sign-in {
    position: relative;
    top: -19px;
    color: #333;
    margin-right: 25px;
}
.header-widget .sign-in i {
    padding-right: 4px;
}
.header-widget .sign-in:hover {
    color: #66676b;
}
header.fullwidth .container {
    width: 100%;
    margin: 0;
    padding: 0 40px;
}
.left-side {}
#top-bar .left-side {
    width: 60%}
.right-side {
    float: right;
    width: 16%;
    display: inline-block;
}
#logo {
    padding: 4px 35px 4px 0;
    float: left;
    position: relative;
    z-index: 9;
    background: #fff;
}
#logo:before {
    position: absolute;
    top: 0;
    left: -100%;
    content: '';
    background: #fff;
    height: 100%;
    width: 100%;
}
#navigation {
    float: right;
}
#header-container.top-border {
    border-top: 4px solid #66676b;
}
#header-container.header-style-2 .right-side {
    width: 70%}
#header-container.header-style-2 .left-side {
    width: 30%}
#header-container.header-style-2 #header {
    padding-top: 20px;
    padding-bottom: 0;
}
.header-style-2 .header-widget {
    margin-top: 8px;
    margin-bottom: 8px;
    float: right;
    padding-left: 0;
    text-align: left;
}
.header-style-2 .header-widget li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    padding-right: 35px;
    line-height: 24px;
    position: relative;
}
.header-style-2 .header-widget li:after {
    position: absolute;
    height: 48px;
    content: "";
    display: inline-block;
    width: 1px;
    background-color: #e0e0e0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0;
}
.header-style-2 .header-widget li i {
    float: left;
    display: inline-block;
    color: #66676b;
    font-size: 34px;
    width: 35px;
    position: relative;
    margin-top: 8px;
    margin-right: 18px;
    text-align: center;
    -webkit-text-stroke: .5px #fff;
}
.header-style-2 .header-widget li .widget-content {
    float: left;
    max-width: 150px;
}
.header-style-2 .header-widget .sl-icon-location {
    font-size: 36px;
    margin: 5px 10px 0 8px;
}
.header-style-2 .header-widget li span.title {
    display: block;
    color: #333;
}
.header-style-2 .header-widget li.with-btn:after, .sticky-logo {
    display: none;
}
.header-style-2 .header-widget li span.data {
    color: grey;
}
.header-style-2 .header-widget a.button {
    margin-left: 13px;
    line-height: 25px;
    position: relative;
    top: 3px;
}
.header-style-2 .header-widget li:last-child {
    margin-right: 0;
    padding-right: 0;
}
#header.cloned, #navigation.style-2.cloned {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#header.cloned {
    background-color: #fff;
    padding: 0;
}
#navigation.style-2.cloned {
    margin-top: 0;
}
#header.cloned #logo img {
    transform: translate3d(0, 0, 0);
    max-width: 120px;
    margin-top: 1px;
}
#navigation.style-2.cloned .sticky-logo {
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: 30px;
    margin-top: 12px;
}
#navigation.style-2.cloned .sticky-logo img {
    max-height: 32px;
    width: auto;
    transform: translate3d(0, 0, 0);
}
.copyrights, ul.footer-links {
    width: 100%;
    display: inline-block;
}
#header.cloned.unsticky, #navigation.style-2.cloned.unsticky {
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transform: translate(0, -100%) scale(1);
    transition: .3s;
}
#navigation.style-2.cloned.unsticky {
    opacity: 0;
}
#header.cloned.sticky, #navigation.style-2.cloned {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0) scale(1);
    transition: .3s;
}
.footer-links li a, body .search-container button:before {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.footer-top {
    position: relative;
    background: #101010;
    padding: 20px 0;
}
.footer-top .newsletter-logo strong {
    display: block;
    font-size: 28px;
    color: #e4e4e4;
    line-height: 28px;
    text-transform: uppercase;
}
.footer-top .newsletter-logo p {
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.footer-top .footernews_letter {
    position: relative;
}
.footer-top .footernews_letter input {
    padding: 0px 15px !important;
    margin: 0;
}
.footer-top .footernews_letter button.button {
    position: absolute;
    top: 0;
    right: -7px;
    height: 55px;
    line-height: 38px;
}
#footer {
    padding: 50px 0;
    background-color: #fcfcfc;
    box-shadow: inset 0 20px 50px -20px rgba(0, 0, 0, .06);
}
#footer.sticky-footer {
    box-shadow: none;
}
#footer h4 {
    color: #333;
    font-size: 21px;
    margin-bottom: 25px;
}
.footer-shadow {
    width: 100%;
    display: block;
    background: #fff;
    height: 200px;
    margin-top: -200px;
    position: relative;
    z-index: -1;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .06);
}
#navigation ul ul, .main-search-box {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
}
.text-widget span {
    color: #707070;
}
.text-widget span.address {
    display: block;
    margin-bottom: 10px;
}
ul.footer-links {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    float: left;
}
.footer-links li {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    list-style: none;
}
.footer-links li a {
    padding: 0 0 9px 16px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #707070;
    line-height: 21px;
}
.footer-links li a:hover {
    padding-left: 22px;
    color: #66676b;
}
.footer-links li:before {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f105";
    position: absolute;
    left: 0;
    top: -2px;
    padding: 0 7px 0 0;
    color: #ccc;
}
.copyrights, .copyrights a {
    color: #707070;
}
.copyrights {
    padding: 20px 0;
    font-size: 14px;
    background: #101010;    
}
#footer.alt .copyrights {
    margin-top: 0;
    border: none;
    padding: 25px;
}
#footer.dark {
    background: #010102;
    color: #aaa;
}
#footer.dark a, #footer.dark a:hover, #footer.dark h4 {
    color: #fff;
}
#footer.dark .footer-links li a, #footer.dark .text-widget, #footer.dark .text-widget span {
    color: #aaa;
}
#footer.dark .footer-links li a:hover {
    color: #fff;
}
#footer.dark .footer-links li:before {
    color: #666;
}
#footer.dark .copyrights {
    color: #fff;
    background: #0a0a09;
    border-top: 1px solid rgba(255, 255, 255, .09);
}
#footer .social-icons li a {
    opacity: .8;
    transition: opacity .35s;
}
#footer .social-icons li a:hover {
    opacity: 1;
}
.footernews_letter {
    position: relative;
}
.footernews_letter input {
    padding: 0px 15px !important;
}
.footernews_letter button.button {
    position: absolute;
    top: 0;
    right: -7px;
    height: 55px;
    line-height: 38px;
}


#backtotop {
    position: fixed;
    right: 0;
    display: none;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 9999;
}
#backtotop a {
    text-decoration: none;
    border: 0;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #66676b;
    opacity: 1;
    transition: all .3s;
    border-radius: 3px;
    text-align: center;
    font-size: 26px;
}
body #backtotop a {
    color: #fff;
}
#backtotop a:after {
    content: "\f106";
    font-family: FontAwesome;
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}
.sidebar.left {
    padding-right: 20px;
}
.sidebar.right {
    background: #f1f3f6;
    padding: 20px;
}
.sidebar .widget {
    margin-bottom: 50px;
    position: relative;
}
.sidebar .widget:last-child {
    margin-bottom: 0!important;
}
.sticky {
    margin-bottom: 50px;
}
.widget h3 {
    font-size: 22px;
}
button.widget-button {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 20px;
    color: #333;
    transition: all .3s;
    outline: 0;
    border: none;
    background-color: transparent;
}
.widget-button i {
    font-size: 18px;
    margin-right: 4px;
    position: relative;
    top: 2px;
}
.widget-button .like-icon {
    color: inherit;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-right: 6px;
    font-size: 21px;
}
.widget-button:hover {
    color: #66676b;
}
.widget-button .like-icon:after, .widget-button .like-icon:before {
    transition: opacity .3s, transform .43s cubic-bezier(0, -.41, .19, 2);
    font-family: FontAwesome;
    position: absolute;
    right: 0;
}
.widget-button.save .like-icon:after, .widget-button.save.liked, .widget-button.save:hover {
    color: #ffa800;
}
.widget-button.save:after {
    content: attr(data-save-title);
}
.widget-button.save.liked:after {
    content: attr(data-saved-title);
}
#navigation ul li a:only-child:after, #navigation ul ul li a:only-child:after {
    content: ''}
.widget-button .like-icon.liked:after, .widget-button .like-icon.liked:before, .widget-button .like-icon:before {
    transform: scale(1);
}
.widget-button .like-icon.liked:before {
    opacity: 0;
}
#navigation {
    position: relative;
    display: block;
    margin: 10px 0px;
}
#navigation ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
#navigation ul a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}
#navigation ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#navigation ul li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    z-index: 99999;
}
#navigation ul ul li {
    float: none;
    width: 260px;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 3px;
}
#navigation ul ul ul {
    top: 0;
    left: 100%;
    margin: 0;
}
#navigation ul ul {
    margin: 0;
    background-color: #fff;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
    transform: translate3d(0, 15px, 0);
}
#navigation ul ul ul:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -10px;
    top: 0;
    opacity: 0;
}
#navigation ul ul:before {
    content: "123";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    opacity: 0;
}
#navigation ul li a:after, #navigation ul ul li a:after {
    font-family: FontAwesome;
    opacity: .5;
}
#navigation.style-1 .current:after, #navigation.style-2 .current:after {
    opacity: 1;
}
#navigation ul li a:after {
    content: '\f107';
    padding-left: 7px;
}
#navigation ul ul li a:after {
    content: '\f105';
    position: absolute;
    right: 15px;
}
#navigation ul li a:only-child:after {
    padding: 0;
}
#navigation ul ul li:last-child {
    border-bottom: none;
    border-radius: 0 0 3px 3px;
}
#navigation ul li:hover ul a, #navigation ul ul a {
    line-height: 27px!important;
    padding: 10px 30px 10px 15px!important;
    color: #707070!important;
}
#navigation ul ul li:hover {
    background-color: #f2f2f2!important;
    border-radius: 0;
}
#navigation ul ul li:first-child {
    border-radius: 3px 3px 0 0;
}
#navigation ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}
#navigation.style-1 .current {
    background-color: transparent;
    color: #66676b;
}
#navigation.style-1 ul li {
    transition: all .25s;
}
#navigation.style-1 ul li:hover a {
    color:#3aa607;
}
#navigation.style-1 ul a {
    font-size: 15px;
    padding: 20px 20px 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal!important;
}
.sticky #navigation.style-1 ul a {
    padding: 12px 19px !important;
    color: #444444;
}
.sticky .ownerbutton {
    margin: 0;
}
#navigation.style-1 ul ul li {
    margin: 0;
    border-radius: 0;
}
#navigation.style-1 ul ul li:first-child {
    border-radius: 3px 3px 0 0;
}
#navigation.style-1 ul ul li:last-child {
    border-radius: 0 0 3px 3px;
}
#navigation.style-2 {
    width: 100%;
    margin-top: 16px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .05) 0, transparent);
    background-color: #66676b;
}
#navigation.style-2 ul li {
    transition: all .35s;
}
#navigation.style-2 .current, #navigation.style-2 ul li:hover {
    background-color: rgba(255, 255, 255, .12);
}
#navigation.style-2 ul li:hover a {
    color: #fff;
}
#navigation.style-2 ul a {
    font-size: 15px;
    line-height: 32px;
    padding: 13px 20px;
    color: #fff;
    border-radius: 0;
}
#navigation.style-2 ul ul li {
    margin: 0;
}
#jPanelMenu-menu, .menu-responsive {
    display: none;
}
@media only screen and (max-width:991px) {
    .menu {
    max-height: none;
}
#responsive {
    display: none;
}
#jPanelMenu-menu, .menu-responsive {
    display: block!important;
}
.menu-responsive {
    color: #fff;
    display: block;
    position: relative;
    width: 330px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 4px;
}
#header-container.header-style-2 .left-side, #header-container.header-style-2 .right-side, .left-side, .menu-responsive i.menu-trigger, .news img, .right-side {
    width: 100%}
.sliderwith-text {
    padding-bottom: 0!important;
}
#main-header {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.news img {
    height: auto;
}
.menu-responsive i {
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .07) 0, transparent);
    background-color: #66676b;
    border-radius: 3px;
    margin: 0 0 25px;
}
body .menu-responsive i.menu-trigger:after {
    content: "Menu";
    font-size: 15px;
    top: -1px;
    position: relative;
    left: 10px;
    font-family: "Varela Round"}
.responsive-search input:focus {
    border: none;
    color: #fff;
}
#header .right-side {
    width: 122px;
    margin-top: 24px;
}
#header .left-side {
    width: 80%}
#top-bar .right-side .social-icons {
    float: left;
    position: relative;
    z-index: 9;
}
#header-container.header-style-2 .header-widget {
    float: left;
    margin-top: 35px;
    margin-bottom: -5px;
}
.header-widget {
    text-align: left;
}
ul.top-bar-menu {
    z-index: 99;
    position: relative;
}
.header-style-2 .menu-responsive {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 0 15px;
}
#header-container.header-style-2 .header-widget {
    width: calc(100%);
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
}
#logo {
    margin-right: 0;
    float: none;
    text-align: center;
}
}@media (max-width:767px) {
    .header-style-2 .menu-responsive {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 0 15px;
}
#header-container.header-style-2 #header .container {
    width: 100%}
#header-container.header-style-2 .header-widget li .button {
    margin-left: 0;
}
#header-container.header-style-2 .header-widget li:after {
    display: none;
}
#header-container.header-style-2 .header-widget li {
    width: 100%;
    padding: 10px 0;
    margin: 0;
}
#header-container.header-style-2 .header-widget li i {
    width: 50px;
    margin: 0;
    display: inline-block;
    text-align: left;
    top: 3px;
}
.header-widget {
    text-align: left;
    margin: 0 0 15px;
}
.header-widget .sign-in {
    position: relative;
    display: block;
    top: 0;
    margin-bottom: 10px;
    margin-right: 25px;
}
}.fa.fa-search.active:before, body[data-menu-position=open] .menu-responsive i.fa.fa-reorder:before {
    content: "\f00d"}
body[data-menu-position=closed] .menu-responsive i.fa.fa-reorder:before {
    content: "\f0c9"}
#jPanelMenu-menu .with-ul:after, #jPanelMenu-menu a.current:after {
    display: none;
}
body #jPanelMenu-menu li a {
    display: block;
    padding: 10px 20px;
    background-color: #242424;
    color: #eaeaea;
    margin: 0 0 1px;
    font-weight: 500;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    outline: 0;
    text-transform: none;
    text-shadow: none;
}
body #jPanelMenu-menu li li a {
    background-color: #363636;
    padding-left: 30px;
    text-transform: none;
    font-weight: 500;
}
body #jPanelMenu-menu li li li a {
    padding-left: 48px;
    position: relative;
}
body #jPanelMenu-menu li li li a:before {
    height: 1px;
    width: 8px;
    background: rgba(255, 255, 255, .3);
    padding: 0;
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    margin-top: -2px;
    margin-left: -17px;
}
#jPanelMenu-menu .cart-counter, #jPanelMenu-menu .hidden-on-mobile, #jPanelMenu-menu .mega-headline, #jPanelMenu-menu li.cart-icon, #jPanelMenu-menu li.search {
    display: none;
}
#jPanelMenu-menu, #jPanelMenu-menu ul {
    list-style: none;
    padding-left: 0;
    background: #262626;
}
#jPanelMenu-menu ul li a i {
    padding-right: 7px;
}
#jPanelMenu-menu .mega-content {
    display: inline-block;
}
#jPanelMenu-menu .mega-section {
    display: inline-block;
    float: none;
    width: 100%;
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.search-container {
    display: block;
    margin-top: 0;
    padding: 350px 0 0px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.search-container h2 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    padding-bottom: 20px;
    font-size: 45px;
    text-transform: uppercase;
}
.search-container .main-search-input input {
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    height: 60px!important;
    box-sizing: border-box;
    border: none;
    float: left;
    padding-left: 30px;
}
#breadcrumbs ul li:before, .back-to-listings:before, .details.button.border:after, .like-icon:after, .like-icon:before, .more-search-options-trigger:before, .property-features.checkboxes li:before, .tip-content:after, .tip:after {
    font-family: FontAwesome;
}
.add-comment input, .checkboxes label:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.search-container input:focus {
    border: none;
}
.search-container .main-search-input button.button {
    width: initial;
    min-width: 80px;
    max-width: 80px;
    font-size: 18px;
    position: relative;
    margin: 0;
    flex: 0 auto;
    height: 60px;
}
.search-container .main-search-input button.button i {
    left: 0;
    position: relative!important;
    top: 0;
}
.search-container .row.with-forms .chosen-container {
    margin-bottom: 0;
}
.search-container .chosen-container-single .chosen-single {
    height: 57px;
    font-size: 17px;
    border-color: #fff!important;
}
.search-container .chosen-container .chosen-drop {
    border-color: #fff;
}
.search-container .row.with-forms input {
    margin-bottom: 0!important;
}
body .search-container button:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(12, 12, 12, 1);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 99;
}
.search-container button:hover:before {
    opacity: 1;
}
.search-container button i {
    z-index: 100;
    position: relative;
}
.adv-search-btn {
    color: #fff;
    margin-top: 25px;
}
.adv-search-btn a {
    background-color: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .35);
    padding: 7px 12px;
    color: #fff;
    margin-left: 7px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.adv-search-btn a:hover {
    background-color: rgba(255, 255, 255, .25);
    border: 1px solid rgba(255, 255, 255, .45);
}
.main-search-box, .search-type label {
    background-color: #fff;
    border-radius: 3px;
}
.announce {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-top: 40px;
}
.main-search-container {
    transform: translate3d(0, -12px, 0);
}
.main-search-container h1, .main-search-container h2 {
    text-align: center;
    color: #fff;
    font-size: 36px;
}
.main-search-form {
    width: 660px;
    display: block;
    margin: 35px auto 0;
    position: relative;
}
.main-search-box {
    padding: 30px 30px 20px;
    margin-top: -9px;
}
.main-search-box.no-shadow {
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.search-type {
    display: inline-block;
    padding-bottom: 35px;
    position: relative;
}
.search-type input[type=radio] {
    display: none;
}
.search-type label {
    color: #333;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 9px 18px;
    margin: 0 15px 0 0;
    float: left;
    transition: all .2s;
}
.search-type label.active, .search-type label:hover {
    background-color: #66676b;
    color: #fff;
}
.search-type-arrow {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate3d(3px, 0, 0);
}
.main-search-input {
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    display: flex;
}
.main-search-input .fa {
    left: 0;
    position: absolute;
    top: 24px;
    padding-left: 10px;
}
.row.with-forms .main-search-input {
    margin-bottom: 0;
}
.main-search-input button.button {
    width: 100%;
    margin: 0;
    position: relative;
    flex: 0 auto;
    height: 62px;
    text-align: center;
}
.main-search-input button.button .fa {
    display: inline-block;
    padding: 0;
    top: 0px;
    /*line-height: 60px;*/
    left: 25%}
.larger-input button.button, .larger-input input {
    height: 55px;
    min-width: 120px;
}
.row.with-forms .chosen-container, .row.with-forms input, .row.with-forms input[type=text], .row.with-forms input[type=password], .row.with-forms input[type=email], .row.with-forms input[type=number], .row.with-forms select, .row.with-forms textarea {
    margin-bottom: 18px;
}
.row.with-forms {
    margin-left: -10px;
    margin-right: -10px;
}
.search-container .with-forms {}
.with-forms .col-lg-1, .with-forms .col-lg-10, .with-forms .col-lg-11, .with-forms .col-lg-12, .with-forms .col-lg-2, .with-forms .col-lg-3, .with-forms .col-lg-4, .with-forms .col-lg-5, .with-forms .col-lg-6, .with-forms .col-lg-7, .with-forms .col-lg-8, .with-forms .col-lg-9, .with-forms .col-md-1, .with-forms .col-md-10, .with-forms .col-md-11, .with-forms .col-md-12, .with-forms .col-md-2, .with-forms .col-md-3, .with-forms .col-md-4, .with-forms .col-md-5, .with-forms .col-md-6, .with-forms .col-md-7, .with-forms .col-md-8, .with-forms .col-md-9, .with-forms .col-sm-1, .with-forms .col-sm-10, .with-forms .col-sm-11, .with-forms .col-sm-12, .with-forms .col-sm-2, .with-forms .col-sm-3, .with-forms .col-sm-4, .with-forms .col-sm-5, .with-forms .col-sm-6, .with-forms .col-sm-7, .with-forms .col-sm-8, .with-forms .col-sm-9, .with-forms .col-xs-1, .with-forms .col-xs-10, .with-forms .col-xs-11, .with-forms .col-xs-12, .with-forms .col-xs-2, .with-forms .col-xs-3, .with-forms .col-xs-4, .with-forms .col-xs-5, .with-forms .col-xs-6, .with-forms .col-xs-7, .with-forms .col-xs-8, .with-forms .col-xs-9 {
    padding: 0 5px;
}
section.search {
    margin: 0;
    padding: 50px 0;
    background: linear-gradient(to top, transparent 0, rgba(255, 255, 255, .5));
    background-color: #f7f7f7;
}
section.search .main-search-box, section.search .more-search-options-container {
    background-color: transparent;
}
h3.search-title {
    margin: 3px 0 35px;
    font-size: 28px;
}
h4.search-title {
    margin: 10px 0 34px;
    font-size: 24px;
}
.search-title i {
    font-size: 22px;
    position: relative;
    top: 0;
    margin-right: 4px;
}
.more-search-options {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 30px;
    transition: all .35s;
    z-index: 19;
    transform: translate3d(0, -20px, 0);
}
.more-search-options.relative {
    position: relative;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: none;
    display: none;
}
.more-search-options.relative.active {
    transform: translate3d(0, 0, 0);
}
.more-search-options.relative .more-search-options-container {
    box-shadow: none;
    padding: 0;
    margin: 20px 0 5px;
}
.custom-box {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px;
}
.custom-box .checkboxes {
    padding: 20px 30px 25px;
}
.more-search-options:before {
    position: absolute;
    top: -10px;
    width: 100%;
    content: "";
    background-color: #fff;
    height: 10px;
    display: inline-block;
    z-index: 101;
}
.more-search-options.relative:before {
    display: none;
}
.more-search-options.active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -10px, 0);
}
#breadcrumbs, .back-to-listings {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.more-search-options-container {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    position: relative;
    padding: 0 30px 25px;
    border-radius: 0 0 3px 3px;
}
.more-search-options-trigger {
    font-size: 15px;
    margin: 5px 0 2px;
    display: inline-block;
}
.more-search-options-trigger:after {
    content: attr(data-open-title);
}
.more-search-options-trigger.active:after {
    content: attr(data-close-title);
}
.more-search-options-trigger:before {
    content: "\f055";
    padding-right: 7px;
}
.more-search-options-trigger.active:before {
    content: "\f056"}
.widget .more-search-options-trigger {
    font-size: 16px;
}
.range-slider label {
    color: #333;
    font-size: 16px;
    margin-bottom: 25px;
}
.range-slider .ui-slider {
    position: relative;
    text-align: left;
}
.range-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #66676b;
    cursor: w-resize;
    background: #fff;
    outline: 0;
    top: -8px;
    margin-left: -8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
}
.agent, .agent-widget, .blog-post, .listing-item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.range-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}
.range-slider .ui-widget-content {
    background-color: #e8e8e8;
}
.range-slider .ui-widget-header {
    background-color: #66676b;
}
.range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.range-slider .ui-slider-horizontal {
    height: 3px;
    border-radius: 10px;
    width: calc(100% - 16px);
    margin-left: 8px;
}
.range-slider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%}
.range-slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.range-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
input.first-slider-value, input.first-slider-value:focus, input.second-slider-value, input.second-slider-value:focus {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0;
    cursor: default;
}
input.first-slider-value {
    float: left;
    margin-left: -8px;
    width: 40%}
input.second-slider-value {
    float: right;
    width: 40%;
    text-align: right;
    margin-right: -8px;
}
.checkboxes {
    list-style: none;
    padding: 0;
}
.checkboxes.in-row label {
    margin-top: 9px;
}
.checkboxes.one-in-row label {
    margin-top: 9px;
    width: 100%}
.checkboxes li {
    padding: 4px 0;
}
.checkboxes li:last-child {
    margin-bottom: -8px;
}
.checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 15px;
}
.checkboxes label span {
    color: #909090;
    font-size: 15px;
}
.checkboxes input[type=checkbox] {
    display: none;
}
.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 2px;
    box-sizing: border-box;
    transition: border-color .3s;
}
.checkboxes input[type=checkbox]:checked+label:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #66676b;
    border: 2px solid transparent;
    transition: border-color 0s;
}
.parallax {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    z-index: 9;
}
.content-a, .fullscreen {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fullscreen.overflow, .fullscreen.overflow .content-a {
    height: auto;
    min-height: 100%}
.centered-container {
    display: table;
}
.centered-content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}
.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: #333;
    opacity: .4;
}
.parallax-content {
    position: relative;
    z-index: 999;
    padding: 105px 0;
}
#titlebar {
    background-color: #f8f8f8;
    position: relative;
    padding: 70px 0;
    margin-bottom: 65px;
    margin-top: 75px;
}
#titlebar span, #titlebar span a {
    font-size: 20px;
    color: #888;
    margin-bottom: 3px;
    margin-top: 6px;
    display: inline-block;
}
#titlebar #breadcrumbs span {
    font-size: 13px;
}
#titlebar h1, #titlebar h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 1px 0 3px;
}
#breadcrumbs {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #888;
    top: 50%;
    transform: translateY(-50%);
}
.detailBred #breadcrumbs {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
}
#breadcrumbs ul {
    margin: 0;
}
#breadcrumbs ul li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #888;
}
#breadcrumbs ul li a:hover {
    color: #666;
}
#breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
}
#breadcrumbs ul li:first-child:before {
    display: none;
}
#breadcrumbs ul li:before {
    content: "\f105";
    color: #a0a0a0;
    font-size: 14px;
    margin-right: 15px;
}
#titlebar.photo-bg #breadcrumbs ul li, #titlebar.photo-bg #breadcrumbs ul li a, #titlebar.photo-bg #breadcrumbs ul li:before, .parallax #titlebar #breadcrumbs ul li, .parallax #titlebar #breadcrumbs ul li a, .parallax #titlebar #breadcrumbs ul li::before, .parallax #titlebar h1, .parallax #titlebar h2 {
    color: #fff;
}
.parallax #titlebar {
    background-color: transparent;
    position: relative;
    z-index: 999;
    padding: 40px 0;
    margin-bottom: 40px;
}
.parallax #titlebar span, .parallax #titlebar span a {
    color: rgba(255, 255, 255, .7);
}
.agents-container {
    position: relative;
    z-index: 9;
}
.agent {
    background-color: #fff;
    display: block;
    border-radius: 3px;
    margin-bottom: 30px;
}
.agent-avatar {
    width: 100%}
.agent-avatar img {
    border-radius: 3px 3px 0 0;
    width: 100%;
    height: 100%}
.agent-avatar a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.agent-avatar a:before {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
    opacity: 0;
    background: #66676b;
    background: linear-gradient(to bottom, transparent 50%, #66676b);
    transition: opacity .4s;
}
.view-profile-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 101;
    transform: translate(-50%, -80%);
    opacity: 0;
    transition: .35s;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    background-color: #66676b;
    padding: 7px 14px;
    border-radius: 3px;
}
.agent-avatar a:hover .view-profile-btn {
    opacity: 1;
    transform: translate(-50%, -50.5%);
}
.agent-avatar a:hover:before {
    opacity: .9;
}
.agent-contact-details {
    list-style: none;
    margin: 0;
    color: #909090;
    display: block;
    padding: 18px 32px;
    background-color: #f7f7f7;
}
.agent-contact-details li {
    position: relative;
    margin-left: 28px;
    line-height: 24px;
    padding: 3px 0;
    word-break: break-all;
}
.agent-contact-details li a {
    color: #909090;
}
.agent-contact-details li a:hover {
    color: #66676b;
}
.agent-contact-details li i {
    font-size: 18px;
    top: 5px;
    left: -28px;
    position: absolute;
}
.agent-contact-details li i.fa {
    font-size: 17px;
}
body .agent ul.social-icons {
    margin-left: 33px;
}
body .agent ul.social-icons li {
    margin: 11px 0 6px;
}
body .agent .social-icons li a {
    transform: scale(.92);
    width: 34px;
}
body .agent .social-icons li a.facebook {
    width: 30px;
    position: relative;
    top: 2px;
}
body .agent .social-icons li a::before {
    color: #b0b0b0;
}
.agent-name {
    padding: 24px 32px;
}
.agent-name h4 {
    margin: 0;
    font-size: 19px;
}
.agent-name span {
    font-size: 16px;
    color: #909090;
    margin: 4px 0 -2px;
    line-height: 24px;
    display: block;
}
.agent-page {
    padding: 0 30px 0 0;
    display: flex;
}
.agent.agent-page {
    margin-bottom: 50px;
}
.agent-page .agent-avatar, .agent-page .agent-content, .agent-page .agent-form {
    flex: 3;
}
.agent-page .agent-avatar {
    flex: 1.5;
    margin: 0;
}
.agent-page .agent-content {
    padding: 30px 40px 19px;
}
.agent-page .agent-avatar img {
    border-radius: 3px 0 0 3px;
    height: auto;
}
.agent-page .agent-contact-details {
    border-radius: 3px;
    background: linear-gradient(to left, #fff 0, #f7f7f7);
}
.agent-page .agent-name {
    padding-left: 0;
    padding-top: 10px;
}
body .agent-page ul.social-icons {
    margin-left: 0;
}
.agent-page .agent-name h4 {
    font-size: 21px;
    color: #66676b;
}
.agent-page .agent-name span {
    font-size: 17px;
    margin-top: 5px;
}
.agent-page.long-content .agent-avatar {
    margin: 0 26px 0 0;
}
.agent-page.long-content .agent-avatar img {
    margin: 32px 0 32px 32px;
    border-radius: 3px;
}
.fs-container {
    height: 100%;
    width: 100%}
.fs-container #map-container {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
    margin-bottom: 0;
}
.fs-content {
    max-height: 100%;
    overflow: auto;
    padding: 0;
}
.fs-container section.search {
    padding: 32px 40px 47px;
}
.fs-container .fs-listings, .fs-switcher {
    padding: 0 25px;
    margin: 0;
}
.fs-inner-container {
    height: 100%;
    float: left;
    display: inline-block;
    width: 55%}
.fs-inner-container:first-child {
    width: 45%}
button.fs-map-btn.button {
    position: relative;
    float: right;
    top: 6px;
    padding: 10px 40px;
    margin: 0;
}
.fs-container .more-search-options-trigger {
    position: relative;
    top: 10px;
}
.showing-results {
    color: #888;
    margin: 5px 0 25px;
}
.listings-container.fs-listings, .listings-container.fs-listings.grid-layout {
    left: 0;
    width: 100%;
    position: relative;
}
.listings-container.fs-listings.list-layout {
    padding: 0 40px;
}
.listings-container.fs-listings.list-layout .listing-content {
    flex: 4;
}
.listings-container.fs-listings.list-layout .listing-img-container {
    flex: 0 auto;
    max-width: 300px;
}
@media (max-width:1365px) {
    .listings-container.fs-listings.grid-layout .listing-item {
    width: 100%;
    margin: 0 0 30px;
}
.listings-container.fs-listings.grid-layout {
    padding: 0 40px;
}
.listings-container.fs-listings.list-layout .listing-item {
    display: block;
}
.fs-switcher .layout-switcher, .listings-container.fs-listings.list-layout .details.button.border {
    display: none;
}
.listings-container.fs-listings.list-layout .listing-img-container {
    max-width: 100%}
}.col-fs-1, .col-fs-10, .col-fs-11, .col-fs-12, .col-fs-2, .col-fs-3, .col-fs-4, .col-fs-5, .col-fs-6, .col-fs-7, .col-fs-8, .col-fs-9 {
    float: left;
    padding: 0 10px;
}
.col-fs-12 {
    width: 100%}
.col-fs-11 {
    width: 91.66666667%}
.col-fs-10 {
    width: 83.33333333%}
.col-fs-9 {
    width: 75%}
.col-fs-8 {
    width: 66.66666667%}
.col-fs-7 {
    width: 58.33333333%}
.col-fs-6 {
    width: 50%}
.col-fs-5 {
    width: 41.66666667%}
.col-fs-4 {
    width: 33.33333333%}
.col-fs-3 {
    width: 25%}
.col-fs-2 {
    width: 16.66666667%}
.col-fs-1 {
    width: 8.33333333%}
@media (max-width:1599px) {
    .col-fs-10, .col-fs-11, .col-fs-12, .col-fs-6, .col-fs-7, .col-fs-8, .col-fs-9 {
    width: 100%}
.col-fs-1, .col-fs-2, .col-fs-3, .col-fs-4, .col-fs-5 {
    width: 50%}
}@media (max-width:992px) {
    .col-fs-1, .col-fs-10, .col-fs-11, .col-fs-12, .col-fs-2, .col-fs-3, .col-fs-4, .col-fs-5, .col-fs-6, .col-fs-7, .col-fs-8, .col-fs-9 {
    width: 100%}
.overflow-hidden {
    overflow: hidden;
}
}.fs-listings, .listings-container {
    position: relative;
    z-index: 9;
}
.listing-item {
    background-color: #ffffff;
    display: block;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 30px;
}
.owl-carousel .listing-item {
    margin-bottom: 0;
}
.listing-img-container {
    position: relative;
    height: auto;
    width: 100%;
    display: block;
}
.listing-img-container img {
    width: 100%;
    border-radius: 3px 3px 0 0;
}
.listing-img-container:after, .listing-img-container:before {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
}
.listing-img-container:before {
    opacity: .9;
    background: linear-gradient(to bottom, transparent 65%, #2f2f2f);
    transition: opacity .3s;
}
.listing-img-container:after, .listing-img-container:hover:before {
    opacity: 0;
    transition: opacity .4s;
}
.listing-img-container:after {
    background: linear-gradient(to bottom, transparent 60%, #66676b);
}
.listing-img-container:hover:after {
    opacity: .9;
    transition: opacity .3s;
}
.listing-img-content {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 30px;
}
.listing-img-content span {
    color: #fff;
    font-size: 23px;
    font-weight: 800;
}
.listing-img-content .listing-price i {
    display: block;
    font-style: normal;
    font-size: 16px;
    padding: 0;
    margin: -4px 0 0;
}

.listing-badges span {
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    background-color: rgba(74, 74, 76, .7);
}

.listing-features, ul.listing-details {
    background-color: #f7f7f7;
    list-style: none;
}
span.like-icon {
    color: #fff;
    font-size: 24px;
    position: absolute;
    z-index: 101;
    right: 30px;
    bottom: 55px;
}
.like-icon:after, .like-icon:before {
    transition: opacity .3s, transform .4s cubic-bezier(0, -.41, .19, 2.5);
    position: absolute;
    right: 0;
}
.like-icon:before {
    content: "\f006";
    transform: scale(.95);
}
.like-icon:after {
    content: "\f005";
    opacity: 0;
    transform: scale(.5);
    color: #ffcf00;
}
.like-icon.liked:after {
    opacity: 1;
    transform: scale(1.1);
}
.listing-title {
    padding: 12px 30px 15px;
}
.listing-title a {
    font-size: 13px;
    line-height: 20px;
    display: block;
}
.listing-title h4 {
    margin: 5px 0;
}
.listing-title h4 a {
    font-size: 15px;
    color: #333;
    line-height: 20px;
}
.listing-title h4 a:hover {
    color: #66676b;
}
.listing-address {
    color: #909090;
    top: -7px;
    position: relative;
}
.list-layout .listing-address {
    top: -5px;
}
a.listing-address {
    display: inline-block;
    line-height: 24px;
}
.listing-address:hover {
    color: #707070;
}
.listing-address i {
    padding-right: 3px;
    line-height: 0;
}
ul.listing-details {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 18px 30px 18px 0;
}
ul.listing-details li {
    width: auto;
    box-sizing: border-box;
    margin: 0;
    color: #868686;
    padding: 3px 0 3px 30px;
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
}
.listing-footer {
    color: #909090;
    padding: 15px 30px;
}
.listing-footer i {
    padding-right: 3px;
}
.listing-footer a {
    color: #909090;
}
.listing-footer a:hover {
    color: #707070;
}
.listing-footer span {
    float: right;
}
.listing-features {
    background: linear-gradient(to bottom, #f9f9f9 0, #f6f6f6);
    width: 100%;
    display: block;
    margin: 0;
    padding: 10px 30px 24px;
}
.listing-features li {
    font-size: 15px;
    color: #888;
    display: inline-block;
    margin-right: 28px;
    padding: 14px 0 0;
    line-height: 26px;
}
.listing-features li:last-child {
    margin: 0;
}
.listing-features li span {
    display: block;
    color: #444;
}
.list-layout .listing-item {
    display: flex;
    margin: 0 0 30px;
}
.list-layout .listing-content {
    flex: 3;
}
.list-layout .listing-img-container {
    height: 0;
    min-height: 200px;
    flex: 2;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
}
.fullwidth-layout .list-layout .listing-content {
    flex: 4;
}
.fullwidth-layout .list-layout .listing-img-container {
    flex: 1.6;
}
.list-layout .listing-img-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 3px 0 0 3px;
}
.list-layout .listing-title {
    padding: 10px 100px 15px 20px;
    position: relative;
}
.list-layout ul.listing-details {
    padding: 5px 35px 5px 0;
}
.list-layout ul.listing-details li {
    padding-left: 25px;
}
.list-layout .listing-footer {
    padding: 10px 35px;
}
.list-layout .listing-img-container:before {
    background: linear-gradient(to bottom, transparent 55%, #2f2f2f);
}
.list-layout .listing-img-container:after {
    background: linear-gradient(to bottom, transparent 55%, #66676b);
}
.grid-layout .listing-item .details.button {
    display: none;
}
.grid-layout .listing-item.list-layout .details.button {
    display: block;
}
.grid-layout {
    left: -1.5%;
    width: 103%;
    position: relative;
}
.grid-layout .listing-item {
    display: inline-block;
    width: 47%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
}
.grid-layout-three {
    left: -1%;
    width: 102%;
    position: relative;
}
.grid-layout-three .listing-item {
    display: inline-block;
    width: 31.33%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
}
.layout-switcher.hidden {
    display: none;
}
.layout-switcher a {
    width: 36px;
    height: 36px;
    background-color: #f0f0f0;
    display: inline-block;
    border-radius: 3px;
    color: #a0a0a0;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    transition: all .3s;
}
.layout-switcher a.active, .layout-switcher a:hover, .listing-hidden-content {
    background-color: #66676b;
    color: #fff;
}
.layout-switcher {
    text-align: right;
    display: none;
}
.details.button.border {
    padding: 8px 16px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: 0;
    transform: translate(0, -51%) scale(1);
    transition: all .25s;
    overflow: hidden;
    display: none;
}
.list-layout .details.button.border {
    display: block;
}
.details.button.border:hover {
    padding-right: 32px;
}
.details.button.border:after {
    content: "\f105";
    font-size: 18px;
    position: absolute;
    opacity: 0;
    color: #fff;
    transition: all .25s;
    right: 5px;
}
.details.button.border:hover:after {
    opacity: 1;
    right: 15px;
}
.listing-item.compact {
    overflow: hidden;
    position: relative;
    z-index: 99;
    border-radius: 8px;
}
.compact .listing-img-content {
    padding: 0;
}
.listing-hidden-content {
    position: relative;
    width: 100%;
    height: 0;
    transition: all .4s;
    margin: 0;
    list-style: none;
    font-size: 14px;
    padding: 0 0 0 25px;
    display: block;
    overflow: hidden;
}
.listing-item.compact:hover .listing-hidden-content {
    height: 70px;
}
.listing-item.compact li {
    display: inline-block;
    color: rgba(255, 255, 255, .8);
    line-height: 20px;
    padding: 15px 20px 0 0;
    position: relative;
    transition: all .5s;
    opacity: 0;
}
.listing-item.compact li:last-child {
    padding: 0;
}
.listing-item.compact:hover li {
    opacity: 1;
}
.listing-item.compact li span {
    display: block;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.compact .listing-img-container:before {
    opacity: .9;
    background: linear-gradient(to bottom, transparent 55%, #2f2f2f);
    transition: opacity .5s;
}
.compact .listing-img-container:after {
    opacity: 0;
    background: linear-gradient(to bottom, transparent 35%, #2f2f2f 95%);
    transition: opacity .6s;
}
.compact .listing-img-container:hover:before {
    opacity: 0;
    transition: opacity .6s;
}
.compact .listing-img-container:hover:after {
    opacity: 1;
    transition: opacity .5s;
}
.compact .listing-img-content span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
.compact .listing-img-content .listing-compact-title {
    padding: 23px 26px;
    display: block;
}
.compact .listing-img-content .listing-compact-title i {
    display: block;
    font-style: normal;
    font-size: 25px;
    padding: 0;
    margin: 8px 0 0;
    font-weight: 600;
}
.compact .listing-img-content .listing-compact-title i b {
    font-weight: 100;
    font-size: 13px;
}
section.fullwidth {
    width: 100%;
    display: block;
    position: relative;
    padding: 50px 0;
    
    background-color: #f7f7f7;
}
.pagination, .pagination ul, .pagination ul li {
    padding: 0;
    margin: 0;
}
section.fullwidth.border-top {
    border-top: 1px solid #e4e4e4;
}
section.fullwidth.border-bottom {
    border-bottom: 1px solid #e4e4e4;
}
.pagination {
    text-align: center;
    overflow: hidden;
    z-index: 9;
}
.pagination ul li {
    display: inline-block;
    list-style: none;
}
.pagination ul li a, .pagination-next-prev ul li a {
    padding: 12px 0;
    border-bottom: none;
    display: inline-block;
    color: #888;
    background-color: #f2f2f2;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 3px;
    line-height: 20px;
}
.pagination ul li a {
    width: 42px;
}
.pagination ul li.blank {
    color: #a0a0a0;
    padding: 0 6px;
}
.pagination .current, .pagination ul li a.current-page, .pagination ul li a:hover, .pagination-next-prev ul li a:hover {
    background-color: #66676b;
    color: #fff;
}
.pagination-next-prev ul {
    list-style: none;
}
.pagination-next-prev a.next, .pagination-next-prev a.prev {
    position: absolute;
    top: 0;
}
.pagination-next-prev a.next {
    right: 0;
}
.pagination-next-prev a.prev {
    left: 0;
}
.pagination-next-prev ul li a {
    color: #888;
    padding: 12px 16px;
}
.pagination-container {
    position: relative;
}
#titlebar.property-titlebar {
    background: linear-gradient(to bottom, #f7f7f7 0, rgba(255, 255, 255, .5));
    padding: 55px 0 45px;
}
#titlebar.property-titlebar span, #titlebar.property-titlebar span a {
    font-size: 17px;
    color: #888;
    margin-top: 5px;
    display: inline-block;
}
#titlebar.property-titlebar span a:hover {
    color: #666;
}
#titlebar.property-titlebar h1, #titlebar.property-titlebar h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 1px 0;
}
#titlebar.property-titlebar span.property-badge {
    margin: 0 0 0 4px;
    padding: 4px 11px;
    line-height: 24px;
    border-radius: 3px;
    background-color: #66676b;
    color: #fff;
    font-size: 13px;
    position: relative;
    top: -4px;
}
.property-title {
    margin-left: 85px;
}
.back-to-listings {
    height: 60px;
    width: 60px;
    background-color: #eaeaea;
    color: #a0a0a0;
    border-radius: 3px;
    display: inline-block;
    float: left;
    margin: -5px 25px 0 0;
    text-align: center;
    transition: all .4s;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.back-to-listings:before {
    content: "\f104";
    font-size: 36px;
    line-height: 58px;
    left: -1px;
    position: relative;
}
.back-to-listings:hover {
    color: #fff;
    background-color: #66676b;
}
.property-pricing {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    color: #66676b;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    line-height: 34px;
}
.property-pricing .sub-price {
    font-size: 19px;
    color: #999;
}
.fullwidth-home-slider .item, .fullwidth-property-slider .item, .property-slider .item {
    height: 600px;
    position: relative;
    background-size: cover;
    background-position: 50%;
    border-radius: 3px;
}
.fullwidth-home-slider, .fullwidth-property-slider {
    background-color: #fff;
}
.fullwidth-home-slider .item, .fullwidth-property-slider .item {
    opacity: .2;
    transition: all .6s;
    border-radius: 0;
    position: relative;
    height: 600px;
}
.fullwidth-home-slider .item.slick-center, .fullwidth-property-slider .item.slick-center {
    opacity: 1;
}
.fullwidth-property-slider .slick-prev {
    left: 15%}
.fullwidth-property-slider .slick-next {
    right: 15%}
@media (max-width:1440px) {
    .fullwidth-home-slider .item, .fullwidth-property-slider .item {
    height: 550px;
}
}@media (max-width:1366px) {
    .fullwidth-property-slider .slick-prev {
    left: -1px;
}
.fullwidth-property-slider .slick-next {
    right: -1px;
}
}.fullwidth-home-slider .item:before {
    background: linear-gradient(to bottom, transparent 45%, #222);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    pointer-events: none;
    opacity: 0;
    opacity: .9;
}
.fullwidth-home-slider div {
    height: auto;
}
.home-slider-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.fullwidth-home-slider .home-slider-desc {
    position: absolute;
    bottom: 60px;
    height: auto;
    color: #fff;
    z-index: 1001;
    width: 100%}
.home-slider-desc h3 {
    margin: 0;
    padding: 0;
    color: #fff;
}
.home-slider-desc h3 a {
    margin: 0;
    padding: 0 0 5px;
    color: #fff;
    display: block;
    font-size: 29px;
    line-height: 42px;
}
.home-slider-desc span {
    font-size: 17px;
    display: block;
}
.home-slider-desc span i {
    margin-right: 4px;
}
.home-slider-desc .button {
    margin-top: 15px;
}
.home-slider-title {
    border-bottom: 1px solid rgba(255, 255, 255, .21);
    margin-bottom: 22px;
    padding-bottom: 22px;
    width: 100%;
    display: inline-block;
}
.home-slider-desc .read-more {
    color: #fff;
}
.home-slider-desc .read-more i {
    color: #66676b;
}
.home-slider-price {
    border-radius: 3px;
    background-color: #66676b;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 12px 15px 9px;
    display: inline-block;
    line-height: 25px;
}
.home-slider-price i {
    font-size: 17px;
    font-style: normal;
    opacity: .7;
    line-height: 25px;
    padding: 0;
    position: relative;
    top: -2px;
}
.no-arrows .slick-next, .no-arrows .slick-prev {
    display: none!important;
}
.property-slider-container {
    position: relative;
}
.property-slider-container .agent-widget {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 99;
    width: 350px;
}
.fullwidth-home-slider a.item, .fullwidth-property-slider a.item, .property-slider a.item {
    cursor: zoom-in;
}
.property-slider .item.slick-current.slick-active img {
    opacity: 1;
}
.property-slider-nav {
    margin-top: 10px;
    width: calc(100% + 8px);
    position: relative;
    left: -4px;
}
.property-slider-nav .item {
    cursor: pointer;
    margin: 0 5px;
    position: relative;
    border-radius: 3px;
    outline: 0;
}
.property-slider-nav .item img {
    border-radius: 3px;
}
.property-slider-nav .item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid transparent;
    transition: .3s;
    border-radius: 3px;
}
.property-slider-nav .item.slick-current.slick-active:before {
    border-color: #66676b;
}
.property-description h3.desc-headline {
    font-size: 22px;
    margin: 50px 0 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}
.property-description h3.desc-headline.no-border {
    padding-bottom: 0;
    border-bottom: none;
}
.agent-widget {
    background-color: #fff;
    color: #707070;
    border-radius: 4px;
    padding: 32px;
    transition: .25s;
    margin-bottom: 30px;
}
.agent-widget h4 {
    color: #333;
    margin: 0 0 6px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.agent-title .agent-photo img {
    border-radius: 50%;
    max-width: 72px;
}
.agent-title .agent-photo {
    float: left;
    display: block;
}
.agent-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.agent-details {
    margin-left: 90px;
    transform: translateY(-15%);
    margin-bottom: 10px;
}
.agent-details span i {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.agent-details span {
    color: #fff;
    display: inline-block;
    padding: 5px 0;
    background: #e9880c;
    text-align: center;
    width: 145px;
    border-radius: 4px;
    font-size: 13px;
}
.property-features {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.property-features li {
    color: #333;
    display: block;
    margin: 0 0 7px;
    padding: 0;
}
.img-box, .tip, .tip:after {
    display: inline-block;
}
.property-features li:last-child {
    margin: 0;
}
.property-features li span, .property-features.checkboxes li {
    color: #707070;
}
.property-features.checkboxes li:before {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    top: -1px;
    position: relative;
    content: "\f00c";
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #66676b;
    border: 2px solid transparent;
    transition: border-color 0s;
    border-radius: 2px;
}
#propertyMap {
    height: 400px;
    border-radius: 3px;
}
#propertyMap-container {
    height: auto;
    position: relative;
    padding-top: 5px;
    display: block;
}
.show-more {
    max-height: 240px;
    overflow: hidden;
    position: relative;
    transition: max-height 1s;
}
.show-more-button, .show-more:after {
    position: absolute;
    left: 0;
    display: block;
}
.show-more:after {
    content: "";
    bottom: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(transparent, #fff 88%);
    z-index: 9;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}
.show-more.visible {
    max-height: 2500px;
}
.show-more.visible .show-more-button, .show-more.visible:after {
    opacity: 0;
    visibility: hidden;
}
.show-more-button {
    bottom: -15px;
    margin-left: 50%;
    transform: translateX(-50.5%);
    z-index: 10;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: all .3s;
    padding: 10px 20px;
}
.show-more-button i {
    margin-left: 3px;
}
#titlebar.submit-page h2, .submit-page {
    padding: 0 7%}
#titlebar.submit-page h2 i {
    margin-right: 3px;
}
.submit-section {
    margin: 30px 0 60px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}
.submit-page input, .submit-page textarea {
    transition: box-shadow .2s!important;
}
.submit-page input:focus, .submit-page textarea:focus {
    transition: box-shadow .2s!important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
}
.submit-page h5 {
    margin-bottom: 15px;
    font-size: 15px;
}
.submit-page h5 span {
    color: #888;
}
.submit-page .form {
    margin-bottom: 30px;
}
textarea.WYSIWYG {
    min-height: 250px;
}
.submit-page .divider {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    margin: -20px 0 35px;
}
a.button.preview {
    font-size: 17px;
    padding: 15px 25px;
}
a.button.preview i {
    margin-left: 5px;
}
.tip {
    font-style: normal;
    position: relative;
    top: -1px;
    left: 2px;
    cursor: help;
    font-size: 11px;
    line-height: 0;
    width: 18px;
    height: 18px;
    background: #66676b;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.tip-content, .tip:after {
    line-height: 19px;
    text-align: center;
}
.contact-sent, .img-box, .tip-content {
    border-radius: 8px;
}
.tip-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 20px));
    background: #333;
    color: #fff;
    padding: 13px 15px;
    min-width: 225px;
    max-width: 225px;
    font-size: 13px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.address-container, .img-box-background {
    background-repeat: no-repeat;
    background-size: cover;
}
.tip:hover .tip-content {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, calc(-100% - 13px));
}
.tip:after {
    content: "\f128";
    position: relative;
    -moz-transform: translateY(-1px);
}
.tip-content:after {
    content: "\f0dd";
    position: absolute;
    bottom: 3px;
    left: 50%;
    font-size: 22px;
    color: #333;
    transform: translate(-50%, 50%);
}
.address-container:before, .img-box:before, .office-address h3:after {
    content: ""}
.img-box {
    height: 250px;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 90;
    margin: 10px 0;
    box-shadow: 0px 0px 6px #00000069;  
}
.img-box-background, .img-box-content, .img-box:before {
    position: absolute;
    width: 100%}
.img-box-background {
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50%;
    transition: transform .35s ease-out;
}
.img-box:hover .img-box-background {
    transform: scale(1.06);
}
.img-box:before {
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    background-color: #222;
    opacity: .3;
    z-index: 99;
    transition: .3s ease-out;
}
.img-box:hover:before {
/*    background-color: #66676b;
    opacity: .7;*/
}
.img-box-content {
z-index: 101;
    bottom: 0;
    margin: 0 auto;
    text-align: left;
    left: 0;
    /*transform: translate(0, -50.5%);*/
    right: 0;
    padding: 10px 15px;
    background: #00000061;
}
.img-box-content h4 {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    margin: 0;
}
.img-box-content span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: block;
    line-height: normal;
}
#contact textarea {
    min-height: 200px;
    margin: 15px 0 25px;
}
#contact input {
    margin-bottom: 25px;
}
.loader {
    margin-left: 15px;
}
.submit.disabled, .submit.disabled:hover {
    background-color: #e8e8e8;
    color: #333;
}
#contact input.button.submit {
    margin-bottom: 10px;
    line-height: 20px;
    transition: all .25s!important;
}
#contact input[type=submit].submit:hover {
    opacity: .92;
}
.contact-sent {
    background-color: #EBF6E0;
    color: #5f9025;
    padding: 20px 26px;
    margin-bottom: 30px;
}
.office-address {
    text-align: center;
    position: relative;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 100%}
.office-address ul {
    list-style: none;
    font-size: 18px;
    padding: 0;
    line-height: 30px;
}
.office-address h3 {
    font-size: 28px;
    color: #fff;
    margin-top: 0;
}
.office-address h3:after {
    height: 2px;
    width: 50px;
    position: relative;
    display: block;
    background-color: #66676b;
    margin: 20px auto;
    border-radius: 2px;
}
.address-container {
    background-color: #2b2c30;
    background-position: 50% 50%;
    display: table;
    width: 100%;
    position: relative;
    height: 100%}
.address-container:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
    background-color: #1e1e21;
    opacity: .9;
}
.contact-map {
    display: flex;
}
.contact-map .google-map-container {
    flex: 1;
    position: relative;
}
.contact-map .address-box-container {
    flex: 0 auto;
    width: 440px;
    height: 450px;
}
.contact-map .google-map-container #propertyMap {
    height: 100%;
    width: 100%}
@media (min-width:1680px) {
    .contact-map .address-box-container {
    height: 480px;
}
}@media (max-width:1440px) {
    .contact-map .address-box-container {
    height: 420px;
}
}.sidebar-textbox {
    display: inline-block;
    width: 100%;
    padding-right: 40px;
}
.sidebar-textbox.color {
    background-color: #666;
    color: #fff;
}
.sidebar-textbox.color h4 {
    color: #fff;
}
.sidebar-textbox h4 {
    font-size: 16px;
    margin: 0 0 16px;
    padding: 0;
}
.sidebar-textbox span {
    color: #666;
    display: inline-block;
}
.sidebar-textbox.color span {
    color: #fff;
}
.contact-details {
    list-style: none;
    padding: 20px;
    position: relative;
    width: 100%;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 5px #dedcdc;
    border-radius: 6px;
    line-height: 22px;
    font-size: 14px;
    height: 130px;    
}
.contact-details strong {
    font-weight: 500;
    display: block;
    color: #333;
}
.contact-details i {
    font-size: 32px;
    color: #333;
}
.blog-post {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    margin: 15px 0;
}
.post-img img, .post-img:after {
    width: 100%;
    border-radius: 3px 3px 0 0;
}
section.fullwidth .blog-post {
    margin: 5px 0 0;
}
.post-img {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.post-img:after, .post-img:before {
    position: absolute;
    display: block;
    content: ""}
.post-img:after {
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    background: #66676b;
    background: linear-gradient(to bottom, transparent 40%, #66676b);
    transition: opacity .4s;
}
.post-img:hover:after {
    opacity: .8;
}
.post-img:before {
    opacity: 0;
    visibility: hidden;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 119;
    transition: .3s;
    transform: translateY(-80%);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #66676b;
    background-image: url(../images/plus-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%}
.search-blog-input, a.read-more i {
    position: relative;
}
.post-img:hover:before {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}
.post-content {
    padding: 38px;
}
.post-content p {
    margin: 18px 0 0;
}
.post-content h3 {
    margin: 0;
    line-height: 34px;
    font-size: 22px;
}
.post-content h3 a {
    color: #333;
}
.post-content h3 a:hover {
    color: #66676b;
}
.post-content .meta-tags span {
    margin: 0 0 15px;
    display: inline-block;
    color: #888;
}
.post-content a.read-more {
    color: #66676b;
    margin: 23px 0 2px;
    display: inline-block;
}
a.read-more i {
    font-size: 20px;
    padding-left: 4px;
    top: 1px;
    transition: .2s;
}
a.read-more:hover i {
    padding-left: 7px;
}
.post-meta {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}
.post-meta li {
    display: inline-block;
    color: #888;
}
.post-meta li:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #d0d0d0;
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 10px;
}
.post-meta li:last-child:after {
    display: none;
}
.post-meta li a {
    color: #888;
}
.post-meta li a:hover {
    color: #66676b;
}
.blog-page .blog-post {
    margin: 0 0 45px;
}
.widget .search-blog-input .input:before {
    content: "\e090";
    font-size: 17px;
    color: #a0a0a0;
    position: absolute;
    display: inline-block;
    font-family: simple-line-icons;
    right: 18px;
    top: 13px;
    margin-bottom: 0;
    background-color: #fff;
    padding-left: 7px;
}
#contact input, #contact textarea, .widget .search-blog-input input {
    transition: box-shadow .2s!important;
    padding: 6px 12px;
}
#contact input:focus, #contact textarea:focus, .widget .search-blog-input input:focus {
    transition: box-shadow .2s!important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
}
.widget-tabs {
    padding: 0;
    list-style: none;
}
.widget .tab-content {
    padding-bottom: 0;
}
.widget-thumb a img {
    display: block;
    float: left;
    border-radius: 3px;
    margin: 3px 22px 0 0;
}
.widget-thumb {
    width: 95px;
    margin-right: 25px;
}
.widget-text h5 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 5px;
}
.widget-text h5 a {
    color: #333;
}
.widget-text h5 a:hover {
    color: #66676b;
}
.widget-text span {
    color: #888;
    font-weight: 500;
    margin: -2px 0 0;
    display: block;
}
.widget-text, .widget-thumb {
    display: inline-block;
}
.widget-thumb a img {
    width: 100%;
    height: auto;
}
.widget-text {
    width: 70%;
    padding: 0 25px 0 0;
    position: relative;
}
.widget-tabs .widget-content {
    display: table;
}
.widget-tabs .widget-content .widget-text {
    display: table-cell;
    vertical-align: middle;
}
.widget-tabs li {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 20px;
    margin: 24px 0 0;
}
.widget-tabs li:first-child {
    padding: 0 0 20px;
    margin: 32px 0 0;
}
.sabirightside .widget h3, .widget h3 {
    margin-top: 0;
    margin-bottom: 25px;
}
.widget-tabs li:last-child {
    border: none;
    padding-bottom: 0;
}
.sabirightside .widget h3 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
}
.social-icons li i, body .style-2 .trigger a, body .style-2 .ui-accordion .ui-accordion-header {
    text-transform: none;
}
.single-post p {
    margin: 20px 0;
}
.single-post p:last-child {
    margin-bottom: 0;
}
.single-post .post-img {
    border-radius: 3px 3px 0 0;
}
.blog-page .blog-post .post-content, .single-post .post-content {
    padding: 36px 43px;
}
.comments {
    margin: -10px 0 0;
}
.comments h4 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}
.comments h4 span {
    display: inline-block;
    font-size: inherit;
}
.comment {
    font-size: 20px;
}
.comments .button {
    margin: 0 0 10px;
    padding: 7px 15px;
}
.comments.reviews .button {
    margin: 0;
}
.comments ul {
    padding-left: 0;
}
.comments ul li {
    display: block;
}
.comments ul li, .comments ul li ul li, .comments ul li ul li ul li {
    margin: 50px 0 0;
}
.comments ul li ul {
    margin: 0 0 0 100px;
}
.comment-content p {
    margin: 3px 0 0;
    line-height: 26px;
}
.comment-content {
    color: #666;
    padding: 0 0 0 100px;
}
.comments ul li ul {
    border-left: 1px solid #e0e0e0;
    padding-left: 35px;
}
.comments ul li ul li:before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #e0e0e0;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: -35px;
}
.comments ul li {
    position: relative;
}
.comment-content strong {
    padding-right: 5px;
    color: #666;
}
.comment-content span {
    color: #888;
}
body .comment-content p {
    padding: 5px 0;
}
.comments-amount {
    color: #888;
    font-weight: 500;
}
.avatar {
    display: inline-block;
    float: left;
    padding: 0 20px 0 0;
    position: absolute;
    left: 0;
}
#tiptip_holder.tip_bottom, .comment-by {
    padding-top: 5px;
}
.avatar img {
    max-width: 80px;
    border-radius: 50%}
.comment-by {
    width: 100%;
    padding-bottom: 8px;
    font-weight: 500;
    color: #333;
}
.comment-by h5 {
    margin: 0 0 7px;
}
.comment-by a.reply, .comment-by a.reply i {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.comment-by a.reply {
    display: inline;
    background-color: #f0f0f0;
    padding: 5px 16px;
    line-height: 22px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 15px;
    border-radius: 50px;
}
.comment-by a.reply i {
    font-size: 12px;
    margin-right: 1px;
}
.comment-by a.reply:hover {
    background-color: #66676b;
}
.comment-by a.reply:hover, .comment-by a.reply:hover i {
    color: #fff;
}
.comment-by span.date {
    color: #888;
    font-weight: 500;
    margin: 0;
    float: none;
    display: block;
    text-align: left;
}
.add-comment label span {
    color: #e24747;
}
.add-comment input {
    margin: 0 0 25px;
    width: 40%;
    min-width: 40%;
    box-sizing: border-box;
}
.add-comment input:focus, .add-comment textarea:focus {
    transition: box-shadow .2s!important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
}
.add-comment textarea {
    margin: 0 0 30px;
    min-width: 100%;
    min-height: 220px;
    resize: vertical;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about-author {
    margin: 10px 0 45px;
    padding: 30px 35px;
    background: #f8f8f8;
    border-radius: 3px;
}
.about-author p {
    margin: 5px 0;
}
.about-author a {
    position: relative;
    top: -7px;
}
.about-author h4 {
    letter-spacing: 0;
}
.about-author img {
    float: left;
    margin: 7px 5px 5px;
    width: 90px;
    height: 90px;
    border-radius: 50%}
.about-description {
    margin: 2px 0 0 130px;
}
.share-buttons {
    padding: 0;
    list-style: none;
}
.share-buttons li {
    display: inline-block;
    margin: 0 6px 8px 0;
}
.share-buttons li a {
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 20px;
    transition: .3s;
    display: inline-block;
    line-height: 17px;
}
.infoBox, .map-box {
    border-radius: 3px;
}
.share-buttons li a:hover {
    color: #fff;
}
.share-buttons li i {
    font-size: 16px;
    position: relative;
    right: 3px;
    top: 1px;
}
.share-buttons li a.fb-share:hover {
    background: #3b5998;
    color: #fff;
}
.share-buttons li a.fb-share {
    border-color: #3b5998;
    color: #3b5998;
}
.share-buttons li a.twitter-share:hover {
    background: #1da1f2;
    color: #fff;
}
.share-buttons li a.twitter-share {
    border-color: #1da1f2;
    color: #1da1f2;
}
.share-buttons li a.gplus-share:hover {
    background: #dd4b39;
    color: #fff;
}
.share-buttons li a.gplus-share {
    border-color: #dd4b39;
    color: #dd4b39;
}
.share-buttons li a.pinterest-share:hover {
    background: #bd081c;
    color: #fff;
}
.share-buttons li a.pinterest-share {
    border-color: #bd081c;
    color: #bd081c;
}
#posts-nav {
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0;
    display: inline-block;
    min-height: 60px;
}
#posts-nav li span {
    display: block;
    color: #999;
    font-size: 15px;
    margin-bottom: 1px;
    font-weight: 500;
}
#posts-nav li {
    position: absolute;
    font-size: 17px;
    font-weight: 500;
    width: 50%}
.cluster, .cluster div {
    width: 36px!important;
    height: 36px!important;
}
#posts-nav li a {
    transition: transform .3s, color .3s 0s;
    color: #333;
    display: inline-block;
}
#posts-nav li a:hover {
    color: #66676b;
}
#posts-nav li.next-post {
    right: 0;
    text-align: right;
}
#posts-nav li.prev-post {
    left: 0;
}
#posts-nav li.next-post a {
    padding-right: 50px;
}
#posts-nav li.prev-post a {
    padding-left: 50px;
}
#posts-nav li.next-post a:before, #posts-nav li.prev-post a:before {
    font-family: simple-line-icons;
    font-size: 20px;
    position: absolute;
    color: inherit;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transition: transform .3s;
}
#nextpoint:after, #prevpoint:before, .infoBox-close, .map-box-icon:before {
    font-family: FontAwesome;
}
.infoBox-close, .map-box h4 a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
#posts-nav li.next-post a:before {
    right: 0;
    content: "\e606"}
#posts-nav li.prev-post a:before {
    left: 0;
    content: "\e605"}
#posts-nav li.next-post a:hover:before {
    transform: translate3d(5px, -50%, 0);
}
#posts-nav li.prev-post a:hover:before {
    transform: translate3d(-5px, -50%, 0);
}
.map-box {
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    position: relative;
    left: -62px;
}
.map-box h4 {
    margin: 0;
    padding: 0;
}
.map-box h4 a {
    padding: 0;
    font-size: 17px;
    line-height: 25px;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
}
.map-box h4 a:hover {
    color: #66676b;
}
.map-box p {
    padding: 0;
    line-height: 25px;
    margin: 2px 0 0;
    font-size: 14px;
}
.map-box ul.listing-details {
    padding: 0;
    font-size: 14px;
    display: none;
}
.map-box .listing-title {
    padding: 20px 22px 22px;
}
.map-box .listing-img-content {
    padding: 18px 22px;
}
.map-box .listing-img-content span {
    font-size: 21px;
}
.map-box .listing-img-content .listing-price i {
    font-size: 15px;
    margin: -7px 0 0;
}
.infoBox>img {
    position: absolute!important;
    right: 0;
    top: 0;
}
.map-box .listing-img-container:before {
    background: linear-gradient(to bottom, transparent 50%, #2f2f2f);
}
.map-box .listing-img-container:after {
    background: linear-gradient(to bottom, transparent 50%, #66676b);
}
.cluster img {
    display: none;
}
.cluster div {
    text-align: center;
    font-size: 15px!important;
    color: #fff!important;
    font-weight: 500;
    border-radius: 50%;
    line-height: 36px!important;
    background-color: #66676b;
}
.cluster div:before {
    border: 7px solid #66676b;
    opacity: .2;
    box-shadow: inset 0 0 0 4px #66676b;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: cluster-animation 2.5s infinite;
}
@keyframes cluster-animation {
    0%, 100% {
    transform: scale(1.3) rotate(0);
}
50% {
    transform: scale(1.5) rotate(90deg);
}
}.infoBox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    z-index: 999;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 31px;
    width: 31px;
    background-color: #fff;
    color: #333;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 3px;
    -webkit-text-stroke: 1px #fff;
}
.infoBox-close:hover {
    color: #fff;
    background-color: #66676b;
    -webkit-text-stroke: 1px #66676b;
}
.map-box-icon {
    height: 38px;
    width: 38px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #3685cf;
    display: block;
    color: #fff;
    font-size: 12px;
    z-index: 101;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
}
.map-box-icon:before {
    content: "";
    position: relative;
    top: 7px;
    display: block;
}
.map-box-image:hover .map-box-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateX(0);
}
.select-hidden, .slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}
.map-box-image {
    position: relative;
    overflow: hidden;
    display: block;
}
.infoBox {
    -webkit-animation: fadeIn .9s;
    animation: fadeIn .9s;
}
@-webkit-keyframes fadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes fadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}.infoBox:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}
#map, #map-container {
    width: 100%;
    z-index: 990;
}
#map {
    height: 100%;
    margin: 0;
}
#map-container {
    position: relative;
    top: 0;
    left: 0;
    height: 520px;
    margin-bottom: 60px;
}
.gmnoprint {
    margin: 10px;
}
.custom-zoom-in, .custom-zoom-out {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 15px;
    transition: color .3s, background-color .3s;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .2);
    text-align: center;
    font-size: 15px;
    height: 32px;
    width: 32px;
}
.custom-zoom-in:hover, .custom-zoom-out:hover {
    background-color: #66676b;
    color: #fff;
}
.custom-zoom-in:before, .custom-zoom-out:before {
    font-family: FontAwesome;
    width: 100%;
    line-height: 34px;
    transition: -webkit-text-stroke .3s;
    -webkit-text-stroke: 1px #fff;
}
.custom-zoom-in:before {
    content: "\f067"}
.custom-zoom-out:before {
    content: "\f068"}
.custom-zoom-in:hover:before, .custom-zoom-out:hover:before {
    -webkit-text-stroke: 1px #66676b;
}
#mapnav-buttons {
    position: absolute;
    transform: translate(0, 0);
    z-index: 999;
    font-size: 13px;
    display: inline-block;
    bottom: 20px;
    right: 20px;
    list-style: none;
    padding: 0;
}
#mapnav-buttons.top {
    top: 20px;
    right: 20px;
    bottom: initial;
}
#mapnav-buttons li {
    float: left;
    margin-left: 4px;
    line-height: 20px;
}
#geoLocation, #mapnav-buttons a, #scrollEnabling, #streetView {
    color: #333;
    background-color: #fff;
    padding: 9px 16px 8px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -transition: all .2s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .2);
}
#geoLocation:hover, #mapnav-buttons a:hover, #scrollEnabling.enabled, #scrollEnabling:hover, #streetView:hover {
    background-color: #66676b;
    color: #fff;
}
#nextpoint:after, #prevpoint:before {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    top: 1px;
    line-height: 1px;
}
#prevpoint:before {
    content: "\f104";
    margin: 0 6px 0 0;
}
#nextpoint:after {
    content: "\f105";
    margin: 0 0 0 6px;
}
#geoLocation, #scrollEnabling, #streetView {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    font-size: 13px;
    line-height: 20px;
}
#geoLocation:before, #scrollEnabling:before, #streetView:before {
    content: "\e015";
    font-family: simple-line-icons;
    position: relative;
    top: 2px;
    margin: 0 6px 0 0;
    font-size: 15px;
    line-height: 1px;
}
#geoLocation:before, #streetView:before {
    font-size: 16px;
    font-family: FontAwesome;
}
#scrollEnabling:before {
    margin-left: -3px;
}
#streetView:before {
    content: "\f21d";
    top: 1px;
    margin-right: 8px;
}
#geoLocation {
    right: auto;
    left: 20px;
    padding: 8px 11px;
}
#geoLocation:before {
    content: "\f192";
    margin: 0;
    top: 2px;
}
body .carousel {
    left: -15px;
    width: calc(100% + 30px);
}
.carousel-item {
    margin: 15px;
}
.owl-theme .owl-controls {
    text-align: center;
}
.dot-navigation.owl-theme .owl-controls .owl-buttons {
    display: none;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    position: relative;
    zoom: 1;
    padding: 6px;
    background: #3aa607;
    font-family: FontAwesome;
    font-size: 30px;
    transition: all .2s;
    width: 40px;
    height: 40px;
    line-height: 26px;
    margin: 0 2px;
    border-radius: 50%;    
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f105"}
.owl-theme .owl-controls .owl-buttons .owl-prev:after {
    content: "\f104"}
.owl-theme .owl-controls .owl-buttons {}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 40%;
    left: -10px;
    border-radius: 50%;
    opacity: 0.3;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 40%;
    right: -10px;
    border-radius: 50%;
    opacity: 0.3;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    color: #fff;
    background: #fd7e00;
    opacity: 1;
}
.margintopindex {
    margin-top: 40px;
}
.logo-carousel {
    padding: 0;
}
.logo-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: -75px;
    right: -5px;
}
.logo-carousel .item {
    text-align: center;
    padding: 0;
}
.logo-carousel .item img {
    max-width: 200px;
    height: auto;
}
.listing-carousel.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    right: 0;
    color: #fff;
    width: 100%;
    height: 100px;
    transform: translate(0, -50%);
    z-index: 99;
}
.listing-carousel.owl-theme .owl-controls .owl-buttons div, .listing-carousel.owl-theme .owl-controls .owl-buttons div:hover {
    color: #fff;
    position: absolute;
    z-index: 101;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 22px;
    transition: all .3s;
    background-color: transparent;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 37px;
    padding: 0;
}
.list-layout .listing-carousel.owl-theme .owl-controls .owl-buttons div, .list-layout .listing-carousel.owl-theme .owl-controls .owl-buttons div:hover {
    font-size: 19px;
    height: 32px;
    width: 32px;
    line-height: 31px;
}
.listing-carousel.owl-theme .owl-controls .owl-next:after, .listing-carousel.owl-theme .owl-controls .owl-prev:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #66676b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    border-radius: 50%;
    opacity: .9;
    transition: opacity .3s;
}
.listing-carousel.owl-theme .owl-controls .owl-next:before, .listing-carousel.owl-theme .owl-controls .owl-prev:after {
    z-index: 99;
    position: relative;
}
.listing-carousel.owl-theme .owl-controls .owl-buttons div:hover:after, .listing-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
    opacity: 1;
}
.listing-carousel.owl-theme .owl-controls .owl-next {
    right: 26px;
    text-indent: 2px;
}
.listing-carousel.owl-theme .owl-controls .owl-prev {
    left: 26px;
    text-indent: -2px;
}
.listing-item .owl-next, .listing-item .owl-prev {
    opacity: 0;
    transition: all .4s;
}
.listing-item .owl-next {
    margin-right: -5px;
}
.listing-item .owl-prev {
    margin-left: -5px;
}
.listing-item:hover .owl-next, .listing-item:hover .owl-prev {
    opacity: 1;
    transform: translate3d(0, -51%, 0);
    margin: 0;
}
.listing-carousel.outer .owl-next, .listing-carousel.outer .owl-prev {
    opacity: 1;
    transition: all .4s;
}
.listing-carousel.owl-theme.outer .owl-controls .owl-buttons {
    top: -48px;
    height: 0;
}
.listing-carousel.owl-theme.outer .owl-controls .owl-buttons .owl-next {
    right: 0;
}
.listing-carousel.owl-theme.outer .owl-controls .owl-buttons .owl-prev {
    right: 35px;
    left: auto;
}
.listing-carousel.owl-theme.outer .owl-controls .owl-buttons div, .listing-carousel.owl-theme.outer .owl-controls .owl-buttons div:hover {
    color: #fff;
    position: absolute;
    z-index: 101;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    transition: all .3s;
    background-color: transparent;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    padding: 0;
}
.listing-carousel.owl-theme.outer .owl-controls .owl-next::after, .listing-carousel.owl-theme.outer .owl-controls .owl-prev::before {
    background-color: #eee;
    opacity: 1;
    transition: all .3s;
}
.listing-carousel.owl-theme.outer .owl-controls .owl-next::before, .listing-carousel.owl-theme.outer .owl-controls .owl-prev::after {
    color: #a0a0a0;
    transition: all .3s;
}
.listing-carousel.owl-theme.outer .owl-controls .owl-next:hover::after, .listing-carousel.owl-theme.outer .owl-controls .owl-prev:hover::before {
    background-color: #66676b;
}
.listing-carousel.owl-theme.outer .owl-controls .owl-next:hover::before, .listing-carousel.owl-theme.outer .owl-controls .owl-prev:hover::after {
    color: #fff;
}
.owl-nav span {
    color: #FFF;
    margin: 0;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5;
    cursor: pointer;
}
.owl-theme .owl-controls .owl-page {
    display: none;
}
.dot-navigation.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 10px 4px 0;
    opacity: .5;
    border-radius: 50%;
    background: #aaa;
    transition: all .2s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.html) center center no-repeat;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel, .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
}
.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y;
}
.slick-dots, .slick-next, .slick-prev {
    display: block;
    padding: 0;
    text-align: center;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.grabbing {
    cursor: url(grabbing.html) 8 8, move;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
    0% {
    opacity: 1;
}
}@-moz-keyframes empty {
    0% {
    opacity: 1;
}
}@keyframes empty {
    0% {
    opacity: 1;
}
}@-webkit-keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-moz-keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-webkit-keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}@-moz-keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}@keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}@-webkit-keyframes backSlideOut {
    25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
}
100%, 75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
}
}@-moz-keyframes backSlideOut {
    25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
}
100%, 75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
}
}@keyframes backSlideOut {
    25% {
    opacity: .5;
    transform: translateZ(-500px);
}
100%, 75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
}
}@-webkit-keyframes backSlideIn {
    0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
}
75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
}
100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
}
}@-moz-keyframes backSlideIn {
    0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
}
75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
}
100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
}
}@keyframes backSlideIn {
    0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
}
75% {
    opacity: .5;
    transform: translateZ(-500px);
}
100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
}
}@-webkit-keyframes scaleToFade {
    to {
    opacity: 0;
    -webkit-transform: scale(.8);
}
}@-moz-keyframes scaleToFade {
    to {
    opacity: 0;
    -moz-transform: scale(.8);
}
}@keyframes scaleToFade {
    to {
    opacity: 0;
    transform: scale(.8);
}
}@-webkit-keyframes goDown {
    from {
    -webkit-transform: translateY(-100%);
}
}@-moz-keyframes goDown {
    from {
    -moz-transform: translateY(-100%);
}
}@keyframes goDown {
    from {
    transform: translateY(-100%);
}
}@-webkit-keyframes scaleUpFrom {
    from {
    opacity: 0;
    -webkit-transform: scale(1.5);
}
}@-moz-keyframes scaleUpFrom {
    from {
    opacity: 0;
    -moz-transform: scale(1.5);
}
}@keyframes scaleUpFrom {
    from {
    opacity: 0;
    transform: scale(1.5);
}
}@-webkit-keyframes scaleUpTo {
    to {
    opacity: 0;
    -webkit-transform: scale(1.5);
}
}@-moz-keyframes scaleUpTo {
    to {
    opacity: 0;
    -moz-transform: scale(1.5);
}
}@keyframes scaleUpTo {
    to {
    opacity: 0;
    transform: scale(1.5);
}
}.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 990;
    font-family: FontAwesome;
    width: 50px;
    height: 50px;
    overflow: hidden;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.fullwidth-home-slider .slick-next, .fullwidth-home-slider .slick-prev {
    opacity: 0;
    transition: .3s;
    transform: translate(-10px, -50%);
}
.fullwidth-home-slider .slick-next {
    transform: translate(10px, -50%);
}
.fullwidth-home-slider:hover .slick-next, .fullwidth-home-slider:hover .slick-prev {
    opacity: 1;
    transform: translate(0, -50%);
}
.slick-next:after, .slick-prev:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #66676b;
    opacity: .85;
    transition: all .35s;
}
.slick-next:hover:after, .slick-prev:hover:after {
    opacity: 1;
}
.slick-next:before, .slick-prev:before {
    font-size: 30px;
    line-height: 20px;
    opacity: 1;
    color: #fff;
    position: relative;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    right: 95px;
}
.slick-prev:before {
    content: '\f104';
    left: -1px;
}
.slick-next {
    right: 40px;
}
.slick-next:before {
    content: '\f105';
    right: -1px;
}
.property-slider .slick-next, .property-slider .slick-prev {
    opacity: 0;
}
.property-slider .slick-prev {
    transform: translateX(-8px);
}
.property-slider .slick-next {
    transform: translateX(8px);
}
.property-slider:hover .slick-next, .property-slider:hover .slick-prev {
    opacity: 1;
    transform: translateX(0);
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    width: 100%;
    margin: 0;
    list-style: none;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
}
.mfp-bg, .mfp-wrap {
    position: fixed;
    left: 0;
    width: 100%}
.slick-track:after, .slick-track:before {
    display: table;
    content: ''}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.mfp-bg {
    top: 0;
    height: 100%;
    z-index: 2000;
    overflow: hidden;
    background: #000;
    opacity: .96;
}
.mfp-wrap {
    top: -10px;
    height: 100%;
    z-index: 2001;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505;
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none!important;
}
.mfp-preloader {
    color: #aaa;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 504;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content, .mfp-s-loading .mfp-arrow, .mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
}
.mfp-arrow, .og-close, button.mfp-close {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    border-radius: 50%}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    right: 0;
    top: -40px;
}
.og-close, button.mfp-close {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -20px;
    display: block;
    right: -12px;
    cursor: pointer!important;
    z-index: 9999;
    color: #fff;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 0;
    background-color: transparent;
    outline: 0;
    transform: translate3d(0, 0, 0);
}
.mfp-iframe-holder .mfp-close {
    top: -50px;
    right: -12px;
    transform: translate3d(0, 0, 0);
}
.mfp-gallery .mfp-close {
    top: 20px;
    right: 10px;
}
.mfp-gallery .mfp-content .mfp-close {
    display: none;
}
.mfp-gallery .mfp-close:after, .mfp-gallery .mfp-close:before {
    font-family: FontAwesome;
    font-size: 29px;
    top: 4px;
    left: 50%;
    position: absolute;
    height: 10px;
    transition: .3s;
}
.mfp-close::after, .mfp-close::before {
    top: 0;
}
.og-close {
    margin: 17px;
    right: 10px;
    background: 0 0;
    color: #222;
}
.mfp-close:hover, .og-close:hover {
    transform: rotate(90deg);
}
.mfp-close:after, .mfp-close:before, .og-close:after, .og-close:before {
    font-family: FontAwesome;
    font-size: 29px;
    top: 21px;
    left: 50%;
    position: absolute;
    height: 10px;
    transition: .3s;
}
.og-close:after, .og-close:before {
    top: 7px;
    font-size: 29px;
}
.mfp-close:after, .og-close:after {
    content: "\f106";
    -webkit-transform: translate(0, 0);
    transform: translate(-50%, 60%);
}
.og-close:after {
    -webkit-transform: translate(0, 0);
    transform: translate(-50%, 60%);
}
.mfp-close:before, .og-close:before {
    content: "\f107";
    -webkit-transform: translate(0, 0);
    transform: translate(-50%, 0);
}
.data-unit, .mfp-arrow {
    transform: translateY(-50%);
    outline: 0;
}
#small-dialog .mfp-close, #small-dialog .mfp-close:hover, .mfp-close:hover {
    color: #fff;
}
.small-dialog-content input[type=submit] {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 10px;
}
.small-dialog-content .divider {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 0;
}
.small-dialog-headline h2, .small-dialog-headline h3, .small-dialog-headline h4 {
    font-size: 22px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    display: inline-block;
    margin: 10px 0 35px;
    padding-bottom: 30px;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    font-size: 13px;
    line-height: 18px;
}
.mfp-figure, img.mfp-img {
    line-height: 0;
}
.mfp-arrow {
    opacity: 1;
    margin: 0 20px;
    top: 50%;
    color: #fff;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 100;
    overflow: hidden;
    background: rgba(77, 77, 77, .4);
}
.mfp-arrow:hover {
    background: #66676b;
    color: #fff;
}
.mfp-arrow.mfp-arrow-left, .mfp-arrow.mfp-arrow-right {
    font-family: FontAwesome;
    font-size: 29px;
}
.mfp-arrow.mfp-arrow-right {
    right: 15px;
}
.mfp-arrow.mfp-arrow-left:before {
    content: "\f104";
    left: -1px;
    top: 0;
    position: relative;
}
.mfp-arrow.mfp-arrow-right:before {
    content: "\f105";
    left: 1px;
    top: 0;
    position: relative;
}
.mfp-content:hover .mfp-arrow {
    opacity: 1;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1180px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 54%}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
}
.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}
#small-dialog {
    background: #fff;
    padding: 30px 45px 35px;
    text-align: left;
    max-width: 610px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
}
#small-dialog span.line {
    padding-top: 7px;
}
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
    opacity: .001;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
img.mfp-img {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}
.mfp-bottom-bar {
    margin-top: -30px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.dropzone.dz-clickable, .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
}
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
}@media all and (max-width:800px) {
    .mfp-arrow {
    width: 70px;
}
}.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: .92;
    background-color: #111;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
@-webkit-keyframes passing-through {
    0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}
30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}
}@-moz-keyframes passing-through {
    0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}
30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}
}@keyframes passing-through {
    0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}
30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}
}@-webkit-keyframes slide-in {
    0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}
30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
}@-moz-keyframes slide-in {
    0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}
30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes slide-in {
    0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}
30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
}@-webkit-keyframes pulse {
    0%, 20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
}@-moz-keyframes pulse {
    0%, 20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
}@keyframes pulse {
    0%, 20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
}.dropzone, .dropzone * {
    box-sizing: border-box;
}
.dropzone {
    min-height: 150px;
    padding: 20px;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone.dz-started .dz-message {
    display: none;
}
.dropzone.dz-drag-hover {
    border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
    opacity: .5;
}
.dropzone .dz-preview.dz-file-preview .dz-details, .dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}
.dropzone .dz-preview:hover {
    z-index: 1000;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 3px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-image-preview {
    background: #fff;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}
.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, .8);
    background-color: rgba(255, 255, 255, .8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    transition: all .3s;
    display: block;
    z-index: 10;
}
.dropzone .dz-preview .dz-image img {
    display: block;
    filter: blur(0);
    transition: all .4s;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
}
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}
.dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, .9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: .5em 1.2em;
    color: #fff;
}
.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}
.dropzone {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all .3s linear;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%}
.dropzone:hover {
    border: 2px dashed #66676b;
    background: #fff;
    transition: all .35s linear;
}
.dropzone:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .95), rgba(255, 255, 255, .9));
    background-color: #66676b;
    opacity: 0;
    z-index: 10;
    transition: all .3s linear;
    border-radius: 3px;
}
.dropzone:hover:before {
    opacity: .4;
}
.dropzone .dz-message {
    text-align: center;
    margin: 50px 0;
    font-size: 17px;
    color: #888;
    transition: all .3s linear;
    position: relative;
    z-index: 11;
}
.dropzone:hover .dz-message {
    color: #66676b;
}
.dz-message i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 990;
    width: 100%;
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0, rgba(255, 255, 255, 1) 100%);
    border-top: 0;
    border-radius: 0 0 3px 3px;
}
.chosen-container-single .chosen-single, .search-container .chosen-container-single .chosen-single {
    position: relative;
    line-height: 60px;
    background-color: #fcfcfc;
    color: #888;
    text-decoration: none;
    overflow: hidden;
    font-weight: 500;
    display: block;
    white-space: nowrap;
    height: 60px;
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.chosen-container a {
    cursor: pointer;
}
.chosen-container-single .chosen-single {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    height: 60px;
    padding: 0 0 0 18px;
}
.search-container .chosen-container-single .chosen-single {
    padding: 0 0 0 30px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
.chosen-container-single .chosen-default {
    color: #999;
}
.chosen-container-single .chosen-single span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%}
.chosen-container-single .chosen-single div b {
    display: block;
    position: relative;
}
.chosen-container-single .chosen-single div b:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 14px;
    margin: 0 14px 0 0;
    top: -1px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: silver;
    float: right;
    font-weight: 400;
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 8px;
    white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 6px 20px 6px 6px;
    width: 100%;
    height: 40px;
    outline: 0;
    border: 1px solid #ddd;
    display: block;
    position: relative;
    z-index: 9;
    background-color: #fafafa;
}
.chosen-container-single .chosen-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 15px;
    margin: 0 15px 0 0;
    top: 12px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #aaa;
    float: right;
    font-weight: 400;
    z-index: 10;
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}
.sort-by {
    position: relative;
    top: -3px;
}
.sort-by .sort-by-select, .sort-by label {
    display: inline-block;
    float: left;
}
.sort-by label {
    line-height: 40px;
    margin-top: 1px;
    padding: 0;
}
.sort-by .chosen-container-active .chosen-choices, .sort-by .chosen-container-active .chosen-single, .sort-by .chosen-container-active.chosen-with-drop .chosen-single, .sort-by .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding-left: 10px;
}
.sort-by .chosen-container-active .chosen-drop, .sort-by .chosen-container-single .chosen-drop {
    opacity: 0;
    transition: opacity .3s;
}
.sort-by .chosen-container-active.chosen-with-drop .chosen-drop {
    opacity: 1;
}
.sort-by .chosen-container .chosen-drop {
    padding-top: 10px;
    border: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-radius: 3px;
    width: 200px;
    margin-left: 10px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    z-index: 999;
}
.sort-by .chosen-container-single .chosen-default, .sort-by .chosen-container-single .chosen-single div b:after {
    color: #66676b;
}
.sort-by .chosen-container-single .chosen-single span {
    margin-right: 0;
    color: #66676b;
}
.sort-by .chosen-container-single .chosen-single div {
    position: relative;
    top: -1px;
    margin-left: 15px;
    display: inline-block;
}
.chosen-container-single .chosen-single span {
    display: inline-block;
    margin-right: 0;
}
.chosen-container .chosen-results {
    color: #888;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 8px 0;
    padding: 0 4px 0 8px;
    max-height: 300px;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 10px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}
.chosen-container-multi .chosen-results li {
    padding: 10px 18px;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #66676b;
    border-radius: 3px;
    color: #fff;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
.chosen-container .chosen-results li.no-results {
    color: #888;
    display: list-item;
    background-color: #fff;
}
.chosen-container-multi .chosen-results li.no-results {
    background-color: #fff;
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 18px;
    height: 53px;
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    text-decoration: none;
    white-space: nowrap;
    line-height: 33px;
    cursor: pointer;
    margin: 0;
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 0;
    padding: 0;
    height: 53px;
    outline: 0;
    border: 0!important;
    background: 0 0!important;
    color: #888;
    line-height: normal;
    font-weight: 500;
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 12px 5px 0 -4px;
    padding: 0 25px 0 8px;
    max-width: 100%;
    background-color: #66676b;
    line-height: 29px;
    color: #fff;
    cursor: default;
    font-weight: 500;
}
.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: -2px;
    right: 7px;
    display: block;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 13px;
    top: 1px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #fff;
    float: right;
    font-weight: 400;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #888;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container-active .chosen-choices, .chosen-container-active .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #e0e0e0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:after {
    content: "\f0d8"}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #888!important;
}
.chosen-drop ::-webkit-scrollbar {
    width: 10px;
}
.chosen-drop ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10px;
}
.chosen-drop ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .2);
}
.chosen-drop ::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .3);
}
.select-input {
    position: relative;
}
.select-input input {
    position: relative;
    z-index: 101;
}
.select-input .select {
    position: absolute;
    top: -8px;
}
.select-hidden {
    display: none;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #fff;
    width: 100%;
    height: 51px;
}
.data-unit, .select-options {
    position: absolute;
    margin: 0;
}
.select-styled {
    opacity: 0;
}
.select-options {
    display: none;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 990;
    list-style: none;
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    padding: 8px 4px 0;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    box-sizing: border-box;
}
.select-list-container {
    padding: 0 4px;
    max-height: 300px;
    overflow: auto;
    display: inline-block;
    width: 100%}
ul.select-options li {
    transition: all .15s ease-in;
    color: #888;
    margin: 0;
    padding: 10px;
    list-style: none;
    line-height: 15px;
    border-radius: 3px;
}
.select-options li:hover {
    color: #fff;
    background-color: #66676b;
}
.data-unit, .disabled-first-option ul.select-options li:first-child {
    pointer-events: none;
    color: #aaa;
}
.select-options li[rel=hide] {
    display: none;
}
.select-options ::-webkit-scrollbar {
    width: 10px;
}
.select-options ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10px;
}
.select-options ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .2);
}
.select-options ::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .3);
}
.data-unit {
    top: 50%;
    right: 19px;
    font-style: normal;
    z-index: 110;
    border: 0;
    padding: 0 0 0 10px;
    background-color: #fcfcfc;
}
a.button, a.button.border, button.button, input[type=submit], input[type=button] {
    background-color: #66676b;
    top: 0;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 3px;
}
a.button:before, button.button:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .2s;
}
a.button:hover:before, button.button:hover:before {
    opacity: .1;
}
a.button.white {
    background-color: #fff;
    color: #333;
}
a.button.border:before {
    display: none;
}
a.button.border {
    background-color: transparent;
    color: #66676b;
    border: 1px solid #66676b;
    padding: 6px 10px;
    font-size: 14px;
}
a.button.border:hover {
    background-color: #66676b;
    color: #fff;
    opacity: 1;
}
a.button.border.white {
    border-color: #fff;
    color: #fff;
}
a.button.border.white:hover {
    background-color: #fff;
    color: #66676b;
}
a.button.fullwidth, button.button.fullwidth {
    width: 100%;
    text-align: center;
}
a.button.white.border:hover {
    color: #333;
}
.button i {
    padding-right: 4px;
}
.list-1, .list-2, .list-3, .list-4 {
    padding: 3px 0 0;
}
.list-1 li, .list-2 li, .list-3 li, .list-4 li {
    list-style: none;
    margin: 14px 0 14px 22px;
    line-height: 27px;
    position: relative;
}
.list-1.alt li {
    margin: 12px 0 12px 22px;
}
.list-1 li:first-child, .list-2 li:first-child, .list-3 li:first-child, .list-4 li:first-child {
    margin-top: 0;
}
.list-1 li:before, .list-2 li:before, .list-3 li:before, .list-4 li:before {
    font-family: FontAwesome;
    margin: 0 0 0 -22px;
    position: relative;
    color: #66676b;
    float: left;
    display: block;
}
.list-1.gray li:before {
    color: #777;
}
.list-4 li:before {
    content: "\f192";
    font-size: 14px;
    top: 1px;
}
.list-3 li:before {
    content: "\f058";
    font-size: 15px;
    top: 1px;
}
.list-2 li:before {
    content: "\f00c";
    font-size: 14px;
}
.list-1 li:before {
    content: "\f0c8";
    font-size: 8px;
}
.list-4 li {
    margin-left: 27px;
}
.list-4 li:before {
    margin-left: -27px;
}
.numbered ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin-left: 18px;
    display: inline-block;
}
.numbered ol li {
    display: inline-block;
    padding: 6px 0;
    width: 100%}
.numbered ol>li::before {
    content: counter(li);
    counter-increment: li;
    font-size: 16px;
    line-height: 34px;
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    font-weight: 500;
    color: #333;
    position: relative;
    float: left;
    left: -18px;
    transform: translateY(-20%);
}
.numbered.color ol>li::before {
    border: 1px solid #66676b;
    color: #66676b;
}
.numbered.color.filled ol>li::before {
    border: 1px solid #66676b;
    color: #fff;
    background-color: #66676b;
}
mark.color {
    background-color: #66676b;
    border-radius: 3px;
}
#tiptip_holder {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
}
#tiptip_holder.tip_top {
    padding-bottom: 5px;
    -webkit-transform: translateX(12px);
}
#tiptip_holder.tip_right {
    padding-left: 5px;
}
#tiptip_holder.tip_left {
    padding-right: 5px;
}
#tiptip_content {
    color: #f0f0f0;
    font-size: 13px;
    line-height: 16px;
    padding: 6px 10px;
    background-color: #333;
    border-radius: 3px;
}
#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #333;
}
#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #333;
}
#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #333;
}
#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #333;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #333;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: #333;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #333;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #333;
}
.pricing-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
.plan {
    flex: 1;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    text-align: center;
    position: relative;
    z-index: 9;
}
.plan-price {
    width: 100%;
    background: linear-gradient(to bottom, #fafafa 0, #f6f6f6);
    padding: 48px 30px 45px;
}
.plan:first-child .plan-price {
    border-radius: 3px 0 0;
}
.plan:first-child {
    border-radius: 3px 0 3px 3px;
}
.plan:last-child .plan-price {
    border-radius: 0 3px 0 0;
}
.plan:last-child {
    border-radius: 0 3px 3px 0;
}
.plan-price h3 {
    margin: 0;
    color: #888;
    font-size: 22px;
}
.plan-price .value {
    display: block;
    font-size: 37px;
    line-height: 35px;
    padding: 22px 0 0;
    color: #66676b;
}
.plan-price .period {
    color: #909090;
    margin-top: 20px;
    padding: 0 10%;
    display: block;
}
.plan-features {
    padding: 35px 30px;
    background: #fff;
}
.plan-features ul {
    list-style: none;
    padding: 0;
}
.plan-features ul li {
    padding: 3px 0;
}
.plan-features a.button {
    margin-top: 20px;
}
.plan.featured {
    margin-left: -1px;
    margin-right: -1px;
    transform: translateY(-23px);
    border-radius: 0 0 3px 3px;
    z-index: 11;
}
.plan.featured .plan-price {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0, transparent);
    background-color: #66676b;
    padding: 50px 30px;
    border-radius: 3px 3px 0 0;
}
.plan.featured .plan-price .value, .plan.featured .plan-price h3 {
    color: #fff;
}
.plan.featured .plan-price .period {
    color: rgba(255, 255, 255, .8);
    line-height: 23px;
}
.plan.featured .plan-features {
    padding: 45px 30px;
}
.plan.featured .listing-badges .featured {
    background: #fff;
    color: #66676b;
}
.trigger a, .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    line-height: 26px;
    outline: 0;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    transition: background-color .2s, color .2s;
    padding: 16px 27px;
    margin: -1px 0 0;
}
.trigger a i, .ui-accordion .ui-accordion-header i {
    font-size: 18px;
    top: 1px;
    padding-right: 3px;
    margin: 0 4px 0 0;
    position: relative;
}
.style-2 .trigger a i, .style-2 .ui-accordion .ui-accordion-header i {
    padding-right: 6px;
}
.style-2 .trigger a:hover, .style-2 .ui-accordion .ui-accordion-header:hover {
    color: #66676b;
}
.trigger.active a, .ui-accordion .ui-accordion-header-active, .ui-accordion .ui-accordion-header-active:hover {
    background-color: #66676b;
    border-color: #66676b;
    color: #fff;
}
.toggle-container, .ui-accordion .ui-accordion-content {
    padding: 28px 30px;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.toggle-container p, .ui-accordion .ui-accordion-content p {
    margin: 0;
}
.style-2 .trigger a, .style-2 .ui-accordion .ui-accordion-header {
    border: none;
    margin: 0;
    padding: 27px 60px 27px 0;
    text-transform: none;
    font-size: 17px;
    font-weight: 500;
    background-color: transparent;
    color: #333;
}
.style-2 .toggle-container, .style-2 .ui-accordion .ui-accordion-content {
    padding: 0 0 30px;
    border: none;
}
.style-2 .trigger.active a, .style-2 .ui-accordion .ui-accordion-header-active, .style-2 .ui-accordion .ui-accordion-header-active:hover {
    background-color: transparent;
    border-color: transparent;
    color: #66676b;
    transition: color .1s;
}
.style-2 .toggle-wrap, .style-2 .ui-accordion .ui-accordion-content, .style-2 .ui-accordion .ui-accordion-header {
    border-bottom: 1px solid #e0e0e0;
}
.style-2 .ui-accordion .ui-accordion-header-active {
    border: none;
}
.accordion h3 .sl-icon-plus, .trigger .sl-icon-plus {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 26px;
    transform: translate3d(0, -50%, 0) rotate(0);
    transition: .2s;
}
.accordion h3.ui-accordion-header-active .sl-icon-plus, .trigger.active .sl-icon-plus {
    margin-top: 2px;
    transform: translate3d(0, -50%, 0) rotate(45deg);
}
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%}
.style-3 .tabs-nav li, .tabs-nav li {
    margin-right: 4px;
    position: relative;
}
.tabs-nav li a i {
    padding-right: 5px;
    font-size: 16px;
    top: 1px;
    position: relative;
}
.tabs-nav li {
    float: left;
    line-height: 45px;
    padding: 0;
    z-index: 12;
}
.tab-reviews, .tabs-nav li a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.tabs-nav li a {
    border-bottom: 2px solid transparent;
    color: #333;
    display: inline-block;
    outline: 0;
    padding: 7px 15px;
    text-decoration: none;
    font-size: 15px;
    z-index: 11;
    position: relative;
    margin-bottom: -1px;
}
.tabs-nav li a:hover {
    border-color: #66676b;
}
.tab-reviews {
    color: #aaa;
}
.tabs-nav li.active .tab-reviews {
    color: #fff;
}
.tabs-nav li a:hover, .tabs-nav li.active a {
    border-color: #66676b;
    color: #66676b;
    z-index: 11;
}
.tab-content {
    padding: 0px;
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 100%}
.tabs-container {
    overflow: hidden;
    width: 100%}
.tab-content p:last-child {
    margin-bottom: 0;
}
.style-2 .tabs-container {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 3px;
}
.style-1 .tabs-container .tab-content {
    border: none;
    border-top: 1px solid #e0e0e0;
    padding: 30px 0 0;
}
.style-3 .tabs-nav {
    text-align: center;
}
.style-3 .tabs-nav li {
    float: none;
    line-height: 32px;
    padding: 0;
    z-index: 12;
    display: inline-block;
    text-align: center;
}
.style-3 .tabs-nav li a {
    border: none;
    color: #333;
    display: inline-block;
    outline: 0;
    padding: 7px 24px;
    text-decoration: none;
    z-index: 11;
    position: relative;
    margin-bottom: -1px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 13px;
}
.style-3 .tabs-nav li a:hover, .style-3 .tabs-nav li.active a {
    border-color: #66676b;
    background-color: #66676b;
    color: #fff;
    z-index: 11;
}
.style-3 .tabs-container .tab-content {
    border: none;
    padding: 30px 0 0;
}
.style-4 .tabs-nav {
    width: 35%;
    display: table-cell;
}
.style-4 .tabs-container {
    width: 65%;
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
}
.style-4 .tabs-container .tab-content {
    border: none;
    padding: 10px 0 0;
}
.style-4.tabs {
    display: table;
}
.style-4 .tabs-nav li a {
    float: none;
    width: 90%;
    background-color: #fff;
    margin: 0 0 1px;
    border: none;
    padding: 9px 24px;
    line-height: 30px;
    border-radius: 3px;
}
.style-4 .tabs-nav li.active a {
    background-color: #66676b;
    color: #fff;
}
.style-4 .tabs-nav li {
    width: 100%}
.style-5 .tabs-nav li {
    width: 33.33%}
.stytle-5 .tabs-container .widget-text {
    position: relative;
    top: 50px;
    display: inline-block;
}
.style-5 .tabs-nav {
    bottom: 5px;
    position: relative;
}
.style-5 .tabs-nav li a {
    border: none;
    background-color: #f2f2f2;
    color: #333;
    border-radius: 4px;
    padding: 0;
}
.style-5 .tabs-nav li.active a, table.basic-table th {
    background-color: #66676b;
    color: #fff;
}
.style-5 .tabs-container .tab-content {
    box-shadow: none;
    border: none;
    padding: 20px 0 0;
}
table.basic-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 0;
}
table.basic-table th {
    text-align: left;
    vertical-align: top;
    font-weight: 500;
}
table.basic-table th:first-child {
    border-radius: 3px 0 0 3px;
}
table.basic-table th:last-child {
    border-radius: 0 3px 3px 0;
}
table.basic-table td, table.basic-table th {
    padding: 15px 28px;
}
table.basic-table tr:nth-child(odd) {
    background-color: #f6f6f6;
}
#result .success, .notification {
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
    padding: 20px 50px 20px 26px;
    border-radius: 3px;
}
.notification p {
    margin: 0;
}
#result .success, .notification.success {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2), transparent);
    background-color: #EBF6E0;
}
.notification.error, .notification.warning {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2), transparent);
}
#result .success, .notification.success, .notification.success a, .notification.success strong {
    color: #5f9025;
}
.notification.error {
    background-color: #ffe9e9;
}
.notification.error, .notification.error a, .notification.error strong {
    color: #de5959;
}
.notification.warning {
    background-color: #FBFADD;
}
.notification.warning, .notification.warning a, .notification.warning strong {
    color: #8f872e;
}
.notification.notice h4 {
    font-size: 19px;
    margin: 3px 0 15px;
}
.notification.notice, .notification.notice a, .notification.notice h4, .notification.notice strong {
    color: #3184ae;
}
.social-icons li a i, .social-icons li a:hover, .social-icons.fixed li a:before {
    color: #fff;
}
.notification.notice {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2), transparent);
    background-color: #E9F7FE;
}
.notification.notice.large {
    padding: 32px 36px;
}
body .notification strong {
    border: none;
}
.notification.error .close, .notification.notice .close, .notification.success .close, .notification.warning .close {
    padding: 0 9px;
    position: absolute;
    right: 0;
    top: 22px;
    display: block;
    height: 8px;
    width: 8px;
    cursor: pointer;
}
.notification.success .close {
    background: url(../images/alert_boxes_close_ico.html) 0 -8px no-repeat;
}
.notification.error .close {
    background: url(../images/alert_boxes_close_ico.html) no-repeat;
}
.notification.warning .close {
    background: url(../images/alert_boxes_close_ico.html) 0 -16px no-repeat;
}
.notification.notice .close {
    background: url(../images/alert_boxes_close_ico.html) 0 -24px no-repeat;
}
.notification.notice p span i {
    font-weight: 500;
}
.notification a.button {
    float: right;
    color: #fff;
    margin-top: 3px;
}
.notification.notice a.button {
    background-color: #388fc5;
}
.notification.warning a.button {
    background-color: #dfbe51;
}
.notification.error a.button {
    background-color: #d34c4c;
}
.notification.success a.button {
    background-color: #79ba38;
}
.notification.closeable a.close:before {
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 0;
    cursor: pointer;
}
.social-icons {
    padding-left: 5px;
}
.social-icons li {
    display: inline;
    float: left;
    text-align: left;
    margin-right: 16px;
    margin-top: 11px;
    transform: scale(1.19);
    -webkit-transform: scale(1.19);
    -webkit-filter: blur(radius);
}
.social-icons li a {
    width: 44px;
    height: 44px;
    display: inline-block;
    background-color: #f3f3f3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}
.social-icons li a i {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    z-index: 20;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -webkit-filter: blur(radius);
    top: -30px;
    opacity: 0;
}
.social-icons li a:hover i, .social-icons.color li a i, .social-icons.color li a:hover i {
    top: 0;
    opacity: 1;
}
.social-icons.rounded li a {
    border-radius: 3px;
}
.social-icons.border li a {
    background-color: #fff;
    border: 1px solid #e0e0e0;
}
.social-icons.border li a:hover, .social-icons.color li a {
    border-color: transparent;
}
.social-icons.color a:before {
    opacity: 0;
}
.social-icons.fixed {
    position: fixed;
    left: 0;
    padding-left: 2px;
    top: 100px;
    width: 50px;
}
.social-icons.fixed li {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: 7px;
}
.social-icons.fixed li a {
    display: block;
    background-color: rgba(51, 51, 51, .35);
}
.amazon:before, .appstore:before, .blogger:before, .delicious:before, .digg:before, .dribbble:before, .dropbox:before, .evernote:before, .facebook:before, .fivehundredpx:before, .flickr:before, .forrst:before, .github:before, .gplus:before, .instagram:before, .lastfm:before, .linkedin:before, .paypal:before, .pinterest:before, .reddit:before, .rss:before, .spotify:before, .steam:before, .stumbleupon:before, .tumblr:before, .twitter:before, .vimeo:before, .wordpress:before, .xing:before, .yahoo:before, .youtube:before {
    font-family: fontello;
    font-size: 16px;
    line-height: 16px;
    color: #a0a0a0;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    position: absolute;
    z-index: 20;
    transform: scale(.9);
}
.social-icons li a.twitter i, .twitter:before {
    font-size: 14px;
}
.twitter i, .twitter:before {
    margin: 13px 0 0 12px;
}
.twitter:before {
    content: "\54";
    top: 0;
    opacity: 1;
}
.twitter:hover:before {
    top: 30px;
    opacity: 0;
}
.twitter:hover {
    background-color: #3bc1ed!important;
}
.social-icons.color .twitter, .social-icons.fixed .twitter:hover, .twitter:hover {
    background-color: #3bc1ed;
    border-color: #3bc1ed;
}
.facebook i, .facebook:before {
    margin: 13px 0 0 16px;
}
.delicious i, .delicious:before, .gplus i, .gplus:before, .linkedin i, .linkedin:before, .paypal i, .paypal:before {
    margin: 13px 0 0 13px;
}
.facebook:before {
    content: "\66";
    top: 0;
    opacity: 1;
}
.facebook:hover:before {
    top: 30px;
    opacity: 0;
}
.facebook:hover {
    background-color: #4a6d9d!important;
}
.social-icons.color .facebook, .social-icons.fixed .facebook:hover {
    background-color: #4a6d9d;
    border-color: #4a6d9d;
}
.linkedin:before {
    content: "\4c";
    top: 0;
    opacity: 1;
}
.linkedin:hover:before {
    top: 30px;
    opacity: 0;
}
.linkedin:hover {
    background-color: #0b7bb5!important;
}
.social-icons.color .linkedin, .social-icons.fixed .linkedin:hover {
    background-color: #0b7bb5;
    border-color: #0b7bb5;
}
.delicious:before {
    content: "\23";
    top: 0;
    opacity: 1;
}
.delicious:hover:before {
    top: 30px;
    opacity: 0;
}
.delicious:hover {
    background-color: #3274d1!important;
}
.social-icons.color .delicious, .social-icons.fixed .delicious:hover {
    background-color: #3274d1;
    border-color: #3274d1;
}
.paypal:before {
    content: "\24";
    top: 0;
    opacity: 1;
}
.paypal:hover:before {
    top: 30px;
    opacity: 0;
}
.paypal:hover {
    background-color: #2e689a!important;
}
.social-icons.color .paypal, .social-icons.fixed .paypal:hover {
    background-color: #2e689a;
    border-color: #2e689a;
}
.fivehundredpx i, .fivehundredpx:before, .stumbleupon i, .stumbleupon:before {
    margin: 13px 0 0 11px;
}
.gplus:before {
    content: "\f0d5";
    top: 0;
    opacity: 1;
}
.gplus:hover:before {
    top: 30px;
    opacity: 0;
}
.gplus:hover {
    background-color: #d53824!important;
}
.social-icons.color .gplus, .social-icons.fixed .gplus:hover {
    background-color: #d53824;
    border-color: #d53824;
}
.stumbleupon:before {
    content: "\2f";
    top: 0;
    opacity: 1;
}
.stumbleupon:hover:before {
    top: 30px;
    opacity: 0;
}
.stumbleupon:hover {
    background-color: #eb4924!important;
}
.social-icons.color .stumbleupon, .social-icons.fixed .stumbleupon:hover {
    background-color: #eb4924;
    border-color: #eb4924;
}
.forrst i, .forrst:before, .pinterest i, .pinterest:before {
    margin: 13px 0 0 15px;
}
.fivehundredpx:before {
    content: "\30";
    top: 0;
    opacity: 1;
}
.fivehundredpx:hover:before {
    top: 30px;
    opacity: 0;
}
.fivehundredpx:hover {
    background-color: #444!important;
}
.social-icons.color .fivehundredpx, .social-icons.fixed .fivehundredpx:hover {
    background-color: #444;
    border-color: #444;
}
.pinterest:before {
    content: "\31";
    top: 0;
    opacity: 1;
}
.pinterest:hover:before {
    top: 30px;
    opacity: 0;
}
.pinterest:hover {
    background-color: #cb1f25!important;
}
.social-icons.color .pinterest, .social-icons.fixed .pinterest:hover {
    background-color: #cb1f25;
    border-color: #cb1f25;
}
.forrst:before {
    content: "\3a";
    top: 0;
    opacity: 1;
}
.forrst:hover:before {
    top: 30px;
    opacity: 0;
}
.forrst:hover {
    background-color: #40833e!important;
}
.social-icons.color .forrst, .social-icons.fixed .forrst:hover {
    background-color: #40833e;
    border-color: #40833e;
}
.digg i, .digg:before {
    margin: 13px 0 0 12px;
}
.digg:before {
    content: "\3b";
    top: 0;
    opacity: 1;
}
.digg:hover:before {
    top: 30px;
    opacity: 0;
}
.digg:hover {
    background-color: #205685!important;
}
.social-icons.color .digg, .social-icons.fixed .digg:hover {
    background-color: #205685;
    border-color: #205685;
}
.spotify i, .spotify:before {
    margin: 13px 0 0 13px;
}
.spotify:before {
    content: "\3d";
    top: 0;
    opacity: 1;
}
.spotify:hover:before {
    top: 30px;
    opacity: 0;
}
.spotify:hover {
    background-color: #6ca405!important;
}
.social-icons.color .spotify, .social-icons.fixed .spotify:hover {
    background-color: #6ca405;
    border-color: #6ca405;
}
.reddit i, .reddit:before {
    margin: 13px 0 0 12px;
}
.reddit:before {
    content: "\3e";
    top: 0;
    opacity: 1;
}
.reddit:hover:before {
    top: 30px;
    opacity: 0;
}
.reddit:hover {
    background-color: #404040!important;
}
.social-icons.color .reddit, .social-icons.fixed .reddit:hover {
    background-color: #404040;
    border-color: #404040;
}
.appstore i, .appstore:before {
    margin: 13px 0 0 14px;
}
.appstore:before {
    content: "\41";
    top: 0;
    opacity: 1;
}
.appstore:hover:before {
    top: 30px;
    opacity: 0;
}
.appstore:hover {
    background-color: silver!important;
}
.social-icons.color .appstore, .social-icons.fixed .appstore:hover {
    background-color: silver;
    border-color: silver;
}
.blogger i, .blogger:before {
    margin: 13px 0 0 13px;
    font-size: 14px;
}
.blogger:before {
    content: "\42";
    top: 0;
    opacity: 1;
}
.blogger:hover:before {
    top: 30px;
    opacity: 0;
}
.blogger:hover {
    background-color: #ff6501!important;
}
.social-icons.color .blogger, .social-icons.fixed .blogger:hover {
    background-color: #ff6501;
    border-color: #ff6501;
}
.dribbble i, .dribbble:before {
    margin: 13px 0 0 13px;
}
.dribbble:before {
    content: "\44";
    top: 0;
    opacity: 1;
}
.dribbble:hover:before {
    top: 30px;
    opacity: 0;
}
.dribbble:hover {
    background-color: #ef5a92!important;
}
.social-icons.color .dribbble, .social-icons.fixed .dribbble:hover {
    background-color: #ef5a92;
    border-color: #ef5a92;
}
.evernote i, .evernote:before {
    margin: 13px 0 0 15px;
}
.evernote:before {
    content: "\45";
    top: 0;
    opacity: 1;
}
.evernote:hover:before {
    top: 30px;
    opacity: 0;
}
.evernote:hover {
    background-color: #6bb130!important;
}
.social-icons.color .evernote, .social-icons.fixed .evernote:hover {
    background-color: #6bb130;
    border-color: #6bb130;
}
.flickr i, .flickr:before {
    margin: 13px 0 0 13px;
}
.flickr:before {
    content: "\46";
    top: 0;
    opacity: 1;
}
.flickr:hover:before {
    top: 30px;
    opacity: 0;
}
.flickr:hover {
    background-color: #136dd5!important;
}
.social-icons.color .flickr, .social-icons.fixed .flickr:hover {
    background-color: #136dd5;
    border-color: #136dd5;
}
.rss i, .rss:before {
    margin: 13px 0 0 14px;
    font-size: 14px;
}
.rss:before {
    content: "\52";
    top: 0;
    opacity: 1;
}
.rss:hover:before {
    top: 30px;
    opacity: 0;
}
.rss:hover {
    background-color: #fe8f00!important;
}
.social-icons.color .rss, .social-icons.fixed .rss:hover {
    background-color: #fe8f00;
    border-color: #fe8f00;
}
.youtube i, .youtube:before {
    margin: 13px 0 0 14px;
    font-size: 18px;
}
.youtube:before {
    content: "\55";
    top: 0;
    opacity: 1;
}
.youtube:hover:before {
    top: 30px;
    opacity: 0;
}
.youtube:hover {
    background-color: #bf2f29!important;
}
.social-icons.color .youtube, .social-icons.fixed .youtube:hover {
    background-color: #bf2f29;
    border-color: #bf2f29;
}
.vimeo i, .vimeo:before {
    margin: 13px 0 0 13px;
    font-size: 14px;
}
.vimeo:before {
    content: "\56";
    top: 0;
    opacity: 1;
}
.vimeo:hover:before {
    top: 30px;
    opacity: 0;
}
.vimeo:hover {
    background-color: #4c8ab0!important;
}
.social-icons.color .vimeo, .social-icons.fixed .vimeo:hover {
    background-color: #4c8ab0;
    border-color: #4c8ab0;
}
.xing i, .xing:before {
    margin: 13px 0 0 14px;
}
.xing:before {
    content: "\58";
    top: 0;
    opacity: 1;
}
.xing:hover:before {
    top: 30px;
    opacity: 0;
}
.xing:hover {
    background-color: #036568!important;
}
.social-icons.color .xing, .social-icons.fixed .xing:hover {
    background-color: #036568;
    border-color: #036568;
}
.yahoo i, .yahoo:before {
    margin: 13px 0 0 11px;
}
.yahoo:before {
    content: "\59";
    top: 0;
    opacity: 1;
}
.yahoo:hover:before {
    top: 30px;
    opacity: 0;
}
.yahoo:hover {
    background-color: #9251a2!important;
}
.social-icons.color .yahoo, .social-icons.fixed .yahoo:hover {
    background-color: #9251a2;
    border-color: #9251a2;
}
.amazon i, .amazon:before {
    margin: 13px 0 0 12px;
}
.amazon:before {
    content: "\61";
    top: 0;
    opacity: 1;
}
.amazon:hover:before {
    top: 30px;
    opacity: 0;
}
.amazon:hover {
    background-color: #2f3842!important;
}
.social-icons.color .amazon, .social-icons.fixed .amazon:hover {
    background-color: #2f3842;
    border-color: #2f3842;
}
.steam i, .steam:before {
    margin: 13px 0 0 11px;
}
.dropbox i, .dropbox:before, .github i, .github:before {
    margin: 13px 0 0 13px;
}
.steam:before {
    content: "\62";
    top: 0;
    opacity: 1;
}
.steam:hover:before {
    top: 30px;
    opacity: 0;
}
.steam:hover {
    background-color: #383838!important;
}
.social-icons.color .steam, .social-icons.fixed .steam:hover {
    background-color: #383838;
    border-color: #383838;
}
.dropbox:before {
    content: "\64";
    top: 0;
    opacity: 1;
}
.dropbox:hover:before {
    top: 30px;
    opacity: 0;
}
.dropbox:hover {
    background-color: #2c92dd!important;
}
.social-icons.color .dropbox, .social-icons.fixed .dropbox:hover {
    background-color: #2c92dd;
    border-color: #2c92dd;
}
.github:before {
    content: "\67";
    top: 0;
    opacity: 1;
}
.github:hover:before {
    top: 30px;
    opacity: 0;
}
.github:hover {
    background-color: #5c7381!important;
}
.social-icons.color .github, .social-icons.fixed .github:hover {
    background-color: #5c7381;
    border-color: #5c7381;
}
.lastfm i, .lastfm:before {
    margin: 13px 0 0 11px;
}
.lastfm:before {
    content: "\6c";
    top: 0;
    opacity: 1;
}
.lastfm:hover:before {
    top: 30px;
    opacity: 0;
}
.lastfm:hover {
    background-color: #d21309!important;
}
.social-icons.color .lastfm, .social-icons.fixed .lastfm:hover {
    background-color: #d21309;
    border-color: #d21309;
}
.tumblr i, .tumblr:before {
    margin: 13px 0 0 15px;
}
.tumblr:before {
    content: "\74";
    top: 0;
    opacity: 1;
}
.tumblr:hover:before {
    top: 30px;
    opacity: 0;
}
.tumblr:hover {
    background-color: #3d658d!important;
}
.social-icons.color .tumblr, .social-icons.fixed .tumblr:hover {
    background-color: #3d658d;
    border-color: #3d658d;
}
.wordpress i, .wordpress:before {
    margin: 13px 0 0 14px;
}
.wordpress:before {
    content: "\77";
    top: 0;
    opacity: 1;
}
.wordpress:hover:before {
    top: 30px;
    opacity: 0;
}
.wordpress:hover {
    background-color: #383838!important;
}
.social-icons.color .wordpress, .social-icons.fixed .wordpress:hover {
    background-color: #383838;
    border-color: #383838;
}
.instagram i, .instagram:before {
    margin: 13px 0 0 13px;
}
.instagram:before {
    content: "\f31f";
    top: 0;
    opacity: 1;
}
.instagram:hover:before {
    top: 30px;
    opacity: 0;
}
.instagram:hover {
    background-color: #3f6f94!important;
}
.social-icons.color .instagram, .social-icons.fixed .instagram:hover {
    background-color: #3f6f94;
    border-color: #3f6f94;
}
@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot);
    src: url(../fonts/fontello.eot) format('embedded-opentype'), url(../fonts/fontello.woff) format('woff'), url(../fonts/fontello.ttf) format('truetype'), url(../fonts/fontello.svg) format('svg');
    font-weight: 400;
    font-style: normal;
}
.social-icons li i {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    line-height: 16px;
    font-size: 16px;
    width: auto;
}
.icon-delicious:before {
    content: '\23'}
.icon-paypal:before {
    content: '\24'}
.icon-gplus:before {
    content: '\f0d5'}
.icon-stumbleupon:before {
    content: '\2f'}
.icon-fivehundredpx:before {
    content: '\30'}
.icon-pinterest:before {
    content: '\31'}
.icon-forrst:before {
    content: '\3a'}
.icon-digg:before {
    content: '\3b'}
.icon-spotify:before {
    content: '\3d'}
.icon-reddit:before {
    content: '\3e'}
.icon-appstore:before {
    content: '\41'}
.icon-blogger:before {
    content: '\42'}
.icon-dribbble:before {
    content: '\44'}
.icon-evernote:before {
    content: '\45'}
.icon-flickr:before {
    content: '\46'}
.icon-linkedin:before {
    content: '\4c'}
.icon-rss:before {
    content: '\52'}
.icon-twitter:before {
    content: '\54'}
.icon-youtube:before {
    content: '\55'}
.icon-vimeo:before {
    content: '\56'}
.icon-xing:before {
    content: '\58'}
.icon-yahoo:before {
    content: '\59'}
.icon-amazon:before {
    content: '\61'}
.icon-steam:before {
    content: '\62'}
.icon-dropbox:before {
    content: '\64'}
.icon-facebook:before {
    content: '\66'}
.icon-github:before {
    content: '\67'}
.icon-lastfm:before {
    content: '\6c'}
.icon-tumblr:before {
    content: '\74'}
.icon-wordpress:before {
    content: '\77'}
.icon-linkedin-rect:before {
    content: '\f31b'}
.icon-instagram:before {
    content: '\f31f'}
#footer ul.social-icons, #top-bar ul.social-icons, .agent ul.social-icons {
    margin: 0;
    padding: 0;
}
#footer .social-icons li a, #top-bar .social-icons li a, .agent .social-icons li a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    transform: scale(1);
    margin-right: 0;
}
#footer .social-icons li, #top-bar .social-icons li, .agent .social-icons li {
    border-radius: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-filter: blur(radius);
}
#footer .social-icons li a i, #footer .social-icons li a:before, #top-bar .social-icons li a i, #top-bar .social-icons li a:before, .agent .social-icons li a i, .agent .social-icons li a:before {
    transform: scale(1.1) translateY(calc(-50% - 2px));
    -moz-transform: scale(1.1) translateY(calc(-50% - 1px));
    -ms-transform: scale(1.1) translateY(-50%);
    left: 0;
    right: 0;
    margin: 55% 0 0;
    text-align: center;
}
#footer .social-icons li a.twitter i, #footer .social-icons li a.twitter:before, #top-bar .social-icons li a.twitter i, #top-bar .social-icons li a.twitter:before, .agent .social-icons li a.twitter i, .agent .social-icons li a.twitter:before {
    transform: scale(1.1) translateY(calc(-50% - 1px));
}
#top-bar .social-icons {
    float: right;
}
#footer .social-icons li, #top-bar .social-icons li, .agent .social-icons li {
    margin: 0;
    padding: 0;
    float: left;
    line-height: 0;
}
#top-bar .social-icons li a i, #top-bar .social-icons li a:before {
    font-size: 14px;
    color: #fff;
}
#top-bar .social-icons li .twitter i:before, #top-bar .social-icons li .twitter:before {
    font-size: 12px;
}
#top-bar .social-icons li a:hover {
    background: #fff!important;
    border-color: transparent;
}
#top-bar .social-icons li a:hover i {
    color: #66676b;
}
#footer .social-icons li a, .agent .social-icons li a {
    width: 38px;
    height: 40px;
    background-color: transparent;
}
#footer .social-icons, .agent .social-icons {
    position: relative;
    left: -13px;
}
#footer .social-icons li a i, #footer .social-icons li a:before, .agent .social-icons li a i, .agent .social-icons li a:before {
    font-size: 15px;
    color: #a0a0a0;
}
#footer .social-icons li a:hover i, .agent .social-icons li a:hover i, .info-box, .info-box h4 {
    color: #66676b;
}
#footer .social-icons li .twitter i:before, #footer .social-icons li .twitter:before, #footer .social-icons li .vimeo i:before, #footer .social-icons li .vimeo:before, .agent .social-icons li .twitter i:before, .agent .social-icons li .twitter:before, .agent .social-icons li .vimeo i:before, .agent .social-icons li .vimeo:before {
    font-size: 13px;
}
#footer .social-icons li a:hover, .agent .social-icons li a:hover {
    background: 0 0!important;
    border-color: transparent;
}
.info-box {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    padding: 25px 30px;
    border-top: 2px solid #66676b;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .98), rgba(255, 255, 255, .95));
    background-color: #66676b;
}
.info-box.no-border {
    border: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .96), rgba(255, 255, 255, .93));
    background-color: #66676b;
}
.info-box h4 {
    margin: 0 0 20px;
    font-size: 19px;
}
.info-box p {
    margin-bottom: 0;
}
.info-box.large {
    padding: 36px;
}
.testimonials-subtitle {
    padding: 0 15%;
    text-align: center;
    font-size: 23px;
    line-height: 37px;
    margin-bottom: 8px;
    color: #909090;
}
.testimonial {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 3px;
    padding: 35px;
    color: #909090;
    position: relative;
    margin-bottom: 20px;
    margin-top: 40px;
}
.testimonial p {
    margin: 0;
}
.testimonial:before {
    position: absolute;
    left: 35px;
    bottom: -10px;
    content: "\f0dd";
    font-family: FontAwesome;
    font-size: 42px;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    cursor: default;
}
.flip-banner:after, .testimonial:after {
    content: ""}
.testimonial:after {
    position: absolute;
    left: 30px;
    bottom: 0;
    height: 10px;
    width: 32px;
    background: #fff;
}
.flip-banner, .info-banner-content a.button, .text-content, .top-0, .top-1 {
    position: relative;
}
.testimonial-author {
    display: table;
    padding-top: 10px;
    padding-left: 20px;
}
.testimonial-author img {
    width: 55px;
    height: auto;
    border-radius: 50%;
    display: table-cell;
}
.testimonial-author h4 {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 20px;
    color: #66676b;
}
.testimonial-author h4 span {
    display: block;
    color: #888;
    padding-top: 6px;
}
.info-banner {
    display: block;
    width: 100%;
    padding: 90px 0;
    color: #fff;
    margin: 0;
}
.info-banner-content {
    z-index: 199;
}
.info-banner.centered {
    text-align: center;
}
.info-banner-content a.button {
    margin: 0 20px -15px;
}
.flip-banner a, .flip-banner h1, .flip-banner h2, .flip-banner h3, .flip-banner h4, .flip-banner h5, .flip-banner h6, .info-banner-content, .info-banner-content a, .info-banner-content h1, .info-banner-content h2, .info-banner-content h3, .info-banner-content h4, .info-banner-content h5, .info-banner-content h6 {
    color: #fff;
    display: inline-block;
    margin: 0;
    position: relative;
}
.text-content {
    background: 0 0;
    padding: 60px 0;
    font-weight: 500;
    /*z-index: 999;*/
}
.text-content.white-font, .text-content.white-font h1, .text-content.white-font h2, .text-content.white-font h3, .text-content.white-font h4, .text-content.white-font h5 {
    color: #fff;
}
.text-content a.button {
    padding: 12px 20px;
    font-size: 16px;
}
.text-content a.button:before {
    display: none;
}
.text-content p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}
.text-content h2 {
    font-size: 35px;
    font-weight: 100;
    line-height: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.text-content h3 {
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
}
.top-1 {
    top: -1px;
}
.flip-banner {
    display: block;
    width: 100%;
    height: 180px;
    text-align: center;
    overflow: hidden;
    z-index: 9999;
}
.flip-banner:after {
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
    transition: all .6s;
}
.flip-banner:hover:after {
    opacity: .6;
}
.flip-banner-content {
    position: relative;
    top: 50%;
    z-index: 200;
}
.flip-banner h2 {
    font-size: 32px;
    line-height: 40px;
    position: relative;
    width: 100%;
    display: block;
}
.flip-banner-content .flip-hidden, .flip-banner-content .flip-visible {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .45s cubic-bezier(.87, -.41, .19, 1.44);
}
.flip-banner-content .flip-visible, .flip-banner:hover .flip-banner-content .flip-hidden {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}
.flip-banner-content .flip-hidden, .flip-banner:hover .flip-banner-content .flip-visible {
    opacity: 0;
    visibility: hidden;
    transform: translateY(150%);
}
.flip-banner:hover .flip-banner-content .flip-visible {
    transform: translateY(-150%);
}
.flip-banner i {
    padding: 0 10px;
}
.flip-banner .sl {
    position: relative;
    top: 1px;
    font-size: 26px;
}
#counters {
    padding: 80px 0;
    position: relative;
    z-index: 999;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#counters:before, .counter-box:after {
    position: absolute;
    height: 100%;
    top: 0;
    content: ""}
#counters:before {
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0) 90%);
}
.counter-box {
    display: block;
    padding: 0;
    text-align: center;
}
.counter-box:after {
    right: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, .15);
}
.counter-box.last:after {
    display: none;
}
#counters h3 {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 80px;
    margin-top: -15px;
    font-size: 26px;
    line-height: 34px;
}
.counter-box p {
    margin: 12px 0 0;
    padding: 0;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    display: block;
    opacity: .8;
}
.counter, .counter-box i {
    display: inline-block;
    font-size: 58px;
    font-weight: 500;
    color: #fff;
    line-height: 42px;
    font-style: normal;
}
.counter-box-icon {
    display: block;
    background: #f6f6f6;
    padding: 50px 20px;
    text-align: center;
    border-radius: 4px;
}
.counter-box-icon.no-bg {
    background-color: transparent;
    padding: 20px;
}
.counter-box-icon.no-bg i {
    color: #333;
}
.counter-box-icon p {
    margin: 12px 0 0;
    padding: 0;
    color: #909090;
    font-size: 20px;
    font-weight: 500;
}
.counter-box-icon i {
    font-size: 80px;
    margin: 0 0 35px;
    color: silver;
    display: inline-block;
}
.counter-box-icon .counter {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
}
.counter-box-icon.colored {
    background: grey;
}
.counter-box-icon.colored .counter, .counter-box-icon.colored i, .counter-box-icon.colored p {
    color: #fff;
}
.counter-boxes-inside-parallax .counter-box-icon {
    background-color: transparent;
    padding: 0 0 10px;
    position: relative;
    top: 10px;
}
#wrapper, .headline-box {
    background-color: #fff;
}
.counter-boxes-inside-parallax .counter-box-icon p {
    color: rgba(255, 255, 255, .7);
}
.counter-boxes-inside-parallax .counter-box-icon i {
    margin-bottom: 50px;
}
.counter-boxes-inside-parallax .counter-box-icon .counter, body .counter-boxes-inside-parallax .counter-box-icon i {
    color: #fff;
}
body {
    color: #707070;
}
#tiptip_content, body, button, h1, h2, h3, h4, h5, h6, input[type=text], input[type=password], input[type=email], input[type=submit], input[type=button], select, textarea {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}
h3.headline {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 30px;
}
h4.headline {
    font-size: 22px;
    line-height: 32px;
    margin: -5px 0 30px;
}
.headline.centered {
    text-align: center;
}
.demo h1, .demo h2, .demo h3, .demo h4, .demo h5, .demo h6 {
    line-height: 40px;
}
.headline span {
    color: #888;
    font-size: 18px;
    display: block;
}
.glyph, .headline-box, .mls, .pbs .im {
    display: inline-block;
}
.headline-box {
    font-size: 28px;
    line-height: 38px;
    padding: 22px 50px;
    margin: 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    width: auto;
    border-radius: 3px;
}
section.fullwidth .headline-box {
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    top: 0;
    margin: 0 auto 0 50%;
    text-align: center;
}
.mls, .my-account label, .sl-icons-demo i {
    position: relative;
}
.glyph {
    font-size: 16px;
    width: 33%;
    transition: .3s;
}
h4 span.headline-detail {
    font-size: 15px;
}
.mls {
    font-size: 16px;
    top: -8px;
}
.fs1 {
    font-size: 32px;
}
.pbs .im {
    width: 50px;
}
.fs0, .unit, .unitRight {
    display: none;
}
.pbs {
    padding: 10px 0 5px 15px;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    transition: .2s;
}
.my-account input, .my-account input:focus {
    transition: box-shadow .2s!important;
}
.pbs:hover {
    background-color: #f4f4f4;
}
.sl-icons-demo i {
    width: 25px;
    display: inline-block;
    top: 1px;
}
.icons .fa.fa-fw {
    margin-right: 3px;
    font-size: 14px;
}
.icons .text-muted {
    display: none;
}
.rememberme {
    display: block;
    margin-top: 10px;
    cursor: pointer;
}
.my-account .tabs-container {
    overflow: visible;
}
.lost_password {
    margin: -10px 0 0;
}
.rememberme input {
    margin: 0 2px 0 0;
    display: inline-block;
    min-height: auto;
    width: auto;
}
.my-account label input {
    margin-top: 8px;
    padding-left: 45px;
    height: 53px;
}
.my-account label input[type=checkbox] {
    height: auto;
}
.my-account input:focus {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
}
.my-account label i {
    font-size: 21px;
    color: #a0a0a0;
    position: absolute;
    left: 15px;
    bottom: 13px;
}
.my-account .button {
    line-height: 28px;
    height: auto;
}
.margin-top-0 {
    margin-top: 0!important;
}
.margin-top-1 {
    margin-top: 1px!important;
}
.margin-top-2 {
    margin-top: 2px!important;
}
.margin-top-3 {
    margin-top: 3px!important;
}
.margin-top-4 {
    margin-top: 4px!important;
}
.margin-top-5 {
    margin-top: 5px!important;
}
.margin-top-6 {
    margin-top: 6px!important;
}
.margin-top-7 {
    margin-top: 7px!important;
}
.margin-top-8 {
    margin-top: 8px!important;
}
.margin-top-9 {
    margin-top: 9px!important;
}
.margin-top-10 {
    margin-top: 10px!important;
}
.margin-top-15 {
    margin-top: 15px!important;
}
.margin-top-20 {
    margin-top: 20px!important;
}
.margin-top-25 {
    margin-top: 25px!important;
}
.margin-top-30 {
    margin-top: 30px!important;
}
.margin-top-35 {
    margin-top: 35px!important;
}
.margin-top-40 {
    margin-top: 40px!important;
}
.margin-top-45 {
    margin-top: 45px!important;
}
.margin-top-50 {
    margin-top: 50px!important;
}
.margin-top-55 {
    margin-top: 55px!important;
}
.margin-top-60 {
    margin-top: 60px!important;
}
.margin-top-65 {
    margin-top: 65px!important;
}
.margin-top-70 {
    margin-top: 70px!important;
}
.margin-top-75 {
    margin-top: 75px!important;
}
.margin-top-80 {
    margin-top: 80px!important;
}
.margin-top-85 {
    margin-top: 85px!important;
}
.margin-top-90 {
    margin-top: 90px!important;
}
.margin-top-95 {
    margin-top: 95px!important;
}
.margin-top-100 {
    margin-top: 100px!important;
}
.margin-top-105 {
    margin-top: 105px!important;
}
.margin-top-110 {
    margin-top: 110px!important;
}
.margin-top-115 {
    margin-top: 115px!important;
}
.margin-top-120 {
    margin-top: 120px!important;
}
.margin-bottom-0 {
    margin-bottom: 0!important;
}
.margin-bottom-5 {
    margin-bottom: 5px!important;
}
.margin-bottom-10 {
    margin-bottom: 10px!important;
}
.margin-bottom-15 {
    margin-bottom: 15px!important;
}
.margin-bottom-20 {
    margin-bottom: 20px!important;
}
.margin-bottom-25 {
    margin-bottom: 25px!important;
}
.margin-bottom-30 {
    margin-bottom: 30px!important;
}
.margin-bottom-35 {
    margin-bottom: 35px!important;
}
.margin-bottom-40 {
    margin-bottom: 40px!important;
}
.margin-bottom-45 {
    margin-bottom: 45px!important;
}
.margin-bottom-50 {
    margin-bottom: 50px!important;
}
.margin-bottom-55 {
    margin-bottom: 55px!important;
}
.margin-bottom-60 {
    margin-bottom: 60px!important;
}
.margin-bottom-65 {
    margin-bottom: 65px!important;
}
.margin-bottom-70 {
    margin-bottom: 70px!important;
}
.margin-bottom-75 {
    margin-bottom: 75px!important;
}
.margin-bottom-80 {
    margin-bottom: 80px!important;
}
.margin-bottom-85 {
    margin-bottom: 85px!important;
}
.margin-bottom-90 {
    margin-bottom: 90px!important;
}
.margin-bottom-95 {
    margin-bottom: 95px!important;
}
.margin-bottom-100 {
    margin-bottom: 100px!important;
}
.margin-left-0 {
    margin-left: 0!important;
}
.margin-left-1 {
    margin-left: 1px!important;
}
.margin-left-2 {
    margin-left: 2px!important;
}
.margin-left-3 {
    margin-left: 3px!important;
}
.margin-left-4 {
    margin-left: 4px!important;
}
.margin-left-5 {
    margin-left: 5px!important;
}
.margin-left-6 {
    margin-left: 6px!important;
}
.margin-left-7 {
    margin-left: 7px!important;
}
.margin-left-8 {
    margin-left: 8px!important;
}
.margin-left-9 {
    margin-left: 9px!important;
}
.margin-left-10 {
    margin-left: 10px!important;
}
.margin-left-15 {
    margin-left: 15px!important;
}
.margin-left-20 {
    margin-left: 20px!important;
}
.margin-left-25 {
    margin-left: 25px!important;
}
.margin-left-30 {
    margin-left: 30px!important;
}
.margin-left-35 {
    margin-left: 35px!important;
}
.margin-left-40 {
    margin-left: 40px!important;
}
.margin-left-45 {
    margin-left: 45px!important;
}
.margin-left-50 {
    margin-left: 50px!important;
}
.margin-left-55 {
    margin-left: 55px!important;
}
.margin-left-60 {
    margin-left: 60px!important;
}
.margin-left-65 {
    margin-left: 65px!important;
}
.margin-left-70 {
    margin-left: 70px!important;
}
.margin-left-75 {
    margin-left: 75px!important;
}
.margin-left-80 {
    margin-left: 80px!important;
}
.margin-left-85 {
    margin-left: 85px!important;
}
.margin-left-90 {
    margin-left: 90px!important;
}
.margin-left-95 {
    margin-left: 95px!important;
}
.margin-left-100 {
    margin-left: 100px!important;
}
.margin-right-0 {
    margin-right: 0!important;
}
.margin-right-1 {
    margin-right: 1px!important;
}
.margin-right-2 {
    margin-right: 2px!important;
}
.margin-right-3 {
    margin-right: 3px!important;
}
.margin-right-4 {
    margin-right: 4px!important;
}
.margin-right-5 {
    margin-right: 5px!important;
}
.margin-right-6 {
    margin-right: 6px!important;
}
.margin-right-7 {
    margin-right: 7px!important;
}
.margin-right-8 {
    margin-right: 8px!important;
}
.margin-right-9 {
    margin-right: 9px!important;
}
.margin-right-10 {
    margin-right: 10px!important;
}
.margin-right-15 {
    margin-right: 15px!important;
}
.margin-right-20 {
    margin-right: 20px!important;
}
.margin-right-25 {
    margin-right: 25px!important;
}
.margin-right-30 {
    margin-right: 30px!important;
}
.margin-right-35 {
    margin-right: 35px!important;
}
.margin-right-40 {
    margin-right: 40px!important;
}
.margin-right-45 {
    margin-right: 45px!important;
}
.margin-right-50 {
    margin-right: 50px!important;
}
.margin-right-55 {
    margin-right: 55px!important;
}
.margin-right-60 {
    margin-right: 60px!important;
}
.margin-right-65 {
    margin-right: 65px!important;
}
.margin-right-70 {
    margin-right: 70px!important;
}
.margin-right-75 {
    margin-right: 75px!important;
}
.margin-right-80 {
    margin-right: 80px!important;
}
.margin-right-85 {
    margin-right: 85px!important;
}
.margin-right-90 {
    margin-right: 90px!important;
}
.margin-right-95 {
    margin-right: 95px!important;
}
.margin-right-100 {
    margin-right: 100px!important;
}
.padding-top-0 {
    padding-top: 0!important;
}
.padding-top-1 {
    padding-top: 1px!important;
}
.padding-top-2 {
    padding-top: 2px!important;
}
.padding-top-3 {
    padding-top: 3px!important;
}
.padding-top-4 {
    padding-top: 4px!important;
}
.padding-top-5 {
    padding-top: 5px!important;
}
.padding-top-6 {
    padding-top: 6px!important;
}
.padding-top-7 {
    padding-top: 7px!important;
}
.padding-top-8 {
    padding-top: 8px!important;
}
.padding-top-9 {
    padding-top: 9px!important;
}
.padding-top-10 {
    padding-top: 10px!important;
}
.padding-top-15 {
    padding-top: 15px!important;
}
.padding-top-20 {
    padding-top: 20px!important;
}
.padding-top-25 {
    padding-top: 25px!important;
}
.padding-top-30 {
    padding-top: 30px!important;
}
.padding-top-35 {
    padding-top: 35px!important;
}
.padding-top-40 {
    padding-top: 40px!important;
}
.padding-top-45 {
    padding-top: 45px!important;
}
.padding-top-50 {
    padding-top: 50px!important;
}
.padding-top-55 {
    padding-top: 55px!important;
}
.padding-top-60 {
    padding-top: 60px!important;
}
.padding-top-65 {
    padding-top: 65px!important;
}
.padding-top-70 {
    padding-top: 70px!important;
}
.padding-top-75 {
    padding-top: 75px!important;
}
.padding-top-80 {
    padding-top: 80px!important;
}
.padding-top-85 {
    padding-top: 85px!important;
}
.padding-top-90 {
    padding-top: 90px!important;
}
.padding-top-95 {
    padding-top: 95px!important;
}
.padding-top-100 {
    padding-top: 100px!important;
}
.padding-top-105 {
    padding-top: 105px!important;
}
.padding-top-110 {
    padding-top: 110px!important;
}
.padding-top-115 {
    padding-top: 115px!important;
}
.padding-top-120 {
    padding-top: 120px!important;
}
.padding-bottom-0 {
    padding-bottom: 0!important;
}
.padding-bottom-5 {
    padding-bottom: 5px!important;
}
.padding-bottom-10 {
    padding-bottom: 10px!important;
}
.padding-bottom-15 {
    padding-bottom: 15px!important;
}
.padding-bottom-20 {
    padding-bottom: 20px!important;
}
.padding-bottom-25 {
    padding-bottom: 25px!important;
}
.padding-bottom-30 {
    padding-bottom: 30px!important;
}
.padding-bottom-35 {
    padding-bottom: 35px!important;
}
.padding-bottom-40 {
    padding-bottom: 40px!important;
}
.padding-bottom-45 {
    padding-bottom: 45px!important;
}
.padding-bottom-50 {
    padding-bottom: 50px!important;
}
.padding-bottom-55 {
    padding-bottom: 55px!important;
}
.padding-bottom-60 {
    padding-bottom: 60px!important;
}
.padding-bottom-65 {
    padding-bottom: 65px!important;
}
.padding-bottom-70 {
    padding-bottom: 70px!important;
}
.padding-bottom-75 {
    padding-bottom: 75px!important;
}
.padding-bottom-80 {
    padding-bottom: 80px!important;
}
.padding-bottom-85 {
    padding-bottom: 85px!important;
}
.padding-bottom-90 {
    padding-bottom: 90px!important;
}
.padding-bottom-95 {
    padding-bottom: 95px!important;
}
.padding-bottom-100 {
    padding-bottom: 100px!important;
}
@media (max-width:1239px) {
    #header.cloned, .icon-box-1.alternative: after {
    display: none;
}
.fullwidth-layout .list-layout .listing-content {
    flex: 3;
}
.fullwidth-layout .list-layout .listing-img-container {
    flex: 1.5;
}
.listing-item.compact li {
    padding: 15px 15px 0 0;
    font-size: 13px;
    line-height: 18px;
}
.listing-item.compact li span {
    font-size: 13px;
}
.listing-img-content span {
    font-size: 19px;
}
.compact .listing-img-content .listing-compact-title {
    padding: 18px 23px;
}
.compact .listing-img-content .listing-compact-title i {
    font-size: 15px;
    margin: 1px 0 0;
}
.compact .listing-img-container:before {
    background: linear-gradient(to bottom, transparent 50%, #2f2f2f);
}
#logo {
    padding: 4px 10px 4px;
}
#navigation.style-1 {
    width: 710px;
    position: relative;
}
#navigation.style-1 .current {
    background-color: transparent;
    color: #66676b;
    padding: 20px 10px 20px;
}
#navigation.style-1 ul a {
    font-size: 11px;
    color: #747474;
    padding: 20px 18px 20px;
}
.left-side {
    width: 100%!important;
}
#top-bar .right-side {
    width: 180px;
}
.fullwidth-home-slider .slick-prev {
    right: 75px;
    left: initial;
}
.fullwidth-home-slider .slick-next {
    right: 20px;
    left: initial;
}
.fullwidth-home-slider .slick-next, .fullwidth-home-slider .slick-prev {
    border-radius: 3px;
    top: 20px;
    transform: none;
    opacity: 1;
    transform: translate(0, 0);
}
.fullwidth-home-slider:hover .slick-next, .fullwidth-home-slider:hover .slick-prev {
    transform: translate(0, 0);
}
.property-slider.default .item {
    height: 500px;
}
.listing-features {
    padding: 24px 30px;
}
.listing-features li {
    color: #888;
    margin-right: 25px;
    padding: 0;
}
.listing-features li span {
    display: inline-block;
    color: #444;
    margin-left: 3px;
}
#logo:before{
    display: none;
}

}

@media (max-width:991px) {
    #backtotop, #navigation.style-1: before, #navigation.style-2.cloned, a.grid-three {
    display: none;
}
.fs-content, .overflow-hidden {
    overflow: visible;
}
#backtotop {
    opacity: 0;
    visibility: hidden;
}
.grid-layout-three {
    left: -1.5%;
    width: 103%}
.grid-layout-three .listing-item {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%}
.fullwidth-layout .list-layout .listing-content {
    flex: 3;
}
.fullwidth-layout .list-layout .listing-img-container {
    flex: 2;
}
.listing-item.compact .listing-hidden-content {
    height: 70px;
}
.listing-item.compact .listing-hidden-content li {
    opacity: 1;
}
.compact .listing-img-container:before {
    transform: translateY(-70px);
}
.fullwidth-property-slider .item {
    height: 400px;
}
.fullwidth-property-slider .slick-prev {
    left: 40px;
}
.fullwidth-property-slider .slick-next {
    right: 40px;
}
.contact-map .address-box-container {
    width: 50%;
    height: 400px;
}
#navigation.style-1 {
    margin: 0;
    width: 100%;
    padding-top: 0;
    position: relative;
}
.main-search-form {
    width: 100%;
    display: block;
    margin: 35px auto 0;
    position: relative;
}
.search-container {
    padding: 120px 0;
}
.search-container .chosen-container-single {
    margin-bottom: 15px;
}
section.fullwidth .blog-post {
    margin: 15px 0;
}
.counter-box-icon {
    margin: 45px 0;
}
#counters {
    padding: 30px 0 20px;
}
.counter-box::after {
    display: none;
}
.flip-banner-content .flip-hidden, .flip-banner-content .flip-visible {
    padding: 0 50px;
    font-size: 27px;
    line-height: 38px;
}
#titlebar.submit-page h2, .flip-banner-content .flip-hidden, .submit-page {
    padding: 0;
}
.search-container .row.with-forms div {
    margin-bottom: 14px;
}
.fs-container {
    height: 100%!important;
}
.fs-inner-container, .fs-inner-container:first-child {
    width: 100%}
.fs-container #map-container {
    height: 440px;
}
#top-bar .left-side {
    width: 70%}
#top-bar .right-side {
    width: 30%;
    margin-top: 15px;
}
#top-bar .right-side .social-icons {
    float: right;
}
.property-features {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.property-slider.default .item {
    height: 400px;
}
.sidebar.right {
    padding-left: 0;
    margin-top: 55px;
    background: #f1f3f6;
}
.pagination-next-prev a.next, .pagination-next-prev a.prev {
    position: relative;
    top: 0;
}
.pagination {
    text-align: left;
}
.pagination li {
    text-align: center;
}
.pagination-next-prev ul {
    padding: 15px 0 0;
}
.pagination-next-prev li {
    display: inline-block;
}
}@media (max-width:767px) {
    #breadcrumbs, #posts-nav li, .about-author img, .comment-by a.reply i, .property-pricing {
    position: relative;
}
.pricing-container {
    display: block;
}
.plan.featured {
    transform: none;
}
.plan {
    margin-bottom: 35px;
}
.comment-by a.reply {
    width: 25px;
    overflow: hidden;
    height: 30px;
}
#breadcrumbs, #posts-nav li, #top-bar .left-side, #top-bar .right-side, .add-comment input {
    width: 100%}
.comment-by a.reply i {
    right: 5px;
    font-size: 11px;
}
.blog-page .blog-post .post-content, .single-post .post-content {
    padding: 26px 33px;
}
#posts-nav li a {
    padding: 0!important;
}
#posts-nav li a::before {
    display: none;
}
#posts-nav li.next-post {
    text-align: left;
    margin-bottom: 30px;
}
.about-description, .comments ul li ul {
    margin: 0;
}
.avatar img {
    max-width: 60px;
}
.comment-content {
    padding: 0 0 0 85px;
}
.comments ul li ul li::before {
    top: 25px;
}
.about-author img {
    display: block;
    float: none;
}
.about-description {
    margin-left: 0;
    margin-top: 25px;
}
.property-features {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
a.back-to-listings {
    display: none;
}
.property-title {
    margin-left: 0;
    margin-bottom: 0;
}
.property-pricing {
    left: 0;
    margin-top: 20px;
    text-align: left;
    transform: translateY(0);
}
#top-bar, #top-bar .container {
    width: 100%;
    padding: 0;
}
#top-bar .left-side {
    padding: 0 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, .07) 0, transparent);
}
#top-bar .right-side .social-icons {
    float: left;
}
.sidebar.right {
    padding-left: 0;
    margin-top: 55px;
}
.parallax #titlebar {
    padding: 70px 0;
}
#titlebar {
    padding: 40px 0;
}
#breadcrumbs {
    right: 0;
    top: 0;
    transform: none;
    padding: 0;
    margin-top: 20px;
}
.compact .listing-img-container:hover:before {
    opacity: 1!important;
}
.compact .listing-img-container:hover:after {
    opacity: 0!important;
}
#breadcrumbs ul {
    padding: 0;
}
#breadcrumbs ul li:first-child {
    margin: 0;
}
.counter-box {
    margin: 45px 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-radius: 0;
}
section.fullwidth .headline-box {
    transform: translate3d(0, -50%, 0);
    width: calc(100% - 30px);
    margin: 0 15px;
}
.search-container {
    padding: 100px 0;
}
.main-search-input {
    width: 100%;
    display: block;
}
.layout-switcher, .listing-footer span {
    display: none;
}
.main-search-input button.button {
    margin-left: 0;
    margin-top: 15px;
}
.main-search-box.no-shadow .main-search-input button.button {
    margin-bottom: 30px;
}
.search-type {
    width: 100%}
.search-type label {
    width: 100%;
    margin-bottom: 10px;
}
.parallax-content {
    padding: 70px 0;
}
.main-search-container h1, .main-search-container h2 {
    text-align: left;
    font-size: 32px;
}
.larger-input button.button, .larger-input input, .search-container .main-search-input button.button {
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
    margin-left: 0;
}
.grid-layout, .grid-layout-three {
    left: 0;
    width: 100%}
.grid-layout .listing-item, .grid-layout-three .listing-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.fullwidth-layout .list-layout .listing-content, .fullwidth-layout .list-layout .listing-img-container, .list-layout .listing-item {
    display: block;
}
.list-layout .details.button.border {
    display: none;
}
.list-layout .listing-title {
    padding-right: 30px;
}
.property-slider-container .agent-widget {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(0);
    z-index: 999;
    width: auto;
}
.property-slider .item, .property-slider.default .item {
    height: 400px;
}
.agent-page {
    display: block;
    padding: 0;
}
.agent-page .agent-avatar, .agent-page.long-content .agent-avatar {
    margin: 0;
    width: 100%}
.agent-page .agent-contact-details {
    background: #f9f9f9;
}
.agent-page .agent-avatar img, .agent-page.long-content .agent-avatar img {
    border-radius: 3px 3px 0 0;
    margin: 0;
}
.agent-page .agent-content {
    padding: 32px 32px 20px;
}
.contact-map {
    display: block;
}
.contact-map .google-map-container {
    display: block;
    width: 100%;
    height: 380px;
    transform: translateY(330px);
}
.contact-map .address-box-container {
    display: block;
    width: 100%;
    height: 330px;
    transform: translateY(-380px);
}
}#style-switcher h3 {
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}
.availability-box a, .common_heading h3, .featuredSection h3, .ratesAdditional strong, .rv_heading {
    text-transform: uppercase;
}
#style-switcher {
    background: #333;
    width: 205px;
    position: fixed;
    top: 145px;
    z-index: 9999;
    left: -205px;
    border-radius: 0 0 3px;
}
#style-switcher ul {
    list-style: none;
    padding: 0;
    margin-bottom: 22px;
}
#style-switcher div {
    padding: 6px 18px;
}
#style-switcher h2 {
    background: #282828;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    padding: 0 0 0 20px;
    margin-top: 0;
}
#style-switcher h2 a {
    background-color: #282828;
    display: block;
    height: 46px;
    position: absolute;
    right: -46px;
    top: 0;
    width: 46px;
    border-radius: 0 3px 3px 0;
    font-size: 22px;
    color: #fff;
    text-align: center;
}
#style-switcher h2 a i {
    position: relative;
    top: 2px;
}
.colors {
    list-style: none;
    margin: 0 0 10px;
    overflow: hidden;
}
.colors li {
    float: left;
    margin: 4px 2px 0;
}
.colors li a {
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
}
div.layout-style {
    padding: 0!important;
}
.layout-style select {
    width: 164px;
    padding: 7px;
    color: #aaa;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0 25px;
    background-color: #505050;
    border: 0;
    min-height: auto;
}
.green, .green-bg {
    background: #44b272;
}
.blue, .blue-bg {
    background: #3aa607;
}
.orange, .orange-bg {
    background: #fa5b0f;
}
.navy, .navy-bg {
    background: #495d7f;
}
.yellow, .yellow-bg {
    background: #ffb400;
}
.peach, .peach-bg {
    background: #fcab55;
}
.red, .red-bg {
    background: #dd3737;
}
.beige, .beige-bg {
    background: #bfa980;
}
.pink, .pink-bg {
    background: #d64391;
}
.cyan, .cyan-bg {
    background: #37b6bd;
}
.celadon, .celadon-bg {
    background: #74aea1;
}
.brown, .brown-bg {
    background: #784e3d;
}
.cherry, .cherry-bg {
    background: #911938;
}
.gray, .gray-bg {
    background: #555;
}
.purple, .purple-bg {
    background: #917ae9;
}
.olive, .olive-bg {
    background: #b3c211;
}
.colors li a.active {
    box-shadow: 0 0 0 2px #fff inset;
}
.colors li a {
    border-radius: 3px;
}
#reset {
    margin: -5px 0 15px;
}
#reset a.button {
    padding: 7px 14px;
    font-weight: 700;
    font-size: 13px;
}
#reset a.button:hover {
    color: #333;
    background-color: #fff;
}
@media only screen and (max-width:1024px) {
    #style-switcher {
    display: none;
}
}.sliderwith-text {
    position: relative;
    height: 730px;
}
.sabivideo_wrapper, .sabivideo_wrapper iframe, .sabivideo_wrapper::after {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.sabivideo_wrapper::after {
    background: url(../images/gridtile.png) rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    right: 0;
    opacity: .4;
}
.sabivideo_wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 54%;
    padding-top: 30px;
    right: 0;
}
.sabivideo_wrapper iframe {
    height: 100%;
    border: 0;
}
.common_heading h3 {
    text-align: center;
    color: #38a605;
    margin: 0 0 60px;
    font-size: 35px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    text-transform: capitalize;
}
.common_heading h3 strong {
    color: #e9880c;
}
.common_heading h3::before {
    bottom: -10px;
    width: 60px;
}
.common_heading h3::after {
    bottom: -15px;
    width: 35px;
}
.common_heading h3::after, .common_heading h3::before {
    border: 1px solid #222;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    border-color: inherit;
}
.icon-box-1 {
    text-align: center;
    padding: 20px 0 15px;
}
.icon-box-1.alternative {
    padding: 0;
}
.icon-box-1 .icon-container {
    font-size: 66px;
    color: #fff;
    background-color: #66676b;
    height: 140px;
    width: 140px;
    line-height: 140px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 10px;
    display: inline-block;
    position: relative;
}
.icon-box-1.alternative .icon-container {
    font-size: 40px;
    height: 100px;
    line-height: 100px;
    width: 100px;
}
.icon-box-1 .icon-container i {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    transition: all .2s ease-in;
    display: inline-block;
    line-height: 90px;
}
.icon-box-1:hover .icon-container i {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.16);
}
.icon-box-1.alternative:hover .icon-container i {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}
.icon-box-1 .icon-container .icon-links {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(0) scale(1.2);
    transition: all .2s ease-in;
    display: block;
}
.icon-box-1 .icon-container .icon-links a {
    display: block;
    color: #fff;
    padding: 5px 20px;
    transition: all .2s;
    position: relative;
}
.icon-box-1:hover .icon-container .icon-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0) scale(1);
}
.icon-box-1 h3 {
    font-size: 26px;
}
.icon-box-1.alternative h3 {
    font-size: 18px;
    color: #e9880c;
    margin: 10px 0px 0px;
    font-weight: 500;
}
.icon-box-1 p {
    font-size: 16px;
    color: #888;
    margin: 18px 0 0;
}
.icon-box-1.alternative p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    color: #444;
}
.icon-box-1.alternative {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 20px 10px;
    box-shadow: 0px 0px 8px #e8e8e8;
    border-radius: 6px;
}
.icon-box-1.alternative:after {
    content: "";
    width: 120%;
    height: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 8;
    transition: height .3s ease-in-out, opacity .3s ease-out;
    opacity: 0;
    transform: translate3d(30%, -30%, 0) scale(1) rotate(45deg);
}
.icon-box-1.alternative:hover:after {
    height: 60%;
    opacity: .2;
}
.featuredSection h3 {
    text-align: center;
    color: #3aa607;
    margin: 0 0 60px!important;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}
.featuredSection h3.headline::before {
    bottom: 50px;
    width: 60px;
}
.featuredSection h3.headline::after {
    bottom: 44px;
    width: 35px;
}
.featuredSection h3.headline::after, .featuredSection h3.headline::before {
    border: 1px solid #222;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    border-color: inherit;
}
#footer .footernews_letter, #footer .footernews_letter input[type=text] {
    position: relative;
}
#footer .footernews_letter strong {
    font-size: 20px;
}
#footer .footernews_letter button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0;
    padding: 14px 20px 14px 25px;
    position: absolute;
    right: 0;
    top: 59px;
}
#footer .footernews_letter p {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 3px;
}
.footernews_letter input {
    height: 55px;
}
.footerAbout {
    font-size: 13px;
}
.social-icons strong {
    display: block;
}
.thingTo_do .col-md-4, .thingTo_do .col-md-6, .thingTo_do .col-md-8 {
    padding: 0;
}
.thingTo_do .col-md-6 a.img-box {
    height: 350px;
}
.thingTo_do .img-box {
    border-radius: 0;
    border: 1px solid #fff;
    margin: 0;
    padding: 0;
    display: block;
    height: 350px;
}
.main-search-input input {
    display: inline-block;
    flex: 1 1 0;
    margin: 0;
    padding: 0 16px;
    box-sizing: border-box;
    height:65px;
}
.property-main-features li {
    vertical-align: top;
}
.availability-box {
    font-family: "Roboto Condensed", sans-serif;
    background: #fff;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
}
.availability-box h4 {
    color: #737373;
    font-size: 15px;
    font-weight: 400;
    margin: 0!important;
}
.availability-box .h2 {
    margin: 3px 0;
    font-weight: 600;
}
.availability-box a {
    background: #3aa607;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .5px;
    margin-top: 10px;
    padding: 12px 15px;
}
.availability-box a:hover {
    background: #3aa607;
    color: #fff;
    text-decoration: none;
}
.responsiveTab {
    margin: 20px 0 40px;
    font-size: 14px;
}
.responsive-table b {
    color: #3aa607;
    display: block;
    font-weight: 600;
    font-size: 12px;
}
.responsive-table {
    width: 100%;
    margin-bottom: 1.5em;
}
.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.responsive-table thead th {
    background-color: #3aa607;
    border: 1px solid #3aa607;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.listingForm, .responsive-table thead th:first-of-type {
    text-align: left;
}
.responsive-table tbody, .responsive-table td, .responsive-table th, .responsive-table tr {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}
.responsive-table td, .responsive-table th {
    padding: .5em;
    vertical-align: middle;
}
@media (min-width:30em) {
    .responsive-table td, .responsive-table th {
    padding: .75em .5em;
}
}@media (min-width:44em) {
    .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
}
.responsive-table tr {
    display: table-row;
}
.responsive-table td, .responsive-table th {
    display: table-cell;
    padding: .5em;
}
}@media (min-width:62em) {
    .responsive-table td, .responsive-table th {
    padding: .75em .5em;
}
}@media (min-width:75em) {
    .responsive-table td, .responsive-table th {
    padding: 16px .75em;
}
}.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
}
@media (min-width:44em) {
    .responsive-table caption {
    font-size: 1.5em;
}
.responsive-table tbody {
    display: table-row-group;
}
}.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}
@media (min-width:62em) {
    .responsive-table tfoot {
    font-size: .9em;
}
}.responsive-table tbody tr {
    margin-bottom: 1em;
    border: 2px solid #3aa607;
}
.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}
@media (min-width:44em) {
    .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
}
.responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, .1);
}
}.responsive-table tbody th[scope=row] {
    background-color: #4D0A40;
    color: #fff;
}
@media (min-width:44em) {
    .responsive-table tbody th[scope=row] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
}
}.responsive-table tbody td {
    text-align: right;
}
.responsive-table tbody td:first-child {
    text-align: left!important;
}
@media (min-width:44em) {
    .responsive-table tbody td {
    text-align: center;
    color: #000;
}
}.responsive-table tbody td[data-type=currency] {
    text-align: right;
}
.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .8em;
    color: rgba(94, 93, 82, .75);
}
@media (min-width:30em) {
    .responsive-table tbody td {
    border-bottom: 1px solid #3aa607;
    border-left: 1px solid #3aa607;
}
.responsive-table tbody td:last-child {
    border-right: 1px solid #3aa607;
}
.responsive-table tbody td[data-title]:before {
    font-size: .9em;
}
}@media (min-width:44em) {
    .responsive-table tbody td[data-title]: before {
    content: none;
}
}.ratesAdditional {
    margin: 0;
}
.ratesAdditional h2 {
    font-size: 20px;
    color: #333;
}
.ratesAdditional ul {
    padding: 0;
    margin: 0;
    border: 1px solid #bbb;
}
.ratesAdditional ul li {
    border-bottom: 1px solid #bbb;
    padding: 0;
    list-style: none;
}
.ratesAdditional ul li:last-child {
    border-bottom: none;
}
.ratesAdditional strong {
    width: 300px;
    display: inline-block;
    font-size: 14px;
    color: #353e44;
    font-weight: 400;
    border-right: 1px solid #bbb;
    padding: 10px;
}
.responsiveTab strong {
    font-size: 16px;
    color: #242424;
}
.ratesAdditional span {
    display: inline-block;
    color: #353e44;
    font-weight: 300;
    padding: 10px;
}
.rv_heading {
    color: #3aa607;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 0 20px;
    font-size: 30px;
    text-align: center;
}
.additional-rates {
    margin-top: 25px;
}
.additional-rates h5 {
    font-size: 20px;
    text-transform: capitalize;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.additional-rates ul li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 4px;
    padding-top: 10px;
    display: block;
}
.additional-rates ul li span {
    display: inline-block;
    float: right;
}
.bookingform input[type=text], .bookingform input[type=email] {
    height: 42px;
}
.bookingform label {
    margin-bottom: 5px;
}
.sidebar-widget {
    background-color: #FFF;
    padding: 20px;
    width: 100%;
    border-radius: 4px;
}
.similar-listings, .tab-content-wrapper {
    padding: 0;
    margin: 0;
}
.similar-listings .tab-content-item, .tab-content-wrapper .tab-content-item {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dashed #EFEFEF;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
}
.similar-listings .tab-content-item .thumb, .tab-content-wrapper .tab-content-item .thumb {
    margin-right: 15px;
}
.similar-listings .tab-content-item h5, .tab-content-wrapper .tab-content-item h5 {
    margin-top: 5px;
}
.similar-listings .tab-content-item h5 a, .tab-content-wrapper .tab-content-item h5 a {
    color: #AEAEAE;
    font-size: 14px;
    font-weight: 300;
    font-family: Open Sans;
    line-height: 19px;
}
.similar-listings li:last-child, .tab-content-wrapper li:last-child {
    border-bottom: none;
}
.similar-listings strong {
    color: #0D5C29;
    display: block;
    font-size: 13px;
    text-transform: capitalize;
}
.similar-listings b {
    float: right;
    font-weight: 400;
    font-size: 13px;
    color: #242424;
}
.similar-listings span {
    font-size: 13px;
    display: block;
    color: #666;
    letter-spacing: .5px;
}
.box .title, .main_title h2 {
    text-transform: uppercase;
    letter-spacing: -1px;
}
.main_title {}
.main_title h2 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: normal;
    text-transform: capitalize;
    line-height: 38px;   
}
.main_title span {
    color: #3aa607;
    font-weight: 400;    
}
.main_title p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 5px;
}
.pricingtable aside {
    background: #fff;
    box-shadow: 0 10px 20px 0 rgb(61 82 96 / 15%);
    border-radius: 50px;
    text-align: center;
    padding: 0px 0px 40px;
    transition: all 0.25s linear;
}
.pricingtable aside:hover{
    transform: translateY(-10px);
    box-shadow: 0 23px 49px 0 $color_shadow_hover;    
}
.amount {
    color: #3aa607;
    font-weight: 700;
    border-radius: 50px 50px 0px 0px;
    padding: 20px 0 10px 0;
    border-bottom: 1px dashed #cdcccc;
    margin-bottom: 15px;
}
.amount strong {
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
}
.amount .fa {
    display: block;
    width: 85px;
    height: 85px;
    margin: 10px auto;
    text-align: center;
    line-height: 85px;
    background: #e8870a;
    border-radius: 50%;
    color: #fff;
    font-size: 48px;
}
span.package-range {
    font-size: 40px;
    font-weight: 900;
    display: block;
    margin: 0px;
    line-height: normal;
}
.pricingtable aside .btn-green {
    display: block;
    border-radius: 50px;
    margin: 20px 40px 0px;
}
.pricingtable aside .btn-green:hover{
    color: #ffffff;
    background: #e8870a;
}
.textLinethrough {
    color: #fff;
    font-size: 35px;
    text-align: center;
}
.textLinethrough span {
    color: #fff;
    font-size: 20px;
    margin-right: 8px;
}
.listingText h3, .listingText h2 {
    font-size: 22px;
    font-weight: 500;
    color: #3a3636;
    word-break: break-word;
}
.listingText h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3a3636;
}
.listingText>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #8c8c8c;
}
.box_style_cat {}
ul.cat_nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.cat_nav li {
    list-style: none;
}
ul.cat_nav li a {
    position: relative;
    color: #777;
    display: block;
    padding: 5px 0px;
}

ul.cat_nav li a span {
    font-size: 11px;
    color: #999;
}

ul.cat_nav li li a.cross-img:after, ul.listingProperty_list li a.cross-img:after {
    content: "\f05c"!important;
}

ul.cat_nav li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
ul.cat_nav li:first-child a#active, ul.cat_nav li:first-child a.active, ul.cat_nav li:first-child a:hover {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
ul.cat_nav li:last-child a#active, ul.cat_nav li:last-child a.active, ul.cat_nav li:last-child a:hover {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
ul.cat_nav li a#active, ul.cat_nav li a.active, ul.cat_nav li a:hover {
    background: #fff;
    color: #111;
}

#tools {
    background: #eee;
    padding: 5px;
    margin-bottom: 15px;
}
.gray_bg {
    background: #F9F9F9;
}
.listingForm {
    background: rgb(255 255 255);
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 20px;
    box-shadow: 0px 0px 20px #0000001f;
    margin-top: -140px;
    position: relative;
    z-index: 9;
}
.listingForm h1 {
    margin: 0;
    font-weight: 600;    
}
.listingForm p {
    margin: 0 0 10px;
}
.listingForm h2 {
    color: #3aa607;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0 20px;
    font-style: italic;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.listingForm form label {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}
.listingForm form input[type=text] {
    background: rgb(255 255 255 / 28%);
    border: 1px solid rgb(232 232 232);
    border-radius: 4px;
    box-shadow: none;
    height: 40px;
    width: 100%;
    padding: 6px 12px !important;
}
.listingForm form input[type=text]:focus {
    box-shadow: none;
    border-color: #e8870a;    
}
.listingForm form .selectpicker, .listingForm form input[type=password] {
    background: rgb(255 255 255 / 28%);
    border: 1px solid rgb(232 232 232);
    border-radius: 4px;
    box-shadow: none;
    height: 40px;
    width: 100%;
    padding: 6px 12px !important;
}
.listingForm form input[type=password]:focus {
    box-shadow: none;
    border-color: #e8870a; 
    
}
.listingForm form input[type=email] {
    background: rgb(255 255 255 / 28%);
    border: 1px solid rgb(232 232 232);
    border-radius: 4px;
    box-shadow: none;
    height: 40px;
    width: 100%;
    padding: 6px 12px !important;
}
.listingForm form input[type=email]:focus {
    box-shadow: none;
    border-color: #e8870a; 
}

.listingForm input::placeholder {
  color: #c3c3c3;
  font-size: 13px;
  font-weight: normal;
  opacity: 1; /* Firefox */
}
.listingForm button {
    background: #e8870a;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}


.homePage_bg {
}
.box-attention {
}
.box-attention h3 {
    color: #525252;
    font-size: 28px;
    font-weight: 600;
    line-height: 54px;
    margin: 0;
    text-transform: capitalize;
}
.box-attention strong {
    color: #616161;
    display: block;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
}
.box-attention p {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0 0;
    text-align: justify;
}
#hero, .box, .btn_full, a.btn_full {
    text-align: center;
}
.home-weblinxbody {
    margin-top: 20px;
}
.home-weblinxbody ul {
    padding: 0;
    margin: 0;
}
.home-weblinxbody li {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 15px 10px;
    line-height: 22px;
    display: inline-block;
    width: 32%;
    vertical-align: middle;
    background: #fff;
    text-align: center;
    height: 160px;
    border-radius: 5px;
}
.home-weblinxbody li .fa {
    font-size: 34px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
}
#hero {
    position: relative;
    background: url(../images/slide_hero.jpg) center center no-repeat #4d536d;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-size: 16px;
    z-index: 99;
    text-transform: uppercase;
}
.intro_title {
    vertical-align: middle;
    padding: 50px 0;
}
.intro_title h3 {
    font-size: 45px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.intro_title h3 strong span {
    color: #fff;
}
.intro_title.error h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
}
.intro_title.error p {
    font-size: 13px;
    line-height: 22px;
    padding: 0 450px;
}
.btn_full, a.btn_full {
    border: none;
    font-family: inherit;
    color: #fff;
    width: 100%;
    background: rgba(157, 157, 157, .38);
    cursor: pointer;
    padding: 12px 20px;
    outline: 0;
    font-size: 12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.box, .box img {
    transition: all .55s ease;
}
.btn_full:hover, a.btn_full:hover {
    background: rgba(0, 191, 244, .9);
}
.h-search {
    position: absolute;
    top: 58px;
    width: 97.5%;
    background: #fcfcfc;
    z-index: 9;
    left: 5px;
    padding: 0;
    border-radius: 3px;
    right: 0;
    box-shadow: 0px 3px 4px #0000001a;
}
.h-search ul {
    padding: 0px;
    margin: 0px;
}
.h-search li {
    list-style: none;
    color: #3c3c3c;
    padding: 5px 10px;
    border-bottom: 1px solid #cdcccc;
}
.h-search li:last-child{
    border-bottom: none;
}
.box {
    background: #070707;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-top: 30px;
}
.box img {
    width: 100%;
    height: auto;
}
.box:hover img {
    opacity: .5;
}
.box .box-content {
    padding: 5px 10px 10px;
    position: absolute;
    bottom: 25px;
    right: 25px;
}
.box .box-content:after, .box .box-content:before {
    content: "";
    width: 767px;
    height: 2px;
    position: absolute;
    background: #fff;
    -webkit-transition: all .55s ease;
    transition: all .55s ease;
}
.box .box-content:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.box .box-content:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.box .box-content-inner:after, .box .box-content-inner:before {
    content: "";
    width: 2px;
    height: 767px;
    position: absolute;
    background: #fff;
    -webkit-transition: all .55s ease;
    transition: all .55s ease;
}
.box .box-content-inner:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.box .box-content-inner:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.box:hover .box-content-inner:after, .box:hover .box-content-inner:before, .box:hover .box-content:after, .box:hover .box-content:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.box:hover .box-content:after, .box:hover .box-content:before {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}
.box .title {
    font-size: 24px;
    font-weight: 900;
    margin: 0;
    color: #fff;
}
.box .post {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #434343;
    padding: 5px 10px;
    background: #fff;
    text-transform: capitalize;
}
@media only screen and (max-width:990px) {
    .box {
    margin-bottom: 30px;
}
}.attractionActivity img {
    width: 100%}
.activitescontainer {
    background: #fbfbfb;
}
.activitescontainer .col-md-6 {
    padding: 0;
}
.activitescontainer .description {
    padding: 0 30px;
}
.activitescontainer .description h2 {
    font-family: Raleway, sans-serif!important;
    color: #333;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.activitescontainer .description p {
    margin: 0;
    color: #333;
    font-size: 17px;
    line-height: 30px;
}
.activitiesimg {
    height: 350px;
}
.activitiesimg>img {
    height: 100%;
    width: 100%}
.addressLinks {
    padding: 0;
    margin: 20px 0 0;
}
.addressLinks li {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    margin: 0 0 5px;
    text-align: left;
}
.addressLinks a, .discription2 strong {
    font-weight: 600;
    text-transform: uppercase;
}
.addressLinks li .fa {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #cdcccc;
    margin-right: 10px;
}
.discription2 {
    margin-top: 30px;
}
.discription2 strong {
    color: #3C3635;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-bottom: 9px;
    position: relative;
    width: 100%;
    letter-spacing: .8px;
}
.discription2 strong::before {
    background: #3C3635;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
}
.discription2 ul {
    border-bottom: 1px solid #EDEDED;
    margin: 0 0 35px;
    padding: 0 0 15px;
}
.discription2 ul:last-child {
    border-bottom: none;
}
.discription2 li {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0;
    text-transform: capitalize;
    vertical-align: top;
    width: 49%}
.discription2 span {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
}
.discription2 p {
    color: #7b7b7b;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    text-align: justify;
    margin: 15px 0 0;
}
.discription2 li::before {
    content: "\f101";
    font: normal normal normal 14px/1 'FontAwesome';
    margin-right: 5px;
}
.review_strip_single .col-md-10 h4, .review_strip_single .col-md-10 span, .review_strip_single>h5 {
    font-family: "Roboto Condensed", sans-serif;
}
.privacypolicy h3 {
    font-size: 18px;
}
.privacypolicy p {
    color: #242424;
}
input, input[type=text], input[type=password], input[type=email], input[type=number], textarea {
    padding: 0 32px!important;
}
.review_strip_single {
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #e4e4e4;
    padding: 16px;
}
.review_strip_single .col-md-10, .review_strip_single .col-md-2 {
    font-family: "Roboto Condensed", sans-serif;
    padding: 0;
}
.review_strip_single img {
    border: 1px solid rgba(31, 177, 165, .33);
    margin: 0 auto;
    padding: 3px;
    width: 90px;
}
.review_strip_single .col-md-10 h4 {
    color: #22b2a8;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
.review_strip_single .col-md-10 span {
    color: #999;
    display: block;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 20px;
    text-transform: uppercase;
}
.review_strip_single .col-md-10 small {
    color: #434343;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
.review_strip_single>h5 {
    border-top: 1px solid #e3e3e3;
    color: #007a70;
    font-size: 23px;
    letter-spacing: -.5px;
    margin: 10px 0 2px;
    padding-top: 12px;
    text-transform: capitalize;
}
.review_strip_single .rating {
    color: #FFBB04;
    font-size: 16px;
    margin-bottom: 10px;
}

.btn-green {
    background-color: #3aa607;
    color: #fff;
    min-width: 120px;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
}
#page_content {
    margin: 40px 0;
}
#page_content .container {
    box-shadow: 0 0 12px #CCC;
}
#page_content .container .padding_10px {
    padding: 10px 0;
}
::-webkit-input-placeholder {
    color: #444;
}
:-moz-placeholder {
    color: #444;
}
:focus::-webkit-input-placeholder {
    color: #fff;
}
:focus:-moz-placeholder {
    color: #fff;
}
 #myHeader {
    padding-left: 38px;
}
.ui-widget-header {
    background: #e9880c!important;
    color: #fff;
}
.ui-state-focus .ui-icon, .ui-state-hover .ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_056b93_256x2401.png)!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #37a907;
    font-weight: 400;
    color: #fff;
}
.state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #448dae;
    background: url(../../images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x #79c9ec;
    font-weight: 400;
    color: #297d02!important;
}
.sec-pay ul li {
    margin: 0 12px 12px 0;
    float: left;
    -webkit-background-size: 59px 36px;
    -moz-background-size: 59px 36px;
    -o-background-size: 59px 36px;
    background-size: 59px 36px;
    width: 59px;
    height: 36px;
}
.payment-visa {
    background-image: none, url(../img/payment-visa.svg);
}
.payment-mastercard {
    background-image: none, url(../img/payment-mastercard.png);
}
.payment-amex {
    background-image: none, url(../img/payment-amex.svg);
}
.payment-paypal {
    background-image: url(../img/payment-paypal.png);
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
@media (max-width:680px) {
    .property-slider .item, .property-slider.default .item {
    height: 200px;
}
.search-container h2 {
    font-size: 18px;
    line-height: 25px;
    color: #e8870a;
    text-shadow: none;
    font-weight: 700;
}
.featuredSection h3 {
    margin: 0 0 20px!important;
    text-transform: uppercase;
    font-size: 20px!important;
}
.text-content h2 {
    font-size: 21px;
    font-weight: 100;
    line-height: 31px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.text-content {
    padding: 16px 0;
}
section.fullwidth {
    padding: 24px 0;
}
.common_heading h3, .h3, h3 {
    font-size: 20px!important;
}
.listing-item.compact li {
    padding: 15px 11px 0 0;
    font-size: 10px;
    line-height: 15px;
}
#header .left-side, #header .right-side, .menu-responsive {
    width: 100%}
.listing-img-container img {
    width: 100%!important;
    border-radius: 3px 3px 0 0;
}
}.propertyDescription {
    display: none;
}
.propertyDescription ul {
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid #333;
}
.propertyDescription li {
    display: inline-block;
    vertical-align: top;
    width: 33%}
.propertyDescription li a {
    color: #aaa!important;
    display: inline-block;
    padding: 8px 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.propertyDescription ul li a::before {
    color: #aaa;
    content: "\f061";
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 6px;
}
.propertyDescription li a:hover {
    color: #fff;
    padding-left: 5px;
}
ul.footer-links li input[type=button] {
    background: 0 0;
    padding: 0 16px!important;
    margin: 0;
    height: auto;
    color: #aaa;
    line-height: normal;
    text-align: left;
}
.property-main-features {
    background-color: #f7f7f7;
    background: linear-gradient(to bottom, #f9f9f9 0, #f6f6f6);
    border-radius: 3px;
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 30px 24px;
}
.property-main-features li {
    color: #888;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    margin-right: 0;
    padding: 24px 0 0;
    text-align: center;
    text-transform: capitalize;
    width: 19%}
.property-main-features .fa {
    font-size: 30px;
    color: #e9880c;
}
.property-main-features li:last-child {
    margin: 0;
}
.property-main-features li strong {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #3aa607;
}
.property-main-features li span {
    color: #aeb2b4;
    display: block;
    font-weight: 100;
    font-size: 15px;
}
.errorbg {
    background: url(../images/404bg1.png);
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    padding: 100px 0;
}
.errorbg h1 {
    font-size: 40px;
    font-weight: 400;
    margin: 50px 0;
    color: #666;
}
.errorbg h1 span {
    color: #e9880c;
    font-weight: 100;
}
.errorbg a {
    display: inline-block;
    padding: 10px 15px;
    background: #e9880c;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 20px;
    border-radius: 4px;
}
.errorbg a:hover {
    background: #3aa607;
}
.errorbg p {
    font-size: 11px;
    color: #242424;
}
.internalLinks {
    border: 1px solid #cdcccc;
    padding: 10px 15px;
    background: #f5f5f5;
}
.internalLinks ul {
    padding: 0;
    margin: 0;
}
.internalLinks li {
    display: block;
    vertical-align: top;
    width: 100%;
    list-style: none;
}
.internalLinks li a {
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 24px!important;
    display: inline-block;
}
.internalLinks .fa {
    margin-right: 5px;
    color: #e9880c;
}
.discountedPrice strong, .discountedPricetag span b {
    font-family: 'Roboto', sans-serif;
}
.agent-details a.btn-green {
    background-color: #3aa607;
    color: #fff;
    width: 135px;
    padding: 5px 15px;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
}
.agent-details a.btn-green:hover {
    background: #e9880c;
    color: #fff;
}
.titlebarmargin {
    margin-bottom: 0!important;
}

.short-header .col-sm-9 {
    padding: 0;
}
.short-header .col-sm-3 button {
    margin-top: 35px;
}
.more-search-options .more-search-options-container {
    margin-top: 10px!important;
    text-align: left;
}
.more-search-options .more-search-options-container .checkboxes h2 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 25px 0 8px;
    background: #3aa607;
    color: #fff;
    padding: 10px;
}
.more-search-options .more-search-options-container .checkboxes ul {
    padding: 0;
    margin: 0;
}
.more-search-options .more-search-options-container .checkboxes ul li {
    list-style: none;
    display: inline-block;
    width: 19.5%;
    vertical-align: top;
    padding: 0;
}
.discountedparagraph {
    padding: 20px 0px;
    background: #e9880c;
    color: #fff;
    margin-top: 20px;
    position: relative;
}
.listing-badges {
    position: absolute;
    top: 18px;
}
.listing-badgesk {
    background: #3aa607;
    display: table;
    margin-bottom: 0;
    padding: 1px 10px;
    position: relative;
    top: -10px;
}
.discountedPrice {
    border-right: 1px solid #b96c0a;
}
.discountedPrice strong {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    line-height: 20px;
}
.discountedPricetag span {
    font-size: 15px;
    font-weight: 100;
    text-transform: capitalize;
    margin: 5px 0px;
    display: inline-block;
}
.discountedPricetag span b {
    display: block;
    font-size: 26px;
    line-height: 30px;
    color: #442600;
}
.discountedPricetag label {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 15px;
}
.lastminuteSpecial strong {
    display: block;
    text-transform: capitalize;
    font-weight: 100;
    line-height: 22px;
}
.lastminuteSpecial span {
    display: block;
    font-size: 16px;
    letter-spacing: .9px;
    text-transform: uppercase;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .sliderwith-text {
    height: auto;
}
.sabivideo_wrapper {
    display: none;
}
.videoWrapper {
    height: auto !important;
    position: relative;
}
.slick-next, .slick-prev{
        z-index: 1;
}
.header-widget {
    top: 0;
}
.search-container {
    padding: 20px 10px;
    position: inherit!important;
    background-attachment: fixed;
    background-image: url(../images/mobilebg.jpg);
}
.search-container h2 {
    font-size: 30px;
    line-height: 36px;
}
.common_heading h3 {
    font-size: 27px;
}
.icon-box-1.alternative {
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 15px;
}
ul.footer-links {
    float: none!important;
}
.sidebar.right {
    padding-left: 20px;
}
.search-container .main-search-input button.button {
    max-width: none;
    width: 100%!important;
}
#footer .social-icons li a, #top-bar .social-icons li a, .agent .social-icons li a {
    height: 35px;
    width: 35px;
}
.discription2 li {
    width: 49%}
.intro_title.error p {
    padding: 0 10px;
}
.box-attention h3 {
    font-size: 26px;
    line-height: 32px;
}
.box-attention strong {
    font-size: 22px;
}
}@media(max-width:767px) {
    #logo, .left-side {
    float: none;
}
#top-bar, .sabivideo_wrapper {
    display: none;
}
.nav li {
    margin-right: 0!important;
}
.sliderwith-text {
    height: auto;
}
#logo {
    margin-right: 0;
    width: 100%;
    text-align: center;
}
.header-widget {
    text-align: center!important;
    top: 0;
    float: none;
    width: auto;
}
.listSixColumns ul, .search-container .main-search-input input, ul.footer-links {
    float: none!important;
}
.search-container {
    padding: 20px 10px;
    position: inherit!important;
    background-attachment: fixed;
    background-image: url(../images/mobilebg.jpg);
}
.search-container h2 {
    font-size: 30px;
    line-height: 36px;
}
.common_heading h3 {
    font-size: 27px;
}
.icon-box-1.alternative {
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 15px;
}
.sidebar.right {
    padding-left: 20px;
}
.tab-content {
    padding: 0;
}
.property-main-features li {
    width: 49%}
.discription2 li {
    width: 100%}
.intro_title {
    padding-top: 15px;
    display: block;
}
.main_title h2 {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 26px;
}
.listingText {
    word-wrap: break-word;
}
.intro_title.error p {
    padding: 10px;
}
.homePage_bg {
    background: #242424;
    margin: 0 auto;
    max-width: none;
    padding: 0;
}
.box-attention, .home-weblinxbody {
    padding: 15px;
    width: 100%}
.listSixColumns, .listSixColumns ul {
    padding: 0;
    margin: 0;
}
.intro_title.error h1 {
    font-size: 35px;
}
.fixednav {
    top: 0!important;
}
.fixednav span {
    display: none;
}
.fixednav li {
    position: relative;
    display: inline-block;
    width: 16%;
    text-align: center;
    margin: 0;
}
.city-list ul li, .listSixColumns ul {
    width: 100%!important;
}
.fixednav li .fa {
    margin-right: 0;
}
.listSixColumns li {
    width: 100%;
    float: none;
    display: block;
    padding: 5px 0;
}
.responsive-table tbody td:first-child {
    text-align: right!important;
}
}
@media only screen and (min-width:768px) and (max-width:1366px) {
    .fixednav {
    top: 0;
}
}
.ourpartner  {
     padding:  40px 0;
}
.namesk  {
     padding:  40px 0;
}
.namesk span  {
     display:  block;
     font-size:  40px;
     font-weight:  400;
     color:  #e9880c;
}
.namesk strong  {
     display:  block;
     text-transform:  uppercase;
     font-size:  50px;
     line-height:  normal;
     font-weight:  700;
    
    color:  #3aa607;
}
.ourpartner a  {
     display:  block;
     background:  #f5f5f5;
     text-align:  center;
     padding:  15px;
     border:  1px solid #cecece;
    
    box-shadow:  0px -1px 1px 5px #fff inset;
     border-radius:  2px;
}
.ourpartner a img  {
     width:  180px;
     margin:  0px auto;
     background:  #fff;
     padding:  8px;
     border:  1px solid #f7f7f7;
     border-radius:  10px;
}
.ourpartner a strong  {
     display:  block;
     font-size:  15px;
     margin-top:  10px;
     line-height:  20px;
     text-transform:  uppercase;
     color:  #212121;
}
.ourpartner a:hover  {
     border-color:  #3aa607;
     color:  #3aa607;
     text-decoration:  none;
}
.ourpartner a:hover strong {
     color:  #3aa607;
}
.vacationbundle  {
     overflow:  hidden;
     margin-top:  80px;
}
.padNone  {
     padding:  0px;
}
.bookbutton  {
     background:  url(../img/fl_bg.jpg);
     padding:  100px;
     height:  100vh;
     position:  relative;
     background-position:  50% 50%;
     display:  table;
     background-repeat:  no-repeat;
}
.bookbutton a  {
     display:  table-cell;
     color:  #fff;
     background:  #000000c4;
     width:  100%;
     height:  100%;
     text-align:  center;
     vertical-align:  middle;
     font-size:  25px;
     line-height:  40px;
     padding:  20px;
     border-radius:  8px;
     font-weight:  600;
}
.blogtext  {
     padding:  45px 80px;
     color:  #333;
     height:  100vh;
}
.blogtext h2  {
     font-size:  32px;
     text-transform:  capitalize;
     font-weight:  800;
     margin-bottom:  15px;
}
.blogtext p  {
     line-height:  32px;
     font-size:  15px;
     font-weight:  600;
     text-align:  justify;
}
}
.box .box-content-inner:after {
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
.box:hover .box-content-inner:after,
.box:hover .box-content-inner:before,
.box:hover .box-content:after,
.box:hover .box-content:before {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.box:hover .box-content:after,
.box:hover .box-content:before {
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}
.box .title {
	font-size: 24px;
	font-weight: 900;
	margin: 0;
	color: #fff
}
.box .post {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #434343;
	padding: 5px 10px;
	background: #fff;
	text-transform: capitalize
}
@media only screen and (max-width: 990px) {
	.box {
		margin-bottom: 30px
	}
}
.attractionActivity img {
	width: 100%
}
.activitescontainer {
	background: #fbfbfb
}
.activitescontainer .col-md-6 {
	padding: 0
}
.activitescontainer .description {
	padding: 0 30px
}
.activitescontainer .description h2 {
	font-family: Raleway, sans-serif!important;
	color: #333;
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 20px;
	text-transform: uppercase
}
.activitescontainer .description p {
	margin: 0;
	color: #333;
	font-size: 17px;
	line-height: 30px
}
.activitiesimg {
	height: 350px
}
.activitiesimg>img {
	height: 100%;
	width: 100%
}
.addressLinks {
	padding: 0;
	margin: 20px 0 0
}
.addressLinks li {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	list-style: none;
	margin: 0 0 5px;
	text-align: left
}
.addressLinks a,
.discription2 strong {
	font-weight: 600;
	text-transform: uppercase
}
.addressLinks li .fa {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #cdcccc;
	margin-right: 10px
}
.discription2 {
	margin-top: 30px
}
.discription2 strong {
	color: #3C3635;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	line-height: 20px;
	margin-bottom: 15px;
	padding-bottom: 9px;
	position: relative;
	width: 100%;
	letter-spacing: .8px
}
.discription2 strong::before {
	background: #3C3635;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 60px
}
.discription2 ul {
	border-bottom: 1px solid #EDEDED;
	margin: 0 0 35px;
	padding: 0 0 15px
}
.discription2 ul:last-child {
	border-bottom: none
}
.discription2 li {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	padding: 5px 0;
	text-transform: capitalize;
	vertical-align: top;
	width: 32%
}
.discription2 span {
	display: block;
	font-size: 18px;
	margin-top: 10px;
	text-transform: uppercase;
	width: 100%;
	font-weight: 600
}
.discription2 p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	line-height: 32px;
	text-align: justify;
	margin: 15px 0 0
}
.discription2 li::before {
    content: "\f101";
    font: normal normal normal 14px/1 'FontAwesome';
    margin-right: 5px;
}
.review_strip_single .col-md-10 h4,
.review_strip_single .col-md-10 span,
.review_strip_single>h5 {
	font-family: "Roboto Condensed", sans-serif
}
.privacypolicy h3 {
	font-size: 18px
}
.privacypolicy p {
	color: #242424
}
input,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea {
	padding: 0 32px!important
}
.review_strip_single {
    font-size: 14px;
    font-weight: 400;
	border: 1px solid #e4e4e4;
    padding: 10px;
    text-align: justify;
}
.review_strip_single .col-md-10,
.review_strip_single .col-md-2 {
	font-family: "Roboto Condensed", sans-serif;
	padding: 0
}
.review_strip_single img {
	border: 1px solid rgba(31, 177, 165, .33);
	margin: 0 auto;
	padding: 3px;
	width: 90px
}
.review_strip_single .col-md-10 h4 {
	color: #22b2a8;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase
}
.review_strip_single .col-md-10 span {
	color: #999;
	display: block;
	font-size: 13px;
	letter-spacing: .5px;
	line-height: 20px;
	text-transform: uppercase
}
.review_strip_single .col-md-10 small {
	color: #434343;
	display: block;
	font-size: 12px;
	margin-top: 5px
}
.review_strip_single>h5 {
	border-top: 1px solid #e3e3e3;
	color: #007a70;
	font-size: 23px;
	letter-spacing: -.5px;
	margin: 10px 0 2px;
	padding-top: 12px;
	text-transform: capitalize
}
.review_strip_single .rating {
	color: #FFBB04;
	font-size: 16px;
	margin-bottom: 10px
}

.btn-green {
	background-color: #3aa607;
	color: #fff;
	min-width: 120px;
	padding: 10px;
	display: inline-block;
	text-decoration: none
}
#page_content {
	margin: 40px 0
}
#page_content .container {
	box-shadow: 0 0 12px #CCC
}
#page_content .container .padding_10px {
	padding: 10px 0
}
::-webkit-input-placeholder {
	color: #444
}
:-moz-placeholder {
	color: #444
}
:focus::-webkit-input-placeholder {
	color: #fff
}
:focus:-moz-placeholder {
	color: #fff
}
#myHeader {
	padding-left: 38px
}

.ui-state-focus .ui-icon,
.ui-state-hover .ui-state-hover .ui-icon {
	background-image: url(../../images/ui-icons_056b93_256x2401.png)!important
}


.sec-pay ul li {
	margin: 0 12px 12px 0;
	float: left;
	-webkit-background-size: 59px 36px;
	-moz-background-size: 59px 36px;
	-o-background-size: 59px 36px;
	background-size: 59px 36px;
	width: 59px;
	height: 36px
}
.payment-visa {
	background-image: none, url(../img/payment-visa.svg)
}
.payment-mastercard {
	background-image: none, url(../img/payment-mastercard.png)
}
.payment-amex {
	background-image: none, url(../img/payment-amex.svg)
}
.payment-paypal {
	background-image: url(../img/payment-paypal.png)
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
@media (max-width: 680px) {
	.property-slider .item,
	.property-slider.default .item {
		height: 200px
	}
	.search-container h2 {
		font-size: 18px;
		line-height: 25px;
		color: #e8870a;
		text-shadow: none;
		font-weight: 700
	}
	.featuredSection h3 {
		margin: 0 0 20px!important;
		text-transform: uppercase;
		font-size: 20px!important
	}
	.text-content h2 {
		font-size: 21px;
		font-weight: 100;
		line-height: 31px;
		margin-bottom: 10px;
		text-transform: uppercase
	}
	.text-content {
		padding: 16px 0
	}
	section.fullwidth {
		padding: 24px 0
	}
	.common_heading h3,
	.h3,
	h3 {
		font-size: 20px!important
	}
	.listing-item.compact li {
		padding: 15px 11px 0 0;
		font-size: 10px;
		line-height: 15px
	}
	#header .left-side,
	#header .right-side,
	.menu-responsive {
		width: 100%
	}
	.listing-img-container img {
		width: 100%!important;
		border-radius: 3px 3px 0 0
	}
}
.propertyDescription {
	display: none
}
.propertyDescription ul {
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #333
}
.propertyDescription li {
	display: inline-block;
	vertical-align: top;
	width: 33%
}
.propertyDescription li a {
	color: #aaa!important;
	display: inline-block;
	padding: 8px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
/*.propertyDescription ul li a::before {
	color: #aaa;
	content: "f061";
	font-family: FontAwesome;
	font-size: 12px;
	margin-right: 6px
}*/
.propertyDescription li a:hover {
	color: #fff;
	padding-left: 5px
}
ul.footer-links li input[type=button] {
	background: 0 0;
	padding: 0 16px!important;
	margin: 0;
	height: auto;
	color: #aaa;
	line-height: normal;
	text-align: left
}
.property-main-features {
	background-color: #f7f7f7;
	background: linear-gradient(to bottom, #f9f9f9 0, #f6f6f6);
	border-radius: 3px;
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 30px 24px
}
.property-main-features li {
	color: #888;
	display: inline-block;
	font-size: 17px;
	line-height: 30px;
	margin-right: 0;
	padding: 24px 0 0;
	text-align: center;
	text-transform: capitalize;
	width: 19%
}
.property-main-features .fa {
	font-size: 30px;
	color: #e9880c
}
.property-main-features li:last-child {
	margin: 0
}
.property-main-features li strong {
	display: block;
	font-weight: 400;
	font-size: 18px;
	color: #3aa607
}
.property-main-features li span {
	color: #aeb2b4;
	display: block;
	font-weight: 100;
	font-size: 15px
}
.errorbg {
	background: url(../images/404bg1.png);
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	padding: 100px 0
}
.errorbg h1 {
	font-size: 40px;
	font-weight: 400;
	margin: 50px 0;
	color: #666
}
.errorbg h1 span {
	color: #e9880c;
	font-weight: 100
}
.errorbg a {
	display: inline-block;
	padding: 10px 15px;
	background: #e9880c;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 10px 0 20px;
	border-radius: 4px
}
.errorbg a:hover {
	background: #3aa607
}
.errorbg p {
	font-size: 11px;
	color: #242424
}
.internalLinks {
	border: 1px solid #cdcccc;
	padding: 10px 15px;
	background: #f5f5f5
}
.internalLinks ul {
	padding: 0;
	margin: 0
}
.internalLinks li {
	display: block;
	vertical-align: top;
	width: 100%;
	list-style: none
}
.internalLinks li a {
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 24px!important;
	display: inline-block
}
.internalLinks .fa {
	font-size: 12px;
	margin-right: 5px;
	color: #e9880c
}

.agent-details a.btn-green {
	background-color: #3aa607;
	color: #fff;
	width: 135px;
	padding: 5px 15px;
	display: block;
	text-decoration: none;
	border-radius: 4px;
	font-size: 13px;
	cursor: pointer
}
.agent-details a.btn-green:hover {
	background: #e9880c;
	color: #fff
}
.titlebarmargin {
	margin-bottom: 0!important
}
.ui-datepicker {
	z-index: 999!important
}
.short-header .col-sm-9 {
	padding: 0
}
.short-header .col-sm-3 button {
	margin-top: 35px
}
.more-search-options .more-search-options-container {
	margin-top: 10px!important;
	text-align: left
}
.more-search-options .more-search-options-container .checkboxes h2 {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 25px 0 8px;
	background: #3aa607;
	color: #fff;
	padding: 10px
}
.more-search-options .more-search-options-container .checkboxes ul {
	padding: 0;
	margin: 0
}
.more-search-options .more-search-options-container .checkboxes ul li {
	list-style: none;
	display: inline-block;
	width: 19.5%;
	vertical-align: top;
	padding: 0
}

.discountedPricetag label {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 15px
}
.lastminuteSpecial strong {
	display: block;
	text-transform: capitalize;
	font-weight: 100;
	line-height: 22px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sliderwith-text {
		height: auto
	}
	.sabivideo_wrapper {
		display: none
	}
	.header-widget {
		top: 0
	}
	.search-container {
		padding: 20px 10px;
		position: inherit!important;
		background-attachment: fixed;
		background-image: url(../images/mobilebg.jpg)
	}
	.search-container h2 {
		font-size: 30px;
		line-height: 36px
	}
	.common_heading h3 {
		font-size: 27px
	}
	.icon-box-1.alternative {
		margin-bottom: 20px;
		background: #f5f5f5;
		padding: 15px
	}
	ul.footer-links {
		float: none!important
	}
	.sidebar.right {
		padding-left: 20px
	}
	.search-container .main-search-input button.button {
		max-width: none;
		width: 100%!important
	}
	#footer .social-icons li a,
	#top-bar .social-icons li a,
	.agent .social-icons li a {
		height: 35px;
		width: 35px
	}
	.discription2 li {
		width: 49%
	}
	.intro_title.error p {
		padding: 0 10px
	}
	.box-attention h3 {
		font-size: 26px;
		line-height: 32px
	}
	.box-attention strong {
		font-size: 22px
	}
}
@media(max-width:767px){
.videoWrapper {
    height: auto !important;
}    
    #logo,.left-side{float:none;width: 100% !important;}#top-bar,.sabivideo_wrapper{display:none}.nav li {
	margin-right: 0!important
}
.sliderwith-text {
	height: auto
}
#logo {
	margin-right: 0;
	width: 100%;
	text-align: center
}
.header-widget {
	text-align: center!important;
	top: 0;
	float: none;
	width: auto
}
.listSixColumns ul,
.search-container .main-search-input input,
ul.footer-links {
	float: none!important
}
.search-container {
	padding: 20px 10px;
	position: inherit!important;
	background-attachment: fixed;
	background-image: url(../images/mobilebg.jpg)
}
.search-container h2 {
	font-size: 30px;
	line-height: 36px
}
.common_heading h3 {
	font-size: 27px
}
.icon-box-1.alternative {
	margin-bottom: 20px;
	background: #f5f5f5;
	padding: 15px
}
.sidebar.right {
	padding-left: 20px
}
.tab-content {
	padding: 0
}
.property-main-features li {
	width: 49%
}
.discription2 li {
	width: 100%
}
.intro_title {
	padding-top: 15px;
	display: block
}
.main_title h2 {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 26px
}
.listingText {
	word-wrap: break-word
}
.intro_title.error p {
	padding: 10px
}
.homePage_bg {
	background: #242424;
	margin: 0 auto;
	max-width: none;
	padding: 0
}
.box-attention,
.home-weblinxbody {
	padding: 15px;
	width: 100%
}
.listSixColumns,
.listSixColumns ul {
	padding: 0;
	margin: 0
}
.intro_title.error h1 {
	font-size: 35px
}
.fixednav {
	top: 0!important
}
.fixednav span {
	display: none
}
.fixednav li {
	position: relative;
	display: inline-block;
	width: 16%;
	text-align: center;
	margin: 0
}
.city-list ul li,
.listSixColumns ul {
	width: 100%!important
}
.fixednav li .fa {
	margin-right: 0
}
.listSixColumns li {
	width: 100%;
	float: none;
	display: block;
	padding: 5px 0
}
.responsive-table tbody td:first-child {
	text-align: right!important
}
header#header-container{
        position: relative;
}
#header:before{
    width: 100%;
}
.fullwidth-home-slider .item, .fullwidth-property-slider .item {
    height: 300px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
	.fixednav {
		top: 0
	}
}

.ourpartner {
	padding:40px 0
}
.namesk {
	padding:40px 0
}
.namesk span {
	display:block;
	font-size:40px;
	font-weight:400;
	color:#e9880c
}
.namesk strong {
	display:block;
	text-transform:uppercase;
	font-size:50px;
	line-height:normal;
	font-weight:700;
	color:#3aa607
}
.ourpartner a {
	display:block;
	background:#f5f5f5;
	text-align:center;
	padding:15px;
	border:1px solid #cecece;
	box-shadow:0px -1px 1px 5px #fff inset;
	border-radius:2px
}
.ourpartner a img {
	width:180px;
	margin:0px auto;
	background:#fff;
	padding:8px;
	border:1px solid #f7f7f7;
	border-radius:10px
}
.ourpartner a strong {
	display:block;
	font-size:15px;
	margin-top:10px;
	line-height:20px;
	text-transform:uppercase;
	color:#212121
}
.ourpartner a:hover {
	border-color:#3aa607;
	color:#3aa607;
	text-decoration:none
}
.ourpartner a:hover strong {
	color:#3aa607
}
.vacationbundle {
	overflow:hidden;
	margin-top:80px
}
.padNone {
	padding:0px
}
.bookbutton {
	background:url(../img/fl_bg.jpg);
	padding:100px;
	height:100vh;
	position:relative;
	background-position:50% 50%;
	display:table;
	background-repeat:no-repeat
}
.bookbutton a {
	display:table-cell;
	color:#fff;
	background:#000000c4;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	font-size:25px;
	line-height:40px;
	padding:20px;
	border-radius:8px;
	font-weight:600
}
.blogtext {
	padding:45px 80px;
	color:#333;
	height:100vh
}
.blogtext h2 {
	font-size:32px;
	text-transform:capitalize;
	font-weight:800;
	margin-bottom:15px
}
.blogtext p {
	line-height:32px;
	font-size:15px;
	font-weight:600;
	text-align:justify
}
.ownerbutton{
    border-radius: 50px;
    padding: 12px 20px !important;
    margin: 8px 0;
    background: #3aa607;
    color: #fff !important;    
}
#navigation.style-1 ul li:hover a {
    color: #e8870a;
}
.ownerbutton:hover{
    background: #e9880c;
    color: #fff;
}

.parallaxnew{
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.parallaxnew:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d1;
}

.parallaxnew .text-content h1, .parallaxnew .text-content h2, .parallaxnew .text-content p{
    color: #fff;
}

.propertylist{
    margin-top:20px;
}
.propertylist ul {
    padding: 0;
    margin: 0;
}
.propertylist li {
    list-style: none;
    padding: 8px 0 0;
    line-height: 22px;
    font-size: 14px;
}
.propertylist i {
    margin-right: 5px;
}


.newcontainerks{
    background: #ffffff url(../images/f-map.png) no-repeat center;
    margin-top: 40px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #02021338;
        background-size: contain;
}


ul.sksocial-media {
    padding: 0;
    margin: 0;
}
ul.sksocial-media li {
    float: none;
    list-style: none;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0px 18px 0px 0px;
    margin: 0;
    font-size: 20px;
}







