/*
 * Theme custom styles
 * --------------------------------------------------
 */
.sonyorumlar {margin-bottom:20px;}
.s-yorumlar {padding:10px;border:1px solid #eee;}
.yorumresim {width:40px;height:40px;float:left;margin-top:10px;margin-left:10px;}
.yorumresim img {width:40px;height:40px;}
.yorumisim {margin-left:15px;float:left;width:200px;font-weight:bold;font-size:11px;margin-top:10px;color:#605e5e;}
.yorumyorum {float:left;width:200px;margin-left:15px;font-size:10px;color:#aaa;line-height:130%;}
.yorumyorum a {color:#aaa;}
.temizlik {clear:both;}
.paginations .load-more-post {
	display: inline-block;
	padding: 6px 60px;
	line-height: 1.3;
	background: #bdc3c7;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	border:none;
}
.paginations .load-more-post:hover{
	opacity:.8;
}
.ae-item {
	-webkit-transition: opacity 1.5s ease-in;
	-moz-transition: opacity 1.5s ease-in;
	-o-transition: opacity 1.5s ease-in;
}
.ae-item.fade-out
{
	opacity:0;
}
.ae-item.fade-in
{
	opacity:1;
}

/*
 * Style tweaks
 * --------------------------------------------------
 */
html, button, input, select, textarea {
	color: #5d5f5e;
}
body {
	font-size: 14px;
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
	color: #5d5f5e;
	background: #ecf0f1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
select {
	min-height: 25px;
	border: 1px solid #d4d8d8;
	color: #bdc3c7;
}
.marsk-black {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,.5);
	z-index: 9;
	display: none;
}
.modal-dialog {
	margin-top: 7%;
}
.text-ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
/* ==========================================================================
   Preloading style
   ========================================================================== */
.mask-color {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #1b83d3;
}
#preview-area {
	width: 200px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 60px;
	right: 0;
	margin: auto auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	z-index: 9999999;
}
.spinner {
	margin: 20px 0 auto;
	width: 200px;
	text-align: center;
}
.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}
@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
/* ==========================================================================
   Default style
   ========================================================================= */
.full-width{
	width:100% !important;
}
.no-mg{margin: 0px !important;}
.pull-right{float:right !important;}
.pull-left{float:left !important;}
.align-center{text-align:center !important;}
/* ==========================================================================
   Header style
   ========================================================================== */
#header-wrapper {
	transition: all 0.4s ease;
}
#header-wrapper.sticky {
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	z-index: 99;
}
#header-wrapper.sticky .option-search-form-wrapper {
	z-index:99;
}
#header-wrapper.sticky .option-search-form-wrapper{
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
#sticky-holder{
	display: none;
}
.loading-blur {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 998;
}
.loading-img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: url('../img/loading.gif') center center no-repeat;
}
.loading-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0.5;
	background: #ffffff;
}
header {
	width: 100%;
	min-height: 60px;
	display: block;
	position: relative;
	background: #FFF;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	box-shadow: 0 0 0 1px rgba(0,0,0,.05);
}
#menu-top {
	width: 100%;
	min-height: 60px;
	background-color: #fff;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	position:relative;
	z-index:99;
}
ul.top-menu, ul.top-menu-right {
	float: left;
}
ul.top-menu li, ul.top-menu-right > li {
	display: inline-block;
	border-right: 1px solid #cfd4d9;
	min-height: 60px;
	vertical-align: middle;
	position:relative;
}
ul.top-menu-right > li.top-avatar img {
	width: 60px;
	height: 60px;
}
ul.top-menu li .menu-btn {
	width: 60px;
	text-align: center;
	color: #5f6f81;
	font-size: 24px;
	display: block;
}
ul.top-menu li .menu-btn i {
	line-height: 2.5;
}
ul.top-menu li .menu-btn:hover, .menu-btn.gn-icon-menu.gn-selected{
	background:#1c84d4;
}
ul.top-menu li .menu-btn:hover i, .menu-btn.gn-icon-menu.gn-selected i{
	color:#fff;
}
ul.top-menu li a.logo {
	padding: 0 20px;
	text-align: center;
	display: block;
	line-height: 4.2;
}

ul.top-menu li a.logo img {
	max-height: 55px;
	margin-top: 3px;
}
ul.top-menu li ul.top-info li {
	border: none;
	margin: 0px 0px 0px 20px;
	font-size: 14px;
	line-height: 4.2;
}
ul.top-menu li ul.top-info li i {
	margin-right: 10px;
}
ul.top-menu li:last-child {
	border: none;
}
ul.top-menu-right {
	float: right;
}
ul.top-menu-right > li:first-child {
	border-left: 1px solid #cfd4d9;
}
ul.top-menu-right > li:last-child {
	border-right: none;
}
ul.top-menu-right > li {
	float: left;
}
ul.top-menu-right li.top-search:hover, ul.top-menu-right li.top-search.active {
	background: #1c84d4;
}
ul.top-menu-right li.top-search:hover a i, ul.top-menu-right li.top-search.active a i {
	color: #fff;
}
ul.top-menu-right li.top-search a {
	line-height: 4.2;
	min-width: 60px;
	display: block;
	text-align: center;
}
ul.top-menu-right li.top-search a i {
	font-size: 18px;
	color: #5f6f81;
}
ul.top-menu-right > li.top-user {
	min-width: 169px;
	text-align: center;
}
ul.top-menu-right > li.top-user > a {
	line-height: 4.2;
	display: block;
	text-decoration: none;
	color: #5f6f81;
	font-weight: 700;
}
ul.top-menu-right > li.top-user:hover, ul.top-menu-right > li.top-user.open {
	background: #1c84d4;
	color: #fff;
}
ul.top-menu-right > li.top-user > a:hover, ul.top-menu-right > li.top-user.open > a {
	color: #fff;
}
ul.top-menu-right > li.top-user .dropdown-menu {
	min-width: 170px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 0;
	text-align: left;
	border: 1px solid rgba(0,0,0,.1);
}
ul.top-menu-right > li .caret {
	margin-top: -5px;
	margin-left: 15px;
}
ul.top-menu-right > li .dropdown-menu li {
	border-bottom: 1px solid #e5e5e5;
}
ul.top-menu-right > li .dropdown-menu li:last-child {
	border-bottom: none;
}
ul.top-menu-right > li .dropdown-menu li a {
	padding: 10px 20px;
}
ul.top-menu-right > li .dropdown-menu li a i {
	margin-right: 15px;
}
ul.top-menu-right > li .dropdown-menu li a:hover {
	background: #5f6f81;
	color: #fff;
}
ul.top-menu-right li.non-login {
	min-width: 130px;
	text-align: center;
}
ul.top-menu-right li.non-login {
	line-height: 4.288;
	display: block;
	font-weight: bold;
}
/* ==========================================================================
   Option Top Search Style
   ========================================================================== */
.option-search-form-wrapper {
	background: #ecf0f1;
	width: 100%;
	padding: 50px 0;
	position: absolute;
	z-index: 9999;
	display: none;
}
.option-search.left .error .fa-exclamation-triangle{
	position: absolute;
	top: 10px;
	right: 25px;
}
.option-search li {
	margin-bottom: 50px;
}
.option-search.left > li {
	text-align: right;
	margin-bottom: 30px;
}
.option-search .chosen-results li {
	text-align:left;
}
.option-search li span {
	display: inline-block;
	margin-right: 55px;
	vertical-align: middle;
	color: #5f6f81;
	font-size: 14px;
}
.option-search.right li span {
	min-width: 75px;
	margin-right: 30px;
}
.option-search.right li span.text-desc {
	margin-left: 10px;
}
.option-search.right input[type="submit"] {
	background-color: #ffc500;
	color: #5f6f81;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 45px;
	display: inline-block;
	border: none;
	box-shadow: none;
	float: right;
	margin-right: 110px;
}
.option-search.right li:last-child {
	margin-bottom: 0;
}
.option-search.right input[type="submit"]:hover {
	opacity: .8;
}
input.option-search-textfield, .option-search .chosen-container-single .chosen-single {
	min-width: 270px;
	font-size: 12px;
	padding: 9px;
	background-color: #f4f6f7;
	color: #5f6f81;
	border: none;
	box-shadow: none;
	display: inline-block;
	vertical-align: middle
}
.option-search .chosen-container-single .chosen-single span {
	text-align: left;
	font-size: 13px;
}
.option-search .chosen-container .chosen-single div{
	top: 10px;
	right: 10px;
}
/*
 * Google Map style
 * --------------------------------------------------
 */
.google-map-wrapper{
	display:block;
	position:relative;
}

#map-top-wrapper, #single-place-cover {
	width: 100%;
	min-height: 500px;
	position:relative;
}
.widget-wrapper #map-top-wrapper {
	min-height: 300px;
}
.map-labels {
	font-size: 13px;
	text-align: center;
	width: 20px;
	height: 20px;
	white-space: nowrap;
	background: #FFF;
}

.google-map-wrapper .pop-up-video{
	width: 300px;
	height: 250px;
	background-color: #efefef;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.25), 0 0 10px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.25);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25), 0 0 10px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.25);
	box-shadow: 0 1px 1px rgba(0,0,0,.25), 0 0 10px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.25);
	position:absolute;
	z-index:90;
	top: 18%;
	right: 5%;
}
.google-map-wrapper .pop-up-video.left {
	left : 5%;
}
.google-map-wrapper .pop-up-video .video-wrapper{
	width: 100%;
	height:200px;
	background-color: rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
	position:relative;
}
.google-map-wrapper .pop-up-video .title-video{
	color:#636f80;
	font-weight:600;
	font-size:12px;
	padding: 10px;
	line-height: 1.4;
}
.google-map-wrapper .mark-wrapper{
	position:relative;
	display:block;
}
.google-map-wrapper .mark-video{
	width: 100%;
	height:200px;
	z-index:99;
	background:rgba(0,0,0,.3);
	display:block;
	position:absolute;
}
/*
 * Bar Post Places style
 * --------------------------------------------------
 */
#bar-post-place-wrapper {
	background: #fff;
	display: block;
	position: relative;
	width: 100%;
	min-height: 60px;
}
.notfound-title, .top-title-post-place {
	margin: 18px 0;
	font-weight:300;
}
.notfound-title {
	font-size: 22px;
}
.notfound {
	background-color: #FFF;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	padding: 30px 50px;
	max-width: 1140px;
	margin: 0 auto;
	list-style: none;
}
.btn-post-place {
	background-color: #1b83d3;
	color: #fff;
	font-size: 18px;
	padding: 11px 0;
	font-weight: 700;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 12px 0;
	width:100%;
	display:block;
	font-weight:600;
	white-space: normal;
	word-wrap: break-word;
}
.btn-post-place i {
	margin-right: 10px;
	font-size: 18px;
}
.btn-post-place:hover {
	color: #fff;
	opacity: .8;
}
/*
 * Page Post Places style
 * --------------------------------------------------
 */
.post-place-warpper {
	display: block;
	min-height: 100px;
	background-color: #fff;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	margin-top: 25px;
}
.term-of-use {
	padding: 10px 0;
	font-style: italic;
	font-size: 12px;
}

.user_payment_status,
#blog-page .col-md-3 .widget_text {
	background: #F4F6F5;
	padding: 25px;
	position: relative;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 35px;
}
.step-wrapper.complete a span, .step-wrapper.complete .step-heading i.fa-caret-right, .step-wrapper.complete .step-heading i.fa-caret-down{
	color: #19bb9b;
}

.step-heading {
	display: block;
	border-bottom: 1px solid #ecf0f1;
	position: relative;
}
.step-heading .number-step {
	border-right: 1px solid #ecf0f1;
	font-size: 18px;
	color: #5d605f;
	font-weight: 300;
	width: 45px;
	min-height: 45px;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
	line-height: 2.5;
}
.step-heading .text-heading-step {
	color: #5d605f;
	font-size: 14px;
}
.step-heading i.fa-caret-right, .step-heading i.fa-caret-down {
	position: absolute;
	color: #5d605f;
	font-size: 14px;
	right: 15px;
	top: 16px;
}
.step-content-wrapper {
	display: block;
}
.step-content-wrapper .list-price li, .step-content-wrapper .list-form-login > li {
	display: block;
	padding: 30px 25px;
	border-bottom: 1px solid #ecf0f1;
}
.step-content-wrapper .list-form-login .col-md-8.error {
	position: relative;
}
.step-content-wrapper .list-form-login .fa-exclamation-triangle {
	position: absolute;
	top: 15px;
	right: 55px;
}
.step-content-wrapper .list-form-login .message {
	text-align: right;
	padding-right: 5%;
}
.step-content-wrapper .list-price li.selected {
	background : #EAF6FD;
}
.step-content-wrapper .list-price li .price {
	color: #c04f31;
	font-size: 27px;
	font-weight: 300;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	min-width:45px;
}
.step-content-wrapper .title-plan {
	color: #5f6f81;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 70%;
}
.step-content-wrapper .title-plan span {
	color: #5f6f81;
	font-weight: 400;
	font-size: 14px;
	display: block;
	text-transform: none;
}
.step-content-wrapper .title-plan span p{
	margin:0;
}
.step-content-wrapper .list-price li .btn.btn-submit-price-plan, .btn.btn-submit-login-form {
	display: inline-block;
	float: right;
	vertical-align: middle;
	background-color: #297fb9;
	padding: 5px 25px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #fff;
	font-size: 12px;
}
.btn.btn-submit-login-form {
	float: none;
}
.step-content-wrapper .list-price li .btn.btn-submit-price-plan:hover, .btn.btn-submit-login-form:hover {
	opacity: .8;
}
.step-content-wrapper .list-form-login input.text-field {
	width: 95%;
	padding: 10px;
	border: 1px solid #e5e7e9;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
}
.wp-editor-wrap {
	width : 94%;
	border: 1px solid #E5E7E9;
}

#carousel_container .plupload.html5,
#p18hoq1i5n1i58n3f1i2m10s0lo60_html5_container,
#carousel_container .plupload.flash ,
#carousel_container .moxie-shim ,
#carousel_container .moxie-shim-html5 {
	height: 75px !important;
	width: 80px !important;
	left : 0px !important;
	z-index: 100;
}


/*
 * Places style
 * --------------------------------------------------
 */
.filter-wrapper {
	margin: 0px 0 20px;
	overflow: hidden;
}
.title-filter, .filter-wrapper .widgettitle {
	color: #5d5f5e;
	font-size: 18px;
	display: inline-block;
	float: left;
	margin: 0;
	line-height: 1.3;
}
h2.widgettitle {
	color: #5d5f5e;
	font-size: 18px;
	font-weight:300;
	margin: 0 0 20px;
}
.col-md-3 .col-md-4.review-item {
	width: 100%;
}
.list-option-filter {
	display: inline-block;
	float: right;
	vertical-align: middle;
}
.list-option-filter li {
	display: inline-block;
	margin-left: 5px;
}
.list-option-filter li span.title {
	font-size: 12px;
	margin-right: 10px;
	display: inline-block;
}
.list-option-filter select {
	min-height: 25px;
	border: 1px solid #d4d8d8;
	color: #bdc3c7;
	max-width: 120px;
}
.list-option-filter .sort-rates-lastest a.sort-icon {
	color: #bdc3c7;
}
.list-option-filter .icon-list-view .icon-view {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}
.list-option-filter .icon-list-view .icon-view:first-child {
	margin-left: 0;
}
.list-option-filter .icon-list-view .icon-view.active i, .list-option-filter .icon-list-view .icon-view:hover i, .list-option-filter .sort-rates-lastest a.sort-icon.active, .list-option-filter .sort-rates-lastest a.sort-icon:hover {
	color: #479edc;
}
.list-option-filter .icon-list-view .icon-view i {
	font-size: 20px;
	color: #bdc3c7;
}
#list-places-wrapper {
	margin-top: 30px;
}
.list-places{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.clear-list-places{
	display: block;
	-webkit-flex-wrap: inherit;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
}
.list-places li {
	margin-bottom: 30px;
}
.list-places .place-wrapper{
	position:relative;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	box-shadow: 0 0 0 1px rgba(0,0,0,.05);
}
.list-places .place-wrapper .img-place {
	position: relative;
	display: block;
	background: #fff;
	overflow:hidden;
}
.infowindow {
	height: 80px;
}
.jobs-wrapper .infowindow {
	border-bottom: 1px solid #ccc;
}
.infowindow .img-place img, .list-places .place-wrapper .img-place img {
	width: 100%;
	-webkit-transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
	-moz-transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
	-o-transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
	transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
}
.infowindow .img-place img {
	height: 80px !important;
}
.list-places .place-wrapper:hover .img-place img {
	opacity: .2;
	-webkit-transform: scale(1.4, 1.4);
	-moz-transform: scale(1.4, 1.4);
	-ms-transform: scale(1.4, 1.4);
	-o-transform: scale(1.4, 1.4);
	transform: scale(1.4, 1.4);
}
.widget-features-wrapper .place-wrapper .img-place img {
	height: 70px;
}
.infowindow .img-place .ribbon, .list-places .place-wrapper .img-place .ribbon {
	position: absolute;
	background: #eb5256;
	color: #fff;
	text-align: center;
	padding: 5px 15px;
	bottom: 20px;
	z-index: 11;
	display: block;
	line-height: 1.3;
}
.infowindow .img-place .ribbon{
	line-height: 1.4;
}
.infowindow .img-place .ribbon:after, .list-places .place-wrapper .img-place .ribbon:after {
	content: "";
	position: absolute;
	display: block;
	border: 15px solid #eb5256;
	z-index: -1;
	bottom: 0;
}
.infowindow .img-place .ribbon:after, .list-places .place-wrapper .img-place .ribbon:after {
	right: -15px;
	border-left-width: 1.5em;
	border-right-color: transparent;
}
.infowindow .img-place .ribbon-content, .list-places .place-wrapper .img-place .ribbon-content {
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	max-width: 120px;
	line-height: 20px;
}
.list-places .place-wrapper .place-detail-wrapper {
	padding: 15px;
	display: block;
	background-color: #fff;
}
.place-detail-wrapper .card_bottom_right{
    text-align: right;
    padding: 0;
}
.infowindow h2.title-place, .list-places .place-wrapper .place-detail-wrapper h2.title-place {
	margin: 0 0 5px;
	color: #434b63;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.3;
}
.infowindow h2.title-place{
	padding-top: 5px;
}
.widget-features-wrapper .place-wrapper .place-detail-wrapper h2.title-place {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
.infowindow h2.title-place a, .list-places .place-wrapper .place-detail-wrapper h2.title-place a {
	color: #434b63;
	font-size: 16px;
}
.infowindow h2.title-place a:hover, .list-places .place-wrapper .place-detail-wrapper h2.title-place a:hover {
	color: #479edc;
}
.infowindow span.address-place, .list-places .place-wrapper .place-detail-wrapper span.address-place {
	color: #6f7d95;
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
footer .list-places .place-wrapper .place-detail-wrapper span.address-place{
	margin-bottom: 0px;
}
.list-places .place-wrapper .place-detail-wrapper span.address-place i {
	display: inline-block;
	margin-right: 5px;
}
.list-places .place-wrapper .place-detail-wrapper .rate-it li {
	display: inline-block;
}
.list-places .place-wrapper .place-detail-wrapper .rate-it li i {
	color: #ecf0f1;
	cursor: pointer;
}
.list-places .place-wrapper .place-detail-wrapper .rate-it li.active i {
	color: #f1c40f;
}
.list-places .place-wrapper .place-detail-wrapper .content-place {
	color: #5f6f81;
	font-size: 14px;
	display: none;
}
.clear-pdr{
	padding-right: 0px;
}
.star-off-png {
	color : #5d5d5d;
}
/**List view style fullwidth**/

.clear-list-places.fullwidth > li {
	min-height: auto;
}
.infowindow .img-place, .list-places.fullwidth .place-wrapper .img-place {
	width: 200px;
	max-height: 150px;
	float: left;
	overflow: hidden;
}
.list-places.fullwidth .place-wrapper .place-detail-wrapper {
	overflow: hidden;
	height: 150px;
	padding: 25px 20px;
	position: relative;
}
.list-places.fullwidth .place-wrapper .place-detail-wrapper h2.title-place a {
	color: #434b63;
	font-size: 18px;
	font-weight: 700;
}
.list-places.fullwidth .place-wrapper .place-detail-wrapper .rate-it {
	position: absolute;
	right: 20px;
	top: 20px;
}
.list-places.fullwidth .place-wrapper .place-detail-wrapper h2.title-place {
	width: 75%;
}
.list-places.fullwidth .place-wrapper .place-detail-wrapper .content-place {
	display: block;
}
/*
 * Edit place style
 * --------------------------------------------------
 */
.single-place-control li a {
	padding: 5px 20px;
}
.single-place-control li a i {
	margin-right: 5px;
}
.edit-place-option {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	text-align: center;
	z-index:5;
}
.edit-place-option.fullwidth{
	right:inherit;
	bottom:0;
}
.edit-place-option li{
	transform:scale(0,0);
	-webkit-transform:scale(0,0);
	-moz-transform:scale(0,0);
	-webkit-transition: all 0.5s cubic-bezier(0, 0.83, 0.17, 1);
	-moz-transition: all 0.5s cubic-bezier(0, 0.83, 0.17, 1);
	-o-transition: all 0.5s cubic-bezier(0, 0.83, 0.17, 1);
	-ms-transition: all 0.5s cubic-bezier(.5, 0.83, 0.17, 1);
	transition: all 0.5s cubic-bezier(0, 0.83, 0.17, 1);
}
.single-place-control a.reject,
.edit-place-option a.reject,
.edit-place-option a.pending,
.edit-event-option a.pending {
	color : #e64b3b;
}
.single-place-control a.approve,
.edit-place-option a.approve,
.edit-place-option a.publish,
.edit-event-option a.approve,
.edit-event-option a.publish {
	color : #19bb9b;
}
.edit-place-option a.paid-status {
	color : #E87863;
}

.single-place-control a.archive,
.edit-place-option a.archive,
.edit-event-option a.archive {
	color : #3989cb;
}
.single-place-control a.edit,
.edit-place-option a.edit {
	color : #3989cb;
}
.in-author .edit-place-option {
	right: 0;
}
.edit-place-option li {
	display: inline-block;
	margin: 0 10px;
}
.edit-place-option li a i {
	font-size: 22px;
}
.list-places .place-wrapper:hover .edit-place-option li{
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
}
.list-places.fullwidth .edit-place-option{
	right: inherit;
	width: 200px;
	top: 40%;
}
/*
 * Comment Form style
 * --------------------------------------------------
 */
.comments {
	padding: 10px 20px;
	overflow: hidden;
}
.comments #reply-title {
	color: #5d5f5e;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 20px;
}
.comments .media-body {
	margin-bottom: 30px;
}
.comments .avatar-comment {
	float: left;
	margin-right: 20px;
}
.comments .section-detail-wrapper {
	margin-bottom: 30px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	margin: 15px 0;
	display: block;
	clear: both;
}
.comment-form input {
	min-width: 270px;
	padding: 10px;
	border: 1px solid #e5e7e9;
	background-color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-bottom: 10px;
}
.comment-form label {
	color: #5f5f6d;
	font-size: 14px;
	display: inline-block;
	width: 15%;
}
.comment-form .form-item .input {
	width: 83%;
	display: inline-block;
	vertical-align: top;
}
.comment-form textarea {
	padding: 10px;
	border: 1px solid #e5e7e9;
	background-color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	vertical-align: top;
	width: 100%;
}
.comment-form .form-submit input[type=submit] {
	padding: 10px 30px;
	text-align: center;
	background-color: #bdc3c7;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	min-width: inherit;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin: 20px 117px;
}
.comment-form .form-submit input[type=submit]:hover {
	background: #1c84d4;
}
.comment-form .rate .rating-it{
	display: inline-block;
	margin-left: 10px;
}
.form-item{
	margin-top:20px;
}
/*
 * Places Review style
 * --------------------------------------------------
 */
.list-place-review li {
	margin-bottom: 30px;
}
.list-place-review .place-review .place-review-top-wrapper, .list-place-review .place-review .place-review-bottom-wrapper {
	padding: 0 7px;
}
.list-place-review .place-review .place-review-top-wrapper .place-review-top {
	display: block;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e6e9ea;
	border-bottom: none;
	position: relative;
	z-index: 1;
}
.list-place-review .place-review .place-review-top-wrapper .place-review-top h2 {
	color: #434b63;
	font-size: 16px;
	margin: 0 0 5px;
	width: 85%;
}
.list-place-review .place-review .place-review-top-wrapper .place-review-top h2 a {
	color: #434b63;
	font-size: 16px;
	line-height:1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.list-place-review .place-review .place-review-top-wrapper .place-review-top .address-place {
	color: #434b63;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.list-place-review .place-review .place-review-top-wrapper .place-review-top .address-place i {
	margin-right: 5px;
}
.list-place-review .place-review .place-review-top-wrapper .place-review-top .number-comment {
	position: absolute;
	top: 8px;
	right: 8px;
}
.list-place-review .place-review .place-image-wrapper {
	background-color: #fff;
	border: 1px solid #e6e9ea;
	padding: 7px;
	display: block;
	position: relative;
	z-index: 0;
	margin-top: -1px;
	max-height: 170px;
	overflow: hidden;
}
.list-place-review .place-review .place-image-wrapper img {
	width: 100%;
}
.list-place-review .place-review .place-review-bottom-wrapper .place-review-bottom {
	background: #f4f5f6;
	border: 1px solid #e6e9ea;
	border-top: none;
	padding: 10px;
	display: block;
}
.list-place-review .place-review .place-review-bottom-wrapper .place-review-bottom .name-author {
	color: #1b83d3;
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}
.list-place-review .place-review .place-review-bottom-wrapper .place-review-bottom .quote {
	color: #5f6f81;
	font-size: 14px;
	font-style: italic;
	display: block;
	margin-bottom:15px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.list-place-review .place-review .place-review-bottom-wrapper .place-review-bottom .quote img {
	vertical-align: top;
}
.list-place-review .place-review .place-review-bottom-wrapper .place-review-bottom .time {
	display: block;
	color: #6f7d95;
	font-size: 12px;
	text-align: right;
}
.list-place-review .place-review .place-review-bottom-wrapper .place-review-bottom .time i {
	margin-right: 3px;
}
.list-place-review.style-2 .place-image-wrapper, .list-place-review.style-2 .place-review-bottom-wrapper {
	padding: 0;
	position: relative;
}
.list-place-review.style-2 .place-image-wrapper .img {
	width: 70px;
	height: 60px;
	display: inline-block;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.list-place-review.style-2 .place-image-wrapper .number-comment {
	position: absolute;
	bottom: 3px;
	left: 6%;
	background: #3a4b5c;
	padding: 0 3px;
	color: #fff;
	line-height: 1.2;
}
.list-place-review.style-2 .place-review-top {
	display: block;
	overflow: hidden;
	padding-top: 10px;
}
.list-place-review.style-2 .place-review-top h2 {
	color: #434b63;
	font-size: 16px;
	margin: 0 0 5px;
}
.list-place-review.style-2 .place-review-top h2 a {
	color: #434b63;
	font-size: 16px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.list-place-review.style-2 .place-review-top .address-place {
	color: #434b63;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.list-place-review.style-2 .place-review-top .address-place i {
	margin-right: 5px;
}
.list-place-review.style-2 .place-review .place-review-bottom-wrapper .place-review-bottom .quote {
	margin-bottom: 10px;
}
/*
 * Single place style
 * --------------------------------------------------
 */
.pinned-custom{
	top: 100px !important;
}
#single-place {
	position: relative;
	display: block;
}
#single-place .single-place-wrapper {
	margin-top: -45px;
	margin-bottom: 40px;
	display: block;
}
#single-place .single-place-wrapper.load-more {
	margin-bottom: 40px;
	margin-top: 0px;
}

.list-option-left-wrapper {
	width: 45px;
	float: left;
	margin-left: -15px;
	display: inline-block;
	margin-top: 60px;
}
.list-option-left-wrapper .list-option-left li {
	margin-bottom: 5px;
	display: block;
	position: relative;
}
.list-option-left-wrapper .list-option-left li a {
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
}
.list-option-left-wrapper .list-option-left li a i {
	color: #fff;
	font-size: 14px;
	line-height: 3;
}
.list-option-left-wrapper .list-option-left li a.loved i {
	color: #f5d658;
}
.list-option-left .tooltip.right .tooltip-arrow {
	border-right-color: #6d7c8c;
}
.list-option-left .tooltip.top .tooltip-arrow {
	border-top-color: #6d7c8c;
}
.list-option-left .tooltip-inner {
	background: #6d7c8c;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.list-option-left .list-share-social {
	position: absolute;
	display: none;
	top: 0;
	left: 47px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list-option-left .list-share-social.active {
	left: 47px;
	display: inline-flex;
}
.list-option-left .list-share-social li {
	display: inline-block;
	margin-right: 2px;
}
.list-option-left .share-social {
	min-width: 200px;
}
.list-option-left .list-share-social li a {
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
}
.list-option-left .list-share-social li a i {
	color: #fff;
	font-size: 14px;
	line-height: 3;
}
.detail-place-right-wrapper {
	width: 95%;
	min-height: 500px;
	background-color: #fff;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	float: right;
}

.detail-place-right-wrapper .section-detail-wrapper {
	padding: 10px 15px;
	border-bottom: 1px solid #ecf0f1;
}
.detail-place-right-wrapper .section-detail-wrapper .dropdown{
	float:right;
}
.detail-place-right-wrapper .section-detail-wrapper .dropdown .btn{
	padding: 4px 12px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background:#1c84d4;
	color:#fff;
	border: none;
}
.detail-place-right-wrapper select#action-user-option {
	min-width: 110px;
	background-color: #1c83d3;
	float: right;
	border: none;
	color: #fff;
}
.detail-place-right-wrapper .info-address-place-wrapper {
	width: 300px;
	min-height: 200px;
	margin-right: 30px;
	float: left;
}
.detail-place-right-wrapper .info-address-place ul li{
	padding: 10px 0;
	display:block;
}
.detail-place-right-wrapper .info-address-place ul li:nth-child(2n){
	background:#f7f9f9;
}
.detail-place-right-wrapper .info-address-place span {
	color: #6f7d95;
	font-size: 12px;
	display: block;
	padding: 0 15px;
	line-height: 1.7;
}
.detail-place-right-wrapper .info-address-place span i {
	margin-right: 5px;
	display: inline-block;
	width: 15px;
}
.detail-place-right-wrapper .contact-owner-link {
	width: 100%;
	display: block;
	padding: 10px 15px;
	color: #114f7f;
	font-size: 12px;
	text-align: center;
	background-color: #f1c30f;
}
.detail-place-right-wrapper .upgrade-btn:hover {
	opacity: 0.8
}
.detail-place-right-wrapper .contact-owner-link:hover{
	opacity:.8;
}
.claim-place,
.no-claim {
	color: #FFFFFF;
	background: #1c84d4;
	padding: 8px 15px;
	float: right;
}
.deny-claim {
	background-color: #f1c30f;
	color: #000;
	padding: 8px 30px;
	margin-left: 15px;
}
.claim-place:hover,
.no-claim:hover {
	color: #fff;
}
.deny-claim:hover,
.claim-place:hover {
	opacity: .8;
}
.dropdown .claim-place {
	background: transparent;
}
.detail-place-right-wrapper .description-place-wrapper {
	width: 445px;
	min-height: 200px;
	float: left;
	display: inline-block;
	vertical-align: middle;
}
.detail-place-right-wrapper .description-place-wrapper h1.title-place {
	color: #434b63;
	font-size: 24px;
	margin: 0;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.description-place-wrapper .rate-wrapper {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
.description-place-wrapper .rate-wrapper .rate-it {
	display: inline-block;
}
.description-place-wrapper .rate-wrapper .number-review {
	font-style: italic;
	margin-left: 10px;
	color: #1c84d4;
	display: inline-block;
	cursor: pointer;
}
.description-place-wrapper .list-gallery {
	text-align: justify;
}
.description-place-wrapper .list-gallery li {
	margin: 0px 15px 20px 0;
	display: inline-block;
	vertical-align: middle;
}
.description-place-wrapper .list-gallery li.last {
	background: #E6E6E6;
	text-align: center;
	vertical-align: middle;
}
.description-place-wrapper .list-gallery li.last a {
	color: #5f6f81;
	padding: 15px 5px;
	font-size: 12px;
}
.description-place-wrapper .list-gallery li.last .carousel-number {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}

.description-place-wrapper .list-gallery li:last-child {
	margin-right: 0;
}
.description-place-wrapper .list-gallery li a {
	width: 70px;
	height: 70px;
	display: block;
}
.description-place-wrapper .list-gallery li a:hover{
	opacity:.8;
}
.description-place-wrapper .list-gallery li a img {
	max-width: 100%;
}
.padding-top-bottom-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.big-title-event {
	color: #5d5f5e;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 20px;
}
.event-active-wrapper .event-wrapper .img-event {
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
.event-active-wrapper .event-wrapper .img-event img {
	max-width: 100%;
}
.event-active-wrapper .event-wrapper .title-envent {
	color: #5f6f81;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	width: 90%;
}
.event-active-wrapper .event-wrapper .title-envent.no-title-envent {
	font-size: 22px;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	margin: 21px 0;
}
.edit-event-option {
	display: inline-block;
	float: right;
}
.edit-event-option li {
	padding-right: 5px;
}
.ribbon-event {
	background: #eb5256;
	color: #fff;
	position: relative;
	text-align: center;
	padding: 0 10px;
	z-index: 1;
	line-height: 1.3;
	min-height: 19px;
	display: inline-block;
	margin-left: 10px;
}
.ribbon-event:after {
	content: "";
	border: 10px solid #eb5256;
	z-index: -1;
	top: 0;
}
.ribbon-event:after {
	right: -15px;
	position: absolute;
	border-left-width: 1.5em;
	border-right-color: transparent;
}
.ribbon-event-content {
	font-size: 12px;
	line-height: 1.7;
	font-weight: 700;
}
.event-active-wrapper .event-wrapper.content-event {
	color: #434b63;
	font-size: 14px;
}
.event-active-wrapper .event-wrapper time {
	color: #297fb8;
	font-size: 12px;
}
.line-event {
	height: 3px;
	background-color: #ebeff1;
	margin: 30px auto;
}
.event-active-wrapper .view-event-link {
	color: #1b83d3;
	display: block;
	font-size: 18px;
	position: relative;
	line-height: 1;
}
.event-active-wrapper .view-event-link i {
	position: absolute;
	right: 0;
	top: 5%;
}

#event_form .event-close-date,#event_form .event-start-date {
	min-width: 220px;
}

.content-description p,
.comment-text p,
.content-event p{
	line-height: 1.6;
	text-align: justify;
}
.place-meta {
	margin-top: 40px;
}
.place-meta .tag-links a{
	background-color: #1c84d4;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}
.place-meta .tag-links a:hover {
	background-color: #1c84d4;
	color: #fff;
}
.place-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #1c84d4;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}
.place-meta .tag-links a:hover:before {
	border-right-color: #1c84d4;
}
.place-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}
/*** breadcrum style place ***/
.section-detail-wrapper .breadcrumb {
	width: 80%;
	float: left;
	display: inline-block;
	background: none;
	padding: 0;
	border-left: 4px solid #eb5256;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	line-height: 1.9;
	padding-left: 10px;
	margin: 0;
}
.section-detail-wrapper .breadcrumb > li+li:before {
	content: "\f101";
	font-family: 'FontAwesome';
	color: #5f6f81;
}
.section-detail-wrapper .breadcrumb > li a {
	color: #5f6f81;
	font-size: 12px;
}
.section-detail-wrapper .breadcrumb > li a i {
	display: inline-block;
	color: #5f6f81;
	font-size: 12px;
	margin-right: 7px;
}
/**** R E V I E W     F O R M     S T Y L E ****/
.review-form {
	padding: 20px 0 !important;
}
.review-form .big-title-event {
	padding: 0 15px;
}
.review-wrapper .media-list .media-heading {
	color: #5f6f81;
	font-size: 14px;
	font-weight: 700;
}
.review-wrapper .media-list .media-heading .rate-it {
	display: inline-block;
	margin-left: 10px;
}
.review-wrapper .media-list > .media {
	padding: 0 15px 10px;
	margin-top: 20px;
	border-bottom: 1px solid #ecf0f1;
}
.review-wrapper .media-body > .media {
	padding-top: 15px;
	border-top: 1px solid #ecf0f1;
}
.review-wrapper .media-body p {
	color: #434b63;
	font-size: 14px;
	line-height: 1.6;
}
.review-wrapper .media-list > .media:last-child {
	padding-bottom: 0;
	border: none;
}
.review-wrapper .time-review, .review-wrapper .time-review i, .review-wrapper .reply-review {
	color: #6f7d95;
	font-size: 12px;
}
.review-wrapper .time-review i {
	margin-right: 5px;
}
/**** A D D   R E V I E W     F O R M     S T Y L E ****/
.form-add-review-wrapper .rate-it {
	display: inline-block;
	margin-left: 10px;
}
#add-review label {
	color: #5f5f6d;
	font-size: 14px;
	display: inline-block;
	width: 15%;
}
#add-review .add-content-review {
	margin: 15px 0;
}
#add-review input[type="text"], #add-review input[type="email"] {
	min-width: 270px;
	padding: 10px;
	border: 1px solid #e5e7e9;
	background-color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#add-review textarea {
	width: 83%;
	padding: 10px;
	border: 1px solid #e5e7e9;
	background-color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	vertical-align: top;
}
#add-review input[type="submit"] {
	padding: 10px 30px;
	text-align: center;
	background-color: #bdc3c7;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 12px;
}
/*
 * News widget style
 * --------------------------------------------------
 */
.news-wrapper{
	padding:10px;
	background-color: #fff;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	overflow:hidden;
}
.list-news-widget{
	overflow:hidden;
}
.list-news-widget li{
	margin-bottom:15px;
	min-height: 60px;
}
.list-news-widget .img-news{
	width:70px;
	height:60px;
	display:inline-block;
	float:left;
	margin-right:10px;
}
.list-news-widget .img-news img{
	width:100%;
	height: 100%;
}
.list-news-widget .content-news{
	display:block;
	vertical-align:top;
}
.list-news-widget .content-news h2{
	line-height: .5;
	margin-top:0;
	margin-bottom: 10px;
}
.list-news-widget .content-news h2 a{
	color: #1b83d3;
	font-size: 14px;
	font-weight: 600;
}
.list-news-widget .content-news p{
	color:#6f7d95;
	font-size:12px;
}
/*
 * Social-list-footer place style
 * --------------------------------------------------
 */
.social-list-footer li{
	display:block;
	margin-bottom:10px;
}
.social-list-footer li a{
	color:#fff;
	font-size:13px;
}
.social-list-footer li a span{
	width:25px;
	height:25px;
	display:inline-block;
	background:#1c84d4;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	color:#fff;
	text-align:center;
	line-height: 2.1;
	margin-right:10px;
}
.social-list-footer li a i{
	display:inline-block;
}
/*
 * Categories style
 * --------------------------------------------------
 */
.list-categories li {
	margin-bottom: 15px;
}
.categories-wrapper {
	position: relative;
	display: block;
	padding: 12px 15px;
	background-color: #fff;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	border-right: 5px solid #000;
}
.categories-wrapper:before {
	content: "";
	position: absolute;
	background: #eb5256;
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
}
.list-categories li:hover .categories-wrapper:before {
	width: 100%;
}
.categories-wrapper .icon-categories {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	z-index: 9;
}
.categories-wrapper .icon-categories i {
	color: #5f6f81;
	font-size: 16px;
	position: relative;
	z-index: 9;
}
.categories-wrapper .categories-name {
	color: #5f6f81;
	font-size: 16px;
	position: relative;
	z-index: 9;
	display: inline-block;
	width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.3;

}
.list-categories li:hover .categories-wrapper .icon-categories i, .list-categories li:hover .categories-wrapper .categories-name {
	color: #fff;
}
.number-categories {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #5f6f81;
	display: inline-block;
	float: right;
	padding: 3px 8px;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	position: relative;
	z-index: 9;
}
.list-categories li:hover .number-categories {
	background: #fff;
	color: #5f6f81;
}
/*
 * Widget style
 * --------------------------------------------------
 */
.widget-wrapper {
	display: block;
	margin-bottom: 50px;
}
.widget-wrapper .widget-heading {
	color: #5d5f5e;
	font-size: 18px;
	margin: 20px 0;
}
.widget-wrapper .widget-heading .view-all-link {
	display: inline-block;
	float: right;
	font-size: 12px;
	text-transform: capitalize;
	margin-top: 5px;
}
.infowindow .img-place, .widget-features-wrapper .list-places.fullwidth .place-wrapper .img-place {
	width: 70px;
	overflow: inherit;
	overflow:hidden;
}
.infowindow .img-place{
	width:80px;
	margin-right: 15px;
}
.infowindow h2.title-place a, .widget-features-wrapper .list-places.fullwidth .place-wrapper .place-detail-wrapper h2.title-place a {
	font-size: 14px;
	font-weight: 400;
}
.widget-features-wrapper .list-places.fullwidth .place-wrapper .place-detail-wrapper {
	height: 70px;
	padding: 5px 10px;
}
.infowindow .rate-it, .widget-features-wrapper .list-places.fullwidth .place-wrapper .place-detail-wrapper .rate-it {
	position: inherit;
	top: -10px;
	right: 0;
}
.infowindow .rate-it,footer .widget-features-wrapper .list-places.fullwidth .place-wrapper .place-detail-wrapper .rate-it {
	position: inherit;
	top: 0px;
	right: 0;
}
.infowindow span.address-place, .widget-features-wrapper .list-places .place-wrapper .place-detail-wrapper {
	margin-bottom: 0;
}
.infowindow .img-place .ribbon, .widget-features-wrapper .list-places .place-wrapper .img-place .ribbon {
	padding: 0 5px;
	bottom: 4px;
}
.infowindow .img-place .ribbon-content, .widget-features-wrapper .list-places .place-wrapper .img-place .ribbon-content {
	font-size: 14px;
	max-width: 45px;
}
.infowindow .img-place .ribbon:after, .widget-features-wrapper .list-places .place-wrapper .img-place .ribbon:after {
	right: -15px;
	border: 9px solid #eb5256;
	border-left-width: 1.5em;
	border-right-color: transparent;
}
.infowindow .img-place .ribbon:after{
	border: 8px solid #eb5256;
}
.widget-features-wrapper .list-places.fullwidth > li {
	min-height: inherit;
	margin-bottom: 15px;
	width: 100%;
}
/*
 * Page Blog style
 * --------------------------------------------------
 */
.section-detail-wrapper.breadcrumb-blog-page {
	overflow: hidden;
}

.section-detail-wrapper.breadcrumb-blog-page .breadcrumb {
	width: 100%;
	clear: both;
	padding: 10px 20px;
	border: none;
	background: #f7f9f9;
}
.blog-wrapper {
	width: 100%;
	min-height: 100px;
	margin-top: 25px;
	background-color: #fff;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	box-shadow: 0 0 0 1px rgba(0,0,0,.05);
}
.blog-wrapper .list-blog {
	padding: 20px;
}
.blog-wrapper .list-blog li {
	margin-bottom: 25px;
	list-style: none;
}
.blog-wrapper .list-blog li:last-child {
	margin-bottom: 0;
}
.blog-wrapper .list-blog .img-blog {
	margin-right: 25px;
	background: #ecf0f1;
	padding: 5px;
}
.blog-wrapper .list-blog a.featured-img {
	width: 130px;
	max-height: 130px;
	display: block;
	overflow: hidden;
}
.blog-wrapper .list-blog .img-blog img {
	max-width: 100%;
}
.blog-wrapper .title-blog {
	color: #2c3d4f;
	font-size: 24px;
	font-weight: 600;
	margin-top: 2px;
	width: 80%;
	float: left;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.5;
}
.blog-wrapper .time-calendar {
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin-top: 15px;
	color: #434b63;
	font-size: 12px;
}
.blog-wrapper .time-calendar i {
	display: inline-block;
	margin-right: 10px;
}
.blog-wrapper .content-event {
	font-size: 14px;
	color: #6f7d95;
}
.blog-wrapper .list-blog .see-more {
	margin-top: 10px;
	display: block;
	color: #3397db;
	font-size: 12px;
}
/**** B L O G    S I N G L E***/
.blog-wrapper .section-detail-wrapper {
	padding: 10px 20px;
	border-bottom: 1px solid #ecf0f1;
	overflow: hidden;
}
.blog-wrapper .section-detail-wrapper .title-blog {
	margin: 0 !important;
}
.blog-wrapper img {
	max-width: 100%;
	height: auto;
}
.title-lastest, .list-lastest-news li a {
	color: #434b63;
	font-size: 14px;
	font-weight: 700;
}
.title-lastest {
	margin-bottom: 10px;
	display: block;
}
.list-lastest-news li {
	padding-left: 20px;
	margin-bottom: 5px;
}
.list-lastest-news li a i {
	color: #2980b9;
	margin-right: 10px;
}
.list-lastest-news li a {
	font-weight: 400;
}
.blog-wrapper .big-title-event {
	padding: 0 20px;
}
.blog-wrapper .review-wrapper .media-list > .media {
	padding: 0 20px 10px;
}

#blog-page .sidebar-main {
	margin-top: 30px;
}

/*
 * Features Theme style
 * --------------------------------------------------
 */
.title-features {
	color: #5d5f5e;
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 30px;
}
.features-wrapper {
	display: block;
	margin-bottom: 30px;
}
.features-wrapper.hover-color {
    float: left;
}
.features-wrapper.hover-color:hover span i, .features-wrapper.hover-color:hover div h2{
	color:#1b83d3;
}
.icon-features {
	overflow: hidden;
	float: left;
	margin: 0 30px;
	min-width:40px;
}
.icon-features i {
	color: #5f6f81;
	font-size: 36px;
}
.content-features {
	overflow: hidden;
	vertical-align: top;
	width:70%;
}
.content-features h2 {
	margin: 0 0 10px;
	color: #5f6f81;
	font-size: 18px;
	font-weight: 700;
}
.content-features p {
	color: #5f6f81;
	font-size: 14px;
	line-height: 1.5;
}
/*
 * Author style
 * --------------------------------------------------
 */
p.no-places {
	font-size: 24px;
	margin-left: 15px;
}
.profile-wrapper{
	background-color: #fff;
	width: 100%;
	padding: 20px 35px;
	margin-top: 25px;
	position: relative;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	box-shadow: 0 0 0 1px rgba(0,0,0,.05);
}
.triagle-setting-top {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
}
.triagle-setting-top:after {
	content: "";
	position: absolute;
	display: block;
	overflow: hidden;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 40px 0;
	border-color: transparent #5f6f81 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #5f6f81 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	z-index: 9;
}
.triagle-setting-top i {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 14px;
	z-index: 98;
	color: #fff;
}
.profile-wrapper .contact-author-btn {
	background-color: #297fb9;
	color: #fff;
	display: block;
	padding: 5px 15px;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -10px;
}
.profile-wrapper .contact-author-btn:hover, .triagle-setting-top:hover {
	opacity: .8;
}
.profile-wrapper .img-author {
	width: 135px;
	height: 135px;
	background: #bdc3c7;
	display: block;
	position: relative;
	float: left;
	vertical-align: middle;
	margin-right: 30px;
}
.profile-wrapper .img-author img {
	max-width: 100%;
	height: auto;
}
.profile-wrapper .img-author .new-look {
	position: absolute;
	background: #72808f;
	display: block;
	padding: 5px 15px;
	color: #fff;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -58px;
	display: none;
}
.profile-wrapper .img-author .new-look i {
	display: inline-block;
	margin-right: 10px;
}
.profile-wrapper .img-author:hover .new-look {
	display: block;
}
.profile-wrapper .info-author-wrapper {
	overflow: hidden;
	vertical-align: middle;
}
.profile-wrapper .info-author-wrapper .name-author {
	color: #2c3d4f;
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0 20px;
}
.profile-wrapper .info-author-wrapper .info-author-left {
	width: 320px;
	display: inline-block;
	padding: 0;
	list-style: none;
}
.profile-wrapper .info-author-wrapper .info-author-left li {
	margin-bottom: 5px;
	color: #6f7d95;
}
.profile-wrapper .info-author-wrapper .info-author-left li i {
	display: inline-block;
	margin-right: 10px;
}
.tab-info-wrapper .list-info-user-tab {
	width: 1110px;
	margin: 1px auto 40px;
	display: block;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #f3f5f5;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	border-bottom: none;
}
.tab-info-wrapper .list-info-user-tab li {
	text-align: center;
	border-bottom: 3px solid transparent;
	border-right: 1px solid #cfd4d9;
}
.tab-info-wrapper .list-info-user-tab li:last-child {
	border-right: none;
}
.tab-info-wrapper .list-info-user-tab li:hover, .tab-info-wrapper .list-info-user-tab li.active {
	border-bottom-color: #2980b9;
}
.tab-info-wrapper .list-info-user-tab li a {
	color: #5f6f80;
	font-size: 14px;
	background: none;
	border: none;
}
.tab-info-wrapper .list-info-user-tab li a:hover {
	background: none;
	border: none;
}
.tab-info-wrapper .list-info-user-tab li a i {
	display: inline-block;
	margin-right: 15px;
}
.tab-info-wrapper .list-info-user-tab li:hover a i, .tab-info-wrapper .list-info-user-tab li.active a i {
	color: #2980b9;
}
.tab-info-wrapper .tab-style-event {
	padding: 30px 50px;
	margin-bottom: 35px;
	position: relative;
	background-color: #fff;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	box-shadow: 0 0 0 1px rgba(0,0,0,.05);
}
#submit_contact {
	margin-top: 0;
}
#submit_contact .form-field {
	margin-bottom: 0;
}
#submit_contact input.submit{
	margin-top:20px;
}
/*
 * List user style
 * --------------------------------------------------
 */
.list-user-page-wrapper{
	display:block;
	margin-top:25px;
}
.number-user-list{
	color: #5d5f5e;
	display:block;
	vertical-align:middle;
	font-size: 18px;
}
.search-list-user-page{
	text-align:right;
}
.search-list-user-page label{
	color: #656167;
	vertical-align:middle;
	display:inline-block;
	margin-right:10px;
	font-size: 12px;
	font-weight:400;
}
.search-list-user-page input{
	min-width: 168px;
	padding:5px 10px;
	vertical-align:middle;
	display:inline-block;
	border: 1px solid rgba(0,0,0,.1);
	background-color: #fff;
}
.list-user-page-info{
	margin-top:25px !important;
}
.list-user-page-info > li{
	background-color: #fff;
	padding: 20px;
	display:block;
	margin-bottom:25px;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	box-shadow: 0 0 0 1px rgba(0,0,0,.05);
}
.list-user-page-avatar{
	width: 60px;
	height: 60px;
	background-color: #e7e7e7;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.list-user-page-avatar img, .list-item-place-user li a img{
	width:100%;
	height:auto;
}
.info-name-user{
	display:inline-block;
	vertical-align:middle;
}
.info-name-user .name{
	color: #434b63;
	font-size: 18px;
	font-weight: 600;
	display: block;
}
.info-name-user .location-user i{
	display:inline-block;
	margin-right:5px;
}
.info-name-user .location-user{
	color: #6f7d95;
	font-size: 12px;
}
.list-item-place-user{
	text-align:right;
	color: #6F7D95;
	font-size: 12px;
}
.list-item-place-user li{
	width: 55px;
	height: 55px;
	background-color: #bdc3c7;
	display:inline-block;
	vertical-align:middle;
	margin-left:30px;
}
.list-item-place-user li a{
	display:block;
	width: 100%;
	height: 100%;
}
.list-item-place-user li a.last-item-place-user{
	color: #5f6f81;
	background:#ebeff1;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 2.7;
}
/*
 * Services style
 * --------------------------------------------------
 */
.services-wrapper {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}
.icon-services {
	width: 65px;
	height: 65px;
	display: block;
	margin: 0 auto;
	border: 2px solid transparent;
	background-color: #1b83d3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
}
.icon-services i {
	color: #fff;
	font-size: 36px;
	line-height: 1.9;
}
.content-services h2 {
	color: #5f6f81;
	font-size: 18px;
	font-weight: 700;
}
.content-services p {
	color: #5f6f81;
	font-size: 12px;
	line-height: 1.5;
}
.services-wrapper:hover .icon-services {
	opacity: 1;
	border-color: #fff;
}
.services-wrapper .more {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	margin: 0 auto;
	font-weight: 700;
	padding: 10px 20px;
	background-color: #1b83d3;
	text-align: center;
}
.services-wrapper .more:hover {
	opacity: .8;
}
.form-group.custom-field {
	position: relative;
}
.content-description .ae-field-title {
	color: #BE3333;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
}
.post-place-warpper .custom-field  a.chosen-single ,
.custom-field .chosen-container-single  a.chosen-single ,
.custom-field .chosen-container-active.chosen-with-drop a.chosen-single {
	padding-top : 0;
}
.custom-field .chosen-container-active.chosen-with-drop a.chosen-single div {
	top: 0;
}
.form-group.custom-field.radio-field .message, .form-group.custom-field.checkbox-field .message {
	margin-top: 10px;
	text-align: right;
}
.error .message, .error .fa-exclamation-triangle {
	text-align: right;
}
.form-group.checkbox-field.error .fa-exclamation-triangle, 
.form-group.radio-field.error .fa-exclamation-triangle,
.error .fa-exclamation-triangle {
	position: absolute;
	right: 10px;
	top: 45%;
}
.services-wrapper:hover i {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
/*
 * Footer style
 * --------------------------------------------------
 */
#page {
	margin-bottom: 40px;
}
footer {
	padding: 50px 0;
	background: #34495e;
	color: #c8cbce;
}
footer h2.widgettitle {
	font-size: 24px;
	color: #fff;
	margin: 0 0 20px;
}
.copyright-wrapper {
	padding: 20px 0;
	background: #2c3e50;
}
.text-copyright {
	text-align: right;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.copyright-wrapper .menu li {
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	margin-left: 10px;
}

.copyright-wrapper .menu li a {
	color : #fff;
}

.copyright-wrapper .logo {
	color : #fff;
	font-size: 18px;
	font-weight: 600;
}
footer .filter-wrapper{
	margin:0;
}
footer .filter-wrapper h2.widgettitle{
	font-size: 24px;
	color: #fff;
	margin: 0 0 20px;
}
footer .textwidget{
	line-height:1.8;
}
footer .widget{
	margin-bottom:30px;
}
footer .widget ul{
	list-style:none;
	padding:0;
	margin:0;
}
footer .widget ul li{
	margin-bottom:10px;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
	.row-offcanvas {
		position: relative;
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	.row-offcanvas-right {
		right: 0;
	}
	.row-offcanvas-left {
		left: 0;
	}
	.row-offcanvas-right .sidebar-offcanvas {
		right: -50%;
	}
	.row-offcanvas-left .sidebar-offcanvas {
		left: -50%;
	}
	.row-offcanvas-right.active {
		right: 50%;
	}
	.row-offcanvas-left.active {
		left: 50%;
	}
	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 50%;
	}
}
/*
 * Modal style
 * --------------------------------------------------
 */
.form_modal_style {
	margin-top: 20px;
}
.form_modal_style label {
	color: #5f6f81;
	font-size: 14px;
	font-weight: 600;
	display: block;
}
.form_modal_style label .alert-icon {
	margin-left: 5px;
	color: #c0392b;
	display: inline-block;
}
#signin_form label.error, #signup_form label.error, #forgotpass_form label.error, #reset_password label.error {
	color: red;
	font-size: 11px;
	margin-top: -20px;
	display: block;
}
#signin_form label[for='password'].error {
	position: absolute;
	margin-top: 40px;
}
.form_modal_style input[type="text"],
.form_modal_style input[type="password"]{
	height: 40px;
	padding: 0 15px;
	outline: none;
	width: 100%;
	display: block;
	border: 1px solid rgba(0,0,0,.1);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
}
.form-control {
	height: 40px;
	padding: 0 15px;
	outline: none;
	width: 100%;
	display: block;
	border: 1px solid rgba(0,0,0,.1);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	border-radius: 0px;
}

input.time-picker {
	max-width: 90px;
	display: inline-block !important;
}
input.date-picker {
	max-width: 200px;
	display: inline-block !important;
}

#signin_form input.error, #signup_form input.error, #forgotpass_form input.error, #reset_password input.error {
	border: 1px solid red;
}
.form_modal_style .update_profile,
.form_modal_style input[type="submit"],
#resetpass_form input[type="submit"]  {
	background-color: #2980b9;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	border: none;
	box-shadow: none;
	padding: 8px 30px;
	width: inherit;
	display: inline-block;
}
.form_modal_style .form-field {
	margin-bottom: 20px;
}
.form_modal_style .form-field .chosen-container-multi .chosen-choices li.search-choice{
	background: #aaa;
	color: #333;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.form_modal_style .form-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
	color:#fff;
}
.form-field.error {
	position: relative;
}
.form-field.error .fa-exclamation-triangle {
	position: absolute;
	right: 10px;
	top: 45%;
}
.form-field.error .message {
	text-align: right;
	margin-top: 5px;
}
.error .message, .error .fa-exclamation-triangle {
	font-size: 12px;
	color: #e18972;
}
.form_modal_style select {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	border: 1px solid #dadfea;
	padding-left: 15px;
}
.form_modal_style textarea {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 100%;
	min-height: 150px;
	resize: none;
	border: 1px solid #dadfea;
	padding: 15px;
}
.form_modal_style .update_profile:hover, .form_modal_style input[type="submit"]:hover {
	opacity: .8;
}
.form_modal_style .form-field.submit_singin {
	margin-top: 20px;
}
.form_modal_style .link_forgot_pass {
	color: #8b97b1;
	font-size: 13px;
	font-style: italic;
	display: inline-block;
	position: absolute;
}
.form_modal_style .link_forgot_pass:hover {
	text-decoration: underline !important;
}
.form_modal_style .link_sign_up, .form_modal_style .link_sign_in {
	margin-left: 30px;
}
#submit_form {
	margin: 0;
}
#signin_form, .edit_profile_form {
	position: relative;
	z-index: 2;
}
#signup_form, .edit_password_form {
	display: none;
	position: relative;
	z-index: 1;
}
.form_modal_style .icon-radio label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.modal-content {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-color: #ebeff1;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	box-shadow: 0 0 0 1px rgba(0,0,0,.05);
}
.modal-header {
	background: #5f6f81;
	padding: 10px 15px;
	position: relative;
}
.modal-title {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}
.modal-header .close {
	width: 55px;
	height: 54px;
	position: absolute;
	right: 0;
	top: 0;
	background: #2980b9;
	opacity: 1;
	text-shadow: none;
	margin-top: 0;
}
.modal-header .close i {
	color: #fff;
}
#forgotpass_form {
	margin-top: 0;
}

/*
 * Testimonial style
 * --------------------------------------------------
 */
.carousel-wrapper{
	padding:30px;
	width:100%;
	display:block;
	background:#fff;
}
.testimonial-wrapper{
	position:relative;
}
#testimonial .avatar-info{
	min-height: 70px;
	background-color: #fff;
	float:left;
	margin-right:15px;
}
#testimonial .avatar-info .avatar{
	width:70px;
	height:70px;
	display:inline-block;
	float:left;
}
#testimonial .avatar-info .avatar img{
	width:100%;
}
.quote-testi{
	display: block;
	vertical-align:bottom;
	color: #5f6f81;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
}
.quote-testi .name{
	color: #5f6f81;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	display: block;
	margin-bottom: 10px;
	font-style:normal;
}
.quote-testi img{
	margin-right:5px;
}
.customNavigation{
	display:block;
	position:relative;
	z-index:999;
}
.customNavigation a{
	position:absolute;
	width:30px;
	height:88px;
	display:block;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor:pointer;
	font-size:24px;
	top:20px;
}
.prev-testi{
	left: -60px;
}
.next-testi{
	right: -60px;
}
/*
 * Tabs style
 * --------------------------------------------------
 */
#edit_place .modal-body, #creat_event .modal-body{
	padding: 0;
}
#edit_place .modal-body .submit-style, #creat_event .modal-body .submit-style{
	padding: 15px 30px 30px;
}
#edit_place .modal-body .wp-editor-wrap, #creat_event .modal-body .wp-editor-wrap {
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
}
#edit_place .body-tabs, #creat_event .body-tabs{
	padding: 30px 30px 0;
}
.list-edit-place {
	background: #fff;
	padding: 0 15px;
	width: 100%;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #e6e9ea;
}
.list-edit-place li {
	display: inline-block;
	margin-right: 40px;
}
.list-edit-place li a, .list-edit-place li a:hover, .list-edit-place li a:focus {
	padding: 10px 0;
	display: block;
	color: #5f6f81;
	font-size: 14px;
	background: #fff;
	border: none;
}
.list-edit-place li a:hover, .list-edit-place li a:focus {
	border-bottom: 4px solid #2980b9;
}
.list-edit-place li.active a, .list-edit-place li.active a:hover, .list-edit-place li.active a:focus {
	border: none;
	border-bottom: 4px solid #2980b9;
	background: #fff;
	border-radius: 0;
}
.edit-cover-image .title-cover {
	color: #5f6f81;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 10px;
}
.edit-cover-image p {
	color: #5f6f81;
	font-size: 12px;
}
.edit-cover-image .option-cover-image {
	list-style: none;
	padding: 0;
}
.edit-cover-image .option-cover-image .image-cover {
	width: 70px;
	height: 70px;
	background-color: #bdc3c7;
	display: block;
	overflow:hidden;
	text-align: center;
}
.edit-cover-image .option-cover-image .image-cover img {
	width: 100%;
}
.edit-cover-image .option-cover-image .image-cover i {
	color: #fff;
	line-height: 5;
	top: 0;
	z-index: 58;
	right: 40%;
	position:absolute;
}
.edit-cover-image .option-cover-image li a {
	color: #5f6f81;
	font-size: 12px;
}
.edit-cover-image .option-cover-image li a:hover {
	color: #2980b9;
}
.edit-cover-image .option-cover-image li a i {
	display: inline-block;
	margin-right: 4px;
}
.edit-cover-image .option-cover-image li {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}
.edit-cover-image .img-preview {
	width: 100%;
	height: 200px;
	background: #bdc3c7;
	display: block;
	position: relative;
	background-size : cover;
}
.edit-cover-image .img-preview .left-img-preview{
	position: absolute;
	top: 55px;
	left: 7%;
}
.edit-cover-image .img-preview .right-img-preview{
	position: absolute;
	top: 55px;
	right: 7%;
}
.edit-gallery-image .gallery-image {
	list-style: none;
	padding: 0;
}
.edit-gallery-image .gallery-image li {
	text-align: center;
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	overflow: hidden;
	margin-bottom:15px;
}
.edit-gallery-image .gallery-image .img-gallery {
	width: 70px;
	height: 70px;
	background: #bdc3c7;
	display: block;
	margin-bottom: 10px;
	position: relative;
	z-index: 20
}
.edit-gallery-image .gallery-image .delete-img, .edit-gallery-image .gallery-image .add-img {
	width: 70px;
	height: 70px;
	position: absolute;
	background: #fff;
	text-align: center;
	top: 0;
	display: none;
}
.edit-gallery-image .gallery-image .add-img {
	background: #bdc3c7;
	display: block;
}
.edit-gallery-image .gallery-image .img-gallery:hover .delete-img, .edit-gallery-image .gallery-image li:hover .add-img {
	display: block;
}
.edit-gallery-image .gallery-image .img-gallery img {
	width: 100%;
}
.edit-gallery-image .gallery-image .delete-img i, .edit-gallery-image .gallery-image .add-img i {
	font-size: 20px;
	line-height: 3.4;
}
.edit-gallery-image .gallery-image .delete-img i {
	color: #e74c3c;
}
.edit-gallery-image .gallery-image .add-img i {
	color: #fff;
}
body.admin-bar .gn-menu-main {
	position: relative;
}
body.admin-bar #header-wrapper.sticky {
	top: 28px !important;
}

#edit_place .chosen-container {
	width: 100% !important;
}
.post-place-warpper .chosen-container{
	width: 95% !important;
}
#wp-link-close {
	width: 20px;
}

/* ============= Notification Style ============= */
.notification {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 22px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=9);
	z-index: 9999;
}
.success-bg {
	background-color: #1B83D3;
}
.error-bg {
	background-color: #db5f47;
}
.having-adminbar {
	top: 88px !important;
}
/* ============= Notification Style ============= */
/* ============= Paginations Style ============= */
.blog-wrapper .paginations-wrapper {
	padding-bottom: 20px;
}
.paginations {
	clear: both;
	text-align: center;
	font-size: 0;
}
.paginations a, .paginations span {
	border: 1px solid #e5e7e9;
	background-color: #fff;
	font-size: 14px;
	color: #5f6f81;
	display: inline-block;
	min-width: 30px;
	height: 30px;
	line-height: 2;
}
.paginations span {
	background-color: #f1c40f;
}
.paginations span.dots {
	background-color: #fff;
}
.view-direction-btn{
	clear: both;
	text-align: center;
	font-size: 0;
	margin-top: 10px;
}
.view-direction-btn a {
	display: inline-block;
	padding: 6px 60px;
	line-height: 1.3;
	background: #bdc3c7;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	border: none;
	width: 100%;
}
/* ============= Paginations Style ============= */
/* ============= Visual Composer Style ============= */
.wpb_wrapper .widget {
	margin-bottom: 30px;
}
.vc_separator {
	margin: 25px 0 25px;
}
.section-detail-wrapper .wpb_row:first-child .vc_separator {
	margin-top: 0;
}
/* ============= Visual Composer Style ============= */
/* overide chosen in post ad */
.post-place-warpper .chosen-container-single .chosen-single, #search-form .chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 8px 12px;
	height: 40px;
	border: 1px solid #e5e7e9;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: none;
	color: #5f6f81;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}
.post-place-warpper .chosen-container .chosen-drop {
	background: #F0F0F0;
}

.post-place-warpper .chosen-container-single .chosen-single div {
	top: 0px;
}
.post-place-warpper .chosen-container .chosen-results .sub {
	padding-left: 20px !important;
}

.chosen-container .chosen-results .level-1 {
	margin-left: 15px;
}
.chosen-container .chosen-results .level-2 {
	margin-left: 20px;
}
.ui-autocomplete {
	width: 400px;
}
.step-post .ui-autocomplete li {
	padding: 10px 0px;
	color: #696c69;
	cursor: pointer;
	font-size: 14px;
}
.ui-autocomplete li .selected-root {
	color: #539f41;
	font-weight: 600;
}
.step-post .ui-autocomplete li.ui-menu-item {
	padding-left: 25px;
}
.step-post .ui-autocomplete {
	display: block!important;
	width: 415px !important;
	top: 20px !important;
	left : 20px !important;
	max-height: 400px;
	overflow-y: auto;
}
.post-place-warpper .chosen-container, .post-place-warpper .chosen-container-multi {
	width: 100% !important;
}
/* ============= Responsive ============= */
@media (max-width: 1200px) {
	.list-places .place-wrapper.place-detail-wrapper {
		max-height: 200px;
	}
}

@media (max-width: 991px) {
	header {
		min-height: 60px;
	}
	#menu-top {
		min-height: 60px;
	}
	ul.top-menu li, ul.top-menu-right > li {
		min-height: 60px;
	}
	ul.top-menu-right > li.top-avatar img {
		width: 60px;
		height: 60px;
	}
	.detail-place-right-wrapper .description-place-wrapper {
		width: 100%;
	}
	.detail-place-right-wrapper .info-address-place-wrapper {
		width: 100%;
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.list-places .place-wrapper .img-place img {
		height: auto;
	}
	.option-search-form-wrapper {
		padding: 20px 0;
	}
	.option-search li {
		margin-bottom: 20px;
	}
	.option-search.left > li {
		text-align: left;
	}
	.option-search .chosen-results li {
		text-align: left;
	}
	ul.top-menu li a.logo img {
		max-height: 40px;
	}
	.btn-post-place {
		font-size: 14px;
		padding: 8px 0;
	}
	.list-places.fullwidth .place-wrapper .img-place {
		width: 100%;
		max-height: 200px;
		float: none;
	}
	.list-places.fullwidth .place-wrapper .place-detail-wrapper {
		height: auto;
	}
}

/*
 * MODERN SINGLE PLACE DESIGN (2026)
 * Gelişmiş mekan detay tasarımı
 * --------------------------------------------------
 */

/* Info Window (Harita üzerindeki pin balonu) */
.gm-style .gm-style-iw,
.gm-style-iw {
    padding: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
}
.gm-style-iw-d {
    overflow: hidden !important;
}
.gm-style-iw-c {
    border-radius: 12px !important;
    padding: 0 !important;
}
.gm-style-iw .infowindow {
    height: auto !important;
    min-width: 220px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.gm-style-iw .infowindow .img-place {
    width: 100% !important;
    height: 120px !important;
    margin: 0 !important;
    overflow: hidden;
}
.gm-style-iw .infowindow .img-place img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gm-style-iw .infowindow .place-detail-wrapper {
    padding: 12px 14px !important;
    height: auto !important;
}
.gm-style-iw .infowindow h2.title-place {
    margin: 0 0 4px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    white-space: normal !important;
    padding-top: 0 !important;
}
.gm-style-iw .infowindow h2.title-place a {
    color: #1a1a1a !important;
    font-size: 14px !important;
}
.gm-style-iw .infowindow span.address-place {
    color: #666 !important;
    font-size: 11px !important;
    margin-bottom: 0 !important;
}

/* Single Place - Modern Hero Section */
#single-place-cover {
    position: relative;
    min-height: 400px;
    background-size: cover !important;
    background-position: center !important;
}
#single-place-cover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

/* Single Place Card Modern */
.detail-place-right-wrapper {
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
    background: #fff;
}
.section-detail-wrapper.breadcrumb-section {
    background: linear-gradient(135deg, #f8f9fb 0%, #fff 100%);
    border-bottom: 1px solid #eef0f2 !important;
    padding: 16px 24px !important;
}

/* Title and Rating Area */
.description-place-wrapper h1.title-place {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
}
.rate-wrapper .rate-it {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.rate-wrapper .rate-it i {
    font-size: 18px;
    color: #ffc107;
}
.rate-wrapper .number-review {
    font-size: 14px !important;
    color: #666 !important;
    font-style: normal !important;
    margin-left: 12px !important;
}

/* Info Address Cards */
.info-address-place-wrapper {
    background: #f8f9fb;
    border-radius: 12px;
    padding: 8px 0 !important;
    margin-bottom: 20px !important;
}
.info-address-place ul li {
    padding: 12px 20px !important;
    border-bottom: 1px solid #eef0f2 !important;
}
.info-address-place ul li:last-child {
    border-bottom: none !important;
}
.info-address-place ul li:nth-child(2n) {
    background: rgba(255,255,255,0.5) !important;
}
.info-address-place span {
    font-size: 13px !important;
    color: #4a5568 !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 0 !important;
    line-height: 1.5 !important;
}
.info-address-place span i {
    width: 16px !important;
    color: #ff3c49 !important;
    font-size: 14px !important;
    margin-right: 4px !important;
}
.info-address-place span a {
    color: #1c84d4 !important;
    word-break: break-all;
}

/* Contact Owner Button */
.contact-owner-link {
    background: linear-gradient(135deg, #ff3c49 0%, #e6303d 100%) !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    padding: 12px 20px !important;
    border-radius: 0 0 12px 12px !important;
    letter-spacing: 0.5px !important;
    transition: all 0.2s ease !important;
}
.contact-owner-link:hover {
    opacity: 0.9 !important;
    color: #fff !important;
}

/* Gallery Images */
.list-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 !important;
}
.list-gallery li {
    margin: 0 !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.list-gallery li a {
    width: 72px !important;
    height: 72px !important;
}
.list-gallery li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-gallery li.last {
    background: linear-gradient(135deg, #ff3c49 0%, #e6303d 100%) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.list-gallery li.last a {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 72px !important;
    height: 72px !important;
    padding: 4px !important;
}
.list-gallery li.last .carousel-number {
    font-size: 20px !important;
    line-height: 1 !important;
}

/* Content Description */
.content-description {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 8px;
}

/* Tags */
.place-meta .tag-links a {
    background: #f0f2f5 !important;
    color: #4a5568 !important;
    font-weight: 500 !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    text-transform: none !important;
}
.place-meta .tag-links a:hover {
    background: #ff3c49 !important;
    color: #fff !important;
}
.place-meta .tag-links a:before,
.place-meta .tag-links a:after {
    display: none !important;
}

/* Reviews Section */
.review-wrapper .media-list > .media {
    background: #f8f9fb;
    border-radius: 12px;
    padding: 16px 20px !important;
    margin-top: 12px !important;
    border-bottom: none !important;
}
.review-wrapper .media-heading {
    font-size: 15px !important;
    color: #1a1a1a !important;
    margin-bottom: 6px !important;
}
.review-wrapper .media-body p {
    font-size: 14px !important;
    color: #4a5568 !important;
    line-height: 1.6 !important;
}

/* Review Form */
#add-review input[type="submit"] {
    background: linear-gradient(135deg, #ff3c49 0%, #e6303d 100%) !important;
    border-radius: 8px !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}
#add-review input[type="submit"]:hover {
    opacity: 0.9 !important;
    transform: translateY(-1px);
}

/* Loading More Button */
.paginations .load-more-post {
    background: linear-gradient(135deg, #ff3c49 0%, #e6303d 100%) !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 10px 40px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    display: inline-block !important;
    transition: all 0.2s ease !important;
}
.paginations .load-more-post:hover {
    opacity: 0.9 !important;
    transform: translateY(-1px);
}

/*
 * MODERN LISTING CARDS (Place cards in listings)
 * --------------------------------------------------
 */
.place-wrapper {
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
    transition: all 0.3s ease !important;
    margin-bottom: 20px !important;
}
.place-wrapper:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.10) !important;
    transform: translateY(-2px);
}
.place-wrapper .img-place {
    border-radius: 16px 16px 0 0 !important;
}
.place-wrapper .place-detail-wrapper {
    padding: 16px 20px !important;
}
.place-wrapper .place-detail-wrapper h2.title-place {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
}
.place-wrapper .place-detail-wrapper span.address-place {
    font-size: 13px !important;
    color: #666 !important;
}

/* Mobile Single Place Adjustments - also affects desktop small screens */
@media (max-width: 991px) {
    .detail-place-right-wrapper {
        width: 100% !important;
        float: none !important;
    }
    .detail-place-right-wrapper .info-address-place-wrapper {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }
    .detail-place-right-wrapper .description-place-wrapper {
        width: 100% !important;
        float: none !important;
    }
    .description-place-wrapper h1.title-place {
        font-size: 22px !important;
    }
    #single-place-cover {
        min-height: 250px !important;
    }
}