/*------------------------------------------------------------------------------
[ Trending Section ]
------------------------------------------------------------------------------*/
.trending{
    position: relative;
    background-image: url(../images/backgrounds/16.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 120px;
    text-align: center;
    padding-bottom: 50px;
}
.is-mobile .trending{
    background-attachment: scroll;
}
.h-video.landing .trending{
    background: none;
    box-shadow: none;
    margin:0;
}
.trending.landing{
    background: none;
    box-shadow: none;
    margin-top: -150px;
}
.trending .row-title{
    top: 0;
    margin-top: 50px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}
.h-video.landing .trending .row-title{
    margin: 0;
}
.trending .row-title h1{
    left: 0;
    padding-right: 0;
}
.trending .row-title h4{
    color: rgba(255,255,255,0.9);
}
.trending.light .row-title h4{
    color: #555;
}
.h-video.landing .trending h4{
    margin: -11px 0px 0 0px;
    display: inline-block;
}
.trending .row-title{
    color: #fff;
}
.trending .row-title:before{
    font-family: "FontAwesome";
    content: "\f0e7";
    font-size: 55px;
    color: rgb(156,193,76);
    width: 100%;
    padding-top: 80px;
    display: block;
}
.hero-header .trending .row-title:before{
    display: none;
}
.listing{
    width: 100%;
}
.listing,
.listing .col-md-9{
    text-align: center;
    /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}
.listing.grid2 .col-md-9{
    display: block;
}
.listing.grid6 .col-md-9{
    padding: 0;
}
.listing .col-md-9 .col-sm-4{
    margin-bottom: 30px;
}
.trending.landing .listing{
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.listing-item{
    width: 100%;
    max-width: 320px;
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
}
.grid4 .listing-item{
    margin-bottom: 0;
}
.grid6 .listing-item{
    margin-bottom: 10px;
    max-width: 99999px;
}
.listing-item-date{
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    padding: 6px 0 6px 0;
    text-align: center;
    font-family: 'Capriola', sans-serif;
    background: #fff;
    color: rgb(156,193,76);
    border-radius: 50%;
    border: 0 solid #ccc;
    z-index: 50;
}
.listing-item .listing-item-link,
.listing-item .listing-item-link img{
    width: 100%;
    display: inline-block;
    border-radius: 50%;
}
.squared .listing-item .listing-item-link,
.squared .listing-item .listing-item-link img{
    width: 100%;
    display: inline-block;
    border-radius: 20px;
}
.grid6 .listing-item .listing-item-link,
.grid6 .listing-item .listing-item-link img{
    border-radius: 8px;
}
.grid6.rounded-pic .listing-item .listing-item-link{
    border-radius: 85px 8px 8px 85px;
}
.grid6.rounded-pic .listing-item .listing-item-link img{
    border-radius: 50%;
}
.grid6 .listing-item .listing-item-link img{
    display: table-cell;
    width: 150px;
    max-width: 99999px;
}
.listing-item .listing-item-link{
    border:1px solid #f1f1f1;
    position: relative;
    background: rgba(255,255,255,0.1);
    margin-bottom: 10px;
}
.grid6 .listing-item .listing-item-link{
    display: table;
    position: relative;
    padding: 10px;
}
.listing-item .listing-item-link:before{
    font-family: "FontAwesome";
    content: "\f0eb";
    position: absolute;
    z-index: 20;
    display: block;
    width: 38px;
    padding: 4px;
    top: -12px;
    left: 50%;
    margin-left: -19px;
    font-size: 22px;
    color: #fff;
    background: #65a7dd;
    border-radius: 50%;
}
.listing-item .listing-item-book:before{
    font-family: "FontAwesome";
    content: "\f091";
    position: absolute;
    z-index: 20;
    display: block;
    width: 38px;
    padding: 4px;
    top: -12px;
    left: 50%;
    margin-left: -19px;
    font-size: 22px;
    color: #fff;
    background: #65a7dd;
    border-radius: 50%;
}
.listing-item .listing-item-rss:before{
    font-family: "FontAwesome";
    content: "\f09e";
    position: absolute;
    z-index: 20;
    display: block;
    width: 38px;
    padding: 4px;
    top: -12px;
    left: 50%;
    margin-left: -19px;
    font-size: 22px;
    color: #fff;
    background: #65a7dd;
    border-radius: 50%;
}
.listing-item-rating{
    top: 12%;
    left: auto;
    right: 26%;
    margin-right: -20px;
    margin-top: -20px;
    width: 32px;
    height: 32px;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
    background: rgb(156,193,76);
}
.squared .listing-item-rating{
    left: auto;
    right: 8%;
    top: 6%;
}
.grid6 .listing-item-rating{
    top: 6px;
    left: auto;
    right: 5px;
    margin-right: 0;
    margin-top: 0;
}
.grid6.rounded-pic .listing-item-rating{
    top: -8px;
    right: auto;
    left: 85px;
}
.feat-post .listing-item-rating{
    width: 28px;
    height: 28px;
    line-height: 18px;
    font-size: 15px;
    text-shadow: none;
    top: 40px;
    left: auto;
    right: 50%;
    margin-right: -36px;
    margin-top: 0;
    color: rgb(156,193,76);
    background: #fff;
}
.feat-post:hover .listing-item-rating{
    color: #fff;
    background: rgb(156,193,76);
    top: 49px;
    margin-right: -50px;
}
.listing-item .listing-item-link:hover:before{
    color: rgb(156,193,76);
    background: #fff;
}
.listing-black-overlay{
    position: absolute;
    display: block;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}
.grid6 .listing-black-overlay{
    display: none;
}
.squared .listing-black-overlay{
    border-radius: 20px;
}
.listing-item .listing-item-link:hover{
    background: rgb(156,193,76);
}
.grid6 .listing-item .listing-item-link:hover{
    background: rgba(156,193,76,0.10);
}
.listing-item-title-centralizer{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 15px 8px 15px;;
    overflow: visible;
    border-radius: 50%;
    font-size: 0;
}
.grid6 .listing-item-title-centralizer{
    display: table-cell;
    position: relative;
    vertical-align: top;
}
.grid6.rounded-pic .listing-item-title-centralizer{
    padding-right: 0;
}
.squared .listing-item-title-centralizer{
    border-radius: 0;
}
.listing-item-title-centralizer:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.listing-item-title{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Capriola', sans-serif;
    white-space: pre-line;
    padding-left: 15px;
    padding-right: 15px;
}
.grid2 .listing-item-title,
.grid3 .listing-item-title{
    white-space: normal;
    padding: 0;
    text-shadow: none;
    letter-spacing: 0;
}
.grid6 .listing-item-title{
    white-space:normal;
    padding-left: 0;
}
.blog .grid6 .listing-item-title{
    padding-right: 0;
}
.ribbon{
    color: #fff;
    background: rgb(156,193,76);
    position: relative;
    z-index: 600;
    height: 22px;
    margin-top: 6px;
    padding: 2px 5px 0 5px;
    font-family: 'Raleway';
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
}
.listing-item .ribbon{
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}
.listing-item .amenities{
    text-align: left;
    margin-top: 15px;
}
.grid6 .listing-item .ribbon{
    display: table-cell;
    top: 0;
    left: 8px;
    line-height: 20px;
}
.grid6.rounded-pic .listing-item .ribbon{
    border-top-right-radius: 6px;
}
.grid2 .ribbon,
.grid3 .ribbon{
    position: absolute;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    text-shadow: none;
    box-shadow: none;
    top: -17px;
    right: 0;
    border-top-right-radius: 6px;
    -webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
.claimed .ribbon{
    padding: 2px 10px 0 10px;
}
.ribbon:before,
.ribbon:after {
    content: '';
    position: absolute;
    height: 0;
    border: 11px solid transparent;
    top: 0;
    width: 0;
    border-top-color: rgb(156,193,76);
    border-bottom-color: rgb(156,193,76);
    z-index: -1;
}
.ribbon:before{
    left: -11px;
}
.ribbon:after{
    right: -11px;
}
.grid2 .ribbon:after,
.grid3 .ribbon:after,
.feat-post .ribbon:after,
.leaflet-popup .ribbon:after,
.grid6.rounded-pic .ribbon:after{
    display: none;
}
.feat-post .ribbon,
.leaflet-popup .ribbon{
    position: absolute;
    top: -6px;
    right: 0;
    padding: 3px 5px 0 5px;
    height: 24px;
    font-size: 14px;
    text-shadow: none;
    background: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: rgb(156,193,76);
    border-bottom-left-radius: 6px;
}
.leaflet-popup .ribbon{
    top: auto;
    bottom: 0;
    border-radius: 6px 0;
    background: rgba(0,0,0,0.5);
    color: rgba(255,255,255,0.9);
    border: 0;
}
.mapList .feat-post .ribbon,
.leaflet-popup .ribbon{
    padding: 3px 5px 0 5px;
    text-shadow: none;
}
.feat-post:hover .ribbon{
    display: none;
}
.feat-post .ribbon:before,
.leaflet-popup .ribbon:before{
    display: none;
    border: 9px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    left: -9px;
}
.squared .listing-item .category-icon{
    top: 6%;
    left: 11%;
}
.listing-item .category-icon.fa{
    font-size: 21px;
    padding-top: 2px;
}
.listing-item .category-icon:hover{
    background: rgb(156,193,76);
    color: #fff;
}
.listing.white .listing-item .category-icon{
    background: #fff;
    color: rgb(156,193,76);
}
.listing.white .listing-item .category-icon:hover{
    color: #fff;
    background: rgb(156,193,76);
}
.listing-item-author{
    position: relative;
    display:inline-block;
    z-index: 30;
    top: -50px;
    border-radius: 50%;
}
.grid6 .listing-item-author{
    position: relative;
    display:inline-block;
    z-index: 30;
    top: -50px;
    left: 0;
    border-radius: 50%;
}
.listing-item-author img{
    width: 45px;
    border-radius: 50%;
}
.grid6 .listing-item-data{
    margin-top: 10px;
}
.trending.landing .listing-item-data{
    margin:15px;
    z-index: -10;
    position: relative;
}
.grid6 .listing-item-data:before{
    display: none;
}
.listing.white .listing-item-data:before{
    color: rgb(156,193,76);
}
.light .listing-item-address,
.light .listing-item-excerpt{
    color: #555;
    text-shadow: none;
}
.light .listing-item-excerpt{
    border-top: 1px dashed rgba(0,0,0,0.6);
}
.listing-item-address:hover,
.listing.white .listing-item-address:hover,
.light .listing-item-address:hover,
.light .listing-item-excerpt:hover,
.grid6 .listing-item:hover .listing-item-address{
    color: rgb(156,193,76);
}
.listing-item-address{
    font-family: 'Capriola', sans-serif;
    font-size: 13px;
    padding-bottom: 4px;
    width: 100%;
    text-align: center;
}
.listing-item-excerpt{
    padding-top: 4px;
    border-top: 1px dashed rgba(255,255,255,0.6);
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    opacity: 0.8;
}
.grid6 .listing-category-name{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    padding: 2px 5px 0 8px;
    border-top-left-radius: 0px;
}
.listing-category-name a{
    display: inline-block;
    color: rgb(156,193,76);
    margin-top: 3px;
    text-transform: uppercase;
    font-size: 13px;
}
.light .listing-category-name a{
    text-shadow: none;
}
.listing-category-name a:hover{
    color:rgba(156,193,76,0.7);
}
.listing.white .listing-category-name a{
    text-shadow: none;
    color: rgb(156,193,76);
}
/*------------------------------------------------------------------------------
[ How it Works Section ]
------------------------------------------------------------------------------*/
.color-bg{
    color: #fff;
}
.color-bg .row-title{
    color: #fff;
}

.color-bg .row-title h1{
    border-bottom: 1px dashed  rgba(255,255,255,0.3);
    color: #fff;
}
.color-bg .row-title h1:before{
    border-right: 1px dashed #fff;
}
.color-bg .row-title h4 {
    color: rgba(255,255,255,0.9);
    border-top: 1px dashed #fff;
}
.how{
    position: relative;
    text-align: center;
    padding-bottom: 100px;
}
.how-item a:after{
    font-family: 'icon';
    content: "\ec36";
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    position: absolute;
    display: inline-block;
    bottom: -16px;
    left: 50%;
    margin-left: -16px;
    border: 1px dashed transparent;
    padding: 4px;
    width: 32px;
    border-radius: 50%;
    background: rgb(156,193,76);
}
.how-item:hover a:after{
    color: rgba(255,255,255,1);
    border: 1px dashed rgba(255,255,255,1);
}

/*------------------------------------------------------------------------------
[ Home Blog Posts ]
------------------------------------------------------------------------------*/
.blog-home{
    margin-bottom: 60px;
}
.listing.white{
    padding-bottom: 0;
}
.listing.white .row-title{
    margin-top: 100px;
    margin-bottom: 80px;
}
.blog-home .row-title h1:before{
    font-family: 'icon';
    content: "\e91c";
    position: absolute;
    top: 100%;
    left: -65px;
    margin-top: -28px;
    font-size: 45px;
    width: 60px;
    padding-right: 16px;
    text-align: center;
    border-right: 1px dashed rgb(156,193,76);
}
.listing.white .listing-item .listing-item-link:before{
    content: none;
}
.listing-item .listing-item-link:hover:before,
.listing.white .listing-item .listing-item-link:hover:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../img/spiral.gif);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
    margin: 0;
    opacity: 0.14;
}
/*------------------------------------------------------------------------------
[ Single Listing ]
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
[ 360 Rotation, Zoom, Transitions and Other Effects ]
------------------------------------------------------------------------------*/
/* Transitions to Rotations */
.how-item a:after,
.feat-post a .feat-post-pic,
.search-magnifier img,
.social-networks a,
.map-button-text:before,
.hero-search-icon:before,
.search-categories .categories a:before,
.hero-arrow,
.more-listing:before,
.header-search-button:before,
.more-map-listing:before,
[id*="open-accordion" ]:after,
[id*="close-accordion" ]:after,
.gallery a,
.listing-title a.listing-item-rating,
.comment-avatar {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transform-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
/* 360 HOVER */
.how-item:hover a:after,
.search-categories .categories a:hover:before,
.hero-search-icon.hover:before,
.search-magnifier .typing,
.social-networks a:hover,
.map-button-text:hover:before,
.more-listing:hover:before,
.header-search-button:hover:before,
.more-map-listing:hover:before,
[id*="open-accordion" ]:hover:after,
[id*="close-accordion" ]:hover:after,
.gallery a:hover,
.listing-title a.listing-item-rating:hover,
.comment-avatar:hover  {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
/* 60 */
.hero-arrow.hover {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}
/* 90 */
.some-element {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* Zoom and Scale */
.cat-text{
  	-webkit-transform: scale(0.8);
  	-moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
  	-o-transform: scale(0.8);
  	transform: scale(0.8);
}
.how-item h3{
    -webkit-transform: scale(0.9);
  	-moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
  	-o-transform: scale(0.9);
  	transform: scale(0.9);
}
.current-category,
.map-button-text,
.listing-item .listing-item-link,
.listing-item .listing-item-link img,
.listing-black-overlay{
    -webkit-transform: scale(0.92);
  	-moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
  	-o-transform: scale(0.92);
  	transform: scale(0.92);
}
.grid6 .listing-item .listing-item-link,
.grid6 .listing-item .listing-item-link img{
    -webkit-transform: scale(1);
  	-moz-transform: scale(1);
    -ms-transform: scale(1);
  	-o-transform: scale(1);
  	transform: scale(1);
}
.add-listing,
.search-cities .cities-list a,
.button:hover,
.map-buttom .map-button-text:hover,
.map-listing #map,
header .add-listing:hover,
#map.mapHidden,
.cat-item:hover .cat-text,
.listing-item .listing-item-link:hover,
.app-img img,
.listing.grid2 .listing-item .listing-item-link,
.listing.grid3 .listing-item .listing-item-link,
.template-colors a{
    -webkit-transform: scale(1);
  	-moz-transform: scale(1);
    -ms-transform: scale(1);
  	-o-transform: scale(1);
  	transform: scale(1);
}
.open-cities-list .search-cities .cities-list a:hover{
    -webkit-transform: scale(1.02);
  	-moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
  	-o-transform: scale(1.02);
  	transform: scale(1.02);
}
.open-cities-list .search-cities .cities-list a.current:hover{
    -webkit-transform: scale(1);
  	-moz-transform: scale(1);
    -ms-transform: scale(1);
  	-o-transform: scale(1);
  	transform: scale(1);
}
.add-listing:hover,
.app-img img.hover{
    -webkit-transform: scale(1.05);
  	-moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
  	-o-transform: scale(1.05);
  	transform: scale(1.05);
}
.how-item:hover h3{
  	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	transform: scale(1.1);
}
.template-colors a:hover{
  	-webkit-transform: scale(1.2);
  	-moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
  	-o-transform: scale(1.2);
  	transform: scale(1.2);
}
/* Joined Transform Effects */
.listing-item-author{
    -webkit-transform: rotate(0deg) scale(0.8);
  	-moz-transform: rotate(0deg) scale(0.8);
    -ms-transform: rotate(0deg) scale(0.8);
  	-o-transform: rotate(0deg) scale(0.8);
  	transform: rotate(0deg) scale(0.8);
}
.cat-icon,
.listing-item .category-icon{
    -webkit-transform: rotate(0deg) scale(0.9);
  	-moz-transform: rotate(0deg) scale(0.9);
    -ms-transform: rotate(0deg) scale(0.9);
  	-o-transform: rotate(0deg) scale(0.9);
  	transform: rotate(0deg) scale(0.9);
}
.cat-item:hover .cat-icon,
.cat-item:hover .cat-icon.dark,
.listing-item .category-icon:hover{
    -webkit-transform: rotate(-45deg) scale(1);
  	-moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
  	-o-transform: rotate(-45deg) scale(1);
  	transform: rotate(-45deg) scale(1);
}
.cat-image img{
  	-webkit-transform: scale(1.1) translate(-50%,-50%);
  	-moz-transform: scale(1.1) translate(-50%,-50%);
    -ms-transform: scale(1.1) translate(-50%,-50%);
  	-o-transform: scale(1.1) translate(-50%,-50%);
  	transform: scale(1.1) translate(-50%,-50%);
}
.cat-item:hover .cat-image img{
  	-webkit-transform: scale(1) translate(-55%,-55%);
  	-moz-transform: scale(1) translate(-55%,-55%);
    -ms-transform: scale(1) translate(-55%,-55%);
  	-o-transform: scale(1) translate(-50%,-50%);
  	transform: scale(1) translate(-55%,-55%);
}
.listing-item-author:hover{
    -webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
}