@charset "utf-8";
/*======================================
 [ -Main Stylesheet-
  Theme: CityBook
  Version: 1.0
  Last change: 02/02/2018 ]
++ Fonts ++
++ General Style ++
++ Typography ++
++ loader ++
++ Content Styles ++
++ Header ++
++ Navigation ++
++ section ++
++ Home / Sliders ++
++ Register form ++
++ Listing ++
++ Scroll nav ++
++ Forms ++
++ Counter ++
++ Team ++
++ Map ++
++ Accordion ++
++ Dashboard ++
++ Button ++
++ Grid Gallery ++
++ Image collage ++
++ Price tables ++
++ Testimonials ++
++ Sponsors ++
++ Footer ++
++ Timeline ++
++ Blog ++
++ Video ++
++ Share ++
++ 404 ++
++ Coming Soon ++
++ Responsive ++
/*-------------Fonts---------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,800i,900|Quicksand:300,400,500,700&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');



/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}

.big-container {
	max-width:1500px;
}
.small-container {
	max-width:1024px;
}
#wrapper {
	float:left;
	width:100%;
	position:relative;
	z-index:5;
	padding-top:80px;
}
#wrapper.no-padding {
	padding-top:0;
}
.content {
	width:100%;
	position:relative;
	z-index:4;
	float:left;
	background:#fff;
}
.content.fs-slider-wrap {
	padding-top:80px;
}
.fl-wrap {
	float:left;
	width:100%;
	position:relative;
}
.no-bg {
	background:none;
}
.full-height {
	height:100%;
}
.full-width-wrap {
	width:100%;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}
.shapes-bg-small:before  , .shapes-bg-big:before  {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:repeat;
	opacity:0.3;
}
.shapes-bg-small:before{
	background-attachment:scroll;
	background-size:cover;
	background-image:url(../images/bg/shapes-small.png);
}
.shapes-bg-big:before{
	background-image:url(../images/bg/shapes-big.png);
}
.respimg {
	width:100%;
	height:auto;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	z-index:2
}
.box-item {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.box-item:before {
	content:'';
	position:absolute;l
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:2;
	background:rgba(51,51,51,0.41);
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.box-item a.gal-link{
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:100%;
	color:#fff;
	z-index:10;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.fw-separator {
	float:left;
	width:100%;
	margin:25px 0;
	height:1px;
	background:#eee;
}

/*------ section-------------------------------------------------*/
section {
	float:left;
	width:100%;
	position:relative;
	padding:80px 0;
	overflow:hidden;
	background:#fff;
	z-index:1;
}
section.no-top-padding {
	padding:50px 0;
}
section.no-pading {
	padding-bottom:0;
}
.header-sec-link {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:20;
}
.header-sec-link a {
	display:inline-table;
	padding:15px 40px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	background:#fff;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.2);
}
section.color-bg .header-sec-link a{
	color:#000;
	background:#fff !important;
}
section.color-bg .header-sec-link a:hover {
	color:#fff;
}
.header-sec-link a:hover {
	color:#666;
	background:#fff;
}
section.hero-section {
	padding:150px 0 200px;
}
section.hero-section.no-dadding {
	padding:0;
}
section.gray-section {
	background: #f9f9f9;
}
section.hero-section .bg  {
	height:120%;
	top:-10%;
}
section.parallax-section {
	padding:110px 0;
}
section.video-section {
	padding:150px 0;
}
section.single-par {
	padding:180px 0;
}
section.parallax-section.small-par {
	padding:90px 0;
}
.hero-section-wrap {
	z-index:30;
}
section.parallax-section .bg {
	height:120%;
	top:0;
}
.section-title {
	float:left;
	width:100%;
	position:relative;
	padding-bottom:50px;
}
.section-title .breadcrumbs {
	margin-top:20px;
}
.section-title .breadcrumbs a , .section-title .breadcrumbs  span {
	color:rgba(255,255,255,0.71);
	display:inline-block;
	padding:0 16px;
	position:relative;
	font-weight:500;
}
.section-title .breadcrumbs  span , .section-title .breadcrumbs a:hover {
	color:#fff;
}
.section-title .breadcrumbs a:before {
	content:'';
	position:absolute;
	top:50%;
	right:-4px;
	margin-top:-3px;
	width:6px;
	height:6px;
	border-radius:100%;
}
section.color-bg .section-title .breadcrumbs {
	margin-top:0;
	margin-bottom:10px;
}
section.color-bg .section-title .breadcrumbs a:before {
	background:#fff !important;
}
.section-title p {
	color:#7d93b2;
	font-size:13px;
}
.section-title h2 {
	float:left;
	width:100%;
	text-align:center;
	color:#566985;
	font-size:34px;
	font-weight:700;
}
.hero-section .intro-item h2 {
	font-size:54px;
}
.parallax-section .section-title h2 {
	font-size:44px;
}
.section-separator {
	float:left;
	width:100%;
	position:relative;
	margin:20px 0;
}
section.gray-section .section-separator {
	background: #f9f9f9;
}
.section-separator:before{
	content:'';
	position:absolute;
	left:50%;
	top:0;
	height:4px;
	margin-left:-25px;
	width:50px;
	border-radius:3px;
}
.section-separator.fl-sec-sep:before {
	left:0;
	margin-left:0;
}
.parallax-section .section-title h2  , .parallax-section .section-title p{
	color:#fff;
}
.parallax-section .section-title.left-align , .parallax-section .section-title.left-align h2{
	text-align:left;
}
.section-subtitle {
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	top:-20px;
	font-size:64px;
	opacity:0.13;
	z-index:-1;
	text-transform:uppercase;
	font-weight:bold;
}
.parallax-section .section-subtitle{
	color:#fff;
	opacity:0.2;
}
.section-subtitle:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,255)), color-stop(100%,rgba(255,255,255,0.75)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(255,255,255,0.75) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(255,255,255,0.75) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(255,255,255,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(255,255,255,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffff',GradientType=0 );
}
.gray-section .section-subtitle:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,249)), color-stop(100%,rgba(249,249,249,0.75)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(249,249,249,0.75) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(249,249,249,0.75) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(249,249,249,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(249,249,249,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffff',GradientType=0 );
}
.parallax-section .section-subtitle:before {
	display:none;
}


/*------ listing------------------------------------------------*/
.card-listing .geodir-category-listing {
	overflow:hidden;
	border-radius:10px;
	border:1px solid #eee;
}
.card-listing .geodir-category-content {
	z-index:2;
}
.card-listing .geodir-category-content h3 {
	float:left;
	width:100%;
	margin-bottom:10px;
	text-align:left;
	font-size:18px;
	font-weight:600;
}
.card-listing .geodir-category-content h3  a {
	color:#334e6f;
}
.card-listing .geodir-category-content p {
	text-align:left;
	font-size:12px;
	color:#666;
}
.card-listing  .geodir-category-img img {
	float:left;
	width:100%;
	height:auto;
	z-index:1;
}
.card-listing  .geodir-category-img .overlay {
	opacity:0.1;
}
.card-listing .geodir-category-content {
	padding:30px 20px 10px;
	background:#fff;
}
.card-listing  .listing-rating  {
	float:left;
	width:100%;
	margin-top:20px;
}
.card-listing  .listing-rating.card-popup-rainingvis i , .dashboard-listing-table-text .listing-rating.card-popup-rainingvis i{
	float:left;
	margin-right:7px;
}
.card-listing  .listing-rating span , .dashboard-listing-table-text .listing-rating span{
	float:left;
	margin-left:10px;
	color:#999;
	position:relative;
	top:-2px;
}
.card-listing  .listing-avatar {
	position:absolute;
	top:-30px;
	right:20px;
	width:60px;
	height:60px;
	z-index:10;
}
.card-listing  .listing-avatar img {
	width:60px;
	height:60px;
	border:6px solid rgba(255,255,255,0.4);
 	border-radius:100%;
}
.avatar-tooltip {
	position:absolute;
	top:-50px;
	padding:15px 15px 15px 4px;
	border-radius:4px;
	text-align:right;
	background:#fff;
	z-index:10;
	right:0;
	visibility: hidden;
	pointer-events: none;
	opacity:0;
	margin-top:-20px;
	min-width:200px;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.avatar-tooltip strong {
	font-weight:700;
	color:#666;
}
.avatar-tooltip:after {
	top: 100%;
	right: 22px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.avatar-tooltip:after {
	border-color: transparent;
	border-top-color: #fff;
	border-width: 7px;
	margin-left: 7px;
}
.card-listing  .listing-avatar:hover  .avatar-tooltip {
	margin-top:0;
	visibility:visible;
	opacity:1;
}
.card-listing .geodir-category-location i , .card-listing .geodir-category-location a{
	float:left;
}
.card-listing .geodir-category-location {
	padding:15px 0 ;
	float:left;
	width:100%;
	margin-top:15px;
	font-weight:500;
	border-top:1px solid #eee;
}
.card-listing .geodir-category-location  a {
	color: #999;
	position:relative;
}
.card-listing .geodir-category-location  a.map-item:before {
	content:"On The Map";
	position:absolute;
	right:-90px;
	top:0;
	transition: all .2s ease-in-out;
	opacity:0;
	visibility:hidden;
	color: #5ECFB1;
}
.card-listing .geodir-category-location  a.map-item:hover:before  {
	visibility:visible;
	opacity:1;
}
.card-listing .geodir-category-location i {
	padding-right:15px;
	font-size:14px;
}
.card-listing  .list-post-counter {
	position:absolute;
	z-index:4;
	right:20px;
	top:20px;
	color:#fff;
	cursor:pointer;
	font-weight:700;
	padding:6px 10px;
	border-radius:4px;
	background:rgba(0,0,0,0.41);
}
.card-listing  .list-post-counter i{
	padding-left:10px;
}
.card-listing .listing-geodir-category {
	position:absolute;
	top:-20px;
	left:20px;
	padding:10px 25px;
	color:#fff;
	border-radius:4px;
	z-index:5;
	box-shadow:0px 0px 0px 7px rgba(255,255,255,0.4);
}
.card-btn {
	float:left;
	margin-top:20px;
	padding:15px 40px;
	border-radius:6px;
	background:#f9f9f9;
	font-weight:500;
	color:#fff;
}
.card-btn i {
	padding-left:10px;
}
.card-btn:hover {
	color:#fff;
}
.listing-item-grid {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius:6px;
}
.listing-item-grid:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.31);
	z-index:2;
	transition: all .2s ease-in-out;
}
.listing-item-grid:hover:before {
	background:rgba(0,0,0,0.41);
}
.listing-item-grid .listing-item-cat {
	position:absolute;
	z-index:3;
	bottom:0;
	left:0;
	width:100%;
	padding:0 20px 10px 20px;
}
.listing-item-grid .listing-item-cat h3 {
	float:left;
	text-align:left;
	font-size:22px;
	font-weight:700;
}
.listing-item-grid .listing-item-cat h3  a{
	color:#fff;
}
.listing-item-grid .listing-item-cat h3  a:hover {
	color:rgba(255,255,255,0.71);
}
.listing-item-grid .listing-item-cat p {
	float:left;
	width:100%;
	margin-top:10px;
	color:#fff;
	font-size:13px;
	text-align:left;
}
.listing-item-grid .listing-counter {
	position:absolute;
	top:20px;
	left:20px;
	padding:8px 16px;
	z-index:3;
	color:#fff;
	border-radius:20px;
	font-size:11px;
	font-weight:600;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
}
.listing-item-grid img , .geodir-category-img img {
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.listing-item-grid:hover img , .geodir-category-listing:hover .geodir-category-img img {
	-webkit-transform: scale(1.15);
	-moz-transform:scale(1.15);
	transform: scale(1.15);
}
.col-list-wrap {
	position:relative;
	width:50%;
	background:#f9f9f9;
	min-height: 100vh;
	z-index:10;
}
.gray-bg {
	background:#f9f9f9;
}
.fh-col-list-wrap , .center-col-list-wrap {
	width:100%;
}
.left-list {
	float:left;
}
.right-list {
	float:right;
}
.load-more-button {
	color:#fff;
	display:inline-block;
	padding:15px 35px;
	border-radius:30px;
	margin-top:50px;
	position:relative;
	box-shadow: 0px 0px 0px 7px rgba(204,204,204,0.2);
}
.load-more-button i {
	float:right;
	margin-left:10px;
	top:2px;
	position:relative;
	animation-name: spin;
	animation-duration: 900ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.back-to-filters {
	position:absolute;
	right:-40px;
	width:40px;
	height:40px;
	top:0;
	color:#fff;
	line-height:40px;
	z-index:-1;
}
.back-to-filters.btf-l {
	right:-40px;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
}
.back-to-filters.btf-r {
	left:-40px;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}
.back-to-filters span {
	visibility:visible;
	position:absolute;
	height:40px;
	min-width:150px;
	line-height:40px;
	visibility:hidden;
	opacity:0;
	top:0;
	margin-top:20px;
	 -webkit-transition: all 300ms;
  	transition: all 300ms;
	font-weight:500;
}
.back-to-filters.btf-l span {
	left:-150px;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}
.back-to-filters.btf-r span {
	right:-150px;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
}
.back-to-filters:hover span {
	margin-top:0;
	visibility:visible;
	opacity:1;
}
.listsearch-options {
	padding:50px 10px;
	background:#fff;
	z-index:20;
}
.listing-view-layout {
	float:right;
}
.listing-view-layout li {
	float:left;
	margin-left:10px;
}
.listing-view-layout li  a {
	width:40px;
	height:40px;
	line-height:40px;
	float:left;
	border:1px solid #fff;
	border-radius:100%;
	color:#fff;
}
.listing-view-layout li  a i {
	font-size:14px;
}
.listing-view-layout li  a.active {
	background:#fff;
}
.listsearch-header {
	padding-bottom:15px;
	border-bottom:1px solid #eee;
}
.fh-col-list-wrap  .listsearch-input-wrap  {
	background:#fff;
	border:none;
	padding:30px 30px;
	margin-top:0;
	border-radius:6px;
}

.listsearch-header h3 {
	float:left;
	text-align:left;
	font-size:22px;
	font-weight:700;
	color:#5D6275;
}
.listsearch-input-wrap {
	margin-top:30px;
}
.listsearch-input-text a.loc-act{
	position:absolute;
	top:54px;
	right:20px;
	z-index:5;
	cursor:pointer;
}
@keyframes pulse {
    50% {
        box-shadow: 0 0 0 10px rgba(255,255,255,.1),
        0 0 0 20px rgba(255,255,255,.2),
        0 0 0 40px rgba(238, 238,238, 0.3000);
    }
}
.listsearch-input-text a.loc-act:hover {
	border-radius:100%;
	animation: pulse 1.1s infinite ease-in-out;
}
.listsearch-input-text input , .listsearch-input-item input {
	float:left;
	border:1px solid #eee;
	background:#fff;
	background:#f9f9f9;
	width:100%;
	padding:15px 20px 15px 20px;
	border-radius:6px;
	-webkit-appearance: none;
}
.listsearch-input-text   label {
	float:left;
	position:relative;
	text-align:left;
	padding-bottom:20px;
	font-weight:500;
	font-size:14px;
}
.listsearch-input-text   label i {
	position:absolute;
	bottom:-34px;
	left:12px;
	font-size:22px;
}
.listsearch-input-text {
	float:left;
	width:100%;
	margin-bottom:20px;
	margin-top:20px;
	position:relative;
}
.fh-col-list-wrap .listsearch-input-text {
	margin-bottom:0;
}
.listsearch-input-item {
	float:left;
	width:33.3%;
	padding:0 3px;
	position:relative;
}
.fh-col-list-wrap  .listsearch-input-wrap  .listsearch-input-item {
	width:100%;
	padding:0;
	margin-bottom:20px;
}
.listsearch-input-item i.single-i {
	position:absolute;
	left:22px;
	top:16px;
	z-index:10;
	font-size:18px;
}
.listsearch-input-item .nice-select {
	color:#fff;
	border-radius:4px;
	float:left;
	width:100%;
}
.listsearch-input-item .nice-select .list {
	float:left;
	width:100%;
	padding: 60px 12px 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}
.listsearch-input-item .nice-select .list li{
	float:left;
	width:100%;
	padding: 5px 10px 6px;
    color: #666;
    font-size: 13px;
    border-radius: 2px;
	min-height:20px;
	line-height:20px;
}
.listsearch-input-item .nice-select .list li:hover , .listsearch-input-item .nice-select .list li.selected  {
	color:#fff;
}
.filter-tags {
	margin-top:30px;
}
.fh-col-list-wrap .filter-tags{
	margin-bottom:20px;
}
.filter-tags-wrap {
	float:left;
}
.fh-col-list-wrap .filter-tags-wrap {
	width:100%;
	margin-bottom:10px;
}
.filter-tags h4 {
	float: left;
    position: relative;
    text-align: left;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
	width:100%;
}
.data-radius-title{
	font-style:normal;
	font-size:15px;
	color:#888;
	font-weight:400;
	margin-top:0;
	display:block;
}
.distance-input {
	margin-top:30px;
}
.hidden-listing-filter {
	display:none;
	margin-bottom:30px;
}
.fs-map-btn {
	border:none;
	float:left;
	padding:15px 45px;
	border-radius:4px;
	color:#fff;
	cursor:pointer;
}
.more-filter-option {
	float:right;
	position:relative;
	cursor:pointer;
	font-weight: 500;
    font-size: 14px;
	top:10px;
}
.more-filter-option:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:26px;
	height:1px;
	border-bottom:1px  dotted #ccc;
}
.more-filter-option span{
	float:right;
	width:24px;
	height:24px;
	position:relative;
	border-radius:100%;
	margin-left:10px;
}
.more-filter-option span:before , .more-filter-option span:after {
	content:'';
	position:absolute;
	background:#fff;
	border-radius:4px;
	-webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.more-filter-option span:before {
	top:50%;
	left:6px;
	width:12px;
	height:2px;
	margin-top:-1px;
}
.more-filter-option span:after  {
	top:6px;
	left:50%;
	width:2px;
	height:12px;
	margin-left:-1px;
}
.more-filter-option span.mfilopact:after{
	height:0px;
}
.listing-item {
	float:left;
	width:50%;
	padding:0 8px;
	margin-bottom:12px;
}
.list-carousel {
	padding:0 30px;
}
.list-carousel .listing-item {
	width:100%;
}
.slick-slide-item {
	float:left;
	width:100%;
}
.listing-item.list-layout {
	width:100%;
	padding:0;
	background:#fff;
}
.listing-item.list-layout .geodir-category-img , .listing-item.list-layout .geodir-category-content {
	width:50%;
	float:left;
	position:relative;
}
.listing-item.list-layout .geodir-category-img {
	overflow:hidden;
}
.listing-item.list-layout  .listing-geodir-category {
	left:-100%;
	margin-left:20px;
	top:20px;
	z-index:100;
}
.listing-item.list-layout   .listing-avatar {
	top:100%;
	margin-top:-40px;

	margin-right:20px;
	right:100%;
}
.listsearch-maiwrap{
	background:#fff;
	padding:25px 30px;
}
.center-col-list-wrap .listing-item {
	width:33.3%;
	margin-bottom:20px;
}
.center-col-list-wrap .listing-item.list-layout {
	width:100%;
}
.center-col-list-wrap .listing-item.list-layout  .geodir-category-img  {
	width:30%;
	float:left;
	position:relative;
}
.center-col-list-wrap .listing-item.list-layout  .geodir-category-content {
	width:70%;
	float:left;
	position:relative;
}
.list-main-wrap {
	padding:50px 0;
}
.distance-title {
	float:left;
	text-align:left;
	margin-bottom:20px;
	font-weight:500;
	font-size:14px;
}
.distance-title i {
	font-size:14px;
	padding-right:6px;
}
.distance-radius-wrap {
	height:3px;
	border-radius:4px;
	background:#BDCBDB;
}
.map-popup-wrap {
	display:block;
	width:300px !important;
	position:relative;
}
.map-popup {
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}
.map-popup-wrap:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-top:-1px;
	z-index:20;
}
.map-popup-wrap:before {
	border-color:  transparent;
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.map-popup img {
	width:100%;
	height:auto;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.listing-img-content:hover   img {
	-webkit-transform: scale(1.15);
	-moz-transform:scale(1.15);
	transform: scale(1.15);
}
.listing-content {
	background:#ffffff;
	padding:25px 20px;
	z-index:20;
}
.infoBox-close {
	position:absolute;
	width:30px;
	height:30px;
	line-height:30px;
	top:20px;
	right:20px;
	color:#fff;
	border-radius:100%;
	z-index:20;
	box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
	cursor:pointer;
}
.infoBox-close:hover {
	background:#fff;
	color:#000;
}
.listing-title h4{
	float:left;
	width:100%;
	text-align:left;
	font-size:16px;
	font-weight:600;
	color: #566985;
	padding-bottom:0px;
	margin-bottom: 5px;
	line-height: 34px;
}
.listing-title h4 a {
	color: #3d3b3c;
}
.listing-img-content {
	overflow:hidden;
}
.listing-img-content:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
}
.cluster img{
	display:none
}
.cluster{
	width:40px!important;
	height:40px!important;
}
.cluster div{
	text-align:center;
	font-size:15px!important;
	color:#fff!important;
	font-weight:600;
	border-radius:100%;
	width:40px!important;
	height:40px!important;
	line-height:38px!important;
	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.1);
	border:2px solid  #fff;
	-webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
	animation:cluster-animation 1.5s infinite;
}
.cluster div:hover {
	background:#5d6275;
}
@keyframes cluster-animation{0%,100%{box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.1);}50%{box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.1);}}
.map-popup-location-phone , .map-popup-location-info {
	float:left;
	color:#666;
	font-size:13px;
	width:100%;
	text-align:left;
	margin-bottom:10px;
}
.map-popup-location-phone i , .map-popup-location-info i{
	padding-right:10px;
	font-size:14px;
}
.map-card-rainting {
	position:absolute;
	z-index:10;
	left:20px;
	top:-28px;
}
.map-card-rainting i {
	float:left;
	color:#FACC39;
	margin-right:6px;
}
.map-popup-reviews-count {
	color: rgba(255,255,255,1);
	position:relative;
	top:0px;
	font-weight:600;
}
.map-popup-category {
	position:absolute;
	top:20px;
	left:20px;
	font-weight:500;
	color:#fff;
	z-index:20;
	padding:10px 12px;
	border-radius:4px;
	box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
}
.pagination {
	margin-top:20px;
	text-align:center;
	float:left;
	width:100%;
}
.pagination  a {
	display:inline-block;
	width:44px;
	height:44px;
	line-height:44px;
	border-radius:6px;
 	border:1px solid #eee;
	box-sizing:border-box;
	position:relative;
	font-size:13px;
	color:#888DA0;
	background:#fff;
	letter-spacing:1px;
}
.pagination a.current-page, .pagination a:hover {
    color:#fff;
}
.pagination  a i {
	font-size:12px;
}
section.list-single-section {
	padding-bottom:0;
	padding-top:200px;
}
section.list-single-section .bg {
	height:110%;
	top:-5%;
}
.list-single-header  {
	z-index:10;
	padding-bottom:50px;
}
.list-single-header.list-single-header-inside {
	padding-bottom:0;
	padding:30px 0;
	background:#fff;
	border-radius:6px;
	border:1px solid #eee;
}
.list-single-header-item h2 {
	float:left;
	width:100%;
	text-align:left;
	color:#fff;
	font-size:46px;
	font-weight:700;
	padding-bottom:15px;
}
.list-single-header-inside .list-single-header-item h2 {
	color: #334e6f;
	font-size:36px;
}
.list-single-header-item h2 span , .list-single-header-item h2 a {
	font-size:13px;
	font-weight:400;
}
.list-single-header-item h2 a {
	font-weight:600;
	color:#5ECFB1;
}
.list-single-header-item p {
	color: rgba(255,255,255,0.71);
	font-weight:500;
	text-align:left;
}
.list-single-header .section-separator {
	margin-top:0;
}
.list-single-header .section-separator:before{
	left:26px;
}
.list-single-header-item .listing-rating {
	float:left;
	margin-top:10px;
}
.list-single-header-item .listing-rating  i {
	float:left;
	margin-right:6px;
}
.list-single-header-item .listing-rating span {
	color: rgba(255,255,255,0.71);
 	float:left;
	margin-left:12px;
	position:relative;
	top:-2px;
}
.list-single-header.list-single-header-inside  .list-single-header-item .listing-rating span  {
	color:#666
}
.list-single-header-contacts {
	margin-top:20px;
}
.list-single-header-contacts li {
	float:left;
	margin-right:18px;
}
.list-single-header-contacts li a {
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;
}
.list-single-header-inside .list-single-header-contacts li a{
	color: #334e6f;
}
.list-single-header-contacts li i {
	padding-right:10px;
}
.list-single-header-contacts li a:hover {
	color:rgba(255,255,255,0.71)
}
.list-single-header-cat {
	margin-bottom:20px;
}
.list-single-header-cat  a {
	color:#fff;
	border-radius:4px;
	padding:10px 25px;
	float:left;
}
.list-single-header-cat span {
	float:left;
	color:#fff;
	padding-left:30px;
	position:relative;
	top:10px;
}
.list-single-header-cat span:before {
	content:'';
	position:absolute;
	top:50%;
	left:10px;
	height:1px;
	width:10px;
	background:rgba(255,255,255,0.51);
}
.list-single-header-cat span i {
	padding-left:4px;
}
.list-single-header-column {
	position:relative;
	margin-top:20px;
}
.list-single-header-inside .list-single-header-column  {
	margin-top:0;
}
.list-single-header-column .viewed-counter ,  .list-single-header-column .custom-scroll-link {
	float:right;
	color:#fff;
	padding:7px 12px;
	border-radius:20px;
	margin-right:10px;
	position:relative;
	top:8px;
	border:1px solid rgba(255,255,255,0.41);
	border-radius:4px;
	background:rgba(255,255,255,0.11);
}
.list-single-header-inside .list-single-header-column .viewed-counter  , .list-single-header-inside .list-single-header-column .custom-scroll-link{
	float:right;
	border:1px solid #eee;
	border-radius:4px;
	color:#999;
	margin-bottom:12px;
}
.list-single-header-column .viewed-counter:hover , .list-single-header-column .custom-scroll-link:hover {
	background:rgba(255,255,255,0.21);
}
.viewed-counter i , .list-single-header-column .custom-scroll-link i {
	padding-right:10px;
}
.list-post-counter.single-list-post-counter {
	position:relative;
	float:left;
	color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 4px;
    background:  rgba(255,255,255,0.21);
	margin-left:20px;
	top:2px;
}
.list-post-counter.single-list-post-counter i {
	padding-left:10px;
	color:#F4454C;
}
.list-single-header-inside .list-post-counter.single-list-post-counter {
	border:1px solid #eee;
	color:#666;
}
.list-single-main-item {
	padding:30px 30px;
	border-radius:100%;
	background:#fff;
	border-radius:10px;
	border:1px solid #eee;
	margin-bottom:20px;
}
article .list-single-main-item {
	margin-bottom:0;
}
.list-single-main-item-title  h3{
	color: #334e6f;
	text-align: left;
    font-size: 18px;
    font-weight: 600;
}
.list-single-main-item-title  h3 a{
	color: #334e6f;
}
.list-single-main-item-title {
	margin:0 0 20px 0;
}
.list-single-main-item p {
	text-align:left;
	color:#878C9F;
}
.listing-features li{
	float:left;
	width:33.3%;
	text-align:left;
	margin-bottom:15px;
	font-size:13px;
	color: #888DA0;
    font-weight: 600;
}
.listing-features li i {
	padding-right:10px;
}
.list-single-main-media  {

	border-radius:10px;
	overflow:hidden;
	margin-bottom:20px;
}
.list-single-main-media img {
	width:100%;
	height:auto;
}
.list-single-main-wrapper .breadcrumbs{
	border-radius:6px;
	top:-25px;
	background:#fff;
	padding:15px 20px;
}
.list-single-main-wrapper .breadcrumbs a , .list-single-main-wrapper .breadcrumbs span {
	float:left;
	color:#fff;
	padding-right:20px;
	font-weight:600;
}
.list-single-main-wrapper .breadcrumbs span {
	color:rgba(255,255,255,0.71);
}
.list-single-main-wrapper .breadcrumbs a:before {
	content:'';
	position:absolute;
	width:4px;
	height:4px;
	background:#fff;
	border-radius:100%;
	right:8px;
	top:50%;
	margin-top:-2px;
}
.list-single-facts  {
	margin:10px 0 20px;
	padding:20px 30px;
	border-radius:6px;
}
.list-single-facts  .inline-facts-wrap{
	width:33.3%;
	float:left;
	color:#fff;
	position:relative;
}
.list-single-facts  .inline-facts-wrap:before {
	content:'';
	position:absolute;
	top:50%;
	right:0;
	width:1px;
	height:70px;
	margin-top:-35px;
	background:rgba(255,255,255,0.21);
}
.list-single-facts  .inline-facts-wrap:last-child:before{
	display:none;
}
.list-single-facts  .inline-facts-wrap i {
	font-size:30px;
	width:80px;
	height:80px;
	line-height:80px;
	border-radius:100%;
	background:rgba(255,255,255,0.11);
	border:1px solid rgba(255,255,255,0.21);
}
.list-single-facts  .inline-facts-wrap .num , .single-facts .inline-facts-wrap .num{
	display:block;
	margin:12px 0;
	font-size:30px;
	font-weight:800;
}
.single-facts .inline-facts-wrap  {
	float:left;
	width:25%;
	padding:0 25px;
}
.single-facts .inline-facts-wrap .num {
	color:#fff;
	font-size:64px;
}
.list-single-facts  .inline-facts-wrap h6 , .single-facts .inline-facts-wrap h6 {
	color: rgba(255,255,255,0.71);
    font-size: 13px;
	font-weight:500;
}
.single-facts .inline-facts-wrap h6 {
	font-size:15px;
	font-weight:500;
	position:relative;
	color: rgba(255,255,255,0.91);
}
.single-facts .inline-facts-wrap h6:before {
	content:'';
	position:absolute;
	top:-12px;
	left:50%;
	height:1px;
	background:#fff;
	margin-left:-25px;
	opacity:0.4;
	width:50px;
}
.tags-stylwrap  a{
	float:left;
	padding:10px 20px;
	border-radius:4px;
	color:#888DA0;
	font-weight:500;
	margin-right:6px;
	border:1px solid #eee;
}
.list-single-tags.blog-tags {
	margin-bottom:15px;
	float:left;
}
.list-single-contacts  {
	margin-top:20px
}
.list-single-contacts li {
	float:left;
	width:100%;
}
.list-single-contacts li span  , .list-single-contacts li a{
	float:left;
	text-align:left;
	font-weight:500;
}
.list-single-contacts li span i {
	margin-right:7px;
	font-size:14px;
}
.list-single-contacts   li a {
	margin-left:20px;
	color:#878C9F;
}
.promo-link{
	position:absolute;
	bottom:40px;
	left:50px;
    padding: 16px 55px 16px 70px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.4);
	z-index:10;
}
.promo-link i {
	position:absolute;
	left:10px;
	top:50%;
	height:34px;
	width:34px;
	line-height:34px;
	color:#878C9F;
	border-radius:100%;
	margin-top:-17px;
	background:#fff;
}
.promo-link:hover i{
	background: #2C3B5A;
	color:#fff;
}
.list-single-gallery {
	float:left;
	width:100%;
}
.list-single-gallery   .box-item a.gal-link{
	top:-50%;
	left:50%;
	margin:-20px 0 0 -20px;
}
.list-single-gallery .box-item {
	border-radius:6px;
}
.list-single-gallery   .box-item:hover a.gal-link {
	top:50%;
}
.box-item:hover:before {
	opacity:1;
}
.box-widget-item {
	margin-bottom:30px;
}
.box-widget-item-header {
	display:block;
	margin-bottom:22px;
}
.box-widget-item-header h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
	color: #334e6f;
}
.list-author-widget-header {
	padding:70px 20px;
}
.list-author-widget-header img {
	position:absolute;
	width:100px;
	height:100px;
	border-radius:100%;
	left:50%;
	margin-left:-50px;
	bottom:-30px;
	border: 6px solid rgba(255,255,255,0.2);
    border-radius: 100%;
}
.list-author-widget-link {
	display:inline-block;
	position:relative;
	top:-20px;
}
.list-author-widget-link a {
	color:#fff;
	font-weight:600;
	font-size:18px;
}
.list-author-widget-link a:hover {
	color:rgba(255,255,255,0.71);
}
.box-widget {
	background:#fff;
    border-radius: 10px;
    border: 1px solid #eee;
	overflow:hidden;
	float:left;
	width:100%;
}
.no-bor-rad {
	border-radius:0;
}
.box-widget-content {
	float:left;
	width:100%;
	position:relative;
	padding:25px 30px 30px;
}
.banner-wdget {
	overflow:hidden;
	border-radius:6px;
}
.banner-wdget .overlay {
	opacity:0.4;
}
.banner-wdget-content {
	padding:90px 30px 70px;
	z-index:10;
}
.banner-wdget-content h4 {
	font-weight:600;
	color:#fff;
	font-size:16px;
}
.banner-wdget-content a {
	font-weight: 600;
	color:#fff;
	padding:12px 30px;
	display:inline-table;
	margin-top:25px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
}
.banner-wdget-content a:hover{
    background: #24324F;
}
.pricerange  span{
	float:left;
	margin-right: 20px;
    color: #878C9F;
	font-weight:700;
}
.pricerange {
	font-size:14px;
	text-align:left;
	font-weight:500;
	color: #5ECFB1;
}
.claim-widget-link {
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #eee;
}
.claim-widget-link span , .claim-widget-link a {
	float:left;
	text-align:left;
	font-weight:500;
}
.claim-widget-link a:hover{
    color: #24324F;
}
.claim-widget-link span {
	color: #878C9F;
	margin-right:20px;
}
.search-widget input {
	float:left;
	width:100%;
	border:none;
	background: #fff;
	height:50px;
	padding:0 80px 0 20px;
	z-index:1;
}
.search-widget .search-submit{
	position:absolute;
	top:0;
	right:0;
	width:80px;
	height:50px;
	line-height:50px;
	z-index:2;
	color:#fff;
	border:none;
	cursor:pointer;
}
.box-widget-item .list-single-tags a {
	margin-bottom:10px;
	border: none;
	color:#fff;
	font-size:11px;
}
.cat-item li{
	float:left;
	width:100%;
	padding-bottom: 8px;
	margin-bottom: 15px;
	text-align:left;
	position:relative;
}
.cat-item li:last-child {
	margin-bottom:0;
}
.cat-item li:before {
	content:'';
	position:absolute;
	bottom:6px;
	width:100px;
	height:1px;
	background:#eee;
	left:50%;
	margin-left:-25px;
}
.cat-item  li a{
	float:left;
	font-size:12px;
	color:#666;
	font-weight:800;
}
.cat-item  li  span {
	float:right;
	color:#999;
}
.list-author-widget-contacts {
	margin-top:30px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
	float:left;
	width:100%;
}
.list-author-widget-contacts p {
	text-align:left;
}
.list-author-widget-contacts.list-item-widget-contacts {
	margin-top:0;
	border-bottom:0;
	padding-bottom:0;
}
.list-author-widget-contacts  li {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.list-author-widget-contacts.list-item-widget-contacts li {
	border-bottom:1px solid #eee;
	padding-bottom:15px;
}
.list-author-widget-contacts.list-item-widget-contacts li:last-child {
	margin-bottom:0;
}
.list-author-widget-contacts  li span  , .list-author-widget-contacts  li a{
	float:left;
	text-align:left;
	font-weight:500;
}
.list-author-widget-contacts  li span {
	min-width:80px;
}
.list-author-widget-contacts  li span i {
	margin-right:7px;
	font-size:14px;
}
.list-author-widget-contacts  li a {
	margin-left:20px;
	color:#878C9F;
}
.list-widget-social {
	margin-top:20px;
}
.list-widget-social  , .list-widget-social li{
	float:left;
}
.list-widget-social li{
	margin-right:8px;
}
.list-widget-social li a {
	width:36px;
	height:36px;
	display:block;
	line-height:36px;
	border-radius:4px;
	color:#fff;
}
.list-widget-social li a:hover {
	background: #2C3B5A;
}
.opening-hours ul li {
    width: 100%;
	margin-bottom:15px;
	float:left;
	padding-bottom:15px;
	color: #878C9F;
	border-bottom:1px solid #eee;
}
.opening-hours ul li span.opening-hours-time {
    float: right;
	font-weight:500;
	color:#999;
}
.opening-hours ul li span.opening-hours-day {
	float:left;
	color: #878C9F;
	font-weight:600;
}
.opening-hours .btn {
	float:left;
	margin-top:20px;
}
.current-status {
	float:left;
	width:100%;
	margin-bottom:20px;
	text-align:left;
	font-weight:700;
	color:#5ECFB1;
	font-size:15px;
}
.current-status i {
	color:#ccc;
	font-size:16px;
	padding-right:30px;
	position:relative;
	top:3px;
}
.reviews-comments-wrap {
	display: inline-table  ;
	margin-top:30px;
}
.reviews-comments-item-text .listing-rating {
	float:right;
}
.reviews-comments-item-text .listing-rating i {
	float:left;
	margin-right:6px;
	font-size:12px;
}
.reviews-comments-item {
	padding:0 0 30px 110px;
	position:relative;
	float:left;
	margin-bottom:40px;
	width:100%;
	border-bottom:1px solid #eee;
}
.reviews-comments-item.reply-comment-item {
	width:90%;
	margin-left:10%;

	padding:30px 20px 30px 110px;

	border-radius:6px;
}
.reviews-comments-item.reply-comment-item .review-comments-avatar {
	top:30px;
}
.reviews-comments-item.reply-comment-item:before {
	content:'';
	position:absolute;
	top:0;
	left:-10%;
	margin-left:30px;
	width:40px;
	height:40px;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
}
.reviews-comments-item:last-child {
	border:none;
	margin-bottom:0;
}
.review-comments-avatar {
	position:absolute;
	top:0;
	left:20px;
	width:80px;
	height:80px;
	overflow:hidden;
	border-radius:100%;
}
.review-comments-avatar img {
	width:80px;
	height:80px;
	float:left;
}
.reviews-comments-item-text {
	float:left;
	width:100%;
	position:relative;
	padding:0 20px;
}
.reviews-comments-item-text .new-dashboard-item {
	top:0;
}
.reviews-comments-item-text h4 {
	text-align:left;
	padding-bottom:25px;
	float:left;

	font-size:16px;
	font-weight:500;
}
.reviews-comments-item-text p {
	text-align:left;
}
.reviews-comments-item-date {
	float:left;
	margin-top:18px;
	font-weight:500;
	color:#999;
}
.reviews-comments-item-date i {
	margin-right:10px;
}
.leave-rating , .leave-rating-title {
	float:left;
}
.leave-rating-wrap {
	float:left;
	margin:30px 0 30px 0;
	width:100%;
}
.leave-rating-title {
	margin-right:10px;
	font-weight:500;
	font-size:14px;
	color:#666;
	position:relative;
	top:-3px;
}
.leave-rating input[type="radio"] {
    display: none;
}
.leave-rating label {
    font-size: 14px;
    float: right;
    letter-spacing: 4px;
    color: #FACC39;
    cursor: pointer;
    transition: 0.3s;
}
.leave-rating label:hover:before  , .leave-rating label.selected:before {
    content: "\f005";
}
.leave-rating:hover input[type="radio"]:checked~label:before , .leave-rating input[type="radio"]:checked~label:before  , .leave-rating label:hover~label:before{
    content: "\f005"!important;
}
.box-widget.widget-posts li {
	padding: 8px 0;
	margin-bottom:19px;
}
.box-widget.widget-posts.blog-widgets  li:last-child {
	margin-bottom:0;
}
.box-widget.widget-posts .widget-posts-img {
	float:left;
	width:25%;
}
.box-widget.widget-posts .widget-posts-img  img{
	 border-radius:4px;
	 width:100%;
	 height:auto;
}
.box-widget.widget-posts .widget-posts-descr{
	float:left;
	width:60%;
	margin-left:6%;
	text-align:left;
	padding-bottom:10px;
	border-bottom:1px  solid #eee;
}
.box-widget.widget-posts .widget-posts-descr a{
	font-size:13px;
	font-weight:500;
	padding-bottom:20px;
    color: #878C9F;
}
.box-widget.widget-posts   .widget-posts-date  {
	float:left;
	width:100%;
	margin-top:17px;
	font-weight: 500;
    color: #999;
	font-size:12px;
}
.box-widget.widget-posts   .widget-posts-date i {
	padding-right:10px;
}
.widget-posts-link {
	float:left;
	position:relative;
	cursor:pointer;
	font-weight: 500;
    font-size: 14px;
	top:10px;
	color: #878C9F;
}
.widget-posts-link:hover {
	color:#000;
}
.widget-posts-link:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:26px;
	height:1px;
	border-bottom:1px  solid #eee;
}
.widget-posts-link span{
	float:right;
	width:24px;
	height:24px;
	line-height:24px;
	position:relative;
	border-radius:100%;
	margin-left:10px;
	color:#fff;
	font-size:10px;
}


/*-------------Map---------------------------------------*/
.map-container {
	float:left;
	width:100%;
	position:relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.fw-map {
	height:600px;
}
.map-container.column-map {
	width:50%;
	position:fixed;
	-webkit-transform: translate3d(0,0,0);
	overflow: hidden;
}
.map-container.column-map.right-pos-map {
	right:0;
}
.map-container.column-map.left-pos-map {
	left:0;
}
.map-container #map-main{
    position: absolute;
	top:0;
	left:0;
    height: 100%;
	width:100%;
    z-index: 10;
	overflow:hidden;
}
#singleMap {
	width:100%;
	position:relative;
	height:300px;
	float:left;
	margin-bottom:30px;
}
.box-widget #singleMap {
	margin-bottom:10px;
}
.mapzoom-in  , .mapzoom-out{
	position:fixed;
	z-index:100;
	top:50%;
	cursor:pointer;
	width:40px;
	height:40px;
	color:#fff;
	line-height:40px;
	margin-top:-20px;
	border: 3px solid #16273c;
	-webkit-transform: translate3d(0,0,0);
}
#singleMap  .mapzoom-in , #singleMap .mapzoom-out , .home-map .mapzoom-in , .home-map .mapzoom-out , .fw-map .mapzoom-in  ,  .fw-map .mapzoom-out {
	position:absolute;
	right:20px;
}
.map-container.column-map.right-pos-map  .mapzoom-in  , .map-container.column-map.right-pos-map  .mapzoom-out {
	right:30px;
}
.map-container.column-map.left-pos-map  .mapzoom-in  , .map-container.column-map.left-pos-map .mapzoom-out{
	left:30px;
}

.mapzoom-in:before  , .mapzoom-out:before{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content: "\f068";
	color: #16273c;
}
.mapzoom-in:before{
	content: "\f067";
	color: #16273c;
}
.mapzoom-in {
	margin-top:-80px;
}
.mapnavigation {
	position:absolute;
	bottom:5px;
	right:7px;
	z-index:30;
	width:170px;
}
.mapnavigation a {
	width:70px;
	padding:8px 0;
	color:#16273c;
	float:left;
	font-size: 12px;
	margin-left:10px;
	background: #ecd437;
	border: 3px solid #16273c;
}
.mapnavigation a:hover , .mapzoom-in:hover  , .mapzoom-out:hover{
	background: #ecd437;
	color: #16273c;
}





