div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('https://www.myvenuefinder.com.au/wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

/*
	Theme Name: Listingpro
	Text Domain: listingpro
	Theme URI: https://themeforest.net/item/listingpro-multipurpose-directory-theme/19386460
	Description: ListingPro is a complete solution for any type of directory/Listing theme.
	Author: Team of CridioStudio
	Author URI: https://themeforest.net/user/cridiostudio
	Version: 1.2.15
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags:one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, post-formats, sticky-post, theme-options, translation-ready
*/
/* Theme Styling Start */

/* ------------ BASE ------------- */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* WP Default Gallery */

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}
.gallery .gallery-row {
    display:block;
    clear: both;
    overflow: hidden;
    margin: 0;
}
.gallery .gallery-item {
    overflow: hidden;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0;
    border: 1px solid #efefef;
    margin: 0 10px 10px 0;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    max-width: 90%;
    height: auto;
    margin: 5% auto;
}
.gallery-caption {
    margin: 0 0 8px;
    font-style: italic;
    font-family: arial;
}

/* Table */
table{
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    background-color:transparent;
}
table th,table td{
    padding:8px;
    border-top:1px solid #f0f0f0;
    vertical-align:top;
    text-align:left;
    line-height:20px;
}
table th{
    font-weight:bold;
}
table thead th{
    vertical-align:bottom;
}
table caption + thead tr:first-child th,table caption + thead tr:first-child td,table colgroup + thead tr:first-child th,table colgroup + thead tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td{border-top:0;}
table tbody + tbody{
    border-top:2px solid #dddddd;
}
.sticky{
	
}
.bypostauthor{
	
}
/* Widgets Style */
aside > ul{
    padding: 10px 0px;
}
aside h2.widget-title{
	font-size: 22px;
    margin: 0 0 20px;
	}
 #sidebar li a{
	 padding-right:20px;
	 }
/*aside > ul li a{
    color: #888888;*/
/*font-weight: bold;*/
aside > ul li a:hover{
    color: #55a8e2;
}
.widget_archive select, .widget_categories select, .widget_text select{
	width:100%;
	height:30px;
	
}
.widget img {
	max-width:100%
}
#sidebar aside.widget,#footer aside.widget{
    margin-bottom: 30px;
}
#sidebar aside.widget ul li {
    margin-right: 15px;
    padding: 14px 0 14px;
    border-bottom: 1px solid #e1e1e1;
}


#sidebar aside.widget ul li:first-child{
    padding-top: 4px;
}
#sidebar aside.widget ul li:last-child{
    padding-bottom: 4px;
    border-bottom: 0;
}
#sidebar aside.widget [class^="icon-"] a,#sidebar aside.widget [class*=" icon-"] a{
    padding-left: 10px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#sidebar form#searchform{
    position: relative;
}
#sidebar form#searchform .icon-search{
    position: absolute;
    top: 11px;
    left: 15px;
    color: #D6D6D6;
    font-size: 18px;
}
#sidebar form#searchform input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 8px 8px 40px;
    height: 40px;
    width: 100%;    
    margin: 0 !important;
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #888;
}
h3.widget-title{
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 18px;
}

h3.widget-title span {
    color: #fff;
    font-weight: bold;
}





/* Recent Posts Widget */
#sidebar aside ul{
	list-style:none;
}
.imo-recent-posts-widget ul{
    margin: 0;
    list-style: none;
}
.imo-recent-posts-widget ul li{
    display: inline-block;    
    padding: 10px 0;
    width: 100%;    
}
#sidebar aside.widget .imo-recent-posts-widget ul li{
    padding: 12px 0 0;
    border-bottom: 0;
}
#sidebar aside.widget .imo-recent-posts-widget ul li:first-child{
    padding-top: 4px;
}
#sidebar .widget .imo-recent-posts-widget ul li:before{
    display: none;
}
#sidebar .imo-recent-posts-widget h4{
    font-weight: normal;
}
.imo-recent-posts-widget ul li:first-child{
    padding-top: 0;
}
.imo-recent-posts-widget h4{
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 20px;
}
.imo-recent-posts-widget .meta{
    color: #aaa;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 20px;
}
.imo-recent-posts-widget .recent-thumb img{
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,.2);
    -moz-box-shadow: inset 0 1px rgba(255,255,255,.2);
    box-shadow: inset 0 1px rgba(255,255,255,.2);
}
.imo-recent-posts-widget .recent-thumb {
    float: left;
    margin: 4px 22px 4px 0;    
}

/* Tag Widget */

.widget_tag_cloud h2{
	margin-bottom:20px !important
	}
.tagcloud a{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 6px 15px;
    text-transform: capitalize;
    font-size: 14px !important;
    line-height: 20px;
	border:1px solid #e1e1e1;
}
.tagcloud a:hover,#footer .tagcloud a:hover{
    border:1px solid #55a8e2;
    color: #55a8e2 !important;
}
/* Removing Child Pages from Widgets */
.widget_pages ul.children,
.widget_nav_menu ul.sub-menu{
    display: none;
}


/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/bootstrap/css/../fonts/glyphicons-halflings-regular.eot);src:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/bootstrap/css/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/bootstrap/css/../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/bootstrap/css/../fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/bootstrap/css/../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/bootstrap/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
.md-perspective,.md-perspective body{height:100%;overflow:hidden}.md-perspective body{background:#222;-webkit-perspective:600px;-moz-perspective:600px;perspective:600px}.container{min-height:100%}.md-close i{border-radius:50%;cursor:pointer;font-size:17px;height:30px;line-height:30px;position:absolute;right:-9px;text-align:center;top:-9px;width:30px}.md-modal{position:fixed;top:50%;left:50%;height:auto;z-index:999999999;visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.md-show{visibility:visible}.md-overlay{position:fixed;width:100%;height:100%;visibility:hidden;top:0;left:0;z-index:999999;opacity:0;background:rgba(0,0,0,0.8);-webkit-transition:opacity .3s ease,transform .3s ease;-moz-transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease}.md-show ~ .md-overlay{opacity:1;visibility:visible}.md-content{background:#fff;position:relative;margin:0 auto}.md-content > div{padding:15px 30px 30px}.md-effect-1 .md-content{-webkit-transform:scale(0.7);-moz-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7);opacity:0;-webkit-transition:opacity .3s ease,transform .3s ease;-moz-transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease}.md-show.md-effect-1 .md-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.md-effect-2 .md-content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%);opacity:0;-webkit-transition:all .3s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .3s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .3s cubic-bezier(0.25,0.5,0.5,0.9)}.md-show.md-effect-2 .md-content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}.md-effect-3 .md-content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%);opacity:0;-webkit-transition:opacity .3s ease,transform .3s ease;-moz-transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease}.md-show.md-effect-3 .md-content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.md-effect-4 .md-content{-webkit-transform:scale(0) rotate(720deg);-moz-transform:scale(0) rotate(720deg);-ms-transform:scale(0) rotate(720deg);transform:scale(0) rotate(720deg);opacity:0}.md-show.md-effect-4 ~ .md-overlay,.md-effect-4 .md-content{-webkit-transition:opacity .5s ease,transform .5s ease;-moz-transition:opacity .5s ease,transform .5s ease;transition:opacity .5s ease,transform .5s ease}.md-show.md-effect-4 .md-content{-webkit-transform:scale(1) rotate(0deg);-moz-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);opacity:1}.md-effect-5.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-5 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(600px) rotateX(20deg);-moz-transform:translateZ(600px) rotateX(20deg);-ms-transform:translateZ(600px) rotateX(20deg);transform:translateZ(600px) rotateX(20deg);opacity:0}.md-show.md-effect-5 .md-content{-webkit-transition:opacity .3s ease-in,transform .3s ease-in;-moz-transition:opacity .3s ease-in,transform .3s ease-in;transition:opacity .3s ease-in,transform .3s ease-in;-webkit-transform:translateZ(0px) rotateX(0deg);-moz-transform:translateZ(0px) rotateX(0deg);-ms-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg);opacity:1}.md-effect-6.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-6 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translate(30%) translateZ(600px) rotate(10deg);-moz-transform:translate(30%) translateZ(600px) rotate(10deg);-ms-transform:translate(30%) translateZ(600px) rotate(10deg);transform:translate(30%) translateZ(600px) rotate(10deg);opacity:0}.md-show.md-effect-6 .md-content{-webkit-transition:opacity .3s ease-in,transform .3s ease-in;-moz-transition:opacity .3s ease-in,transform .3s ease-in;transition:opacity .3s ease-in,transform .3s ease-in;-webkit-transform:translate(0%) translateZ(0) rotate(0deg);-moz-transform:translate(0%) translateZ(0) rotate(0deg);-ms-transform:translate(0%) translateZ(0) rotate(0deg);transform:translate(0%) translateZ(0) rotate(0deg);opacity:1}.md-effect-7{top:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.md-effect-7 .md-content{-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:opacity .3s ease,transform .3s ease;-moz-transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease;opacity:0}.md-show.md-effect-7 .md-content{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);border-radius:0 0 3px 3px;opacity:1}.md-effect-8.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-8 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateY(-70deg);-moz-transform:rotateY(-70deg);-ms-transform:rotateY(-70deg);transform:rotateY(-70deg);-webkit-transition:opacity .3s ease,transform .3s ease;-moz-transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease;opacity:0}.md-show.md-effect-8 .md-content{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);opacity:1}.md-effect-9.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-9 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateX(-70deg);-moz-transform:rotateX(-70deg);-ms-transform:rotateX(-70deg);transform:rotateX(-70deg);-webkit-transition:opacity .3s ease,transform .3s ease;-moz-transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease;opacity:0}.md-show.md-effect-9 .md-content{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}.md-effect-10.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-10 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateX(-60deg);-moz-transform:rotateX(-60deg);-ms-transform:rotateX(-60deg);transform:rotateX(-60deg);-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;transform-origin:50% 0;opacity:0;-webkit-transition:opacity .3s ease,transform .3s ease;-moz-transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease}.md-show.md-effect-10 .md-content{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}.md-effect-11 .md-content{-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0;-webkit-transition:opacity .3s ease,transform .3s ease;-moz-transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease}.md-show.md-effect-11 .md-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.md-effect-12 .md-content{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);opacity:0;-webkit-transition:opacity .3s ease,transform .3s ease;-moz-transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease}.md-show.md-effect-12 ~ .md-overlay{background:#e74c3c}.md-effect-12 .md-content h3,.md-effect-12 .md-content{background:transparent}.md-show.md-effect-12 .md-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.md-effect-13.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-13 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-3000px) rotateY(90deg);-moz-transform:translateZ(-3000px) rotateY(90deg);-ms-transform:translateZ(-3000px) rotateY(90deg);transform:translateZ(-3000px) rotateY(90deg);opacity:0}.md-show.md-effect-13 .md-content{-webkit-animation:slit .7s forwards ease-out;-moz-animation:slit .7s forwards ease-out;animation:slit .7s forwards ease-out}@-webkit-keyframes slit{50%{-webkit-transform:translateZ(-250px) rotateY(89deg);opacity:.5;-webkit-animation-timing-function:ease-out}100%{-webkit-transform:translateZ(0) rotateY(0deg);opacity:1}}@-moz-keyframes slit{50%{-moz-transform:translateZ(-250px) rotateY(89deg);opacity:.5;-moz-animation-timing-function:ease-out}100%{-moz-transform:translateZ(0) rotateY(0deg);opacity:1}}@keyframes slit{50%{transform:translateZ(-250px) rotateY(89deg);opacity:1;animation-timing-function:ease-in}100%{transform:translateZ(0) rotateY(0deg);opacity:1}}.md-effect-14.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-14 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateY(100%) rotateX(90deg);-moz-transform:translateY(100%) rotateX(90deg);-ms-transform:translateY(100%) rotateX(90deg);transform:translateY(100%) rotateX(90deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;transform-origin:0 100%;opacity:0;-webkit-transition:opacity .3s ease-out,transform .3s ease-out;-moz-transition:opacity .3s ease-out,transform .3s ease-out;transition:opacity .3s ease-out,transform .3s ease-out}.md-show.md-effect-14 .md-content{-webkit-transform:translateY(0%) rotateX(0deg);-moz-transform:translateY(0%) rotateX(0deg);-ms-transform:translateY(0%) rotateX(0deg);transform:translateY(0%) rotateX(0deg);opacity:1}.md-effect-15.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-15 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(100px) translateX(-30%) rotateY(90deg);-moz-transform:translateZ(100px) translateX(-30%) rotateY(90deg);-ms-transform:translateZ(100px) translateX(-30%) rotateY(90deg);transform:translateZ(100px) translateX(-30%) rotateY(90deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;transform-origin:0 100%;opacity:0;-webkit-transition:opacity .3s ease,transform .3s ease;-moz-transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease}.md-show.md-effect-15 .md-content{-webkit-transform:translateZ(0px) translateX(0%) rotateY(0deg);-moz-transform:translateZ(0px) translateX(0%) rotateY(0deg);-ms-transform:translateZ(0px) translateX(0%) rotateY(0deg);transform:translateZ(0px) translateX(0%) rotateY(0deg);opacity:1}.md-show.md-effect-16 ~ .md-overlay{background:rgba(180,46,32,0.5)}.md-show.md-effect-16 ~ .container{-webkit-filter:blur(3px);-moz-filter:blur(3px);filter:blur(3px)}.md-effect-16 .md-content{-webkit-transform:translateY(-5%);-moz-transform:translateY(-5%);-ms-transform:translateY(-5%);transform:translateY(-5%);opacity:0}.md-show.md-effect-16 ~ .container,.md-effect-16 .md-content{-webkit-transition:opacity .3s ease,transform .3s ease;-moz-transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease}.md-show.md-effect-16 .md-content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.md-show.md-effect-17 ~ .container{height:100%;overflow:hidden;-webkit-transition:-webkit-transform .3s;-moz-transition:-moz-transform .3s;transition:transform .3s}.md-show.md-effect-17 ~ .container,.md-show.md-effect-17 ~ .md-overlay{-webkit-transform:rotateX(-2deg);-moz-transform:rotateX(-2deg);-ms-transform:rotateX(-2deg);transform:rotateX(-2deg);-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.md-effect-17 .md-content{opacity:0;-webkit-transform:translateY(200%);-moz-transform:translateY(200%);-ms-transform:translateY(200%);transform:translateY(200%)}.md-show.md-effect-17 .md-content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-transition:all .3s .2s;-moz-transition:all .3s .2s;transition:all .3s .2s}.md-show.md-effect-18 ~ .container{height:100%;overflow:hidden}.md-show.md-effect-18 ~ .md-overlay{background:rgba(143,27,15,0.8);-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s}.md-show.md-effect-18 ~ .container,.md-show.md-effect-18 ~ .md-overlay{-webkit-transform-style:preserve-3d;-webkit-transform-origin:0 50%;-webkit-animation:rotateRightSideFirst .5s forwards ease-in;-moz-transform-style:preserve-3d;-moz-transform-origin:0 50%;-moz-animation:rotateRightSideFirst .5s forwards ease-in;transform-style:preserve-3d;transform-origin:0 50%;animation:rotateRightSideFirst .5s forwards ease-in}@-webkit-keyframes rotateRightSideFirst{50%{-webkit-transform:translateZ(-50px) rotateY(5deg);-webkit-animation-timing-function:ease-out}100%{-webkit-transform:translateZ(-200px)}}@-moz-keyframes rotateRightSideFirst{50%{-moz-transform:translateZ(-50px) rotateY(5deg);-moz-animation-timing-function:ease-out}100%{-moz-transform:translateZ(-200px)}}@keyframes rotateRightSideFirst{50%{transform:translateZ(-50px) rotateY(5deg);animation-timing-function:ease-out}100%{transform:translateZ(-200px)}}.md-effect-18 .md-content{-webkit-transform:translateX(200%);-moz-transform:translateX(200%);-ms-transform:translateX(200%);transform:translateX(200%);opacity:0}.md-show.md-effect-18 .md-content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1;-webkit-transition:all .5s .1s;-moz-transition:all .5s .1s;transition:all .5s .1s}.md-show.md-effect-19 ~ .container{height:100%;overflow:hidden}.md-show.md-effect-19 ~ .md-overlay{-webkit-transition:opacity .5s ease,transform .5s ease;-moz-transition:opacity .5s ease,transform .5s ease;transition:opacity .5s ease,transform .5s ease}.md-show.md-effect-19 ~ .container,.md-show.md-effect-19 ~ .md-overlay{-webkit-transform-style:preserve-3d;-webkit-transform-origin:50% 100%;-webkit-animation:OpenTop .5s forwards ease-in;-moz-transform-style:preserve-3d;-moz-transform-origin:50% 100%;-moz-animation:OpenTop .5s forwards ease-in;transform-style:preserve-3d;transform-origin:50% 100%;animation:OpenTop .5s forwards ease-in}@-webkit-keyframes OpenTop{50%{-webkit-transform:rotateX(10deg);-webkit-animation-timing-function:ease-out}}@-moz-keyframes OpenTop{50%{-moz-transform:rotateX(10deg);-moz-animation-timing-function:ease-out}}@keyframes OpenTop{50%{transform:rotateX(10deg);animation-timing-function:ease-out}}.md-effect-19 .md-content{-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%);opacity:0}.md-show.md-effect-19 .md-content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-transition:all .5s .1s;-moz-transition:all .5s .1s;transition:all .5s .1s}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.mm-listview > li > a i{padding-right:8px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-panels,.mm-panels > .mm-panel{margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-menu{box-sizing:border-box;background:inherit;display:block;overflow:hidden;padding:0}.mm-panel{-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;-ms-transition:-ms-transform .4s ease;-o-transition:-o-transform .4s ease;transition:transform .4s ease;-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-panel.mm-opened{-webkit-transform:translate3d(0%,0,0);-moz-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0)}.mm-panel.mm-subopened{-webkit-transform:translate3d(-30%,0,0);-moz-transform:translate3d(-30%,0,0);-ms-transform:translate3d(-30%,0,0);-o-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel.mm-highest{z-index:1}.mm-panels,.mm-panels > .mm-panel{background:inherit;border-color:inherit}.mm-panels > .mm-panel{background:inherit;border-color:inherit;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}.mm-panels > .mm-panel.mm-hasnavbar{padding-top:40px}.mm-panels > .mm-panel:before,.mm-panels > .mm-panel:after{content:'';display:block;height:20px}.mm-vertical .mm-panel{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}.mm-vertical .mm-listview .mm-panel,.mm-listview .mm-vertical .mm-panel{display:none;padding:10px 0 10px 10px}.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after{border-color:transparent}.mm-vertical li.mm-opened > .mm-panel,li.mm-vertical.mm-opened > .mm-panel{display:block}.mm-vertical .mm-listview > li > .mm-next,.mm-listview > li.mm-vertical > .mm-next{height:40px;bottom:auto}.mm-vertical .mm-listview > li > .mm-next:after,.mm-listview > li.mm-vertical > .mm-next:after{top:16px;bottom:auto}.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,.mm-listview > li.mm-vertical.mm-opened > .mm-next:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}.mm-navbar > *{display:block;padding:10px 0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar .mm-btn{box-sizing:border-box;width:40px;height:40px;position:absolute;top:0;z-index:1}.mm-navbar .mm-btn:first-child{padding-left:20px;left:0}.mm-navbar .mm-btn:last-child{text-align:right;padding-right:20px;right:0}.mm-panel .mm-navbar{display:none}.mm-panel.mm-hasnavbar .mm-navbar{display:block}.mm-listview,.mm-listview > li{list-style:none;display:block;padding:0;margin:0;border-bottom:1px solid #ececec!important}.mm-listview{font:inherit;font-size:14px;line-height:20px}.mm-listview a,.mm-listview a:hover{text-decoration:none}.mm-listview > li{position:relative}.mm-listview > li,.mm-listview > li:after,.mm-listview > li .mm-next,.mm-listview > li .mm-next:before{border-color:inherit}.mm-listview > li > a,.mm-listview > li > span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.mm-listview > li > a.mm-arrow,.mm-listview > li > span.mm-arrow{padding-right:50px}.mm-listview > li:not(.mm-divider):after{content:'';border-bottom-width:0;border-bottom-style:solid;display:block;position:absolute;left:0;right:0;bottom:0;left:20px}.mm-listview .mm-next{width:50px;padding:0;position:absolute;right:0;right:0;top:0;bottom:0;z-index:2}.mm-listview .mm-next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}.mm-listview .mm-next + a,.mm-listview .mm-next + span{margin-right:50px}.mm-listview .mm-next.mm-fullsubopen{width:100%}.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}.mm-listview .mm-next.mm-fullsubopen + a,.mm-listview .mm-next.mm-fullsubopen + span{padding-right:50px;margin-right:0}.mm-panels > .mm-panel > .mm-listview:first-child,.mm-panels > .mm-panel > .mm-navbar + .mm-listview{margin-top:-20px}.mm-listview .mm-inset{list-style:inside disc;padding:0 10px 15px 40px;margin:0}.mm-listview .mm-inset > li{padding:5px 0}.mm-listview .mm-divider{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}.mm-listview .mm-spacer{padding-top:40px}.mm-listview .mm-spacer > .mm-next{top:40px}.mm-listview .mm-spacer.mm-divider{padding-top:25px}.mm-prev:before,.mm-next:after,.mm-arrow:after{content:'';border:2px solid transparent;display:inline-block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-prev:before{border-right:none;border-bottom:none;left:23px}.mm-next:after,.mm-arrow:after{border-top:none;border-left:none;right:23px}.mm-menu{background:#fff;border-color:#ececec;color:rgba(0,0,0,0.7)}.mm-menu .mm-navbar .mm-btn:before,.mm-menu .mm-navbar .mm-btn:after{border-color:rgba(0,0,0,0.3)}.mm-menu .mm-listview{border-color:rgba(0,0,0,0.1);width:100%}.mm-menu .mm-listview > li .mm-next:after,.mm-menu .mm-listview > li .mm-arrow:after{border-color:#fff}.mm-menu .mm-listview > li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,0.5);tap-highlight-color:rgba(255,255,255,0.5)}.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),.mm-menu .mm-listview > li.mm-selected > span{background:rgba(255,255,255,0.5)}.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel{background:rgba(0,0,0,0.05)}.mm-menu .mm-divider{background:rgba(0,0,0,0.05)}.mm-page{box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;-ms-transition:-ms-transform .4s ease;transition:transform .4s ease}html.mm-opened{overflow-x:hidden;position:relative}html.mm-blocking{overflow:hidden}html.mm-blocking body{overflow:hidden}html.mm-background .mm-page{background:inherit}#mm-blocker{background:rgba(0,0,0,0.29);display:none;width:100%;height:100%;position:fixed;top:0;left:0;cursor:pointer;z-index:999999}html.mm-blocking #mm-blocker{display:block}.mm-menu.mm-offcanvas{display:none;position:fixed}.mm-menu.mm-current{display:block}.mm-menu{width:80%;min-width:140px;max-width:440px}html.mm-opening .mm-slideout{-webkit-transform:translate(80%,0);-moz-transform:translate(80%,0);-ms-transform:translate(80%,0);-o-transform:translate(80%,0);transform:translate(80%,0)}@media all and (max-width: 175px){html.mm-opening .mm-slideout{-webkit-transform:translate(140px,0);-moz-transform:translate(140px,0);-ms-transform:translate(140px,0);-o-transform:translate(140px,0);transform:translate(140px,0)}}@media all and (min-width: 550px){html.mm-opening .mm-slideout{-webkit-transform:translate(440px,0);-moz-transform:translate(440px,0);-ms-transform:translate(440px,0);-o-transform:translate(440px,0);transform:translate(440px,0)}}.mm-menu.mm-autoheight{max-height:80%}.mm-menu.mm-autoheight.mm-fullscreen{max-height:100%}.mm-menu.mm-measureheight > .mm-panels > .mm-panel{bottom:auto!important;height:auto!important}em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%}em.mm-counter + a.mm-next{width:90px}em.mm-counter + a.mm-next + a,em.mm-counter + a.mm-next + span{margin-right:90px}em.mm-counter + a.mm-fullsubopen{padding-left:0}.mm-vertical > .mm-counter{top:12px;margin-top:0}.mm-vertical.mm-spacer > .mm-counter{margin-top:40px}.mm-nosubresults > .mm-counter{display:none}.mm-menu em.mm-counter{color:rgba(0,0,0,0.3)}.mm-divider > span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px}.mm-divider.mm-opened a.mm-next:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.mm-collapsed:not(.mm-uncollapsed){display:none}.mm-fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:2;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-fixeddivider:after{content:none!important;display:none!important}.mm-hasdividers .mm-fixeddivider{display:block}.mm-menu .mm-fixeddivider span{background:rgba(0,0,0,0.05)}html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout{-webkit-transition-duration:0;-moz-transition-duration:0;-ms-transition-duration:0;-o-transition-duration:0;transition-duration:0}.mm-iconpanel .mm-panel{-webkit-transition-property:-webkit-transform,left;-moz-transition-property:-moz-transform,left;-ms-transition-property:-ms-transform,left;-o-transition-property:-o-transform,left;transition-property:transform,left}.mm-iconpanel .mm-panel.mm-opened{border-left:1px solid;border-color:inherit}.mm-iconpanel .mm-panel.mm-subopened{overflow-y:hidden;left:-40px;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-iconpanel .mm-panel.mm-iconpanel-0{left:0}.mm-iconpanel .mm-panel.mm-iconpanel-1{left:40px}.mm-iconpanel .mm-panel.mm-iconpanel-2{left:80px}.mm-iconpanel .mm-panel.mm-iconpanel-3{left:120px}.mm-iconpanel .mm-panel.mm-iconpanel-4{left:160px}.mm-iconpanel .mm-panel.mm-iconpanel-5{left:200px}.mm-iconpanel .mm-panel.mm-iconpanel-6{left:240px}.mm-subblocker{background:inherit;opacity:0;display:block;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-subopened .mm-subblocker{opacity:.6;position:absolute;top:0;right:0;bottom:-100000px;left:0;z-index:3}.mm-menu > .mm-navbar{background:inherit;padding:0;z-index:3;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-navbar-bottom{border-top-width:1px;border-top-style:solid;border-bottom:none;top:auto;bottom:0}.mm-navbar-top ~ .mm-navbar-top{border-bottom:none}.mm-navbar-bottom ~ .mm-navbar-bottom{border-top:none}.mm-navbar.mm-hasbtns{padding:0 40px}.mm-close:after{content:'x'}.mm-navbar[class*="mm-navbar-content-"] > *{box-sizing:border-box;display:block;float:left}.mm-navbar > .mm-breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}.mm-navbar > .mm-breadcrumbs > *{display:inline-block;padding:10px 3px}.mm-navbar > .mm-breadcrumbs > a{text-decoration:underline}.mm-navbar.mm-hasbtns .mm-breadcrumbs{margin-left:-40px}.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs{margin-left:0;padding-left:0}.mm-navbar-top-1{top:0}.mm-hasnavbar-top-1 .mm-panels{top:40px}.mm-navbar-top-2{top:40px}.mm-hasnavbar-top-2 .mm-panels{top:80px}.mm-navbar-top-3{top:80px}.mm-hasnavbar-top-3 .mm-panels{top:120px}.mm-navbar-top-4{top:120px}.mm-hasnavbar-top-4 .mm-panels{top:160px}.mm-navbar-bottom-1{bottom:0}.mm-hasnavbar-bottom-1 .mm-panels{bottom:40px}.mm-navbar-bottom-2{bottom:40px}.mm-hasnavbar-bottom-2 .mm-panels{bottom:80px}.mm-navbar-bottom-3{bottom:80px}.mm-hasnavbar-bottom-3 .mm-panels{bottom:120px}.mm-navbar-bottom-4{bottom:120px}.mm-hasnavbar-bottom-4 .mm-panels{bottom:160px}.mm-navbar-size-2{height:80px}.mm-navbar-size-3{height:120px}.mm-navbar-size-4{height:160px}.mm-navbar-content-2 > *{width:50%}.mm-navbar-content-3 > *{width:33.33%}.mm-navbar-content-4 > *{width:25%}.mm-navbar-content-5 > *{width:20%}.mm-navbar-content-6 > *{width:16.67%}.mm-search,.mm-search input{box-sizing:border-box}.mm-search{height:40px;padding:7px 10px 0}.mm-search input{border:none;border-radius:26px;font:inherit;font-size:14px;line-height:26px;outline:none;display:block;width:100%;height:26px;margin:0;padding:0 10px}.mm-search input::-ms-clear{display:none}.mm-panel > .mm-search{width:100%;position:absolute;top:0;left:0}.mm-panel.mm-hassearch{padding-top:40px}.mm-panel.mm-hassearch.mm-hasnavbar{padding-top:80px}.mm-panel.mm-hassearch.mm-hasnavbar .mm-search{top:40px}.mm-noresultsmsg{text-align:center;font-size:21px;display:none;padding:40px 0}.mm-noresults .mm-noresultsmsg{display:block}.mm-noresults .mm-indexer{display:none!important}li.mm-nosubresults > a.mm-next{display:none}li.mm-nosubresults > a.mm-next + a,li.mm-nosubresults > a.mm-next + span{padding-right:10px}.mm-menu .mm-search input{background:rgba(0,0,0,0.05);color:rgba(0,0,0,0.7)}.mm-menu .mm-noresultsmsg{color:rgba(0,0,0,0.3)}.mm-indexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-100px;z-index:3;-webkit-transition:right .4s ease;-moz-transition:right .4s ease;-ms-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-indexer a{text-decoration:none;display:block;height:3.85%}.mm-indexer ~ .mm-panel.mm-hasindexer{margin-right:20px}.mm-hasindexer .mm-indexer{right:0}.mm-hasindexer .mm-fixeddivider{right:20px}.mm-menu .mm-indexer a{color:rgba(0,0,0,0.3)}input.mm-toggle,input.mm-check{position:absolute;left:-10000px}label.mm-toggle,label.mm-check{margin:0;position:absolute;top:50%;z-index:2}label.mm-toggle:before,label.mm-check:before{content:'';display:block}label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}input.mm-toggle:checked ~ label.mm-toggle:before{float:right}label.mm-check{width:30px;height:30px;margin-top:-15px}label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}input.mm-check:checked ~ label.mm-check:before{opacity:1}li.mm-vertical label.mm-toggle,li.mm-vertical label.mm-check{bottom:auto;margin-top:0}li.mm-vertical label.mm-toggle{top:5px}li.mm-vertical label.mm-check{top:5px}label.mm-toggle,label.mm-check{right:20px}label.mm-toggle + a,label.mm-toggle + span{padding-right:80px}label.mm-check + a,label.mm-check + span{padding-right:60px}a.mm-next + label.mm-toggle,a.mm-next + label.mm-check{right:60px}a.mm-next + label.mm-toggle + a,a.mm-next + label.mm-toggle + span,a.mm-next + label.mm-check + a,a.mm-next + label.mm-check + span{margin-right:50px}a.mm-next + label.mm-toggle + a,a.mm-next + label.mm-toggle + span{padding-right:70px}a.mm-next + label.mm-check + a,a.mm-next + label.mm-check + span{padding-right:50px}em.mm-counter + a.mm-next + label.mm-toggle,em.mm-counter + a.mm-next + label.mm-check{right:100px}em.mm-counter + a.mm-next + label.mm-toggle + a,em.mm-counter + a.mm-next + label.mm-toggle + span,em.mm-counter + a.mm-next + label.mm-check + a,em.mm-counter + a.mm-next + label.mm-check + span{margin-right:90px}.mm-menu label.mm-toggle{background:rgba(0,0,0,0.1)}.mm-menu label.mm-toggle:before{background:#f3f3f3}.mm-menu input.mm-toggle:checked ~ label.mm-toggle{background:#4bd963}.mm-menu label.mm-check:before{border-color:rgba(0,0,0,0.7)}.mm-menu.mm-border-none .mm-listview > li:after,.mm-listview.mm-border-none > li:after{content:none}.mm-menu.mm-border-full .mm-listview > li:after,.mm-listview.mm-border-full > li:after{left:0!important}.mm-menu.mm-border-offset .mm-listview > li:after,.mm-listview.mm-border-offset > li:after{right:20px}.mm-menu.mm-effect-menu-zoom{-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;-ms-transition:-ms-transform .4s ease;-o-transition:-o-transform .4s ease;transition:transform .4s ease}html.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(0.7,0.7) translate3d(-30%,0,0);-moz-transform:scale(0.7,0.7) translate3d(-30%,0,0);-ms-transform:scale(0.7,0.7) translate3d(-30%,0,0);-o-transform:scale(0.7,0.7) translate3d(-30%,0,0);transform:scale(0.7,0.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}html.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0%,0,0);-moz-transform:scale(1,1) translate3d(0%,0,0);-ms-transform:scale(1,1) translate3d(0%,0,0);-o-transform:scale(1,1) translate3d(0%,0,0);transform:scale(1,1) translate3d(0%,0,0)}html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(0.7,0.7) translate3d(30%,0,0);-moz-transform:scale(0.7,0.7) translate3d(30%,0,0);-ms-transform:scale(0.7,0.7) translate3d(30%,0,0);-o-transform:scale(0.7,0.7) translate3d(30%,0,0);transform:scale(0.7,0.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center}html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0%,0,0);-moz-transform:scale(1,1) translate3d(0%,0,0);-ms-transform:scale(1,1) translate3d(0%,0,0);-o-transform:scale(1,1) translate3d(0%,0,0);transform:scale(1,1) translate3d(0%,0,0)}.mm-menu.mm-effect-menu-slide{-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;-ms-transition:-ms-transform .4s ease;-o-transition:-o-transform .4s ease;transition:transform .4s ease}html.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(-30%,0,0);-moz-transform:translate3d(-30%,0,0);-ms-transform:translate3d(-30%,0,0);-o-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}html.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0%,0,0);-moz-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0)}html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(30%,0,0);-moz-transform:translate3d(30%,0,0);-ms-transform:translate3d(30%,0,0);-o-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0%,0,0);-moz-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0)}.mm-menu.mm-effect-menu-fade{opacity:0;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}html.mm-opening .mm-menu.mm-effect-menu-fade{opacity:1}.mm-menu.mm-effect-panels-zoom .mm-panel{-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);-moz-transform:scale(1.5,1.5) translate3d(100%,0,0);-ms-transform:scale(1.5,1.5) translate3d(100%,0,0);-o-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened{-webkit-transform:scale(1,1) translate3d(0%,0,0);-moz-transform:scale(1,1) translate3d(0%,0,0);-ms-transform:scale(1,1) translate3d(0%,0,0);-o-transform:scale(1,1) translate3d(0%,0,0);transform:scale(1,1) translate3d(0%,0,0)}.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened{-webkit-transform:scale(0.7,0.7) translate3d(-30%,0,0);-moz-transform:scale(0.7,0.7) translate3d(-30%,0,0);-ms-transform:scale(0.7,0.7) translate3d(-30%,0,0);-o-transform:scale(0.7,0.7) translate3d(-30%,0,0);transform:scale(0.7,0.7) translate3d(-30%,0,0)}.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li{-webkit-transition:none .4s ease;-moz-transition:none .4s ease;-ms-transition:none .4s ease;-o-transition:none .4s ease;transition:none .4s ease}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1){-webkit-transition-delay:50ms;-moz-transition-delay:50ms;-ms-transition-delay:50ms;-o-transition-delay:50ms;transition-delay:50ms}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2){-webkit-transition-delay:100ms;-moz-transition-delay:100ms;-ms-transition-delay:100ms;-o-transition-delay:100ms;transition-delay:100ms}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3){-webkit-transition-delay:150ms;-moz-transition-delay:150ms;-ms-transition-delay:150ms;-o-transition-delay:150ms;transition-delay:150ms}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4){-webkit-transition-delay:200ms;-moz-transition-delay:200ms;-ms-transition-delay:200ms;-o-transition-delay:200ms;transition-delay:200ms}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5){-webkit-transition-delay:250ms;-moz-transition-delay:250ms;-ms-transition-delay:250ms;-o-transition-delay:250ms;transition-delay:250ms}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6){-webkit-transition-delay:300ms;-moz-transition-delay:300ms;-ms-transition-delay:300ms;-o-transition-delay:300ms;transition-delay:300ms}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7){-webkit-transition-delay:350ms;-moz-transition-delay:350ms;-ms-transition-delay:350ms;-o-transition-delay:350ms;transition-delay:350ms}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8){-webkit-transition-delay:400ms;-moz-transition-delay:400ms;-ms-transition-delay:400ms;-o-transition-delay:400ms;transition-delay:400ms}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9){-webkit-transition-delay:450ms;-moz-transition-delay:450ms;-ms-transition-delay:450ms;-o-transition-delay:450ms;transition-delay:450ms}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10){-webkit-transition-delay:500ms;-moz-transition-delay:500ms;-ms-transition-delay:500ms;-o-transition-delay:500ms;transition-delay:500ms}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11){-webkit-transition-delay:550ms;-moz-transition-delay:550ms;-ms-transition-delay:550ms;-o-transition-delay:550ms;transition-delay:550ms}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12){-webkit-transition-delay:600ms;-moz-transition-delay:600ms;-ms-transition-delay:600ms;-o-transition-delay:600ms;transition-delay:600ms}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13){-webkit-transition-delay:650ms;-moz-transition-delay:650ms;-ms-transition-delay:650ms;-o-transition-delay:650ms;transition-delay:650ms}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14){-webkit-transition-delay:700ms;-moz-transition-delay:700ms;-ms-transition-delay:700ms;-o-transition-delay:700ms;transition-delay:700ms}.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15){-webkit-transition-delay:750ms;-moz-transition-delay:750ms;-ms-transition-delay:750ms;-o-transition-delay:750ms;transition-delay:750ms}.mm-menu.mm-effect-listitems-slide .mm-listview > li{-webkit-transform:translate3d(50%,0,0);-moz-transform:translate3d(50%,0,0);-ms-transform:translate3d(50%,0,0);-o-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;-ms-transition-property:-ms-transform,opacity;-o-transition-property:-o-transform,opacity;transition-property:transform,opacity}html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.mm-menu.mm-effect-listitems-fade .mm-listview > li{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li{opacity:1}.mm-menu.mm-effect-listitems-drop .mm-listview > li{opacity:0;top:-25%;-webkit-transition-property:opacity,top;-moz-transition-property:opacity,top;-ms-transition-property:opacity,top;-o-transition-property:opacity,top;transition-property:opacity,top}html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li{opacity:1;top:0}.mm-menu.mm-fullscreen{width:100%;min-width:140px;max-width:10000px}html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(100%,0);-moz-transform:translate(100%,0);-ms-transform:translate(100%,0);-o-transform:translate(100%,0);transform:translate(100%,0)}@media all and (max-width: 140px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(140px,0);-moz-transform:translate(140px,0);-ms-transform:translate(140px,0);-o-transform:translate(140px,0);transform:translate(140px,0)}}@media all and (min-width: 10000px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(10000px,0);-moz-transform:translate(10000px,0);-ms-transform:translate(10000px,0);-o-transform:translate(10000px,0);transform:translate(10000px,0)}}html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-100%,0);-moz-transform:translate(-100%,0);-ms-transform:translate(-100%,0);-o-transform:translate(-100%,0);transform:translate(-100%,0)}@media all and (max-width: 140px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-140px,0);-moz-transform:translate(-140px,0);-ms-transform:translate(-140px,0);-o-transform:translate(-140px,0);transform:translate(-140px,0)}}@media all and (min-width: 10000px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-10000px,0);-moz-transform:translate(-10000px,0);-ms-transform:translate(-10000px,0);-o-transform:translate(-10000px,0);transform:translate(-10000px,0)}}.mm-menu.mm-fullscreen.mm-top,.mm-menu.mm-fullscreen.mm-bottom{height:100%;min-height:140px;max-height:10000px}html.mm-opened.mm-fullscreen .mm-page{box-shadow:none!important}.mm-menu.mm-multiline .mm-listview > li > a,.mm-menu.mm-multiline .mm-listview > li > span,.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span{text-overflow:clip;white-space:normal}html.mm-pagedim #mm-blocker,html.mm-pagedim-white #mm-blocker,html.mm-pagedim-black #mm-blocker{opacity:0}html.mm-pagedim.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim-black.mm-opening #mm-blocker{opacity:.3;transition:opacity .4s ease .4s}html.mm-pagedim #mm-blocker{background:inherit}html.mm-pagedim-white #mm-blocker{background:#fff}html.mm-pagedim-black #mm-blocker{background:#000}.mm-menu.mm-pageshadow:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:99}.mm-menu.mm-pageshadow.mm-right:after{left:auto;right:100%}.mm-menu.mm-pageshadow.mm-next:after,.mm-menu.mm-pageshadow.mm-front:after{content:none;display:none}.mm-menu.mm-pageshadow:after{box-shadow:0 0 10px rgba(0,0,0,0.3)}.mm-menu.mm-top,.mm-menu.mm-bottom{width:100%;min-width:100%;max-width:100%}.mm-menu.mm-right{left:auto;right:0}.mm-menu.mm-bottom{top:auto;bottom:0}html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-80%,0);-moz-transform:translate(-80%,0);-ms-transform:translate(-80%,0);-o-transform:translate(-80%,0);transform:translate(-80%,0)}@media all and (max-width: 175px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-140px,0);-moz-transform:translate(-140px,0);-ms-transform:translate(-140px,0);-o-transform:translate(-140px,0);transform:translate(-140px,0)}}@media all and (min-width: 550px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-440px,0);-moz-transform:translate(-440px,0);-ms-transform:translate(-440px,0);-o-transform:translate(-440px,0);transform:translate(-440px,0)}}html.mm-front .mm-slideout{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important;z-index:0!important}.mm-menu.mm-front{z-index:1}.mm-menu.mm-front,.mm-menu.mm-next{-webkit-transition:-webkit-transform .4s ease;-ms-transition:-ms-transform .4s ease;transition:transform .4s ease;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu.mm-top{-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu.mm-bottom{-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu.mm-top,.mm-menu.mm-bottom{height:80%;min-height:140px;max-height:880px}.mm-menu.mm-theme-dark{background:#333;border-color:rgba(0,0,0,0.15);color:rgba(255,255,255,0.8)}.mm-menu.mm-theme-dark .mm-navbar > *,.mm-menu.mm-theme-dark .mm-navbar a{color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after{border-color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,0,0,0.15)}.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after{border-color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,0.1);tap-highlight-color:rgba(0,0,0,0.1)}.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span{background:rgba(0,0,0,0.1)}.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel{background:rgba(255,255,255,0.05)}.mm-menu.mm-theme-dark .mm-divider{background:rgba(255,255,255,0.05)}.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,0.8)}.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-dark .mm-fixeddivider span{background:rgba(255,255,255,0.05)}.mm-menu.mm-pageshadow.mm-theme-dark:after{box-shadow:0 0 20px rgba(0,0,0,0.5)}.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,0.3);color:rgba(255,255,255,0.8)}.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-dark .mm-indexer a{color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,0.15)}.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333}.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-white{background:#fff;border-color:rgba(0,0,0,0.1);color:rgba(0,0,0,0.6)}.mm-menu.mm-theme-white .mm-navbar > *,.mm-menu.mm-theme-white .mm-navbar a{color:rgba(0,0,0,0.3)}.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,.mm-menu.mm-theme-white .mm-navbar .mm-btn:after{border-color:rgba(0,0,0,0.3)}.mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,0,0,0.1)}.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after{border-color:rgba(0,0,0,0.3)}.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,0.05);tap-highlight-color:rgba(0,0,0,0.05)}.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span{background:rgba(0,0,0,0.05)}.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel{background:rgba(0,0,0,0.03)}.mm-menu.mm-theme-white .mm-divider{background:rgba(0,0,0,0.03)}.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,0.6)}.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,0.3)}.mm-menu.mm-theme-white .mm-fixeddivider span{background:rgba(0,0,0,0.03)}.mm-menu.mm-pageshadow.mm-theme-white:after{box-shadow:0 0 10px rgba(0,0,0,0.2)}.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,0.05);color:rgba(0,0,0,0.6)}.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,0.3)}.mm-menu.mm-theme-white .mm-indexer a{color:rgba(0,0,0,0.3)}.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,0.1)}.mm-menu.mm-theme-white label.mm-toggle:before{background:#fff}.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-black{background:#000;border-color:rgba(255,255,255,0.2);color:rgba(255,255,255,0.6)}.mm-menu.mm-theme-black .mm-navbar > *,.mm-menu.mm-theme-black .mm-navbar a{color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,.mm-menu.mm-theme-black .mm-navbar .mm-btn:after{border-color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,0.2)}.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after{border-color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,0.3);tap-highlight-color:rgba(255,255,255,0.3)}.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span{background:rgba(255,255,255,0.3)}.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel{background:rgba(255,255,255,0.2)}.mm-menu.mm-theme-black .mm-divider{background:rgba(255,255,255,0.2)}.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,0.6)}.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-black .mm-fixeddivider span{background:rgba(255,255,255,0.2)}.mm-menu.mm-pageshadow.mm-theme-black:after{content:none;display:none}.mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,0.3);color:rgba(255,255,255,0.6)}.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-black .mm-indexer a{color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,0.2)}.mm-menu.mm-theme-black label.mm-toggle:before{background:#000}.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle{background:#4bd963}.mm-menu.mm-tileview .mm-listview:after,.mm-menu .mm-tileview.mm-listview:after{content:'';display:block;clear:both}.mm-menu.mm-tileview .mm-listview > li,.mm-menu .mm-tileview.mm-listview > li{width:50%;height:0;padding:50% 0 0;float:left;position:relative}.mm-menu.mm-tileview .mm-listview > li:after,.mm-menu .mm-tileview.mm-listview > li:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,.mm-menu .mm-tileview.mm-listview > li.mm-tile-s{width:25%;padding-top:25%}.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,.mm-menu .mm-tileview.mm-listview > li.mm-tile-l{width:75%;padding-top:75%}.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl{width:100%;padding-top:100%}.mm-menu.mm-tileview .mm-listview > li > a,.mm-menu.mm-tileview .mm-listview > li > span,.mm-menu .mm-tileview.mm-listview > li > a,.mm-menu .mm-tileview.mm-listview > li > span{line-height:1px;text-align:center;padding:50% 10px 0;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu.mm-tileview .mm-listview > li > .mm-next,.mm-menu .mm-tileview.mm-listview > li > .mm-next{width:auto}.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,.mm-menu .mm-tileview.mm-listview > li > .mm-next:after{content:none;display:none}.mm-menu.mm-tileview .mm-panel{padding-left:0;padding-right:0}.mm-menu.mm-tileview .mm-panel:after{content:none;display:none}.mm-menu.mm-tileview .mm-listview{margin:0}
.leaflet-container {
    background: #fff;
    outline: 0;
    overflow: hidden;
    -ms-touch-action: none
}

.leaflet-container *,
.leaflet-container:after,
.leaflet-container:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


.leaflet-container .marker-description img {
    margin-bottom: 10px
}

.leaflet-container a {
    text-decoration: none
}

.leaflet-container .mapbox-button,
.leaflet-container.dark .mapbox-button {
    background-color: #3887be;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis
}

.leaflet-container .mapbox-button:hover,
.leaflet-container.dark .mapbox-button:hover {
    background-color: #3bb2d0
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-map-pane,
.leaflet-marker-icon,
.leaflet-marker-pane,
.leaflet-marker-shadow,
.leaflet-overlay-pane,
.leaflet-overlay-pane svg,
.leaflet-popup-pane,
.leaflet-shadow-pane,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-tile-pane,
.leaflet-zoom-box {
    position: absolute;
    left: 0;
    top: 0
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    width: 0;
    height: 0
}

.leaflet-tile-pane {
    z-index: 2
}

.leaflet-objects-pane {
    z-index: 3
}

.leaflet-overlay-pane {
    z-index: 4
}

.leaflet-shadow-pane {
    z-index: 5
}

.leaflet-marker-pane {
    z-index: 6
}

.leaflet-popup-pane {
    z-index: 7
}

.leaflet-control {
    position: relative;
    z-index: 7;
    pointer-events: auto;
    float: left;
    clear: both
}

.leaflet-right .leaflet-control {
    float: right
}

.leaflet-top .leaflet-control {
    margin-top: 10px
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}

.leaflet-left .leaflet-control {
    margin-left: 10px
}

.leaflet-right .leaflet-control {
    margin-right: 10px
}

.leaflet-bottom,
.leaflet-top {
    position: absolute;
    z-index: 1000;
    pointer-events: none
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    left: 0
}

.leaflet-fade-anim .leaflet-popup,
.leaflet-fade-anim .leaflet-tile {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup,
.leaflet-fade-anim .leaflet-tile-loaded {
    opacity: 1
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1)
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated,
.leaflet-zoom-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-container {
    cursor: -webkit-grab;
    cursor: -moz-grab
}

.leaflet-container.leaflet-clickable,
.leaflet-container.map-clickable,
.leaflet-marker-icon,
.leaflet-overlay-pane path {
    cursor: pointer
}

.leaflet-control,
.leaflet-popup-pane {
    cursor: auto
}

.leaflet-dragging,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container,
.leaflet-dragging .map-clickable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}

.leaflet-zoom-box {
    background: #fff;
    border: 2px dotted #202020;
    opacity: .5
}

.leaflet-bar,
.leaflet-control-layers {
    background-color: #fff;
    border: 1px solid #999;
    border-color: rgba(0, 0, 0, .4);
    border-radius: 3px;
    box-shadow: none
}

.leaflet-bar a,
.leaflet-bar a:hover {
    color: #404040;
    color: rgba(0, 0, 0, .75);
    border-bottom: 1px solid #ddd;
    border-bottom-color: rgba(0, 0, 0, .1)
}

.leaflet-bar a:active,
.leaflet-bar a:hover {
    background-color: #f8f8f8;
    cursor: pointer
}

.leaflet-bar a:hover:first-child {
    border-radius: 3px 3px 0 0
}

.leaflet-bar a:hover:last-child {
    border-bottom: 0;
    border-radius: 0 0 3px 3px
}

.leaflet-bar a:hover:only-of-type {
    border-radius: 3px
}

.leaflet-bar .leaflet-disabled {
    cursor: default;
    opacity: .75
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    display: block;
    content: '';
    text-indent: -999em
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    background: #fff;
    padding: 6px 10px 6px 6px;
    color: #404040;
    color: rgba(0, 0, 0, .75)
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    border-top-color: rgba(0, 0, 0, .1);
    margin: 5px -10px 5px -6px
}

.leaflet-container .leaflet-control-attribution {
    background-color: rgba(255, 255, 255, .5);
    margin: 0;
    box-shadow: none
}

.leaflet-container .leaflet-control-attribution a,
.leaflet-container .map-info-container a {
    color: #404040
}

.leaflet-control-attribution a:hover,
.map-info-container a:hover {
    color: inherit;
    text-decoration: underline
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-container .leaflet-control-attribution.leaflet-compact-attribution {
    margin: 10px;
    background: #fff;
    border-radius: 3px 13px 13px 3px;
    padding: 3px 31px 3px 3px;
    visibility: hidden
}

.leaflet-control-attribution.leaflet-compact-attribution:hover {
    visibility: visible
}

.leaflet-control-attribution.leaflet-compact-attribution:after {
    content: '';
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    background-position: 0 -78px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    bottom: 0;
    z-index: 1;
    visibility: visible;
    cursor: pointer
}

.leaflet-control-attribution.leaflet-compact-attribution:hover:after {
    background-color: #fff
}

.leaflet-right .leaflet-control-attribution.leaflet-compact-attribution:after {
    right: 0
}

.leaflet-left .leaflet-control-attribution.leaflet-compact-attribution:after {
    left: 0
}

.leaflet-control-scale-line {
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid #999;
    border-color: rgba(0, 0, 0, .4);
    border-top: 0;
    padding: 2px 5px 1px;
    white-space: nowrap;
    overflow: hidden
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #ddd;
    border-top-color: rgba(0, 0, 0, .1);
    border-bottom: 0;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-popup {
    position: absolute;
    text-align: center;
    pointer-events: none
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    pointer-events: all
}

.leaflet-popup-close-button+.leaflet-popup-content-wrapper .leaflet-popup-content {
    padding-top: 15px
}

.leaflet-popup-tip-container {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    position: relative;
	display:none;
}

.leaflet-popup-tip {
    width: 0;
    height: 0;
    margin: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    box-shadow: none
}

.leaflet-popup-close-button {
    text-indent: -999em;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: all
}

.leaflet-popup-close-button:hover {
    background-color: #f8f8f8
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #999;
    border-color: rgba(0, 0, 0, .4)
}

.leaflet-editing-icon {
    border-radius: 3px
}

.leaflet-bar a,
.leaflet-control-layers-toggle,
.leaflet-popup-close-button,
.map-tooltip.closable .close,
.mapbox-button-icon:before,
.mapbox-icon {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    background-repeat: no-repeat
}

.leaflet-bar a {
    display: block
}

.leaflet-container.dark .map-tooltip .close,
.leaflet-control-attribution:after,
.leaflet-control-layers-toggle,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-popup-close-button,
.map-tooltip .close,
.mapbox-icon {
    opacity: .75;
    background-image: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/icons-000000@2x.png);
    background-repeat: no-repeat;
    background-size: 26px 260px
}

.leaflet-container.dark .leaflet-control-attribution:after,
.leaflet-container.dark .leaflet-control-layers-toggle,
.leaflet-container.dark .leaflet-control-zoom-in,
.leaflet-container.dark .leaflet-control-zoom-out,
.leaflet-container.dark .mapbox-icon,
.mapbox-button-icon:before {
    opacity: 1;
    background-image: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/icons-ffffff@2x.png);
    background-size: 26px 260px
}

.leaflet-bar .leaflet-control-zoom-in {
    background-position: 0 0
}

.leaflet-bar .leaflet-control-zoom-out {
    background-position: 0 -26px
}

.leaflet-popup-close-button,
.map-tooltip.closable .close {
    background-position: -3px -55px;
    width: 20px;
    height: 20px;
    border-radius: 0 3px 0 0;
	display:none;
}

.mapbox-icon-info {
    background-position: 0 -78px
}

.leaflet-control-layers-toggle {
    background-position: 0 -104px
}

.mapbox-icon.mapbox-icon-share,
.mapbox-icon.mapbox-icon-share:before {
    background-position: 0 -130px
}

.mapbox-icon.mapbox-icon-geocoder,
.mapbox-icon.mapbox-icon-geocoder:before {
    background-position: 0 -156px
}

.mapbox-icon-facebook,
.mapbox-icon-facebook:before {
    background-position: 0 -182px
}

.mapbox-icon-twitter,
.mapbox-icon-twitter:before {
    background-position: 0 -208px
}

.mapbox-icon-pinterest,
.mapbox-icon-pinterest:before {
    background-position: 0 -234px
}


.map-legends,
.map-tooltip {
    max-width: 300px
}

.map-legends .map-legend {
    padding: 10px
}

.map-tooltip {
    z-index: 999999;
    padding: 10px;
    min-width: 180px;
    max-height: 400px;
    overflow: auto;
    opacity: 1;
    -webkit-transition: opacity 150ms;
    -moz-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    transition: opacity 150ms
}

.map-tooltip .close {
    text-indent: -999em;
    overflow: hidden;
    display: none
}

.map-tooltip.closable .close {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3px
}

.map-tooltip.closable .close:active {
    background-color: #f8f8f8
}

.leaflet-control-interaction {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 300px
}

.leaflet-popup-content .marker-title {
    font-weight: 700
}

.leaflet-control .mapbox-button {
    background-color: #fff;
    border: 1px solid #ddd;
    border-color: rgba(0, 0, 0, .1);
    padding: 5px 10px;
    border-radius: 3px
}

.mapbox-modal>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow-y: auto
}

.mapbox-modal.active>div {
    z-index: 99999;
    transition: all .2s, z-index 0 0
}

.mapbox-modal .mapbox-modal-mask {
    background: rgba(0, 0, 0, .5);
    opacity: 0
}

.mapbox-modal.active .mapbox-modal-mask {
    opacity: 1
}

.mapbox-modal .mapbox-modal-content {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.mapbox-modal.active .mapbox-modal-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mapbox-modal-body {
    position: relative;
    background: #fff;
    padding: 20px;
    z-index: 1000;
    width: 50%;
    margin: 20px 0 20px 25%
}

.mapbox-share-buttons {
    margin: 0 0 20px
}

.mapbox-share-buttons a {
    width: 33.3333%;
    border-left: 1px solid #fff;
    text-align: center;
    border-radius: 0
}

.mapbox-share-buttons a:last-child {
    border-radius: 0 3px 3px 0
}

.mapbox-share-buttons a:first-child {
    border: 0;
    border-radius: 3px 0 0 3px
}

.mapbox-modal input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ddd;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .5)
}

.leaflet-control.mapbox-control-info {
    margin: 5px 30px 10px 10px;
    min-height: 26px
}

.leaflet-right .leaflet-control.mapbox-control-info {
    margin: 5px 10px 10px 30px
}

.mapbox-info-toggle {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.leaflet-right .mapbox-control-info .mapbox-info-toggle {
    left: auto;
    right: 0
}

.mapbox-info-toggle:hover {
    background-color: #fff
}

.map-info-container {
    background: #fff;
    padding: 3px 5px 3px 27px;
    display: none;
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 13px 3px 3px 13px
}

.leaflet-right .map-info-container {
    left: auto;
    right: 0;
    padding: 3px 27px 3px 5px;
    border-radius: 3px 13px 13px 3px
}

.mapbox-control-info.active .map-info-container {
    display: inline-block
}

.leaflet-container .mapbox-improve-map {
    font-weight: 700
}

.leaflet-control-mapbox-geocoder {
    position: relative
}

.leaflet-control-mapbox-geocoder.searching {
    opacity: .75
}

.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-wrap {
    background: #fff;
    position: absolute;
    border: 1px solid #999;
    border-color: rgba(0, 0, 0, .4);
    overflow: hidden;
    left: 26px;
    height: 28px;
    width: 0;
    top: -1px;
    border-radius: 0 3px 3px 0;
    opacity: 0;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms
}

.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-wrap {
    width: 180px;
    opacity: 1
}

.leaflet-bar .leaflet-control-mapbox-geocoder-toggle,
.leaflet-bar .leaflet-control-mapbox-geocoder-toggle:hover {
    border-bottom: 0
}

.leaflet-control-mapbox-geocoder-toggle {
    border-radius: 3px
}

.leaflet-control-mapbox-geocoder.active,
.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-form input {
    background: 0 0;
    border: 0;
    width: 180px;
    padding: 0 0 0 10px;
    height: 26px;
    outline: 0
}

.leaflet-control-mapbox-geocoder-results {
    width: 180px;
    position: absolute;
    left: 26px;
    top: 25px;
    border-radius: 0 0 3px 3px
}

.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-results {
    background: #fff;
    border: 1px solid #999;
    border-color: rgba(0, 0, 0, .4)
}

.leaflet-control-mapbox-geocoder-results a,
.leaflet-control-mapbox-geocoder-results span {
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 26px;
    text-align: left;
    overflow: hidden
}

.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a:hover,
.leaflet-control-mapbox-geocoder-results a:hover {
    background: #f8f8f8;
    opacity: 1
}

.leaflet-right .leaflet-control-mapbox-geocoder-results,
.leaflet-right .leaflet-control-mapbox-geocoder-wrap {
    left: auto;
    right: 26px
}

.leaflet-right .leaflet-control-mapbox-geocoder-wrap {
    border-radius: 3px 0 0 3px
}

.leaflet-right .leaflet-control-mapbox-geocoder.active,
.leaflet-right .leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
    border-radius: 0 3px 3px 0
}

.leaflet-bottom .leaflet-control-mapbox-geocoder-results {
    top: auto;
    bottom: 25px;
    border-radius: 3px 3px 0 0
}

.mapbox-logo-true:before {
    content: '';
    display: inline-block;
    width: 61px;
    height: 19px;
    vertical-align: middle
}

.mapbox-logo-true {
    background-repeat: no-repeat;
    background-size: 61px 19px;
    background-image: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI2NSIgaGVpZ2h0PSIyMCI+PGRlZnMvPjxtZXRhZGF0YT48cmRmOlJERj48Y2M6V29yayByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIvPjxkYzp0aXRsZS8+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNjEuODQ4MywtOTguNTAzOTUpIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjE3NDQxODM2LDAsMCwwLjE3NDQxODM2LDIyMC41MjI4MiwyOS4yMjkzNDIpIiBzdHlsZT0ib3BhY2l0eTowLjI1O2ZpbGw6I2ZmZmZmZjtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MTcuMjAwMDIzNjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLW9wYWNpdHk6MTtzdHJva2UtZGFzaGFycmF5Om5vbmUiPjxwYXRoIGQ9Ik0gNS4yOCAxLjUgQyA0LjU0IDEuNTYgMy45IDIuMjUgMy45MSAzIGwgMCAxMS44OCBjIDAuMDIgMC43NyAwLjcyIDEuNDcgMS41IDEuNDcgbCAxLjc1IDAgYyAwLjc4IDAgMS40OCAtMC42OSAxLjUgLTEuNDcgbCAwIC00LjI4IDAuNzIgMS4xOSBjIDAuNTMgMC44NyAyLjAzIDAuODcgMi41NiAwIGwgMC43MiAtMS4xOSAwIDQuMjggYyAwLjAyIDAuNzYgMC43IDEuNDUgMS40NyAxLjQ3IGwgMS43NSAwIGMgMC43OCAwIDEuNDggLTAuNjkgMS41IC0xLjQ3IGwgMCAtMC4xNiBjIDEuMDIgMS4xMiAyLjQ2IDEuODEgNC4wOSAxLjgxIGwgNC4wOSAwIDAgMS40NyBjIC0wIDAuNzggMC42OSAxLjQ4IDEuNDcgMS41IGwgMS43NSAwIGMgMC43OSAtMCAxLjUgLTAuNzEgMS41IC0xLjUgbCAwLjAyIC0xLjQ3IGMgMS43MiAwIDMuMDggLTAuNjQgNC4xNCAtMS42OSBsIDAgMC4xOSBjIDAgMC4zOSAwLjE2IDAuNzkgMC40NCAxLjA2IDAuMjggMC4yOCAwLjY3IDAuNDQgMS4wNiAwLjQ0IGwgMy4zMSAwIGMgMi4wMyAwIDMuODUgLTEuMDYgNC45MSAtMi42OSAxLjA1IDEuNjEgMi44NCAyLjY5IDQuODggMi42OSAxLjAzIDAgMS45OCAtMC4yNyAyLjgxIC0wLjc1IDAuMjggMC4zNSAwLjczIDAuNTcgMS4xOSAwLjU2IGwgMi4xMiAwIGMgMC40OCAwLjAxIDAuOTcgLTAuMjMgMS4yNSAtMC42MiBsIDAuOTEgLTEuMjggMC45MSAxLjI4IGMgMC4yOCAwLjM5IDAuNzQgMC42MyAxLjIyIDAuNjIgbCAyLjE2IDAgQyA2Mi42NyAxNi4zMyA2My40MiAxNC44OSA2Mi44MSAxNCBMIDYwLjIyIDEwLjM4IDYyLjYyIDcgQyA2My4yNiA2LjExIDYyLjUgNC42MiA2MS40MSA0LjYyIGwgLTIuMTYgMCBDIDU4Ljc4IDQuNjIgNTguMzEgNC44NiA1OC4wMyA1LjI1IEwgNTcuMzEgNi4yOCA1Ni41NiA1LjI1IEMgNTYuMjkgNC44NiA1NS44MiA0LjYyIDU1LjM0IDQuNjIgbCAtMi4xNiAwIGMgLTAuNDkgLTAgLTAuOTcgMC4yNSAtMS4yNSAwLjY2IC0wLjg2IC0wLjUxIC0xLjg0IC0wLjgxIC0yLjkxIC0wLjgxIC0yLjAzIDAgLTMuODMgMS4wOCAtNC44OCAyLjY5IEMgNDMuMSA1LjUzIDQxLjI3IDQuNDcgMzkuMTkgNC40NyBMIDM5LjE5IDMgQyAzOS4xOSAyLjYxIDM5LjAzIDIuMjEgMzguNzUgMS45NCAzOC40NyAxLjY2IDM4LjA4IDEuNSAzNy42OSAxLjUgbCAtMS43NSAwIGMgLTAuNzEgMCAtMS41IDAuODMgLTEuNSAxLjUgbCAwIDMuMTYgQyAzMy4zOCA1LjEgMzEuOTYgNC40NyAzMC4zOCA0LjQ3IGwgLTMuMzQgMCBjIC0wLjc3IDAuMDIgLTEuNDcgMC43MiAtMS40NyAxLjUgbCAwIDAuMzEgYyAtMS4wMiAtMS4xMiAtMi40NiAtMS44MSAtNC4wOSAtMS44MSAtMS42MyAwIC0zLjA3IDAuNyAtNC4wOSAxLjgxIEwgMTcuMzggMyBjIC0wIC0wLjc5IC0wLjcxIC0xLjUgLTEuNSAtMS41IEwgMTQuNSAxLjUgQyAxMy41NSAxLjUgMTIuMjggMS44NyAxMS42NiAyLjk0IGwgLTEgMS42OSAtMSAtMS42OSBDIDkuMDMgMS44NyA3Ljc3IDEuNSA2LjgxIDEuNSBsIC0xLjQxIDAgQyA1LjM2IDEuNSA1LjMyIDEuNSA1LjI4IDEuNSB6IG0gMTYuMTkgNy43MiBjIDAuNTMgMCAwLjk0IDAuMzUgMC45NCAxLjI4IGwgMCAxLjI4IC0wLjk0IDAgYyAtMC41MiAwIC0wLjk0IC0wLjM4IC0wLjk0IC0xLjI4IC0wIC0wLjkgMC40MiAtMS4yOCAwLjk0IC0xLjI4IHogbSA4LjgxIDAgYyAwLjgzIDAgMS4xOCAwLjY4IDEuMTkgMS4yOCAwLjAxIDAuOTQgLTAuNjIgMS4yOCAtMS4xOSAxLjI4IHogbSA4LjcyIDAgYyAwLjcyIDAgMS4zNyAwLjYgMS4zNyAxLjI4IDAgMC43NyAtMC41MSAxLjI4IC0xLjM3IDEuMjggeiBtIDEwLjAzIDAgYyAwLjU4IDAgMS4wOSAwLjUgMS4wOSAxLjI4IDAgMC43OCAtMC41MSAxLjI4IC0xLjA5IDEuMjggLTAuNTggMCAtMS4xMiAtMC41IC0xLjEyIC0xLjI4IDAgLTAuNzggMC41NCAtMS4yOCAxLjEyIC0xLjI4IHoiIHRyYW5zZm9ybT0ibWF0cml4KDUuNzMzMzQxNCwwLDAsNS43MzMzNDE0LDIzNi45MzMwOCwzOTcuMTc0OTgpIiBzdHlsZT0iZm9udC1zaXplOm1lZGl1bTtmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO3RleHQtaW5kZW50OjA7dGV4dC1hbGlnbjpzdGFydDt0ZXh0LWRlY29yYXRpb246bm9uZTtsaW5lLWhlaWdodDpub3JtYWw7bGV0dGVyLXNwYWNpbmc6bm9ybWFsO3dvcmQtc3BhY2luZzpub3JtYWw7dGV4dC10cmFuc2Zvcm06bm9uZTtkaXJlY3Rpb246bHRyO2Jsb2NrLXByb2dyZXNzaW9uOnRiO3dyaXRpbmctbW9kZTpsci10Yjt0ZXh0LWFuY2hvcjpzdGFydDtiYXNlbGluZS1zaGlmdDpiYXNlbGluZTtjb2xvcjojMDAwMDAwO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MTcuMjAwMDIzNjU7bWFya2VyOm5vbmU7dmlzaWJpbGl0eTp2aXNpYmxlO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7ZW5hYmxlLWJhY2tncm91bmQ6YWNjdW11bGF0ZTtmb250LWZhbWlseTpTYW5zOy1pbmtzY2FwZS1mb250LXNwZWNpZmljYXRpb246U2FucyIvPjwvZz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjE3NDQxODM2LDAsMCwwLjE3NDQxODM2LDIyMC41MjI4MiwyOS4yMjkzNDIpIiBzdHlsZT0iZmlsbDojZmZmZmZmIj48cGF0aCBkPSJtIDUuNDEgMyAwIDEyIDEuNzUgMCAwIC05LjkxIDMuNSA1Ljk0IDMuNDcgLTUuOTQgMCA5LjkxIDEuNzUgMCAwIC0xMiBMIDE0LjUgMyBDIDEzLjggMyAxMy4yNSAzLjE2IDEyLjk0IDMuNjkgTCAxMC42NiA3LjU5IDguMzggMy42OSBDIDguMDcgMy4xNiA3LjUxIDMgNi44MSAzIHogTSAzNiAzIGwgMCAxMi4wMyAzLjI1IDAgYyAyLjQ0IDAgNC4zOCAtMS45MSA0LjM4IC00LjUzIDAgLTIuNjIgLTEuOTMgLTQuNDcgLTQuMzggLTQuNDcgQyAzOC43IDYuMDMgMzguMzIgNiAzNy43NSA2IGwgMCAtMyB6IE0gMjEuNDcgNS45NyBjIC0yLjQ0IDAgLTQuMTkgMS45MSAtNC4xOSA0LjUzIDAgMi42MiAxLjc1IDQuNTMgNC4xOSA0LjUzIGwgNC4xOSAwIDAgLTQuNTMgYyAwIC0yLjYyIC0xLjc1IC00LjUzIC00LjE5IC00LjUzIHogbSAyNy41NiAwIGMgLTIuNDEgMCAtNC4zOCAyLjAzIC00LjM4IDQuNTMgMCAyLjUgMS45NyA0LjUzIDQuMzggNC41MyAyLjQxIDAgNC4zNCAtMi4wMyA0LjM0IC00LjUzIDAgLTIuNSAtMS45NCAtNC41MyAtNC4zNCAtNC41MyB6IG0gLTIyIDAuMDMgMCAxMiAxLjc1IDAgMCAtMi45NyBjIDAuNTcgMCAxLjA0IC0wIDEuNTkgMCAyLjQ0IDAgNC4zNCAtMS45MSA0LjM0IC00LjUzIDAgLTIuNjIgLTEuOSAtNC41IC00LjM0IC00LjUgeiBtIDI2LjE2IDAgMy4wMyA0LjM4IC0zLjE5IDQuNjIgMi4xMiAwIEwgNTcuMzEgMTEuOTEgNTkuNDQgMTUgNjEuNTkgMTUgNTguMzggMTAuMzggNjEuNDEgNiA1OS4yNSA2IDU3LjMxIDguODEgNTUuMzQgNiB6IE0gMjEuNDcgNy43MiBjIDEuNCAwIDIuNDQgMS4xOSAyLjQ0IDIuNzggbCAwIDIuNzggLTIuNDQgMCBjIC0xLjQgMCAtMi40NCAtMS4yMSAtMi40NCAtMi43OCAtMCAtMS41NyAxLjA0IC0yLjc4IDIuNDQgLTIuNzggeiBtIDI3LjU2IDAgYyAxLjQ0IDAgMi41OSAxLjI0IDIuNTkgMi43OCAwIDEuNTQgLTEuMTUgMi43OCAtMi41OSAyLjc4IC0xLjQ0IDAgLTIuNjIgLTEuMjQgLTIuNjIgLTIuNzggMCAtMS41NCAxLjE4IC0yLjc4IDIuNjIgLTIuNzggeiBtIC0yMC4yNSAwLjAzIDEuNTkgMCBjIDEuNTkgMCAyLjU5IDEuMjggMi41OSAyLjc1IDAgMS40NyAtMS4xMyAyLjc4IC0yLjU5IDIuNzggbCAtMS41OSAwIHogbSA4Ljk3IDAgMS41IDAgYyAxLjQ3IDAgMi42MiAxLjI4IDIuNjIgMi43NSAwIDEuNDcgLTEuMDQgMi43OCAtMi42MiAyLjc4IGwgLTEuNSAwIHoiIHRyYW5zZm9ybT0ibWF0cml4KDUuNzMzMzQxNCwwLDAsNS43MzMzNDE0LDIzNi45MzMwOCwzOTcuMTc0OTgpIiBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIi8+PC9nPjwvZz48L3N2Zz4=')
}

.leaflet-container.dark .leaflet-bar {
    background-color: #404040;
    border-color: #202020;
    border-color: rgba(0, 0, 0, .75)
}

.leaflet-container.dark .leaflet-bar a {
    color: #404040;
    border-color: rgba(0, 0, 0, .5)
}

.leaflet-container.dark .leaflet-bar a:active,
.leaflet-container.dark .leaflet-bar a:hover {
    background-color: #505050
}

.leaflet-container.dark .leaflet-control-attribution,
.leaflet-container.dark .leaflet-control-attribution:after,
.leaflet-container.dark .map-info-container,
.leaflet-container.dark .mapbox-info-toggle {
    background-color: rgba(0, 0, 0, .5);
    color: #f8f8f8
}

.leaflet-container.dark .leaflet-control-attribution a,
.leaflet-container.dark .leaflet-control-attribution a:hover,
.leaflet-container.dark .map-info-container a,
.leaflet-container.dark .map-info-container a:hover {
    color: #fff
}

.leaflet-container.dark .leaflet-control-attribution:hover:after {
    background-color: #000
}

.leaflet-container.dark .leaflet-control-layers-list span {
    color: #f8f8f8
}

.leaflet-container.dark .leaflet-control-layers-separator {
    border-top-color: rgba(255, 255, 255, .1)
}

.leaflet-container.dark .leaflet-bar a.leaflet-disabled,
.leaflet-container.dark .leaflet-control .mapbox-button.disabled {
    background-color: #252525;
    color: #404040
}

.leaflet-container.dark .leaflet-control-mapbox-geocoder>div {
    border-color: #202020;
    border-color: rgba(0, 0, 0, .75)
}

.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a {
    border-color: #ddd #202020;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .75)
}

.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results span {
    border-color: #202020;
    border-color: rgba(0, 0, 0, .75)
}

@media only screen and (max-width:800px) {
    .mapbox-modal-body {
        width: 83.3333%;
        margin-left: 8.3333%
    }
}

@media only screen and (max-width:640px) {
    .mapbox-modal-body {
        width: 100%;
        height: 100%;
        margin: 0
    }
}

@media print {
    .mapbox-improve-map {
        display: none
    }
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute
}

.leaflet-container img.leaflet-tile {
    max-width: none!important
}

.leaflet-container img.leaflet-marker-icon {
    max-width: none
}

.leaflet-container img.leaflet-image-layer {
    max-width: 15000px!important
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-oldie .mapbox-modal .mapbox-modal-content {
    display: none
}

.leaflet-oldie .mapbox-modal.active .mapbox-modal-content {
    display: block
}

.map-tooltip {
    width: 280px\8
}

.leaflet-oldie .leaflet-container.dark .map-tooltip .close,
.leaflet-oldie .leaflet-control-layers-toggle,
.leaflet-oldie .leaflet-control-zoom-in,
.leaflet-oldie .leaflet-control-zoom-out,
.leaflet-oldie .leaflet-popup-close-button,
.leaflet-oldie .map-tooltip .close,
.leaflet-oldie .mapbox-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAEECAYAAAA24SSRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAXnSURBVHic7ZxfiFVFGMB/33pRUQsKto002DY3McJ6yBYkESQxpYTypaB66KEXYRWLYOlhr9RTRGWRUkk9RyEU+Y9ClECJVTKlPybWBilqkYuWrqBOD/NdPV7PmTPn3NPtat/AcO6ZP9/vfN/Mmfl2Zs6Kc452hK62UAxkIANdEURkVERGC9crOjKIiANwzkmRep1lOjWXa2ijaU7jaGWgKsL110a1EnV+LQMqbLqyobO6t4EMZCADGchABrqmQUlPNSWOVgaqIpi7ZSADGchABjKQga49kIjURaQem14apGE4KVR/D0fXds5FRaAOOL1e+h1dP7ZgE6wQxDnXvs7QWaZLE1wUVmRNdY1zrp6wRF0kfqHYnHwDGchABjJQIETNRyIyFVgBzAPmavIIsAt4xzn3d66QiNl1PnCYy05JczwMzG9pKlfIhQCkES/kwUKQqRma9GpM02xqGXdrBdCXZm2NzaFP66SGUGeYl5E+WqJO0HRHSG+PXtJN54AjVbhbjQcbBSjiakH4hR0p+hChOiHQrhKg7Drt6t7//Qtb9RAU5XtXMaiak28gAxnIQO0Gicg0EXlMRDaIyFGNGzRtWhQpMA/1A6uAL4BzZM9H57TMKqC/8HyUPFhZJLiMI4sh0/UDK4FtwHig3LiWWal1UkPsDDsFWAgsBZZo8hZgM7DdOXcmV0igjQ4Ba4HFwORAuclaZi1wqNU2OgNsVw22aNoS1XAhMCXx4OkubOBJZwKDwFbgLNm97qyWGQRmtuoFWRsV0ujabCPzVA1kIAMZqBNAIjIgImPNRxUzK+SsmtRJn4Pqmj8AjCXzsmTlaTSck/8zcDRX/QiNMp8S6Ab2a5nvG5plyioDaoLs1/sBYKwyUBokkTdQJeiVZgi6UR+UVQI0QWHdoXKFvKDYz7RiynXctk7LPlmeRmsKyAqWNQfSQAYykIGuS5CI1ERkSET2ishpvQ6JSLE93ByfoQbsRHeNgfe4vOO8E6iF6hdxToZU6OqGUIWv1vShqkB7VYNaU3pN0/fGgvLa6C5gk3PufJO5zwObgDuraqM8jbZWpdEnwG3AYKOX6XVQ07+sSqNQr3P4QxS9LXeGBGxIzTiGXwR8QSHRsCj7ZjxAbxFYaVAKbMe/BkrAduRpZJ6qgQxkoP8DKDRY1sk/s5W6YFhoUG3nFnZeOIJfxLgXWB7zBFmmyzPT44my9zXSC098OZCTwCQttzOZVzVoX1a5LHmdtYyWDM29yjknItKF3xSelFWvKo1mhCClQLo1sC95T8T/ebr+xrqOABVZT82tY56qgQxkIAN1CkhEulsGiUi3iCzKyJsjIpuBYyLyo4isFpHXReTuTFLAr1sOnAeeT8nbzNW+3rfAM2UcyAcSQj4FngR68Ot0F1NA24CuMqBu4PMUgYdS0hzwYqlFJ+AeNV3s30aLSoEUtjEScoHE3nkZ0Ay1fR7o3ZCcGNAEYHcO5A/g5pZACpsMPEf6UexTwCN5MvI6w2zgaeBt4HQK5BsC57ubY+jPll/wHzn1Ayc07QD+u6MR4GPn3LlA/SuCOZAGMpCBDFRhiF50EpFl+PP49wOzgIPAHmCLc+6zXAERE18P+b7DRqAnJCfvfF0P/mTgLZr0l97vB27CL3HO0rwTwBzn3PHCGiU0uQisA6bhzT0T/T4ZeAr4s6FZmal8WcI0LwETgdfwHzY1XKz3teyjibLLioLWa8UDeG/oZbxD+QHwdULwg1r+K71fXxQ0ohXfAgS/Mvyh5i1MgNZp2qt6P5ImL/QezdbrSeAG4EbVJJkH8LteJ+p1FikhBPpNr3Odc6fUNHdo2oJEucbX8Y2zDQeLgr7T62IReRb4AX9mGGC6Xo8Bu0VkOvCQpu1JlRZoo6Vc/WL2ad4C4A28CWvAR5TtdU0dwqH/ewHvHi8HbgUexh+euDRCFH6PVOh0/FKzw3um4M8zpA1DxwkMQzFjXR9+d/9N1WI8BZI71kU56Aq8HXgC+Ak/5o3gX+rUNmmO5nsbqP2gfwCyvJzPNoKXiAAAAABJRU5ErkJggg==)
}

.leaflet-oldie .leaflet-container.dark .leaflet-control-layers-toggle,
.leaflet-oldie .leaflet-container.dark .leaflet-control-zoom-in,
.leaflet-oldie .leaflet-container.dark .leaflet-control-zoom-out,
.leaflet-oldie .leaflet-container.dark .mapbox-icon,
.leaflet-oldie .mapbox-button-icon:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAEECAYAAAA24SSRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAXYSURBVHic7ZxfiFVFHMc/a4uKWtDDtqJGZprYgwX5ByTdkkLbSgghCiKih14EBYtg6aEr9RRREKRUUs9hGEVtChKaYMkq2VqWmnUX2tKiNDNZY/Xbw/wue7x7zsw559626zY/GM6df7/P+c3MPfO7M3NumyTGQiaMCSWCIiiC6qVqoZC0lXgy1Cq0FanUck1XxVmSNL8WrzYT1LCMvz5qL1FnoAyoTNOVkpYb3hEUQREUQREUQRF0RYOqjHim9aHaTFDDEt2tCIqgCIqgCIqgCLoiQRULedNLgwCeq1NasbR8IilvqMhJpe5zrvpFQElYIYiksRsMLdd0aYoLwYqsqW5i9KjLLdHJj6AIiqAIiiCP5J2PpgLrgGXAYkvrA/YBrwF/BTXkmB2XSzqhbDlhZRqaypdLuuiB1ORiCOaDTM2wZLaFNMumZunzDYZ1wJy01ubyPfOazLE6qeIbDMsy0qsl6ngtWpyRfqOFInVKbWFXS9TxWtRXQl9mHR9oXwlQdp2xGt4t8YVt6iMor+/d8EM1OvkRFEERFEH/AWga8CCwFfjJwlZLm5ZHge/pPQ+4z8IKYGJGub+BT4GPLBwvCio7f6QeWfQ13TxgA7ATGPKUG7IyG6xOOj3nxDcFWAl0A/da2sdAL/AJcD6kwAc6bop6gT1kWzUZ6LKb6CbDqrx9dB535704S8BZ1o2zdEpSZ1HQ3MRddtmdp8kQzuKa9d8VBSUl9lEh0Pjro6ZKy00TERRBERRBLQZaCpxh9FHFUqBKiiJZ+n5gFfBHnrsKgUKb7t/j/PCwBNZwapKW1yGp3/KPSDrjKVsalIT0W3ypwZoGSoPU8pY2E/RCCqSiwJ55GdBVBusIlCu0Xpf3Na1guZbb1mnYJwtZtKmALm/Z6EBGUARFUASNV1A70AMcBP60aw9F93ADPkO7pD3mDwxKesOusvT2QP3czkmPKd2YUNpucVl+LlBo4jsITAduAIbrmnMAOAncnqflQn10M26JebgufdjSb8oDyQM6hlv3ru/4dkv/vFmgd4EZwPoErN3iM4BdeUGNjDpJqsrtmzc86mqwHkkH5X4t7JD0tEFyw3INzYwwuwisEVA9bPe/CarBdocsip5qBEVQBP3fQRWyX4jOCpUsZS2xhR2SQdwixq3A2lDhMkcTa7Ie2G6fwzfsmax8clrSJCu3py4vVV/ZphsALtjnFXkqtNwyWlLqR1Ub7obPA5OyKjXLolk+SFmQgEN18eD/PLXEI2j8gYqspwbrRE81giIogiKohUAdzQB1APdk5C3Ends6CXwLbAReBm7J1OZxINdKGpb0VEpeb4pT+aWkx8os0SxJKHlf0iOSOiXNkHQpBbRT0oQyoA5JH6YoPJ6SJknPeHR5+6gTWJ2SPjej/BceXV7QV8AHvsoJucTlvt5o8ZkraZa1fUheD+gJfo9+Bq4JlPkNt4Xgl9CdSJos6UlJF1IsOSvp/hw6vL8mFgCLgCXA44w+730IeIiM89314gP9ACzHHXD9xdIO49476gO2MfJjLCjRgYygCIqgCGqiFFl0WoM7j78ImA8cBQ7gzuaHp/wck1anpO2BqXy7lSu9I9YJ9APXWfycxfuBa4HbzDpwc9ZC4FQZi2qWXJK0WdI0ue3SuRp5P/lRSb8nLCvsQK5JNM2zkiZKeknSkKVdlPSmlX0gUXZNUdAWq3hY7tzj83K++FuS9icU32Hl91p8S1FQn1V8VVKb3Mrw25a3MgHabGkvWrwvTZ/ve7TArqeBq3H+3f66PIBf7VrzkuaTIj7Qj3ZdDJwF9jLy5wJdiXK1t+NrZxuOFgV9bddVwBPAN8ARS5tp15PAZxa/29IOpGrz9FG3Rsscy+uS9IqkBXLD/Z1GRl1yQEjuHANy7vFaSdMlrZa0K1Gm1PcISTMlDZiSbZa2I8VSSTolz2Mo9PQeBO7CvTE1iDtRc2dKuffwPX4CfVQfrpf0sKRjks5Zs27J6pP6EH3vCBp70D8db2VXFPfIagAAAABJRU5ErkJggg==)
}

.leaflet-oldie .mapbox-logo-true {
    background-image: none
}
.chosen-container{position:relative;display:inline-block;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border-top:0;background:#fff;}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:40px;border:1px solid #E3E3E3;border-radius:0px;background-color:#fff;color:#444;text-decoration:none;white-space:nowrap;line-height:40px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:280px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{background-color:#fff;cursor:pointer;display:block;padding:10px 20px;border-top:0;color:#000;border-bottom:1px solid #f9f9f9}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;border:1px solid #E3E3E3;cursor:text;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:8px 15px}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type="text"]:placeholder{color:#e3e3e3}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{height:25px;outline:0;font-size:16px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;)}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #C1C1C1}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi),only screen and (min-resolution: 1.5dppx){.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.chosen-container{position:relative;display:inline-block;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border-top:0;background:#fff;}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:40px;border:1px solid #E3E3E3;border-radius:5px;background-color:#fff;color:#444;text-decoration:none;white-space:nowrap;line-height:40px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:280px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{background-color:#fff;cursor:pointer;display:block;padding:10px 20px;border-top:0;color:#000;border-bottom:1px solid #f9f9f9}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;border:1px solid #E3E3E3;cursor:text;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:8px 15px}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type="text"]:placeholder{color:#e3e3e3}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{height:25px;outline:0;font-size:16px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #C1C1C1}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi),only screen and (min-resolution: 1.5dppx){.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
.chosen-container{position:relative;display:inline-block;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border-top:0;background:#fff;}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:40px;border:1px solid #E3E3E3;border-radius:0px;background-color:#fff;color:#444;text-decoration:none;white-space:nowrap;line-height:40px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;position:relative;overflow-x:hidden;overflow-y:auto;max-height:280px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{background-color:#fff;cursor:pointer;display:block;padding:10px 20px;border-top:0;color:#000;border-bottom:1px solid #f9f9f9}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;border:1px solid #E3E3E3;cursor:text;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:8px 15px}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type="text"]:placeholder{color:#e3e3e3}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{height:25px;outline:0;font-size:16px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;)}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #C1C1C1}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi),only screen and (min-resolution: 1.5dppx){.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.chosen-container{position:relative;display:inline-block;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border-top:0;background:#fff;}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:40px;border:1px solid #E3E3E3;border-radius:5px;background-color:#fff;color:#444;text-decoration:none;white-space:nowrap;line-height:40px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box;box-shadow: 0 0 5px rgba(0,0,0,0.3);}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;position:relative;overflow-x:hidden;overflow-y:auto;max-height:280px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{background-color:#fff;cursor:pointer;display:block;padding:10px 20px;border-top:0;color:#000;border-bottom:1px solid #f9f9f9}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;border:1px solid #E3E3E3;cursor:text;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:8px 15px}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type="text"]:placeholder{color:#e3e3e3}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{height:25px;outline:0;font-size:16px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #C1C1C1}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi),only screen and (min-resolution: 1.5dppx){.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
.chosen-container{position:relative;display:inline-block;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border-top:0;background:#fff;}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:40px;border:1px solid #E3E3E3;border-radius:0px;background-color:#fff;color:#444;text-decoration:none;white-space:nowrap;line-height:40px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;position:relative;overflow-x:hidden;overflow-y:auto;max-height:280px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{background-color:#fff;cursor:pointer;display:block;padding:10px 20px;border-top:0;color:#000;border-bottom:1px solid #f9f9f9}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;border:1px solid #E3E3E3;cursor:text;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:8px 15px}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type="text"]:placeholder{color:#e3e3e3}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{height:25px;outline:0;font-size:16px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;)}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #C1C1C1}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi),only screen and (min-resolution: 1.5dppx){.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.chosen-container{position:relative;display:inline-block;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border-top:0;background:#fff;}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:40px;border:1px solid #E3E3E3;border-radius:5px;background-color:#fff;color:#444;text-decoration:none;white-space:nowrap;line-height:40px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:280px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{background-color:#fff;cursor:pointer;display:block;padding:10px 20px;border-top:0;color:#000;border-bottom:1px solid #f9f9f9}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;border:1px solid #E3E3E3;cursor:text;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:8px 15px}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type="text"]:placeholder{color:#e3e3e3}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{height:25px;outline:0;font-size:16px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #C1C1C1}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi),only screen and (min-resolution: 1.5dppx){.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset "UTF-8";.slick-loading .slick-list{background:#fff url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/slick/./ajax-loader.gif) center center no-repeat}@font-face{font-family:'slick';font-weight:400;font-style:normal;src:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/slick/./fonts/slick.eot);src:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/slick/./fonts/slick.eot?#iefix) format("embedded-opentype"),url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/slick/./fonts/slick.woff) format("woff"),url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/slick/./fonts/slick.ttf) format("truetype"),url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/slick/./fonts/slick.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;margin-top:-10px\9;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir='rtl'] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir='rtl'] .slick-next:before{content:'←'}.slick-slider{margin-bottom:0px}.slick-dots{position:absolute;bottom:-50px;display:block;width:100%;padding:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:10px;height:10px;margin:0 2px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:12px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;color:#d1d1d1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#41a6df}
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	/* ----------------------------------
		Default Theme
	----------------------------------- */

	div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right { height: 13px; }
	
	div.pp_default .pp_top .pp_left { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
	div.pp_default .pp_top .pp_middle { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
	div.pp_default .pp_top .pp_right { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */
	
	div.pp_default .pp_content .ppt { color: #f8f8f8; }
	div.pp_default .pp_content_container .pp_left { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
	div.pp_default .pp_content_container .pp_right { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
	div.pp_default .pp_content { background-color: #fff; } /* Content background */
	div.pp_default .pp_next:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.pp_default .pp_previous:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_default .pp_expand { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
	div.pp_default .pp_expand:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_default .pp_contract { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
	div.pp_default .pp_contract:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_default .pp_close { width: 30px; height: 30px; background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
	div.pp_default #pp_full_res .pp_inline { color: #000; } 
	div.pp_default .pp_gallery ul li a { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
	div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
	div.pp_default .pp_social { margin-top: 7px; }

	div.pp_default .pp_gallery a.pp_arrow_previous,
	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
	div.pp_default .pp_nav .pp_play,
	div.pp_default .pp_nav .pp_pause { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
	div.pp_default .pp_details { position: relative; }
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
	div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
	div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
	
	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

	div.pp_default .pp_bottom .pp_left { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
	div.pp_default .pp_bottom .pp_middle { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
	div.pp_default .pp_bottom .pp_right { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */

	
	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */


	div.light_rounded .pp_top .pp_left { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded .pp_details { position: relative; }
	div.light_rounded .pp_description { margin-right: 85px; }
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .pp_details { position: relative; }
	div.dark_rounded .pp_description { margin-right: 85px; }
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_rounded .pp_arrow_previous { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: #000; }
	
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_expand { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square .pp_details { position: relative; }
	div.dark_square .pp_description { margin: 0 85px 0 0; }
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav { clear: none; }
	div.dark_square .pp_nav .pp_play { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.dark_square .pp_arrow_previous { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square .pp_details { position: relative; }
	div.light_square .pp_description { margin-right: 85px; }
	div.light_square #pp_full_res .pp_inline { color: #000; }
	div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_square .pp_nav .pp_play { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_square .pp_nav .pp_pause { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.light_square .pp_arrow_previous { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.light_square .pp_loaderIcon { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; }
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_arrow_previous { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
	
	div.facebook .pp_next:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}

		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				float: left;
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0;
				}
				
				.pp_social { float: left; margin: 0; }
				.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
				.pp_social .twitter { float: left; }
				
				.pp_nav {
					clear: right;
					float: left;
					margin: 3px 10px 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
						white-space: nowrap;
					}
					
					.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}
				
					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		.pp_gallery {
			display: none;
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 10000;
		}
		
			.pp_gallery div {
				float: left;
				overflow: hidden;
				position: relative;
			}
			
			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				padding: 0;
				position: relative;
				white-space: nowrap;
			}
			
			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; }
			
			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
				padding: 0;
			}
			
			.pp_gallery li.default a {
				background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		
		a.pp_next {
			background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			position: absolute; right: 0; top: 0; 
			display: block;
			line-height:22px;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and http://code.jquery.com/ui/1.11.4/themes/smoothness/images */
.ui-icon {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin:0px 0 0 0;
	padding: 17px 15px 17px 10px;
	min-height: 0; /* support: IE7 */
	
}
.ui-accordion .ui-accordion-icons {
	padding-left: 10px;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 10px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	right: .5em;
	top: 50%;
	margin-top: -5px;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image:none;
	font-size: 12px;
	font-weight: 100;
}
.ui-accordion .ui-accordion-content {
	padding:33px 10px 25px 10px;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget-header {
	border-top: 1px solid #D3D3D3;
	font-weight: bold;
}

/* Interaction states
----------------------------------*/
.ui-accordion-header.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border-top: 1px solid #d3d3d3;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	outline:none;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and http://code.jquery.com/ui/1.11.4/themes/smoothness/images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
@font-face{font-family:icons8-win10;src:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/icon8/./icons8-win10.eot);src:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/icon8/./icons8-win10.eot?#iefix) format("embedded-opentype"),url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAE6YAA0AAAAAijgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAABOfAAAABoAAAAcdUR0EU9TLzIAAAGcAAAASgAAAGBA1V3uY21hcAAAAugAAABCAAABQgAP9ZRjdnQgAAADLAAAAAQAAAAEABEBRGdhc3AAAE50AAAACAAAAAj//wADZ2x5ZgAABQwAAEUQAAB31BfPDatoZWFkAAABMAAAAC4AAAA2BM7jgmhoZWEAAAFgAAAAHAAAACQDzwHFaG10eAAAAegAAAEAAAAB4iW6HnNsb2NhAAADMAAAAdwAAAHc9xcTzG1heHAAAAF8AAAAIAAAACABQQDpbmFtZQAAShwAAAEZAAACNCNVSPNwb3N0AABLOAAAAzsAAAlMpfPuYnjaY2BkYGAAYomC3KB4fpuvDNxMDCBw8frFyQj6/wEmBsb5QC4HA1gaADQ3C3kAAHjaY2BkYGCc//8Agx4TAwgASUYGVMACAEyVApgAAQAAAO0AuAASAAAAAAACAAAAAQABAAAAQAAuAAAAAHjaY2BhYmCcwMDKwMDow5jGwMDgDqW/MkgytDAwMDGwcjLAgQCCyRCQ5prC0PCR4eNLxgP/DzDoMc5ncAAKMyIpUWBgBAAhJQxYAAB42kWQPUoEQRCFPxc8gOGCwQQjIhg0IuiiYo9MICjShhotopnBgBqZdGpm4AEEL2HoETySr1836xTvdU/9vK6qGWygb1YRiEJnrpZkHbu88C1OinwwmK/918mCGbI8k2sze66tGtHomet8EJ6FuX3Fygs7zu3ZbLlFNzFy4ugFrxzzaMVJ74x8csqSX2GraVSdSZ7Avv+LZevduTKCz94TJWcG3zNfPOmOcoY2c3Ifqc0YjNB2U6PJ2ktrXQpHbK+yEgtz5oCr1t+a5o6rrUzmrF4Dh5wrMmnGyI0q3/gRL+TpWOdMFryhyK3fH4V7VxflQfjfzbtU6nyt0z9gKT40eNpjYGBgZoBgGQZGBhCwAfIYwXwWBgUgzQKEQP7Hl///A0mG///5maEqGRjZGGBMBkYmIMHEgAoYGYY9AAA6UgeVAAAAEQFEAAAAKgAqACoAfgDQARYBUgGkAcwB8gIYAkACiALQAzQDSANcA3ADhAPCBAYEHgQ2BE4EaASGBLYFJgVUBaoF1gYEBmwHAAc+B44HrAfiCBQITAiiCPIJRAmICboJ4griCxYLOgtQC3wLqAvUC/4MKgxUDIAMqgzIDPANDg06DXoN5g4CDjQOVA7YDvoPOA92D5wP8hAUEGIRGhF6EaoRzBHuEhASKBJWEnoSmBL+EzwTXBOgE9oT+BQiFJwU+hUsFUwVnBXAFgYWXhaCFwIXeBemGAIYOhhyGIoY4Bm4GdoaKBpMGnwazhr8GzAbWBt8G/AcNBxcHIgcsBzuHSodZh2eHcAeCh56HpQerB7aHvwfGB80H3Yfrh/UIBYgQCCyINYg8iH0IjoilCLEIyYjdiPIJBokTiS4JOIlCCVGJXwl9iaiJvQnZCecJ9AoHChIKHgooij0KYYp5CouKmYqvirYKwQrKCtMK2Qrkiu0LCIskiy4LOgtBC0wLVYtrC5MLrYvJC9OL5ovxi/uMAYwHjA2ME4xUjFsMkwyoDMEM2ozzDQINDQ0VDRyNKo1CjVINaQ17DaUNsI3LjdQN3A3tDfON/w4Hjg+OKY4+jl2OhY6ODpoOvI7QjuEO+p42qW9DXQj13UmWLf+UVUoFIAqVBF/LAAEQLLZJEgQBLub3URTrZZaarUgqVvplm0ZlvVjOZIC2R1ZkhUZceR2W45tRvZYkq04PCeKLWXsDKPdTCRbiZmfmShZnw29yWSSbGYP5yS7s8kkJ53ZmXWSyaL33lcFEOxuycoZkKgqFF69eu/Ve/d+9xccz8U5jnsRznACp3Czvwzc3Mprisj9zcIvy9Kfrbwm8HjI/bJApyU6/Zoiwz+tvAZ0vh6vx6v1eCl+8WP33w9n+v8yDnWsTeZqnAVvQptLcXmuwi1wS9xBjkvWF1LjUG/WFRP2QbEyB6ViZXFJXEjZMh5Uwn2z7tSdklNqlBp1uWgvLOG7NaHHham3KsUpIa6/pcf56QklEoHkZDY7mT3Pth2/VqN/31/3fWhH9VfWX9CjuIuYkZ0sK8L+/4mV2sZynMi1Lm/xHPRYK2epjYmFlGMrKXepHrSmsdislIqyU1pcauKHpaJspxaWFlPhvjrS1tfeu7ZgRopTjZtv/vDN2azfuNlfmln4mbW5ubW5x9vLy+3lbtBE6K3NrhRkycNyNzf2l6ybG/O3Jgsrs8U5Kvwzy1TYY83ksI21y5dgG9bx6RRZK6mNwUCZoODd8+A26s4RaGIbZqGKjakV3Rg0B238xW8++eQ3n/z11bNyLCbfteqv3hUe8OdXLq7UbNO0TVh/kkqd2/M9O7jl4spFKmHaHM4Qn9NgBx7DOZPmShwH8TlwTKjOQvMwVPH+ZaUh7QPnEEhlR065qaVmA3bs76vz6XRaHT98GH7M6L/MF0sA7+3/75JpRsdEeKz/L6QWZMZUZX4MQOt1K/CjrQ83efxOjJqA84nH5/TXsIVjkOWarP85GAcH7822MWisQiPY4pPJ4QlnFRzcNuvj0JiDRrD968nsBS3x9JSSvOWWpDL1dEK70PK1C08nlKnDgnB4Skk8fUGD9az92Ip4kjdzWemYaFni9WImb/InxZXHbNF6VlyxTf4OMasbYBgZ6Q7etFfEZzlOwjlfw+fUZutI52JcEmd8wSm4+FZG9jXY6Hda4Pd3WnuPoO0PXtw71HflH6vvqvf/SF3YoD37d1fXNfvZo0p6e4/21idybU7FZ9vlbG4cZ/gs0Ylx9mRLjWpJwS0+1voq1ONNnNVz0HSrSh3nfQzq7LvST6UFPwa+vCj7+OTz/9GfTh0zjGOp6W0ze6onnjlHb+hqd8KUkDQTCTMpTMGdWv/fTaWu1/XrU1N/V+lU5NM+vve0R0fqNc3tp/bs3qw80oyrm9l0lXp7eEtr2JL/MNpE3zKz0A3v6O8240evaGGtwjFa6nM+rrkOjnSGm0MadZg7TiNOi8CWS4Vi5TAsLrk47e16YQGPS1IdCYLbpBYrJaQH2LxSk04obqmKZ5R6k1GterPaho6dzdr9DdpaFnQsq/8b3vh4KpVLeAmvIldk+49vTKS8QiGVSh3/pp56bXJy2k5AJ2vv0DW48a0dC/9Pnz69snK21Vpbs+2z6fTMTDZ7PJ+NJeJpj/oB3Aw3BX8INs4aLukGg3jszTe9twzjLbB/7de8tzTtLSr345wIN8JTVA5cxVVwrKHmvvwL3qamwVPeyy97m4aB5V7Hcp8NyiXH8clXm9VtLLLp/cIvwFNYZBOLBvd9CO/7I6y+cVCqSrUJnPGWR/fGefCW+ybeG8e5jXR2HWmMEM7qElelcY4XkvFCnGh8MGjsnRecgDssIZm1F9rQ6m/5wHWDaa0YqoS8JmHiMazjjO/1N2hofd/yrRIfMUyVxi42JuVoCeAdW9i2LfgEp+EzrhBdLcTHYRWb21QcGih6Oy47sfu5AFv9XvLEeyT5rpvkJVm56y5JOXzknKL8yLElRT17l6IehBZ8ov+TYIuxFRFiB/fDlASxwwIYR8cOiXxuaXpaFnIrouB+KHhGX+IAHkJ+qNGsH870S/4xr2MYHe8Y9uS7x1J07F5P5Y9yp7HdM6y8y1Y/Pa5vudfD0f53r3exIMx4x4LLqXwLy383KA/BMys0ClW4I6ix/104ej3MBLfyj7H2cNieT+AT4YiKK1XEGsHz6wTVwtMwvNLtsD7chtjjW7h+TY4ru+xxV2mxKk0XMh+snD1b/uCXzOe0mroe3byQ/uxn0xcq0/Wf//n6Prb2h3NAwdWf3n3+Ct2cPfNFhAauPfLQe3ZLnSFoYavq6PM+KVq+8ZBNqEMInrMYPud1pHNHcBWfwvoX3NpifanuFJU87yL2kBEcFSvIUXFqIU+vlJCNxxAoIS8/BG4eFpaQFCJXr+yDakUOkcBSuN9adCA6porj9aJcdGLa2fNntZjjxCI3143xR++5UeIthE2KxUs3Dj+YvPwmwwBPh0igzCd9US03fH3cSkkHTp48IKX8lFS/SU7U1momwimzthYezK8yaBACBH6EVo2/E43Ch95YLF1NfPrr0LWuoi0buG6Q7wR1n8ejCDfFzXMHiD4QQVPwGTVp6ErFqkPADRFcgdYmPqgGniQQNxypEBTBd42C9Cu/nsAl1LoV3LggSULcBSjuHr/GkNu9DDbC+WPj49Zlbod9c89uoeDQYsAtxvBliH855JG9ER7p4hlEyklEzBLtnXrDRVqClLgB7V7Pb/V7tK3RBudPDzr9LWi1kAVzOzutrY1eL+AFNRyD9t56k1TfNd5IfVqdTg+3rVYHtwSLsT7/6jfj6z6uG3p2SaSYSzhTTw2eIP6XGgUkgIvNBj1FOQd1PDgECy5tUuxjpSSFX1RK9eFReK7gsE8daNlZC9vQtrK2EvGzdithmgk86UeUy5wS6USUFtv2LykRmhARhWbDQzEHMf26E3uIlexYdtYwcMp0lEgbZ3Mwp3HbiihIgbtKhPWHAUekA1Xk6O/nHuB+lFZbyq0fwfWD0NR16m4waSpVuVg1gU2UVaBll6JmK7juaDa5SwsuXeNWF+cbszwCycUKfY/joRRlJQvzssPmVMUPJxdJLZupAjLPQsotiQsJmIiszU6tyrFKTF6dml3TS/G6WCojh5g0DXestBw1F83ocmnMNSTLMcxENtHpeFVNoXkFPpuIKLFAN+M4mbwb3Qf3O+7s2tKkaU4urc2m3ffPRt28j4PJi5WCXkX+PV41ioimEzrwJkEKyzKfTtsA8Vhhjs1W/AefeE8vpHk5rhyinTrKE8EyygOO0D7COEzIidcVhxGf0mC/hZNMnVjMO2OLEx5NuJZ/0S0U3Isv0BbWa7Xa4sRk2pgam1jE4xq0/G5htrBOG+K5OOdwzXNRzsH7T+O6WcJ1gvdZWMJRrtJGaTBRrDTYC4GExtoVx4e4sMgas1gCbn2zOJvznNnnukQ+uuu09eeOqpNH57Y7bctqd5HK4PSbLaanVC9XnO11cMmyDfhH5+xUcXHuKHRwrfQYNuW5LraG2idjC4kXEOdNxokPx7vgpx97LO3fr2n3Q7e/njx3LomVX7pFUW4Bi9F6i+HIYKVOMJRcIijRdAoNCd9KrX4Q5lmvUByep+l3BBl2z+pvWD4yl23wfwsAOjS9O6BoogLdzmXiojjOOzs+EuCIIioSw+Q+kxEj2M44N4ZjSVKSW8fb1ZdSRQTMeL8BDaTjv5opys/1O8/JJyfV5e9B51exLjOCXAvWMw5RHkey/PX1Dt3DvKHdxrv2sD897A/2BFe+UsFZTxQMl5JCE6bQwJVVrZAUyHDREmSStlE+at5zVuRj2U/4l7llV40I0tK01qyq0FVz5kw1VvVNcXWu1va9xphp+OPu5IoEjFcu4H1+A2loFuflFNdgd03ZhIdkxcERay41F48IzaVVHmlSDNzmUrVCO7miyPiHLViswuccKxb7niqY9ZvyVlwXeUkWzKT2v1iOqqxnf8Y0lV/3ct7xjCpFJH1mPBLB4Y/ti8FbCsq19bF0hY8rRkSMCdpbli9/IfcFMyZ/0815YxCRiilXHY9k1Kv0HfuROzX+WfoOpfrPVHW0Wu9C09FutTZJyoruwTUDvpFBHk0Ydx9KFfURpBNyJbYP3293PIBAO1tbfm+dsZgWWzxXHOyCIr+DHzv+lS9uOIc7OIeT2LYStotJgmwOExIt4RQrzcGVmGfA0V9fl5LdfqebdJJSBxexlPwum9MfYqqXjy+Vy0tl6Mhp4njpdFre2ZHTNTa9I4HCpUxFcIR29S0xnHtDbcvEQOXjoPCihMAy0K3A2HMPPPDcA3+9suKuHPbYNlSo3PUAfaPD4DRuGd4fvYc7otEpKi6jecRR6gvNoPrt1fn/d/qB359+4MTq/KDeyX+cP3rigSO0mUQ03eJioczq4sjNcYe4G7g7kOtd4F6j2mndII/DG6QWm0vDj0VFtt3UAi2UpZFjeaT8xMixPFJmYuRYWXDzgmvnAZlqwFHxKSkh8EJ2yjcXCDUg0qR/edA5agej80g0Zvng/18txE0zTpt7gh1uDicUVVVo8+Dw6C+H5aAwPPwPw68hMjx8IWvxsiDwWlyJKUbBNfL5WCxvuAVDNZV4BGA8q0oCLyuSYiYETRRNTcnkErmMopmiqAmJmCwpMs8LMnRd+6Dt0uZUuHfdc5pe0bW9m+PDcrubyDXKpdJiRJEApIigatGkW1BVQVILbtLUFUEV+UVfUHjTkGRVAUmSVM1U8YXtww+8okqyERVEkSc+NZhPLuFuRp1LwXTF0WXQmBaKFIpzwJ05lFq48QTNWSmt04QCzdsyjDYKeOuH3AWatCdsO50r30nz75i3pWlt9xjp4bD27yFNjpDWOFkg5N1AdgZhzS34Cb//W8jjEb+eH9TY8/tbv+b/f3ByUA3ykgluDP4M3hvI+KCwVv22198xjJ53Ht6LR5rWc88zHjzGpeE/ofzOVkqSicV8jJ/jV0k70KyiEPmIceHTur6q69uGvq1rq3r1jTeqF1D2vFP79AVdP0Jn8d9YLVW//e0qnrlqDXpXr3PJCZUUe9Z4/59On2ay8J4F7sDpM15H0zrU3vsu/yV8Dp4P2kttJUl32N45bD+sGAd0/eMf1/UDhoGDsmW8+mrp44bxcfiydtCgL4yDuo7Dt1XCL540jCffgWYM6VKoK9nT3C+5QcP2tLbkBX3Atp7Htn4V22rRCCQbg4GlRroKCehu87eNLdaWYYtZS0uvwpcBT+tbethk/VCJNbX06rtoa6iv2dPW73V0vYPt3dtWpgw4fZrNgymcB/ftjivP9CDBuDLVCHDB4zcuXMCHrWnbBpsGF6pwHz3+I7p+4dMafb9dZNPgQpV7V21ltH5PWzdZo7y9s0DSOmy4w3WyheuE6ryqxl/+2qOPfu1R4J+5++5n7obeo/TxtrvpExfoSOjap1kvGf4O9EyIR5xgRVeq4F//HrzsPdc3T+B1J5rwE/qP3nDro4/eesOP6r5+7sDa3XevHTinByLQu2lLhPUqbMsHWG/YGmkz/EtjQzyZOAljxwtM/kGQQDJQqB37g4PRx/pbj82bkVqvtg6cvwXrPgn0KJuhAK+4iGcRtgQ6zQEekTmDoZEMw8f1cT7UtjUQ2CNoLYWTehXq4Yxp/5HcERnm6PhTDyJyyHrj495kBKHrpBqZHPPHYV3syP3fY3CD67hTra2v2JWKXdO0Gr3xGPs1hfOennmZm+XWSDLHYcHJjg9aDv5oYiHvYn+reGNElyHIXKwQAA3+3GEJeBayU/Z+y7Ve8CwjpimGbeCj0BxF5JFWey9YKWu/nY3pM4szhvvQC0k8L8hC0nAk3dKUqP0CrE8dwApSWEFE4XlRtnXNN7AaRY/pcZcqmLV9A6/X8+6pF+yoEonrUspICsi+RMV+IXheFmwiDghwXojp6uyvDZ3+BkIyhPA4Mq2B8M8FOn02Hh1ORbruBPIDXlsi8kcqCyK6pLcY6j9LNdh4cZ9h7HvRvyBPTMgX+jv02tggtcWMps0Awn1poiwCVwsAHs9NXP4LpPkvsXuQZpf003VHYmrqarOE9P/Lz27hZVv+l/AIXvK+5G89e+fWs1/2voRtVBCLZeEvEGOPMUvdGncTdzt3F5vR42IKnwaKHswUtSocAXpWch5l+Uaz7jp5OIIdqSgjxroBerwSTQ4+/8FdnbF0BFLidNGvKx9X635hn5iCiF567twdNj+2ryDwm7xQ2DfG23f8bgBif5eBSZdtT4wcQzuuqmLk5WJTEsvj42VRahZf1gRRN7NfSRWksZRkmrIzJhVSX8kGo8VEO9MN0OnI8YiuuBfKekyqJMncKQ2edosWX7vbA+4yrcJezcI9cCjV+SQ9XknzqtegeSg7KrOB1hEhWtM1A9FlDw18LTdr5NTxZKZcziTH1Zwxm6seOLCHIrrjY9G4jcDajkfHxhFmj7bfwlVfxmOH1h6Pc22VLHhLbqMYQ5qOwpyEBCDEF+t2Jvo1UVp2RUP8WiwpS1+Vs1/Vdbn/L//A/yJ2F/vWg8yk+TX83l2WxK+ZPshfzUhYRvKx11/0/2CEtvYYt6vHyWKKWJ4mYCGcGHim57/64huHvBX/VYi0/J0WqeN+8Kq/4h1648VX/VZrJ9TlDnSdOZRO95M2MrAd28jk61JqV1fcrBIURmwvK3aoKBqHUlUZ+Xx8scLznZdb/TdFlAsraTdxx+lEKl1pGXEhmU4m/80vtT7/WngMnUpaVgR5+e5v63q6guWtuVoMZ65p8GI0iUU+98Hbi8MPXGjTIjq+q48MKEOoh6D3QJKjCULvQAXZbnc7nR5K/8RHjnEiG7spstHh+pVJDkqtEvZD+aDENOREMEguqiwSSmtir6syMeb73RO6diZ1WtdPuDfy0aoJ2eRz3oWcriefcp+6z3EM43E7G41uRuKfTEAvdZOun06d0YLS0WzyZ9wLWcNI/IT31L2plZSuP+5kzcmo7FnPJFj/Dl/+W/gtnM817hHuCe4ZehbjfB0lEqfmjEMqJuCIU9tk1sISIZxKs74K80egOb8KqWJMnJeV4nxMkMdFh7SD9XEhtcqj8L6ANGSpsSoszfGNaqMyJ7qyUsPKEHLUsddIGxHTlSp/l49m8hBzeTlhJyEhLlgnE4ZVx/VjGYmT1mJ4WkxZ45miIeYEsRgVQATeVhWHBxlAVKAkimlDy4riBMgCz0v0rWoLChj4TfZeLQrjSlETq/8NvKqoF3BoTVjXEiKPzwDy6cw4pPMnx6azYycjkZNjmX1jp7KZzLjnWylRTKREmwdJiBZFIRPeRECpZngTEUAQ6T74pSBMgMG+uqTykrw4plXK+lhdJmmD+EXAZzpIi6tcHaXN62g9kfiHsCAVQhZcXYtHCJ2h0If01q1XUNAbpcEDB4UBzf3030nR6Ng9/NzaHH+PFotJkieZNpzy2t4pPhnRHgto4wRTbzQD0tqRk6Ub3mcpkcLcXAGRRvnEfDUS8TT/TqSkty+NxYJrukwhIoZE9Gr8QdqQq/HHLrvbAzve2GCvq4DGwKSNa+VmzoALcB55ncVGJoDm5XDfh9RLL7mv6Dp47s/+LDs47730kveKYbwS7rGOj2Mdv4J1MNw2sHA2w/1zeNEr7ksvfZrtf/Zn4fzIxbQP2rHCTcNvw48HdQysn+P8wAj6uvfNb3qvG+Eeflx/3f3Wt9zX7wv3gU3wIQ7gS9ewCT7kXTSMi95DZBN82LuoaRe9h6/kLelr8Ja6M6hjDzvZ8lvuewzjrlRrDwupvtzy7sLTXutKfGON6KwGsloAcsD/i4GUNsQ6790V0Uivy54/9cnc0ysyYV7yT3tdw+h6p5nPAlH/M15X07remQd8vDPHWcyu4CEKISMo8kpSfTiBoasR2O2O8MxOghw0xjPgXi8QdGfGg32IUgRldxiAm1yNTa/wxeXJ/tbkcnVc8VNiselPLlvxtMjrqXw5A61MOS3PFSxRint5XAReyzBa3gR090/wK9P5qcnl5Ul/QXUyor+Y95cnLcfSeaHkEXf2k5JamDNiYwmt/WDZa+l6yysPafrvwKdxHZcCa3uo2pKLu3S8Su2UbSSjC4hzO27rQCu1WvaM282pWP4x7/G8ad5ueBNjt0vSbZIl3Q4XUq0Dq6nWBBUx84+7H8vHpqhI2bkdv79Nkm5n82oDNx9mOIALhc0AETbJ4D/rfuB8wvzUiZ7/2EfjJnKE+4/rsWf83onHjkdigc189fJl+A34BK7ePDdNzwFbiLh9ntreoIY3SPPtKITZSVLELvApouYw68Q6JsS+HZvGvflmLJ+Qbv/4bbLU+ak7JAneL1ny7fC02cGvv22aHYhNm98GsyDCbU+2FUvqfAi7IWMxCW6jfnRC3jq5q3kh0pEFhzlnIQNxmZGJFONEFOtHePCPzo5NLEwfM55dX3/WODa9MDE2e3T5zmi5AFAoR2aOQm/Jnl6d92Vb9udXp+2l24/4pmj6U0crxO+28V61Pfy8HmdaWyHU3m6TFaNFG+hdJv3sZY40r/TMqb2/iteSfwuhx2pjoMUJaAu2sNqBFsOKBKzk63XteGrqq1+dAman3GqhDGEFji3+dMAPypf/T/hjeJ75Z61wN3KnGbWpO1SjUwo9FkLFQiPU5jIWSuoR4qQN+q6BqKiJz2uUSbgjx3DKyC7ndSO3nDV07zu6Pq3r3/F0PXMwo9vipJgyD+vGpGEcjrrShOykxLKchr9P/GDGtyz8D9XO8LyepwoyB7K67n3b0Kc1A2uhWouOPCGlzCO6PmXoh6OOVBUdOtWEv0/+/VcsVk1I5XWudXmH6VwDianArBSB5v8AdzSwo8ULjBceJouWQ143iLXqyFsKzJzmvp2GnaHCw7C11brMIeMifTk+RGw5wnnrKuX6NvHBbvsyZzE7Ovh+rd2u7ez4W1vs++GrFRhKBzqBN+EpZq9ABD5Y9ntR68BUvrK46C42vMWaf/rx06dXFibnGuW7jx69+yg8BXR+0WvMTS6snMZv/drivUfpO6LVe3jsldx1D0e9kpXinNKGWF24ylbRHEq2jdBYyTQQAx+d0fG8cs9s6zgWZLdkm51r/Q8M8Ba+oEXb2pUGi0A3ssnW0cAHDud6jG8QSa83FaeJoLojPiW30k+JE+dr51/CaiviSx+RaslvvyTK6+ubXe8ss4EG9UgjM4j1zyEvAYY/hv2kVdAIjbGD3uL5+XBP7A87Vbv2iygBduvK08MT2IJuSMvG2Vg3EdkRTVtlvpYBumMq/UboEnsIQlt5vbGIcpRLShH2IUB6JeDGo7cnEqc0LbuV1TScoP5cIYkSrxnxO63Ws5pq92xVO0gyVt4U7heikhLJZba3M7mIMpm1C3Nmwo8otZqi6aJeVyLJ6OZmNBlR2qHfVAfn2BabY1EuMXgGNMnI37OO87rRwWeQZfMsK+L6hfWvy5k/oYn2Rka+8IRlPYH1REYwSxT7vYw07Ch3A6K49l7bTLOiNGTGqkhAIIbI15eYSrdCeuhxAeXYUCFZKWNJHDjFJRFzqVmqp9xQ37ltWNlsrD2ZSYmRg0LqDiHlTCdT4umUcDAipDLVAxq+TkTErPComBW1G7+u56T+d6JS9rkl+5g9YWScfwJ7bKjT5W0bIUbcP6bL0zMl/ZgkHtdL+6YV/dh4fFqR09hk44yun9GVJblk510YyzkKVFqtzxajjhMtEj1YvPxfWf8rbDYylQzJsrJCpiHm72AjuieVF4L4gD6UFJwQzOdGGXpZNQOLDxYOXSJwHpAluNP1l1IFhed5DcG9a6fFCC9mncLabDm/dOCe8Cjjp3zfo//0lYVhvXtgKV+eLciC4ZkJm3wYXFuIaSCoTuG9a6mle4N9OqgAa8pQcYW/ojj2deBz4IRW8sDNoUSdvNLN+zffu7Yws+Tf/OERV27okvd28tb5xs17/bYDP+W/REzyk9wiziAOGkOqaoIyhHuNWR5HiY0YwzslRn2XiOQiUhgQ3V9MzZe9iUY0nksMsF4iF486WS8373cPzOPeSc7bDSwUuij1wF2Y8MoN20sWXPGmAc67WXALybGkk/Oy8we6/jzunWi0UXbL7x/4KylIa9UQV5u4jsjzLc8VGQ8b9Xgtj0hEg3dra2vE0bV/aWOj1+vg2iZvFX/Eu/U/j9h6/4fuhxWP3q9FLk69jQ1sxtvej+d6HBJflFeVQIpJMp/YpFK/5Hf94lNFv1e/n0hnpwOJ5wjPBLyni+2a4Ga5Je4I89Sz3aVG6F9GrSk0Ql8Ht2gfglm+WqkXycJZX1hUQnIthfstH+XtrG9nhTvIu+MOgRzeyoCvxKOxBO3L1qV1f72/zRS0VZBlqJJDYWd7u4PSeRZ7LQA/NsbjDpk6ApHW5sbGZqC7/U/wBlxEGfxe7mnuIvcio9l5HltJajtcgou1BjazsVRlVlny1sdZjudDHzkkTBVcpXiUh/mUW2GfXOwKYC05sB3bwQtTZK1tHhGJuCvsS0YhwtM8o/kVN4yewOqLDpEMPD4MZN+FTsGSo3ZZycQReknAR/WE5Zumbei8FJsbl+ys7ZZUVY2qyVg8GQO+XFJlPeoYpiyrsiRolpgWlYgoWzIv6RGlpHxNUVRByuYkKSIppiIayQmeV25QIaqpvPmnVoQfr9ii5au2Dhdz+viPzNxzRywhGTkAAQezUp3JZxVjxpa0Sd8REraddSQlbu+PagbAWD2v2TO64gtSMiJ510/IOPT8TSuRpMibYrRUXhp775rhi3IyMn3o8GIkKQmGkjleuKnJ8/KNxYJhOMVSaXLCkhXeGcs7SXzkkirgXLyHE+Br8ARyHZLJ3aRL4LiZdBWyYQFn9mKlJ58sxXrmB98ny++DJ0r97WJ0djZahNrsX5d4voQ8auAr8cP8OUaQw+h0fLvPzGcfpxf7629cecB8EsmbkL06Vx2M6oa6e+MDdtsyuOfQHtHfGRolevjaoE1AI3xcg1f28Zp1DfYBumv72/2twWa3zZ3hJsAOXOhLOYmjuTwS+cMYwJVs4RrMYbA/216eLCeT5cllPChUfdyxd7UwGXidfCfwPcFv53OJYjGRmydhfT5nHS7TAb3Lhy08G7igBP+B3nbXJybw68Lej0MOCoeZrqIqjXh13QvLYq3fqWUn4exk/3vQGWjIjC3+Ix/ht2ykka2WNbAj7PLBDPNzZ+S1wfhRnMnhDUZuGwit6/FdjN3uWR2rZ1nhruZv+P4GUl6SNPuInJnESZEePfDpMZLdB2f5nzF7uDfw4g7hK7JAd0ApgTO2PXu9tW5728Z6u9cm+/K257yxsfGG422X1umAu1IHlNzjt0Q1sZoHaqAdEp06/q4WCCWjLabOxhH1EfPtwFdYPQUmVRziVpGK3sB82atlUtWxacBsnSXScTfIMZvUO0su+WkrMimKl5oMIkmMdzklKbi2Sh17uJAqwmG36D566Mysz09o+Ce52YykHJ9XVUktN2W15kvH5SKU1/r/BSH6eq3WfytVcGGh6Baea8FXivjBLaS8M4cOz+YnkiiMdHJJ71hl/rhE5EJcqqxMZWZnxqE8N7tG8Qf3pIrkelmc9EPb3l45zA2e9h5ZbOgYGMQcDNX4e2S0fFTTopF7jAnbMGoebScWvdaVklubza+4PuFoWs2dsHV9okGqu1DvsDWidygxvUMd4TqzBTLN6Ije4fXU1He+w7g59Na7/a3uOlikcCDOH/pY78YhaSGOGEY1lZ1q+arAplp/Gzba/U12wD4MopE22gO5Xtyjv0xe0yMghCJXqC9ZsMeo8QtldJJjr6aHu7T6Kiotvc1xMKPbSIXJfXpkF8ztNnt1Q3ocfAri9Xb98avX8sjHuR3oJvFjpTRwTdzjmU9Kg8AJtf9qSFJGHPQjyg59hZvugLSQTzE+6x4+68F9CTTFmZtrpRFn98WPqUOwsIQfKyU+vO8mu+Hwrhu0+ZHgnj1sDrsp+OyufXZb8JVI/9IuTft5HOv34VhT9A7eFcUxhTZkyCmRWBacabITb24QljIJWA2PxgHRJb474R668VpsC9/BLm7Fd2IW2wS68Y/i/T6H90sxLX9z12ZQCiX1+kcrDzxQeeQoPg8f30eh+/Wvk09mux3aCnb15Unk3BQ9uxBIVVQJiyojmQrHy2a6NJwN9Mc85xaH8R8gPXbmzCES/Lvi0/z67JoA8tMo0VfEsdzs2lomTZZAWD/z2BkLzz4m/4SlHGqszaoJVf7ECTzDm2vvXauRdTFNbbKGvPFayGKXTt58jRlF9sQRXdboW/oh53zYiCaT0X6Htrg2hxqu4X9/axDJ0GJRDf0d/Mz4GrST0R26Djf+zo7/Dq+9PjHRUQmfzN2BR8wWudCM+OawWKcZvOb0FbFOf+g9TLFOzAACp72HArPIu7GD7FK9PYTkTa/18svMFLKHmuRSCMBSdzHat5cHxkZ4YGhgGvC/8wP3ryEDnBj4fgHWAfAm1mGw6wcyVxyZpzUI97qEF/7+9R45ZnnXQzyY823m6/wJGrkwJgupOIvKatM1/UuXgrgsuqb/+z7EsQKOU8OYmE/i7No7p8iXi62aAlsxtEwLVwLTgBwWECXIWxrOA5wE2pb8ZZjp/+nwuSLO68AnhbY0vdlub05L7cIRf3P42rYs5Pmtt6XFDAGRhvYQhNrCaxwzhXrr0qXeFXvoknLdb41sg7U94L36kJPkAodmBiOZqoy88X8TV19/q/Yza3Mb28DB+tpsjbhgbbY4V6jVCo9ubbHYtB1WV4xpm/eHtQ2trWGNSwtuY1HetawifkEqggXoHjiR6SaV05XMhylK/XPppOVbdL/Zuetoxl83N0v3TOGrcJTC0z/sJKMJbXFRS0RH102CZvRQTzTUGZeG6gtrE3FXoC6udp6IB+ri3uYT7x8oijudQE8s7Ylv3c8d525/5+hWZSEMzkcayRwriJswh+JKFbFYicaiXqmWEKujOJ5CSM9I5TUiXS+VcrkSksfZwZ5syHlXkydEmOH5GRAnZM29x0l6XtLB764R9GrZNlJOtvHn1ubsaEyTI4oSUSKxqK3nT+V1PHsFLUhew9f0SjTRv7S1tWf5HwjiUXDLxmrgwxFi9EaJfDlQXNpGeLvNVB19RgMpeIxhpct/y+6/j/sgd4H7Mvcq96vMconLlyx7iimUinM8efzEyIWK4qDchXmyWM5XGdhl4Tak1HMDjQFFIR4EMmg2CfweZrvSHMxCeIbCE5tkGcUJiLMwjNlRwghHhUIbF5uzoCzUlQppERQC1rziuHIM3FTTlUltgRN3iXwcsBp2prKE5OfHI7whigYvTiydqGqewUNElhVVrx+eVg1eich6c2l6EoHCeG0yqmdMRYxbUpQHXhTzEOF5TUBuLyiyIhmSZ8cMy9UBEhr4AnIdHhonVCMauelpUZRNEYdHS9iyEE1ebwgAwMuGmVVAjt6ZFAVBiApJq6zrCqw/eKsh8tgmo3psPitCVIooqpS599Cxpo4TgjfUaV/MgJ2dXajd5qo5AANrBUFV5tcgJmkito5XRR00RRFlBWmqleA9yzB50BOGHpGPNxU+msROgHFrI5qPLt1a9YUYXjAuFROaFfkYSoXYQIXPydEogJmZGxOiIrYxrSux+EQgS5Kd4Rnm3ccivSA+XLkNZXcVN5plSp0wWMriYElvMtekeGwn3EeBi+7sMNCQ7P9NADGe6f81c0mKPDb9PwUHfyTUSojav8XK5QKIobN4mW0Wr2CjVJhFGXGSm8Gzi0z3Tii+PrCnJxlQRNg4IMRuaB6T3sbEU4NWp5zp72TKfsL8ywiLTekksok+Sn7dvf/Q7W6SgZx8nsxELI6CR7uGUu06Rcytk0gweI9gaZLEmX+kw/Tf2MbFVZ5gDwU2IJGiRYHUZsJwY/2fjrnGBAnE/77My3Be5svQ+ZOyMe66vl5+A7nShCDIsiBM4BodxAaryJHJEtTijgVcqSGXGk2WVoHIeYxnqQj4YRDiEvuKchQEQXGNMDyY0hXQV8iiYrp9J1j9SzfGXYM3s21pipdkyXfP0clui5c9Nz45SSGtHi+munQW1rs3qr427bfcuKnxpp8WJ3kqoapxt+a3PFEzUnHXx3pSomwN+F2YO0HjHGalC1tPdpKRvAmBVM0cQFmAyIBiDDr0bMV3Mgkj8idDPe8fW24hHyme6GmyKUwYsahu6VG/AN2N+1N+PGmMZFEouPmkHPctE5cSn1Q0g0KjVNUtjLaviPN/OZRL9jSFv6Iph2Ck3YPOwMWR5kiJZGTQnr8dNviPwi5Ad7Q9gqZJuw0aaXTQjdAXN9T5RHGWFXAeNEfioAgIBdbz+hFyPKlTRBTZkachWKWEJnY9sMKYKL9lsaio90VnFmei7+tIyWXfP8MUTZegczu/3F7mB6FRlkXBUa1UOp1qyemaz5RReq8XUUhPxUJrGa75Q6Ql6/icmQU5sLuVnDk+GeTEIHs+Ara4S3Y4MoNmO/aW8VzRyIotMdvf2UAaSZa4350RJwV4WBX/RUb+/L+WM0+I0H+t8AsZ6bOBHNIK7XvKD5FEGC8kzU9oE45L7yJ67VrHLQQp/qbf7XSZbMH+t97xgISP9X6HuYlu4LbzzrJHoLfYuUpvwQwKTqHsKkO9BdGy7W1yzCRPTIbgt+iN55jSot3uDHyrO2FsZhAjQzo89tfYxUeHoLHFdBQteo5E9FrQ9YMKN0hdiQ+6NxIH3h0Z6VA76OzRCw73eMTiBUeg+lavtlHrDf82kF7s4HB18JY9v9VDwS54t8gKvDNUHgcYd5PhZZd5VLCIA1I9kofz3qgDdmOH6a9Y7IG/0xsEH3Q2/K3OBqz76+T4PBKAsNVttdYRTLN+nkR6+5tMdi/hXDrCcCfFtJPRIsVCNmPkKVoi1XydJV2gCFOcKVhEqTnzJr+PhcnQFw36xpUddhW/W/rz8NxUOiblE2lNu2H/jMV3Re2UuJJdnLX446VFVUnGM+26GzVkMT5mHpCsnBZXkzwvCMpjPLtCUIKiimqp0M1arpLya7PLt0TtGRss+9IpY7I8kUx48XgKzFTUvsmeikVAkURT5amYf0t0slywI3vjLmju3cK9h7uf++ioBpV1XrFlh8XyHQkD+hRHphA9qE6DUkTsRopPhU5VmqGvG24bwcclF/EdVlBvLi3UZ8F1KvI8YfNGRakV5/Ey0pcuLg3cjZ8FVZEEhFkg8nyST4pxRRY1wj0KCJYkKqoAuqgjuVQkTZUs0eNBkkCQoiAKyMOSQKiHV3mQD4Ag8zhyP85HCKmJCr8bdXqnJKl6UvYEHjHRGIIoXkWQpYAFoPM68NgCSEsxRHSCYpp6RMD2RCKSkuYLsmUokvQxkBGhEQAk7AYS3mFMlvB2Kog0lw5d/u9MLnJx9ZQRySyE0cox3o1Jq9Ju9Ei1otQpak0ZF5rMN60Kn6UQZQBN/wdROuuKCRD+UdfAcrB9Wd40lWXwau77XslpgvyNv1HivhqGKPMR/R8FSIjuWUn8B13jLR8vADMmO27Ng28ofCT/yhfBjyulwBe0evn/hu+zmJcTzD+aYmocCnuhCY8zeGGcpwazB1utrPIpbLEjB8thFZbmoBLjqxUG8ck/f45/egyBcws0zY9ns2Vfy2twNBJZgLHxh25qT+hjeCTw85rknzx2f1Sf5/k1np9UtZmykMgi6FEmBR4vX1fhOoBITvOrmUzCh0iEb2FV85DSp29q3+e7i+Dx86BG7z55bFLSsJqjgjCpSImiYO0zo5oyyfNwdIRukU2ZLMrjA+0q6bTpPTSVkI9IU0Hm6VP6D/9ew3jvimGcvoVh2M0uCLmFtVCx+r8Ovvw/fIZdz3Unzs9fZ+/VEzuML43mZQsiXJH31YpIvmZ5ihQK87Bd954HTrTmf0Lkiz8n7jue7JSkQfI15d5jJx6YfEr+lZ+bPr7vOx+YWg6eG93n38PziNv3M10JLj2FHB3nQEFcSOIWzisUj3JAzwfvNAerPIpQcKPxuKbnZw+ocU83rvtU6lPXGwaKuYIb08WblEil+lO5mKCsKZGkC8/rjxtGXj6IwM7Qj33KfQaByZxxtJou25Yi3izzeuanJmcj6prCS1HuqhiSzDW15ENF6BWacqYL3asrpzNX6EwEFvMzSp0GitFGPQib2AcDOrLZIo5GGZYQ6CfM1u7S7yBf0w52EdBnE0H9By7/A9MBaWEkISLnYXTmcIpgleIbuvGCpv1q8pVPvhLa0rqb0q/q+guG/kYWT37SDxXPwTPaZDk0VgNLInY94LpOiWGxUoNJV416oKUpDb+uh9JMPSyAvO2/LZU7PkkgPjW+Qz3rnMomBucoOQg7B+vlTBc/delTG4u2MxIWaOOpdlC2hidrPtPJJ4Y6Q2XI2Q9wh7mj3PVID85w57j3cR/g7uMe5B7mHg05Pj67Q+RGFbqbhc+TMV7q2Hzowzg/KEBfOaRuIh9SnJx1OjeazrE6UOUNPR2DPAP0ud0jp0ZKV+MjLOh1WoGPHolfLb+N2xpz2Gv5G4E3Z6+10epfYu56lygZAljkchJCC3+4CzwfOwOXSbL1+H7NYurjFkl2m7Szwpiegd0ixx1ERLA2sAozt7ZAQmDx6sXw80CHx2LZg3JKfYlxRYQoobz6vQ+dnB0DtTNrSxEFKZvSeQXhlpNYSDiWmkop45IqIfteD5x1j84tVhygfDb7qnFZNyRJliWpVpsrzBUsK2UahplybS2RTEUjUjKWdf1t5tgrIBq24PfgJ5H6Fbj5gMI3HfLhJp0OMpuqMi+zCVmsNBfn682qhAIsJXepNimZyxz8+cHYgnuTtyA78v7s/llvOmLGzp4t+AmYtKE+afnjd506dZcZVSah57WjZ6Zi7UjkJuumD582jxmefzAD1xkxaGUPUOZKN9rCdXEKx/M1HM94mDWEGWjrLLJMqR4B0u2EK9op5XlsBXA/csDvrqauq9Tb8bzzgW18r9x50O+2YtVaut6G3tpC188Xl2eN5nX/iG/6mMxZy2F+rT35PA/98/N5jiZ3+OEJPZ+ZmHAnyh7bvqusnjYMiuM21KVvsvw3gawcusBDaWfb7//gxW1khy9Cd/vF/g/87RchsieGbTy4xm2y0Wso4eBWw8BK8i5rrZ/7zGfOrfuf+Yy/ewS9vZ/ZEYV8cTNwGU6zmEJyLghDTQIzx5e8h+GTD7sXdf2i+3D/6aG5YxAEElo9qH3nL/9H+Gn4ORblycwDQ9NCEHTS8+691+sZ4R6+pvW8+/q/fp/b0/Weex+s3ef1wn7OwHcDe8torrgZaoP3MGV8exhOB3f3H3oX/Kix696+hx+9HISXvPzy3sCTHATRKH7rHewtg6jk0N7yzUEI+669ZRC/Lg/bJ6BcO42rdQ0ROHuCVTfGl6rNQ9AMcoKlQqfxehjvPctTEkdXKeFfFctQIseYUF0VFBepLZ5qNBuXLKsYiYKOCwogCr3ewZuwLz72RHfyCf+XEipEQHBELDHpiQhvszKokM+K4rgoo6Q0lhdBzIEEsn/knjuffPJOyzrxwAMn3Jmyb5zuZiRV8ERQJxwxAirWpcOCiRtDjfJR2NM3iidtYN9OBfaBplt3DyFrLc1RZEIjjGFnfQuDxMolLOLUcc2V8I90B66DU45vVHEsxgWl2qg2gLMsvGEU+8Zu+1c9v7wP++ZjH286iIg0gmellIB7dU2EiJxFkUI8iFIACHlRpP6JEuTwU6p3euyWWeqaZVE37zliyYjhPUGVYjQ4kTjiZhCLPGDPVAPPhHmgAv/BwAcnTNm0y9eaYTas9RcmFhcnHu8wufxxlgGrs3jjYo3SYm2xlFeEFUL9ztvkyNtrke8BR1aJy2zLzN8c23bmCht0Cjd+aDHHDVs3u/VzsLfyOvSKs7PFyxxtoTNb3KAD3LDrBvmdAt1mKUVTkeRZt1Rt1BfC/MIo82KTuinljrZ43ZT7rYWXW/FCRlj/aTmdN0mj4GT86aX1i5Nm3vZjKX3Et5hyfAWrknyGq6Pk9x+ePndutTH9Oe/zxd+79/jxe4/D+rmnzxU/731uurF64Did4pif6t5cDeRbMBdmBN6z1ieuyA1UeZvPIR3wN7rdjW6/zxIy/DtmGXtlJGvQLaH5nBGHD3epcJulazjCLGT7RtIHSUMbusgtX/57+GN4Adu4wHUo+xxO+hSLmaWRlYnLyMw2xwaDwoOWyAMYofwgdcssKHXmGEzX0AZZGbuKNsEYss1icF01RW4CeZYeEs76yXjMtQwxlRL1mBuLJ/GE5SWCE1YqbtnWWLG4ULQyO6CbY6aR01OxrJEThayRNT0jZwQnXRM/C+ykq39wdb89Yfv74YWUaFisVjtupSyd1Rr3LHYb08P7jmPdxTErY92dE4SckcOrsUojaup5w9ut0zPy+uBGudn9486EvX+Vjd+NnAqvw+PMKyKIMN0zFj90KK755P9N0p60k7nERHLW2C/L+w3sTyKHJ50EnrRnjVlZxg2e/DSzWT67SFaMcAY8Pvv2VzilZH735AozbsbJUrIoD+eEFOaEC+IrDiPyviXI00ZWMifMYCkHZk0kjbUgljBsuWJSpDyBmQW2dOqLlLdQvsIZ8f9anOD3NfxK2jT2f2S/YaYrfmMffzNr/9lCNV2JFu8sRivpaiFxMuhVaLnpTaQT7ZogJcvpilzB//REMlJrJ9Iia/6+2JFyJe3E0+m4k66Uj8SK3cDyM+gc0ciAfkSDWNqFIFoEhbQgG+WAox2Cbm3ltH90zvIv+eERdE+vdLtzR0nT2d8Ijtl4rWCdr7OcD4UwNmaYVa1ULQR51cjkeM3Eaqkwo9pJllHt9fyfqmBQUrXXlWgEgqxqwkhWtdZuPrWu/4IelXXlyoxqoh/mBdyNTcqEPHw0PUtjN20LCii1fQ2kFo19B2549GuP3gC9rV8p4UiTtR2Ht2R/8AglbjnyQTbnz6Fs+g34NHLUCPOTIHm/wJSMSoHy3bAkN0Yv3f+f0z3j3GuX4WSakFT93Dm4oPWy2V7pXCfb07SeeO4ctfMAdwB+BzhWH1L1sIqD8NPpDcPYqD/xBHDZDU3bEJ94gvXrM1wEWvCxoDzESSyOgYuYfl3T1sUHH4TH+l9KrxvGev3BB6n8Fpb/2KB8knLyJJ3mFiud9bE0K5uG8f/twUCXcYDrYnuaYf2DvmGXNtL989imJ/4LLGkb2exG6Qmmr6Qcr7/D4inu4p7gXuS+wf0Ky+JJ6cOYv3qooSTBK0VgbBwKq8wEPXBwHyRxcYus0LxNqltnoR74rS81WVQ6igTkGT8LQXYyqnRhIOtVWaoX5kdfcVmMO123issSuaNSrFRr+0iKmYVqseLW5BKTAYOQoCBUiN1hGr6v5ZWImZDtmJY00okx23SAH/c0s6EZ/e8ZkcVoxBvnwTHtdDyjaRE9ZlPmr4jOA6hmar5ux1SIM1943kxEdce8NaZpqu7Mf37e0VU9EpMM3fEWF9KObkzgNV4qm3Vdled1gbeiegIUBRJ61OIF7TcAtLRmLIiKMe/8P3aypsvioqmRPg96qiha+sykikwiGdMVWUoUzMgEpTGbiJgFbIGix5JI8tVJJ2VYvqLEk/tEAbEWTyrZFcNSZRFfH5FkRRTkiBKLKRFZEFVJ0mXci4Ii36JNZtJj2UlN0C0w8AWWLrgwm42qkahSTOlRu4iLNGJkZwOZgvDXeoBpCJuMuth1we8xhRLiM3In75HXJcVnjvqVTHGr3Pu4H+M+xX2Re557iXvlnX1MmN+MydOMIAedulJybHzqDpsGh6G0ysfCUF+aLDT/8IsmTgyaMESblYXhaUdp1N0gaoQlywzjgVk5LObQ3COBzV1i8aBFpV5R6niKTbPq4jX8Vn7JUAVBEkRZPBEXo4ooqrIhq7qgCjNgGoIRUQwXhz1uCFFDNVzrP0NUVrWIqUhpFyK3WvF9IIqyoYlaIhnR7S8IvMBH6DvRTae/qEISzoBE9ZNa/Gqfl6Yq8xI+bFmURDdZVMHmJdmsxHk7AZItS4KkxqOqrNg4U0U1bpgQiaRcXePHpB9TNTcpojAhygk5oqVsF8ADefE2TYfbjsbjglThZcWwmZ5Owuf33+EYswMthZnUgqXO1uJhqDq7zk/VQH8njSzewySbASe9tX///oTh7n9qv2skfAsZlpXe/5b05S9/uf9XkmZVz1fjEenjkgTH+OtisdjtCTOixmIqrtXbtZ6WIKfChPbTauw6f2FhYeoGXlTkaBTnNn/DFM9jO9cYL2hxNjdJ+QCSh5i6uU60qDQX2JCq1PY66aAZZWAB0e48s+ZD0S4x6/MqEO8IdRNrcJ+cTsv3W9etWYOj6/Yty/JyphQ1i5kDknSAHf29nbWLAMsdr8gcj/wstNTJSdX70Ie8cK+eVdWzTcdpDvbrWdszPd63spYnquRGi5ID9aPFbK0ZlCCOMdnhbZsnvcs+wvpVzev/23fZtRJcq53tH9a5XZ35NuvL0SAzAIsyD7NTUnoDyg8QhG6FnrVhggM+zEmJ5DyIWJ/loe1nktaxsetjWuzmBm9c9NZq3mfg5sbkMgjKF0wTzGrsC7IqGpPLPA+Hdb1mGCu8qsA6XnH92DErmfEbN8NnvNqad9HgGzf7y5O6pCqfj1ViYJpfUARYnhQUlV8xjJpurABOK8QCQY6yHtNTZ4P8aKOaapd9giYelgaI56++Lm4a+rqubSY3ntio1cRXdSOfsl+wHgidqL8ubyJrNozNLH7/hLUpfUPTfCzwyWFciHxNf3XmV8/i15lvfbBvDvzSOzsBcAOuFRxsrgcekZ3hhmEmH95iMXhh1iqyUJfdEst+2yi16OcTuhQlw4JikJiT/iR1fOP48Q32TO9Ceerro9cTByDrr6s0Sk61x673t44f3zqOF+/s/HFQ0XLgNxfY3JNkU6ZrQ+17YeAs03TyyAvIe4KiM5eaZBqyWN7sfivYo2SbcaBnOlHctZnenTbtulyYKcj1uhgfi6XwYCTPf495Mw38eEKPDRKqKRvENT4L9fAEj4wHz5QSiF4JxVJu4Jb/UWksPyZ98Yts99E/Z7tSie3+PPhViRge/blgJuyEKZToN466TGcOvTYzB9CmtXtEP1OBx5GYqsYibaixIK/ATnwMcd0WPMRmQJJJ2uQhG+rxmOb+bY5fplhV37N729snr3kID3ktnHOuPeYfY0eeMziic0M/KPLNNpCi7scRXA08wuIF8nOsNxtBfgh8WiQqNUgcqhPZXyINBQsoUsijGPk0SSAMYbbA7/R3Ov6J59f9Wlww9Fh22jKQo8mqKdxa+8bzO52YD+Qw6cdEFXpUGLid50/4lp9z8nzC55MZPSIKsaxfe/7ETn5/R0iYPAIxodM0gzG7F9v9MrMBZ4aR/KEcRA4Zg+gHAi3kJ4+tHIZAjHqi/AU+oY6VtbfsrNXBp7QeUbaUyNYwlXKP5uLlQAvE+Tg3fcuqUfL8iAJcjfk6c8PfIPg+tucIdxLRM+W/fzTwpxgaK0hkGQcK6Q5ArkLhnmTWYOB5sSojA2UoeIClCUSHYZ14olAM0mwHOFlJDbAx/lGHFIIypbO1xPcStaRjKakEYkdXptBvPmErESTrWyVPVe2ExKuaJwhyPO4qlrPPQPQrJx3VBBXwe4hpdhLRgvaPYs5KWLoWj1t58RHft2LaR7QY9CzLSuZSjpaMuxaSVVdSo4YhzqU1FRLZuGWNlUHVM7OIjaKGy0uqZLlxO+KkcklL1UzDUOMJ/WBNFOcPRRNx1TBMTbVuvXnSS6XcqZOnau0Nywr0Y0FuhCxbzU1HYe8jzAeEBNGG0mjSexMpXqezdLup+VrykeutIPXCHSWf/f2idN1iWa2snf7NhM/+9uT0q7CnRfWjaIN4MbA1Xb1fgcYR9gtfSuiOyyxQbhDFS4kOhxrkhcYl/4b7BV81J0zV12KzMS08Fu6/Ye3e03EznnFESRFTKykZwZuTsWLxL/uUdgTnWkG+d1VAzK6iUIC4TpXCYxBh9V55/NAU+eFKvK5TImJDnDrTC2CqZXFhjGEwZkEUaH2v8pdiKLosVJIC7Jl3U2+LaPbWFsXWb/gB9j/KdCYPsfwO5G0z1Csww8T3vPu+P7vmzxW+f5+Hgi+Sl3vXZrvdwhyzMQT25MBvPh3+utSu13zg7kqoBiW5KktlcZXb/KVZ5jZ/99p0Za4QH0/J+eiBc9d0nn/m7lSqMEe6r8LU+lW+85RHi4MvXfO3bC4GYSMUMzGwbHgXuXcTQxIGU16dnvauIFxkj0VjKjRzeHe9YwxJmCVsYNNYH6S6Hdo01nbz3Ab5Qj4d+KOP9krAZ4s963qnKZvWMyyR1gXQu96Z/g8gcsbr9l8Ocmn5zF7nsYzlPyyXlglvl0yrsTsQ75BNS0eZ7lrptCzKrkAptaD3dtm0InH9Wum07gJKsfAgJdViY7qOfehif0hnuRKu42C6Vh135Mc0dpVhDeZuj70MFEjIuMLfvrjkM9V+Oj9ZLyElKdV9P6Vp+UmnnLKzY0nR11L+WBJ6vjBfTKeRR3UleW6citVL6XTKP8/jx1QF8bOQd+ycANVHEOnlBIZPSK/2PRbHcQzpDWVronQmLMELAWRm6mbpPuoB4ScXXTJq1+1BglwnyP4enKFS+CCuTKYKeU2MLZYOfiWdzaafPb74/jsmDwo3CEJRi/j7Kiin+sXkVBWlWTGbO5XL+kUR7hRq+WlNfB/Dqw+GqFVNy7OnvklU5a1TBwv8zNFNQaot20TlBVnUjKoVYQKxFJmdnJ6uzi3Py/D86rT6wkgC1b15MMe5DvchNnsH/R5okQLhshpE1ASDQD8FQ791EbhCLQQJf+vhBMSyKSelmEKRVD8mzyzL9FdrLF49IJYmRiecrOVrmqkV7y3q0YjuW/tmbj0+XlBVUxc03ZDTx9OygfIyAjrVUXWAKEo/uoQwUUcC7dumOZWRlHN7higyJnqFo7FYIhcddwv6xIThJyaiuYRl3jI1XeDz4608Dk8M9Hw6K2cy+J/XIRaRxHzD00QZ4kjBeYqR4JG+JzPk24ZjG/vMnhEkH/gW4ujWSO7ZIDdQgX7ThDIA+dA54bonGOUgn9jW0oTxX42JpZ2trbR/0r9WPHL66syLDmkSm87eAOQXvbbrtj2/eGXM8XVg1kz870zaFGc2qvc5zLxbbuPu5j7ww6KKKBaGKXRombJ8t8hdmEqHSQQsGzWWadbZj+mxBCJl+vWjcX5WqEpK/RqKmieVqChKesS2nbiraRZOUj2eNCzDe3h8xvfGYvzxfCL/y+OptFCWc5c52C+pwEeERDKhQMPyrqF8OS4A7+Fk0GJRPaEJPLiyLkVky4gl+UfORYv6rY888kgs9ogsCAtRJ6rxuenRXArj7DdEp5EPznOLLGa13mRvJfSBVljHyBhF7yY5K7Jvq1SKMtu6zZafe4/ne+/J+blcRasdrDBcWjlY0yq5n1etT2rLqq/W8L2s7diJXsKGDnsxn5xRrxy87ji+rvT5mtn7WyTOMNILAX1jBELQYqQQpYEPGIqZbpw3WFRCi8IbWJyPtOsK1vVvjLuq58Zv9D9EkQw34ipURJCEvXHylFVgjOWXDqPUHbJQD349EVc+y7pFGJrgWJgjOdQXVkkUqbNZU2E2CYWFNTqFNgtsJ28mFmhO2zb2//GEofmUlZX9mpisx9SkrvkAskqf3R/4QQq+9S6LF26xqNeO30P5hecphMONI9FQDM0SeVWQ3KK70W53/3+5apWzeNqNkLFqwzAQhn8ldqAllI6hS29MwDaySZqSNeCxtEvWDsY4oiAF2ZBm79SH6RP1YXpWrmAyxWD03d2v84cB3OEHCufnAU/CClN8CI8Q40t4jDl+hSNM1aNwjHv1Ijzh/omTKrrhahlu9awww5vwCLf4FB7jFd/CEWYqFo5BKhGecP8dWzgccIKHQYM9OhD7VFjwWUAjxwoJs+Geg0WLZ2DrDidvmn1H82pBhc5XCZnK2ZZnw2CKI9eWl2gehEB6NDbnajCQThmudeH07FIHg4wThM2FwXDxeVrwX0mx5vffGqWzXel8U1ORadrQUIDLYpmu0979aucdO3kOmRAmDvRfysLZe2BX+9Y4S1rnmdaart38B0/lU3IAAAB42l3NVbdQVQBF4Tuvgd2F3R13n972qWt3omIXBia2Ynd3F9itmIBid3d3D3+DOnA+uV7mGOvlGxgcmL6/pw2M/DcM/H9/TX8HGWQGZmQmZmYEszArszE7czAnczE38zAv8zE/C7AgC7EwizCSRVmMxVmCJVmKpVmGZVmO5VmBFVmJlVmFVVmN1VmDNVmLIQIJKRk5BSUVkbVZh3VZj/XZgA2paWjp6BlmIzZmEzZlMzZnC7ZkK7ZmG7ZlO7ZnB3ZkJ3ZmFLuwK7sxmt3Zgz3Zi73Zh33Zj/05gAMZw0EczCEcylgO43CO4EiO4mjGcQzHchzHcwInchIncwrjOZXTOJ0zOJOzOJtzOJfzOJ8LuJCLuJhLuJTLuJwruJKruJpruJbruJ4buJGbuJlbuJXbuJ0JTOQO7uQu7uYe7uU+7ucBHuQhHuYRHuUxJvE4T/AkT/E0zzCZKUzlWZ5jGs/zAi/yEi/zCq/yGq/zBm/yFm/zDu/yHu/zAR/yER/zCZ/yGZ/zBV/yFV/zDd/yHd/zAz/yEz/zC7/yG7/zB3+OGDd2zHAYGrLBJja1mc1tYUtb2Whr29jWdra3w/816Af9oB/0g37QD/pBP+gH/aAf9IN+0A/6QT/RT/QT/UQ/0U/0E/1EP9FP9BP9RD/RT/QT/UQ/1U/1U/1UP9VP9VP9VD/VT/VT/VQ/1U/1U/1UP9PP9DP9TD/Tz/Qz/Uw/08/0M/1MP9PP9DP9TD/Xz/Vz/Vw/18/1c/1cP9fP9XP9XD/Xz/Vz/Vy/0C/0C/1Cv9Av9Av9Qr/QL/QL/UK/0C/0C/1Cv9Qv9Uv9Ur/UL/VL/VK/1C/1S/1Sv9Qv9Uv9Ur/Sr/Qr/Uq/0q/0K/1Kv9Kv9Cv9Sr/Sr/Qr/Uo/6kf9qB/1o37Uj/pRP+pH/agf9aN+1I/6Ub/Wr/Vr/Vq/1q/1a/1av9av9Wv9Wr/Wr/Vr/Vq/0W/0G/1Gv9Fv9Bv9Rr/Rb/Qb/Ua/0W/0G/1Gv9Vv9Vv9Vr/Vb/Vb/Va/1W/1W/1Wv9Vv9Vv9Vr/T7/Q7/U6/0+/0O/1Ov9Pv9Dv9Tr/T7/Q7/U6/1+/1e/1ev9fv9Xv9Xr/X7+M/H+d71AAAAAAB//8AAnjaY2BgYGQAgotTLrwG09cvToLSkwFiEwk5AAA=),url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/icon8/./icons8-win10.woff) format("woff"),url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/icon8/./icons8-win10.ttf) format("truetype"),url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/icon8/./icons8-win10.svg#icons8-win10) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:icons8-win10;src:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/lib/icon8/./icons8-win10.svg#icons8-win10) format("svg")}}[data-icon]:before{content:attr(data-icon)}.icons8-add-shopping-cart:before,.icons8-add-user:before,.icons8-adventures:before,.icons8-advertising:before,.icons8-airport:before,.icons8-align-center:before,.icons8-align-justify:before,.icons8-align-left:before,.icons8-align-right:before,.icons8-alphabetical-sorting-2:before,.icons8-alphabetical-sorting:before,.icons8-amex:before,.icons8-angle-down:before,.icons8-angle-left:before,.icons8-angle-right:before,.icons8-angle-up:before,.icons8-archive:before,.icons8-area-chart:before,.icons8-arrows-long-down:before,.icons8-arrows-long-left:before,.icons8-arrows-long-right:before,.icons8-arrows-long-up:before,.icons8-asterisk:before,.icons8-audio-file:before,.icons8-babys-room:before,.icons8-bank-card:before,.icons8-banknotes:before,.icons8-bar-chart:before,.icons8-barcode:before,.icons8-bed:before,.icons8-binoculars:before,.icons8-bitcoin:before,.icons8-bold:before,.icons8-bookmark:before,.icons8-box:before,.icons8-briefcase:before,.icons8-british-pound:before,.icons8-brush:before,.icons8-buy:before,.icons8-calculator:before,.icons8-camera:before,.icons8-cancel-2:before,.icons8-cancel:before,.icons8-cat-footprint:before,.icons8-checked-2:before,.icons8-checked:before,.icons8-checkmark:before,.icons8-chevron-down-round:before,.icons8-chevron-down:before,.icons8-chevron-left-round:before,.icons8-chevron-left:before,.icons8-chevron-right-round:before,.icons8-chevron-right:before,.icons8-chevron-up-round:before,.icons8-chevron-up:before,.icons8-circle-notch:before,.icons8-circle-thin:before,.icons8-circle:before,.icons8-clipboard:before,.icons8-code-file:before,.icons8-color-dropper:before,.icons8-columns:before,.icons8-comments:before,.icons8-compress:before,.icons8-controller:before,.icons8-copy:before,.icons8-copyright:before,.icons8-create-new:before,.icons8-crop:before,.icons8-cut:before,.icons8-database:before,.icons8-dining-room:before,.icons8-diploma-1:before,.icons8-doctor:before,.icons8-document:before,.icons8-double-left:before,.icons8-double-right:before,.icons8-double-up:before,.icons8-down-arrow:before,.icons8-down-round:before,.icons8-down-squared:before,.icons8-download-2:before,.icons8-download:before,.icons8-electrical:before,.icons8-electricity:before,.icons8-eraser:before,.icons8-euro:before,.icons8-exclamation-mark:before,.icons8-export:before,.icons8-fantasy:before,.icons8-fax:before,.icons8-female:before,.icons8-file:before,.icons8-film:before,.icons8-filter:before,.icons8-finish-flag:before,.icons8-fire-extinguisher:before,.icons8-folder:before,.icons8-football2:before,.icons8-gender-neutral-user:before,.icons8-gender:before,.icons8-genderqueer:before,.icons8-generic-sorting-2:before,.icons8-generic-sorting:before,.icons8-generic-text:before,.icons8-gift:before,.icons8-google-wallet:before,.icons8-gps-device:before,.icons8-grid-2:before,.icons8-grid-3:before,.icons8-grid:before,.icons8-group:before,.icons8-hdd:before,.icons8-header:before,.icons8-home:before,.icons8-hospital-2:before,.icons8-idea:before,.icons8-image-file:before,.icons8-import:before,.icons8-indent:before,.icons8-info:before,.icons8-insert-table:before,.icons8-ipad:before,.icons8-iphone:before,.icons8-italic:before,.icons8-japanese-yen:before,.icons8-key:before,.icons8-keyboard:before,.icons8-last-quarter:before,.icons8-left-arrow:before,.icons8-left-round:before,.icons8-left-squared:before,.icons8-level-down:before,.icons8-level-up:before,.icons8-library:before,.icons8-list:before,.icons8-lock-2:before,.icons8-lock:before,.icons8-male:before,.icons8-mastercard:before,.icons8-minus:before,.icons8-monitor:before,.icons8-moon:before,.icons8-music:before,.icons8-news:before,.icons8-notebook:before,.icons8-numbered-list:before,.icons8-numerical-sorting-12:before,.icons8-numerical-sorting-21:before,.icons8-old-time-camera:before,.icons8-opened-folder:before,.icons8-organization:before,.icons8-outdent:before,.icons8-paragraph:before,.icons8-parallel-tasks:before,.icons8-paste:before,.icons8-paypal:before,.icons8-pdf:before,.icons8-pencil:before,.icons8-phone:before,.icons8-picture:before,.icons8-pie-chart:before,.icons8-pin-3:before,.icons8-plus:before,.icons8-powerpoint:before,.icons8-price-tag:before,.icons8-puzzle:before,.icons8-qr-code:before,.icons8-question-mark:before,.icons8-recycling:before,.icons8-refresh:before,.icons8-remove-user:before,.icons8-resize-diagonal:before,.icons8-resize-four-directions:before,.icons8-resize-horizontal:before,.icons8-resize-vertical:before,.icons8-right-arrow:before,.icons8-right-round:before,.icons8-right-squared:before,.icons8-rotate-left:before,.icons8-rotate-right:before,.icons8-rouble:before,.icons8-rounded-rectangle-filled:before,.icons8-rounded-rectangle:before,.icons8-rupee:before,.icons8-search:before,.icons8-sensor:before,.icons8-services:before,.icons8-settings:before,.icons8-share:before,.icons8-shekel:before,.icons8-shopping-cart:before,.icons8-shutdown:before,.icons8-sort-down:before,.icons8-sort-left:before,.icons8-sort-right:before,.icons8-sort-up:before,.icons8-sort:before,.icons8-spy:before,.icons8-strikethrough:before,.icons8-stripe:before,.icons8-student:before,.icons8-subscript:before,.icons8-superscript:before,.icons8-support:before,.icons8-tags:before,.icons8-tasks:before,.icons8-text-height:before,.icons8-text-width:before,.icons8-ticket:before,.icons8-timeline:before,.icons8-todo-list:before,.icons8-translation:before,.icons8-trash:before,.icons8-trophy:before,.icons8-turkish-lira:before,.icons8-umbrella:before,.icons8-underline:before,.icons8-undo:before,.icons8-unlock-2:before,.icons8-up-arrow:before,.icons8-up-round:before,.icons8-up-squared:before,.icons8-upload-2:before,.icons8-upload:before,.icons8-us-dollar:before,.icons8-user-female:before,.icons8-user-male:before,.icons8-video-call:before,.icons8-video-file:before,.icons8-visa:before,.icons8-won:before,.icons8-word:before,.icons8-xls:before,[data-icon]:before{display:inline-block;font-family:icons8-win10;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.icons8-add-shopping-cart:before{content:"\f100"}.icons8-add-user:before{content:"\f101"}.icons8-adventures:before{content:"\f102"}.icons8-advertising:before{content:"\f103"}.icons8-airport:before{content:"\f104"}.icons8-align-center:before{content:"\f105"}.icons8-align-justify:before{content:"\f106"}.icons8-align-left:before{content:"\f107"}.icons8-align-right:before{content:"\f108"}.icons8-alphabetical-sorting:before{content:"\f109"}.icons8-alphabetical-sorting-2:before{content:"\f10a"}.icons8-amex:before{content:"\f10b"}.icons8-angle-down:before{content:"\f10c"}.icons8-angle-left:before{content:"\f10d"}.icons8-angle-right:before{content:"\f10e"}.icons8-angle-up:before{content:"\f10f"}.icons8-archive:before{content:"\f110"}.icons8-area-chart:before{content:"\f111"}.icons8-arrows-long-down:before{content:"\f112"}.icons8-arrows-long-left:before{content:"\f113"}.icons8-arrows-long-right:before{content:"\f114"}.icons8-arrows-long-up:before{content:"\f115"}.icons8-asterisk:before{content:"\f116"}.icons8-audio-file:before{content:"\f117"}.icons8-babys-room:before{content:"\f118"}.icons8-bank-card:before{content:"\f119"}.icons8-banknotes:before{content:"\f11a"}.icons8-bar-chart:before{content:"\f11b"}.icons8-barcode:before{content:"\f11c"}.icons8-bed:before{content:"\f11d"}.icons8-binoculars:before{content:"\f11e"}.icons8-bitcoin:before{content:"\f11f"}.icons8-bold:before{content:"\f120"}.icons8-bookmark:before{content:"\f121"}.icons8-box:before{content:"\f122"}.icons8-briefcase:before{content:"\f123"}.icons8-british-pound:before{content:"\f124"}.icons8-brush:before{content:"\f125"}.icons8-buy:before{content:"\f126"}.icons8-calculator:before{content:"\f127"}.icons8-camera:before{content:"\f128"}.icons8-cancel:before{content:"\f129"}.icons8-cancel-2:before{content:"\f12a"}.icons8-cat-footprint:before{content:"\f12b"}.icons8-checked:before{content:"\f12c"}.icons8-checked-2:before{content:"\f12d"}.icons8-checkmark:before{content:"\f12e"}.icons8-chevron-down:before{content:"\f12f"}.icons8-chevron-down-round:before{content:"\f130"}.icons8-chevron-left:before{content:"\f131"}.icons8-chevron-left-round:before{content:"\f132"}.icons8-chevron-right:before{content:"\f133"}.icons8-chevron-right-round:before{content:"\f134"}.icons8-chevron-up:before{content:"\f135"}.icons8-chevron-up-round:before{content:"\f136"}.icons8-circle:before{content:"\f137"}.icons8-circle-notch:before{content:"\f138"}.icons8-circle-thin:before{content:"\f139"}.icons8-clipboard:before{content:"\f13a"}.icons8-code-file:before{content:"\f13b"}.icons8-color-dropper:before{content:"\f13c"}.icons8-columns:before{content:"\f13d"}.icons8-comments:before{content:"\f13e"}.icons8-compress:before{content:"\f13f"}.icons8-controller:before{content:"\f140"}.icons8-copy:before{content:"\f141"}.icons8-copyright:before{content:"\f142"}.icons8-create-new:before{content:"\f143"}.icons8-crop:before{content:"\f144"}.icons8-cut:before{content:"\f145"}.icons8-database:before{content:"\f146"}.icons8-dining-room:before{content:"\f147"}.icons8-diploma-1:before{content:"\f148"}.icons8-doctor:before{content:"\f149"}.icons8-document:before{content:"\f14a"}.icons8-double-left:before{content:"\f14b"}.icons8-double-right:before{content:"\f14c"}.icons8-double-up:before{content:"\f14d"}.icons8-down-arrow:before{content:"\f14e"}.icons8-down-round:before{content:"\f14f"}.icons8-down-squared:before{content:"\f150"}.icons8-download:before{content:"\f151"}.icons8-download-2:before{content:"\f152"}.icons8-electrical:before{content:"\f153"}.icons8-electricity:before{content:"\f154"}.icons8-eraser:before{content:"\f155"}.icons8-euro:before{content:"\f156"}.icons8-exclamation-mark:before{content:"\f157"}.icons8-export:before{content:"\f158"}.icons8-fantasy:before{content:"\f159"}.icons8-fax:before{content:"\f15a"}.icons8-female:before{content:"\f15b"}.icons8-file:before{content:"\f15c"}.icons8-film:before{content:"\f15d"}.icons8-filter:before{content:"\f15e"}.icons8-finish-flag:before{content:"\f15f"}.icons8-fire-extinguisher:before{content:"\f160"}.icons8-folder:before{content:"\f161"}.icons8-football2:before{content:"\f162"}.icons8-gender:before{content:"\f163"}.icons8-gender-neutral-user:before{content:"\f164"}.icons8-genderqueer:before{content:"\f165"}.icons8-generic-sorting:before{content:"\f166"}.icons8-generic-sorting-2:before{content:"\f167"}.icons8-generic-text:before{content:"\f168"}.icons8-gift:before{content:"\f169"}.icons8-google-wallet:before{content:"\f16a"}.icons8-gps-device:before{content:"\f16b"}.icons8-grid:before{content:"\f16c"}.icons8-grid-2:before{content:"\f16d"}.icons8-grid-3:before{content:"\f16e"}.icons8-group:before{content:"\f16f"}.icons8-hdd:before{content:"\f170"}.icons8-header:before{content:"\f171"}.icons8-home:before{content:"\f172"}.icons8-hospital-2:before{content:"\f173"}.icons8-idea:before{content:"\f174"}.icons8-image-file:before{content:"\f175"}.icons8-import:before{content:"\f176"}.icons8-indent:before{content:"\f177"}.icons8-info:before{content:"\f178"}.icons8-insert-table:before{content:"\f179"}.icons8-ipad:before{content:"\f17a"}.icons8-iphone:before{content:"\f17b"}.icons8-italic:before{content:"\f17c"}.icons8-japanese-yen:before{content:"\f17d"}.icons8-key:before{content:"\f17e"}.icons8-keyboard:before{content:"\f17f"}.icons8-last-quarter:before{content:"\f180"}.icons8-left-arrow:before{content:"\f181"}.icons8-left-round:before{content:"\f182"}.icons8-left-squared:before{content:"\f183"}.icons8-level-down:before{content:"\f184"}.icons8-level-up:before{content:"\f185"}.icons8-library:before{content:"\f186"}.icons8-list:before{content:"\f187"}.icons8-lock:before{content:"\f188"}.icons8-lock-2:before{content:"\f189"}.icons8-male:before{content:"\f18a"}.icons8-mastercard:before{content:"\f18b"}.icons8-minus:before{content:"\f18c"}.icons8-monitor:before{content:"\f18d"}.icons8-moon:before{content:"\f18e"}.icons8-music:before{content:"\f18f"}.icons8-news:before{content:"\f190"}.icons8-notebook:before{content:"\f191"}.icons8-numbered-list:before{content:"\f192"}.icons8-numerical-sorting-12:before{content:"\f193"}.icons8-numerical-sorting-21:before{content:"\f194"}.icons8-old-time-camera:before{content:"\f195"}.icons8-opened-folder:before{content:"\f196"}.icons8-organization:before{content:"\f197"}.icons8-outdent:before{content:"\f198"}.icons8-paragraph:before{content:"\f199"}.icons8-parallel-tasks:before{content:"\f19a"}.icons8-paste:before{content:"\f19b"}.icons8-paypal:before{content:"\f19c"}.icons8-pdf:before{content:"\f19d"}.icons8-pencil:before{content:"\f19e"}.icons8-phone:before{content:"\f19f"}.icons8-picture:before{content:"\f1a0"}.icons8-pie-chart:before{content:"\f1a1"}.icons8-pin-3:before{content:"\f1a2"}.icons8-plus:before{content:"\f1a3"}.icons8-powerpoint:before{content:"\f1a4"}.icons8-price-tag:before{content:"\f1a5"}.icons8-puzzle:before{content:"\f1a6"}.icons8-qr-code:before{content:"\f1a7"}.icons8-question-mark:before{content:"\f1a8"}.icons8-recycling:before{content:"\f1a9"}.icons8-refresh:before{content:"\f1aa"}.icons8-remove-user:before{content:"\f1ab"}.icons8-resize-diagonal:before{content:"\f1ac"}.icons8-resize-four-directions:before{content:"\f1ad"}.icons8-resize-horizontal:before{content:"\f1ae"}.icons8-resize-vertical:before{content:"\f1af"}.icons8-right-arrow:before{content:"\f1b0"}.icons8-right-round:before{content:"\f1b1"}.icons8-right-squared:before{content:"\f1b2"}.icons8-rotate-left:before{content:"\f1b3"}.icons8-rotate-right:before{content:"\f1b4"}.icons8-rouble:before{content:"\f1b5"}.icons8-rounded-rectangle:before{content:"\f1b6"}.icons8-rounded-rectangle-filled:before{content:"\f1b7"}.icons8-rupee:before{content:"\f1b8"}.icons8-search:before{content:"\f1b9"}.icons8-sensor:before{content:"\f1ba"}.icons8-services:before{content:"\f1bb"}.icons8-settings:before{content:"\f1bc"}.icons8-share:before{content:"\f1bd"}.icons8-shekel:before{content:"\f1be"}.icons8-shopping-cart:before{content:"\f1bf"}.icons8-shutdown:before{content:"\f1c0"}.icons8-sort:before{content:"\f1c1"}.icons8-sort-down:before{content:"\f1c2"}.icons8-sort-left:before{content:"\f1c3"}.icons8-sort-right:before{content:"\f1c4"}.icons8-sort-up:before{content:"\f1c5"}.icons8-spy:before{content:"\f1c6"}.icons8-strikethrough:before{content:"\f1c7"}.icons8-stripe:before{content:"\f1c8"}.icons8-student:before{content:"\f1c9"}.icons8-subscript:before{content:"\f1ca"}.icons8-superscript:before{content:"\f1cb"}.icons8-support:before{content:"\f1cc"}.icons8-tags:before{content:"\f1cd"}.icons8-tasks:before{content:"\f1ce"}.icons8-text-height:before{content:"\f1cf"}.icons8-text-width:before{content:"\f1d0"}.icons8-ticket:before{content:"\f1d1"}.icons8-timeline:before{content:"\f1d2"}.icons8-todo-list:before{content:"\f1d3"}.icons8-translation:before{content:"\f1d4"}.icons8-trash:before{content:"\f1d5"}.icons8-trophy:before{content:"\f1d6"}.icons8-turkish-lira:before{content:"\f1d7"}.icons8-umbrella:before{content:"\f1d8"}.icons8-underline:before{content:"\f1d9"}.icons8-undo:before{content:"\f1da"}.icons8-unlock-2:before{content:"\f1db"}.icons8-up-arrow:before{content:"\f1dc"}.icons8-up-round:before{content:"\f1dd"}.icons8-up-squared:before{content:"\f1de"}.icons8-upload:before{content:"\f1df"}.icons8-upload-2:before{content:"\f1e0"}.icons8-us-dollar:before{content:"\f1e1"}.icons8-user-female:before{content:"\f1e2"}.icons8-user-male:before{content:"\f1e3"}.icons8-video-call:before{content:"\f1e4"}.icons8-video-file:before{content:"\f1e5"}.icons8-visa:before{content:"\f1e6"}.icons8-won:before{content:"\f1e7"}.icons8-word:before{content:"\f1e8"}.icons8-xls:before{content:"\f1e9"}
/*
  Colors
1 #363F48    ------------ 1st Color
	1.1 background-color
	1.2 color
	1.3 border-color
2 #41a6df    ------------ 2nd Color
	2.1 background-color
	2.2 color
3 #3e3e3e    ------------ 3rd Color
	3.1 background-color
	3.2 color
4 #fff       ------------ 4th Color
	4.1 background-color
	4.2 color
	4.3 border-color
5 #363f48    ------------ 5th Color
	5.1 background-color
	5.2 color
6 #eff3f6    ------------ 6th Color
	6.1 background-color
	6.2 color
7 #ababab    ------------ 7th Color
	7.1 color

*/
/*

1 #7f7f7f    ------------ 1st Color
	1.1 background-color
	1.2 color
	1.3 border-color
*/

/*=====================1.1 background-color====================
===============================================================*/
.lp-primary-btn,
.lp-search-btn:hover,
.dashboard-tabs,.dashboard-tabs.lp-main-tabs.text-center > ul,
.nav-tabs > li > a:hover, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus,
.lp-submit-btn,
.secondary-btn:hover,
.list-st-img li a,
.btn-first-hover:hover,
.btn-second-hover,
.about-box-icon, .upload-btn:hover,
.chosen-container .chosen-results li.highlighted,
.secondary-btn:active, .lp_confirmation .list-st-img li a.edit-list,
.secondary-btn:focus, .resurva-booking .hidden-items input.lp-review-btn, input.lp-review-btn:hover,
.dashboard-content .lp-list-page-list .lp-list-view .lp-rigt-icons .remove-fav i:hover {
    background-color: #363F48;
}

/*===========================1.2 Color=========================
===============================================================*/
input,
.form-group label,
.lp-sub-title,
.lp-blog-grid-category a,
.lp-blog-grid-author li i,
.user-text,
.post-stat  li,
.post-stat  li a,
.menu ul.sub-menu li a,
.menu ul.children li a,
.listing-page-result-row p a,
p a.achor-color:hover,
.form-group label,
.blog-tags ul li a,
.post-meta-left-box .breadcrumbs li a,
.post-meta-left-box .breadcrumbs li span,
.tags-container li a span,
.price-plan-content ul li span,
.paragraph-form,
.form-review-stars li i,
.form-review-stars li a ,
.form-group p,
.post-meta-right-box .post-stat li a,
.parimary-link,
.secodary-link:hover,
blockquote, .upload-btn,
.lp-blockquote, .listing-second-view a.secondary-btn i,
.bottom-links a:hover,
.resurva-booking .hidden-items input.lp-review-btn:hover,
.lp-menu .has-menu > a:after, .listing-second-view .post-meta-right-box .post-stat a.secondary-btn i {
	color:#363F48;
}

/*=======================1.3 Border Color======================
===============================================================*/
.nav-tabs > li > a:after{
	border-bottom-color:#363F48;
}
.upload-btn {
	border-color:#363F48;
}



/*

2 #41a6df    ------------ 2nd Color
	2.1 background-color
	2.2 color
*/

/*=====================2.1 background-color====================
===============================================================*/
.lp-primary-btn:hover,
.lp-search-btn,
.lp-home-categoires li a:hover,
.lp-post-quick-links li a.icon-quick-eye,
.md-close i,
.lp-menu-bar-color,
.menu ul.sub-menu li a:hover,
.menu ul.children li a:hover,
.user-portfolio-stat ul li i,
.lp-submit-btn:hover,
.secondary-btn,
.list-st-img li a:hover,
.price-plan-box,
.btn-first-hover,
.btn-second-hover:hover,
.ui-autocomplete li:hover,
.tes-icon i,
.menu ul.sub-menu li:hover > a ,
.menu ul.children li:hover > a ,
.mm-listview .mm-next,
.mm-navbar-size-1 a,
.mm-listview a:hover,
.active-tag:hover,
.lp-user-menu li a:hover, .dashboard-content .lp-pay-options .lp-promotebtn:hover,
.double-bounce1, .double-bounce2,
.lpmap-icon-shape.cardHighlight{
	background-color:#41a6df;
}


/*=====================2.2 color====================
===============================================================*/
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.lp-h1 a:hover,
.lp-h2 a:hover,
.lp-h3 a:hover,
.lp-h4 a:hover,
.lp-h5 a:hover,
.lp-h6 a:hover,
.lp-blog-grid-category a:hover,
.lp-blog-grid-title h4 a:hover,
.footer-menu li a:hover,

.email-address,
.post-rice,
.tags-container li a label
.tags-container li a:hover span,
.ui-accordion .ui-accordion-header span,
.post-stat .fa-star,
.listing-page-result-row p a:hover,
p a.achor-color,
.blog-tags ul li a:hover,
.post-meta-left-box .breadcrumbs li a:hover,
.post-meta-right-box .post-stat li a:hover,
.parimary-link:hover,
.secodary-link,
blockquote:after,
.lp-blockquote:after, .colored,
.lp-add-listing-btn ul li a:hover,
.listing-second-view .post-meta-right-box .post-stat a.add-to-fav:hover,
.listing-second-view .post-meta-right-box .post-stat a.add-to-fav:hover span,
body .lp-grid-box-contianer a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable:hover i,
.bottom-links a,.lp-list-view-content-upper h4:hover,
.lp-blog-grid-author li:hover, .lp-blog-grid-author li a:hover,
.overlay-video-thumb:hover i, .lp-list-view-paypal-inner h4:hover,
.dashboard-content .lp-pay-options .lp-promotebtn:hover,
.tags-container li a span.tag-icon, .dashboard-content .lp-pay-options .lp-promotebtn,
.tags-container li a:hover span, .lp-grid-box-price li > a:hover, .lp-grid-box-bottom .pull-left a:hover,
.post-stat li a:hover, .lp-tabs .lp-list-view .lp-list-view-content-upper h4:hover, .lp-tabs .lp-list-view .lp-list-view-paypal-inner h4:hover,
.post-reviews .fa-star, .listing-second-view .map-area .listing-detail-infos ul li a:hover > span,
.widget-contact-info .list-st-img li a:hover, .get-directions > a:hover, body .grid_view2 a.add-to-fav.lp-add-to-fav:hover span,
ul.post-stat li > a:hover > span i, .lp-grid-box-left.pull-left > ul > li > a:hover,
.grid_view2 .lp-post-quick-links > li a:hover, .list_view .lp-post-quick-links > li a:hover,
.lp-grid-box-description h4.lp-h4 > a:hover, body .list_view a.add-to-fav.lp-add-to-fav:hover span,
body .list_view a.add-to-fav.lp-add-to-fav:hover, .grid_view2 .lp-post-quick-links > li a:hover > i,
.list_view .lp-post-quick-links > li a:hover > i, .list_view .lp-post-quick-links > li a > i:hover,
.listing-second-view .features.list-style-none > li a:hover > i, .listing-second-view .features li > a:hover span i,
.menu ul.children li:hover > a, .menu ul.sub-menu li:hover > a, .lp-join-now ul.lp-user-menu > li:hover > a {
	color:#41a6df;
}

/*=====================2.3 Border Color====================
====================================================*/
/* .menu ul.sub-menu li a:hover,
.menu ul.children li a:hover,
.menu ul.sub-menu li:first-child a:hover,
.menu ul.children li:first-child a:hover,
.menu ul.children li:hover > a,
.menu ul.sub-menu li:hover > a */
.ui-autocomplete li:hover,
{
	border-color:#41a6df !important;
}
.lpmap-icon-shape.cardHighlight:after{
	border-top-color:#41a6df !important;
}
.lpmap-icon-contianer, .dashboard-content .lp-pay-options .lp-promotebtn {
	border-color:#41a6df;
}
.dashboard-tabs.lp-main-tabs.text-center > ul > li.opened:hover > a,
.dashboard-tabs.lp-main-tabs.text-center > ul > li:hover > a {
	border-left-color:#41a6df;
}
/*

3 #3e3e3e    ------------ 3rd Color
	3.1 background-color
	3.2 color
*/

/*===========================3.1 color=========================
===============================================================*/
p,
.lp-search-input,
.user-name a{
	color:#3e3e3e;
}

/*

4 #fff    ------------ 4th Color
	4.1 background-color
	4.2 color
*/
/*====================4.1 background-color=====================
===============================================================*/
.lp-search-input,
.testimonial-description,
.menu ul.sub-menu li a,
.menu ul.children li a,
.user-portfolio,
.user-description-box,
.lp-grid-box,
.lp-form-container,
.blog-single-inner-container,
.post-meta-info,
.comments-container,
.comments-form,
.post-author-box,
.widget-bg-color,
.price-plan-box-bottom,
.page-innner-container,
.about-box-inner,
.lp-list-view-inner-contianer,
.post-with-map-container-right{
	background-color:#fff;
}
#accordion h5 .accordion-title{
	color:#555555;
}
/*===========================4.2 color=========================
===============================================================*/
.lp-topbar-menu li a,
.lp-primary-btn:hover,
/* .lp-menu ul li a, */
.lp-join-now a,
.lp-add-listing-btn ul li a,
.lp-banner-browse-txt,
.lp-home-banner-contianer-inner,
.lp-color-white,
.lp-search-btn,
.lp-search-description p,
.lp-home-categoires li a span,
.city-title .lp-h3 a,
.lp-listing-quantity,
.fa-star,
.lp-post-quick-links li a i,
.footer-menu li a,
.lp-home-banner-contianer-inner h1,
.footer-about-company li,
.overlay-video-thumb i,
.md-close i,
.page-heading-inner-container h1,
.breadcrumbs li a,
.breadcrumbs li span,
.sidebar-breadcrumbs h2,
.sider-bar-reset p,
.dashboard-tabs .nav > li > a,
.user-portfolio-stat ul li i,
.nav-tabs > li > a:hover, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.lp-grid-box-expired i,
.lp-grid-box-expired span,
.blog-single-page .lp-blog-grid-author li i,
.blog-single-page .lp-blog-grid-author li span,
.blog-heading-inner-container h1,
.lp-submit-btn,
.secondary-btn,
.secondary-btn:hover,
.list-st-img li a,
.price-plan-box-upper h1,
.price-plan-box-upper p,
.lp-secondary-btn:hover,
.ui-autocomplete li:hover,
.tes-icon i,
.md-closer:hover,
.lp-menu-bar-color .lp-add-listing-btn ul li a:hover,
a.btn-first-hover:hover,
.mm-navbar-size-1 a,
.mm-listview a:hover,
.secondary-btn:active,
.secondary-btn:focus,
.active-tag:hover,
.lp-grid-box-bottom span,
.lp-add-to-fav,
.lp-add-to-fav:hover,
.hot-post,
.sider-bar-reset .achor-color:hover, .lp-menu ul li.page_item_has_children::after, .lp-menu ul li.menu-item-has-children::after, .fc-day-grid-event:hover .fc-time,
.fc-day-grid-event:hover .fc-title,
.bookingjs-form .bookingjs-form-button .inactive-text,
.header-container.lp-header-bg .lp-menu-container .lp-menu > div > ul > li > a,
.header-container.lp-vedio-bg .lp-menu-container .lp-menu > div > ul > li > a,
.lp-topbar .lp-join-now a
{
	color:#fff;
}
a.lp-change-plan-btn{
	color:#fff !important;
}
/*=======================4.3 Border Color======================
===============================================================*/

.nav-tabs > li > a:hover:after, 
.nav-tabs > li.active > a:after, 
.nav-tabs > li.active > a:hover:after,
.nav-tabs > li.active > a:focus:after{
	border-bottom-color:#fff;
}


/*

5 #363f48    ------------ 5th Color
	5.1 background-color
	5.2 color
*/

/*====================5.2 background-color=====================
===============================================================*/
.lp-topbar,
.lp-home-categoires li a,
.lp-grid-box-bottom,
.footer-upper-bar{
	background-color:#363f48;
}
/*

6 #eff3f6    ------------ 6th Color
	6.1 background-color
	6.2 color
*/

/*====================6.1 background-color=====================
===============================================================*/

.aliceblue{
	background-color:#eff3f6;
}

.testimonial-description.aliceblue:after{
	border-top: 15px solid #eff3f6;
}

/*

7 #ababab    ------------ 7th Color
	7.1 color
*/

/*=========================7.1 color===========================
===============================================================*/
.fa-star-o{
	color:#ababab;
}	


[data-tooltip].simptip-position-top:before {
  border-top-color: #41a6df;
}
[data-tooltip].simptip-position-top:after {
  background-color: #41a6df;
  color: #fff;
}
[data-tooltip].simptip-position-bottom:before {
  border-bottom-color: #41a6df;
}
[data-tooltip].simptip-position-bottom:after {
  background-color: #41a6df;
  color: #fff;
}
[data-tooltip].simptip-position-left:before {
  border-left-color: #41a6df;
}
[data-tooltip].simptip-position-left:after {
  background-color: #41a6df;
  color: #fff;
}
[data-tooltip].simptip-position-right:before {
  border-right-color: #41a6df;
}
[data-tooltip].simptip-position-right:after {
  background-color: #41a6df;
  color: #fff;
}
[data-tooltip].simptip-position-top.half-arrow:before {
  border-right: 7px solid #41a6df;
}
[data-tooltip].simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #41a6df;
}


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

	.lp-menu-container{
		background-color:#41a6df;		
	}
}
.post-meta-left-box .post-stat li{
	color:#7f7f7f;
}

.widget-contact-info .list-st-img li a{
	background-color:transparent;
	color:#7f7f7f;
}
.widget-contact-info .list-st-img li a .cat-icon{
	border-color:#7f7f7f;
}
@font-face {
  font-family: 'quicksand-light';
  font-style: normal;
  font-weight: 300;
  src: url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../font/Quicksand-Light.eot'), /*A*/
	url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../font/Quicksand-Light.eot?#iefix') format('embedded-opentype'), /*B*/
    url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../font/Quicksand-Light.woff') format('woff'), /*C*/
    url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../font/Quicksand-Light.otf') format('opentype'), /*D*/
    url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../font/Quicksand-Light.svg') format('svg'), /*E*/
	url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../font/Quicksand-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'quicksand-regular';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../font/Quicksand-Regular.eot'), /*A*/
    url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../font/Quicksand-Regular.eot?#iefix') format('embedded-opentype'), /*B*/
    url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../font/Quicksand-Regular.woff') format('woff'), /*C*/
    url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../font/Quicksand-Regular.otf') format('opentype'), /*D*/
    url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../font/Quicksand-Regular.svg') format('svg'), /*E*/
	url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../font/Quicksand-Regular.ttf') format('truetype');
}

body {
    font-size: 14px
}
h1,
.lp-h1,
.lp-h1 a{
    font-size:40px;
}
h2,
.lp-h2,
.lp-h2 a{
    font-size:35px;
}
h3, .lp-banner-browse-txt,
.lp-h3,
.lp-h3 a, .listing-second-view .widget-box.business-contact .contact-form > h2,
.listing-second-view .widget-box.business-contact .contact-form > h2 a {
    font-size:18px;
}   
h4,
.lp-h4,
.lp-h4 a, .faq-section .faq-form > h3 {
    font-size:19px;
    line-height:24px;
}

#accordion h5 .accordion-title{
    font-size: 14px;
    font-weight: 600;
}
#searchlocation_chosen.chosen-container .chosen-results li{
	font-size:14px;
}

h5, h5 a, .lp-h5,.lp-h5 a,
 .lp-menu .children .page_item_has_children a:after, .listing-second-view .contact-form ul li input[type="submit"],
.lp-menu .sub-menu .menu-item-has-children a:after, blockquote, .lp-blockquote, .listing-second-view .online-booking-form .booking-form input[type="submit"],
.lp-list-pay-btn a i, .iconsmalltext, .md-closer, .popup-post-left-bottom .user-text .user-name, .lp-post-quick-links li a i,
.lp-home-categoires li a span, .lp-sub-title, .lp-signout-btn, .lp-review-btn, .lp-submit-btn, .lp-search-btn, .lp-add-listing-btn li a,
.lp-tabs .lp-list-view .lp-list-view-content-upper h4, .lp-tabs .lp-list-view .lp-list-view-paypal-inner h4,
.listing-second-view .post-price-row > li span, .lp-h4, .lp-h4 a {
    font-size:17px;
}
.paragraph-form, .form-group label, .lp-primary-btn, .file-upload-btn, .lp-secondary-big-btn, .lp-secondary-btn,
.review-post h4, .listing-second-view .post-meta-left-box > p, .listing-second-view .ask-question-area > p, .ui-widget select,
.list-style-none.list-st-img span, .listing-second-view .claim-area a.phone-number.md-trigger.claimformtrigger2, .lp-search-description p,
.listing-second-view .widget-box.viewed-listing > article > .details span.rate, .listing-second-view .listing-post article figure figcaption .listing-ad,
.listing-second-view .widget-box.viewed-listing > article > .details > h4, .listing-second-view .widget-box.viewed-listing > article,
.listing-second-view .listing-post article figure figcaption .listing-price, .listing-second-view .open-hours ul li,
.listing-second-view a.secondary-btn, .lp-tabs .lp-pay-publsh, .lp-tabs .panel-heading li a h4, .lp-listing-form input[type=submit],
.price-plan-content ul li, .extrafield-list li span, .form-review-stars li span, .lp-grid-box-expired, .nav-tabs > li > a,
.listing-page-result-row p, .listing-page-result-row p a, .post-stat li, .lp-blog-grid-author  li a, .tes-msg, .lp-search-input,
.details .top-section > h3, .lp-menu ul li a, .listing-second-view .claim-area .phone-icon,
.widget-box.widget-categories.listing-single-cat .list-st-img li a > span, .lp_confirmation .list-st-img li a.edit-list > span,
.listing-second-view .features-listing > ul > li, .lp-tabs .lp-list-view .lp-list-view-content-upper h4,
.lp-tabs .lp-list-view .lp-list-view-paypal-inner h4, .video-option > h2 {
    font-size:15px;
}
.list_view .lp-grid-box-description > p, .grid_view2 .lp-grid-box-description > p, .listing-second-view .ask-question-area > a.ask_question_popup, .listing-second-view .post-meta-right-box ul li a,
.listing-second-view .rating-section > .rate, .listing-second-view .rating-section > span, .listing-second-view .listing-post article figure figcaption .bottom-area .rate,
.listing-second-view .listing-post article figure figcaption .bottom-area .listing-location, .listing-second-view .listing-post article figure figcaption .bottom-area .listing-cats a,
.listing-second-view .listing-post article figure figcaption .bottom-area .listing-location p, .listing-second-view .post-meta-left-box h1 span.claimed,
.lp-checkout-wrapper .lp-booking-dt, .lp-checkout-wrapper .lp-persons, .lp-checkout-wrapper .lp-duration, .lp-list-view-paypal p,
.lp-checkout-wrapper .lp-booking-type, .solitaire-infinite-scroll a, .solitaire-infinite-scroll a:focus, .lp-list-view-paypal p span,
.lp-list-view-edit li a, .remove-tag, .list_view .categories-area > a, .grid_view2 .categories-area > a, .map-post-address p,
.lp-grid-box-description h4.lp-h4 > a > .listing-pro, .grid_view2 .lp-grid-box-left.pull-left > p > span.icon i {
    font-size: 14px;
}
input, a.browse-imgs, .submit-images > label, .bottom-section ul li a, .lp-input, .form-control,
.details .top-section > time, .grid_view2 .lp-post-quick-links > li .slides_count, .lp-list-view-edit li a > span,
.list_view .lp-post-quick-links > li .slides_count, .grid_view2 .lp-post-quick-links > li a, .list_view .lp-grid-box-left.pull-left > p,
.list_view .lp-post-quick-links > li a, .list_view .lp-grid-box-right a.status-btn, .list_view a.add-to-fav.lp-add-to-fav span,
.grid_view2 a.add-to-fav.lp-add-to-fav span, .vertical_view .lp-price-main .lp-title a, .review_status,
.list_view .lp-grid-box-description .reviewer-details > h4, .element-price-range.list-style-none,
.grid_view2 .lp-grid-box-description .reviewer-details > h4, [data-tooltip]:after, .listing-second-view span.rate,
.lp-listing-clm .lp-booking-dt, .lp-tabs .list-pt-display li, .hours > a.remove-hours, .hours, .open-hours ul li span,
.lp-listing-clm .lp-persons, .lp-listing-clm .lp-duration, .lp-listing-clm .lp-booking-type, .rating, .get-directions > a,
.post-with-map-container-right #searchform .chosen-container-single .chosen-single, .testimonial-slider li .tes-name-tit,
.viewed-listing article .details .post-reviews, .listing-second-view .post-price-row > li, .list-style-none.list-st-img span,
.review-post p, .listing-second-view .features-listing > ul > li span,
.grid_view2 .lp-grid-box-description .lp-grid-box-left p, a.watch-video.popup-youtube, .lp-grid-box-bottom .pull-left a,
.list_view span.rate, .grid_view2 span.rate, #searchform .tags-area.form-inline ul li .checkbox label, .dashboard-content .lp-grid-box-price li > a,
.dashboard-content .dashboard-contnt .dashboard-tab .lp-list-view-content-upper .lp-grid-box-price li > a,
.lp-tabs .lp-list-cnt .lp-grid-box-price li:last-child, .lp-topbar-menu li, .lp-topbar-menu li a, .dashboard-content .list-pt-display li span,
.promotion-sorting .select2-container--default .select2-selection--single .select2-selection__rendered,
.listing_list_view.listing-simple .row.listing-page-result-row.margin-bottom-25 #listing_found p,
.listing_list_view.listing-simple .row.listing-page-result-row.margin-bottom-25 .text-right > p,
.listing_list_view.listing-simple .row.listing-page-result-row.margin-bottom-25 .text-right > p span,
.listing_list_view.listing-simple .row.listing-page-result-row.margin-bottom-25 .text-right > p a ,
.grid_view2 .lp-grid-box-description .reviewer-details > p,
.lp-grid-box-left.pull-left > ul > li {
    font-size:13px;
}
.list_view .lp-grid-box-description .reviewer-details > p,
 .grid_view2 .lp-grid-box-left.pull-left > p,
.listing-simple.listing_list_view .list_view.lp-grid-box-contianer .lp-grid-box-bottom span.text,
.dashboard-content .dashboard-contnt .dashboard-tab .lp-list-view-content-upper .lp-grid-box-price li > a,
.dashboard-content .dashboard-tab .list-pt-display li span.lp-list-sp-icon,
.bottom-section form > span, .breadcrumbs li, .breadcrumbs li > span, .breadcrumbs li > a
 {
  font-size: 12px;
}
.user-description-box > ul li span.count-text, .user-description-box > ul li span.count {
    font-size: 14px;
}
blockquote:after,
.lp-blockquote:after {
    font-size: 71px;
}
.listing-second-view .slides_count, .lp-listing-form input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
    font-size: 11px;
}
.listing-second-view .widget-box.viewed-listing > h2, .listing-second-view .widget-box, p.lp-list-view-paypal-tit, .listing-second-view .open-hours h2 {
    font-size: 23px;
}
.listing-second-view .listing-post article figure figcaption .bottom-area h4, .listing-second-view .online-booking-form > a.onlineform,
.listing-second-view .listing-post article figure figcaption .bottom-area h4 a, .ui-accordion .ui-accordion-header span,
.secondary-btn, .lp-search-icon,
.lp-grid-box .lp-h4, .lp-grid-box .lp-h4 a {
    font-size: 19px;
}
.listing-second-view .widget-box.viewed-listing > article > .details > p, .help-tooltip > p, .listing-second-view .open-hours ul li a,
.listing-second-view .open-hours ul li a, a.status-btn > span {
    font-size: 12px;
}
.listing-second-view .post-meta-left-box h1 span.claimed i, .lp-grid-box h4.lp-h4 span.verified,
.popup-inner-left-padding .lp-grid-box-left h4.lp-h4 .verified {
    font-size: 8px;
}
.lp-modal-list button.close {
    font-size: 31px;
}
.comments-header h3, .tes-icon i, .listing-second-view .widget-box.paid-listing h2 {
    font-size: 21px;
}
.quick_tip h2 {
  font-size: 22px;
}
.pg-404-p {
    font-size: 27px;
}
.pg-404-tit {
    font-size: 200px;
}
.about-box-icon i, .popup-post-left-upper h1, .popup-post-left-upper h1 a {
    font-size: 29px;
}
.btn-file input[type=file] {
    font-size: 99px;
}
.widget-social li i, .post-rice {
    font-size: 23px;
}
.form-review-stars li i {
    font-size: 33px;
}
.overlay-video-thumb i{
    font-size: 67px;
}
.lp-menu ul li a i{
    font-size: 9px;
}
.vertical_view .lp-price-main .lp-title p {
    font-size: 58px;
}
.lp-grid-box-description  span.rate{
	font-size: 14px !important;
}
/*  1 Common Css 
	2 Header 
		2.1  Top Bar  
		2.2  Menu Bar  
		2.3  Home Search Container  
	3 Sections	
		3.1  Home Categoires
		3.2  Location Sections
		3.3  Nearby Sections
		3.4  Grid Box Sections
		3.5  Testimonials Section
		3.6  Blog Grids Section
		3.7  Popup Box
		3.8  Page Header
		3.9  Breadcrumbs
		3.10 Listing Pages
		3.11 Author Page
		3.12 Blog Single Page
		3.13 Comments Box
		3.14 Post Detail
		3.15 Post Sidebar
		3.16 Pricing Plan
		3.17 Accordion
		3.18 Post Submit
		3.19 About US
		3.20 Contact US
		
		3.21 Login
		3.22 404 Page
		3.23 ToolTip
		3.24 Post List View
	4 Footer
		4.1 Footer Upper Bar
		4.2 Footer Bottom Bar
*/
/* @import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,100,300,600,700);
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800'); */

/*======================1 Common Css===========================*/
body{
    overflow-x: hidden;
	margin:0;
    font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}

p,span,input,.post-detail-content,li a,.show a,.lp-grid-box-description ul,.chosen-container,.accordion-title,.lp-grid-box-bottom a,time,label,#input-dropdown li a,#input-dropdown span{
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h1 span,h2 span,h3 span,h4 span,.question-icon,.lp-search-description p,.lp-banner-browse-txt,.lp-home-categoires span,.nearby-description p,.testimonial-description p,.lp-blog-grid-author a,.lp-blog-grid-author span,.lp-menu a,.lp-join-now li a,.lp-add-listing-btn li a,li.grayscale-dollar > span,.review-form form .form-group > label,.post-price-row .post-rice,.currency-signs li a, #menu-footer a,.footer-bottom-bar a,.footer-bottom-bar p,.footer-bottom-bar span,.city-girds a,.city-girds label,
.listing-second-view .features-listing > ul > li span, .widget-box.reservation-form a.make-reservation, a.open-modal,
.dashboard-content .postbox table.widefat .review-content > p > span {
	 font-family: 'Quicksand', sans-serif;
}
ul{
	list-style:none;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.lp-h1, .lp-h2, .lp-h3, .lp-h4, .lp-h5, .lp-h6, .lp-h1 a, .lp-h2 a, .lp-h3 a, .lp-h4 a, .lp-h5 a, .lp-h6 a {
	font-weight:bold;
	color:#333;
}
a:focus, input:focus {
	outline: none !important;
}
.vc_column_container,.row_inner,.row_inner_wrapper{
	padding:0px !important;
}
.vc_row {
	margin-right:0px !important;	
	margin-left:0px !important;	
}
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button{
	margin-bottom:0px !important;
}
.row_inner_wrapper.container{
	width:auto !important;
}
.post-slide .slick-dots{
	margin-bottom:17px;
}
.success_box {
	display:none;
}
p{
	font-weight:400;
	line-height:26px
}
.paragraph-form{
	line-height:24px;
}
a:hover,a:focus{
	text-decoration:none;
}
a:focus{
	outline:none;
}
input,
.lp-input{
	border:0px;
}
input:focus,
.form-control:focus{
	box-shadow:none;
	outline:none;
}
.form-group label{
	font-weight:600;
	line-height:26px;
}
blockquote,
.lp-blockquote{
	font-family:'quicksand';
	line-height:30px;
	border-left:0px;
	quotes: "\201C""\201D""\2018""\2019";
	position: relative;
	font-style: italic;
	padding-left: 50px;
	text-align:center;
}
blockquote:after,
.lp-blockquote:after{
	position:absolute;
	top:23px;
	left:0;
	content: open-quote;
}
img{
	max-width:100%;
	height:auto;
}
button:focus{
	outline:none;
}
.lp-border{
	border:1px solid #e3e3e3;
}
.lp-border-bottom{
	border-bottom:1px solid #e3e3e3;
}
.lp-border-top{
	border-top:1px solid #e3e3e3;
}
.lp-border-right{
	border-right:1px solid #e3e3e3;
}
.lp-border-left{
	border-left:1px solid #e3e3e3;
}
.lp-border-radius-0{
	border-radius:0px;
}
.lp-border-radius-5{
	border-radius:5px;
}
.lp-border-radius-8{
	border-radius:8px;
}
.lp-primary-btn{   
    font-weight: bold;
    font-family: 'quicksand';
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: 0px;
    padding: 15px 60px;
    border-radius: 5px;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.file-upload-btn{   
    font-weight: bold;
    font-family: 'quicksand';
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: 0px;
    padding: 12px 36px;
    border-radius: 5px;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.lp-secondary-big-btn {
	border-radius: 5px;
	color: #fff;
	font-family: "quicksand";
	font-weight: bold;
	padding: 15px 78px;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a.lp-primary-btn{   
	padding: 18px 60px;
}
.lp-primary-btn:hover{
	text-decoration:none;
}
.lp-secondary-btn {
	padding:12px 30px 12px 30px;
	font-weight: bold;
	font-family: 'quicksand';
	border-radius: 5px;
	color:#fff;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.margin-top-subtract-55{
	margin-bottom:-55px;
}
.margin-top-subtract-25{
    margin-top: -25px;
}
.marker-cluster{
	z-index:9999 !important;
}

/* PADDING BOTTOM */
.padding-bottom-5{padding-bottom:5px;}
.padding-bottom-10{padding-bottom:10px;}
.padding-bottom-15{padding-bottom:15px;}
.padding-bottom-20{padding-bottom:20px;}
.padding-bottom-30{padding-bottom:30px;}
.padding-bottom-35{padding-bottom:35px;}
.padding-bottom-40{padding-bottom:40px;}
.padding-bottom-44{padding-bottom:44px;}
.padding-bottom-45{padding-bottom:45px;}
.padding-bottom-50{padding-bottom:50px;}
.padding-bottom-60{padding-bottom:60px;}
.padding-bottom-64{padding-bottom:64px;}
.padding-bottom-67{padding-bottom:67px;}
.padding-bottom-70{padding-bottom:70px;}
.padding-bottom-74{padding-bottom:74px;}
.padding-bottom-84{padding-bottom:84px;}
.padding-bottom-77{padding-bottom:77px;}
.padding-bottom-80{padding-bottom:80px;}
.padding-bottom-90{padding-bottom:90px;}
.padding-bottom-100{padding-bottom:100px;}
.padding-bottom-110{padding-bottom:110px;}
.padding-bottom-120{padding-bottom:120px;}
.padding-bottom-130{padding-bottom:130px;}
.padding-bottom-140{padding-bottom:140px;}
.padding-bottom-150{padding-bottom:150px;}
.padding-bottom-160{padding-bottom:160px;}
.padding-bottom-170{padding-bottom:170px;}
.padding-bottom-180{padding-bottom:180px;}
.padding-bottom-190{padding-bottom:190px;}
.padding-bottom-200{padding-bottom:200px;}
.padding-bottom-250{padding-bottom:250px;}
.padding-bottom-270{padding-bottom:270px;}

/* PADDING TOP */
.padding-top-5{padding-top:5px;}
.padding-top-10{padding-top:10px;}
.padding-top-15{padding-top:15px;}
.padding-top-20{padding-top:20px;}
.padding-top-25{padding-top:25px;}
.padding-top-30{padding-top:30px;}
.padding-top-35{padding-top:35px;}
.padding-top-40{padding-top:40px;}
.padding-top-50{padding-top:50px;}
.padding-top-60{padding-top:60px;}
.padding-top-64{padding-top:64px;}
.padding-top-67{padding-top:67px;}
.padding-top-70{padding-top:70px;}
.padding-top-74{padding-top:74px;}
.padding-top-84{padding-top:84px;}
.padding-top-77{padding-top:77px;}
.padding-top-80{padding-top:80px;}
.padding-top-90{padding-top:90px;}
.padding-top-100{padding-top:100px;}
.padding-top-110{padding-top:110px;}
.padding-top-120{padding-top:120px;}
.padding-top-125{padding-top:125px;}
.padding-top-130{padding-top:130px;}
.padding-top-137{padding-top:137px;}
.padding-top-140{padding-top:140px;}
.padding-top-150{padding-top:150px;}
.padding-top-160{padding-top:160px;}
.padding-top-170{padding-top:170px;}
.padding-top-180{padding-top:180px;}
.padding-top-190{padding-top:190px;}
.padding-top-200{padding-top:200px;}
.padding-top-220{padding-top:220px;}
.padding-top-250{padding-top:250px;}
.padding-top-270{padding-top:270px;}

/* MARGIN BOTTOM */
.margin-bottom-0{margin-bottom:0;}
.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px!important;}
.margin-bottom-15{margin-bottom:15px!important;}
.margin-bottom-20{margin-bottom:20px !important;}
.margin-bottom-25{margin-bottom:25px ;}
.margin-bottom-30{margin-bottom:30px;}
.margin-bottom-35{margin-bottom:35px;}
.margin-bottom-40{margin-bottom:40px!important;}
.margin-bottom-50{margin-bottom:50px;}
.margin-bottom-60{margin-bottom:60px;}
.margin-bottom-70{margin-bottom:70px;}
.margin-bottom-100{margin-bottom:100px;}
.margin-bottom-150{margin-bottom:150px;}
.margin-bottom-120{margin-bottom:150px;}
.margin-bottom-200{margin-bottom:200px;}
.margin-bottom-250{margin-bottom:250px;}
.margin-bottom-270{margin-bottom:270px;}

/* MARGIN LEFT */
.margin-left-0{margin-left:0;}
.margin-left-5{margin-left:5px;}
.margin-left-10{margin-left:10px !important;}
.margin-left-15{margin-left:15px !important;}
.margin-left-20{margin-left:20px !important;}
.margin-left-25{margin-left:25px ;}
.margin-left-30{margin-left:30px;}
.margin-left-35{margin-left:35px;}
.margin-left-40{margin-left:40px !important;}
.margin-left-50{margin-left:50px;}
.margin-left-60{margin-left:60px;}
.margin-left-70{margin-left:70px;}
.margin-left-100{margin-bottom:100px;}
.margin-left-150{margin-left:150px;}
.margin-left-120{margin-left:150px;}
.margin-left-200{margin-left:200px;}
.margin-left-250{margin-left:250px;}
.margin-left-270{margin-left:270px;}

/* MARGIN TOP */
.margin-top-0{margin-top:0;}
.margin-top-5{margin-top:5px;}
.margin-top-10{margin-top:10px;}
.margin-top-15{margin-top:15px;}
.margin-top-20{margin-top:20px;}
.margin-top-25{margin-top:25px;}
.margin-top-30{margin-top:30px;}
.margin-top-35{margin-top:35px;}
.margin-top-40{margin-top:40px;}
.margin-top-45{margin-top:45px;}
.margin-top-50{margin-top:50px;}
.margin-top-60{margin-top:60px;}
.margin-top-70{margin-top:70px;}
.margin-top-80{margin-top:80px;}
.margin-top-100{margin-top:100px;}
.margin-top-110{margin-top:110px;}
.margin-top-120{margin-top:100px;}
.margin-top-150{margin-top:150px;}
.margin-top-170{margin-top:170px;}
.margin-top-200{margin-top:200px;}
.margin-top-250{margin-top:250px;}
.margin-top-270{margin-top:270px;}
.margin-right-15{margin-right:2%;}
.padding-left-0{padding-left:0 !important;}
.padding-left-10{padding-left:15px !important;}
.padding-left-40{padding-left:40px;}
.padding-right-40{padding-right:40px;}
.padding-right-0{padding-right:0;}
.padding-right-10{padding-right:15px !important;}
.padding-right-left-100{padding-left:100px;padding-right:100px;}
.padding-0{
	padding:0 !important;
}
.padding-40{
	padding:40px;
}
.margin-right-0{
	margin-right:0px !important;
}
.margin-right-30{
	margin-right:30px !important;
}
.margin-left-30{
	margin-left:-30px !important;
}
.margin-top-subtract-35{
	margin-top:-50px;
}
.font-bold{
	font-weight:bold;
}
.showbread{
	display:none;
}
.loader{
	background:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/loader.gif);
	width:50px;
	height:50px;
}
.content-loading{
	background:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/content-loader.gif) no-repeat center center;
	width:100%;
	min-height:300px;
}
.container-fullwidth{
	padding-left:15px;
	padding-right:15px;
}
.overlay-link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.social-icons{
	padding:0;
	margin:0;
	list-style:none;
}

/*app style by sajid*/
/*app view styles*/
.listing-app-view .lp-list-page-grid .clearfix{
	display:block !important;
}
.listing-app-view .post-stat .fa-star{
 color: #7f7f7f !important;
}
.listing-app-view .post-meta-info{
    background-color: #fff !Important;
    border: 1px solid #dbe7ef;
    border-radius: 8px;
    margin: -40px auto 0;
    position: relative;
    width: 90%;
    overflow: hidden;
}
.listing-app-view .content-white-area .single-inner-container{
 padding-top: 0;
}
.listing-app-view .post-meta-info{
 padding-top: 27px !important;
 padding-bottom: 0px !important;
}
.listing-app-view .listing-second-view .post-meta-left-box h1{
 margin-bottom: 5px;
    font-size: 22px !important;
    margin-top: 5px;
}
.listing-app-view  .listing-second-view .post-meta-right-box .post-stat li{
	margin: 0;
    text-align: center;
    width: 32%;
    border-right: 1px solid #dedede!important;
    border-radius: 0px;
	padding-top: 10px!important;
    padding-bottom: 20px!important;
    line-height: 0px;
}
.listing-app-view  .listing-second-view .post-meta-right-box .post-stat li:last-child{
	border-right:0px !Important;
}

.listing-app-view2 .post-meta-right-box .post-stat{
	width: 100%;
    border-top: 1px solid #dedede;
	margin-top: 15px;
}
.listing-app-view2 .post-meta-right-box .post-stat > li > a i {
    margin-right:0px!important;
    display: block;
    margin-bottom: 10px;
}
.listing-app-view .nav-tabs > li{
 width: auto;
}
.listing-app-view .tab-content{
 background-color: #eff3f6 !important;
}
.listing-app-view .nav-tabs > li > a:hover:after,
.listing-app-view .nav-tabs > li.active > a:after,
.listing-app-view .nav-tabs > li.active > a:hover:after,
.listing-app-view .nav-tabs > li.active > a:focus:after{
 border-bottom-color: #eff3f6 !important;
}
.listing-app-view .nav-tabs > li > a:after{
 border-left: 8px solid transparent;
 border-right: 8px solid transparent;
 border-bottom-width: 10px;
}
.listing-app-view .nav-tabs > li.active > a{
 background-color: transparent !important;
 color: #363F48;
}
.listing-app-view .listing-app-view2 .nav-tabs > li > a:after{
	bottom: -2px!important;
}
.listing-app-view .nav-tabs > li > a::after{
 border-bottom-color: transparent;
}
.listing-app-view .tab-content .post-detail-content{
 border: none;
}
.listing-app-view .open-hours{
 border-left: none;
 border-right: none;
 border-radius: 0;
 border: none;
 padding-bottom: 0px;
 width: auto;
 margin-left: 15px;
 margin-right: 15px;
 padding-left:5px;
 padding-right:5px;

}
.listing-app-view .open-hours ul li span{
 float: none;
 margin-left: 2px;
}
.listing-app-view .open-hours ul.hidding-timings li span{
 float: right;
}
.listing-app-view .widget-box.app-view-timings{
 margin-bottom: 0 !important;
 background-color: #eff3f6;
}
.listing-app-view .listing-second-view .listing-price.widget-box{
    width: 92%;
    margin-left: 15px;
	margin-right: 15px;
    margin-top: 12px;
    margin-bottom: 20px!important;
    padding: 0px 10px;
    border: 0px;
}
.listing-app-view .listing-second-view .map-area{
 border-radius: 0;
 border-left: 0;
 border-right: 0;
}
.listing-app-view .review-form,
.listing-app-view .reviews-section{
  width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
 margin-left: 15px;
 margin-right: 15px;
 margin-top:30px;
}
.listing-app-view .tab-content iframe{
 max-width: 90%;
 height: auto;
 margin-left: 5%;
}
.listing-app-view2 .tab-content iframe{
	height:225px;
}
.listing-app-view .review-thumbnail{
 float: left;
 margin-right:10px;
}
.listing-app-view .review-post figcaption{
 text-align: left;
  width: -webkit-calc(100% - 66px);
    width: -moz-calc(100% - 66px);
    width: calc(100% - 66px);
    float:right;
}
.listing-app-view .review-post figcaption > h3{
	font-size:16px;
	margin-bottom: 2px;
}
.listing-app-view .review-post time{
 margin-bottom: 4px;
 display: block;
 font-size: 12px;
}
.listing-app-view .review-post .bottom-section form > span{
 display: block;
 width: 100%;
 text-align: left;
}
.listing-app-view .review-post .bottom-section ul{
 float: none;
 display: block;
 text-align: center;
}
.listing-app-view .review-post .bottom-section ul li{

 float: none;
}
.listing-app-view .review-post .bottom-section ul li a{
     padding: 5px 7px!important;
	 margin-right:5px;
}
.listing-app-view .bottom-section ul li a{
	height: 30px!important;
    line-height: 20px!important;
}
.footer-upper-bar-for-app{
    padding:0px;
}
.footer-upper-bar-for-app a {
    color: #fff;
	
    padding: 15px 0;
    display: inline-block;
}
.footer-upper-bar-for-app .col-sm-4 {
	border-right:1px solid #fff;
	    padding: 0px;
}
.footer-upper-bar-for-app .col-sm-4:last-child{
	border-right:0px;
}
.footer-upper-bar-for-app a img{
	width:23px;
}
.footer-upper-bar-for-app > a{
    border-right:1px solid #fff;
}
.footer-upper-bar-for-app a i{
 margin-right: 4px;
}
.listing-app-view .review-form{
 margin-bottom: 0 !important;
}
.get-directions span.phone-number{
 background-color: #7f7f7f;
 color: #fff;
 padding: 0 5px;
}
.listing-app-view .slick-dots{
 bottom: 50px;
}
.listing-app-view .slick-dots li button{
 height: 8px;
 width: 8px;
}
.listing-app-view .slick-dots li{
 margin: 0 4px;
 height: 8px;
 width: 8px;
}
.listing-app-view a.show-all-timings{
       background-color: transparent;
    border: medium none;
    position: relative!important;
    color: #000;
    font-size: 12px;
    float: right!important;
    text-align: center;
    width: auto;
    bottom: 0px;
    right: 0;
    left: auto;
    transform: none!important;
	line-height: 38px;
	padding-right: 0px;
}
 .app-view-header .lp-logo-container{
        float: left;
    }
    .app-view-header .lp-menu-bar .mobile-nav-icon{
        position: static;
        margin-top: 7px;
    }
    .app-view-header .lp-logo{
        float: left;
        text-align: left;
        margin-left: 10px;
    }
    .app-view-header .lp-logo img{
        
    }
    .open-filter,
   .close-filter,
    .home-filter-close,
    .home-filter-open{
       color: #fff;
       font-size: 20px;
       margin: 10px;
	   margin-right:3px;
       display: inline-block;
   }
   .open-filter:hover,
   .close-filter:hover,
    .home-filter-close:hover,
    .home-filter-open:hover{
       color: #fff;
   }
   .app-view-header .lp-search-toggle .close-filter,
	.app-view-header .lp-search-toggle  .home-filter-open{
	   display: none;
   }
   .app-view-header .lp-search-toggle.app-view-filter-open .close-filter{
	   display: inline-block;
   }
   .app-view-header .lp-search-toggle.app-view-filter-open .open-filter{
	   display: none;
   }
	.app-view-header .lp-search-toggle.app-view-filter-close .home-filter-open{
		display: inline-block;
	}
	.app-view-header .lp-search-toggle.app-view-filter-close .home-filter-close{
		display: none;
	}
    .listing-app-view2 .col-xs-12,
    .listing-app-view2 .col-sm-12{
       
        width: 100%;
    }
    .listing-app-view .rating-section{
        padding-bottom:15px !important;
		    padding-top: 0px!important;
    }
    .listing-app-view  .open-hours ul{
        display:inline-block;
        width:auto;
    }
    .make-reservation-outer{
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    }
    .listing-app-view  .listing-price.widget-box{
        margin:0px 20px 30px;
         width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    }
    .app-view #accordion h5{
        border:0px !important;
    }
    .listing-app-view  .ui-accordion-content{
        border:0px !important;
    }
    .listing-app-view .app-view .post-detail-content{
         padding: 30px 20px 23px;
    }
    .listing-app-view #listing-video{
        padding:37px 20px;
    }
    .listing-app-view .app-view .nav-tabs > li > a:hover,.listing-app-view .app-view .nav-tabs > li > a:focus,.listing-app-view .app-view .nav-tabs > li > a{
        background-color:transparent;
        color:#fff;
    }
	.listing-app-view .app-view .nav-tabs{
		background:#363F48;
	
	}
	
    .listing-app-view .app-view .extra-fields {
        background: #eff3f6 none repeat scroll 0 0;
        border:0px;
        border-radius: 0;
        padding:30px 20px 50px;
    }
    .listing-app-view .app-view #listing-des .features-listing.extra-fields a.show-all-timings {
    bottom: 18px;
	display:none;
}
.listing-app-view .app-view{
border-top:1px solid #dedede;
}
.review-post figcaption > h3{
	margin-top:0px;
}
.listing-app-view .open-hours ul li a{
	margin-left: 6px;
}
.listing-app-view2 .listing-second-view .listing-price .price-area .claim-area .phone-icon {
display: inline !important;
}
.listing-app-view .Opened{
	float:right;
}
.app-view-header-container{
	padding:0px 30px;
}
section.listing-app-view .post-meta-info .post-meta-left-box .breadcrumbs li:last-child{
	display:none;	
}
section.listing-app-view .post-meta-info .post-meta-left-box .breadcrumbs li:nth-child(2){
	margin-right:0px;
}
.listing-app-view  .post-meta-left-box > p{
	margin-bottom:10px !important;
}
.listing-app-view .rating-section > .rate{
	height: 24px !important;
    line-height: 24px !important;
	width: 48px !important;
	border-radius: 2px !important;
	font-size: 12px !important;
	padding: 0px!important;
}
.listing-app-view2 .post-meta-right-box .post-stat li{
	    border: 0px solid #dedede !important;
    background-color: #fff!important;
    padding: 0px!important;
	    text-align: center!important;
}
.listing-app-view2 .post-meta-right-box .post-stat > li > a,.listing-app-view2 .post-meta-right-box .post-stat > li > a i,.listing-app-view2 .post-meta-right-box .post-stat > li > a span{
	color:#333 !important;
}
.listing-app-view2 .add-to-fav .email-icon{
	margin-right:0px !important;
}
.listing-app-view2 .rating-section > span{
	margin-left: 0px!important;
    margin-top: 4px;
}
.review-secondary-btn{
	width:243px !important;
	color:#fff !important;
	font-weight:400 !important;
	margin-bottom: 27px;
}
.review-secondary-btn i{
	color:#fff !important;
}
.listing-app-view2 .list-st-img li{
	border-bottom:1px solid #eee !important;
	margin-bottom: 0px;
    padding-bottom: 6px;
}
.listing-app-view2 .widget-social .list-st-img li{
border-bottom:0px solid #eee !important;
margin-top:6px;
}
.listing-app-view2 .map-area .listing-detail-infos{
	padding-bottom:0px !important;
	margin-top: 0px !important;
}
.listing-app-view2 .review-form{
	margin-top:27px!important; 
}
.listing-app-view .list_view.lp-grid-box-contianer1 .lp-grid-box-description{
	padding-bottom:0px !Important;
	padding-top:0px !Important;
}
.listing-app-view2 .post-meta-right-box{
	width:100%;
	
}
.listing-app-view2 .post-meta-right-box .post-stat > li > a{
	float:none !important;
	margin-left: 0px !Important;
    padding: 0px !Important;
}
.listing-app-view .listing-app-view2 .reviews-section article.review-post .review-thumbnail{
	width:54px;
	height:54px;
}
.listing-second-view .reviews-section span.rate {
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    height: 20px!important;
    line-height: 20px!important;
    margin-top: 0px!important;
    width: 35px;
}
.grid_view2 span.rate {
    border-radius: 3px;
    line-height: 13px!important;
    height: 18px!important;
    padding: 3px 8px!important;
    font-size: 11px!important;
	margin-top:1px!important;
}
.listing-app-view .list_view span.rate{
	 border-radius: 2px;
    line-height: 18px!important;
    height: 18px!important;
    padding: 0px!important;
    font-size: 11px!important;
    margin-top: 1px!important;
    width: 27px!important;
    text-align: center;
}
.listing-app-view .listing-app-view2 .bottom-section{
	margin-top:0px;
}
.listing-app-view .listing-app-view2 .review-form .lp-review-btn {
    padding: 4px 10px;
    font-size: 14px;
}
.listing-app-view .listing-app-view2 .review-form #reply-title {
    font-size: 14px;
    line-height: 24px;
}
.listing-app-view .listing-app-view2 .review-form{
	padding: 9px 15px;	
}
/* listing archive app view start*/ 
.listing-app-view-bar{
 background-color: #363f48;
 color: #fff;
 padding: 10px 0;
 margin-bottom: 22px;
 position: relative;

}
.listing-app-view-bar .form-group{
 float: left;
 margin-right: 5px;
 margin-bottom: 0;
}
.listing-app-view .leaflet-control-container .leaflet-top{
 top: 125px;
}
.listing-app-view-bar .right-icons{
}
.listing-app-view-bar .right-icons a.map-view-icon{
 color: #fff;
 font-size: 16px;
 display: inline-block;
 border: solid 1px #fff;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 width: 34px;
 text-align: center;
 padding: 5px 0;
 margin-left: 6px;
 float: right;
 position:relative;

}
.listing-app-view-bar .right-icons a.active{

}
.listing-app-view-bar .search-filter a{
 color: #fff;
 font-size: 16px;
 display: inline-block;
 padding: 4px 0;
}
.listing-app-view .lp-grid-box{
 padding: 10px 11px!important;
 margin-bottom: 5px !important;
   
}

.listing-app-view .lp-grid-box-thumb{
 width: 30%;
 float: left;
}
.listing-app-view  .list_view .lp-grid-desc-container{
 width: calc(100% - 70px);
display: inline-block!important;
    vertical-align: middle!important;
    float: none!important;
 padding-left: 5px !Important;
 padding:0px;
}
.listing-app-view .lp-grid-box-contianer1{
 margin-bottom: 15px;
}
.listing-app-view .lp-grid-box-contianer1.list_view .lp-grid-box-description{
padding-left: 0;
padding-right: 0;
    width: 100%;
}
.listing-app-view .lp-grid-box-left.pull-left > ul > li{
 padding-left: 5px;
 padding-right: 5px;
}
.listing-app-view .listing-with-map .list_view.lp-grid-box-contianer1 .lp-grid-box-description h4{
 margin-top: 0;
 margin-bottom: 0;
}
.listing-app-view .list_view .lp-grid-box-left.pull-left > ul{
 margin-bottom: 0;
}
.listing-app-view .list_view .lp-grid-box-thumb img{
 border-radius: 5px;
}
.listing-app-view .lp-grid-box-left.pull-left > ul > li:first-of-type{
 font-size: 14px !important;
}
.listing-app-view .grid_view.lp-grid-box-contianer{
 
 float: left;

}
.listing-app-view .content-grids-wraps .grid_view.lp-grid-box-contianer{
 
width:50% !important;
padding:0px 5px !important;

}
.listing-app-view .map-view-list-container2 .grid_view.lp-grid-box-contianer{
 padding: 0 5px;
}
.listing-app-view .map-view-list-container2 .slick-active{
	
}
.map-view-list-container2 .clearfix.slick-slide{
	
}
.listing-app-view .grid_view.lp-grid-box-contianer .lp-grid-box-thumb,
.listing-app-view .grid_view.lp-grid-box-contianer .lp-grid-desc-container{
 width: 100%;
 float: none;
}
.listing-app-view .grid_view.lp-grid-box-contianer .lp-grid-box{
 padding: 0 !important;
 min-height: auto;
 border-radius:8px;
}
.listing-app-view .grid_view.lp-grid-box-contianer .lp-grid-box-description{
 padding: 0;
}
.listing-app-view .grid_view.lp-grid-box-contianer .lp-grid-box{
	background-color:transparent !important;
}
.listing-app-view .grid_view.lp-grid-box-contianer .lp-grid-box-description h4.lp-h4 > a{
 font-size: 14px;
 line-height: 20px;
}
.listing-app-view .grid_view.lp-grid-box-contianer .lp-grid-box-description h4.lp-h4{
 margin-bottom: 0;
}
.listing-app-view .grid_view.lp-grid-box-contianer .lp-grid-box-left.pull-left{
 width: 100%;
 padding: 0;
}
.listing-app-view .grid_view.lp-grid-box-contianer .grid-view-hide{
 display: none;
}
.listing-app-view .map-view-list-container{
 position: fixed;
 z-index: 10;
 bottom: 15px;
 display: none;
 width: 100%;
 height: 80px;
}
.listing-app-view .map-view-list-container .lp-grid-box-contianer{
 margin-left: 5px;
 margin-right: 5px;
}
.listing-app-view .map-view-list-container .lp-grid-box{
 padding: 10px !important;
}
.listing-app-view .map-view-list-container .lp-grid-box-description h4 a{
 font-size: 14px;
 line-height: 20px;
}
.listing-app-view .map-view-list-container .lp-grid-box-left ul li{
 margin-top: 5px !important;
}
.listing-app-view .listing-with-map{
 padding-bottom: 0;
}
.listing-app-view .footer-app-menu{
 background-color: #f0f0f0;
 padding: 0px 10px;
 text-align: center;
}
.listing-app-view .footer-app-menu ul{
 padding: 0;
 margin: 0;
 list-style: none;
 display:inline-block;
}
.listing-app-view .footer-app-menu ul li{
 display: inline-block;

 margin-right:25px;
 list-style: none;
 border-bottom: 1px solid transparent!important;
}
.listing-app-view .footer-app-menu ul li:last-child{
	margin-right:0px;
}
.listing-app-view .footer-app-menu ul li:before{
 margin-right: 10px;
}
.listing-app-view .footer-app-menu ul li a{
 color: #7f7f7f;
     display: block;
    padding: 15px 0px;
	font-size:12px;
}
.listing-app-view .footer-app-menu ul li a i{
 margin-right: 0px;
 display: inline-block;
width: 100%;
margin-bottom: 4px;
font-size:18px;
}
.listing-app-view .footer-app-menu ul li a:hover{
 color: #41a6df;
}
.listing-app-view .footer-app-menu ul li:hover{
	border-bottom:1px solid;
}
/*dashboad css given by sajid bahi*/
.listing-app-view .admin-top-section .user-details .user-portfolio{
 background-color: #3e2e2e;
}
.listing-app-view .admin-top-section-bar{
 background-color: #2e313e;
}
.listing-app-view .admin-top-section-bar .admin-menue-icon{
 float: left;
 color: #fff;
padding-left:20px;	
}
.listing-app-view .admin-top-section-bar .admin-menue-icon button{
 float: none;
}
.listing-app-view .admin-top-section-bar .lp-contact-support{
 float: right;
 color: #fff;
padding-right: 20px;
 text-align: right;
 margin-top: 0;
}
.listing-app-view .admin-top-section-bar .lp-contact-support a{
    padding: 0 9px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 12px;
    font-weight: 400;
    border-radius: 3px!important;
}
.listing-app-view .admin-top-section-bar .lp-contact-support a,
.listing-app-view .admin-top-section-bar .lp-contact-support i{
 border-color: #fff;
 color: #fff;
}
.listing-app-view .dashboard-content{
 background-color: #f6f6f6;
 padding-bottom: 50px;
     min-height: 600px;
}
.listing-app-view .dashboard-content .dashboard-panel{
 width: 100%;
padding-left: 20px;
padding-right: 20px;
background: #fff;
}
.listing-app-view .dashboard-content-app-view .panel-dash-views{
 margin-top: 0;
 margin-bottom: 0;
 border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}
.listing-app-view .dashboard-content-app-view .panel-dash-views .padding-zero{
 padding: 0;
}
.listing-app-view .dashboard-content-app-view .panel-dash-views .count-box{
 border-radius: 0;
 text-align: center;
}
.listing-app-view .dashboard-content-app-view .panel-dash-views .count-box p.views{
 font-weight: 400;
 margin-bottom: 0;
 color:#333;
 line-height:16px;
}
.listing-app-view .dashboard-content-app-view .panel-dash-views .count-box i{
 margin-right: 3px;
}
.listing-app-view .dashboard-content-app-view .notices-area > .notice.info,
.listing-app-view .dashboard-content-app-view .notices-area > .notice.success,
.listing-app-view .dashboard-content-app-view .notices-area > .notice.warning,
.listing-app-view .dashboard-content-app-view .notices-area .notice.info .notice-icon,
.listing-app-view .dashboard-content-app-view .notices-area .notice.success .notice-icon,
.listing-app-view .dashboard-content-app-view .notices-area .notice.warning .notice-icon{
 background-color: #fff;
}
.listing-app-view .dashboard-content-app-view .notices-area .notice .notice-text{
 padding-left: 50px;
}
.listing-app-view .dashboard-content-app-view .notices-area > .notice > .notice-icon{
 width: 50px;
 border-radius: 5px;
}
.listing-app-view .dashboard-content-app-view .notices-area .notice.warning .notice-icon i{
 color: #fdf9e1;
}
.listing-app-view .dashboard-content-app-view .notices-area .notice.success .notice-icon i{
 color: #dbf1d6;
}
.listing-app-view .dashboard-content-app-view .notices-area .notice.info .notice-icon i{
 color: #00a9e5;
}
.listing-app-view .dashboard-content-app-view .user-description-box{
 width: 100%;
 margin-bottom: 20px;
}
.listing-app-view .dashboard-content-app-view .user-description-box .description-box{
   
    margin-right: 5px;
    width: calc(50% - 5px);
    border-radius: 3px;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 5px;

}
.description-box-pending{
	 background-color: #a4a4a4;
}
.description-box-publish{
	 background-color: #7cc752;
}
.description-box-expire{
	 background-color: #ff6c6c;
}
.description-box-campine{
	 background-color: #faab2e;
}
.listing-app-view .dashboard-content-app-view .user-description-box .description-box p{
color: #fff;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal!important;
    margin: 0px;
    line-height: 18px;
}
.listing-app-view .dashboard-content-app-view .pull-left.left-panel.tbl-cell{
 width: 220px !important;
}
.listing-app-view .dashboard-content-app-view .dashboard-tabs.lp-main-tabs.text-center > ul > li > a,
.listing-app-view .dashboard-content-app-view .dashboard-tabs.lp-main-tabs.text-center > ul > li > a > i{
 text-indent: 0;
 position: relative;
}
.listing-app-view .dashboard-content-app-view{
 position: relative;
 
 
}
.listing-app-view .dashboard-content-app-view .app-view-dashboard-menu{
 position: absolute;
 height: 100%;
 background-color: #363F48;
 z-index: 2;
 margin-left: -220px;
}
.listing-app-view .admin-top-section-bar .app-dashboard-menu-toggle{
 padding: 0;
 font-size: 24px;
}
.listing-app-view .app-view-dashboard-menu ul>li> a:after{
 position: absolute;
 right: 0;
 border: 8px solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
 border-right-color: #f1f1f1;
 top: 50%;
 margin-top: -8px;
 display: none;
}
.listing-app-view .app-view-dashboard-menu ul>li> a{
 border-left: none !important;
}
.listing-app-view .app-view-dashboard-menu ul>li> a i.fa-angle-down{

}
.listing-app-view .dashboard-content-app-view .dashboard-tabs.lp-main-tabs.text-center > ul > li > a.active-dash-menu,
.listing-app-view .dashboard-content-app-view .dashboard-tabs.lp-main-tabs.text-center > ul > li.dropdown.opened > a{
 background-color: #42a7df !important;
}

.listing-app-view .app-view-dashboard-menu ul>li> a.active-dash-menu:after,
.listing-app-view .dashboard-content-app-view .dashboard-tabs.lp-main-tabs.text-center > ul > li.dropdown.opened > a:after{
 display: block;
}
.listing-app-view .app-view-dashboard-menu .dashboard-tabs.lp-main-tabs.text-center > ul > li > ul > li > a{
 font-size: 13px !important;
}
.listing-app-view .app-view-dashboard-menu .dashboard-tabs.lp-main-tabs.text-center > ul > li > ul > li > a i{
 display: none;
}
.listing-app-view .app-view-dashboard-menu .dashboard-tabs.lp-main-tabs.text-center > ul > li > ul > li > a:before{
 margin-right: 5px;
}
.listing-app-view .app-view-dashboard-menu .dashboard-tabs.lp-main-tabs.text-center > ul > li > ul > li > a > span{
 margin-right: 15px;
}
.listing-app-view .admin-top-section{
	display:block !Important;
}
.listing-app-view .admin-top-section .user-portfolio .user-thumb{
	width:66px !important;
	border: 1px solid #fff;
	height: 66px;
}
.listing-app-view .admin-top-section h5.user-name{
	margin-left:0px !important;
	margin-top:10px !Important;
	font-size:14px !Important;
	margin-bottom: 0px!important;
}
.listing-app-view .admin-top-section .user-portfolio .user-text p{
	display:block !important;
	color:#fff !important;
	font-size: 12px !important;
    text-transform: capitalize;
}
.listing-app-view .admin-top-section .user-portfolio .user-text p:last-child{
	display:none !important;
}	
.listing-app-view .admin-top-section .user-portfolio {
    padding-top: 22px !important;
    padding-bottom: 20px !important;
	padding-left: 0px;
    padding-right: 0px;
}
.listing-app-view .admin-top-section .user-portfolio .user-text .user-name > span{
	display:none !Important;
}
.listing-app-view .admin-top-section .navbar-toggle{
	display:block !important;
}
.listing-app-view .panel-dash-views .count-box{
	box-shadow:none !important;
}
.listing-app-view .dashboard-content-app-view .panel-dash-views .count-box{
	    border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.listing-app-view .dashboard-content-app-view .panel-dash-views .count-box p:last-child{
	margin-bottom:0px;
}
.listing-app-view .dashboard-content-app-view .panel-dash-views .padding-zero:last-child .count-box{
	border:0px !important;
}
.listing-app-view .dashboard-panel .notices-area .notice-text p {
    display:none !Important;
}
.listing-app-view .dashboard-panel .notices-area .notice-text h2 {
    font-size: 11px !Important;
    margin: 0px !Important;
}
.listing-app-view .dashboard-panel .notices-area{
	padding: 20px 0 0 !important;
}
.listing-app-view .dashboard-content-app-view .notices-area > .notice{
	margin-bottom:20px !important;
}
.listing-app-view .panel-recent-activity{
	background:#f9f9f9 !important;
	padding:20px;
}
.listing-app-view .panel-recent-activity ul li span > time{
position:static !important;
    margin-top: 6px!important;
}
.listing-app-view .panel-recent-activity > ul > li{
	padding: 15px 5px 10px!important;
}
.listing-app-view .dashboard-content .tab-pane.fade,.listing-app-view .user-recent-listings-innerfade{
	padding: 0px !important;
}
.listing-app-view .dashboard-content .tab-header{
	margin-left:0px !important;
	margin-right:0px !important;
	margin-bottom: 20px !important;
}
.listing-app-view .dashboard-content .lp-list-view .lp-list-view-inner-contianer {
     
    padding: 20px 20px !important;
    margin-bottom: 10px !important;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
	  padding-bottom: 0px!important;
}
.listing-app-view .dashboard-content .lp-saved-listing-tab .lp-list-view .lp-list-view-inner-contianer{
	    padding-bottom: 50px!important;
}
.listing-app-view .dashboard-content .lp-list-view-inner-contianer .col-xs-12{
	padding:0px !important;
	vertical-align: top;
    display: inline-block;
    width: calc(100% - 100px);
}
.listing-app-view .dashboard-content-app-view .lp-listing-pending-tab .lp-list-view-inner-contianer .col-xs-12 {
   
    width: calc(100% - 100px)!important;
}
.listing-app-view .dashboard-content .lp-list-view-inner-contianer .col-md-4{
	width: 100% !Important;
}
.listing-app-view .dashboard-content .lp-list-view-inner-contianer .lp-list-view-content.lp-list-cnt {
    padding-top: 0px !important;
}
.listing-app-view .dashboard-content .lp-list-view-content-bottom{
	float:left !important;
	margin-bottom:20px !important;
}
.listing-app-view .dashboard-content .lp-rigt-icons.lp-list-view-content-bottom .lp-list-view-edit.list-style-none{
	    float: left !important;
       padding-top: 0px !important;
    width: auto !important;
    display: block !important;
	    
}
.listing-app-view .dashboard-content .user-recent-listings-innerfade .lp-list-view-content-bottom .edit-list{
	margin-right:15px !important;
}
.listing-app-view .dashboard-content .lp-list-view-content-bottom .list-style-none.list-st-img {
    float: left !important;
    margin-left:0px !important;
    width: auto !important;
    display: block !important;
}
.listing-app-view .lp-rigt-icons.lp-list-view-content-bottom .list-style-none.list-st-img > li{
	 margin-left:0px !important;
}
.listing-app-view .dashboard-content .lp-list-view .lp-list-view-inner-contianer > .col-md-9{
	
}
.listing-app-view .dashboard-content .lp-list-view-content-bottom .lp-list-view-edit{
	text-align:left !important;
}
.listing-app-view .dashboard-content .lp-list-view-content-bottom ul.lp-list-view-edit.list-style-none.aliceblue > li > a {
    padding: 8px 8px !important;
}
.listing-app-view .dashboard-content .lp-list-view .lp-list-view-inner-contianer > .col-md-1{
	width: 78px!important;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.listing-app-view .dashboard-content-app-view .lp-listing-pending-tab .lp-list-view .lp-list-view-inner-contianer > .col-md-1{
   width: 78px!important;
}
.listing-app-view .dashboard-content .lp-invoice-table .invoice-section table tr td{
	width:100% !important;
}
.page-template-template-dashboard.listing-app-view .aliceblue{
	    background-color: #f6f6f6;
}
.listing-app-view .dashboard-content .invoice-section{
	margin-left:20px;
	width:calc(100% - 40px);
}
.listing-app-view .dashboard-content .invoice-section .top-section > h3{
	display:inline-block;
	width:100%;
}
.listing-app-view .dashboard-content .invoice-section .top-section a.btn.btn-first-hover.pull-right.showme{
	float:none !important;
}
.listing-app-view .dashboard-content .resurva-booking{
	margin-left:20px;
	width:calc(100% - 25px);
}
.listing-app-view .dashboard-content .resurva-booking .lp-list-view-inner-contianer{
	padding: 10px 0px!important;
    margin-bottom: 10px !important;
    width:100% !important;
	margin:0px !Important;
}

.listing-app-view .dashboard-content .lp-list-view-inner-contianer #restaurant-menu .col-xs-12{
	width:100% !important;
	padding:0px 20px !important;
}
.listing-app-view .dashboard-content .row.lp-list-page-list{
	min-height:600px;
}
.dashboard-content-app-view .dashboard-tabs.lp-main-tabs.text-center > ul > li > ul > li > a{
	
	line-height:36px !important;
}
/*end dashboad css given by sajid bahi*/
/*start shoaib*/
.listing-app-view .lp-grid-box-description h4.lp-h4 > a{
    font-size:14px;
    line-height:19px;
}
.listing-app-view .list_view .lp-grid-box-description h4.lp-h4{
	line-height:0px;
	margin:0px;
}
.listing-app-view .listingpro-list-thumb img{
    height:auto;
}
.listing-app-view .list_view .lp-grid-box-left.pull-left > ul > li{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    line-height: 20px;
}
.listing-app-view .list_view .lp-grid-box-left.pull-left > ul > li a,.listing-app-view .list_view .lp-grid-box-left.pull-left > ul > li span{
    font-size:12px;
}
.listing-app-view .grid_view .lp-grid-box-left.pull-left > ul > li a,.listing-app-view .grid_view .lp-grid-box-left.pull-left > ul > li span{
    font-size:12px;
}
.listing-app-view .list_view .lp-grid-box-left.pull-left > ul > li:last-child{
    border-left:0px;
    padding-left:0px;
    margin-top:0px !important;
    margin-bottom:0px !important;
}
.listing-app-view .list_view .lp-grid-box-thumb{
   width: 63px !important;
    height: 63px!important;
    overflow: hidden!important;
	    display: inline-block!important;
    vertical-align: middle!important;
    float: none!important;
}
.listing-app-view .list_view .lp-grid-box-left.pull-left > ul > li:last-child{
   display: inline-block;
    float: left;
    text-align: left;
    width: 100%;
}
.listing-app-view .app-view-filters .close {
    opacity: 1;
   float: none;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #333;
    padding: 6px 20px;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
}
.listing-app-view .app-view-filters .close:hover{
	color:#fff;
}
/*end shoaib*/
/* listing archive app view ends*/ 

/*homepage style starts */

.listing-app-view .app-view-filters.md-show{
	
}
.listing-app-view .app-view-filters .md-content{
	width: 100%;
}
.listing-app-view .app-view-filters .md-content .form-inline{
	border: none;
	border: none;
	box-shadow: none;
	padding: 0;
	position: static;
	float: none;
}
.listing-app-view .app-view-filters .md-content .search-row{
	margin-top: 10px;
}
.listing-app-view .app-view-filters .md-close i{
	top: 5px;
	right: 5px;
}
.listing-app-view .app-view-locations{
	text-align: left;
}
.listing-app-view .app-view-locations .app-view-loction-box{
	padding-left: 3px;
	padding-right: 3px;
	border-radius: 0;
	margin-bottom: 6px;
}
.listing-app-view .app-view-locations .app-view-loction-box .city-girds{
	margin-bottom: 0px;
}
.listing-app-view .app-view-locations .app-view-loction-box .city-thumb{
	border-radius: 0;
	margin-bottom: 10px;
}
.listing-app-view .app-view-locations .app-view-loction-box .city-title{
	background: none;
	position: static;
}
.listing-app-view .app-view-locations .app-view-loction-box .city-title label{
	font-size: 12px;
}
.listing-app-view .app-view-locations .app-view-loction-box .city-title h3{
	font-size: 14px;
}
.listing-app-view .app-view-locations .app-view-loction-box .city-title a,
.listing-app-view .app-view-locations .app-view-loction-box .city-title label{
	color: #333333;
	line-height: 15px;
}
.listing-app-view .lp-section-title-container h1,
.listing-app-view .lp-section-title-container.text-center h1{
	text-align: left!important;
	font-size: 22px;
	margin-bottom: 0px;
	margin-top: 25px;
}
.listing-app-view .lp-section-content .lp-section-title-container{
	padding-top:0px !Important;
}
.listing-app-view .lp-section-content-container{
    padding-bottom: 0px !Important;
}
.listing-app-view.home .pos-relative .lp-home-banner-contianer{
    height: 220px;
}
.listing-app-view.home .lp_auto_loc_container h1{
	font-size: 26px !important;
	margin-top: 0;
	margin-bottom: 0;
}
.listing-app-view.home .lp_auto_loc_container .lp-banner-browse-txt{
	font-size: 14px;
	margin-bottom: 0;
}
.listing-app-view.home .app-view-search-bar{
	background: none;
	margin-top: 0;
}
.listing-app-view.home .lp-home-banner-contianer{
	height: 250px;
}
.listing-app-view .siginincontainer,
.listing-app-view .siginupcontainer,
.listing-app-view .forgetpasswordcontainer{
	top: 80px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	position: static !important;
}
.listing-app-view .login-form-pop-tabs{
	position: relative !important;
	width: 100%;
	left: 0;
	color: #fff;
	background-color: #41a6df;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: left;
	overflow:hidden;
	z-index:99999 !important;
}
.listing-app-view .siginincontainer,.listing-app-view  .siginupcontainer,.listing-app-view  .forgetpasswordcontainer{
	top:60px !important;
}
.listing-app-view .login-form-pop-tabs ul{
	padding: 0;
	margin: 0;
}
.listing-app-view .login-form-pop-tabs ul li{
	float: left;
	 display: inline-flex;
}

.listing-app-view .login-form-pop-tabs a{
	color: #fff;
	font-size: 15px;
    padding: 15px;
	
}
.listing-app-view .login-form-pop-tabs a.md-close{
	display: block;
	position: absolute;
	right: 15px;
	top: 25px;
}
.listing-app-view .social-login li{
	display: block;
	margin-top: 10px;
}
.listing-app-view .social-login li a{
	width: 100%;
	float: none;
	padding-top: 8px;
    padding-bottom: 8px;
}
.listing-app-view .siginincontainer{
	padding: 10px 20px!important;
}
.listing-app-view .lp-filter-wrap-app right{

}
.listing-app-view .lp-filter-wrap-app span{
	float: left;
	line-height:26px;
}
.listing-app-view .app-view-filters .listing-style-1{
	background:#fff;
	border-radius:5px;
}
.listing-app-view .app-view-filters .close{
	opacity:1;
}
.listing-app-view .app-view-filters .search-row .form-inline{
	padding:0px !important;
}
.listing-app-view .app-view-filters .modal-body {
    
    padding: 10px 25px;
   
}


.listing-app-view .app-view-filters .lp-filter-wrap-app{
	padding: 8px 0px;
    float: left;
    width: 100%;
    padding-bottom: 2px;
    border-bottom: 1px solid #e3e3e3;
}
.listing-app-view .app-view-filters .switch{
	margin-bottom:0px;
}
.listing-app-view .app-view-filters .lp-features-filter{
	border-bottom:0px !important;
}
.listing-app-view .app-view-filters .form-group:nth-child(2) ul li{
	margin-right:0px !Important;
}
.listing-app-view .app-view-filters p{
    margin-bottom: 5px;
    
    font-size: 15px;
}
.listing-app-view .app-view-filters .listing-style-1 .lp-filter-inner .more-filter{
	margin-top:0px;
}
.upper-case{	
	text-transform:uppercase;
}
/*start app home page shoaib*/
.login-form-pop-tabs .active{
	background:#fff;
	color:#333 !important;
}
.login-form-popup-outer .social-login li button,.login-form-popup-outer .social-login li a{
	border-radius:0px !important;
}
.login-form-popup-outer .social-login li button span,.login-form-popup-outer .social-login li a span {
    
    font-size: 12px;
    font-weight: 400;
    margin-left: 2px;
    text-transform: capitalize;
}
.login-form-popup-outer .social-login .facebook:hover {
    background-color: #3b5998;
	color:#fff;
}
.login-form-popup-outer .social-login .facebook:hover span{
	color:#fff;
}
.login-form-popup-outer .social-login .facebook{
	
	color:#3b5998;
	background:#fff;
	border:1px solid #3b5998;
}
.login-form-popup-outer .social-login .facebook span{
	color:#3b5998;
}

.login-form-popup-outer .social-login .twitter:hover {
    background-color: #55acee;
	color:#fff;
	
}
.login-form-popup-outer .social-login .twitter:hover span{
	color:#fff;
}
.login-form-popup-outer .social-login .twitter{
	border:1px solid #55acee;
	color:#55acee;
	background:#fff;
}
.login-form-popup-outer .social-login .twitter span{
	color:#55acee;
}

.login-form-popup-outer .social-login .google:hover {
    background-color: #d62d20;
	color:#fff;
}
.login-form-popup-outer .social-login .google:hover span{
	color:#fff;
}
.login-form-popup-outer .social-login .google{
	border:1px solid #d62d20;
	color:#d62d20;
	background:#fff;
}
.login-form-popup-outer .social-login .google span{
	color:#d62d20;
}
.alterna{
    margin: 15px 0 15px;
}

.alterna p{
	background:#dedede;
	text-align:center;
	border-radius:50%;
	color:#333;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	display:inline;
	padding: 6px;
}
.login-form-popup-outer .form-control{
	border:1px solid #dedede;	
	background:#f4f4f4;
	color: #333;
	
}
.login-form-popup-outer .form-control:focus {
    border: 1px solid #dedede;
	background:#fff;
}
.login-form-popup-outer .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.login-form-popup-outer .form-horizontal .radio,.login-form-popup-outer .form-horizontal .checkbox,.login-form-popup-outer .form-horizontal .radio-inline,.login-form-popup-outer .form-horizontal .checkbox-inline{
	 padding-top: 0px;
}
.login-form-popup-outer .form-horizontal .checkbox a{
	color:#41a6df;
	font-size:12px;
}
.login-form-popup-outer .siginincontainer,.login-form-popup-outer .siginupcontainer,.login-form-popup-outer .forgetpasswordcontainer {
    padding: 15px 25px;
}
.login-form-popup-outer .lp-secondary-btn{
	font-family:inherit !important;
}
.login-form-popup-outer .md-close i{
	background:transparent !important;
	right:10px !important;
}
.login-form-popup-outer{

	    z-index: 99999999;
	
}
.login-form-popup-outer .social-login li a {
    padding: 0px!Important;
    
    line-height: 26px;
    border-radius: 1px!important;
    border: 1px solid #333;
}
.login-form-popup-outer .social-login li a .fa{
	font-size: 12px;
    line-height: 20px;
}
.login-form-popup-outer .social-login li{
	margin-right: 5px;
    width: 30%;
	
}
.login-form-popup-outer .social-login li:last-child{
	margin-right:0px;
}
.login-form-popup-outer .social-login li{
	display:inline-block;
}
.login-form-popup-outer .social-login{
	text-align:center;
}
#app-view-login-popup .modal-body{
	padding:0px;
}
#app-view-login-popup{
    position:absolute !important;
    top: 0%;
   transform: translateY(0%);
}
.modal-open #app-view-login-popup {
   overflow-x: visible!important;
   overflow-y: visible!important;
}
.modal-open #app-view-login-popup {
   -webkit-box-sizing: border-box!important;
   -webkit-appearance: none!important;
}
#app-view-login-popup .modal-header {
    padding: 0px;
    border-bottom: 0px solid #e5e5e5;
    margin-bottom: 10px;
}
#app-view-login-popup .siginincontainer2,#app-view-login-popup .siginupcontainer2,#app-view-login-popup .forgetpasswordcontainer2{
	padding:0px 20px;
	padding-bottom:20px;
}
.siginupcontainer2{
	display:none;
}
.forgetpasswordcontainer2{
	display:none;
}
.listing-app-view #app-view-login-popup .login-form-pop-tabs a.md-close i{
	background-color: transparent !important;
    padding: 0px!important;
    width: auto;
    height: auto;
    line-height: initial;
}
.listing-app-view #app-view-login-popup .login-form-pop-tabs a.md-close{
	top:50% !important;
	transform:translateY(-50%) !Important;
	right:25px !Important;
	padding: 0px !important;
}
#app-view-login-popup .modal{
	background:rgba(0,0,0,.9)!important;
}
/*end home app  page shaoib*
/*homepage style ends*/
.listing-app-view .lp-filter-wrap-app span.app-filter-loader{
 position: absolute;
 left:-20px;
 display: none;
}
.md-close.widget-map-click.app-filter-close-btn{
	
	 background-color: #41a6df;
 color: #fff;
 font-size: 20px;
 padding: 5px 10px;
 border-radius: 5px;

} 
/*end app style by sajid*/


.social-icons li{
	display:inline-block;
}
.page-container{
	padding-bottom:60px;
}
.page-container-second{
	padding-top:90px;
	padding-bottom:60px;
}
.page-container-third{
	padding-top:65px;
	padding-bottom:90px;
}
.page-container-four{
	padding-top:45px;
	padding-bottom:90px;
}
.page-container-five{
	padding: 55px 0;
}
.page-container-six {
    padding-top: 90px;
    padding-bottom: 40px;
}
.form-page-heading{
	margin-bottom:45px;
}
.input-group-addon{
	background-color:#f4f4f4;
	padding:12px 16px;
}
.lp-form-container{
	padding:40px;
}
.lp-form-container input.form-control{
	height:40px;
}
.form-control{
	height:40px;
	box-shadow:none;
    border: 1px solid #e3e3e3;
}
.form-control:focus{
	border:1px solid #C1C1C1;
}
.input-group .custom-combobox{
	display:inherit;
}
.input-group .custom-combobox-input{
    border: 1px solid #e3e3e3;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.input-group .custom-combobox-input:focus{
    border: 1px solid #C1C1C1;
}
.input-group-addon i{
	color:#3c3c3c;
}
.form-inline .form-group{
	margin-right: 11px;
}
.input-width-299{
	width: 311px !important;
}
.full-width{
	width:100%;
}
.width-32-percent{
	width:calc(100% - 920px);
	background-image:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/sidebar-bg.jpg);
	background-repeat:no-repeat;
    background-size: auto 100%;
	background-position:top right;
	position:relative;
	height: 100%;
	position: fixed;
}
.width-68-percent{
    width: 920px;
    background-color: #fff;
    padding: 0px 15px;
	float:right;
}
.width-49-percent{
    width: 40%;
	float:left;
}
.listing-sidebar-left{
	max-width:270px;
    z-index: 9;
    position: relative;
	padding:20px 0px;
    margin-right: 30px;	
}
.listing-sidebar-left .ui-widget{
	width:100%;
    height: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.listing-sidebar .ui-autocomplete, .listing-sidebar-left .ui-widget select{
	width:200px !important;
	position:fixed !important;
}
.listing .LPtagsContainer {
	margin-top:5px;
}
.listing-sidebar-left .ui-widget:placeholder{
	color:#A9A9A9;
}
.form-cotnainer{
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px;
    border-radius: 5px;
}
.form-cotnainer .form-group{
	margin-bottom:10px;
	margin-right:0px;
	width:100%;
}
.form-cotnainer .form-group .input-group-addon {
    background-color: #e3e3e3;
    padding: 0px;
    width: 40px !important;
    height: 35px;
    line-height: 33px;
    text-align: center;
}
.form-cotnainer .form-control {
    height: 36px;
    box-shadow: none;
}
.form-inline .input-group{
	width:100%;
}
.form-cotnainer .form-group:last-child{
	margin-bottom:0px;
}
.listing-container-right{
	width:100%
}
.list-style-none{
	list-style:none;
    padding: 0px;
    margin: 0px;
}
.width-full{
	width:100%;
}
.slick-slide:focus,
.slick-slide img:focus{
	outline:none;
}
.slick-slide{
    cursor: move;
}
.line-height-16{
	line-height: 16px;
}
.width-50{
	width:50%;
	display:inline-block;
}
.form-inline .input-group .input-group-addon{
	width:40px;
}
.lp-input-202{
	width: 195px !important;
}
.ui-helper-hidden-accessible{
	display:none;
}
.pos-relative{
	position:relative;
}
.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);

}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.ui-autocomplete {
	z-index:999999;
}
.border-right-radius{
	border-top-right-radius:5px !important;
	border-bottom-right-radius:5px !important;
}
.border-dropdown span{
	position:relative;
}
.listing-sidebar-left .border-dropdown span:after,
.listing-sidebar-left .chosen-container-multi .chosen-choices:after{
	top: 11px;
}
.chosen-container-multi .chosen-choices:after{
	position:absolute;
	top: 14px;
	right: 17px;
	content: "\f0d7";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	color: #D3D3D3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.border-dropdown span:after{
	position:absolute;
	top: 50%;
	right: 17px;
	content: "\f0d7";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	color: #D3D3D3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
input.default{
	color:#A9A9A9;
}
.accordion-title{
	display:inline-block;
	width:80%;
	vertical-align:top;
}
/*=======================../Common Css=========================*/

/*======================2 Header Css===========================*/
.fullwidth-header{
	padding:0px 25px;
}
.lp-menu-bar  .header-filter{
	-moz-transform:translateY(0%);
	-webkit-transform:translateY(0%);
	-o-transform:translateY(0%);
	transform:translateY(0%);
}
.lp-header-full-width .lp-menu-bar  .header-filter{
	-moz-transform:translateY(0%);
	-webkit-transform:translateY(0%);
	-o-transform:translateY(0%);
	transform:translateY(0%);
}
.header-filter .form-control{
	border:none !important;
}
#inputsearch{
	border-radius: 0;
	position:relative;
}
#inputsearch:before {
  content: 'Numbers only';
  color: orange;
}
.lp-search-btn-header{
	 float: right;
    width: 0px;
}
.lp-search-btn-header .lp-search-btn {
    padding: 11px;
	 background: none;
}
.lp-search-btn-header i {
    color:#fff;
	font-size:27px;
	cursor: pointer;
    left: 10px;
    position: absolute;
    top: 8px;
}
.lp-header-bg{
	position:relative;
}
.lp-header-overlay{
	background-color:rgba(0, 0, 0, 0.6);
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.header-fixed{
    position: fixed;
    width: 100%;
	z-index:99999;
}

/*=====================2.1 Top Bar ==================== */
.lp-topbar{
	padding-top:15px;
	padding-bottom:15px;
    position: relative;
	z-index:9;
}
.lp-topbar-menu {
	padding:0px;
	margin:0px;
	line-height:32px;
}
.lp-topbar-menu li{
	display:inline-block;
	list-style-type: disc;
	margin-right:25px;
	position:relative;
}
.lp-topbar-menu li:before{
    content: "";
    position: absolute;
    left: -17px;
    top: 15px;
    color: #fff;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
	
}
.lp-join-now{
	line-height:48px
}
.lp-join-now a{
	text-transform:capitalize
}
.lp-join-now ul{
	padding:0;
	list-style:none;
}
.lp-topbar-menu li:first-child:before{
   list-style-type: none; 
   display:none;
}
.lp-topbar-menu li a:hover{
	text-decoration:underline;
}
.lp-join-now span{
	border-radius: 100%;
    float: left;
    height: 22px;
    line-height: 15px;
    margin-right: 5px;
    margin-top: 12px;
    overflow: hidden;
    width: 20px;
}
.lp-join-now span img{
	width: 100%;
}
.lp-join-now.after-login span{
    height: 30px;
    line-height: 16px;
    margin-top: 7px;
    width: 30px;
}
.margin-top-6{
	margin-top:6px;
}
.lp-join-now a{
    position: relative;
}
.lp-join-user-info ul{
	margin-bottom:0px;
}
.lp-user-menu {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    margin-left: -16px;
    max-height: 0;
    opacity: 0;
    position: absolute;
	padding-top:20px;
	padding-bottom:20px;
	right: 0px;
    top: 100%;
    transform: scale(0);
    transform-origin: 10% top 0;
    z-index: 999999;
    width: 200px;
    -webkit-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
       -moz-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
        -ms-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
         -o-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
            transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
}
.header-with-topbar .lp-join-now.after-login.lp-join-user-info {
    float: right;
}
.header-with-topbar .lp-join-now.after-login.lp-join-user-info .lp-user-menu {
	top: 105%;
}
.lp-user-menu li{
	background-color:#fff;
}
.lp-user-menu li:first-child{
	padding-top:10px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.lp-user-menu li:last-child {
	padding-bottom:10px; 
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
.lp-user-menu:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -9px;
    right: 15px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.lp-menu .children .page_item_has_children a,
.lp-menu .sub-menu .menu-item-has-children a {
	border-radius: 5px;
	position:relative;
}
.lp-menu .children .page_item_has_children a:after,
.lp-menu .sub-menu .menu-item-has-children a:after {
	content:'\f0da';
	position:absolute;
	top: 11px;
	right: 20px;
	width:10px;
	height:10px;
	z-index: 99999;
	font-family: 'FontAwesome';
}
.lp-menu ul.children li:first-child,
.lp-menu ul.sub-menu li:first-child
{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.menu ul.children li:last-child,
.menu ul.sub-menu li:last-child
{
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
/*.lp-menu-bar-color .menu ul.children li:last-child,
.lp-menu-bar-color .menu ul.sub-menu li:last-child {
    -webkit-box-shadow: 0px 5px 11px -1px rgba(193, 193, 193, 0.19);
    -moz-box-shadow: 0px 5px 11px -1px rgba(193, 193, 193, 0.19);
    box-shadow: 0px 5px 11px -1px rgba(193, 193, 193, 0.19);
}*/
.lp-menu-container .lp-menu > ul > li > a,
.lp-menu-container .lp-menu > div > ul > li > a {
	line-height: 46px;
}
.mm-navbar-top a,
.mm-navbar-top img{
	display:inline-block;
}

.mm-navbar-top a.userimage{
	width: 60%;
	line-height: 50px;   
	margin-top: 19px;
}
.mm-navbar-top a{
	margin-right:30px;
}
.mm-navbar-top a:last-child{
	margin-right:0px;
}
.iconsmall{   
	height: 40px;
    line-height: 34px;
    padding: 0;
    width: 40px;
}
.iconsmall img{
	width:40px;
}
.userimage img{
	max-width:100%;
}
	/*======================../2.1 Top Bar ================
	======================================================*/

	/*=====================2.2 Menu Bar ===================
	======================================================*/
.mobile-nav-icon{
	display:none;
	cursor:pointer;
}
.mobile-nav-icon .nav-icon{
	width:28px;
	float: right;
}
.icon-bar{
	width:100%;
	display:block;
	height:3px;
	background-color:#fff;
	margin-bottom:5px;
}
.lp-menu-bar{
    position: relative;
}
.lp-menu-bar .lp-logo-container{
	padding-bottom: 5px;
    padding-top: 5px;
}
.lp-menu ul{
	list-style:none;
	padding:0px;
	margin-bottom:0px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.lp-menu ul li{
	display:inline-block;
	padding-right:35px;
	line-height: 32px;
}
/*.lp-menu ul li a{
	font-size:15px;
}*/
.lp-menu ul li a i {
    /*font-size: 9px;*/
    position: relative;
    top: -2px;
    margin-left: 4px;
}
.lp-menu a:hover {
	text-decoration:none;
}
.menu ul li {
	position:relative;
}
.menu ul.children,
.menu ul.sub-menu {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    margin-left: -16px;
    max-height: 0;
    padding: 10px 0px;
    opacity: 0;
    right: 0px;
    position: absolute;
    top: 85%;
    transform: scale(0);
    transform-origin: 10% top 0;
    z-index: 999999;
    width: 200px;
    -webkit-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
       -moz-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
        -ms-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
         -o-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
            transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
}
.lp-menu-bar-color .menu ul.children,
.lp-menu-bar-color .menu ul.sub-menu {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.menu ul.children:after,
.menu ul.sub-menu:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 13px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.lp-menu  ul  li:hover ul.children,
.lp-menu  ul  li:hover ul.sub-menu,
.lp-join-user-info li:hover .lp-user-menu {
	max-height: 700px;
    opacity: 1;
    width: 200px;
    transform: scale(1);
    transition-delay: 0.2s;
    transition-duration: 0s, 0.2s, 0.2s;
}
.list-style-none.main{
	max-height: 200px;
    opacity: 1!important;
    width: 150px!important;
    transform: scale(1)!important;
    transition-delay: 0.2s!important;
    transition-duration: 0s, 0.2s, 0.2s!important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	right: 20%!important;
  



}
.list-style-none.main li a{
	font-size:13px;
	line-height:24px;
}
.app-view-header .lp-user-menu{
	width:150px;
	max-height: 200px;
}
.list-style-none.main:after {
	opacity: 1;
	overflow: visible;
	visibility: visible;
}
.list-style-none.main li a:before{
	display:none !Important;
}
.page-template-template-dashboard .main{
	
	display:none !Important;
}
.menu ul.children li,
.menu ul.sub-menu li {
	position:relative;
}
.menu ul.children li  ul.children ,
.menu ul.sub-menu li  ul.sub-menu {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    margin-left: -16px;
    max-height: 0;
    opacity: 0;
    position: absolute;
	padding: 20px 0px;
    left: 100%;
    right: 0px;
    top: 85%;
    transform: scale(0);
    transform-origin: 10% top 0;
    width: 200px;
    z-index: 10;
    -webkit-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
       -moz-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
        -ms-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
         -o-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
            transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
}
.menu ul.children li  ul.children:after 
.menu ul.sub-menu li  ul.sub-menu:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 29px;  
    left: -3px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    border-right: 8px solid white;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.menu ul.children li:hover  ul.children ,
.menu ul.sub-menu li:hover  ul.sub-menu {
	max-height: 700px;
    opacity: 1;
    width:200px;
    transform: scale(1);
    transition-delay: 0.2s;
    transition-duration: 0s, 0.2s, 0.2s;
}
.menu ul.children li:hover ul.children:after,
.menu ul.sub-menu li:hover ul.sub-menu:after, .lp-menu > ul > li:hover ul.children:after,
.lp-menu > ul > li:hover ul.sub-menu:after, .lp-join-user-info li:hover .lp-user-menu:after {
	opacity: 1;
	overflow: visible;
	visibility: visible;
}
.menu ul.children li,
.menu ul.sub-menu li {
	display:block;
	padding:0;
	margin:0;
	background-color:#fff;
}
.menu ul.children li a,
.menu ul.sub-menu li a,
.lp-user-menu li a{
	display:block;
	background-color:#fff;
	font-size: 14px;
    padding: 1px 20px;
	border-top:0px;
	color:#000;
    text-align: left;
}
.menu ul.children li > a::before, .menu ul.sub-menu li > a::before, .lp-user-menu li > a::before {
    background-color: #42a7df;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
       -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
         -o-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
}
.menu ul.children li:hover > a::before, .menu ul.sub-menu li:hover > a::before, .lp-user-menu li:hover > a::before {
    left: -1px;
    width: 4px;
}
.menu ul.children li:hover > a, .menu ul.sub-menu li:hover > a, .lp-user-menu li:hover > a {
    background-color: transparent;
}

.lp-add-listing-btn ul{
	list-style:none;
	margin:0px;
}
/*.lp-add-listing-btn li a{
	font-size:18px;
}*/
#menu{
	display:none;
}
	/*====================../2.2 Menu Bar ==================
	======================================================*/

	/*===========2.3 Home Banner Container  ==============
	====================================================*/
.lp-home-banner-contianer{
	/* height:610px; */
	position:relative;
}
.lp-home-banner-contianer-inner{
	position:absolute;
	top:50%;
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	width:100%;
	left:0;
}
/*.lp-banner-browse-txt{
	font-size:26px;
}*/
.lp-home-banner-contianer-inner h1{
	margin-top:10px;
	margin-bottom: 15px;
}
.lp-search-bar{
	display:block;
	padding:15px;
	background-color:rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    margin-top: 30px;
	padding-bottom:0px;
}

.lp-home-locaton-input,
.lp-home-search-input,
.lp-search-bar-right{
	margin-bottom:15px;
}
.lp-search-bar-left{
	float:left;
}
.lp-search-bar-right{
	float:right;
	position:relative;
}
.lp-search-input{
	padding:12px 15px;
}
.lp-home-locaton-input{
	width:189px;
	float:left;
	border:0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.lp-home-search-input{
	width:380px;
	float:left;
	border:0px;
	border-left:1px solid #e3e3e3;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.lp-search-btn{
	padding:11px 30px 11px 45px;
	font-weight:bold;
	border-radius:5px;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.lp-submit-btn{
	padding:11px 30px 11px 45px;
	font-weight:bold;
	font-family:'quicksand';
	border-radius:5px;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.lp-review-btn{
	padding:11px 28px 11px 28px;
	font-weight:bold;
	font-family:'quicksand';
	border-radius:5px;
	color:#fff;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.lp-signout-btn{
    padding: 15px 40px 15px 40px;
    /*font-size: 18px;*/
    font-weight: bold;
    font-family: 'quicksand';
    border-radius: 5px;
    color: #fff;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.lp-search-icon{
    position: absolute;
    top: 10px;
    left: 22px;
    /*font-size: 20px;*/
	cursor:pointer;
	z-index: 0;
	-webkit-transform: rotate(270deg);
	   -moz-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	     -o-transform: rotate(270deg);
	        transform: rotate(270deg);
}
.header-filter .lp-search-icon{
	cursor:pointer;
	background:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/search-icon.png) no-repeat !important;
	left: 8px;
    position: absolute;
    top: 13px;
   
	 -ms-transform:  rotate(0deg);
  -webkit-transform:  rotate(0deg);
  -moz-transform:  rotate(0deg);
  -o-transform:  rotate(0deg);
  transform:  rotate(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lp-search-description{
    margin-top: 89px;
}
.lp-search-description p{
    display: inline-block;
}
.banner-arrow{
	position:relative;
    display: inline-block;
    vertical-align: top;
}
.lp-search-bar-left .border-dropdown .chosen-container-single span:after {
	right: 0px !important;
}
/* .ui-autocomplete  */
.ui-widget{
	float:left;
}
.custom-combobox {
position: relative;
display: inline-block;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	display:block;
	width: 35px !important;
	height: 40px;
	right: 0px;
	z-index:99999999;
}
.ui-tooltip{
	display:none;
}
.custom-combobox-toggle span{
	display:none;
}
.custom-combobox-input {
margin: 0;
}
.ui-widget select{
    padding: 13px 20px;
    /*font-size: 16px;*/
	height:48px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
#auto-res .ui-autocomplete{
	
    box-shadow: 0px 2px 5px 0px rgba(46,46,46,0.2);
	background-color:#fff;
	
}
.ui-widget select{
	list-style:none;
	margin:0;
	padding:0;
	width:187px !important;
    box-shadow: 0px 2px 5px 0px rgba(46,46,46,0.2);
	background-color:#fff;
	padding-top:8px;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
	margin-left:1px;
}
.ui-autocomplete::-webkit-scrollbar {
    width:0px;
	opacity:0;
}
.ui-autocomplete::-webkit-scrollbar-track {
    border-radius: 25px;
	opacity:0;
}
 
.ui-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background-color:rgba(233, 233, 233, 0.58); 
	opacity:0;
}
.ui-autocomplete li:first-child{
	margin-top:-11px;
}
.ui-autocomplete li {
	background-color:#fff;
	cursor:pointer;
    display: block;
    padding: 10px 20px;
    border-top: 0px;
    color: #000;
	border-bottom:1px solid #f9f9f9;
	
}
.post-submit .ui-widget ,
.post-submit .custom-combobox ,
.post-submit .custom-combobox-input {
	width:100% !important;
}
.post-submit .ui-autocomplete{
	width:863px !important;
}
.post-submit .custom-combobox-input { 
	border-color: #eee;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
}	
.post-submit .chosen-container-single{
    float: left;
    width: 100% !important;
}
.post-submit .chosen-container-single .chosen-single{
    background-color: transparent;
    background-image: none;
    border: 1px solid #e3e3e3;
    box-shadow: none;
    height: 45px;
    line-height: 45px;
    outline: medium none;
}
.post-submit .chosen-container .chosen-drop{
    border: 1px solid #E3E3E3;
   box-shadow: none;
}
.post-submit .chosen-container .chosen-results li.group-option{
	padding-left:30px;
}
	/*============../2.3 Home Banner Container  ===========
	======================================================*/

/*=====================../2 Header Css=========================
===============================================================*/

/*=====================3 Sections Css=========================
===============================================================*/
.section-fixed{
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	
}
#page{
	background-color:#fff;
}
.lp-section-title-container{
	padding-top:60px;
}
.lp-sub-title{
	/*font-family:'quicksand-regular';
	font-size:18px;*/
	line-height:26px
}
.lp-section-content-container{
	padding-top:60px;
	padding-bottom:60px;
}
.lp-section-content-container-one{
	padding-top:90px;
	padding-bottom:90px;
}
.lp-section-content-container-second{
	padding-top:90px;
	padding-bottom:95px;
}

	/*================3.1 Home Categoires  ===============
	======================================================*/
.lp-home-categoires{
	text-align:center;
	list-style:none;
    position: absolute;
	left: 0px;
	right: 0px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}	
.lp-home-categoires li{
	display:inline-block;
	width:120px;
	margin-right:13px;
}	
.lp-home-categoires li a{
	width:100%;
	height:110px;
	text-align:center;
	float:left;
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.42);
    position: relative;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.lp-home-categoires li a:hover{
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.48);
}
.lp-home-categoires li a span{
	font-size: 15px;
	width:100%;
    font-weight: 400;
    margin-bottom: 0px;
	position:absolute;
	top:50%;
	left:0;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.lp-home-categoires li a span img{
	height: 35px;
    margin-bottom: 7px;
    margin-top: 5px;
    width: 35px;
}
	
	/*================../3.1 Home Categoires==============
	======================================================*/
	
	/*=================3.2 Location Sections==============
	======================================================*/
	
.city-girds{
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}

.city-title{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
    background: -webkit-linear-gradient(0deg,hsla(0, 0%, 0%, 1.89) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg,hsla(0, 0%, 0%, 1.89) 0%,rgba(0,0,0,0) 100%);
	padding-bottom:20px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.city-title .lp-h3{
	margin-bottom:3px;
	-webkit-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-o-transform:translateY(10px);
	transform:translateY(10px);
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.lp-listing-quantity{
	font-size: 14px;
    font-weight: 400;
	opacity:0;
	position:relative;
	-webkit-transform:translateY(50px);
	-moz-transform:translateY(50px);
	-o-transform:translateY(50px);
	transform:translateY(50px);
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}	
.city-girds:hover .lp-listing-quantity{
	opacity:1;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
	
}
.city-girds:hover .city-title .lp-h3{
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
}
	/*===============../3.2 Location Sections=============
	======================================================*/
	
	/*=================3.3 Nearby Sections==============
	======================================================*/
	
.nearby-download{
	width:100%;
	margin-top:80px;
	padding:0;
}
.nearby-download-about li{
	margin-bottom:0px;
}
.nearby-download-top{
	margin-top:50px;
}
.nearby-download li{
	display:inline-block;
	margin-bottom:20px;
}
.nearby-download li{
	margin-right:10px;
}
.nearby-download li:last-child{
	margin-right:0px;
}	
	/*===============../3.3 Nearby Sections=============
	======================================================*/
	
	/*=================3.4 Grid Box Sections==============
	======================================================*/
.lp-grid-box-contianer{
	margin-bottom:30px;
}
.lp-grid-box-thumb-container{
	overflow:hidden;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	position:relative;
}	
.lp-grid-box-thumb img{
	border-top-right-radius:8px;
	border-top-left-radius:8px;	
}
.lp-grid-box-quick{
	width:100%;
	position:absolute;
	bottom:-100px;
	left:0;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
    background: -webkit-linear-gradient(0deg,hsla(0, 0%, 0%, 1.89) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg,hsla(0, 0%, 0%, 1.89) 0%,rgba(0,0,0,0) 100%);
    padding-bottom: 15px;
}
/*.lp-grid-box:hover .lp-grid-box-quick{
	bottom:0px;
}*/
.lp-grid-desc-container{
	/*border-top:none;*/
	overflow:hidden;
	border-radius: 8px;
}
.lp-grid-box-description {
	padding:8px 15px 20px 15px;
}
ul.lp-grid-box-price{
	list-style:none;
	padding:0px;
	margin:0px;
}
ul.lp-grid-box-price li{
	display:inline-block;
    margin-right: 3px;
}
.lp-grid-box-bottom{
	padding: 10px 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.lp-grid-box-price .category-cion {
	width:40px;
	height:40px;
    margin-right: 10px;
}
.lp-grid-box-price .category-cion a{
	width:40px;
	height:40px;
	line-height:35px;
	text-align:center;
    border: 1px solid #41A6DF;
	border-radius:50%;
    display: inherit;
}
.lp-grid-box-price .category-cion img{
	
    width: 20px;
    height: 20px;
}
.lp-post-quick-links{
	padding:0;
	margin:0;
	list-style:none;
    text-align: center
}
.lp-post-quick-links li{
	display:inline-block;
}
.lp-post-quick-links li a{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
    float: left;
    border-radius: 50%;
}
/*.lp-post-quick-links li a i{
	font-size:17px;
}*/
.lp-post-quick-links li a.icon-fire{
	background-color:#f65342;
}
.quickmap{
	height: 520px;
	width: 100%;
	overflow: hidden;
}
.lp-add-to-fav{
	position:relative;
}
.lp-add-to-fav i{
	font-size:16px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}
/* .lp-add-to-fav:focus i:before,
.lp-add-to-fav i:hover:before{
	 content: "\f004";
	 color:#fff;
} */
.ui-tooltip{
	background-color:#41a6df;
	width:150px;
	border-radius:8px;
	text-align:center;
	color:#fff;
}
.ui-tooltip-content{
	padding:8px;
}
.ui-tooltip:after{
    height: 10px;
    left:50%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #41a6df;
}
.hot-post{
	margin-right:8px;
}
	/*===============../3.4  Grid Box Sections=============
	======================================================*/

	/*===============3.5 Testimonials Section==============
	======================================================*/
.video-thumb{
	position:relative;
	text-align:center;
}	
.video-thumb img{
	border-radius:5px;
}
.video-thumb,
.testimonial-inner-box{
}
.user-thumb,
.user-text{
	display: inline-block;
	vertical-align:bottom;
}
.user-thumb{
	margin-right:15px;
}
.user-thumb img{
	border-radius: 50%;
}
.overlay-video-thumb{
	position:absolute;
	top:50%;
	left:0;
	right: 0;
	text-align:center;
	width:100%;
	height:100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.overlay-video-thumb i{
	position:absolute;
	top:50%;
	left:0;
	right: 0;
	text-align:center;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	    -ms-transform: translateY(-50%);
	-o-transform:translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.2s ease;
	-moz-transition:all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.testimonial-description {
    padding: 30px 30px 20px 30px;
    position:relative;
}	
.testimonial-description:after{
   content:"";
   bottom:-15px;
   left:50px;
   position:absolute;
   width: 0; 
   height: 0;
   border-top: 15px solid #fff;
   border-left: 10px solid transparent; 
   border-right: 10px solid transparent;  
}	
.testimonial-user-thumb.user-thumb {
    background-color: #e6e6e6;
	border:1px solid #a6a6a6;
    border-radius: 100%;
    height: 63px;
    overflow: hidden;
    width: 63px;
}
.testimonial-user-thumb img{
}
.testimonial-user-info{
	padding-left: 0px;
    margin-top: 35px;
}
.user-position{
	font-weight:400;
}
.testimonial-inner-box h3{
	margin-bottom:40px;
	line-height: 20px;
}
.testimonial-box{
	margin-bottom:30px;
}
.testimonial-image {
	position: relative;
	left: 14px;
	padding-bottom: 30px;
}
.testimonial-image img {
    height: auto;
    width: 100px;
}
.testimonial-tit{
	border-bottom: 1px solid #e1e1e1;
	 margin-bottom: 25px;
    padding-bottom: 25px;
}
.testimonial-tit h3{
	display:inline;
}
.testimonial-rating {
    color: #ffd925;
    float: right;
    margin-top: 7px;
}
.testimonial-msg{
	position:relative;
}
.triangle-isosceles.top::after {
    border-color: #fff transparent;
    border-width: 0 15px 15px;
    bottom: auto;
    left: 50px;
    top: -15px;
}
.triangle-isosceles::after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 15px 15px 0;
    bottom: -15px;
    content: "";
    display: block;
    left: 50px;
    position: absolute;
    width: 0;
}
.triangle-isosceles.top {
	background-color:#fff;
}
.triangle-isosceles {
    background-color:#fff;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}
.testimonial-rating {
    color: #ffd925;
    float: right;
    margin-top: 7px;
}
.testimonial-rating .fa-star{
    color: #ffd925;	
}
.testimonial-slider .slick-dots li button::before{
	line-height: 33px;
}
.testimonial-slider .slick-dots{
	bottom:0px;
}
.testimonial-slider{
	width:675px;
	margin:0 auto;
	padding-bottom:20px;
	padding-left:0px;
}
.testimonial-slider li{
	max-width:675px;
}
.testimonial-slider li:focus{
	outline:none;
}
.tes-icon{
	margin-top:0px;
	margin-bottom:30px;
}
.tes-icon i{
	border-radius: 50%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 70px;
}
.testimonial-slider li .tes-name-tit{
	text-transform:uppercase;
	margin-bottom:-5px;
	margin-top:20px;
}
.tes-msg{
	font-style:italic;
	color:#7f7f7f;
}
.tes-role{
	color:#292929;
}
/*================3.6 Blog Grids Section==============*/
.lp-blog-grid-box{	
	margin-bottom:30px;
}
.lp-blog-grid-box-container{
	overflow:hidden;
	text-align:center;
}
.blog-single-page .lp-blog-user-thumb {
	border: 2px solid #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    vertical-align: top;
	border-radius: 50%;
    height: 50px;
    margin: -25px auto 0;
    overflow: hidden;
    width: 50px;
}
.blog-single-page .lp-blog-user-thumb img{
    border-radius: 0px;
}
.blog-single-page .blog-heading-inner-container .lp-blog-grid-author {
    padding: 23px 0 0;
}
.blog-heading-inner-container h1 {
    line-height: normal;
}
.lp-blog-grid-box-description{
	padding-bottom:26px;
}
.lp-blog-grid-category{
	margin-top:15px;
}
.lp-blog-grid-title{
	padding: 0px 30px 0px 30px;
}
.lp-blog-grid-author li, .lp-blog-grid-author li a {
	color: #333333;
    font-size: 13px;
}
.lp-blog-grid-author {
	padding:0;
	margin:0;
	list-style:none;
}
.lp-blog-grid-author  li {
	display:inline-block;
	margin-right:25px;
}
/*.lp-blog-grid-author  li a{
	font-size:15px;
}*/
.lp-blog-grid-author  li i{
	margin-right:5px;
}
.lp-blog-grid-author li:last-child{
	margin-right:0px;
}	
.image-popup-margin{
	margin-left:33px;
}
.comments-description{
	margin-top:18px;
}

	/*==============../3.6 Blog Grids Section=============
	======================================================*/

	/*====================3.7 Popup Box===================
	======================================================*/
.md-content{
	position:relative;
}
.post-stat{
	padding:0;
	margin:0;
	list-style:none;
}
.post-stat li{
	display:inline-block;
}
.post-row .post-stat li{
	margin-right: 58px;
}
.post-row .post-stat li:last-child{
	margin-right:0px;
}
.post-stat .icon{
	width:15px;
	margin-right:5px;
}
.post-socials .icon{
	width:22px;
}
/*.popup-post-left-upper h1,
.popup-post-left-upper h1 a{
	font-size:30px;
}*/
.popup-post-left-upper h1{
	margin-bottom:20px;
}
.popup-post-left-upper .post-stat li{
	margin-bottom:15px;
	margin-right: 5px;
}
.popup-post-price-container{
	margin-bottom:27px;
}	
.popup-post-left-bottom{
	margin-top: 25px;
}
.popup-post-left-bottom .user-info{
	margin-top:25px;
	margin-bottom:30px;
}
.popup-post-left-bottom .user-thumb, .popup-post-left-bottom .user-text {
    vertical-align: middle;
}
.popup-post-left-bottom .user-position {
    padding-bottom: 4px;
}
.popup-left-pad{
    padding: 15px 40px 30px;
}
.popup-map-position{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.popup-inner-left-padding{
	padding-top:0px !important;
	padding-right:0px !important;
	padding-bottom:0px !important;
}
.popup-inner-left-padding .md-close{
    position: absolute;
    top: 2px;
    right: 16px;
	z-index:9999;
}
.md-close i{
	z-index:99999999;
}
.mobilemap .md-content > div {
    padding: 0px;
}
.md-closer{
	border-radius: 50%;
	cursor: pointer;
	/*font-size: 17px;*/
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #41a6df;
	color:#fff;
    font-family: 'quicksand';
}
.reviews-stars{
	margin-right:5px;
}
.sbutton .reviews-stars {
    margin-right: 4px;
}
.add-to-fav .email-icon{
	margin-right:7px !important;
}
.sbutton .reviews-stars i {
    color: #7f7f7f;
}
.popup-post-left-bottom .social-icons li{
    margin-right: 5px;
}
.popup-post-price{
	margin-right:5px;
}
.md-modal .lp-secondary-btn,
.md-modal .checkbox label::before{
	-o-transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	transition: all 0s ease;
}
	/*==================../3.7 Popup Box==================
	======================================================*/
	
	/*===================3.8 Page Header==================
	======================================================*/

.page-heading{
	height:216px;
	position:relative;
}	
.about-page-heading{
	height:256px;
	position:relative;
}
.page-heading-inner-container{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
    z-index: 1;
}
.listing-page{
	background-image:url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/header-banner-1.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	position:relative;
	z-index: 0;
}
.about-page{
	background-image:url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/about-banner.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	position:relative;
}
.page-header-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
}

/*==================../3.8 Page Header================
======================================================*/

/*====================3.9 Breadcrumbs=================
======================================================*/
.sidebar-breadcrumbs{
	
}
.breadcrumbs{
	margin:0;
	padding:0;
}
.breadcrumbs li {
    display: inline-block;
    position: relative;
    margin-right: 13px !important;
    padding-left: 16px !important;
}
.breadcrumbs li:first-child:before{
	display:none;
	
}
.breadcrumbs li:first-child{
	    padding-left: 0px !important;
    padding-right: 4px!important;
    margin-right: 0px!important;
}
.breadcrumbs li:before{
    content: "";
    position: absolute;
    left: 2px;
    top: 9px;
    color: #fff;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
	
}
.breadcrumbs li a:hover{
	text-decoration:underline;
}
.breadcrumbs li:last-child{
	margin-right:0px;
}
	/*==================../3.9 Breadcrumbs================
	======================================================*/
	
	/*==================3.10 Listing Pages=================
	======================================================*/
/*.listing-page-result-row p,
.listing-page-result-row p a{
	font-size:16px;
}*/
.col-md-4 .view-on-map{
	transform: translateX(66px);
}
.view-on-map img{
	position:relative;
	top:-2px;
}
.listing-sidebar-left .chosen-container-multi .chosen-choices{
	padding: 4px 20px;
	background-color:#fff;
}
.view-on-map .icon{
	width:15px;
}	

.search-row .form-inline{
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08) inset;
    float: left;
    padding: 15px 15px 0;
    position: relative;
    width: 100%;
}
.search-row .form-control{
	height:44px;
}
.search-row .form-inline .form-group{
	margin-bottom:15px;
}
.app-view-filters .search-row .form-inline .form-group{
	margin-bottom:0px;
	
}
.search-row .form-inline .input-group{
	margin-right:5px;
}
.listing-with-map .search-row .form-inline .input-group{
	margin-right:0px;
	border: 1px solid #eaeaea;
	 border-radius: 3px;
	 
}
.app-view-filters .search-row .form-inline .input-group{
	height:40px;
}
.app-view-filters .search-row .form-inline .input-group .comboboxCategory{
height: 40px;
    border: 0px;
}
.listing-with-map .input-group-addon{
	background-color: #f8f8f8;
    padding: 0;
}
.listing-with-map .chosen-container-single .chosen-single{
	border:none;
}
.search-row .chosen-container-single .chosen-single{
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
.listing-sidebar-left .chosen-container-single .chosen-single{
    height: 35px;
    color: #444;
    border-top-left-radius: 0px;
    line-height: 35px;
    border-bottom-left-radius: 0px;
}
.chosen-container-single .chosen-single div{
	display:none;
}
.post-with-map-container-right #searchform .chosen-container-single .chosen-single{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #9f9f9f;
    height: 37px;
    line-height: 37px;
}
.post-with-map-container-right .search-row{
	padding:0px 30px;
}
.post-with-map-container-right .search-row .lp-filter-inner{
	padding:10px 0px !important;
	border-top:1px solid #dedede !important;
	border-bottom:1px solid #dedede !important;
}
.post-with-map-container-right .search-row .form-inline .form-group {
    margin-bottom: 0px;
}

.post-with-map-container-right .input-group-addon i{
	color: #9f9f9f;
	font-size: 14px;
    margin-top: 2px;
}
.post-with-map-container-right .form-inline .input-group .input-group-addon{
	width:0px;
	padding-left:12px;
}
.post-with-map-container-right .search-row #searchform .chosen-container.chosen-container-single.chosen-container-single-nosearch{
	width:130px !important
}
.post-with-map-container-right .chosen-container-single .chosen-single{
	background-color: #f8f8f8;
}
.post-with-map-container-right #searchform .chosen-container-single .chosen-single span{
	padding-left: 0;
}
.post-with-map-container-right #searchform .chosen-container-multi .chosen-choices:after {
	right: 12px;
}
.post-with-map-container-right #searchform .chosen-container.chosen-with-drop .chosen-drop {
	width:119%;
	left:-28px;
	box-shadow:none;
	border: 1px solid #dedede;	
}
.post-with-map-container-right .search-filters > ul > li > a i {
    margin-right: 6px;
}
.app-view-filters .search-filters > ul > li{
	position:relative;
}
.app-view-filters .lp-tooltip-outer .lp-tool-tip-content .location-filters-wrapper{
	padding-top:10px !important;
}
.app-view-filters .lp-tooltip-outer .lp-tool-tip-content .location-filters-wrapper #distance_range_div .slider{
	position:relative !important;
}
.post-with-map-container-right .search-row #searchform .chosen-container .chosen-results li.active-result{
	font-size: 13px;
}
.search-row .chosen-container-single .chosen-single span,
.listing-sidebar-left .chosen-container-single .chosen-single span{
	margin-right:0px;
}
.search-row .border-dropdown  .chosen-container-single .chosen-single span:after {
	/*top: 12px;*/
}
.search-row .chosen-container .chosen-drop{
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.chosen-container .chosen-drop{
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.archive-page .page-heading-inner-container{
	top: 39%;
}
.mapSidebar{
	min-height: 100vh;
	
}
.sidemap-fixed{
	position:fixed;
	right:0px;
}
.post-with-map-container{
    width: 815px;
    padding: 0px 10px;
    float: right !important;
}
.sidemap-container{

	width: -webkit-calc(100% - 815px); /** Safari 6, Chrome 19-25 **/
width: -moz-calc(100% - 815px); /** FF 4-15  **/
width: calc(100% - 815px);
}
.post-map-container .ui-autocomplete, .post-map-container .ui-widget select{
	width:140px !important;
}
.post-with-map-container .fstMultipleMode .fstControls{
    max-width: 100% !important;
    min-width: 100% !important;
}
.post-with-map-container .lp-home-locaton-input{
	width:100% !important;
}

.map-post{
    float: left;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.53);
    position:relative;
	margin-bottom:50px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width:270px;
	margin-right:10px;
}
.map-post:after{
	content:"";
	position:absolute;
	bottom: -17px;
	left: 50%;
	display:block;
	width: 40px;
	height: 64px;
	background-color: white;
	-webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
	border-radius:         50%  50%  50%  50%  / 60%   60%   40%  40%;
	transform: translateX(-50%);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.53);
}
.listing-app-view .leaflet-popup-content .map-post:after{
	display:none !Important;
}
.listing-app-view .leaflet-popup-content .map-post{
	margin-bottom:59px !important;
}
.map-post-des {
    position: relative;
    z-index: 99999;
    background-color: #fff;
    padding: 10px 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.map-post-address p{
	color:#7f7f7f;
    font-size: 12px;
}
.input-group-addon {
	border-width:1px;
	border-color: transparent;
	border-style:solid ;
	border-right:0px;
}
.attireMainNav{
	display:none;
}
.listing-sidebar-left .fstElement{
	background-color:#fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.listing-sidebar-left .fstChoiceItem{
	padding: 0 0.33333em 0 1.5em;
	margin: 4px 0.41667em 0 0;
}
.listing-sidebar-left .fstMultipleMode .fstControls{
	padding-top:0px;
}
.tag-select-one{
	width:190px;
}
.tag-select-second{
	width:126px;	
}
.tag-select-third{
	width:100%;	
}
.tag-select-four{
	width:189px;
}
.chosen-container-multi .chosen-choices li.search-choice{
	display:none;
}
.active-tag{
	display:inline-block;
    background-color: #F5F5F5;
    color: #424141;
    margin-right: 5px;
    border: 1px solid #e9e9e9;
    padding: 7px;
    border-radius: 5px;
	margin-bottom:30px;
}
.remove-tag{
	display:inline-block;
    /*font-size: 14px;*/
    margin-left: 9px;
    cursor: pointer;
}
.chosen-container-multi .chosen-choices:focus,
.chosen-container-multi .chosen-choices:hover{
	outline:none;
}
.mapin{
  width :60px;
  height: 60px;
  border-radius :50% 50% 50% 0;
  background :#89849b;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.mapin:after{
    content: '';
    width :40px;
    height :40px;
    margin: 8px 0 0 8px;
    background :#2F2F2F;
    position: absolute;
    border-radius :50%;
}
.pin {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50% 50% 50% 0;
  border-radius: 50% 50% 50% 0;
  background: #FFFFFF;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -20px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.47);
}
.lpmap-icon-contianer{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 32px;
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	top: 8px;
	border-width: 1px;
	border-style: solid;
	left: 3px;
	transform: rotate(45deg);
}
.lpmap-icon-contianer img{
	margin-top:0px;
	position: relative;
	top: -1px;
    width: 17px;
}
.lpmap-icon-shape{
	z-index:-1;
}
.leaflet-map-pane {
    z-index: 2 !important;
}

.leaflet-google-layer {
    z-index: 1 !important;
}
.leaflet-popup-close-button+.leaflet-popup-content-wrapper .leaflet-popup-content{
    margin-left: 20px;
    margin-bottom: 20px;
}
.map-post-thumb{
	max-height:142px;
	overflow:hidden;
	background-color:#fff;
}
.listing-app-view .leaflet-popup-content .map-post-thumb{
	height: 50px;
    overflow: hidden;
    background-color: #fff;
    width: 50px;
    display: inline-block;
    
    vertical-align: middle;
    border-radius: 5px;
}
.listing-app-view .map-post-thumb img{
	border-radius:0px;
}
.listing-app-view .leaflet-popup-content .map-post-des{
	width: calc(100% - 50px)!important;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.listing-app-view .leaflet-popup-content .map-post-title h5{
	margin:0px !Important;
}
.listing-app-view .leaflet-popup-content .map-post-title a{
	font-size:13px !important;
}
.listing-app-view .leaflet-popup-content .map-post-address p{
	margin:0px !important;
	font-size:12px;
}
.listing-app-view .leaflet-popup-content .map-post{
	background:#fff !important;
	padding: 10px;
}
.map-post-thumb img{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.app-view-filters .lp-tooltip-outer{
	
    width: 100%;
}
/*=================../3.10 Listing Page===============
======================================================*/

/*==================3.11 Author Page==================
======================================================*/
.lp-join-user-info li{
	position:relative;
	line-height: 46px;
}
.tab-content{
	padding-top:0px;
	padding-bottom:0px;
}
.tab-header{
	padding-bottom:35px;
}
.nav-tabs,
.nav-tabs > li > a,
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
	border:0px;
}
.nav-tabs > li{
	margin-bottom:0px;
}
.nav-tabs > li > a{
	position:relative;
    padding: 14px 15px;
	border-radius:0px;
	position:relative;
	text-align:center;
}
.nav-tabs > li > a:after{
	content:"";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	position:absolute;
	bottom:-2px;
	left: 46%;
}
.lp-grid-box-expired{
	background-color:#f65342;
	text-align:center;
	position: absolute;
	top: 0;
	left:0;
	z-index: 99;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
	
.user-portfolio-stat ul{
	padding:0;
	margin:0;
	list-style:none;
}
.user-portfolio-stat ul li{
    margin-bottom: 10px;
}
.user-portfolio-stat ul li:last-child{
	margin-bottom:0px;
}
.user-portfolio-stat ul li i{
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:50%;
    margin-right: 15px;
}
.user-portfolio-stat{
	padding-top:40px;
}
.user-portfolio .user-thumb{
	margin-right:20px;
}
.user-portfolio .user-position{
    padding-bottom: 5px;
    margin-top: 0px;
}
.user-portfolio .user-thumb,.user-portfolio  .user-text {
    vertical-align: middle;
}
.text-about{
	padding-bottom:20px;
}
.user-avatar-upload{
	display:inline-block;
	margin-bottom:30px;
}
.user-avatar-preview{
	width: 20%;
	float: left;
}
.avatar-circle{
	border: 1px solid #dedede;
	border-radius:50%;
	overflow:hidden;
	width:94px;
	height:94px;
}
.admin-top-section .avatar-circle{
	border:none;
}
.user-avatar-description{
	width: 80%;
	float: right
}
.dashboard-content-app-view .user-avatar-preview{
	
	float:none !important; 
}
.dashboard-content-app-view .user-avatar-upload {
	text-align:center;
	
}
.dashboard-content-app-view .user-avatar-description .paragraph-form{
	
	margin:20px 0px;
}
.lp-update-password-outer{
	
	margin:0px !important;
}
	/*=================../3.11 Author Page================
	======================================================*/
	
	/*===============/3.12 Blog Single Page===============
	======================================================*/
	
.blog-single-page{
	background-image:url('https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/blog-post.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	height:637px;
    position: relative;
}	
.blog-heading-inner-container{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	-webkit-transform:translateY(-37%);
	-moz-transform:translateY(-37%);
	-o-transform:translateY(-37%);
	transform:translateY(-37%);
    z-index: 999;
}
.blog-single-inner-container{
	padding:35px 0px 30px 0px;
}
.blog-tags ul{
	padding:0;
	list-style:none;
}
.blog-tags ul li{
	display:inline-block;
}
.blog-social img{
	width:25px;
}
.blog-meta{
	margin-top:55px;
}
.blog-social li{
	margin-right:2px;
}
.image-popup{
	border-radius: 5px;
    float: left;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.image-popup:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.5);
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAECklEQVR4Xu2aj1HVQBDGdytQKxAqECoQK1ArECpQKlArECoQKlAqECsQKhAqECpY5+dc9DhzySVvc+9N8nbmDTC83N1+++2f243KwkUXrr9sAdgyYOEIbF1g3QQwsz0ReSki/NwJP+NjXYnIjYhcish3VeVvN1kLA8wMRd+KyKug9BCFAOOriJyqKr+vJFUBMLPHIvJeRN6tdOp/D5+IyEdVvRu7XjUAzAxrfxYRQPAUlD9SVVgxWKoAYGafeqx+EWgNpe8aPw/xAcBwGQAkVuTkRFWPhyIwKQCB8lidw6dyKyIfULyUwmE91uK5py1rnonIcel6PD81AF9alL8XEXwXi43y3QAEcYTPowSIM1U9KmXCZACYGUoS6WNB+QOvVBZchPSYgkCGKAq0kwAQAh7Wj+U6KD/K6jmLBjYAwrPkO69LAqM7AOFAP5Noj+V3xlK+j85hTwJozASA3u3bcwoAUuq70r6DCVSSqTv0uoIrAKHCw/qxUKgQtScXM2MfCq1YYEG2YvQGILU+qW6vj4ZeyARX4K4Qp8hOA3gDgPUpWhqhQiM3VxMzOwwVZ7Pnjaru5g7gBkBIST+SjZ7Usn6zb2DBr+Qc+7nU6wlA6n8XqtpWAU7OBjPjXhCXzVSHuOd/4glAuml1+kcsSN0gawxPAKA/qaiRF6pKWqouZnYgIt+ija9UdX9qBlip302NSFs8UtVWY3sy4AEAuQ2nVj5yg6LzbAHwsoiZUW3FBUg29XjtmVtnXS5AwHu+oUHwWlXjAP33mJ4usPg0SAOC3l8jiyuEoNhyS2HM3hIIq1eDLZehW1WNL2gPYqdbDAgApPcBMgPZwLUN1hH9aaGn3aiq12EOkLamltMQCSzg/v8mshLW517gOtRMWRByP/V/PHmq2xILALSxoKhBObZAWqUR6xoDojo8vY3xLxgAE1zjQVAey6eFznra4hEIaWHEv1zdIUN79umlfnPOqRiQNiRidgMC3RkOOYoNwepMnSi+0mnzuaqyf5G4A9CSh3MHIVuQNqkYi4AIitPqAsC2Mfs5oJSux8FcAehQnvF312gbd+EDKPfJeJxpTzMe7+oxFtM+togbAB3K/6kGQ5sKJdNBZhFVO77E5OmwZA7YtoYLAH3KR4ER2kJ7fNQDiFPWG0L5FISVAShVPt44mu8DRNuLDl2sYNpEscV7AOt9SWqM8pkKjrqBT/M6TAwKY/XmNblL74pyNAM8lF/V+T2eHwXAXJQflQbnpPxgAOam/CAA5qh8MQBzVb4IgDkr3wvA3JXvBCDzwhPPVO/0euT73BqddUALA2alfK8L8IUIhNkpXwRAAIG3PFe+eExJ5bFrjyqFx262ic9tAdhEq9Q805YBNdHexL0Wz4Df89TcUCiYGmIAAAAASUVORK5CYII');
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	overflow:hidden;
    background-size: 45px;
}
.image-popup:hover:after{
	opacity:1;
}
	/*==============../3.12 Blog Single Page==============
	======================================================*/
	/*==================3.13 Comments Box=================
	======================================================*/
	
.comments-thumb,
.comments-content,
.comments-box,
.comments-author,
.comments-replay{
	display:inline-block;
	vertical-align:top;
}
.comments-thumb{
	width:13%;
}
.comments-content{
	width:86.5%;
}
.comments-author{
	width:78%;
}
#commentform .logged-in-as{
	padding-bottom:15px;
}
.comments-replay{
	width:20%;
}
#reply-title {
    /*padding-bottom: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
	border-bottom: 1px solid #e3e3e3;*/
	cursor: pointer;
}
.review-form > form#rewies_form, .review-form > form#rewies_formm {
    border-top: 1px solid #e3e3e3;
    display: none;
    margin-top: 15px;
    padding: 25px 15px 5px;
}
.comments-header{
	padding-top: 0px;
	padding-bottom: 15px;
}
.comments-header h3 {
    margin-top: 0;
}
.comments-box{
	padding-top:40px;
	padding-bottom:40px;
	border-top:1px solid #e3e3e3;
	width:100%;
}
.comments-box-sub{
    width: 87%;
    float: right;
}
.comments-thumb {
    width: 15%;
}
.comments-content {
    width: 83.5%;
}
.form-review-stars li{
	display:inline-block;  
	margin-right: 7px;
}
.form-review-stars li a{
	text-align:center;
}
/*.form-review-stars li i{
	font-size:34px;
}*/
.form-review-stars li span{
	/*font-size:15px;*/
	display:block;
}

	/*================../3.13 Comments Box================
	======================================================*/
	
	/*==================3.14 Post Detail==================
	======================================================*/
.single-page-slider-container{
	padding-top:80px;
	padding-bottom:60px;
	opacity:0;
}
.post-meta-info{
	padding-top:90px;
	padding-bottom:90px;
}	
.post-meta-left-box .breadcrumbs li:before{
       content: "/";
    position: absolute;
    left: 0px;
    top: 0px;
    color: #7f7f7f;
    width: 0px;
    height: 0px;
    
    transform: translateY(-50%);
    top: 0px!important;
}
.post-meta-left-box h1{
	margin-bottom:25px;
}
.post-meta-left-box .post-stat li{
	margin-right:10px;
}
.secondary-btn {
	width:300px;
	height:55px;
	line-height:55px;
	text-align:center;
	/*font-family:'quicksand';*/
	font-weight: bold;
	/*font-size:20px;*/
	border-radius:5px;
    display: inline-block;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.post-price-row li{
	display:inline-block;
	vertical-align: middle;
}	
.post-rice{
	/*font-family:'quicksand';*/
	/*font-size:24px;*/
	font-weight:bold;
}
.features li{
    width: 245px;
    min-height: 58px;
    line-height: 58px;
    background-color: #fff;
    margin-right: 2px;
    margin-bottom: 20px;
    border-radius: 3px;
    padding-left: 17px;
}
.features li img{
	width:20px;
    position: relative;
    top: -3px;
}
.features li .tick-icon{
	margin-right:5px;
}
.extrafield-list li{
    width: 40%;
    display: inline-block;
    border-bottom: 1px solid #e3e3e3;
    margin-right: 40px;
    margin-left: 30px;
	padding-top: 12px;
    padding-bottom: 12px;
}
.extrafield-list li span{
	/*font-size:15px;*/
	color:#737373;
	font-family:'quicksand-regular';
}
.extrafield-list li span:first-child{
	font-family:'quicksand';
	text-transform:capitalize;
}
.extrafield-list li span:last-child{
	float:right;
}
.single-inner-container{
	padding-bottom: 50px;
	padding-top: 50px;
}
.single-inner-container .post-row{
	line-height:27px;
}
.faq-section h3{
	margin-bottom:15px;
}
#accordion{
	width:100%;
}
.ui-accordion .ui-accordion-content{
	padding:12px 10px 25px;
}
.post-meta-right-box .post-stat li{
	margin-right:10px;
}
.listingmap,
.singlebigpost{
  min-height:80vh;
  width: 90vw;
	overflow: hidden;
}
.widget-map{
	overflow:hidden;
}
.singlebigpost{
  min-height:80vh !important;
  width: 90vw !important;
}
#singlepostmap{
	height:180px;
	overflow: hidden;
}
.single-page-popup{
  min-height:50vh;
  width: 50vw;
}
.single-page-popup .md-content{
	padding:30px;
}
.single-page-popup .md-content > div{
	padding: 15px 16px 19px;
}
.symbol {
  display: inline-block;
  border-radius: 50%;
  border: 5px double white;
  width: 30px;
  height: 30px;
}

.symbol-empty {
  background-color: #ccc;
}

.symbol-filled {
  background-color: black;
}
.rating-symbol{
	margin-right:4px;
}
.user-info{
	position:relative;
}
.sidebar-post .user-text{
	position:relative;
	top:-9px;
}
/* Social Share */

.sbutton {
position: relative;
}

.sbutton:hover {
  cursor: pointer;
}

.smenu {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  left: -34px;
  margin: 0;
  opacity: 0;    visibility: hidden;
  padding: 0;
  position: absolute;
  top: -50px;
  -webkit-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  width: 138px;
    text-align: left;
}

.smenu:after {   
	height: 10px;
    left: 50%;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ccc;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.smenu.share {
  opacity: 1;  visibility:visible;
    top: -131px;
}
.smenu li{
	display:block;
	margin-right:0px !important;
    padding-top: 15px;
    padding-left: 15px;
}
.smenu li a{
	display: block;
    line-height: 16px;
}
.smenu li:last-child{
	border-bottom:0px;
    padding-bottom: 15px;
}
.smenu li span{
    position: relative;
    top: 3px;
    left: 7px;
}
.slick-slide {
	overflow: hidden;
	/* border-radius:3px; */
}
.slick-slide img{
	margin:auto auto;
	display:block;
}
.claimformtrigger,
.claimform,
.quickformtrigger,
.quickform{
	display:none;
	vertical-align: top;
}
.singlebigmaptrigger span{
	position:relative;
}
.post-reviews {
	display:inline-block;
	margin-left:40px;
}
.comments-container{
	border-radius:8px;
	background-color:#fff;
}
/*================= Post confirmation buttons  ================*/
.lp_confirmation{
	position:fixed;
	right:50px;
	bottom:0%;
	z-index:10;
}
.lp_confirmation .list-st-img li a{
	padding-right:15px
}
.listing-app-view .lp_confirmation{
	    bottom: 6%;
}
/*=================../3.14 Post Detail================*/
/*==================/3.15 Post Sidebar================*/
.widget-box{
	padding:25px;
	margin-bottom:50px;
}
.widget-box .user-thumb{
	margin-right:10px;
}
.widget-box .user-text .user-position{
	margin-bottom:10px;
}
.widget-video iframe{
	width:100%;
	height:258px;
}
.user-abailable-table li{
	margin-bottom:15px;
}
.user-abailable-table li:last-child{
	margin-bottom:0px;
}
.user-abailable-table li img{
	width:15px;
	margin-right: 5px;
}
.timing-hours{
	float:right;
}
.tags-container li a{
	display:block;
	margin-bottom:5px;
}
.widget-social li{
	display:inline;
	float:left;
	padding-right:10px;
	margin-bottom:0px !important;
}
.widget-social li:last-child{
	padding-right:0px;
}
.widget-social li.lp-fb a{
	background-color:#3B5998;
}
.widget-social li.lp-tw a{
	background-color:#5ac6ea;
}
.widget-social li.lp-li a{
	background-color:#3b6dac;
}
.widget-social li a:hover{
	opacity:.7;
}
.widget-social li:nth-child(1):nth-last-child(1) {
    width: 100%;
}
.widget-social li:nth-child(1):nth-last-child(2),
.widget-social li:nth-child(2):nth-last-child(1) {
    width: 50%;
}
.widget-social li:nth-child(1):nth-last-child(3),
.widget-social li:nth-child(2):nth-last-child(2),
.widget-social li:nth-child(3):nth-last-child(1) {
    width: 33.3333%;
}
.widget-social li:nth-child(1):nth-last-child(4),
.widget-social li:nth-child(2):nth-last-child(3),
.widget-social li:nth-child(3):nth-last-child(2),
.widget-social li:nth-child(4):nth-last-child(1) {
    width: 25%;
}
.list-st-img li {
	margin-bottom:10px;
}
.list-st-img li:last-child {
	margin-bottom:0px;
}
.list-st-img li a {
	display:block;
	padding-bottom: 7px;
    padding-left: 12px;
    padding-top: 11px;
	border-radius:5px;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.widget-contact-info .list-st-img li a{
	padding-left:5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.list-st-img li a .cat-icon{
	border:1px solid #fff;
	text-align:center;
	border-radius:50%;
    display: inline-block;
}
.list-st-img li a .cat-icon img{
	width: 18px;
}
/*=================../3.15 Post Sidebar===============*/
/*===================3.16 Pricing Plan================*/
.price-plan-box{
	overflow:hidden;
	margin-bottom:50px;
}
.price-plan-box-upper{
	padding:10px 40px 40px 40px;
}
.price-plan-box-upper h1 span, .price-plan-box-upper p span{
	color:#fff !important;
}
.price-plan-box-bottom{
	padding:30px;
}
.price-plan-content ul li{
	display:inline-block;
	margin-right: 30px;
	line-height:43px;
}

.price-plan-content ul li:last-child{
	margin-right:0px;
}
.price-plan-content ul li img{
	width:18px;
	margin-right:5px;
}
	
	/*=================../3.16 Pricing Plan===============
	======================================================*/
	
	/*================3.17 Accordion Section==============
	======================================================*/
	
.ui-accordion .ui-accordion-header span{
	/*font-size:20px;*/
	margin-right:12px;
}
	
	/*==============../3.17 Accordion Section=============
	======================================================*/
	
	/*====================3.18 Post Submit================
	======================================================*/
.checkbox label:before {
	background-color: #ababab;
}
.checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.checkbox input[type=checkbox] {
	display: none;
}
.checkbox label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	top:3px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
	transition:all 0.1s ease;
	border-radius:2px;
}

.radio label, .checkbox label{
	padding-left: 32px;
}
 input[type=checkbox]:checked + label:before {
	content: "\f00c";
	/*font-size: 11px;*/
	text-align: center;
    line-height: 20px;
	font-family:FontAwesome;
	color:#7f7f7f;
	background-color:transparent;
	border:1px solid #7f7f7f;
}	
.checkbox label{
	font-weight:400;
}
.lp-form-row-left{
	width:60%;
}
.lp-form-row-left p{
	display: inline-block;
    margin-left: 20px;
}
.not-logged-in-msg {
	width:100% !important;
}
.not-logged-in-msg > p{
	vertical-align:middle;
	margin-bottom:0px;
}
.lp-form-row-right{
	width:40%;
}	
.featuresDataContainer{
	position:relative;
	/* min-height:120px; */
}
.featuresData{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	opacity:0;
	visibility:hidden;
	display:none;
}
.featuresDataselected{
	opacity:1;
	visibility:visible;
}
.featuresDataRow{
	display:none;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  /*font-size: 100px;*/
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
}
.btn-file input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
.post-submit .chosen-container-single .chosen-single span{
    margin-right: 0px;
}
.postSubmitCat.border-dropdown span:after{
	top:17px;
}
.lp-search-bar .chosen-container-single .chosen-single{
    padding: 0 0 0 15px;
    height: 46px;
    border: 0px solid #E3E3E3;
	color:#A6A6A6;
    border-radius: 0px;
    line-height: 46px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.lp-blog-grid-container .lp-blog-user-thumb {
    border-radius: 50%;
    height: 50px;
    margin: -25px auto 0;
    overflow: hidden;
    width: 50px;
}
.post-submit .ui-tabs .ui-tabs-panel{
	padding:0px !important;
}
.post-submit .ui-widget-header{
	border-top: 0px solid #D3D3D3;
}
.post-submit .ui-widget{
    margin-top: 25px;
}
.post-submit .ui-tabs .ui-tabs-nav{
	margin-top: 0px;
	padding:0px !important;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 0px;
}
.post-submit .ui-tabs .ui-tabs-nav li{
	border-top:0px;
	margin-bottom:5px;
	margin-right: 5px;
	margin-left: 5px;
}
.post-submit .ui-tabs .ui-tabs-nav li a{
	background-color: #41A6DF;
	color: #fff;
	border-radius: 5px;
    text-align: center;
}
.post-submit .ui-tabs{
	margin-bottom:30px;
}
.post-submit .ui-tabs .ui-tabs-nav li.ui-state-active a{
	background-color:#363F48;
}
.post-submit .ui-tabs .ui-tabs-nav li.ui-state-active{
	margin-bottom:4px !important;	
}
#tabsbtn{
	cursor:pointer;
	display: inline;
    float: left;
	margin-left: 15px;
    margin-top: 1px;
	padding: 7px 22px;
	margin-bottom:0px;
}
.btn-container ul{
	float:left;
}
.chosen-container .chosen-results{
	padding:0px !important;
	margin:0px !important;
}
	/*==================../3.18 Post Submit===============
	======================================================*/
	
	/*=====================3.19 About US==================
	======================================================*/
	
.about-box-inner{
	padding-top: 40px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 30px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	max-height: 254px;
}
.about-box-icon{
	width:68px;
	height:68px;
	line-height:65px;
	text-align:center;
	border-radius:50%;
	margin:0 auto;
	-webkit-transition: all 0.6s cubic-bezier(0.55, 0.09, 0.68, 0.53);
	-moz-transition: all 0.6s cubic-bezier(0.55, 0.09, 0.68, 0.53);
	-o-transition: all 0.6s cubic-bezier(0.55, 0.09, 0.68, 0.53);	
	transition: all 0.6s cubic-bezier(0.55, 0.09, 0.68, 0.53);
	  position:relative;
}
.about-box-icon i {
	color: #fff;
    /*font-size: 30px;*/
    line-height: 68px;
}
.about-box-icon img{
	width:34px;
}
.about-box {
	margin-bottom:30px;
}
.about-box-title{
	margin-top:10px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.about-box-slide{
	position:relative;
}
.about-gallery-box{
	margin-bottom:30px;
}
.about-box-inner:hover .about-box-icon{
	-webkit-transform:translateY(-75px);
	-moz-transform:translateY(-75px);
	-o-transform:translateY(-75px);
	transform:translateY(-75px);
}
.about-box-description{
	height:60px;
	overflow:hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.about-box-inner:hover .about-box-description{
	height:104px;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	 -o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.about-box-inner:hover .about-box-title{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	 -o-transform: translateY(-50px);
	transform: translateY(-50px);
}
	/*===================../3.19 About US=================
	======================================================*/
	
	/*=====================3.20 Contact US================
	======================================================*/
.contact-left{
	width:calc(100% - 650px);
	float:left;
}	
.contact-right{
	width:650px;
	float:right;
	padding-left:30px;
	padding-right:30px;
	
}
.contactmap{
	height:832px;
	overflow: hidden;
}
.address-box p i{
	margin-right:5px;
}
.contact-social{
	margin-top:13px;
}
#contact{
	position:relative;
}
#success, #error {
    display:none;
	position:absolute;
	bottom: -75px;
	left:0px;
}
#success span, #error span {
    display:block;
}
#success span p {    
	color: #fff;
	background-color: #41a6df;
	border-radius: 5px;
	padding: 10px 10px;
}
#error span p {
	color: #fff;
	background-color: #c0392b;
	border-radius: 5px;
	padding: 10px 10px;
}	
/*=======================3.21 Login===================*/
.login-form-popup{
    width: 556px;
    margin: 0 auto;
    position: relative;
    min-height: 557px;
}
.siginincontainer,
.siginupcontainer,
.forgetpasswordcontainer{
    position: absolute !important;
    top: 0;
    left: 0;
    padding: 47px;
    background-color: #fff;
    border-radius: 5px;
    padding-top: 0px;
    padding-bottom: 25px;
    width: 100%;
}
.social-login li{
	display:inline-block;
	margin-right: 1px;
}
.social-login li:last-child{
	margin-right:0px;
}
.social-login li button,
.social-login li a {
    display: block;
    float: left;
    margin: 0;
    border-radius: 5px;
    position: relative;
    color: #fff;
    padding: .8em;
    text-align: center;
    width: 160px;
	border:0;
}
.social-login li button:hover,
.social-login li a:hover {
	opacity:0.9;
}
.social-login li a i{
}
.social-login li button span,
.social-login li a span{
	color: #fff;
    font-weight: bold;
    margin-left: 10px;
    text-transform: uppercase;
}
.google{
	background-color: #db402c;
}
.facebook{
	background-color: #3b5998;
}
.twitter{
	background-color: #55acee;
}
.pop-form-bottom{
	margin-left:-15px;
	margin-right:-15px;
}
.login-form-popup .md-close{
	display:block !important;
}
.md-trigger{
		cursor:pointer;
}
.siginupcontainer{
	display:none;
}
.forgetpasswordcontainer{
	display:none;
}
.bottom-links a{
	cursor:pointer;
}
.iconsmalltext{
	line-height: 38px;
	/*font-size: 18px;*/
	font-weight: 100;
	color: rgb(65, 166, 223);
	margin-top: 0px;
	position: relative;
	top: 2px;
}
.iconsmalltext:hover{
	color: rgb(65, 166, 223);
}
	/*====================../3.21 Login==================
	======================================================*/
	/*========================3.22 404====================
	======================================================*/
	
.pg-404-tit {
	/*font-size: 200px;*/
	padding: 0px;
	margin-bottom: 0px;
}
/*.pg-404-p {
    font-size: 28px;
}*/
	
	/*====================../3.22 Loogin==================
	======================================================*/
	
	/*=====================3.23 ToolTip===================
	======================================================*/
	/* SimpTip v1.0.4
// A simple CSS tooltip made with Sass 
// source: https://github.com/arashmanteghi/simptip/
// ducoment: http://arashm.net/lab/simptip/
// by @ArashManteghi - http://arashm.net */
/********************************* Core ******************************/
[data-tooltip] {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
[data-tooltip]:before, [data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[data-tooltip]:before {
  content: '';
  border: 6px solid transparent;
}
[data-tooltip]:after {
	border-radius: 3px;
    content: attr(data-tooltip);
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    padding: 1px 11px;
    white-space: nowrap;
	font-weight:500
}
[data-tooltip]:hover, [data-tooltip]:focus {
  background-color: transparent;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
  opacity: 1;
  visibility: visible;
}

/******************************* Position ****************************/
.simptip-position-right:before, .simptip-position-left:before, .simptip-position-right:after, .simptip-position-left:after {
  bottom: 50%;
}
.simptip-position-right:before, .simptip-position-left:before {
  margin-bottom: -5px;
}
.simptip-position-right:after, .simptip-position-left:after {
  margin-bottom: -14.66667px;
}
.half-arrow.simptip-position-right:before, .half-arrow.simptip-position-left:before {
  bottom: 16px;
  border-style: none;
  border-top: 7px solid transparent;
}
.simptip-multiline.simptip-position-right:before, .simptip-multiline.simptip-position-left:before, .simptip-multiline.simptip-position-right:after, .simptip-multiline.simptip-position-left:after {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  margin-bottom: 0;
}
.simptip-multiline.simptip-position-right:before, .simptip-multiline.simptip-position-left:before {
  margin-bottom: 0;
}
.simptip-multiline.half-arrow.simptip-position-right:before, .simptip-multiline.half-arrow.simptip-position-left:before {
  margin-bottom: -2px;
}

.simptip-position-right:before, .simptip-position-right:after {
  left: 100%;
}
.simptip-position-right:before {
  margin-left: -2px;
}
.simptip-position-right:after {
  margin-left: 10px;
}
.simptip-position-right.simptip-movable:before {
  margin-left: -10px;
}
.simptip-position-right.simptip-movable:after {
  margin-left: 2px;
}
.simptip-position-right.simptip-movable:hover:before, .simptip-position-right.simptip-movable:hover:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.simptip-position-right.simptip-movable.half-arrow:before {
  margin-left: -5px;
}
.simptip-position-right.simptip-movable.simptip-multiline:hover:before, .simptip-position-right.simptip-movable.simptip-multiline:hover:after {
  -webkit-transform: translate(10px, 50%);
  -moz-transform: translate(10px, 50%);
  -ms-transform: translate(10px, 50%);
  -o-transform: translate(10px, 50%);
  transform: translate(10px, 50%);
}
.simptip-position-right.half-arrow:before {
  margin-left: 3px;
  border-right: 7px solid #323232;
}

.simptip-position-left:before, .simptip-position-left:after {
  right: 100%;
}
.simptip-position-left:before {
  margin-right: -2px;
}
.simptip-position-left:after {
  margin-right: 10px;
}
.simptip-position-left.simptip-movable:before {
  margin-right: -10px;
}
.simptip-position-left.simptip-movable:after {
  margin-right: 2px;
}
.simptip-position-left.simptip-movable:hover:before, .simptip-position-left.simptip-movable:hover:after {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.simptip-position-left.simptip-movable.half-arrow:before {
  margin-right: -5px;
}
.simptip-position-left.simptip-movable.simptip-multiline:hover:before, .simptip-position-left.simptip-movable.simptip-multiline:hover:after {
  -webkit-transform: translate(-10px, 50%);
  -moz-transform: translate(-10px, 50%);
  -ms-transform: translate(-10px, 50%);
  -o-transform: translate(-10px, 50%);
  transform: translate(-10px, 50%);
}
.simptip-position-left.half-arrow:before {
  margin-right: 3px;
  border-left: 7px solid #323232;
}

.simptip-position-bottom:before, .simptip-position-top:before, .simptip-position-bottom:after, .simptip-position-top:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.simptip-position-bottom:after, .simptip-position-top:after {
  width: auto;
}
.half-arrow.simptip-position-bottom:before, .half-arrow.simptip-position-top:before {
  border-style: none;
  border-right: 7px solid #323232;
}

.simptip-position-bottom:before, .simptip-position-bottom:after {
  top: 100%;
}
.simptip-position-bottom:before {
  margin-top: -5px;
}
.simptip-position-bottom:after {
  margin-top: 7px;
}
.simptip-position-bottom:hover:before, .simptip-position-bottom:hover:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.simptip-position-bottom.simptip-movable:before {
  margin-top: -15px;
}
.simptip-position-bottom.simptip-movable:after {
  margin-top: -3px;
}
.simptip-position-bottom.simptip-movable:hover:before, .simptip-position-bottom.simptip-movable:hover:after {
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  -o-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
}
.simptip-position-bottom.simptip-movable.half-arrow:before {
	margin-top: -10px;
}
.simptip-position-bottom.half-arrow:before {
	margin-top: 0;
	border-top: 7px solid transparent;
}
.simptip-position-top:before, .simptip-position-top:after {
  	bottom: 70%;
}
.simptip-position-top:before {
	margin-bottom: -5px;
}
.simptip-position-top:after {
	margin-bottom: 7px;
}
.simptip-position-top:hover:before, .simptip-position-top:hover:after {
	-webkit-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
}
.simptip-position-top.simptip-movable:before {
	margin-bottom: -4px;
}
.simptip-position-top.simptip-movable:after {
	margin-bottom: 3px;
	border-radius:5px;
}
.simptip-position-top.simptip-movable:hover:before, .simptip-position-top.simptip-movable:hover:after {
	-webkit-transform: translate(-50%, -10px);
	-moz-transform: translate(-50%, -10px);
	-ms-transform: translate(-50%, -10px);
	-o-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px);
}
.simptip-position-top.simptip-movable.half-arrow:before {
	margin-bottom: -10px;
}
.simptip-positiong-top.half-arrow:before {
	margin-bottom: 0;
	border-bottom: 7px solid transparent;
}

/******************************* Features ****************************/
.simptip-movable:before, .simptip-movable:after {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.simptip-smooth:after {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.simptip-fade:before, .simptip-fade:after {
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
  -o-transition: opacity 0.2s linear, visibility 0.2s linear;
  -ms-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.simptip-multiline:after {
  height: auto;
  width: 240px;
  padding: 11px;
  line-height: 19px;
  white-space: normal;
  text-align: left;
}

/**************************** Diverse Colors *************************/
.simptip-success.simptip-position-top:before {
  border-top-color: #62c462;
}
.simptip-success.simptip-position-top:after {
  background-color: #62c462;
  color: #ecf0f1;
}
.simptip-success.simptip-position-bottom:before {
  border-bottom-color: #62c462;
}
.simptip-success.simptip-position-bottom:after {
  background-color: #62c462;
  color: #ecf0f1;
}
.simptip-success.simptip-position-left:before {
  border-left-color: #62c462;
}
.simptip-success.simptip-position-left:after {
  background-color: #62c462;
  color: #ecf0f1;
}
.simptip-success.simptip-position-right:before {
  border-right-color: #62c462;
}
.simptip-success.simptip-position-right:after {
  background-color: #62c462;
  color: #ecf0f1;
}
.simptip-success.simptip-position-top.half-arrow:before {
  border-right: 7px solid #62c462;
}
.simptip-success.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #62c462;
}

.simptip-info.simptip-position-top:before {
  border-top-color: #5bc0de;
}
.simptip-info.simptip-position-top:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
.simptip-info.simptip-position-bottom:before {
  border-bottom-color: #5bc0de;
}
.simptip-info.simptip-position-bottom:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
.simptip-info.simptip-position-left:before {
  border-left-color: #5bc0de;
}
.simptip-info.simptip-position-left:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
.simptip-info.simptip-position-right:before {
  border-right-color: #5bc0de;
}
.simptip-info.simptip-position-right:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
.simptip-info.simptip-position-top.half-arrow:before {
  border-right: 7px solid #5bc0de;
}
.simptip-info.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #5bc0de;
}

.simptip-danger.simptip-position-top:before {
  border-top-color: #e74c3c;
}
.simptip-danger.simptip-position-top:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
.simptip-danger.simptip-position-bottom:before {
  border-bottom-color: #e74c3c;
}
.simptip-danger.simptip-position-bottom:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
.simptip-danger.simptip-position-left:before {
  border-left-color: #e74c3c;
}
.simptip-danger.simptip-position-left:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
.simptip-danger.simptip-position-right:before {
  border-right-color: #e74c3c;
}
.simptip-danger.simptip-position-right:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
.simptip-danger.simptip-position-top.half-arrow:before {
  border-right: 7px solid #e74c3c;
}
.simptip-danger.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #e74c3c;
}

.simptip-warning.simptip-position-top:before {
  border-top-color: #e67e22;
}
.simptip-warning.simptip-position-top:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
.simptip-warning.simptip-position-bottom:before {
  border-bottom-color: #e67e22;
}
.simptip-warning.simptip-position-bottom:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
.simptip-warning.simptip-position-left:before {
  border-left-color: #e67e22;
}
.simptip-warning.simptip-position-left:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
.simptip-warning.simptip-position-right:before {
  border-right-color: #e67e22;
}
.simptip-warning.simptip-position-right:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
.simptip-warning.simptip-position-top.half-arrow:before {
  border-right: 7px solid #e67e22;
}
.simptip-warning.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #e67e22;
}	
	/*===================../3.23 ToolTip==================
	======================================================*/
	
	/*=================3.24 Post List View================
	======================================================*/	
.lp-list-view{
	margin-bottom:30px;
}	
.lp-list-view-thumb,
.lp-list-view-content,
.lp-list-view-paypal{
	padding:30px 0px 30px 30px;
	display:inline-block;
	vertical-align:top;
}
.list-pt-display li{
	float:left;
    margin-right: 25px;
}
.lp-list-view-content-upper{
    min-height: 170px;
}
.list-pt-display li span,
.lp-list-view .lp-grid-box-price{
	color:#9e9e9e;
}
.lp-list-sp-icon{
	margin-right:3px;
}
.lp-list-view-paypal{ 
    background-color: #41a6df;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    height: 294px;
    position: relative;
    width: 257px;	
    text-align: center;
    padding-right: 30px;
    color: #fff;
	float:right;
}
.lp-list-view-paypal h4,
.lp-list-view-paypal p{ 
    color: #fff;
}
p.lp-list-view-paypal-tit {
	color:#fff;
    /*font-size: 22px !important;*/
    font-weight: bold;
} 
.lp-list-view-edit {
    float: left;
    padding: 10px 21px;
}
.lp-list-view-edit li{
    float: left;
}	
.lp-list-view-edit li a{
	/*font-size:14px;*/
	border-right:1px solid #dfdfdf;
    padding: 0px 10px;
	color:#616161;
}
.lp-list-view-edit li:last-child a{
	border-right:0px;
}
.lp-list-view-edit li a i{
	margin-right:6px;
}
.lp-list-view-edit li a:hover{
	color:#41a6df;
}
.lp-list-view-paypal h4{   
	margin-bottom: 4px;
}
/*.lp-list-view-paypal p,
.lp-list-view-paypal p span{
	font-size:14px;
}*/
.lp-list-view-paypal p span{
	font-weight:400;
}
.lp-list-pay-btn a{
    width: 154px;
    height: 40px;
    background-color: #fff;
    float: left;
    line-height: 40px;
	color:#484848;
}
/*.lp-list-pay-btn a i{
	font-size:18px;
}*/
.lp-list-pay-btn{
    margin-top: 17px;
    float: left;
    text-align: center;    
	margin-left: 0px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
}
.lp-list-view-content{
	width:560px;
}
.lp-list-view-content-upper h4,
.lp-list-view-paypal-inner h4{
	margin-top:0px;
}
.lp-list-view-paypal-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lp-list-view-select .lp-home-locaton-input,
.lp-list-view-select .chosen-container-single .chosen-single{
	border-radius:5px;
    background-color: #ededed;
	color:#7f7f7f;
	text-align:left;
}
.lp-list-view-select .chosen-container-single .chosen-single{
	height:46px;
	line-height:46px;
	border:0px;
}
.chosen-container .chosen-results{
	text-align:left;
}
.lp-list-view-select .chosen-container-single.chosen-with-drop .chosen-single{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.lp-list-view-select .chosen-container-single .chosen-single span{
	margin-right:0px;
}
.author-page .ui-autocomplete li{
    background-color: #ededed;
	color:#7f7f7f;
}
.author-page .border-dropdown span:after{
	color:#7f7f7f;
}
.lp-list-pay-btn a:hover{
    background-color: #363F48;
    color: #FFFFFF;
}
.author-page .ui-autocomplete li:hover{
	border-bottom-color:#fff !important;
}
	/*===============../3.24 Post List View===============
	======================================================*/

/*=====================../3 Sections Css=======================
===============================================================*/
		
/*==========================4 Footer===========================
===============================================================*/

footer{
	background-color:#45505b;	
}

	/*================4.1 Footer Upper Bar================
	======================================================*/
.footer-upper-bar{
	padding:40px 0px 40px 0px;
}

.footer-menu{
	padding:0;
	margin:0;
	list-style:none;
}
.footer-menu li{
	display:inline-block;
	margin-right:30px;
	position:relative;
}
.footer-menu li:before{
    content: "";
    position: absolute;
    left: -17px;
    top: 9px;
    color: #fff;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
	
}
.footer-menu li:first-child:before{
	display:none;
}
	/*===============../4.1 Footer Upper Bar==============
	======================================================*/
	
	/*=================4.2 Footer Bottom Bar==============
	======================================================*/
.footer-bottom-bar{
	padding:35px 0px;
}
.footer-about-company {
	padding:0px;
	margin:0px;
	list-style:none;
}
.footer-about-company li{
	display:inline-block;
	position:relative;
	margin-right:30px;
	color:#96a0a9;
}
.footer-about-company li:before{
    content: "";
    position: absolute;
    left: -15px;
    top: 9px;
    color: #fff;
    width: 5px;
    height: 5px;
    background-color: #96a0a9;
    border-radius: 50%;
	
}
.credit-links{
	color:#96a0a9;
	margin-top: 10px;
	margin-bottom: 0px;
}
.credit-links a{
	color:#96a0a9;
}
.credit-links a:hover{
	color:#fff;
}
.footer-about-company li:first-child:before{
	display:none;
}
.footer-social-icons{
	margin-top:30px;
}
.footer-social-icons li {
	margin-right:3px;
}
.footer-social-icons li img{
    width: 34px;
    height: 34px;
}
.add-listing-mobile{
	display:none;
}
/*========================../4 Footer END =============================================*/
/*========================../4 Notification Start =============================================*/
.notification{
	border-radius: 3px;
    margin: 20px 0;
    min-height: 52px;
    padding: 0;
    position: relative;
    width: 100%;
}
.notification p {
    color: #27ae60;
    float: left;
    line-height: 50px;
    margin: 0;
}
.notification .noti-icon{
	border-radius: 0;
    float: left;
    height: 51px;
    line-height: 51px;
    margin-right: 30px;
    position: relative;
    text-align: center;
    width: 52px;
}
.notification .noti-icon:before{
	font-family: FontAwesome;
	width:32px;
	height:32px;
	color:#fff;
}
.success .noti-icon{
	background-color: #27ae60;
}
.error .noti-icon{
	background:#d54040;
}
.info .noti-icon{
	background:#4789d3;
}
.warning .noti-icon{
	background:#ff892a;
}
.success{
	background-color: #dbf1d6;
    border: 1px solid #27ae60;
}
.success .noti-icon:before{
	content: "\f00c";
}
.error{
	background:#fccac1;
	border:1px solid #eb5439;
}
.error:after {
  border-color: #fccac1 #fccac1 transparent transparent ;
}
.error::before {
 border-color: #eb5439 #eb5439 transparent transparent ;
}
.error .noti-icon:before{
	content: "\f00d";
}

.info{
	background:#d1e4f3;
	border:1px solid #4d8fcb;
}
.info:after {
  border-color: #d1e4f3 #d1e4f3 transparent transparent ;
}
.info::before {
 border-color: #4d8fcb #4d8fcb transparent transparent ;
}
.info .noti-icon:before{
	content: "\f129";
}

.warning{
	background:#ffe9ad;
	border:1px solid #fab418;
}
.warning:after {
  border-color: #ffe9ad #ffe9ad transparent transparent ;
}
.warning::before {
 border-color: #fab418 #fab418 transparent transparent ;
}
.warning .noti-icon:before{
	content: "\f071";
}



/*========================../4 Notification END =============================================*/



/*======================== Favourites Start =============================================*/
.favourite-grid .remove-fav{
	position:absolute;
	top:0px;
	right:0px;
}

/*======================== Favourites END =============================================*/
/* added css by zaheer */
p.status{
	margin-left:-15px;
}
.listing-app-view p.status{
	margin-left:0px;
	margin-bottom: 0px;
}
.listing-app-view p.status span{
	margin-top:0px !important;
}
.lp-section-content-container .nearby-description{
	    max-width: 545px;
		margin: 0 auto;
}
.formsubmitting{
	visibility:hidden;
}
.lp-menu ul li.page_item_has_children::after,
.lp-menu ul li.menu-item-has-children::after
{
	content:'\f107';
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin-left:4px;
}
.lp-menu ul li.page_item_has_children .children li.page_item_has_children::after,
.lp-menu ul li.menu-item-has-children .sub-menu li.menu-item-has-children::after {
	content:'';
	display:none;
}
.lp-menu ul.children::after, .lp-menu ul > li > ul.sub-menu > li > ul.sub-menu::after {
    display: none;
}
.lp-menu ul.children:after,
.lp-menu ul.sub-menu:after {
	content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -9px;
    left: 13px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
	opacity: 1;
    overflow: visible;
    visibility: visible;
}
.lp-menu .children .menu-item-has-children li a:after,
.lp-menu .children .page_item_has_children li a:after,
.lp-menu .sub-menu .menu-item-has-children li a:after {
	content: "";
	display:none;
}
.lp-home-banner-contianer-inner{
	z-index:9;
}
.modal-backdrop{
	z-index:999;
}
.solitaire-infinite-scroll {
    text-align: center;
	Margin-top:30px;
	margin-bottom:0px;
}
.solitaire-infinite-scroll .no-more,
.solitaire-infinite-scroll .loading {
    display: none;
}
.solitaire-infinite-scroll a,
.solitaire-infinite-scroll a:focus {
    /*font-size: 14px;*/
	border:1px solid;
	padding:8px 20px
}
.solitaire-infinite-scroll .loading {
    background-image: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/loading.GIF);
    width: 64px;
    height: 64px;
    border: none;
    padding: 0px;
}
.md-overlay{
	z-index:99999999;
}
/* end css by zaheer */
/**/

/*checkouts css starts here*/
.lp-listing-form h3 {
	text-align: center;
	margin-bottom:45px;
}
.lp-checkout-wrapper {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #ececec;
	margin-bottom: 30px;
}
.lp-checkout-wrapper .lp-booking-dt,
.lp-checkout-wrapper .lp-persons,
.lp-checkout-wrapper .lp-duration,
.lp-checkout-wrapper .lp-booking-type {
    /*font-size: 14px;*/
    text-transform: uppercase;
}
.lp-rightbnk-transfer-msg {
	background-color: #fff;
    /* display: inline-block; */
	padding: 15px;
    border-radius: 5px;
    border: 1px solid #ececec;
}
.lp-rightbnk-transfer-msg label {
    letter-spacing: 2px;
    line-height: 43px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
.lp-rightbnk-transfer-msg input[type="radio"] {
    margin-right: 5px;
}
.lp-tranfer-info {
	color: #949494;
    line-height: 25px;
}
.lp-user-listings{
	border-bottom: solid 1px #ececec;
    /* display: inline-block; */
    width: 100%;
    float: none;
	padding: 20px 0;
}
.lp-user-listings:last-child{
	border:none;
}

/*checkouts css endeds here*/

/* for radio button on checkout */
.lp-listing-form .radio.radio-danger {
	width: 23px;
    height: 23px;
    border: 1px solid #ececec;
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
	background:#f9f9f9;
}
.lp-listing-form input[type=radio] {
	opacity: 0;
}
.lp-listing-form .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.lp-listing-form input[type=radio]{
	width: inherit;
    height: inherit;
    margin-left: 0;
}
.lp-listing-form input[type=radio]:hover{
	cursor:pointer;
}
.lp-listing-form input[type=radio]:checked + label:before {
    background-color: #41a6df;
    border: medium none;
    color: #7f7f7f;
    content: "";
    height: 18px;
    left: 22px;
    top: -5px;
    width: 18px;
}
.lp-listing-form .radio label {
	padding: 0px;
	color: transparent;
}
.lp-listing-form .radio label:before {
    background-color: transparent;
    border: none;
	top: 2px;
	left: 2px;
}
.lp-listing-form .radio label:before {
	border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.checkbox label:before {
    background-color: #ababab
}
.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative
}
.checkbox input[type=checkbox] {
    display: none
}
.checkbox label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 3px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    border-radius: 2px
}
.radio label,
.checkbox label {
    padding-left: 32px
}
input[type=checkbox]:checked + label:before {
    content: "\f00c";
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    font-family: FontAwesome;
    color: #7f7f7f;
    background-color: transparent;
    border: 1px solid #7f7f7f
}
.checkbox label {
    font-weight: 400
}
/* for radio button on checkout */
/*checkout 150117*/
/*latest css strt*/
.lp-rightbnk-transfer-msg .lp-tranfer-info {
	margin-left: 35px;
}
.formfields input[type=text] {
	border:1px solid #ececec;
	line-height: 48px;
	padding-left: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.formfields label,
.formfields input[type=text] {
	width: 100%;
}
.lp-listing-form input[type=submit] {
    background: #41a6df;
    color: #fff;
    height: 46px;
    border-radius: 5px;
    /*font-size: 16px;*/
    font-weight: bold;
    font-family: 'quicksand';
    padding-left: 18px;
    padding-right: 18px;
}
.lp-listing-form  .lp-listing-clm h5 {
    width: 428px;
    float: right;
    max-width: 428px;
}
.lp-listing-form  .lp-listing-clm div {
	padding: 0px;
}
.lp-listing-form  .lp-listing-clm img {
	padding-right: 10px;
}
/*latest css ends*/
/*checkout 150117*/
/*strt 16/017*/
.lp-tabs .lp-list-cnt {
	margin-left: -30px;
}
.lp-tabs .lp-list-view-thumb {
	padding: 10px 0 0 0 !important;
}
.lp-list-cnt .lp-list-view-content-upper {
	min-height: auto;
	padding-bottom: 0px;
}
.lp-tabs .lp-rigt-icons {
	/* padding-top: 10px; */
    padding: 0 10px;
}
.lp-tabs .lp-rigt-icons .lp-list-view-edit {
	/* margin-bottom: 20px; */
	padding: 10px 10px;
	float: right;
}
.lp-tabs .lp-list-view-content {
   	width: auto;
    max-width: 100%;
}
.lp-main-tabs .nav-tabs > li > a:focus::after {
	border-bottom-color: #fff;
}
.lp-main-tabs li a:focus {
	background-color: transparent;
}
.lp-tabs {
    border: 0px;
    margin: 0px;
    width: auto;
    box-shadow: none;
}
.lp-tabs .nav.nav-tabs li {
	margin-bottom: 8px;
}
.lp-tabs .panel-heading li.active {
	
}
.lp-tabs .panel-heading li a:after {
	border: transparent;
}
.lp-tabs .panel-heading li a:hover {
    cursor: pointer;
}
.lp-tabs .lp-list-view {
	padding: 0px;
}
.lp-tabs .panel-heading {
    color: #333;
    background-color: transparent;
	border: 0px;
    background: #eff3f6 !important;
	padding: 0px;
}
.lp-tabs .tab-content {
	padding-top: 0px;
}
.lp-tabs .panel-body {
    padding: 0px 15px;
}
.lp-tabs .panel-heading li a h4 {
    padding:0px;
	margin: 0px;
	color: #292929 !important;
}
.lp-tabs .panel-heading li a {
	background-color: #fff;
	margin-right: 5px;
    padding: 6px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.lp-tabs .panel-heading li.active a h4 {
	color: #fff !important;
}
.lp-tabs .panel-heading li.active a {
	background-color: #41a6df !important;
}
.lp-tabs .panel-body {
	background: #eff3f6;
}
.lp-tabs .lp-list-view-inner-contianer {
    border-bottom: 1px solid #dedede;
}
.lp-tabs .lp-list-view:last-of-type .lp-list-view-inner-contianer {
	border-bottom: none;
}
.dashboard-contnt {
	padding-left: 15px;
	padding-right: 15px;
}
.lp-invoice-table {
	background: #fff;
    border: 1px solid #ddd;
	border-radius: 5px;
}
.lp-invoice-table th ,
.lp-invoice-table td {
    padding: 20px 15px;
	vertical-align: middle;
}
.lp-invoice-table tbody tr td {
	border-top: 1px solid #ddd;
	padding: 10px 15px;
}
.lp-invoice-table tbody tr:hover {
	background: #eff3f6;
}
.lp-invoice-table tr td a {
    border-radius: 5px;
    background: #41a6df;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
	line-height: 32px;
    padding: 0px 15px;
    vertical-align: middle;
	font-weight: bold;
    font-family: 'quicksand';
	float: right;
}
.lp-list-detail {
	background: #fff;
	padding: 20px;
}   
.lp-list-detail .lp-list-date p {
	line-height: 22px;
	margin: 0px;
}
.lp-modal-list {
	z-index: 9999999999;
	background: #fff;
	width: 620px;
	left: 25%;
	top: 25px;
    bottom: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.lp-modal-list button.close {
	height: auto;
    /*font-size: 32px;*/
    text-align: center;
    display: block;
    /* width: 100%; */
}
.lp-modal-list .lp-print-list {
	float: right;
	background: #41a6df;
    width: 70px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
	vertical-align: middle;
    font-weight: bold;
    font-family: 'quicksand';
}
.lp-modal-list .lp-print-list:hover {
	background: #363F48;
} 
.lp-list-detail .invoice-total {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
/*ends 16/017*/
/*strt 17/02/017*/
.lp-tabs .lp-pay-publsh:hover {
    background-color: #363F48 !important;
}
.lp-tabs .lp-pay-publsh {
    background: #41a6df;
    border: 0px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 23px;
    font-weight: bold;
    font-family: 'quicksand';
	margin-top: 20px;
	float: right;
}
/*ends 17/02/017*/
.lp-main-tabs .nav-tabs > li {
    margin-bottom: -5px;
}
.aligncenter {
	float: none !important;
	margin: 0 auto;
}
.dashboard-tabs.lp-main-tabs .nav-tabs {
	display: inline-block;
}
.lp-tabs .lp-list-view-thumb, 
.lp-tabs .lp-list-view-content, 
.lp-tabs .lp-list-view-paypal {
    padding: 20px 0px 10px 0px;
}
.lp-tabs .list-pt-display li {
	margin-right: 15px;
}
.lp-tabs .lp-list-view-thumb {
    padding: 10px 0px 0px 15px;
    float: left;
}
/* .lp-tabs .lp-list-view-inner-contianer  {
	display: flex;
}
.lp-tabs .lp-list-view-inner-contianer .col-md-3:last-child {
	display: list-item;
} */
.lp-posi {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
}
.lp-tabs .lp-list-cnt .lp-grid-box-price .category-cion { 
	margin-right: 0px;
}
.lp-tabs .lp-list-cnt .lp-grid-box-price li:last-child {
	margin-left: 8px;
}
.vcenter1 {
	display: table-cell;
	float: none;
}
.vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: center;
}
.lp-listing-clm .lp-booking-dt,
.lp-listing-clm .lp-persons, 
.lp-listing-clm .lp-duration, 
.lp-listing-clm .lp-booking-type {
	border-bottom: 1px solid #dedede;
    float: left;
    font-size: 13px;
    font-weight: 600;
    line-height: 27px;
    width: 100%;
}
.lp-user-listings.clearfix .lp-listing-clm .col-md-2 p {
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0;
    padding: 6px 1px 0 0;
}
.lp-listing-form .lp-listing-clm .radio.radio-danger {
    float: right;
    margin-right: 0px;
}
.lp-tabs .lp-list-view .lp-list-view-content-upper h4, 
.lp-tabs .lp-list-view .lp-list-view-paypal-inner h4 {
    margin-bottom: 8px;
}
.lp-tabs .lp-list-view .list-pt-display {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.lp-pay-options ul {
    padding: 0;
    margin: 0px;
}
.lp-pay-options > ul > li {
	list-style-type: none;
    display: block;
    line-height: 27px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.lp-pay-options {
    padding: 0px;
}
.lp-pay-options .promotebtn {
	color: #fff;    
    float: right;
	padding: 5px 20px;
	position: relative;
	text-transform: capitalize;
}
.lp-pay-options .lp-promotebtn {
	color: #fff;
    width: 71px;
    float: right;
	padding: 3px;
}

/*flipping paymet to checkout options*/
/* start udates by zaheer on 25sep */
.lp-flip {
	/* max-height: 330px; */
    width: 100%;
    float: right;
}
.lp-flip .lp-pay-options {
	border-radius: 5px;
}
.lp-flip .lp-card {
    position: relative;
}
.lp-flip .lp-card .lp-front {
	float: left;
	width: 100%;
}
.lp-flip .lp-card .lp-back1, .lp-flip .lp-card .lp-back2 {
	width: 100%;
	/* max-height: 330px; */
	display:none;
}
.lp-inner {
	margin:0px !important;
}

.lp-flip .lp-card .lp-front::-webkit-scrollbar-track,
.lp-flip .lp-card .lp-back1::-webkit-scrollbar-track, .lp-flip .lp-card .lp-back2::-webkit-scrollbar-track
{
	border-radius: 5px;
	background-color: #F5F5F5;
}

.lp-flip .lp-card .lp-front::-webkit-scrollbar,
.lp-flip .lp-card .lp-back1::-webkit-scrollbar, .lp-flip .lp-card .lp-back2::-webkit-scrollbar
{
	width: 12px;
	background-color: #ddd;
}

.lp-flip .lp-card .lp-front::-webkit-scrollbar-thumb,
.lp-flip .lp-card .lp-back1::-webkit-scrollbar-thumb, .lp-flip .lp-card .lp-back2::-webkit-scrollbar-thumb
{ 
	border-radius: 5px;
	background-color: #ddd;
}
/* end udates by zaheer on 25sep */
/*start*/
.lp-dropdown-menu #menu {
    /* display: block; */
    background: #fff none repeat scroll 0 0;
    box-shadow: 0px 1px 5px #ccc;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 135%;
    width: 200px;
    z-index: 999;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.lp-dropdown-menu.open #menu {
	display: block;
}
.lp-dropdown-menu ul {
    border: 0px;
    box-shadow: none;
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left: 0px;
	/* position: absolute; */
	margin-bottom: 0px;
}
.lp-dropdown-menu ul li a {
    line-height: 33px;
	display: block;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
	color: #000;
}
.lp-dropdown-menu ul li a:hover {
    background: #41a6df;
    color: #fff;
}
.lp-dropdown-menu ul:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
	right: 20px;
}
/*ends*/



/* =====================================
		Harry Styles
======================================== */
.listing-second-view .post-meta-right-box .post-stat li {
	background-color: transparent;
    border: 1px solid #dbe7ef;
    border-radius: 5px;
    float: right;
    margin: 0px 0px 10px 9px;
    padding: 0;
}
.listing-second-view .post-meta-right-box .post-stat > li > a {
    float: left;
    margin-left: -2px;
    padding: 6px 20px 6px 21px;
	font-size:12px !important;
}
.listing-second-view .post-meta-right-box .post-stat > li {
	background-color: #fff;
}
.listing-second-view .post-meta-right-box .post-stat li ul.social-icons {
	text-align: center;
}
.listing-second-view .post-meta-right-box .post-stat li ul.social-icons li {
    border: transparent;
    background-color: #aeaeae;
    border-radius: 3px;
    display: inline-block;
    float: none;
    height: 35px;
    margin: 0px 6px;
    padding: 0px;
    text-align: center;
    vertical-align: top;
    width: 35px;
}
.listing-second-view .post-meta-right-box .post-stat li ul.social-icons li:first-of-type {
    margin-left: 0;
}
.listing-second-view .post-meta-right-box .post-stat li ul.social-icons li a {
    float: left;
    line-height: 35px;
    width: 100%;
}
.listing-second-view .post-meta-right-box .post-stat li ul.social-icons li a i.fa {
    border-radius: 3px;
    color: #333;
    float: left;
    line-height: 34px!important;
    width: 100%;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.reviews.sbutton .md-overlay.show {
    opacity: 1;
    visibility: visible;
}
.listing-second-view .post-meta-right-box .post-stat li ul.social-icons li a i.fa-facebook:hover {
	background-color: #3B5998;
}
.listing-second-view .post-meta-right-box .post-stat li ul.social-icons li a i.fa-twitter:hover {
	background-color: #55ACEE;
}
.listing-second-view .post-meta-right-box .post-stat li ul.social-icons li a i.fa-google-plus:hover {
	background-color: #E37167;
}
.listing-second-view .post-meta-right-box .post-stat li ul.social-icons li a i.fa-linkedin:hover {
	background-color: #0077B5;
}
.listing-second-view .post-meta-right-box .post-stat li ul.social-icons li a i.fa-pinterest:hover {
	background-color: #CB2027;
}
.listing-second-view .post-meta-right-box .post-stat li ul.social-icons li a i.fa-reddit:hover {
	background-color: #FF4500;
}
.listing-second-view .post-meta-right-box .post-stat li ul.social-icons li a i.fa-stumbleupon:hover {
	background-color: #EB4924;
}
.listing-second-view .post-meta-right-box .post-stat li ul.social-icons li a i.fa-delicious:hover {
	background-color: #205CC0;
}

.listing-second-view .social-icons.post-socials.smenu::after {
    border-top: 8px solid #ffffff;
    bottom: -10px;
    left: auto;
    right: 20px;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
}
.listing-second-view .social-icons.post-socials.smenu::before {
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #dedede;
    bottom: -9px;
    content: "";
    position: absolute;
    right: 19px;
}
.listing-second-view .post-meta-right-box .post-stat li.reviews.sbutton {
    /*z-index: 99;*/
}
.listing-second-view .content-white-area {
    background-color: #fff;
}
.listing-second-view a.secondary-btn {
    background-color: transparent;
    border: 1px solid #363f48;
    color: #363f48;
    font-size: 16px;
    height: 43px;
    line-height: 41px;
    width: 190px;
}
.lp_confirmation .list-st-img li a.edit-list > span img {
    float: left;
    margin-right: 5px;
    width: 16px;
}
.lp_confirmation .list-st-img li a.edit-list > span {
    color: #fff;
    display: inline-block;
    padding-top: 0px;
    line-height: 14px;
    width: 100%;
}
.listing-second-view .post-price-row > li {
    color: #7f7f7f;
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin-right: 15px;
}
.listing-second-view .price-range ul li:last-child {
}
.listing-second-view .online-booking-form {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.listing-second-view .online-booking-form > a.onlineform {
    background-color: #363f48;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-weight: bold;
    height: 59px;
    line-height: 59px;
    padding: 0 20px;
    width: 100%;
}
.listing-second-view .online-booking-form > a.onlineform.active, .listing-second-view .online-booking-form > a.onlineform:hover {
    background-color: #41a6df;
}
.listing-second-view .listing-price.widget-box {
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 14px 24px;
    width: 100%;
}
.listing-second-view .online-booking-form > a.onlineform i {
    float: right;
    line-height: 59px;
}
.listing-second-view .widget-box {
    float: left;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
}
.listing-second-view .map-area {
    background-color: #fafafa;
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    overflow: hidden;
    width: 100%;
}
.listing-second-view .post-meta-left-box h1 {
	font-size: 42px;
    margin-bottom: 15px;
	margin-top:10px;
}
.listing-second-view .map-area .list-st-img li a {
    background-color: transparent;
    color: #292929;
}
.listing-second-view .map-area .claim-area {
    padding-left: 28px;
    padding-top: 18px;
}
.listing-second-view .map-area .listing-detail-infos {
    margin-top: 5px;
    
}
.listing-second-view .map-area .listing-detail-infos ul li a {
   padding: 0 25px 16px;
   padding-bottom:0px !important;
	margin-top: 0px !important;
	display:block;
}
.listing-second-view .map-area .listing-detail-infos ul li a span.cat-icon {
    border: medium none;
    border-radius: 0;
    display: inline-block;
    font-size: 22px;
    height: auto;
    text-align: left;
    vertical-align: top;
    width: 30px;
}
ul.list-style-none.list-st-img li:last-child a span:last-child {
    color: #337ab7;
}
.listing-second-view .open-hours ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.listing-second-view .open-hours ul li {
    border-bottom: 1px solid #e3e3e3;
    color: #7f7f7f;
    line-height: 40px;
    width: 100%;
}
.listing-second-view .open-hours ul li:last-child {
    border: none;
}
.sidebar-post .map-area .listing-detail-infos .list-style-none.list-st-img > li {
	border-bottom: 1px solid #dedede;
    line-height: 34px;
    margin-bottom: 0;
    padding: 3px 0px 6px;
}
.sidebar-post .map-area .listing-detail-infos .list-style-none.list-st-img > li:first-of-type {
    padding-top: 0;
}
.sidebar-post .map-area .listing-detail-infos .list-style-none.list-st-img > li:last-of-type {
	border-bottom: none;
}
.listing-second-view .open-hours h2 {
    /*font-size: 24px;*/
    line-height: normal;
}
.listing-second-view .open-hours ul li strong {
    font-size: 14px;
    line-height: 22px;
}
.listing-second-view .open-hours ul.hidding-timings li strong {
    line-height: 40px;
}
.listing-second-view .open-hours ul li a, .open-hours ul li span {
    font-size: 14px;
    margin-left: 5px;
}
.open-hours ul li span {
	float:right
}

.listing-second-view .contact-form ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.listing-second-view .contact-form ul li {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.listing-second-view .contact-form input[type="text"], .listing-second-view .contact-form input[type="email"], .listing-second-view .contact-form textarea {
	background-color: #fafafa;
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    padding: 0px 15px;
    line-height: 36px;
    width: 100%;
}
.listing-second-view .contact-form input[type="text"]:focus, .listing-second-view .contact-form input[type="email"]:focus, .listing-second-view .contact-form textarea:focus {
	background-color: #fff;
}
.listing-second-view .contact-form textarea {
    height: 156px;
    resize: none;
}
.listing-second-view .contact-form ul li input[type="submit"] {
    background-color: #363f48;
    border: 1px solid #363f48;
    border-radius: 3px;
    color: #fff;
    float: left;
    /*font-size: 18px;*/
    font-weight: bold;
    height: 42px;
    text-align: center;
    width: 100%;
}
.listing-second-view .contact-form ul li input[type="submit"]:hover {
	background-color: transparent;
	color: #363f48;
}
.listing-second-view .post-meta-left-box h1 span.claimed {
    color: #7f7f7f;
    /*font-size: 14px;*/
    font-weight: normal;
    vertical-align: middle;
}
.popup-inner-left-padding .lp-grid-box-left h4.lp-h4 .verified,
.listing-second-view .post-meta-left-box h1 span.claimed i,
.lp-grid-box h4.lp-h4 span.verified {
    background-color: #40b3ef;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin-top: -3px;
    text-align: center;
    vertical-align: middle;
    width: 15px;
}
.lp-grid-box ul {
    margin-bottom: 12px;
}
.listing-second-view .widget-box.business-contact {
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 25px 25px;
}
.listing-second-view .widget-box.business-contact:last-child {
    margin-bottom: 0;
}
.listing-second-view .contact-form.quickform {
    display: block;
}
.listing-second-view .widget-box.business-contact .contact-form > h2,
.listing-second-view .widget-box.business-contact .contact-form > h2 a {
    /*font-size: 24px;*/
    margin-bottom: 25px;
    text-transform: capitalize;
}
.listing-second-view .widget-box.business-contact .contact-form > h2 {
	margin-top: 25px;
}
.listing-second-view .widget-box.business-contact .user_text {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.listing-second-view .widget-box
.listing-second-view .widget-box.paid-listing h2 {
    /*font-size: 24px;*/
    margin-bottom: 20px;
}
.listing-second-view .widget-box.widget-video iframe {
    height: 420px;
}
.listing-second-view .listing-post article {
	background-color: #000;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.listing-second-view .sidebar .widget_listingpro_ads_widget .listing-post article:last-child {
    margin-bottom: 0;
}
.listing-second-view .listing-post article figure {
    float: left;
    position: relative;
    width: 100%;
}
.listing-second-view .listing-post article figure img {
	opacity: 0.7;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.listing-second-view .listing-post article:hover > figure img {
	opacity: 0.7;
}
.listing-second-view .listing-post article figure figcaption {
    border-radius: 5px;
    height: 100%;
    left: 0;
    padding: 10px 12px;
    position: absolute;
    top: 0;
    width: 100%;
}
.listing-second-view .listing-post article figure figcaption .listing-price {
    color: #fff;
    float: left;
    /*font-size: 16px;*/
    font-weight: 500;
}
.listing-second-view .listing-post article figure figcaption .listing-pro {
    background-color: #ebac2c;
    border-radius: 3px;
    color: #ffffff;
    float: right;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    padding: 0 3px 0 4px;
}
.listing-second-view .listing-post article figure figcaption .bottom-area {
    bottom: 0;
    left: 0;
    padding: 10px 12px;
    position: absolute;
    width: 100%;
}
.listing-second-view .listing-post article figure figcaption .bottom-area .listing-cats {
    background-color: #41a6df;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
}
.listing-second-view .listing-post article figure figcaption .bottom-area .listing-cats a {
	color: #fff;
	font-weight: 500;
	float: left;
	padding: 0px 8px;
	/*font-size: 14px;*/
	line-height: 24px;
	position: relative;
}
.listing-second-view .listing-post article figure figcaption .bottom-area .listing-cats a::before {
    content: "/";
    float: left;
    text-align: left;
    width: 15px;
}
.listing-second-view .listing-post article figure figcaption .bottom-area .listing-cats a:first-child::before {
    display: none;
}
.listing-second-view .listing-post article figure figcaption .bottom-area .rate {
    background-color: #73cf42;
    border-radius: 2px;
    color: #ffffff;
    float: left;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    width: auto;
    /*font-size: 14px;*/
}
.listing-second-view .listing-post article figure figcaption .bottom-area h4,
.listing-second-view .listing-post article figure figcaption .bottom-area h4 a {
    color: #fff;
    float: left;
    /*font-size: 20px;*/
    font-weight: bold;
    line-height: normal;
    margin: 2px 0px 0px;
    width: 100%;
}
.listing-second-view .listing-post article figure figcaption .bottom-area .listing-location,
.listing-second-view .listing-post article figure figcaption .bottom-area .listing-location p {
    color: #fff;
    float: left;
    /*font-size: 14px;*/
    line-height: normal;
    margin: 0;
    width: 100%;
}
.listing-second-view .widget-box.paid-listing, .listing-second-view .widget-box.viewed-listing {
    margin-bottom: 30px;
}
.listing-second-view .widget-box.viewed-listing > h2 {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: capitalize;
}
.listing-second-view .widget-box.viewed-listing > article {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.listing-second-view .widget-box.viewed-listing > article > figure {
	background-color: #000;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    width: 90px;
}
.listing-second-view .widget-box.viewed-listing > article > figure img {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.listing-second-view .widget-box.viewed-listing > article:hover > figure img {
	opacity: 0.7;
}
.grid_view2 .lp-grid-box-description h4 {
    margin-top: 7px;
}
.listing-second-view .widget-box.viewed-listing > article > .details {
    float: left;
    padding-left: 10px;
    max-width: 70%;
}
.listing-second-view .widget-box.viewed-listing > article > .details > h4, .listing-second-view .widget-box.viewed-listing > article > .details > h4 a {
    color: #292929;
    /*font-size: 16px;*/
    line-height: 17px;
}
.listing-second-view .widget-box.viewed-listing > article > .details > h4 {
	margin: 0px 0px 3px;
}
.listing-second-view .widget-box.viewed-listing > article > .details > h4 a:hover {
    color: #41a6df;
}
.listing-second-view .widget-box.viewed-listing > article > .details span.price-listing {
    color: #7f7f7f;
    float: left;
    margin-right: 10px;
}
.listing-second-view .widget-box.viewed-listing > article > .details span.rate {
	background-color: #73cf42;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: left;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin-top: 0;
    padding: 0 5px;
    text-align: center;
    width: 34px;
    /*font-size: 14px;*/
}
.viewed-listing article .details .post-reviews {
    color: #7f7f7f;
    margin-left: 8px;
}
.listing-second-view .widget-box.viewed-listing > article > .details > p {
    /*font-size: 13px;*/
    color: #7f7f7f;
    float: left;
    line-height: 20px;
    margin: 0;
    width: 100%;
}
.listing-second-view .widget-box.viewed-listing > article > .details .listing-options {
    margin-bottom: 3px;
}
.listing-second-view .claim-area a.phone-number.md-trigger.claimformtrigger2 {
    border-radius: 3px;
    color: #337ab7;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
    vertical-align: top;
}
/*.listing-second-view .claim-area a.phone-number.md-trigger.claimformtrigger2:hover {
	background-color: #363f48;
}*/
.listing-second-view .claim-area .phone-icon {
    color: #7F7F7F;
    /*float: left;*/
    font-size: 14px;
    font-weight: 500;
}
.listing-second-view .social-icons.post-socials.smenu {
	background-color: #ffffff;
    height: auto;
    left: auto;
    opacity: 1;
    display: none;
    padding: 20px;
    right: 0;
    top: -92px;
    text-align: center;
    visibility: visible;
    width: 410px;
    z-index: 9999999999;
    -webkit-transition: width 0.5s ease-in-out 0s, right 0.5s ease-in-out 0s;
       -moz-transition: width 0.5s ease-in-out 0s, right 0.5s ease-in-out 0s;
        -ms-transition: width 0.5s ease-in-out 0s, right 0.5s ease-in-out 0s;
         -o-transition: width 0.5s ease-in-out 0s, right 0.5s ease-in-out 0s;
            transition: width 0.5s ease-in-out 0s, right 0.5s ease-in-out 0s;
}
.listing-second-view .social-icons.post-socials.smenu.share {
}
.listing-second-view .rating-section > span {
    color: #7f7f7f;
    display: inline-block;
    font-size: 12px;
    line-height: 13px;
    margin-left: 5px;
    margin-top: 3px;
    text-align: left;
    vertical-align: top;
}
.listing-second-view .rating-section > .no-review{
	margin-top:10px;
}
.listing-second-view .rating-section > span small {
    color: #111;
}
.faq-section .post-row-header {
    margin-bottom: 13px !important;
}
.listing-second-view .rating-section > .rate {
    background-color: #73cf42;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    /*font-size: 14px;*/
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin-top: -2px;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
    width: 60px;
}
.listing-second-view .post-meta-right-box .post-stat {
    float: right;
    width: 100%;
}
.listing-second-view .post-meta-right-box .padding-top-30 {
    float: right;
    padding-top: 0;
    width: 100%;
}
.listing-second-view span.rating-section {
    display: inline-block;
    padding: 6px 6px 0 0px;
    vertical-align: top;
}
/*.listing-second-view .post-meta-right-box ul li a {
    font-size: 14px;
}*/
.listing-second-view .open-hours ul li a {
    font-size: 13px;
    margin-left: 14px;
}
.listing-app-view2 .open-hours ul li a{
  margin-left:4px !important;
 
}
.listing-second-view .open-hours ul li a.Opened ,
a.status-btn > .grid-opened {
    color: #41a700;
	font-weight: 500;
	line-height: 22px;
}
.today-hrs span.Opened {
	color: #41a700;
}
.listing-second-view .open-hours ul li a.closed ,
a.status-btn > span.grid-closed {
    color: #ff0000;
    cursor: default;
	font-weight: 500;
	line-height: 22px;
}
.listing-second-view .open-hours ul li a.closing_soon {
    color: #ff0000;
	font-weight: 500;
}
.listing-second-view .open-hours ul li a.opening_soon {
    color: #41a700;
	font-weight: 500;
}
.listing-second-view .slide.slick-slide.slick-active.slick-center > img {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.listing-second-view .slide.slick-slide.slick-current.slick-active.slick-center > img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.listing-second-view .single-page-slider-container {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
/*.listing-second-view .slick-initialized .slick-slide {
    padding: 30px 0px;
    -webkit-transform: scale(0.95);
       -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.listing-second-view .slick-initialized .slick-slide.slick-current {
    padding: 30px 10px;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}*/
.listing-second-view .online-booking-form .select2-container {
    float: left;
    min-width: 50%;
    padding: 0 5px;
}
.listing-second-view .online-booking-form .select2-container:first-of-type {
	padding-left: 0px;
}
.listing-second-view .online-booking-form .select2-container:last-of-type {
	padding-right: 0px;
}
.listing-second-view .online-booking-form input.datepicker.hasDatepicker {
    border: 1px solid #dedede;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 15px 0;
    padding: 0 15px;
    width: 100%;
}
.listing-second-view .online-booking-form .booking-form {
    background-color: #363f48;
    display: none;
    float: left;
    /*margin-top: -20px;*/
    padding: 25px;
    width: 100%;
}
.listing-second-view .online-booking-form > a.onlineform.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.listing-second-view .select2-container--default .select2-selection--single {
    border: medium none;
    height: 40px;
}
.listing-second-view .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.listing-second-view .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 7px;
}
.listing-second-view .online-booking-form input.datepicker.hasDatepicker {
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 15px 0;
    padding: 0 15px;
    width: 100%;
}
.listing-second-view .online-booking-form .booking-form input[type="submit"] {
    background-color: #41a6df;
    border-radius: 5px;
    color: #fff;
    float: left;
    /*font-size: 18px;*/
    font-weight: bold;
    height: 45px;
    line-height: 38px;
    width: 100%;
}
.listing-second-view .features.list-style-none > li {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-right: 0;
    min-height: 0;
    width: 25%;
}
.listing-second-view .features.list-style-none > li:nth-child(4n) {
    padding-right: 0;
}
.features.list-style-none {
    padding: 11px 20px 0 0;
}
.listing-second-view .features.list-style-none > li a {
    font-size: 14px;
    padding: 0px;
}
.listing-second-view .features li span i {
    color: #363f48;
}
.list-style-none.list-st-img span:last-child {
    color: #7f7f7f;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding-top: 6px;
    vertical-align: top;
    width: 80%;
}
.listing-second-view .post-meta-right-box .post-stat > li > a span.email-icon {
    color: #363f48;
    margin-top: 0;
}

.listing-app-view2 .list-style-none.list-st-img span:last-child {
    padding-top: 10px;
}


.listing-second-view .ui-accordion-content {
    border-bottom: 4px solid #dedede;
    border-left: 1px solid #dedede;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #dedede;
   
    padding-left: 18px;
    padding-right: 18px;
}
.listing-second-view .ui-accordion-header.ui-state-default,
.listing-second-view .ui-widget-content .ui-state-default,
.listing-second-view .ui-widget-header .ui-state-default {
    border: 1px solid #dedede;
    margin-top: 15px;
}
.listing-second-view .ask-question-area {
    float: left;
    padding: 40px 0px 0px;
    width: 100%;
}
.listing-second-view .ask-question-area > p {
    color: #7f7f7f;
    display: inline-block;
    /*font-size: 15px;*/
    line-height: 26px;
    margin: 0;
}
.listing-second-view .ask-question-area > a.ask_question_popup {
    background-color: #363f48;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    /*font-size: 14px;*/
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
    padding: 0 12px;
    text-align: center;
    vertical-align: middle;
    width: 135px;
}
.listing-second-view .widget-header.hideonmobile {
    float: left;
}
.listing-second-view .post-meta-left-box > p {
    color: #7f7f7f;
    font-size: 16px;
    margin: 0;
}
.widget-box.business-contact .contact-form.quickform form.form-horizontal .form-group.pos-relative:hover input.lp-review-btn, 
.listing-second-view a.secondary-btn:hover {
    background-color: #363f48;
    color: #fff;
}
input.lp-review-btn {
	background-color: transparent;
	border: 1px solid #363f48;
	color: #363f48;
}
.contact-form.quickform form.form-horizontal .form-group.pos-relative .lp-search-icon {
    font-size: 15px;
    left: 38%;
    top: 17px;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.widget-box.business-contact .contact-form.quickform form.form-horizontal .form-group.pos-relative i.lp-search-icon.fa-spinner.fa-spin {
    left: 36%;
}
.contact-form.quickform form.form-horizontal .form-group.pos-relative:hover > .fa-send.lp-search-icon {
	color: #fff;
}
.contact-form input.lp-review-btn,
.listing-second-view a.secondary-btn,
.listing-second-view a.secondary-btn i {
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.listing-second-view a.secondary-btn:hover i {
    color: #fff;
}
.listing-second-view .ui-accordion-header.ui-state-default.ui-accordion-icons.ui-accordion-header-active.ui-state-active.ui-corner-top {
    border-bottom: 0 none;
    border-radius: 5px 5px 0px 0px;
    padding-bottom: 8px;
}
.listing-second-view .faq-form {
    display: none;
    float: left;
    width: 100%;
}
.listing-second-view .faq-form textarea {
	resize: none;
}
/*.faq-section .faq-form > h3 {
    font-size: 20px;
}*/
.listing-second-view .comments-container  {
    float: left;
    width: 100%;
}
.listing-second-view .comments-container .comments-form {
    background-color: #f0f3f6;
    float: left;
    width: 100%;
}
.listing-second-view .features-listing {
    float: left;
    position: relative;
    width: 100%;
}
.listing-second-view .features-listing > ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.listing-second-view .features-listing > ul > li {
    border-bottom: 1px solid #e3e3e3;
    display: inline-block;
    line-height: 40px;
    margin: 0 30px;
    width: 40%;
}
.listing-second-view .features-listing > ul > li strong, .listing-second-view .features-listing > ul > li span {
    color: #7f7f7f;
}
.listing-second-view .features-listing > ul > li strong {
	float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.listing-second-view .features-listing > ul > li span {
	float: right;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    background-color: #fff;
    padding: 0px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    text-indent: -9999px;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background-color: #41a6df;
    color: #fff;
}
.ui-state-default.ui-state-highlight {
    background-color: #41a6df !important;
    background-image: none;
    border: 1px solid #41a6df;
    color: #fff;
}
/*.ui-accordion-header.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    color: #333333;
    font-size: 12px;
    font-weight: bold !important;
    text-align: center !important;
}*/
.ui-datepicker td {
    padding: 0;
}
.zabuto_calendar table.table {
    background-color: #fff;
    border: medium none;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.calendar-month-header {
    background-color: #41a6df;
    color: #fff;
    text-align: center;
}
.zabuto_calendar tr.calendar-month-header th {
    border: medium none;
    text-align: center;
}
.zabuto_calendar tr td {
    text-align: center;
}
.calendar-month-navigation {
    cursor: pointer;
}
.listing-second-view .single-page-slider-container .slick-list.draggable {
    overflow: visible;
}
.listing-second-view .slick-initialized .slick-slide {
    margin: 0;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.listing-second-view .slick-initialized .slick-slide.slick-current.slick-active.slick-center {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.listing-second-view .slides_count {
    color: #7f7f7f;
    display: inline-block;
    margin-top: -10px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    /*font-size: 12px;*/
}
.listing-second-view .rating-symbol::before {
    background-color: #73CF42;
    bottom: -23px;
    display: none;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.rating-symbol:first-of-type::after, .rating-symbol:nth-child(2)::after, .rating-symbol:nth-child(3)::after,
.rating-symbol:nth-child(4)::after, .rating-symbol:nth-child(5)::after {
    bottom: -20px;
    content: "1";
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.rating-symbol:nth-child(2)::after {
    content: "2";
}
.rating-symbol:nth-child(3)::after {
    content: "3";
}
.rating-symbol:nth-child(4)::after {
    content: "4";
}
.rating-symbol:nth-child(5)::after {
    content: "5";
}
.listing-second-view .rating-symbol:hover::before {
	display: block;
}
.listing-second-view .post-stat .icon {
    display: inline-block;
    margin-right: 0;
    margin-top: 4px;
    vertical-align: top;
    width: 12px;
}
.listing-second-view span.rate {
    /*font-size: 12px;*/
    background-color: #73cf42;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin-top: -3px;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
    width: 42px;
}
span.rate sup {
    font-size: 75%;
    margin-left: 2px;
	top: -0.2em;
}
.listing-second-view .slick-prev, .listing-second-view .slick-next {
    height: 60px;
    width: 60px;
    z-index: 9;
}
.listing-second-view .slick-next {
    right: 15px;
}
.listing-second-view .slick-prev {
    left: 15px;
}
.listing-second-view .post-stat .social-icons .icon {
    margin: 0 3px;
    width: auto;
}
.listing-second-view .business-contact .contact-form .form-group {
    margin-left: 0;
    margin-right: 0;
    z-index: 9;
}
.listing-second-view .business-contact .contact-form .form-group .lp-review-btn {
    width: 100%;
}
/* ========== Listing Grids ========== */
span.rate {
    background-color: #73cf42;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 19px;
    margin-right: 5px;
    padding: 3px 6px;
}
.list_view .lp-grid-box-description > p,
.grid_view2 .lp-grid-box-description > p {
    /*font-size: 14px;*/
    color: #7f7f7f;
    line-height: normal;
    margin-bottom: 15px;
}
.grid_view2 .lp-grid-box-bottom {
    background-color: transparent;
    border-top: 1px solid #dedede;
    float: left;
    padding: 5px 13px 5px 9px;
    width: 100%;
}
.list_view a.status-btn,
.grid_view2 a.status-btn {
    /*border: 1px solid #dedede;*/
    border-radius: 5px;
    color: #7f7f7f;
    float: right;
    margin-top: 3px;
    padding: 0px 7px;
}
.grid_view2 .lp-grid-box-bottom .pull-right a.status-btn {
    /*margin-top: 4px;*/
}
.list_view .categories-area,
.grid_view2 .categories-area {
    float: left;
}
.list_view .categories-area > .cat-icon,
.grid_view2 .categories-area > .cat-icon {
    float: left;
    margin-right: 5px;
    width: 15px;
}
.list_view .categories-area > a,
.grid_view2 .categories-area > a {
    color: #7f7f7f;
    float: left;
    line-height: 24px;
    /*font-size: 14px;*/
}
.list_view .lp-grid-box-description .review,
.grid_view2 .lp-grid-box-description .review {
    float: left;
    width: 100%;
}
.list_view .lp-grid-box-description .review-post,
.grid_view2 .lp-grid-box-description .review-post {
    float: left;
    position: relative;
    width: 100%;
}
.list_view .lp-grid-box-description .review-post .reviewer-thumb,
.grid_view2 .lp-grid-box-description .review-post .reviewer-thumb {
	background-color: #ebebeb;
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 32px;
    height: 32px;
	margin-top:2px;
}
.list_view .lp-grid-box-description .reviewer-details,
.grid_view2 .lp-grid-box-description .reviewer-details {
    display: inline-block;
    vertical-align: middle;
   width: calc(100% - 42px);
   float:right;
}
.grid_view2 .lp-grid-box.lp-border {
    float: left;
    padding: 0px;
    width: 100%;
}
.list_view .lp-grid-box-description .reviewer-details > h4,
.grid_view2 .lp-grid-box-description .reviewer-details > h4 {
    color: #7f7f7f;
    /*font-size: 13px;*/
    font-weight: normal;
    margin: 0;
}
.list_view .lp-grid-box-description .reviewer-details > p,
.grid_view2 .lp-grid-box-description .reviewer-details > p {
    color: #292929;
    /*font-size: 13px;*/
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 20px;
}
.grid_view2 .lp-grid-box-thumb-container {
    float: left;
    width: 100%;
}
.grid_view2 .lp-grid-box-description {
    float: left;
    padding: 15px 20px 20px;
    width: 100%;
}
.list_view a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable,
.grid_view2 a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable {
    color: #7f7f7f;
    float: left;
    margin-right: 15px;
    line-height: 30px;
}
.list_view a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable{
    margin-top: 3px;
}
.list_view a.add-to-fav.lp-add-to-fav span,
.grid_view2 a.add-to-fav.lp-add-to-fav span {
	color: #7f7f7f;
	margin-left: 3px;
	/*font-size: 14px;*/
}
.list_view .lp-add-to-fav:focus i::before, .list_view .lp-add-to-fav i:hover::before {
    /*color: #7f7f7f;
    content: "\f02e";*/
}
.list_view .lp-grid-box-thumb-container {
    border-radius: 8px 0 0 8px;
    float: left;
    width: 24%;
}
.list_view .lp-grid-box-thumb img {
    border-radius: 8px 0 0 8px;
}
.list_view .lp-grid-box-description {
    float: left;
    padding: 4px 20px 20px;
    width: 80%;
}
.list_view .lp-grid-box-right .categories-area .icon.icons8-house {
    width: 15px;
}
.list_view .lp-grid-box-right.pull-right {
    text-align: right;
    width: 20%;
}
.lp-grid-box-left.pull-left {
    padding: 0 10px;
    width: 80%;
}
.list_view a.add-to-fav.lp-add-to-fav {
    width: 100%;
}
.lp-grid-box-right .pull-left, .lp-grid-box-right .pull-right {
    float: left;
    width: 100%;
}
.list_view .lp-grid-box-right a.status-btn {
    /*font-size: 13px;*/
    margin-top: 5px;
    min-width: 60px;
    padding: 0;
    text-align: center;
}
.list_view .lp-grid-box-left.pull-left > p {
    color: #7f7f7f;
    /*font-size: 13px;*/
}
.lp-grid-box-right .categories-area {
    float: right;
}
.list_view .lp-grid-box {
    border-radius: 5px;
    float: left;
    position: relative;
    width: 100%;
}
.list_view .lp-grid-box .lp-grid-box-right a.status-btn {
    bottom: 20px;
    color: #ff0000;
    font-weight: bold;
    min-width: 60px;
    padding: 5px 10px;
    position: absolute;
    right: 19px;
}
.list_view .lp-grid-box-left.pull-left > p {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 50px;
    width: 100%;
}
.grid_view2 .categories-area, .grid_view2 .categories-area a {
    line-height: 27px;
}
.grid_view2 .categories-area a {
    line-height: 31px;
}
.grid_view2 .lp-grid-box-quick,
.list_view .lp-grid-box-quick {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, 0.9) 8%, rgba(0, 0, 0, 0) 94%) repeat scroll 0 0;
    bottom: 0;
    padding: 15px 14px 5px 14px;
}
.grid_view2 .lp-post-quick-links > li:first-child,
.list_view .lp-post-quick-links > li:first-child {
    float: left;
}
.grid_view2 .lp-post-quick-links > li:last-child,
.list_view .lp-post-quick-links > li:last-child {
    float: right;
}
.grid_view2 .lp-post-quick-links > li,
.list_view .lp-post-quick-links > li {
    color: #fff;
}
.grid_view2 .lp-post-quick-links > li a,
.list_view .lp-post-quick-links > li a {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    float: left;
    height: auto;
    line-height: 24px;
    margin: 0;
    padding: 0;
    width: auto;
}
.grid_view2 .lp-post-quick-links > li .slides_count,
.list_view .lp-post-quick-links > li .slides_count {
    float: left;
    /*font-size: 13px;*/
    margin-top: 20px;
    padding-right: 2px;
}
.grid_view2 .lp-post-quick-links > li a > i,
.list_view .lp-post-quick-links > li a > i {
    float: left;
    font-size: 14px;
    line-height: 25px;
    margin-right: 5px;
}
.grid_view2 .lp-grid-box-thumb img {
    width: 100%;
}
.listing-container-right .list_view .lp-grid-box-thumb-container {
    width: 27%;
}
.listing-container-right .list_view .lp-grid-box-description {
    width: 73%;
}
.listing-container-right .lp-grid-box-contianer.grid_view2.card1.lp-grid-box-contianer1 {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 48%;
}

/* ============ Reviews ============ */
.listing-second-view #reply-title {
    margin: 0;
}
.reviews-section {
    /*background-color: #f8f8f8;*/
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    
    padding: 30px 20px 20px;
    width: 100%;
}
.review-form {
    background-color: #fafafa;
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    padding: 15px;
    width: 100%;
}
.listing-second-view #reply-title i.fa-star-o {
    color: #989898;
    margin-right: 5px;
}
.listing-second-view #reply-title i.fa-caret-down {
    color: #afafaf;
    float: right;
    font-size: 24px;
}
.listing-second-view #reply-title.active i.fa-caret-down::before {
    content:"\f0d8";
}
#submitreview h3.comment-reply-title {
	font-size: 18px;
    margin-bottom: 8px;
    margin-top: 0px;
    margin-bottom: 20px;
}
article.review-post {
	border-bottom: 1px solid #dedede;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
}
article.review-post > figure {
    float: left;
    margin-top: -2px;
    text-align: center;
    width: 76px;
}
.review-post h4 {
    color: #333333;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    /*font-size: 15px;*/
}
.review-post p {
	color: #7f7f7f;
	font-size: 13px;
    line-height: 22px;
}
.review-post figure figcaption > p {
    font-size: 12px;
    line-height: 17px;
    margin-top: 0px;
}
.review-post p i {
    color: #41a6df;
}
article.review-post > .details {
    float: right;
    width: calc(100% - 98px);
}
.details .top-section > h3 {
	color: #555555;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 0;
    padding-right: 140px;
}
.details .top-section > time {
    color: #7f7f7f;
    float: left;
    font-size: 12px;
    line-height: 22px;
    margin-right: 40px;
}
.review-count {
    float: left;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.top-section .review-count {
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
/*.form-group:last-child {
    margin-bottom: 0;
}*/
.top-section {
    float: left;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.rating {
    float: left;
    line-height: 23px;
    margin-right: 15px;
}
.rating i {
    color: #73cf42;
}
.rating i.fa-star-o {
    color: #7f7f7f;
}
.content-section {
    float: left;
    padding-top: 5px;
    width: 100%;
}
.images-gal-section {
    float: left;
    margin-bottom: 16px;
    margin-top: 12px;
    padding: 0px 9px;
    width: 100%;
}
.col-md-4.img-col {
    height: 135px;
    padding: 0px 5px 0px 6px;
}
.bottom-section {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.bottom-section form > span {
    color: #7f7f7f;
    float: left;
    font-size: 12px;
    line-height: 34px;
    margin-right: 20px;
    text-transform: capitalize;
}
.bottom-section ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.bottom-section ul li {
    float: left;
    padding: 0 10px 0 0;
}
.bottom-section ul li a {
	border: 1px solid;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 34px;
    line-height: 22px;
    padding: 5px 12px;
    position: relative;
    text-align: left;
}
.bottom-section ul li a.instresting {
    border-color: #417cdf;
    color: #417cdf;
}
.bottom-section ul li a.instresting:hover {
    background-color: #417cdf;
    color: #fff;
}
.bottom-section ul li a.lol {
    border-color: #ff8e29;
    color: #ff8e29;
}
.bottom-section ul li a.lol:hover {
    background-color: #ff8e29;
    color: #fff;
}
.bottom-section ul li a.love {
    border-color: #ff2357;
    color: #ff2357;
}
.bottom-section ul li a.love:hover {
    background-color: #ff2357;
    color: #fff;
}
.bottom-section ul li a > span {
    float: none;
    margin: 0;
}
.bottom-section > form {
    float: left;
    width: 100%;
}
.review-post figure > img {
    border-radius: 100%;
    display: inline-block;
    height: 70px;
    width: 70px;
}
article.review-post .label.label-default {
    display: none;
}
article.review-post:last-of-type {
    border: medium none;
    margin-bottom: 8px;
    padding-bottom: 0;
}
.submit-images {
    float: right;
    margin-top: 41px;
    position: relative;
    text-align: right;
}
.submit-images > label {
    color: #7f7f7f;
    /*font-size: 13px;*/
    font-weight: normal;
    margin-right: 10px;
}
/*.review-form .form-group.submit-images > label {
    font-weight: normal;
}*/
.review-form form .form-group > label {
    color: #7f7f7f;
    font-weight: bold;
    margin-bottom: 8px;
}
.review-form > form#rewies_form > .form-group {
    margin-bottom: 20px;
}
.review-form > form#rewies_form > .form-group textarea.form-control {
    height: 120px;
    resize: none;
}
.form-group.submit-images > input[type="file"] {
	cursor: pointer;
    height: 30px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -2px;
    width: 65px;
}
.review-form .form-group > p {
	font-size: 12px;
    margin-bottom: 0;
}
a.browse-imgs {
    background-color: transparent;
    border: 1px solid #363f48;
    border-radius: 3px;
    color: #363f48;
    font-weight: 500;
    padding: 5px 10px;
}
.submit-images:hover > a.browse-imgs {
    background-color: #363f48;
    color: #ffffff;
}
.listing-second-view .post-meta-info {
    background-color: #f7fbfe;
    border-bottom: 1px solid #dbe7ef;
    border-top: none;
	padding-bottom: 50px;
    padding-top: 50px;
}
.listing-second-view .author-img {
    float: left;
    width: 20%;
}
.listing-second-view .author-img > img {
    /*border: 1px solid #dedede;*/
    border-radius: 100%;
}
.listing-second-view .author-social {
    float: left;
    width: 80%;
}
.listing-second-view .contact-form .author-social ul {
    float: left;
    padding-left: 10px;
    padding-top: 4px;
    width: 100%;
}
.listing-second-view .contact-form .author-social ul li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
    width: auto;
}
.listing-second-view .contact-form .author-social ul li a {
    display: inline-block;
    line-height: 17px;
    text-align: center;
    vertical-align: top;
    width: 18px;
}
.listing-second-view .contact-form .author-social ul li {
    display: inline-block;
    float: none;
    margin: 0 0 0 -1px;
    vertical-align: middle;
    width: auto;
}
.listing-second-view .contact-form .author-social ul li:first-of-type {
    margin-left: 0;
}
.bottom-section form ul li a > img {
    display: inline-block;
    margin-top: 4px;
    vertical-align: top;
    width: 15px;
}
.review-form > form#rewies_form .form-group.margin-bottom-40 {
    margin-bottom: 61px !important;
}
.list_view .lp-grid-box-description .lp-grid-box-left.pull-left {
    padding: 0;
    width: 100%;
}
.get-directions {
    left: 2px;
    padding: 0;
    position: absolute;
    top: 0;
}
.get-directions > a {
    background-color: rgba(255, 255, 255, 0.5);
    color: #111111;
    float: left;
    font-weight: 500;
    line-height: 26px;
    margin-left: -6px;
    padding: 0 10px;
}
.get-directions > a span.phone-icon {
    float: left;
    width: 20px;
}
.status {
    float: left;
    padding-left: 0px;
    width: 100%;
}
.status > span {
    color: #7f7f7f;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 0px;
    position: relative;
}
/* .status > span::before {
    border: 1px solid #c7c7c7;
    border-radius: 100%;
    content: "";
    height: 9px;
    left: 0px;
    position: absolute;
    top: 50%;
    width: 9px;
    -webkit-transform: translate(0px, -48%);
       -moz-transform: translate(0px, -48%);
        -ms-transform: translate(0px, -48%);
         -o-transform: translate(0px, -48%);
            transform: translate(0px, -48%);
}
.login-form-popup .status > span::before {
    display: none;
}
.status > span.online::before {
    background-color: #41a700;
    border-color: #41a700;
} */
.status > span.offline {
    display: none;
}
.img-col a.galImgFull {
    /*background-color: #000;*/
    float: left;
    overflow: hidden;
    width: 100%;
}
.img-col > a.galImgFull > img {
    -webkit-transition: opacity 0.3s ease;
       -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
         -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
}
.img-col > a.galImgFull:hover > img {
	opacity: 0.7;
}
.widget-box.widget-categories.listing-single-cat .list-st-img li a {
    padding-bottom: 5px;
    padding-top: 5px;
}
.widget-box.widget-categories.listing-single-cat .list-st-img li a span.cat-icon {
    border: medium none;
    height: 40px;
    line-height: 45px;
    vertical-align: top;
    width: 40px;
}
.widget-box.widget-categories.listing-single-cat .list-st-img li a > span {
    line-height: 49px;
}
.widget-box.widget-categories.listing-single-cat .list-st-img li a span.cat-icon img {
    border-radius: 100%;
    width: 100%;
}
/* end of haroon styles */

.switch {
	display: inline-block;
    height: 26px;
    position: relative;
    width: 52px;
}
.switch input {display:none;}
.listing-app-view .app-view-filters .slider{
	position:absolute !Important;
}
.app-view-filters .listing-style-3{
	background:#fff;
	border-radius:5px;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	   -moz-transform: translateX(26px);
	    -ms-transform: translateX(26px);
	     -o-transform: translateX(26px);
	        transform: translateX(26px);
}
input:checked + .slider2:before{
    -webkit-transform: translateX(26px)!important;
    -moz-transform: translateX(26px)!important;
    -ms-transform: translateX(26px)!important;
    -o-transform: translateX(26px)!important;
    transform: translateX(26px)!important;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	opacity:.5
}

/*pricing by moin 20/02/017 start*/
.lp-price-main {
	border: 1px solid #ddd;
	border-radius: 5px;
    margin: 0px;
    overflow: hidden;
	position: relative;
	-webkit-transition: all 500ms ease-in;
	   -moz-transition: all 500ms ease-in;
	    -ms-transition: all 500ms ease-in;
	     -o-transition: all 500ms ease-in;
	        transition: all 500ms ease-in;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
			margin-bottom:40px;
}
.lp-price-main .lp-price-list .lp-listprc {
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding-bottom: 20px;
}
.lp-price-main .lp-price-list .lp-listprc li {
	list-style: none;
	line-height: 34px;
}
.lp-price-main .lp-title  {
	background: #41a6df;
    padding-top: 60px;
    padding-bottom: 60px;
}
.lp-price-main .lp-title a {
    border: 2px solid #fff;
    padding: 3px 15px;
    border-radius: 15px;
	text-transform: uppercase;
}
.lp-price-main .lp-title a,
.lp-price-main .lp-title p {
	color: #fff;
}
.lp-price-main .lp-title p {
    margin-bottom: 0;
}
.lp-price-main .lp-price-list {
	background-color: #fff;
    padding: 20px 20px 30px;
	position: relative;
}
.lp-price-main .lp-price-list .lp-listprc li span.icon,
.lp-price-main .lp-price-list .lp-listprc li span.icon-text {
    float: left;
    margin-right: 10px;
    width: 20px;
}
.lp-price-main .lp-price-list .lp-listprc li span img {
	width: 18px;
} 
.lp-price-free:active,
.lp-price-free:focus {
	outline: none;
	box-shadow: none;
}
.lp-price-free {
    color: #363f48;
    background: transparent;
    border: 2px solid #363f48;
    font-weight: bold;
	text-transform: uppercase;
	padding: 6px 25px;
}
.lp-sales-option {
    position: absolute;
    width: 115px;
    height: 30px;
    background-color: #202111;
    z-index: 1;
    left: -31px;
    top: 10px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.lp-price-list .lp-hot {
	background-color: #c0392b;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    left: 50%;
    line-height: 30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -16px;
    width: 88px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.lp-price-main .lp-upgrade {
    color: #c0392b;
    border-color: #c0392b;
}
.lp-price-main .lp-upgrade-color {
    background-color: #363f48;
    color: #fff;
}
.lp-price-main .lp-upgrade:hover {
	color: #fff;
    background-color: #c0392b;
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	     -o-transition: all 500ms ease;
	        transition: all 500ms ease;
}
.lp-price-main .lp-upgrade-color:hover {
	background-color: #fff;
    color: #363f48;
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	     -o-transition: all 500ms ease;
	        transition: all 500ms ease;
}
.lp-price-main .lp-without-prc:hover {
	background-color: #363f48;
	color: #fff;
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	     -o-transition: all 500ms ease;
	        transition: all 500ms ease;
}
.lp-price-main:hover {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	     -o-transition: all 500ms ease;
	        transition: all 500ms ease;
}
.featured-plan .lp-price-main {
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
    z-index: 9;
    -webkit-transform: scale(1.09);
       -moz-transform: scale(1.09);
        -ms-transform: scale(1.09);
         -o-transform: scale(1.09);
            transform: scale(1.09);
}
.featured-plan .lp-price-free.lp-without-prc.btn {
    background-color: #363f48;
    color: #ffffff;
    font-weight: 600;
}
.featured-plan .lp-price-free.lp-without-prc.btn:hover {
	background-color: #42A7DF;
	border-color: #42A7DF;
}
/*priceing by moin 20/02/017 edns*/
.vertical_view .lp-price-main .lp-title p {
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 30px;
}
.vertical_view .lp-price-main .lp-title {
    padding-bottom: 45px;
}

/*06/02/2017 start by moin*/
.lp-header-full-width .lp-add-listing-btn li a {
    font-size: 15px;
}

/* first header full width */
.lp-header-full-width .lp-menu-bar .lp-logo-container {
    padding: 5px 15px;
} 
.lp-header-full-width .lp-add-listing-btn ul li {
    line-height: 46px;
}
.lp-header-full-width .lp-add-listing-btn ul li a {
	/*line-height: 23px !important;*/
}
.lp-header-full-width .lp-add-listing-btn ul li a:hover {
	background-color: #fff;
	color: #333;
}
.lp-header-full-width .lp-menu.menu > .menu-main-container > ul > li > a {
	/*line-height: 60px;*/
}
.lp-header-full-width .lp-menu.menu {
	float: right;
}
.lp-header-full-width .lp-add-listing-btn ul {
	padding: 0px;
}
.lp-header-full-width .lp-add-listing-btn li a {
	/*display: inline-block;*/
	border: 1px solid #fff;
    padding: 7px 20px;
    border-radius: 5px;
}
.lp-header-full-width  .lp-menu-container .lp-joinus-icon {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
	float:none;
}
.lp-header-full-width .lp-join-user-info li:hover .lp-user-menu {
    top: 100%;
}
.lp-header-full-width .lp-user-menu.list-style-none {
	line-height: normal;
}
.lp-header-full-width .lp-menu-container .col-md-4 {
    padding: 0px;
	text-align: right;
}
.lp-header-full-width .lp-search-bar .lp-interest-bar:last-child {
    margin-right: 12px;
}
/* second header full width width blck icon*/
/*.lp-header-bg-black .lp-menu-bar-color {
	background: #333;
}*/
.lp-header-bg-grey .navbar-toggle,
.lp-header-bg-black .navbar-toggle {
    color: #fff;
    display: inline-block;
    float: left;
    margin: -3px 0 0;
    padding: 0;
    vertical-align: top;
}
.lp-dropdown-menu.dropdown > button.navbar-toggle i {
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    float: left;
    line-height: 18px;
    padding: 8px 10px 7px;
    vertical-align: top;
}
.lp-header-bg-grey .lp-menu-container .lp-without-icon-bar-right,
.lp-header-bg-black .lp-menu-container .lp-without-icon-bar-right {
    text-align: right;
}
.lp-header-bg-black .lp-add-listing-btn {
	display: inline-block;
}
.lp-header-bg-grey .lp-joinus-icon,
.lp-header-bg-grey .lp-add-listing-btn,
.lp-header-bg-black .lp-joinus-icon,
.lp-header-bg-black .lp-add-listing-btn {
    padding-right: 8px;
}
/* second header full width without black icon*/
/* .icon-nt .lp-without-icon-bar-right .lp-joinus-icon {
	float: left;
    padding: 0px;
}
.icon-nt .lp-add-listing-btn {
    padding-right: 0px;
} */

/* second header full width without grey icon*/
.lp-header-bg-grey .lp-menu-bar.lp-menu-bar-color {
	background-color: #fafafa !important;
}
.lp-header-full-width.lp-header-bg-grey .lp-menu-container .lp-joinus-icon .lp-join-now a {
    color: #4aa2e2;
}
.lp-header-full-width.lp-header-bg-grey .lp-add-listing-btn li a:hover,
.lp-header-full-width.lp-header-bg-grey .lp-add-listing-btn li a {
    color: #41a6df;
    border-color: #41a6df;
}
.lp-header-bg-grey .navbar-toggle {
    color: #41a6df;
    border: 1px solid #41a6df;
}
.lp-header-full-width.lp-header-bg-grey .lp-add-listing-btn {
	display: inline-block;
}
.lp-dropdown-menu #main-nav:hover #menu {
	display: block;
}
.lp-without-icon-bar-right .dropdown {
    display: inline-block;
    vertical-align: middle;
}
.lp-without-icon-bar-right .dropdown ul li {
	line-height: 69px;
}
.lp-dropdown-menu ul {
    right: -38px;
    top: 30px;
	left: auto;
    border: 0px;
    box-shadow: none;
    padding-top: 15px;
    padding-bottom: 15px;
    list-style: none;
}
.lp-dropdown-menu ul li a {
    line-height: 33px;
}
.lp-dropdown-menu ul li a:hover {
    background: #41a6df;
    color: #fff;
}
.lp-dropdown-menu ul:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    right: 12px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}


/*serach bar for all demos*/
.lp-search-bar-all-demo {
	padding: 11px;
}
.lp-search-bar-all-demo .lp-search-bar {
	margin: 0px;
	padding: 0px;
	background: transparent;
}
.lp-search-bar-all-demo .chosen-container {
	/* border: 1px solid #dedede; */
	width: 100% !important;
}
.lp-search-bar-all-demo .chosen-container .chosen-single {
    border: 1px solid #dedede;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.lp-search-bar-all-demo .icons8-Define-Location {
	width: 18px;
	height: 18px;
}
.lp-search-bar-all-demo .add-more {
	display: inline-block;
	height: 38px;
    line-height: 38px;
	color: #41a6df;
}
.lp-search-bar-all-demo .add-more:hover {
	cursor: pointer;
}
.lp-right-grid .add-more {
	line-height: normal;
}
.lp-search-bar-all-demo .border-dropdown:after {
	top: 12px;
}
.lp-search-bar-all-demo .border-dropdown {
	width: 100%;
}
.lp-search-bar-all-demo .lp-search-bar-left .input-group {
    width: 100%;
}
.lp-search-bar-all-demo .lp-search-bar .chosen-container-single .chosen-single {
	height: 38px; 
	line-height: 38px;
}
.lp-search-bar-all-demo .lp-search-btn {
	width: 66px;
    height: 38px;
}
.lp-search-bar-all-demo .lp-search-bar-right {
	margin: 0px;
}
.lp-search-bar-all-demo .form-control {
	height: 40px;
	line-height: 38px;
}
.lp-search-bar-all-demo .lp-search-btn:hover {
	background: #41a6df;
}
.lp-search-bar-all-demo .lp-search-icon {
    color: #fff;
    top: 5px;
    left: 30px;
}
.lp-search-bar-all-demo .lp-interest-bar input[type="text"]{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lp-search-bar-all-demo .lp-interest-bar, 
.lp-search-bar-all-demo .lp-location-bar, 
.lp-search-bar-all-demo .lp-catagory-bar {
	width: 280px;
	float: left;
	margin-right: 10px;
}
.lp-search-bar-all-demo .lp-feature-event {
	margin-right: 15px;
	padding: 15px 0px;
}
.lp-search-bar-all-demo .lp-feature-event .form-group {
	width: auto;
    float: left;
}
.lp-search-bar-all-demo .lp-feature-event .form-group label {
    padding-right: 20px;
    padding-left: 25px;
}
.lp-search-bar-all-demo .lp-feature-event .lp-feature-title {
	display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-right: 25px;
}
.lp-search-bar-all-demo .lp-search-bar-left .border-dropdown .chosen-container-single span:after {
	top: 10px;
}


.lp-right-grid  #lp_feature_panel5,
.lp-right-grid  #lp_feature_panel4,
.lp-bg-black #lp_feature_panel3,
.lp-bg-with-header-grey #lp_feature_panel2,
.lp-bg-grey #lp_feature_panel1,
.lp-search-bar-all-demo #lp_feature_panel{
	display: none;
}

/*with grey background*/
.lp-bg-grey {
	background: #eff3f6;
}
.lp-bg-grey .input-group-addon i {
	color: #fff;
}
.lp-bg-grey .input-group-addon {
    background: #41a6df;
}
.lp-bg-grey .lp-interest-bar input[type="text"] {
    border-color: #41a6df;
}
.lp-bg-grey .chosen-container .chosen-single {
	border-color: #41a6df;
}
.lp-bg-grey .lp-search-bar-left .border-dropdown .chosen-container-single span:after {
    color: #41a6df;
}

/*with black background*/
.lp-bg-black {
	background: #333;
}
.lp-bg-black .lp-search-bar {
	background: #333;
}
.lp-bg-black p, 
.lp-bg-black, 
.lp-bg-black .form-group label {
    color: #fff;
}
/*Top grid with right starts*/
.lp-search-bar-all-demo.lp-right-grid .lp-interest-bar, 
.lp-right-grid.lp-search-bar-all-demo .lp-location-bar, 
.lp-right-grid.lp-search-bar-all-demo .lp-catagory-bar {
	float: none;
}
.lp-right-grid  {
	width: 320px;
    float: right;
    border-radius: 6px;
    margin-right: 100px;
}
.lp-right-grid .lp-search-title {
	font-size: 24px;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.lp-search-bar-all-demo.lp-right-grid .lp-interest-bar, 
.lp-right-grid.lp-search-bar-all-demo .lp-location-bar, 
.lp-right-grid.lp-search-bar-all-demo .lp-catagory-bar {
    width: 100%;
    margin-right: 0px;
	margin-bottom: 15px;
}
.lp-right-grid .lp-search-bar-right {
    float: none;
}
.lp-right-grid .lp-search-icon {
    left: 80px;
}
.lp-right-grid .lp-search-btn {
	width: 100%;
}
.lp-right-grid .lp-search-btn {
    height: 38px;
    line-height: 38px;
    padding: 0px;
}
.lp-right-grid .add-more {
    display: block;
    width: 100%;
    text-align: left;
	color: #41a6df;
}
.lp-right-grid .lp-feature-event .lp-feature-title {
    margin-right: 0px;
    width: 100%;
	text-align: left;
}
.lp-right-grid .lp-feature-event .form-group label {

}
.lp-right-grid .lp-feature-event {
    margin-top: 0px;
    margin-bottom: 0px;
}
.lp-search-bar-all-demo .lp-feature-event .form-group {
	margin-bottom: 0px;
}
.lp-search-bar-all-demo .lp-feature-event .form-group .checkbox {
	margin: 0px;
}
.lp-search-bar-all-demo .lp-search-bar-price .lp-interest-bar {
	/* margin-bottom: 0px; */
}
.lp-search-bar-all-demo .lp-search-bar-price {
	float: none;
}
.lp-search-bar-all-demo .lp-search-bar-price input[type="text"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.lp-search-bar-all-demo .input-group-addon {
    width: 40px;
    height: 38px;
}
.lp-search-bar-all-demo .input-group {
	width: 100%;
}
.lp-bottom-with-map-back {
	border-radius: 5px;
}
.lp-bottom-with-map-back,
.lp-right-with-white-bg {
	box-shadow: 0px 1px 5px #ccc;
}
.lp-bottom-border {
	border-radius: 5px;
}
.lp-bottom-border .lp-search-bar {
	background: transparent;
}
/*Top grid with right ends*/

/*For range slider at search strt*/
.lp-search-bar-all-demo input[type="range"] {
	width: 295px;
}
.lp-search-bar-all-demo input[type="range"].multirange {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.lp-search-bar-all-demo input[type="range"].multirange.original {
	position: absolute;
}
.lp-search-bar-all-demo input[type="range"].multirange.original::-webkit-slider-thumb {
	position: relative;
	z-index: 2;
}
.lp-search-bar-all-demo input[type="range"].multirange.original::-moz-range-thumb {
	transform: scale(1); /* FF doesn't apply position it seems */
	z-index: 1;
}
.lp-search-bar-all-demo input[type="range"].multirange::-moz-range-track {
	border-color: transparent; /* needed to switch FF to "styleable" control */
}
.lp-search-bar-all-demo input[type="range"].multirange.ghost {
	position: relative;
	background: var(--track-background);
	--track-background: linear-gradient(to right,
			transparent var(--low), var(--range-color) 0,
			var(--range-color) var(--high), transparent 0
		) no-repeat 0 45% / 100% 23%;
	--range-color: hsl(190, 80%, 40%);
}
.lp-search-bar-all-demo input[type="range"].multirange.ghost::-webkit-slider-runnable-track {
	background: var(--track-background);
}
.lp-search-bar-all-demo input[type="range"].multirange.ghost::-moz-range-track {
	background: var(--track-background);
}
/*For range slider at search ends*/
.lp-search-bar-all-demo .lp-range-slider {
    display: inline-block;
}
/* ===== Moin Styles End ===== */

.img-col.review-img-slider img {
    border-radius: 3px;
    cursor: pointer;
}
.ui-accordion .ui-accordion-header span.question-icon {
    float: left;
    font-weight: bold;
    margin-top: -3px;
}
.listing-second-view .ui-accordion-header.ui-state-default,
.listing-second-view .ui-widget-content .ui-state-default,
.listing-second-view .ui-widget-header .ui-state-default {
    border: 1px solid #dedede;
    border-radius: 5px;
   
	
    padding: 15px 15px 15px 20px;
}
.listing-second-view .ui-accordion-header.ui-state-default:first-child,
.listing-second-view .ui-widget-content .ui-state-default:first-child,
.listing-second-view .ui-widget-header .ui-state-default:first-child {
  
    margin-top: 0px;
	
}
.lp-header-full-width .lp-menu > .menu-main-menu-container > ul > li > ul > li {
    line-height: normal;
    padding-right: 0;
}
.lp-header-full-width .lp-menu > .menu-main-menu-container > ul > li > ul > li > a {
    line-height: 32px !important;
}
header.stickytop.sticky_header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.logged-in.admin-bar header.stickytop.sticky_header {
    top: 32px;
}

/* ===================
	Custom Searches
====================== */
/*serach bar for all demos*/
.lp-left-grid {
    float: left;
    width: 320px;
    border-radius: 6px;
}
.lp-search-bar-all-demo {
	padding: 11px;
}
.lp-search-bar-all-demo .lp-search-bar {
	margin: 0px;
	padding: 0px;
	background: transparent;
	text-align: center;
}
.lp-search-bar-all-demo .chosen-container {
	/* border: 1px solid #dedede; */
	width: 100% !important;
}
.lp-search-bar-all-demo .chosen-container .chosen-single {
    border: 1px solid #dedede;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.lp-search-bar-all-demo .icons8-Define-Location {
	width: 18px;
	height: 18px;
}
.lp-search-bar-all-demo .add-more {
	display: none;
	height: 38px;
    line-height: 38px;
	color: #41a6df;
}
.lp-search-bar-all-demo .add-more:hover {
	cursor: pointer;
}
.lp-right-grid .add-more {
	line-height: normal;
}
.lp-search-bar-all-demo .border-dropdown:after {
	top: 12px;
}
.lp-search-bar-all-demo .border-dropdown {
	width: 100%;
}
.lp-search-bar-all-demo .lp-search-bar-left .input-group {
    width: 100%;
}
.lp-search-bar-all-demo .lp-search-bar .chosen-container-single .chosen-single {
	height: 38px; 
	line-height: 38px;
}
.lp-search-bar-all-demo .lp-search-btn {
	width: 66px;
    height: 38px;
}
.lp-search-bar-all-demo .lp-search-bar-right {
	margin: 0px;
}
.lp-search-bar-all-demo .form-control {
	height: 40px;
	line-height: 38px;
}
.lp-search-bar-all-demo .lp-search-btn:hover {
	background: #41a6df;
}
.lp-search-bar-all-demo .lp-search-icon {
    color: #fff;
    top: 5px;
    left: 30px;
}
.lp-search-bar-all-demo .lp-interest-bar input[type="text"]{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lp-search-bar-all-demo .lp-interest-bar, 
.lp-search-bar-all-demo .lp-location-bar, 
.lp-search-bar-all-demo .lp-catagory-bar {
	display: inline-block;
    float: none;
    margin-right: 5px;
    padding-right: 15px;
    text-align: left;
    vertical-align: top;
    width: 280px;
}
.lp-search-bar-all-demo .lp-feature-event {
	margin-right: 15px;
    padding: 15px 0 0 65px;
    text-align: left;
    width: 100%;
}
.lp-search-bar-all-demo .lp-feature-event .form-group {
	width: auto;
    float: left;
}
.lp-search-bar-all-demo .lp-feature-event .form-group label {
    padding-right: 20px;
    padding-left: 25px;
}
.lp-search-bar-all-demo .lp-feature-event .lp-feature-title {
	display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-right: 25px;
}
.lp-search-bar-all-demo .lp-search-bar-left .border-dropdown .chosen-container-single span:after {
	top: 10px;
}


.lp-right-grid  #lp_feature_panel5,
.lp-right-grid  #lp_feature_panel4,
.lp-bg-black #lp_feature_panel3,
.lp-bg-with-header-grey #lp_feature_panel2,
.lp-bg-grey #lp_feature_panel1,
.lp-search-bar-all-demo #lp_feature_panel{
	display: none;
}

/*with grey background*/
.lp-bg-grey {
	background: #eff3f6;
}
.lp-bg-grey .input-group-addon i {
	color: #fff;
}
.lp-bg-grey .input-group-addon {
    background: #41a6df;
}
.lp-bg-grey .lp-interest-bar input[type="text"] {
    border-color: #41a6df;
}
.lp-bg-grey .chosen-container .chosen-single {
	border-color: #41a6df;
}
.lp-bg-grey .lp-search-bar-left .border-dropdown .chosen-container-single span:after {
    color: #41a6df;
}

/*with black background*/
.lp-bg-black {
	background: #333;
}
.lp-bg-black .lp-search-bar {
	background: #333;
}
.lp-bg-black p, 
.lp-bg-black, 
.lp-bg-black .form-group label {
    color: #fff;
}
/*Top grid with right starts*/
.vertical-view .lp-search-bar-all-demo .lp-interest-bar, 
.vertical-view .lp-search-bar-all-demo .lp-location-bar, 
.vertical-view .lp-search-bar-all-demo .lp-catagory-bar {
	float: none;
}
.lp-right-grid  {
	width: 320px;
    float: right;
    border-radius: 6px;
}
.vertical-view .lp-search-title {
	font-size: 24px;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.vertical-view .lp-search-bar-all-demo .lp-interest-bar,
.vertical-view .lp-search-bar-all-demo .lp-location-bar,
.vertical-view .lp-search-bar-all-demo .lp-catagory-bar {
    margin-bottom: 15px;
    margin-right: 0;
    padding: 0 10px;
    width: 100%;
}
.lp-right-grid .lp-search-bar-right {
    float: none;
}
.lp-right-grid .lp-search-icon {
    left: 80px;
}
.lp-right-grid .lp-search-btn {
	width: 100%;
}
.lp-right-grid .lp-search-btn {
    height: 38px;
    line-height: 38px;
    padding: 0px;
}
.lp-right-grid .add-more {
    display: block;
    width: 100%;
    text-align: left;
	color: #41a6df;
}
.lp-right-grid .lp-feature-event .lp-feature-title {
    margin-right: 0px;
    width: 100%;
	text-align: left;
}
.lp-right-grid .lp-feature-event .form-group label {

}
.lp-right-grid .lp-feature-event {
    margin-top: 0px;
    margin-bottom: 0px;
}
.lp-search-bar-all-demo .lp-feature-event .form-group {
	margin-bottom: 0px;
}
.lp-search-bar-all-demo .lp-feature-event .form-group .checkbox {
	margin: 0px;
}
.lp-search-bar-all-demo .lp-search-bar-price .lp-interest-bar {
	/* margin-bottom: 0px; */
}
.lp-search-bar-all-demo .lp-search-bar-price {
	float: none;
}
.lp-search-bar-all-demo .lp-search-bar-price input[type="text"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.lp-search-bar-all-demo .input-group-addon {
    width: 40px;
    height: 38px;
}
.lp-search-bar-all-demo .input-group {
	width: 100%;
}
.lp-bottom-with-map-back {
	/*border-radius: 5px;*/
	border-radius: 0px;
}
.vertical-view .lp-search-bar-all-demo {
    box-shadow: 0 1px 5px #ccc;
    margin-bottom: 45px;
    margin-right: 0;
    margin-top: 45px;
    position: relative;
    z-index: 9999;
}
.vertical-view .lp-search-bar-all-demo.lp-right-with-white-bg {
	background-color: #fff;
}
.lp-bottom-border {
	border-radius: 5px;
}
.lp-bottom-border .lp-search-bar {
	background: transparent;
}
/*Top grid with right ends*/
.lp-align-bottom .lp-search-bar-all-demo {
	border-radius: 0px 0px 5px 5px;
    padding: 40px 0;
}
.lp-interest-bar.text-center {
    margin-right: 0;
    padding-right: 0;
    width: 135px;
}
.top-section {
	position: relative;
}
.container.lp-align-underBanner {
	min-height: 0px;
}
.top-section .lp-align-underBanner {
    position: relative;
}
.top-section .lp-align-underBanner .lp-search-bar-all-demo {
    border-radius: 0;
    bottom: 40px;
    box-shadow: none;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
/*body .top-section .lp-align-underBanner .lp-search-bar-all-demo .container .lp-search-bar #lp_feature_panel.lp-feature-event {
    display: block;
    margin: 0;
}*/
.lp-align-top .lp-search-bar-all-demo {
	border-radius: 0 0 5px 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    float: left;
    width: 100%;
}
.top-section .absolute {
    left: 0;
    position: absolute;
    top: 66px;
    width: 100%;
    z-index: 9999;
}
.lp-align-bottom .lp-search-bar-all-demo.lp-bg-black {
    box-shadow: none;
}
.vertical-view.absolute .lp-feature-event {
    padding-left: 0;
}
.vertical-view .lp-search-bar-all-demo input[type="range"] {
    width: 100%;
}
.vertical-view .lp-search-bar-all-demo .lp-feature-event .lp-feature-title {
    width: 100%;
}
.vertical-view .lp-search-bar-all-demo .lp-search-btn {
    padding: 5px 30px 6px 45px;
    width: auto;
}
.vertical-view .lp-search-bar-all-demo i.lp-search-icon {
    left: 20px;
}
.vertical-view .lp-search-bar-all-demo.lp-bg-black {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.lp-search-description p {
    display: inline-block;
    max-width: 42%;
}
.top-section .lp-align-underBanner .lp-search-bar-all-demo.lp-bg-white {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 1px 5px #ccc;
}
.top-section .lp-search-bar-all-demo .add-more {
    display: none;
}
.top-section .lp-search-bar-all-demo .lp-search-btn {
    min-width: 130px;
    padding: 3px 30px 6px 45px;
    text-indent: 0;
    width: auto;
}
.top-section .lp-search-bar-all-demo .lp-search-bar-right i {
    left: 20px;
}
.top-section .lp-search-bar-all-demo .container {
    width: 100%;
}
.top-section > .container,
.top-section > .absolute > .container {
    width: 1030px;
}
.lp-bg-white {
    background-color: #fff;
}
.top-section .container .lp-search-bar-all-demo {
	border-radius: 5px;
}
.top-section .container.lp-align-top .lp-search-bar-all-demo {
	border-radius: 0px 0px 5px 5px;
}


/* =====================
 	Harry New Fixes
======================== */
section.aliceblue {
    float: left;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.top-section {
	margin-bottom: 0px;
}
.pos-relative .container {
    position: relative;
}
body div.pp_overlay {
    z-index: 99999;
}
body div.pp_pic_holder {
    z-index: 999999;
}
header .lp-without-icon-bar-right .lp-join-now span {
    float: left;
    /*margin-top: -3px;*/
}
header .lp-without-icon-bar-right .lp-join-now a {
    position: relative;
    top: -1px;
    margin-left: 3px;
    text-transform: capitalize;
}
.lp-without-icon-bar-right .lp-dropdown-menu ul ul {
    padding: 3px 0px 3px 15px;
}
.featuresDataContainer .radio-inline{
	margin-left:0px !important;
}
.featuresDataContainer .slider {
    /*top:14px;
    bottom:-14px;*/
}
/* .header-with-topbar .lp-menu-container .lp-menu > div > ul > li > a, .header-with-topbar .lp-menu-container .lp-add-listing-btn > ul > li > a {
    line-height: 80px;
} */
.header-with-topbar .lp-topbar .lp-join-now > ul ul.lp-user-menu > li > a {
    line-height: 32px;
}
.lp-list-page-grid .list_view .lp-grid-box-thumb img {
    /*width: auto;
    height: 100%;
    max-width: none;*/
}
.header-with-topbar .lp-menu-container .lp-add-listing-btn > ul > li > a {
    display: inline-block;
    padding: 11px 0;
}
.listing-simple .list_view .lp-grid-box-description {
    width: 77%;
}
.listing-simple .list_view .lp-grid-box-thumb-container {
    width: 23%;
}
.listing-with-map .list_view .lp-grid-box-thumb-container {
    width: 33%;
}
.listing-with-map .list_view .lp-grid-box-description {
    width: 67%;
}
.lp-grid-box-price li > a {
    color: #7f7f7f;
    line-height: 24px;
}
.radio-inline > input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0px;
}
.radio-inline > span strong {
    font-weight: normal;
}
.featuresDataContainer.row .col-xs-12 {
    margin: 5px 0px;
}
.slick-prev::before, .slick-next::before {
    background-color: #42a7df;
    border-radius: 100%;
    color: #fff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    opacity: 0.5;
    width: 50px;
}
.slick-prev::before {
	content: "\f060";
}
.slick-next::before {
	content: "\f061";
}
footer.text-center {
    float: left;
    width: 100%;
}
.form-group .panel-default > .panel-heading {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
}
.form-group .panel-default > .panel-heading > h4 > a > i {
    color: #333;
    margin-right: 6px;
}
.availableprice_options  .checkboxx input[type=checkbox]{
	margin-right:10px;
}

/* ===================================
		27 Feb 2017
====================================== */
body .list_view a.add-to-fav.lp-add-to-fav span {
	color: #fff;
    float: left;
    /*line-height: 37px;*/
}
body .list_view a.add-to-fav.lp-add-to-fav span, .grid_view2 a.add-to-fav.lp-add-to-fav span {
    margin: 0;
}
body .grid_view2 a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable {
    float: none;
    line-height: normal;
    margin-top: 3px;
    padding: 0;
}
.listing-second-view .features-listing > ul > li {
    float: left;
    line-height: 23px;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}
.listing-second-view .features-listing > ul > li:last-child {
    border: medium none;
    padding-bottom: 0;
}
.listing-second-view .features-listing > ul > li span {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
}
.lp-review-btn:hover {
    color: #fff;
}
.day-hours, .hours-display {
    float: left;
    width: 100%;
}
.hours {
    float: left;
    width: 100%;
    line-height: 27px;
}
.hours > span.weekday {
    font-weight: bold;
    width: 100px;
    float: left;
    text-transform: capitalize;
}
.hours > span.start {
    width: 65px;
    float: left;
}
.hours > span {
    float: left;
    width: 7px;
}
.hours > span.end {
    float: left;
    margin-left: 15px;
    width: 60px;
}
.hours > a.remove-hours {
    margin-left: 15px;
    color: #ff0000;
}
.day-hours ul.hours-select {
    float: left;
    padding: 0;
    width: 100%;
    margin: 10px 0px 0px;
    list-style-type: none;
}
.day-hours ul.hours-select li {
    float: left;
    margin-right: 10px;
}
.hours-select > li > button.add-hours {
	background-color: #41a6df;
    color: #fff;
    font-size: 31px;
    border: none;
    padding: 0px 15px;
    border-radius: 5px;
	vertical-align:top;
	margin-left: 5px;
    font-weight: bold;
}
.hours-select > li > button.add-hours:hover {
    background-color: #363f48;
}
.day-hours span.select2.select2-container {
	max-width: 100%;
    min-width: 90px;
}
.day-hours .select2-container--default .select2-selection--single {
    height: 40px;
    line-height: 40px;
}
.day-hours .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-right: 30px;
}
.day-hours .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 30px;
}
.form-group .panel.panel-default {
    float: left;
    width: 100%;
}
.lp-search-bar span.typeahead__filter {
    display: none;
}
.lp-search-bar input.js-typeahead-input.lp-home-search-input {
    margin-bottom: 15px;
    height: 40px;
    border: 1px solid #fff;
}
.lp-search-bar span.typeahead__button {
    padding: 0;
    float: left;
}
.typeahead__list > li.typeahead__group.active > a, 
.typeahead__list > li.typeahead__group > a,
.typeahead__list > li.typeahead__group > a:focus,
.typeahead__list > li.typeahead__group > a:hover {
    text-transform: capitalize;
}
.typeahead__container .typeahead__button > button {
    background-color: #41a6df;
}
a.toggle-currencey-area {
    color: #333;
    display: inline-block;
    font-weight: bold;
    margin: -3px 0 10px;
    line-height: 26px;
}
a.toggle-currencey-area > span {
    width: 25px;
    height: 25px;
    float: left;
    background-color: #d3d3d3;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    margin-right: 7px;
    position: relative;
}
a.toggle-currencey-area.active span {
    background-color: #fff;
}
a.toggle-currencey-area.active > span:before {
    content:"\f00c";
    color: #42A7DF;
    font-family: "FontAwesome";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    line-height: 24px;
    text-align: center;
}
.currency-area {
    float: left;
    width: 100%;
    display: none;
}
.typeahead__container button.lp-search-btn {
    border: 1px solid #42a7df;
    color: #fff;
    float: left;
    padding: 0;
    position: relative;
    width: 50px;
    height: 40px;
    text-align: center;
}
.typeahead__container button.lp-search-btn i.lp-search-icon {
    width: 50px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
         -o-transform: scaleX(-1);
            transform: scaleX(-1);
}
.typeahead__container button.lp-search-btn:hover {
    background-color: #42A7DF;
}
.typeahead__container .typeahead__field .typeahead__cancel-button {
    top: 13px;
}
form#lp-submit-form .form-group > label {
	color: #7f7f7f;
    float: left;
}
.help-text {
    float: left;
    position: relative;
    width: 17px;
    margin-left: 10px;
}
.help-text a.help {
    border: 1px solid #a0a0a0;
    border-radius: 100%;
    color: #a0a0a0;
    float: left;
    font-size: 11px;
    height: 15px;
    line-height: 14px;
    margin-top: 6px;
    text-align: center;
    width: 15px;
}
.help-tooltip {
	background-color: #f0f0f0;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    bottom: 94%;
    display: none;
    left: -10px;
    margin-bottom: 5px;
    padding: 10px 12px;
    position: absolute;
    width: 270px;
    z-index: 99;
}
.lp-appview-ppolicy .help-tooltip{
 width: 220px !important;
}
.checkbox.form-group.check_policy.termpolicy.pull-left.termpolicy-wraper.lp-appview-ppolicy {
    padding-top: 0px !important;
    padding-bottom: 10px;
}
.help-text:hover .help-tooltip {
	display: block;
}
.
.help-tooltip > p {
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}
.help-tooltip:before {
    border-color: #d8d8d8 transparent;
    border-style: solid;
    border-width: 7px 7px 0;
    bottom: -7px;
    content: "";
    left: 11px;
    position: absolute;
}
.help-tooltip > h5 {
    margin: 0px 0px 5px;
    font-size: 14px;
}
.lp-menu-bar.sticky_header.sticky {
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all 0.4 ease;
       -moz-transition: all 0.4 ease;
        -ms-transition: all 0.4 ease;
         -o-transition: all 0.4 ease;
            transition: all 0.4 ease;
}
.error_box {
    color: #ff0000;
    margin-bottom: 20px;
}

/* =======================
   Harry styles 4 Mar, 17
========================== */
.header-with-topbar .lp-menu-bar.lp-menu-bar-color .fullwidth-header .lp-menu.pull-right.menu {
    text-align: right;
    width: 70%;
}
.header-with-topbar .lp-menu-bar .menu > .menu-main-menu-container > ul > li {
    padding-left: 20px;
    padding-right: 0;
}
.header-with-topbar .lp-menu-bar .lp-add-listing-btn > ul {
    padding-left: 30px;
}
.header-without-topbar .header-filter .input-group-addon.lp-border,
.header-with-topbar .header-filter .input-group-addon.lp-border {
    background-color: #ffffff;
    border-radius: 0;
    color: #333333;
    font-weight: 600;
    height: 46px;
    left: 1px;
    line-height: 47px;
    padding: 0 10px 0 15px;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 9;
}
.header-filter .chosen-container-single .chosen-single span {
    line-height: 46px;
    margin-right: 0;
}
.header-with-topbar .fullwidth-header .lp-join-user-info > ul > li {
    display: inline-block;
}
.lp-without-icon-bar-right .lp-dropdown-menu ul ul {
	padding: 0px;
}
.lp-without-icon-bar-right .lp-dropdown-menu ul ul > li > a {
    padding: 3px 0 3px 25px;
}
header .lp-without-icon-bar-right .lp-join-now > ul > li > ul > li > a {
    margin: 0;
}
.header-menu-dropdown .lp-join-now ul li > ul.lp-user-menu,
.header-without-topbar .lp-join-now ul li > ul.lp-user-menu {
	left: auto;
    right: 0;
    top: 115%;
}
header.header-without-topbar .menu ul li:hover > ul.children,
header.header-without-topbar .lp-menu-bar .menu ul li:hover > ul.sub-menu {
    left: auto;
    right: 0;
    top: 100%;
}
.lp-menu ul.children::after, .lp-menu ul.sub-menu::after {
    left: auto;
    right: 34px;
}
.lp-menu ul.children, .header-with-topbar .lp-menu ul.sub-menu {
    left: auto;
    right: 0;
}
.lp-home-banner-contianer .lp-search-bar .form-group {
    background-color: #ffffff;
    border-radius: 0 4px 4px 0;
    vertical-align: top;
}
.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search {
    height: 46px;
    margin: 0px;
    position: relative;
    width: 50%;
}
.form-group .lp-search-bar-right {
    background-color: #41a6df;
    border-radius: 5px;
    margin: 0;
    z-index: 0;
}
.form-group .lp-search-bar-right:hover {
	background-color: #2186bf;
}
.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
    border-color: #fff #f3f3f3 -moz-use-text-color -moz-use-text-color;
    border-radius: 5px 0 0 5px;
    border-style: solid solid none none;
    border-width: 1px 1px medium 0;
    height: 46px;
    width: 100%;
	line-height:21px;
}
.lp-search-bar .custom-combobox .lp-home-locaton-input {
    border-radius: 0px 5px 5px 0px;
    height: 44px;
    width: 158px;
}
body .ui-autocomplete li.ui-menu-item {
	margin-top: 0px;
    padding: 7px 20px;
}
.lp-home-banner-contianer .lp-search-bar {
    padding-bottom: 10px;
}
.lp-home-banner-contianer .lp-search-bar .form-group:last-of-type {
	background-color: transparent;
    margin-right: 0;
}
.lp-home-banner-contianer .lp-search-bar .form-group button.lp-search-btn {
    text-align: center;
    width: 58px;
}
.lp-home-banner-contianer .lp-search-bar .form-group button.lp-search-btn i {
	width: 100%;
}
.custom-combobox {
    overflow: hidden;
}
body .simptip-position-top.simptip-movable::before {
    margin-bottom: -8px;
}
.list_view a.status-btn.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable {
    border: medium none;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: static;
    text-align: right;
}
.grid_view2 .lp-grid-box-left.pull-left {
    padding: 0;
    width: 100%;
}
.grid_view2 a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable {
    text-align: center;
}
header {
    position: relative;
}
.lp-header-overlay {
	z-index: 9;
}
.lp-menu-bar {
    z-index: 10;
}
.input-group.width-49-percent.margin-right-15 {
    width: 43%;
}
.input-group.width-49-percent.margin-right-15 input.form-control {
	background-color: transparent;
    border-radius: 5px 0px 0px 5px;
    min-width: 0px;
    padding-left: 58px;
	line-height: 23px;
}
.input-group span.custom-combobox .custom-combobox-input {
    border: medium none;
    padding: 12px 32px 12px 15px;
    color: #7f7f7f;
}
.form-group.lp-location-search {
    margin-left: -4px;
    margin-right: 0px;
    position: relative;
}
body .nav-tabs > li > a::after {
    bottom: 0;
}
.vcenter {
    padding: 10px;
    vertical-align: top;
}
.lp-tabs .lp-rigt-icons .lp-list-view-edit.aliceblue {
    background-color: transparent;
    padding-right: 0px;
    padding-top: 0px;
}
body .lp-tabs .lp-list-view-thumb {
    padding: 20px 5px !important;
}
table td.comment.column-comment.has-row-actions.column-primary {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 5px 15px;
}
table td.author.column-author {
    padding: 15px;
    text-align: center;
    width: 120px;
}
.avatar.avatar-32.photo.avatar-default {
    text-align: center;
    width: 60px;
}
.author.column-author > strong {
    text-transform: capitalize;
}
textarea.review_reply {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    height: 125px;
    margin-bottom: 15px;
    padding: 10px 15px;
    resize: none;
}
.reviews h4 i {
    color: #73cf42;
    font-size: 16px;
}
td.comment.column-comment.has-row-actions .reviews h4 {
    font-size: 15px;
    margin-right: 10px;
    margin-top: 20px;
}
td.comment.column-comment.has-row-actions .reviews h4 span {
    margin-right: 5px;
}
td.comment.column-comment.has-row-actions.column-primary > h4 {
    font-size: 15px;
    font-weight: normal;
}
td.comment.column-comment.has-row-actions.column-primary > p {
    line-height: 24px;
}
.reply-response {
    background-color: #fff;
    float: left;
    padding: 10px 0 10px 25px;
    width: 100%;
}
.reply-response > h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.reply-response > p {
    line-height: 24px;
}
.open-reply.pull-right {
    color: #42a7df;
    margin-top: 0px;
}
.post_response {
    display: none;
    float: left;
    width: 100%;
}
.reviews > span {
    color: #7f7f7f;
    float: right;
    margin-top: 5px;
}
/* ========================== */
span.custom-combobox .custom-combobox-input {
    width: 120px;
}
header .lp-topbar {
	z-index: 11;
}
.lp-menu-bar .ui-widget.border-dropdown, .lp-menu-bar .ui-widget.border-dropdown span.custom-combobox input {
	height: 46px;
    width: 100%;
}
.lp-search-bar .lp-suggested-search .input-group-addon.lp-border {
    background-color: transparent;
    color: #333333;
    float: left;
    font-weight: 600;
    height: 46px;
    left: 0px;
    line-height: 43px;
    padding: 0px 0px 0px 15px;
    position: absolute;
    top: 0px;
    width: 55px;
    z-index: 0;
}
.header-filter .top-search-form .chosen-container-single .chosen-single {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #444444;
    display: block;
    height: 46px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 0 0 70px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
	background-color: transparent;
    border: medium none;
    border-radius: 5px 0px 0px 5px;
    min-width: 295px;
    padding-left: 65px;
    width: 100%;
}
.lp-search-bar .lp-search-btn {
    height: 40px;
}
span.custom-combobox {
    border-left: 0px solid #f5f5f5;
    float: left;
}
.lp-home-banner-contianer .lp-search-bar {
    padding-bottom: 15px;
}
.lp-home-banner-contianer::before {
    /* background-color: rgba(0, 0, 0, 0.6); */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.lp-menu-bar .lp-menu .children .page_item_has_children a::after,
.lp-menu-bar .lp-menu .sub-menu .menu-item-has-children a::after {
	top: 6px;
}
.header-filter .input-group:first-child .input-group-addon.lp-border {
	background-color: transparent;
    border-radius: 5px 0 0 5px;
    font-weight: bold;
    height: 46px;
    left: 0;
    line-height: 46px;
    padding: 0px 0px 0px 4px;
    position: absolute;
    top: 0;
    width: 55px;
    z-index: 0;
}
.header-filter .input-group.width-49-percent.margin-right-15 {
    margin-right: 0;
    padding-right: 0;
    width: 50%;
}
.col-md-5.col-xs-12.lp-menu-container.pull-right {
	/*height: 40px;
    width: 45%;*/
}
.search-row .form-group.margin-right-0 {
    padding-right: 0;
}
.search-row .form-inline .form-group {
    margin-right: 0;
    padding-right: 5px;
}
.search-row .form-inline .form-group.margin-right-0 {
    padding-right: 0;
    /* width: 210px; */
}
.lp-without-icon-bar-right .lp-dropdown-menu ul ul ul > li > a {
    padding-left: 35px;
}
.header-menu-dropdown.lp-header-full-width .lp-menu-bar .lp-logo-container {
	margin: 0px;
    /*width: 25%;*/
}
header.header-without-topbar .menu ul li:hover > ul.children,
header.header-without-topbar .lp-menu-bar .menu ul ul li:hover > ul.sub-menu {
    border-radius: 3px;
    left: 100%;
    margin: 0;
    right: auto;
    top: 0;
}
.lp-header-full-width .lp-menu > .menu-main-menu-container > ul > li > ul > li > ul > li {
    padding-right: 0px;
}
.lp-header-full-width .lp-menu > .menu-main-menu-container > ul > li > ul > li > ul > li > a {
    line-height: 32px;
}
.reviewer-details span {
    display: block;
}
body .grid_view2 a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable i {
    border-radius: 5px;
    float: left;
    font-size: 14px;
    line-height: normal;
    margin-top: 6px;
    padding: 0 2px 0 5px;
}
body .grid_view2 a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable i:hover,
body .grid_view2 a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable:focus i,
body .grid_view2 a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable:hover i {
	color: #fff;
}
/*body .grid_view2 a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable i.fa.fa-bookmark-o {
    background-color: #41a6df;
    border-color: #41a6df;
    color: #fff;
}
.lp-add-to-fav.status-btn:focus i.fa.fa-bookmark-o::before,
.lp-add-to-fav.status-btn i.fa.fa-bookmark-o:hover::before {
	color: #fff;
}*/
.grid_view2 .lp-grid-box-bottom a.status-btn.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable {
    border: medium none;
}
.aliceblue > .pos-relative {
    background-color: #fff;
}
.list-style-none span {
    color: #97959a;
    font-weight: 600;
    padding: 0;
}
.list-style-none span.post-rice {
	line-height: 24px;
}
.list-style-none span:first-of-type {
	padding-left: 0px;
}
.list-style-none span.post-rice{
	font-weight: bold;
}
.list-style-none span.post-rice span.text {
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 8px;
}
.listing-second-view .post-price-row > li.grayscale-dollar {
    margin-right: 8px;
    width: 40px;
}
.claim-area {
    border-top: 1px solid #e8e8e8;
    float: left;
    margin-top: 16px;
    width: 100%;
}
.md-content.claimform-box > h3 {
    margin-bottom: 10px;
    margin-top: 0;
}
.md-effect-3 #claimform .form-group {
    margin: 0;
}
.single-page-popup.md-effect-3 .md-content > div {
    padding: 10px 0 0;
}
textarea {
    resize: none;
}
.md-show.md-effect-3 .md-content{
	border-radius: 6px;
}
.form-control.textarea1 {
    margin-bottom: 10px;
}
.fa.fa-circle-o-notch.fa-spin.fa-2x.formsubmitting {
    font-size: 20px;
}
.alert.alert-success {
    font-size: 15px;
    margin-left: 0;
    padding: 9px 10px;
    width: 100%;
}
.status > span.alert.alert-danger {
    color: #c42020;
    padding: 9px 10px;
}
.status > span.alert.alert-info {
    padding: 9px 10px;
}
.extra-fields.widget-box .post-row-header > h3 {
    margin: 0;
}
.extra-fields {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 25px;
}
.listing-second-view .open-hours ul.hidding-timings {
    display: none;
    margin-top: 10px;
}
.open-hours {
    border: 1px solid #dedede;
    border-radius: 5px;
    /*margin-bottom: 30px;*/
    padding: 14px 20px;
}
.listing-second-view .open-hours ul li.today-timing {
    line-height: normal;
}
a.show-all-timings {
    float: right;
    font-size: 12px;
}


/* a.show-all-timings {
    color: #337ab7;
    float: right;
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;
    position: relative;
} */
a.show-all-timings {
    background-color: #ffffff;
    border: 1px solid #dedede;
    bottom: -24px;
    color: #939393;
    float: left;
    font-size: 9px;
    font-weight: 400;
    left: 50%;
    letter-spacing: 0.7px;
    padding: 2px 5px;
    position: absolute;
    text-transform: capitalize;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
a.show-all-timings::before {
    content: "+";
    display: inline-block;
    margin-top: -2px;
    vertical-align: top;
    width: 10px;
}
a.show-all-timings.opened::before {
	content: "-";
}
.video-option {
    background-color: #fafafa;
    border: 1px solid #dedede;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 8px 8px 15px;
    width: 100%;
}
.video-option > h2 {
	font-size: 16px;
    color: #7f7f7f;
    line-height: 33px;
    margin: 0;
}
.video-option > h2 > span:first-of-type {
    float: left;
    height: 33px;
    line-height: 33px;
    width: 33px;
}
.video-option > h2 > span:first-of-type i {
    color: #41a6df;
    font-size: 26px;
    line-height: 35px;
}
a.watch-video.popup-youtube,a.blog-detail-link {
    border: 1px solid #41a6df;
    border-radius: 5px;
    color: #41a6df;
    float: right;
    font-size: 14px;
    line-height: 26px;
    padding: 3px 15px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
a.watch-video.popup-youtube:hover {
    background-color: #41a6df;
    color: #fff;
}
.blog-detail-link:hover{
	color:#fff !important;
}
.sidebar-post .map-area .listing-detail-infos .widget-social ul.list-style-none.list-st-img > li {
    border: medium none;
    padding: 0;
    text-align: left;
    width: 35px;
}
.sidebar-post .map-area .listing-detail-infos .widget-social.widget-box {
    border-top: 1px solid #dedede;
    float: left;
    margin-bottom: 0;
    padding-top: 5px;
    width: 100%;
    padding-bottom: 8px;
}
.sidebar-post .map-area .listing-detail-infos .widget-social ul.list-style-none.list-st-img > li a {
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.sidebar-post .map-area .listing-detail-infos .widget-social ul.list-style-none.list-st-img > li {
    border: medium none;
    border-radius: 5px;
    display: inline-block;
    float: none;
    height: 35px;
    margin-right: 5px;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 22px;
}
.sidebar-post .map-area .listing-detail-infos .widget-social ul.list-style-none.list-st-img > li a {
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    width: 100%;
}
/*.sidebar-post .map-area .listing-detail-infos .widget-social ul.list-style-none.list-st-img > li.lp-fb {
    background-color: #3d5a98;
}
.sidebar-post .map-area .listing-detail-infos .widget-social ul.list-style-none.list-st-img > li.lp-tw {
    background-color: #2aa9e0;
}
.sidebar-post .map-area .listing-detail-infos .widget-social ul.list-style-none.list-st-img > li.lp-li {
    background-color: #0085af;
}*/
.lp-user-menu li a {
	line-height: 32px;
}
header .menu ul li:hover > ul.children,
header .lp-menu-bar .menu ul ul li:hover > ul.sub-menu li:first-child,
header .menu ul li:hover > ul.children,
header .lp-menu-bar .menu ul ul li:hover > ul.sub-menu:last-child {
    padding: 0;
}
.lp-menu-bar .header-filter {
    /*margin-top: -1px;
    opacity: 0;*/
}
.menu ul.children li ul.children, .menu ul.sub-menu li ul.sub-menu {
    top: 0;
}
.single-page-slider-container .slick-list {
    overflow: visible;
}
.container .header-filter .input-group.width-49-percent.margin-right-15 {
    width: 52%;
}
.container .input-group.width-49-percent {
    width: 45%;
}
form#lp-submit-form input[type="file"] {
    cursor: pointer;
    height: 30px;
}
.listing-second-view .open-hours ul li.today-timing img,
.listing-second-view .open-hours ul li.today-timing i {
    margin-right: 2px;
    width: 18px;
}
.submit_new_style .author-section.lp-form-row {
    background-color: #bdc3c7;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    padding: 26px 68px;
    width: 100%;
}
.submit_new_style .lp-form-row-left > p {
    color: #fff;
}
.submit_new_style a.btn-first-hover.lp-signout-btn {
	background-color: #bdc3c7;
    border: 1px solid #fff;
    display: inline-block;
    height: 48px;
    line-height: 44px;
    padding: 0;
    text-align: center;
    width: 139px;
}
.submit_new_style .lp-form-row-right.text-right.pull-right.margin-top-35 {
    margin-top: 23px;
}
.border-bottom {
    position: relative;
}
.border-bottom::before {
    border-bottom: 1px solid #dedede;
    bottom: -11px;
    content: "";
    height: 1px;
    left: 3%;
    position: absolute;
    width: 94%;
}
.submit_new_style {
    padding: 35px 40px 90px;
}
.white-section {
    background-color: #fff;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
}
.quick_tip {
    background-color: #f7fbfe;
    border-radius: 5px;
    float: left;
    margin-bottom: 25px;
    padding: 20px;
    width: 100%;
}
.quick_tip h2 {
    color: #7f7f7f;
    line-height: 26px;
    margin-top: 0;
}
.quick_tip > p {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}
p.paragraph-form {
    float: left;
    width: 100%;
}
.blue-section {
    background-color: #fff;
    border-radius: 5px;
    color: #fff;
    float: left;
    padding: 30px 30px 30px;
    width: 100%;
}
form#lp-submit-form .blue-section .form-group label {
    color: #1e2a36;
    font-weight: bold;
}
.blue-section .preview-section .lp-secondary-btn.btn-first-hover {
    background-color: #27ae60;
    font-size: 20px;
    height: 55px;
    line-height: 24px;
    width: 100%;
}
.blue-section .preview-section .lp-secondary-btn.btn-first-hover:hover {
    background-color: #078e40;
}
.submit_new_style .form-control {
    height: 44px;
}
.form-group.preview-section {
    padding-right: 0;
    text-align: center;
}
form#lp-submit-form .blue-section .form-group .preview-section label {
    text-align: center;
    width: 100%;
}
.blue-section .form-group input.form-control {
    height: 55px;
}
.blue-section .form-group .checkbox.form-group {
    margin-bottom: 0;
    margin-top: 60px;
}
.blue-section .preview-section i {
    float: right;
    font-size: 25px;
    margin-right: 25px;
    margin-top: -42px;
    position: relative;
}
.blue-section .preview-section .error_box {
    background-color: #ffffff;
    border: 1px solid #ff0000;
    border-radius: 5px;
    bottom: 55px;
    display: none;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 12px;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 100%;
}
.blue-section .preview-section .error_box::before {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -9px;
    content: "";
    position: absolute;
    right: 20px;
    z-index: 1;
}
.blue-section .preview-section .error_box::after {
    border-color: #ff0000 transparent;
    border-style: solid;
    border-width: 10px 11px 0;
    bottom: -10px;
    content: "";
    position: absolute;
    right: 19px;
    z-index: 0;
}
.page-container-four .jFiler-items-grid .jFiler-item {
    width: 25%;
}
.page-container-four .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
    height: auto;
    width: 100%;
}
.page-container-four .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets {
    padding: 3px;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 0;
}
.page-container-four .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets a.icon-jfi-trash.jFiler-item-trash-action {
    background-color: rgba(255, 255, 255, 0.7);
    float: left;
    padding: 5px 2px 5px 5px;
    text-align: center;
    width: 35px;
}
.extra-fields h3 {
    margin: 0;
}
.submit_new_style .checkbox label::before {
    opacity: 0.3;
}
.submit_new_style textarea.form-control {
    height: 100px;
}
.page-template-template-dashboard .page-heading.listing-page {
    display: none;
}
.admin-top-section {
    background-color: #fff;
    float: left;
    width: 100%;
}
.admin-top-section .user-portfolio .user-thumb {
    float: left;
    margin-right: 0;
    width: 20%;
}
.admin-top-section .user-portfolio .user-text {
    float: left;
    padding-left: 20px;
    width: 80%;
}
.admin-top-section .user-text p span {
    float: left;
    margin-right: 6px;
    width: 15px;
}
.admin-top-section .user-text > p {
    color: #7f7f7f;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: normal;
}
.admin-top-section h5.user-name {
    margin-top: 13px;
    text-transform: capitalize;
}
.admin-top-section .social-icons.post-socials {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
}
.user-description-box > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/* .user-description-box > ul li {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    vertical-align: top;
}
.user-description-box > ul li span.count {
    color: #7f7f7f;
    display: block;
    font-weight: bold;
	margin-bottom:5px;
} */
.admin-top-section .user-portfolio {
    float: left;
    padding: 30px;
    width: 100%;
}
/* .admin-top-section .user-description-box {
    bottom: 32px;
    position: absolute;
    right: 32px;
    text-align: right;
} */
.count-text.all-listing {
    color: #41a6df;
}
.count-text.pending-listing {
    color: #7f7f7f;
}
.count-text.published-listing {
    color: #67a33b;
}
.count-text.expired-listing {
    color: #d56d6d;
}
.dashboard-content .lp-main-tabs .nav-tabs > li {
    text-align: left;
    margin: 0px;
    width: 100%;
}
.dashboard-content .lp-main-tabs .nav-tabs > li a {
    border-left: 4px solid transparent;
    border-top: 1px solid #576370;
    float: left;
    margin: 0;
    text-align: left;
    width: 100%;
}
.dashboard-content .lp-main-tabs .nav-tabs > li.active > a,
.dashboard-content .lp-main-tabs .nav-tabs > li a:hover {
	border-left-color: #41a6df
}
.dashboard-content .lp-main-tabs .nav-tabs > li a::after {
    display: none;
}
.dashboard-content .dashboard-tabs ul li span.icon {
    float: left;
    width: 25px;
}
.dashboard-content {
    background-color: #363f48;
    float: left;
    width: 100%;
}
.user-recent-listings-container {
    float: left;
    margin-bottom: 30px;
    padding-top: 5px;
    width: 100%;
}
.user-recent-listings-container > h3 {
    margin-bottom: 24px;
}
.dashboard-content .lp-list-view-content.lp-list-cnt {
    margin-left: -16px;
}
.dashboard-content .dashboard-tab .panel-body {
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.col-md-12.col-sm-6.col-xs-12.lp-list-view {
    margin-bottom: 0;
}
.lp-tabs .lp-list-view .lp-list-view-content-upper h4, .lp-tabs .lp-list-view .lp-list-view-paypal-inner h4 {
    line-height: normal;
    margin-bottom: 3px;
}
.dashboard-content .dashboard-tab .lp-rigt-icons .lp-list-view-edit.aliceblue {
    float: left;
    padding: 0;
}
.lp-list-view-edit li a {
    margin-right: 10px;
    padding: 0;
}
.lp-list-view-edit li a > span {
    font-weight: 500;
}
.dashboard-content .tab-content.dashboard-contnt #updateprofile .tab-header {
    padding-bottom: 5px;
}
.upload-photo.margin-top-25 {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.btn-file input.upload-author-image[type="file"] {
    cursor: pointer;
}
.dashboard-content .tab-content.dashboard-contnt .comments-box {
    border: medium none;
    padding: 0;
}
.dashboard-content .tab-content.dashboard-contnt .ui-sortable-handle {
    color: #363f48;
    font-size: 24px;
    margin-bottom: 30px;
}
.dashboard-content .postbox table.widefat .review-count span.rate {
    background-color: #73cf42;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-weight: bold;
    height: 28px;
    line-height: 27px;
    min-width: 50px;
    padding: 0 5px;
    text-align: center;
}
.dashboard-content .postbox table.widefat .review-count .reviews {
    float: left;
}
.dashboard-content .postbox table.widefat .review-count .reviews > h4 {
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 0;
}
.dashboard-content .postbox table.widefat .review-content .reviews {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.dashboard-content .postbox table.widefat .review-content > p {
    float: left;
    width: 100%;
}
.dashboard-content .postbox table.widefat .review-count {
    margin-bottom: 5px;
    width: auto;
}
.dashboard-content .postbox table.widefat .review-content {
	background-color: #ffffff;
    display: none;
    float: left;
    padding: 10px 0px;
    width: 100%;
}
.dashboard-content .postbox table.widefat h4 span {
    font-weight: bold;
}
.dashboard-content .postbox table.widefat a.see_more_btn {
    border: 1px solid #363f48;
    border-radius: 5px;
    color: #363f48;
    float: right;
    margin-top: -21px;
    padding: 5px 10px 5px 30px;
    position: relative;
}
/* .dashboard-content .postbox table.widefat a.see_more_btn::before {
    content: "\f063";
    font-family: "FontAwesome";
    height: 100%;
    left: 9px;
    line-height: 31px;
    position: absolute;
    top: 0;
} */
.dashboard-content .postbox table.widefat a.see_more_btn.active::before {
	content: "\f062";
}
.dashboard-content .postbox table.widefat a.see_more_btn:hover {
    background-color: #363f48;
    color: #fff;
}
.widefat.fixed.striped.comments.wp-list-table.comments-box > tbody,
.widefat.fixed.striped.comments.wp-list-table.comments-box > tbody tr,
.widefat.fixed.striped.comments.wp-list-table.comments-box > tbody tr td {
    float: left;
    width: 100%;
}
.lp-pay-options > ul > li {
    border-bottom: 1px solid #dedede;
}
.lp-pay-options ul li:last-of-type {
    border-bottom: none;
}
#invoices.tab-pane.fade.in.active {
    padding-top: 45px;
}
.tab-header {
    padding-bottom: 5px;
}
.dashboard-content .tab-content.dashboard-contnt h4 a {
    color: #41a6df;
}
.day-hours ul.hours-select li {
    overflow: hidden;
    width: 100px;
}
.day-hours ul.hours-select li:last-of-type {
    width: auto;
}
#tabs.clearfix.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    margin-top: 0;
}
.submit-img {
	padding-top: 30px;
    text-align: center;
}
.submit_new_style .jFiler-input-dragDrop {
    height: 180px;
}
.submit_new_style .form-group label {
    color: #7f7f7f;
}
.submit_new_style .form-group .featuresDataContainer label {
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.submit_new_style .form-group label span {
    font-weight: 400;
}
.submit_new_style a.btn-first-hover.lp-signout-btn:hover {
    background-color: #fff;
    color: #bdc3c7;
}
ul.list-style-none.list-st-img li:last-child a.edit-list > span {
    color: #fff;
    padding: 0;
}
.lp-home-banner-contianer .lp-search-bar .lp-suggested-search .input-group-addon.lp-border {
    height: 46px;
    line-height: 44px;
}
.single-page-popup .md-content.claimform-box,
.single-page-popup.md-effect-3 .md-content.claimform-box > div {
    padding: 0;
}
.col-md-5.col-xs-12.padding-0 {
    background-color: #c1392b;
    display: table-cell;
    float: none;
    vertical-align: top;
}
.col-md-7.col-xs-12.padding-0 {
    display: table-cell;
    float: none;
    padding: 10px 30px 29px !important;
    position: relative;
    vertical-align: top;
}
.col-md-7.col-xs-12.padding-0::before {
    border-color: transparent #c1392b;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    bottom: 33px;
    content: "";
    left: 0;
    position: absolute;
}
.claim-text h1 {
    color: #fff;
    float: left;
    font-size: 58px;
    margin: 0 0 33px;
    padding: 20px 30px 0px !important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.claim-text h1 > span {
    background-color: #fff;
    color: #c1392b;
    display: inline-block;
    font-size: 64px;
    line-height: 60px;
    vertical-align: top;
    width: 260px;
}
.claim-text h1 > small {
    color: #fff;
    float: left;
    font-size: 35px;
    line-height: 36px;
    text-align: center;
    width: 100%;
}
.claim-details > h3 {
    color: #2c2c2c;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 0px 0px 7px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.claim-details > h2 {
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
}
.claim-details > h2 > span {
    color: #3eace1;
}
.claim-details > ul {
    border-bottom: 1px solid #f8f8f8;
    list-style-type: none;
    margin: 15px 0 5px;
    padding: 0 0 4px;
    text-align: center;
}
.claim-details ul li i {
    color: #3eace1;
    display: inline-block;
    font-size: 15px;
    margin-right: 3px;
    margin-top: 2px;
    vertical-align: top;
}
.claim-details ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    width: 310px;
}
.claim-details .form-group > label {
    float: left;
    font-size: 17px;
    margin-top: -25px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.claim-details .form-group > input[type="text"] {
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    line-height: 34px;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
}
.claim-details .form-group > .form-control.textarea1 {
    height: 100px;
}
.claim-text h1 > span.big {
    background-color: transparent;
    color: #fff;
    font-size: 69px;
}
.md-effect-3 #claimform .claim-details .form-group {
    text-align: center;
}
#claimform .claim-details .form-group .lp-review-btn {
    background-color: #c1392b;
    color: #fff;
    text-transform: uppercase;
}
#claimform .claim-details .form-group .lp-review-btn:hover {
    background-color: #a1190b;
}
.secure-text {
    font-size: 11px;
    font-weight: 500;
    padding: 8px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.secure-text > i {
    color: #3eace1;
    font-size: 14px;
}
.currency-signs > ul, .search-filters > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.currency-signs > ul > li {    
    float: left;
    line-height: 27px;
    min-width: 37px;
    text-align: center;
}
.listing-app-view .app-view-filters .currency-signs > ul > li{
	min-width: 24.8888%;
}
.listing-app-view .app-view-filters div#lp-find-near-me ul li a{
	padding: 5x 0px;
    width: 100%;
    display: inline-block;
}
.listing-style-3 .currency-signs > ul > li { 
	min-width: 33px;
}
.currency-signs > ul > li:last-of-type a {
    border-radius: 0px 3px 3px 0px;
	border-right: 1px solid #eaeaea;
}
.currency-signs > ul > li:first-child a {
    border-radius: 3px 0px 0px 3px;
}
.currency-signs > ul > li > a {
    background-color: #f8f8f8;
	color: #9f9f9f;
    float: left;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 10px;
    width: 100%;
	border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

.currency-signs > ul > li > a:hover {
    background-color: #F7FBFE;
}
/* .currency-signs > ul > li:nth-child(3) > a {
    background-color: #f8f8f8;
}
.currency-signs > ul > li:last-child > a {
    background-color: #c8e0f0;
} */
.search-filters > ul > li {
    float: left;
    margin-right: 8px;
}
.search-filters > ul > li > a {
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    color: #9f9f9f;
    float: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 27px;
    padding: 3px 15px;
    width: 100%;
}
.listing-style-3 .search-filters > ul > li > a { 
	 padding: 3px 10px;
}
.search-filters > ul > li > a:hover,.currency-signs > ul > li > a:hover {
    background-color: #F7FBFE;
	    box-shadow: none;
}
.input-group.margin-right-0 > ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.input-group.margin-right-0 > ul > li {
    float: left;
    margin-right: 13px;
    /*width: 20%;*/
}
.input-group.margin-right-0 input[type="checkbox"] {
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    margin-right:5px;
    margin-top: 5px;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.search-row .form-inline.tags-area {
    /*background-color: #f0f3f5;*/
    border: 1px solid #dedede;
    box-shadow: none;
    margin-top: 15px;
    /*padding: 20px 15px 0;*/
}
.tags-area ul li label {
    color: #7f7f7f;
    font-weight: 500;
}
.app-view-filters .tags-area ul li label{
	font-size:14px;
}
.listing-view-layout {
    display: inline-block;
    vertical-align: top;
}
.view-on-map {
    display: inline-block;
    line-height: 38px;
    vertical-align: top;
}
.view-on-map a {
	color: #fff;
}
.listing-view-layout > ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.listing-view-layout > ul li {
    float: left;
    margin-left: 8px;
}
.listing-view-layout > ul li a {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    width: 35px;
}
.post-with-map-container-right .listing-view-layout > ul li a {
    border-color: #a3a3a3;
    color: #a3a3a3;
	border-width: 1px;
	line-height: 34px;
}
.listing-view-layout > ul li a.active,
.listing-view-layout > ul li a:hover {
    border-color: #42a7df;
    color: #42a7df;
}
a.md-trigger.mobilelink.all-list-map {
    margin-right: 5px;
}
.col-md-4 .view-on-map {
    margin-top: 6px;
    -webkit-transform: translateX(0px) !important;
       -moz-transform: translateX(0px) !important;
        -ms-transform: translateX(0px) !important;
         -o-transform: translateX(0px) !important;
            transform: translateX(0px) !important;
}
body .grid_view2 a.add-to-fav.lp-add-to-fav span {
    color: #fff;
    line-height: 26px;
}
.grid_view2 .lp-grid-box-right.pull-right {
    width: 100%;
}
.grid_view2 .categories-area {
    float: left;
}
.grid_view2 .lp-grid-box-right .pull-left, .grid_view2 .lp-grid-box-right .pull-right {
    width: auto;
}
.grid_view2 .lp-grid-box-description {
	padding: 6px 13px 16px;
}
.grid_view2 .lp-grid-box-description .lp-grid-box-right {
    /*border-top: 1px solid #dedede;*/
    padding: 10px;
}
.grid_view2 .lp-grid-box-description .lp-grid-box-left.pull-left {
    padding: 15px;
}
.grid_view2 .lp-grid-box-description .reviewer-details > p,
.grid_view2 .lp-grid-box-description .reviewer-details > h4,
.grid_view2 .lp-grid-box-left.pull-left > p {
	color: #7f7f7f;
}
.cat-area h1 {
    margin-top: 5px;
}
.cat-area .col-md-6.col-sm-6.text-right {
    padding-top: 23px;
}
.page-heading-inner-container.cat-area {
    margin-top: -10px;
}
.currency-signs > ul > li > a.active,
.search-filters > ul > li > a.active {
    background-color: #62c7ff;
    border-color: #62c7ff;
    color: #fff;
}
.form-inline.tags-area .radio label, .form-inline.tags-area .checkbox label {
    padding-left: 27px;
}
.jFiler-input-dragDrop input[type="file"] {
    height: 100% !important;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.lp-grid-box-bottom .pull-left {
    max-width: 65%;
}
/* css for search by zaheer */
input.dropdown_fields {
    border: 1px solid #fff;
    border-radius: 0;
    height: 46px;
    line-height: 34px;
    min-width: 365px;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}
#input-dropdown {
    background-color: #fff;
    border: 1px solid #dedede;
    border-top: 0px;
    left: -45px;
    min-width: 100%;
    max-height: 260px;
    display: none;
    position: absolute;
    top: 42px;
}
#input-dropdown option {
    border-bottom: 1px solid #dedede;
    cursor: pointer;
    padding: 8px 10px;
}
select::-webkit-scrollbar {width:1px;background-color:transparent}
select::-moz-scrollbar {width:1px;background-color:transparent}
select::-o-scrollbar {width:1px;background-color:transparent}
select::-google-ms-scrollbar {width:1px;background-color:transparent}
select::-khtml-scrollbar {width:1px;background-color:transparent}

#input-dropdown > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	text-transform: capitalize;
}
#input-dropdown > ul li {
	 border-bottom: 1px solid #f9f9f9;
    color: #484848;
    cursor: pointer;
    float: left;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 15px;
    text-decoration: none;
    width: 100%;
}
#input-dropdown > ul li:last-of-type {
    border-bottom: medium none;
}
#input-dropdown > ul li:first-of-type {
    border-top: medium none;
}
.lp-s-tag{
	font-weight: bold;
} 
#input-dropdown > ul li i {
    margin-right: 4px;
    width: 20px;
}
img.loadinerSearch{
	height: 30px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
    z-index: 99;
	display:none;
}
#rewies_form img.loadinerSearch{
	 bottom: 39px;
    height: 30px;
    left: 31%;
    position: absolute;
    right: 100%;
    top: auto;
    width: 30px;
    z-index: 99;
}
.lp-home-banner-contianer .lp-search-bar .chosen-container-single .chosen-single {
    border-radius: 0 5px 5px 0;
    height: 46px;
}
.lp-home-banner-contianer .lp-search-bar .chosen-container-single .chosen-single > span {
    margin-right: 0;
}
.lp-home-banner-contianer .lp-search-bar .form-group.lp-location-search .ui-widget.border-dropdown .chosen-container {
    max-width: none;
}
.lp-home-banner-contianer .lp-search-bar .chosen-container .chosen-results {
    float: right;
    height: 250px;
    width: 100%;
}
.header-container.lp-header-bg .lp-section-row .lp-home-categoires {
    z-index: 0;
}
.list_view.lp-grid-box-contianer .lp-grid-box-description {
    padding-bottom: 45px;
    padding-top: 7px;
    vertical-align: top;
    width: 67%;
}
.list_view.lp-grid-box-contianer .lp-grid-box .lp-grid-box-bottom {
    background-color: transparent;
    bottom: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    text-align: right;
    vertical-align: top;
    width: 67%;
}
.listing-simple .list_view.lp-grid-box-contianer .lp-grid-box .lp-grid-box-bottom {
    width: 70%;
}
.listing-simple .list_view.lp-grid-box-contianer .lp-grid-box-thumb-container {
    vertical-align: top;
    width: 30%;
}
.list_view .lp-grid-box {
    border-radius: 5px;
    float: left;
    position: relative;
    width: 100%;
}
.list_view a.add-to-fav.lp-add-to-fav i.fa {
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
}
.listing-simple .search-row .form-inline.tags-area .form-group {
    padding: 0;
    width: 100%;
}
.list_view .categories-area {
    display: inline-block;
    float: none;
}
.listing-simple .search-row .form-inline .input-group .input-group-addon.lp-border {
    background-color: #f8f8f8;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    float: left;
    height: 37px;
    line-height: 37px;
    padding: 0 0 0 12px;
    width: 30px;
}
/*.listing-simple .search-row .form-inline .input-group .input-group-addon.lp-border i {
    color: #9f9f9f;
    font-size: 20px;
}*/
.listing-simple .search-row .form-inline .input-group .chosen-container-single-nosearch.chosen-container a {
    border-left: 0 none;
}
.lp-search-bar .lp-search-btn {
	background-color: transparent;
    height: 46px;
    z-index: 999999;
}
.form-group.lp-location-search .chosen-container.chosen-container-single {
	width: 214px !important;
}
.form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single span {
	 margin-left: 25px;
	 -webkit-transition: all .25s ease;
	    -moz-transition: all .25s ease;
	     -ms-transition: all .25s ease;
	      -o-transition: all .25s ease;
	         transition: all .25s ease;
}
.form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single {
	background-color: transparent; 
	border-radius: 0 5px 5px 0;
    float: left;
    height: 46px;
    line-height: 47px;
    margin: 0;
    padding-left: 70px;
    width: 100%;
}
.form-group.lp-location-search .lp-where {
	background-color: transparent; 
    border-radius: 0;
    color: #333333;
    font-weight: 600;
    height: 46px;
    left: 1px;
    line-height: 46px;
    padding: 0 0 0 10px;
    position: absolute;
    top: 0;
    width: 65px;
    z-index: 0;
} 
.lp-search-bar .lp-s-cat {
	font-weight: normal;
}
#input-dropdown {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.3);
    margin-top: 1px;
    padding-bottom: 10px;
    padding-top: 0px;
    top: 42px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}
#input-dropdown .lp-s-caticon, #input-dropdown .lp-wrap-cats > img{
	margin-right: 10px;
    margin-top: 3px;
    vertical-align: top;
    width: 17px;
}
#input-dropdown li a {
	color: #7e7e7e;
	font-size: 14px;
}
#input-dropdown li span {
	font-size: 14px;
    line-height: 26px;
    vertical-align: top;
}
#input-dropdown li:hover span,
#input-dropdown li:hover a,
#input-dropdown li:hover {
    background-color: #363f48;
    color: #fff;
}
#input-dropdown li .lp-s-extra {
	font-size: 11px;
}
#input-dropdown li {
	line-height: 29px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.form-group.lp-suggested-search input {
	border-right: 1px solid #ddd !important;
}
.lp-search-bar .lp-s-title {
	display: block;
    line-height: 13px;
}
.lp-search-bar .lp-s-extra {
    display: inline-block;
    font-size: 11px;
    color: #999;
	line-height: normal;
}
.lp-search-bar .form-group.lp-suggested-search {
	border-radius: 0px;
}
.lp-search-bar .form-group.lp-suggested-search {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.what-placeholder::after
{
	color: #000;
    content: attr(data-holder);
    font-size: 13px;
    left: 55px;
    opacity: 0.3;
    pointer-events: none;
    position: absolute;
    top: 13px;
    z-index: 999999;
}
/*moin latest 11/03/017 endedds*/


/* 12 march */
.lp-list-page-grid .grid_view2 .lp-grid-box-description .lp-grid-box-left.pull-left {
    padding: 0;
}
.lp-list-page-grid .grid_view2 .lp-grid-box-description .lp-grid-box-right {
    margin: 0;
    padding: 0;
}
.lp-home-banner-contianer > .page-header-overlay {
    
}
.lp-section-content-container .grid_view2 .lp-grid-box-description .lp-grid-box-right {
    border: medium none;
}
.lp-grid-box-description h4.lp-h4 > a {
    color: #292929;
    line-height: 27px;
}
.list_view .lp-grid-box-description h4.lp-h4 > a {
	display: inline-block;
	width: 100%;
}
.grid_view2 .lp-grid-box-description .reviewer-details > p {
	color: #7f7f7f;
    height: 35px;
    line-height: normal;
    overflow: hidden;
}
.grid_view2 .lp-grid-box-description .reviewer-details > h4, .grid_view2 .lp-grid-box-left.pull-left > p {
    margin-bottom: 7px;
}
.grid_view2 .lp-grid-box-left.pull-left > p i {
    font-size: 17px;
    margin-right: 5px;
}
.lp-grid-box-description h4.lp-h4 > a > .listing-pro {
	border: 1px solid #ebac2c;
    border-radius: 3px;
    color: #ebac2c;
    float: left;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-right: 7px;
    margin-top: 5px;
    padding: 0 3px 0 4px;
}
.vc_column_container .grid_view2.lp-grid-box-contianer .lp-grid-box-description .lp-grid-box-right {
    display: none;
}
.element-price-range.list-style-none {
    padding-left: 0px;
    position: relative;
}
.lp-grid-box-contianer.grid_view2 .lp-grid-box-description .lp-grid-box-left p > span {
	position: relative;
}
.lp-grid-box-contianer.grid_view2 .lp-grid-box-description .lp-grid-box-left p > span::before {
    background-color: #e9e9e9;
    content: "";
    height: 20px;
    left: 4px;
    position: absolute;
    top: 0;
    width: 1px;
}
.lp-grid-box-contianer.grid_view2 .lp-grid-box-description .lp-grid-box-left p > span:first-child::before {
    display: none;
}
.list_view .lp-grid-box-description .reviewer-details {
    /*padding-top: 7px;*/
}
.lp-grid-box-description span.cat-icon {
    display: inline-block;
    line-height: 17px;
    margin-right: 5px;
    width: 15px;
}
.lp-grid-box-description span.cat-icon img.icon {
    margin-top: 0;
    vertical-align: top;
}
.lp-grid-box-description .lp-grid-box-left.pull-left > p > a {
    color: #7f7f7f;
}
.lp-grid-box-bottom span.cat-icon {
    float: left;
    line-height: 27px;
    margin-right: 2px;
    width: 17px;
}
.lp-grid-box-bottom .pull-left a {
    color: #7f7f7f;
    line-height: 30px;
    margin-right: 2px;
    position: relative;
}
.lp-grid-box-bottom .pull-left a::after{
    content: ",";
	margin-left: -2px;
}
.lp-grid-box-bottom .pull-left a:last-child::after{
	content: "";
}
.lp-grid-box-bottom .pull-left a:first-of-type::before {
    display: none;
}
.lp-grid-box-left.pull-left > ul {
    float: left;
    padding: 0;
    width: 100%;
}
.lp-grid-box-left.pull-left > ul > li {
    border-left: 1px solid #f1f1f1;
    float: left;
    line-height: 24px;
    padding: 0 14px;
    text-align: center;
}
.lp-grid-box-left.pull-left > ul > li:first-of-type {
    padding-left: 0px;
    border-left: medium none;
    color: #7f7f7f;
    text-align: left;
}
.lp-grid-box-left.pull-left > ul > li:last-child {
    padding-right: 0;
}
.lp-grid-box-left.pull-left > ul > li > a {
    color: #7f7f7f;
}
.lp-menu ul.inner_menu > li {
    padding-right: 14px;
}
.lp-grid-box-contianer.list_view .lp-grid-box-left.pull-left > ul > li:last-child {
    padding-right: 0;
}
.lp-grid-box-contianer.list_view .lp-grid-box-left.pull-left > ul > li.middle {
    padding-right: 17px;
}
.list_view .lp-grid-box-description .reviewer-details > p {
	color: #7f7f7f;
    height: 33px;
    line-height: normal;
    overflow: hidden;
}
.listing-simple.listing_list_view .lp-list-page-grid {
    margin: 0 auto;
    width: 900px;
}
.list_view .lp-grid-box-quick {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.9) 94%) repeat scroll 0 0;
    bottom: auto;
    border-radius: 8px 0px 0px;
    padding: 4px 10px 15px;
    top: 0;
}
.listing-simple.listing_list_view .list_view.lp-grid-box-contianer .lp-grid-box-bottom .show {
    display: none !important;
}
.listing-simple.listing_list_view .list_view.lp-grid-box-contianer .lp-grid-box-bottom .hide {
    display: block !important;
}
.listing-simple.listing_list_view .list_view.lp-grid-box-contianer .lp-grid-box-bottom span.text {
    color: #7f7f7f;
    line-height: 30px;
}
.list_view .lp-grid-box-left.pull-left > p .icon, .grid_view2 .lp-grid-box-left.pull-left > p .icon {
    float: left;
    width: 22px;
}
.list_view .lp-grid-box-bottom span.cat-icon {
    margin-right: 3px;
    width: 15px;
}
.grid_view2 .lp-grid-box-thumb-container > .lp-grid-box-thumb > .hide {
    display: block !important;
}
.grid_view2 .lp-grid-box-thumb-container > .lp-grid-box-thumb > .show {
    display: none !important;
}
.hide-img {
	display: none;
}
.show-img {
	display: block;
}
.list_view .show-img {
    display: none;
}
.list_view .hide-img {
    display: block;
}
.post-detail-content {
	border: 1px solid #dedede;
    border-radius: 5px;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 24px;
    width:100%;
    padding: 14px 20px 15px;
	display: inline-block;
}
.lp-detail-page-template-3 .post-detail-content{
margin-bottom:30px;
}
.listing-second-view .ui-accordion-content{
	 color: #7f7f7f;
	 font-size: 14px;
}
.ui-accordion p {
    color: #7f7f7f;
}
.listing-second-view .ui-accordion-content:last-of-type {
    margin-bottom: 0;
}
.img_1 .slick-slide img {
    border-radius: 5px;
}
.review_status {
    float: right;
    line-height: 45px;
}
.listing-second-view .images-gal-section .slick-prev, .listing-second-view .images-gal-section .slick-next {
    height: 30px;
    width: 30px;
}
.images-gal-section .slick-prev::before, .images-gal-section .slick-next::before {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.listing-second-view .images-gal-section .slick-prev {
	left: 10px;
}
.listing-second-view .images-gal-section .slick-next {
	right: 10px;
}
.slick-prev:focus::before, .slick-next:focus::before {
	opacity: inherit;
}
.lp-header-full-width .lp-add-listing-btn ul li a i {
    display: inline-block;
    line-height: 17px;
    margin-top: 4px;
}
.listing-second-view .open-hours ul li a.closed.dayoff {
    float: right;
    text-transform: uppercase;
}
.post-row-header > h3 {
    margin-bottom: 0;
}
form#searchform {
    position: relative;
    z-index: 1;
}
.search-filters > ul > li > a i {
    margin-right: 3px;
}
.search-filters > ul > li > a.active i {
    color: #fff;
}
#searchform .tags-area.form-inline ul li .checkbox label::before {
    background-color: #fff;
    border: 1px solid #dedede;
}
#searchform .tags-area.form-inline ul li .checkbox label {
    font-weight: 300;
}
.list_view .lp-grid-box-left.pull-left > p > span.icon i,
.grid_view2 .lp-grid-box-left.pull-left > p > span.icon i {
    font-size: 16px;
}
#searchform .chosen-container-single .chosen-single > span {
    font-size: 13px;
    padding-left: 5px;
}
.search-row .form-inline .form-group:nth-child(2) {
    padding-right: 0;
}
.search-row .form-inline .form-group:nth-child(2) ul li {
    margin-right: 4px;
}
.dashboard-tabs.lp-main-tabs.text-center > ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.dashboard-tabs.lp-main-tabs.text-center > ul > li {
    border-top: 1px solid #42474c;
    float: left;
    line-height: 47px;
    text-align: left;
    width: 100%;
}
/*.dashboard-tabs.lp-main-tabs.text-center > ul > li.opened > a,*/
.dashboard-tabs.lp-main-tabs.text-center > ul > li:hover > a {
	background-color: #3a4a59;
}
.dashboard-tabs.lp-main-tabs .opened > a{
	border-left-color: transparent;
	color: #fff;
}
/* .dashboard-tabs.lp-main-tabs .opened > a {
	background-color: #3a4a59;
} */
.dashboard-tabs.lp-main-tabs.text-center > ul > li > a {
    border-left: 5px solid transparent;
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
}
.dashboard-tabs.lp-main-tabs.text-center > ul > li > a > i {
    width: 20px;
}
.dashboard-tabs.lp-main-tabs.text-center > ul > li > ul {
	display: none;
    float: left;
    padding-bottom: 13px;
    padding-left: 32px;
    padding-right: 40px;
	padding-top:15px;
    width: 100%;
}
.dashboard-tabs.lp-main-tabs.text-center > ul > li > ul.opened {
    display: block;
}
.dashboard-tabs.lp-main-tabs.text-center > ul > li > ul > li {
    float: left;
    line-height: 28px;
    width: 100%;
}
.dashboard-tabs.lp-main-tabs.text-center > ul > li > ul > li > a {
    border-top: 1px solid #42474c;
    color: #ffffff;
    float: left;
    font-size: 13px;
    line-height: 34px;
    padding: 0 28px 0 30px;
    width: 100%;
}
.dashboard-tabs.lp-main-tabs.text-center > ul > li > ul > li > a i {
    margin-right: 5px;
}
.dashboard-tabs.lp-main-tabs.text-center > ul > li > ul > li > a > span {
    float: right;
}
.dashboard-tabs.lp-main-tabs.text-center > ul > li > a > i.fa.fa-angle-down {
    float: right;
    line-height: 47px;
}
.dashboard-tabs.lp-main-tabs.text-center > ul > li.opened > a > i.fa.fa-angle-down {
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
         -o-transform: scaleY(-1);
            transform: scaleY(-1);
}
.listing-second-view .review-form #reply-title {
    font-size: 16px;
    line-height: 24px;
}
.dashboard-content .dashboard-contnt .dashboard-tab .lp-list-view-content-upper .category-cion > a {
    border: medium none;
    border-radius: 0;
    height: 20px;
    line-height: normal;
    width: 20px;
}
.dashboard-content .dashboard-contnt .dashboard-tab .lp-list-view-content-upper .category-cion > a > img {
    float: left;
    height: auto;
    margin-top: 4px;
    width: 14px;
}
.dashboard-content .dashboard-contnt .dashboard-tab .lp-list-view-content-upper li.category-cion {
    height: 20px;
    float: left;
    width: 20px;
}
.dashboard-tab .list-pt-display li span, .dashboard-tab .lp-list-view .lp-grid-box-price {
    font-weight: 400;
    margin-bottom: 3px;
}
.dashboard-content .dashboard-contnt .dashboard-tab .lp-list-view-content-upper .lp-grid-box-price li > a {
    line-height: 20px;
}
.dashboard-tab .lp-rigt-icons {
    float: left;
    padding: 0;
    width: 100%;
}
.dashboard-tab .lp-rigt-icons ul li span {
    font-weight: 400;
    padding-right: 10px;
}
.dashboard-content .dashboard-tab .lp-rigt-icons .lp-list-view-edit.aliceblue {
    margin-top: -4px;
}
.dashboard-tab .lp-list-view-edit li a i {
    color: #9f9f9f;
    float: left;
    font-size: 13px;
    line-height: 24px;
}
.dashboard-content .tab-header {
    background-color: #464f58;
    margin-bottom: 30px;
    margin-left: -30px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-top: 15px;
    width: 110%;
}
.promotion-sorting {
    float: right;
    padding: 8px 0 0;
	margin-bottom:12px;
}
.promotion-sorting .select2.select2-container {
    min-width: 200px;
}
.promotion-sorting .select2-container--default .select2-selection--single {
    height: 40px;
}
.promotion-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 12px;
}
.promotion-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}
.dashboard-content .lp-flip {
    float: right;
    width: 100%;
}
.dashboard-content .promotional-section {
    border-radius: 5px;
    float: left;
    text-align: center;
    width: 100%;
}
.dashboard-content .promotional-section.padding {
    background-color: #fff;
    border: 1px solid #dedede;
    margin-bottom: 30px;
	padding: 30px;
}
.dashboard-content .promotiona-text {
    display: inline-block;
    width: 470px;
}
.dashboard-content .promotiona-text > h3 {
    color: #363f48;
    font-size: 24px;
    margin-bottom: 20px;
}
.dashboard-content .promotiona-text > p {
    color: #626262;
    font-size: 14px;
    margin-bottom: 50px;
}
.dashboard-content .promotional-section > img {
    height: auto;
    width: auto;
}
.dashboard-content .lp-card > form#ads_promotion {
    display: none;
}
.dashboard-content .promotional-section a.lp-submit-btn {
    background-color: #42a7df;
    color: #fff;
    display: inline-block;
    height: 59px;
    line-height: 59px;
    margin-top: 45px;
    padding: 0;
    width: 369px;
}
.dashboard-content .promotional-section a.lp-submit-btn:hover {
    background-color: #363f48;
}
.dashboard-content .promotional-section .lp-list-view-thumb {
    float: left;
    padding: 0;
    text-align: left;
    width: 5%;
}
.dashboard-content .promotional-section .lp-list-view-content-upper {
    float: left;
    min-height: 0px;
    padding-left: 15px;
    text-align: left;
    width: 95%;
}
.dashboard-content .lp-pay-options .lp-inner > li {
    float: left;
    padding: 15px;
    width: 100%;
}
.dashboard-content .lp-grid-box-price .category-cion {
    float: left;
    height: 20px;
    margin-right: 2px;
    width: 20px;
}
.dashboard-content .lp-grid-box-price .category-cion img {
    float: left;
    height: auto;
    margin-top: 5px;
    width: 17px;
}
.dashboard-content .list-pt-display li span {
    font-weight: 400;
}
.dashboard-content .lp-face.lp-front.lp-pay-options > h3,
.dashboard-content .lp-face.lp-dash-sec > h4 {
    color: #363f48;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0 17px;
    text-align: left;
}
.dashboard-content .lp-face.lp-dash-sec > h4 {
    margin-top: 20;
    margin-bottom: 0px;
}
.dashboard-content .promotional-section .margin-bottom-30.lp-dash-sec {
    border-radius: 5px;
    padding: 20px;
}
.dashboard-content .lp-list-view-content-upper > a {
    display: inline-block;
}
.dashboard-content .promote-btn.pull-right {
    margin-top: -17px;
    position: relative;
}
.dashboard-content .lp-list-view-content-bottom {
    float: left;
    width: 100%;
}
.dashboard-content .lp-pay-options .lp-promotebtn {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #363f48;
    height: 32px;
    padding: 5px 15px 5px 40px;
    position: relative;
    width: auto;
}
.dashboard-content .promote-btn.pull-right::before {
    color: #363f48;
    content: "\f145";
    font-family: "FontAwesome";
    left: 15px;
    position: absolute;
    top: 2px;
}
.dashboard-content .lp-pay-options .promote-btn.pull-right {
    border: 1px solid #363f48;
    border-radius: 4px;
}
.dashboard-content .lp-pay-options .promote-btn.pull-right:hover {
	background-color: #363F48;
}
.dashboard-content .lp-pay-options .promote-btn.pull-right:hover::before,
.dashboard-content .lp-pay-options .promote-btn.pull-right:hover .lp-promotebtn {
	background-color: transparent;
	color: #fff;
}
.lp-list-view-content-upper h4, .lp-list-view-paypal-inner h4 {
    margin-bottom: 5px;
}
.dashboard-content .lp-pay-options .lp-inner > li:last-child {
    margin-bottom: 0;
}
.dashboard-content .promotional-section.lp-promote-listing-margin {
    border-radius: 0px;
}
.dashboard-content .margin-bottom-30.lp-dash-sec {
    background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 0px;
	float: left;
	text-align: left;
	width: 100%;
}
.dashboard-content .availableprice_options .checkboxx {
    float: left;
    margin-bottom: 40px;
    text-align: left;
    width: 33%;
}
.dashboard-content .availableprice_options .checkboxx .checkbox.pad-bottom-10 {
    display: inline-block;
    padding-left: 18px;
}
.dashboard-content .availableprice_options .checkboxx input[type="checkbox"] {
    bottom: 0px;
    cursor: pointer;
    display: block;
    height: 245px;
    left: 0;
    margin-left: 0;
    margin-right: 10px;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.dashboard-content .availableprice_options.padding-top-30 {
    float: left;
    width: 100%;
}
.dashboard-content .checkboxx .checkbox label {
    font-weight: 400;
    line-height: 25px;
}
.dashboard-content .lp-dash-sec .form-group {
    background-color: #f4f4f6;
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    height: 71px;
    line-height: 71px;
    margin-bottom: 35px;
    margin-top: 20px;
    padding: 0 25px;
    width: 100%;
}
.dashboard-content .promotional-section .lp-method-wrap.lp-listing-form {
    display: inline-block;
    margin: 30px 0 50px;
    padding-right: 10px;
    vertical-align: middle;
	width:200px;
}
.dashboard-content .promotional-section .lp-method-wrap.lp-listing-form label img {
	position:relative;
	
}
.dashboard-content .promotional-section .lp-method-wrap.lp-listing-form input[type="radio"]:checked + label::before{
	top:2px;
}
.dashboard-content .promotional-section > label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
    padding-left: 30px;
    position: relative;
    vertical-align: top;
}
.dashboard-content .lp-listing-form .radio.radio-danger {
    left: 10px;
    margin-top: 0;
    top: 18px;
}
.dashboard-content .lp-listing-form input[type="radio"]:checked + label::before {
    background-color: #999;
    height: 18px;
    width: 18px;
}
.lp-method-wrap.lp-listing-form > label {
    cursor: pointer;
}
.lp-pay-options #lp-next.promotebtn {
    display: none;
}
.promotional-section > .lp-face.lp-pay-options.lp-dash-sec > span.show {
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    float: right;
    padding: 3px 10px;
    text-align: center;
    text-transform: capitalize;
    width: 71px;
}
.listing-app-view .promotional-section > .lp-face.lp-pay-options.lp-dash-sec > span.show{
	
	padding: 5px 10px !important;
   
    width: 86px !important;
}
.plan-img {
    float: left;
    padding-left: 4%;
    width: 96%;
}
.promotional-section .checkbox label::before {
    background-color: #f8f8f8;
    border: 1px solid #cecece;
}
.review-form > form#rewies_form.open_review_form {
    display: block;
}
.faq-section .post-row-header > h3 {
	font-size: 18px;
    margin-bottom: 0 !important;
    margin-top: 11px;
    text-transform: capitalize;
}
.post-row-header > h3 {
	font-size: 18px;
    margin-bottom: 10px;
}
.md-modal.md-effect-3.single-page-popup.md-show {
    width: 70%;
}
.listing-second-view .post-price-row > li.grayscale-dollar > span {
    font-size: 14px;
    font-weight: 400;
}
.listing-second-view .claim-area .phone-icon i {
    margin-right: 6px;
    width: 10px;
}
.listing-second-view .claim-area .phone-icon > strong {
    display: inline-block;
    font-weight: 500;
    line-height: 20px;
    vertical-align: top;
}
.widget-box .features-listing.extra-fields .post-row-header.clearfix.margin-bottom-15 {
    margin-bottom: 0 !important;
}
a.open-modal {
    border-radius: 5px;
    border-bottom: 1px solid #dedede;
    color: #53af22;
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 12px;
    padding: 0 0 7px;
    text-transform: capitalize;
    width: 100%;
}
a.open-modal > img {
    float: left;
    margin: 5px 7px 0 0;
    width: 20px;
}
.widget-box.reservation-form a.make-reservation {
    background-color: #363f48;
    border: 1px solid #363f48;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 52px;
    line-height: 40px;
    margin-bottom: 0px;
    padding: 5px 25px;
    width: 100%;
}
.reservation-form > a.make-reservation > img {
    display: inline-block;
    margin-right: 3px;
    margin-top: 10px;
    vertical-align: top;
    width: 20px;
}
.widget-box.reservation-form a.make-reservation i.fa-calendar-check-o, a.open-modal i.fa-calendar {
    width: 25px;
}
.widget-box.reservation-form a.make-reservation i.fa-caret-down {
    float: right;
    line-height: 42px;
}
.widget-box.reservation-form a.make-reservation span {
	color: #fff;
}
.ifram-reservation, .hotel-menu {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #dedede;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.inner-reservations {
    background-color: #ffffff;
    border-radius: 5px;
    height: 450px;
    left: 50%;
    overflow: hidden;
    padding: 20px 20px 0;
    position: absolute;
    top: 50%;
    width: 340px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.inner-menu {
	background-color: #ffffff;
	border-radius: 5px;
	left: 50%;
	padding: 20px 20px;
    position: absolute;
    top: 50%;
    width: 640px;
    max-width: 90%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.inner-reservations::before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    height: 21px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.inner-reservations > iframe {
    height: 450px;
}
a.close-btn, a.close-menu-popup {
    border-radius: 100%;
    color: #000000;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -4px;
    top: -5px;
    width: 30px;
}
a.close-menu-popup {
    right: -15px;
    top: -15px;
}
.fullwidth-header .header-filter .input-group-addon.lp-border {
    background-color: transparent;
    border-radius: 0;
    font-weight: bold;
    height: 100%;
    left: 0;
    line-height: 46px;
    padding: 0 0 0 11px;
    position: absolute;
    top: 0;
    width: 55px;
    z-index: 0;
}
.fullwidth-header .header-filter .chosen-container-single .chosen-single {
    background-color: transparent;
    border: 0px solid #fff;
    border-radius: 0 5px 5px 0;
    height: 46px;
    padding-left: 65px;
    padding-top: 1px;
}
.fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15 {
	border-radius: 4px 0px 0px 4px;
    border-right: 1px solid #f0f0f0;
    width: 62%;
}
.fullwidth-header .header-filter .input-group.width-49-percent {
	background-color: #fff;
	border-radius: 0px 4px 4px 0px;
    float: left;
    position: relative;
    width: 35%;
}

.container .header-filter .search-form-field {
	background-color: #fff;
	border-radius: 4px 0px 0px 4px;
	border:none !important;
}
.container .header-filter .input-group.width-49-percent, .container .header-filter .top-search-form .chosen-container-single .chosen-single {
	border:none !important;
}
.container .header-filter .lp-search-icon {
	 -ms-transform:  rotate(1deg);
  -webkit-transform:  rotate(1deg);
  -moz-transform:  rotate(1deg);
  -o-transform:  rotate(1deg);
  transform:  rotate(1deg);
}

.lp-menu-bar .fullwidth-header .header-filter .ui-widget.border-dropdown {
    height: 46px;
	line-height:21px;
}
.fullwidth-header .header-filter .chosen-container-single .chosen-single span {
    font-size: 13px;
    height: 46px;
    line-height: 44px;
    margin-right: 0;
}
#input-dropdown .lp-s-title > a {
    color: #333;
    display: block;
    line-height: 14px;
}
#input-dropdown .lp-s-title > a > .lp-loc {
    display: block;
	margin-top:0px;
	font-size:12px;
}  
#input-dropdown .lp-wrap-title > img {
    border-radius: 3px;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
.fullwidth-header .header-filter .lp-search-btn-header i {
    top: 5px;
}
#input-dropdown .lp-default-cats > img {
    margin-right: 8px;
    width: 25px;
}
#full-overlay{	
	opacity : 0.2;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	z-index: 5000;
}
.reviews-section span.interests-score{
    display: inline-block;
    text-align: center;
}
.chosen-container.chosen-container-single.chosen-container-single-nosearch {
    float: left;
    height: 46px;
    min-width: 100%;
    width: auto !important;
}
.header-filter.form-group.pos-relative .lp-search-btn-header.pos-relative {
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 6%;
}
.lp-section-title-container.text-center > h1 {
    text-transform: capitalize;
}
.list_view .lp-grid-box-left.pull-left > ul {
    text-align: right;
}
.list_view .lp-grid-box-left.pull-left > ul > li:first-of-type {
    float: left;
}
.list_view span.rate, .grid_view2 span.rate {
    border-radius: 3px;
    line-height: 18px;
    padding: 3px 10px;
}
.list_view span.rate sup, .grid_view2 span.rate sup {
	display: none;
}
.lp-menu-bar .header-filter.pos-relative.form-group {
    display: none;
}
.search-row #searchform .chosen-container.chosen-container-single.chosen-container-single-nosearch {
    height: 35px;
    min-width: 0;
    width: 160px !important;
}
.search-row #searchform .chosen-container .chosen-results li.active-result {
    font-size: 12px;
}
.listing_list_view.listing-simple .row.listing-page-result-row.margin-bottom-25 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 870px;
}
.fullwidth-header .header-filter .chosen-container .chosen-results {
    float: right;
    width: 100%;
}
.mfp-title {
    display: none;
}
.listing-with-map .search-row .lp-filter-inner,
.listing-with-map .search-row .lp-features-filter  {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    float: left;
    padding-top: 0px;
    width: 100%;
	border-radius:0px
}
.listing-simple .search-row .lp-features-filter,
.listing-with-map .search-row .lp-features-filter {
    background-color: #ffffff;
    border-bottom: 1px solid #dedede;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 14px 14px 9px;
}
.listing-simple .search-row .lp-features-filter ul > li,
.listing-with-map .search-row .lp-features-filter ul > li {
    display: inline-block;
    float: none;
    margin-bottom: 5px;
    margin-right: 0;
    padding-right: 26px;
    vertical-align: top;
    width: 25%;
}
.listing-app-view .app-view-filters .lp-features-filter ul > li{
	width: 100% !important;
    margin: 0px !important;
    padding: 5px 0px !important;
    border-top: 1px solid #e3e3e3 !important;
}
.listing-app-view .app-view-filters .lp-features-filter ul > li:last-child{
	 border-bottom: 0px solid #e3e3e3 !important;
}

.listing-simple .search-row .lp-features-filter .input-group,
.listing-with-map .search-row .lp-features-filter .input-group {
    border: medium none;
}
.listing-with-map .search-row > form > .form-inline.tags-area  > .form-group {
    width: 100%;
}
.listing-with-map .search-row > form > .form-inline > .search-filters.form-group,
.listing-with-map .search-row > form > .form-inline > .form-group.pull-right.margin-right-0 {
    width: auto;
}
.listing-with-map .filter-top-section{
	margin-top:36px;
	margin-bottom:26px;
}
.filter-top-section > h3 {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding-left: 14px;
    vertical-align: top;
}
.listing-with-map .lp-title h3{
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	text-transform:capitalize;
}
.listing-view-layout {
    display: inline-block;
    float: right;
    vertical-align: top
}
.listing-with-map .filter-top-section .listing-view-layout {
	margin-top: -7px;
    position: absolute;
    right: 0;
}
.filter-top-section {
    float: left;
    width: 100%;
}
.filter-top-section > .form-group.pull-right {
    margin-bottom: 0;
}
#searchform > .form-inline > .search-filters > ul > li {
    margin-right: 0;
}
#searchform > .form-inline > .search-filters > ul.search-filter-attr > li {
    padding-right: 9px;
}
#searchform > .form-inline > .search-filters > ul.search-filter-attr > li:last-child {
    padding-right: 5px;
}
.post-with-map-container-right .breadcrumbs{
	margin-left:2px;
}
.post-with-map-container-right .breadcrumbs li a,
.post-with-map-container-right .breadcrumbs li span
{
	color: #a3a3a3;
}
.post-with-map-container-right .breadcrumbs li::before
{
	color: #a3a3a3;
	background-color: #a3a3a3;
}
.post-with-map-container-right #searchform .chosen-container-single .chosen-single:focus {
    border-color: #dedede;
    outline: medium none;
}
.post-with-map-container .m-text-center {
    display: none;
}
.post-with-map-container #listing_found.m-text-center {
    display: block;
    font-size: 13px;
    position: absolute;
    top: 125px;
}
form#searchform {
    padding: 13px 0px 0px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border-color: #dedede;
}
.header-container .fullwidth-header .header-filter #input-dropdown {
    border: medium none;
    left: -45px;
    top: 41px;
    width: initial;
}
.search-page-header{
	margin-top:-17px;
}
.search-page-header h1{
	font-size:30px;
	margin-top: 10px;
}
.page-heading-inner-container h1 span{
	font-weight:400;
	
}
.search-page-header .col-md-6.col-sm-6.text-right {
    padding-top: 23px;
}
.top-search-form.form-inline .input-group .form-control {
    width: 100%;
}
.top-search-form .lp-search-btn-header .lp-search-btn {
    padding: 9px 32px;
}
span.package-type{
	display: inline-block;
    color: #fff;
    margin-top: 22px;
}
.dashboard-tabs ul li ul li.active a{
	color:#41a6df !important;
}
.dashboard-tabs.lp-main-tabs.text-center  ul  li  a.active-dash-menu{
	border-left-color: #41a6df !important;
	color: #fff !important;
	background-color: #3a4a59 !important;
}
.city-thumb {
    float: left;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
}
.city-thumb > img {
	margin-left: -13px;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.city-girds:hover > .city-thumb > img {
    margin-left: 13px;
}
.header-filter.form-group.pos-relative .lp-search-btn-header.pos-relative {
	width: 3%;
}
.header-filter.form-group.pos-relative .form-inline.top-search-form {
    float: left;
    padding: 0px;
    position: relative;
    width: 100%;
}
.header-container .fullwidth-header .header-filter #input-dropdown {
    left: 0;
    max-height: 293px;
    overflow: hidden;
    padding-bottom: 0;
}
.dashboard-content form.form-horizontal {
    padding: 0 44px 0 0;
    width: 100%;
}
body .grid_view2 a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable:hover > i,
body .grid_view2 a.add-to-fav.lp-add-to-fav.simptip-position-top.simptip-movable:hover > span {
	color: #41A6DF;
}
form.form-inline .chosen-container.chosen-with-drop .chosen-drop {
    top: 46px;
}
form.form-inline div#input-dropdown {
    padding-bottom: 0;
}
.lp-grid-box-contianer .lp-grid-desc-container {
    overflow: visible;
}
.lp-grid-box-contianer .lp-grid-box-thumb-container {
    overflow: hidden;
    position: relative;
}
.lp-grid-box-thumb img {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
/*.search-row .form-inline .form-group:nth-child(2) {
    padding-right: 5px;
}*/
.promotiona-col-left, .promotiona-col-right {
    float: left;
    width: 50%;
}
.promotiona-col-right {
	padding: 20px 30px 0px;
}
.promotional-element {
    float: left;
    position: relative;
    width: 100%;
}
.promotional-row {
    float: left;
    padding-top: 177px;
    width: 100%;
}
.promotiona-col:first-of-type {
    margin-bottom: -2px;
}
.promotional-row .promotiona-col-right h3 {
    color: #fff;
    font-size: 48px;
    line-height: 47px;
    margin-bottom: 20px;
}
.promotiona-col-right > p {
    color: #fff;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 30px;
}
a.lp-sent-btn {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    margin-bottom: 7px;
    padding: 0 20px;
    text-transform: uppercase;
}
.promotiona-col-right > p.phone_content {
    margin-bottom: 0;
}
.promotional-service {
	background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 6px;
    float: left;
    padding: 10px;
    width: 100%;
}
.promotiona-thumb {
    float: left;
    text-align: center;
    width: 100%;
}
.promotiona-thumb > img {
    display: inline-block;
}
.promotiona-text-details {
    float: left;
    padding: 30px 10px 15px;
    text-align: center;
    width: 100%;
}
.promotiona-text-details > h3 {
    font-size: 22px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.promotiona-text-details > p {
    color: #7f7f7f;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}	
.promotional-timeline {
	background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    padding: 60px 70px;
    width: 100%;
}
.top-desc {
    float: left;
    text-align: center;
    width: 100%;
}
.top-desc h2 {
    color: #535353;
    font-size: 27px;
    margin: 0 0 10px;
    text-align: center;
}
.top-desc > p {
    color: #7f7f7f;
    font-size: 15px;
}
.timeline-section {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.promotional-thumb {
    float: left;
    width: 50%;
}
.promotional-text-details {
    float: left;
    width: 50%;
}
.promotional-text-details > h3 {
    color: #535353;
    font-size: 20px;
}
.promotional-text-details > p {
    color: #7f7f7f;
    font-size: 15px;
}
.promotional-text-details {
    float: left;
    padding: 60px 30px 0 0;
    width: 50%;
}
.timeline-section:last-of-type {
    margin-bottom: 0;
}
.timeline-section:last-of-type .promotional-text-details {
    padding-left: 30px;
    padding-right: 0;
}
.promotional-presentation {
	background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    padding: 48px 70px 0px;
    text-align: center;
    width: 100%;
}
.promotional-presentation .top-desc {
    margin-bottom: 27px;
}
.presentation-section {
    display: inline-block;
    margin-left: -2px;
    padding: 0 10px;
    vertical-align: top;
    width: 48%;
}
.presentation-text-details {
    float: left;
    text-align: center;
    width: 100%;
}
.presentation-text-details > h3 {
    color: #535353;
    font-size: 20px;
    margin: 0;
}
.presentation-text-details > p {
    color: #7f7f7f;
    font-size: 16px;
    margin-bottom: 10px;
}
.support-section {
    float: left;
    padding: 123px 70px 41px;
    position: relative;
    width: 100%;
}
.support-section::before {
	content: '\f10d';
	color: #dedbdb;
	font-family: 'FontAwesome';
	font-size: 100px;
    left: 50px;
    position: absolute;
    top: 3px;
}
.promotional-support {
    background-repeat: no-repeat;
    float: left;
    width: 100%;
}
.support-text-details {
    float: left;
    width: 70%;
}
.testi-detail {
    float: left;
    width: 100%;
}
.testi-detail > p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px;
}
.support-text-details > h3 {
    display: inline-block;
    font-size: 16px;
    margin: 0 0 6px;
    padding-bottom: 10px;
    position: relative;
}
.support-text-details > h3::before {
	background-color: #2ba1ec;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 67px;
}
.support-text-details > p {
    font-size: 14px;
}
.call-to-action {
    float: left;
    padding: 70px 0 80px;
    width: 100%;
}
.calltoaction-left-panel {
    float: left;
    width: 75%;
}
.calltoaction-right-panel {
    float: left;
    width: 25%;
}
.calltoaction-left-panel > h3 {
    color: #000;
    font-size: 35px;
    margin: 0 0 1px;
}
.calltoaction-left-panel > p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
}
.calltoaction-right-panel > a {
    background-color: #d80000;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    min-width: 217px;
    text-align: center;
}
.calltoaction-right-panel > a:hover {
    background-color: #c80000;
}
.calltoaction-right-panel > p {
    margin: 0;
    padding-left: 26px;
}
.thankyou-page {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.thankyou-panel h3 {
    color: #292929;
    font-size: 35px;
    margin: 20px 0px 50px;
}
.thankyou-panel > p {
    color: #333333;
    font-size: 15px;
    margin-bottom: 35px;
}
.thankyou-panel > ul {
    padding: 0;
}
.thankyou-panel ul li {
    display: inline-block;
    margin: 0 2px;
}
.thankyou-panel ul li a {
    border: 1px solid #363f48;
    border-radius: 4px;
    color: #363f48;
    display: inline-block;
    height: 34px;
    line-height: 31px;
    padding: 0 25px;
    vertical-align: top;
}
.thankyou-panel ul li a:hover {
	background-color: #363f48;
	color: #fff;
}
.lp-section-content .submit_new_style .author-section.lp-form-row {
    background-color: #f7fbfe;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 18px 20px;
    text-align: left;
}
.lp-section-content .submit_new_style .lp-form-row-left > p {
    color: #1e2a36;
    margin-left: 5px;
}
.author-section p a.md-trigger,
.author-section p a.lp-signout-btn {
    color: #008df3;
}
.submit_new_style form#lp-submit-form .blue-section .form-group label {
	font-weight: 600;
}
.author-section p a.lp-signout-btn {
    font-size: 15px;
    padding: 0;
}
.submit_new_style .lp-form-row-left strong {
    font-weight: 600;
    text-transform: capitalize;
}
.error-msg {
	border: 1px solid #ff0000 !important;
}
.error-msg::-webkit-input-placeholder {
  color: #ff0000;
}
.error-msg::-moz-placeholder {
  color: #ff0000;
}
.error-msg:-ms-input-placeholder {
  color: #ff0000;
}
.error-msg:-moz-placeholder {
  color: #ff0000;
}
#invoices .lp-invoice-table {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    margin: 0px;
}
.invoice-section {
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.dashboard-content .top-section {
    border-bottom: 1px solid #dedede;
    padding: 18px 18px 18px;
}
.dashboard-content .invoice-section .top-section > h3 {
    color: #7f7f7f;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 33px;
    margin: 0;
}
.invoice-section .top-section a.btn.btn-first-hover.pull-right.showme {
    color: #ffffff;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
}
.invoice-section .top-section a.btn.btn-first-hover.pull-right.showme::before {
    content: "\f06e";
    font-family: "FontAwesome";
    left: 10px;
    position: absolute;
    top: 6px;
}
.invoice-section table tr th {
    line-height: 21px;
    padding: 10px 15px;
}
.lp-invoice-table .invoice-section table tr td {
    line-height: 33px;
    width: 18%;
}
.lp-invoice-table > h3 {
    font-size: 24px;
    margin-bottom: 30px;
}
.invoice-section a.author-link {
    color: #42a7df;
}
.author-section .avatar-circle {
    height: 40px;
    width: 40px;
}
.author-social .status > span {
    margin-left: 10px;
    /*padding-left: 15px;*/
}
.blue-section .preview-section i.fa-check
.blue-section .preview-section i.fa-check {
    margin-right: 20px;
}
.listing-slide.img_1 .slick-slide img {
    border-radius: 0;
}
.widget-box.listing-price .claim-area {
    border: medium none;
    line-height: 17px;
    margin-top: 0px;
   
}

.single-inner-container .price-area > div {
    border-bottom: 1px solid #ececec;
    float: left;
    padding: 10px 0px;
    width: 100%;
}
.listing-app-view2 .listing-price .price-area .app-view-lead-form-row{
	 border-bottom: 0px!important;
}
.listing-app-view2 .widget-box.listing-price .price-area .claim-area{
	 border-bottom: 1px solid #ececec !important;
}

.single-inner-container .price-area > div:first-of-type {
    padding-top: 0;
}
.single-inner-container .price-area > div:last-of-type {
    border-bottom: 0 none !important;
    padding-bottom: 0;
}
.listing-app-view2 .single-inner-container .price-area > div:last-of-type {
    border-bottom:1px solid #e3e3e3 !important;
        padding-bottom: 30px !important;
}
.price-area {
    float: left;
    width: 100%;
}
.table-responsive.campaign {
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.table-responsive.campaign .listing_pro {
    border: 1px solid #ebac2c;
    border-radius: 3px;
    color: #ebac2c;
    font-size: 14px;
    float: left;
    line-height: 24px;
    margin-right: 10px;
    padding: 0 2px;
}
.table-responsive.campaign .top-section > h3 span {
    float: left;
    font-size: 18px;
    line-height: 25px;
    position: relative;
}
.campaign.table-responsive .top-section > h3 {
    float: left;
    margin: 4px 0 15px;
    width: 100%;
}
.campaign-options {
    float: left;
    width: 100%;
}
.campaign-options > ul {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.campaign-options ul > li {
	color: #7f7f7f;
    float: left;
    margin-right: 20px;
}
.campaign-options ul li i.fa-bar-chart {
    color: #41a6df;
}
.campaign-options ul li i {
    font-size: 17px;
    margin-right: 2px;
}
.campaign-options ul li i.fa-check-circle {
    color: #3dcc4e;
}
.campaign-options ul li i.fa-close {
    color: #d93b3b;
}
span.active-status {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    padding-left: 15px;
    position: relative;
    vertical-align: middle;
}
span.active-status::before {
    background-color: #afafaf;
    border-radius: 100%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
span.active-status.active::before {
    background-color: #3dcc4e;
}
.table-responsive.campaign .table.table-striped > thead > tr > th {
    border-bottom: 0 none;
    border-top: 0 none;
    line-height: 31px;
}
.table-responsive.campaign .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}
.table-responsive.campaign .table.table-striped > tbody > tr > td,
.table-responsive.campaign .table.table-striped > thead > tr > th {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 34px;
    padding-left: 15px;
    width: 18%;
}
.table-responsive.campaign .table.table-striped > thead > tr > th {
	color: #333;
}
.table-responsive.campaign table {
    border: medium none;
    margin-bottom: 0;
}
.dashboard-content .tab-header h3 {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    width: 100%;
}
.active-packages-area .table-responsive {
    background-color: #ffffff;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-radius: 5px;
    border-right: 1px solid #dedede;
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.active-packages-area .table-responsive .top-area {
    background-color: #41a6df;
    color: #ffffff;
    float: left;
    padding: 20px;
    width: 100%;
}
.listing-app-view .active-packages-area .table-responsive .top-area{
	background-color: #fff !important;
	color:#333 !important;
	border:0px !important;
}
.listing-app-view .active-packages-area .table-responsive .top-area h2{
	color:#333 !important;
	text-align: left!important;
}
.listing-app-view .active-packages-area .table-responsive .top-area h2 span{
	color:#333 !important;
}
.listing-app-view .dashboard-content .active-packages-area span.active-status::before{
	background-color:#333 !important;
}
.active-packages-area .table-responsive .top-area > h2 {
    color: #ffffff;
    float: left;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.listing-options {
    float: right;
}
.listing-options > ul {
    float: left;
    margin: 0;
    padding: 0;
}
.listing-options > ul > li {
    float: left;
    font-size: 16px;
    line-height: 26px;
    margin-left: 25px;
}
.dashboard-content-app-view .packages .listing-options > ul > li{
	
	margin-left:0px !important;
}
.dashboard-content .active-packages-area span.active-status::before {
    background-color: #ffe779;
}
.dashboard-content .active-packages-area span.active-status.active::before {
    background-color: #3DCC4E;
}
.dashboard-content .active-packages-area .table-responsive .table.table-striped thead th,
.dashboard-content .active-packages-area .table-responsive .table.table-striped tbody td {
    border: medium none;
    color: #7f7f7f;
    line-height: 34px;
    padding: 5px 20px;
}
.dashboard-content .active-packages-area .table-responsive .table.table-striped thead th {
	color: #292929;
}
.dashboard-content .active-packages-area .table-responsive .table.table-striped tbody td {
	border-top: 1px solid #dedede;
}
.dashboard-content .active-packages-area .table-responsive .table.table-striped {
    margin-bottom: 0;
}
.dashboard-content .active-packages-area .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: transparent;
	border-top: 1px solid #dedede;
}
.dashboard-content .lp-invoice-table .wp-list-table tbody tr:hover {
    background-color: transparent;
}
.dashboard-content .lp-list-view-content .lp-grid-box-price .category-cion a {
    border: medium none;
    height: 20px;
    width: 20px;
}
.dashboard-content .lp-list-view-content-bottom .lp-rigt-icons .lp-list-view-edit {
    background-color: transparent;
    padding: 4px 0 0;
    width: 100%;
}
.dashboard-content .lp-list-view-content-bottom .list-pt-display li {
    line-height: 26px;
}
.dashboard-content .lp-list-view-content-bottom ul.lp-list-view-edit > li > a {
    color: #7f7f7f;
    font-size: 13px;
    padding-right: 11px;
}
.dashboard-content .lp-list-view-inner-contianer .lp-list-view-content.lp-list-cnt,
.dashboard-content .lp-list-view .lp-list-view-inner-contianer .lp-list-view-thumb {
	margin-left: 0px;
    padding: 6px 0px 0px;
}
.dashboard-content .lp-list-view .lp-list-view-inner-contianer {
    float: left;
    padding: 10px;
    width: 100%;
}
#pending .row.lp-list-page-list {
    float: left;
    margin-bottom: 30px;
    margin-left: 0;
    padding-right: 0;
    width: 100%;
}
.dashboard-content .lp-list-view-inner-contianer input.lp-pay-publsh.btn-first-hover {
    border-radius: 4px;
    color: #ffffff;
    float: right;
    font-weight: bold;
    line-height: 27px;
    padding: 5px 20px;
    text-transform: uppercase;
    vertical-align: bottom;
}
.lp-list-view-content-bottom ul.lp-list-view-edit > li > a:hover,
.lp-list-view-content-bottom ul.lp-list-view-edit > li > a:hover > span {
	color: #42A7DF;
}
.dashboard-content .updateprofile-tab.aligncenter {
    margin: 0;
}
.dashboard-content .dashboard-tabs.lp-main-tabs.text-center > ul > li > ul {
    background-color: #2e3740;
    padding: 0px;
}
.dashboard-content .tab-pane.fade, .user-recent-listings-innerfade {
    float: left;
    padding-right: 30px;
    width: 100%;
}
.active-packages-area {
    float: left;
    width: 100%;
}
.packages > p {
    padding: 20px 0;
    text-align: center;
}
.dashboard-content form.form-horizontal {
	padding: 0px;
}
#invoices .aligncenter, #invoices div.aligncenter {
    margin: 0;
}
.lp-modal-list .modal-footer a.lp-print-list, .lp-modal-list .modal-footer button.btn.btn-white {
    border: 1px solid #dedede;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    padding: 0 35px;
    text-transform: uppercase;
    width: auto;
}
#modal-invoice.modal.lp-modal-list .modal-body .lp-list-detail {
    float: left;
    padding: 0px;
    width: 100%;
}
#modal-invoice.modal.in .modal-dialog {
    float: left;
    margin-bottom: 0px;
    padding: 0px;
    width: 100%;
}
#modal-invoice.modal.fade.lp-modal-list.in {
    background-color: rgba(0, 0, 0, 0);
    left: 50%;
    padding-right: 0 !important;
    top: 50px;
    z-index: 100000000;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
#modal-invoice .modal-content {
    float: left;
    width: 100%;
}
#modal-invoice .modal-body {
    float: left;
    padding: 0px 15px;
    position: relative;
    width: 100%;
}
#modal-invoice .modal-footer {
    border-top: 1px solid #e5e5e5;
    float: left;
    padding: 15px 30px;
    width: 100%;
}
.dashboard-content .packages {
    float: left;
    width: 100%;
}
.dashboard-content .row.lp-list-page-list {
    float: left;
    margin: 0 0 0 -15px;
    padding-right: 15px;
    width: 100%;
}
.dashboard-content .btn-file.file-upload-btn input.upload-author-image[type="file"] {
    height: 100%;
    left: 0;
    width: 100%;
}
.dashboard-content table.wp-list-table.comments-box {
    border-top: 0 none;
    padding-top: 0;
}
.dashboard-content .postbox table.wp-list-table.widefat.fixed tbody tr td {
    border-radius: 0;
}
.dashboard-content .col-md-12.col-sm-6.col-xs-12.lp-list-view {
	margin-bottom: 15px;
    padding: 0;
}
.dashboard-content .col-md-12.col-sm-6.col-xs-12.lp-list-view:first-of-type {
    margin-top: 0;
}
.dashboard-content .user-recent-listings-inner .row.lp-list-page-list,
.dashboard-content .user-recent-listings-innerfade .row.lp-list-page-list {
    margin-left: 0;
}
.dashboard-content .lp-list-view-content-bottom .lp-list-view-edit {
    background-color: transparent;
    float: right;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}
.dashboard-content .lp-list-view-content-bottom .lp-list-view-edit > li {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.dashboard-content-app-view .lp-rigt-icons.lp-list-view-content-bottom .list-style-none.list-st-img > li{
	float: none !important;
	margin-bottom:10px !Important;
}
.dashboard-content .lp-list-view-content-upper ul.lp-grid-box-price li {
    display: inline-block;
    margin-right: 14px;
}
.dashboard-content .lp-list-view-thumb .lp-list-view-thumb-inner img {
    border-radius: 0px;
    display: inline-block;
    height: auto;
    width: 70px;
}
.dashboard-content .lp-list-view-content-bottom ul.lp-list-view-edit > li > a {
	border: 1px solid #363f48;
    border-radius: 3px;
    color: #363f48;
    display: inline-block;
    height: 35px;
    margin-left: 10px;
    margin-right: 0;
    padding: 8px 10px;
    vertical-align: top;
}
.dashboard-content .lp-list-view-content-bottom ul.lp-list-view-edit > li > a > span {
	color: #363f48;
}
.dashboard-content .lp-list-view-content-bottom ul.lp-list-view-edit > li > a:hover {
	background-color: #363f48;
	color: #fff;
}
.dashboard-content .lp-list-view-content-bottom ul.lp-list-view-edit > li > a:hover > span {
	background-color: #363f48;
	color: #fff;
}
.dashboard-content .lp-list-view-content-bottom ul.lp-list-view-edit > li:first-of-type > a {
    margin-left: 0;
}
.dashboard-content .lp-list-view-content-upper ul.lp-grid-box-price li.category-cion {
    margin-right: 3px;
}
.dashboard-content .lp-list-view .lp-list-view-inner-contianer .lp-list-view-thumb {
    padding: 0;
}
.dashboard-content .lp-list-view .lp-list-view-inner-contianer > .col-md-1 {
    padding-left: 0;
    padding-right: 10px;
    width: 80px;
}
#pending.user-recent-listings-inner .col-md-8.col-sm-8.col-xs-12 {
    width: calc(75% - 80px);
}
.dashboard-content .container {
    float: left;
    width: 100%;
}
.promote-listing-box > h4 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
}
.promote-listing-box .thumb {
    float: left;
    width: 35%;
}
.promote-listing-box .texual-area {
    float: left;
    padding-left: 20px;
    text-align: left;
    width: 65%;
}
.promote-listing-box .promote-listing-box .texual-area > p {
    color: #7f7f7f;
    font-size: 14px;
}
.promote-listing-box .texual-area > ul {
    margin: 0;
    padding: 0;
}
.promote-listing-box .texual-area ul li {
    font-size: 14px;
    line-height: 26px;
}
.promote-listing-box .texual-area > ul li i {
    color: #41a6df;
    font-size: 11px;
}
.promote-listing-box {
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 3px;
    float: left;
    padding: 20px;
    width: 70%;
}
.wpb_wrapper > ul {
    margin: 0;
    padding: 0;
}
.wpb_wrapper > ul > li {
	line-height: 26px;
    padding-left: 20px;
    position: relative;
}
.wpb_wrapper > ul > li::before {
	content: "\f054";
	color: #41a6df;
	font-family: 'FontAwesome';
	font-size: 11px;
	left: 0px;
	position: absolute;
	top: 0px;
}
.dashboard-content .promotiona-text-details > h3 {
    font-size: 22px;
}
.dashboard-content .promotiona-text-details > p {
    font-size: 13px;
    line-height: 22px;
}
.ui-widget.border-dropdown {
    background-color: transparent;
    border-radius: 0 5px 5px 0;
}
.submit_new_style .form-page-heading {
    margin-bottom: 0;
}
#tags-by-cat .col-md-2.col-sm-4.col-xs-6 {
    width: 25%;
}
.pre-load {
    display: inline-block;
}
.submit_new_style .form-group #features-by-cat > label.featuresBycat,
.submit_new_style form#lp-submit-form .form-group > label.lp-nested.labelforfeatures {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 13px;
    padding-left: 15px;
}
.submit_new_style .form-group label.switch {
    margin-bottom: 10px;
}
.submit_new_style .featuresDataContainer.row {
    border-bottom: 1px solid #dedede;
    float: left;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0 0 20px;
    width: 100%;
}
.labelforfeatures {
	font-size: 13px;
	color: #7f7f7f;
	font-weight: 500;
}
.submit_new_style .featuresDataContainer.row:last-of-type {
    margin-bottom: 10px;
    padding-bottom: 25px;
}
.lp-nested {
	/*display: none;*/
}
.md-effect-3 #claimform .claim-details .form-group {
    display: inline-block;
    position: relative;
    vertical-align: top;
    max-width: 100%;
    width: 450px;
}
.md-effect-3 #claimform .claim-details {
    text-align: center;
}
.statuss {
    display: inline-block;
}
.claim-details .alert.alert-success {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0;
}
.md-effect-3 #claimform .claim-details .form-group i.formsubmitting {
    position: absolute;
    right: 30px;
    top: 13px;
}
.dashboard-content .tab-pane .lp-list-page-list .lp-list-view-inner-contianer .lp-list-view-content-upper h4 {
    font-size: 17px;
}
.dashboard-content .lp-list-view-content-upper ul.lp-grid-box-price li a {
    font-size: 12px;
}
.no-result-found h1 {
    font-size: 70px;
    margin-bottom: 5px;
}
.dashboard-content .lp-list-page-list .lp-list-view-inner-contianer .col-md-3.col-sm-12.col-xs-12.vcenter {
    padding: 0;
}
.dashboard-content .lp-list-page-list .lp-list-view-inner-contianer .col-md-3.col-sm-12.col-xs-12.vcenter .lp-rigt-icons.lp-list-view-content-bottom ul {
    padding-bottom: 0;
    float: right;
}
.table-responsive.campaign .top-section > h3 span.active-status {
    font-size: 13px;
}
.dashboard-panel {
    border-right: 1px solid #e7eef2;
    float: left;
    padding-right: 30px;
    vertical-align: top;
    width: calc(100% - 373px);
}
.dashboard-right-panel {
    float: right;
    padding: 30px 30px 25px;
    vertical-align: top;
    width: 370px !important;
}
.nothing-inn{
	border: 2px dashed #dedede;
	padding:100px 0px;
	text-align:center;
	margin-top:30px;	
}
.panel-dash-dismiss {
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    margin-top: 30px;
    position: relative;
    width: 100%;
}
.panel-dash-dismiss > img {
    float: left;
    margin-top: -13px;
    width: 32%;
}
.dash-text-area {
    float: left;
    padding: 0 65px 0 0;
    position: relative;
    width: 68%;
}
.panel-dash-dismiss .dash-text-area::before {
    border-color: transparent #ffffff;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    content: "";
    position: absolute;
    right: -12px;
    top: 30px;
    z-index: 1;
}
.panel-dash-dismiss .dash-text-area::after {
    border-color: transparent #dedede;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    content: "";
    position: absolute;
    right: -13px;
    top: 30px;
    z-index: -1;
}
.dash-text-area > h3 {
    font-size: 17px;
    margin: 20px 0 7px;
}
.dash-text-area > p {
    color: #7f7f7f;
    font-size: 11px;
    line-height: 18px;
}
.dashboard-content .welcome-banner-area .user-thumb, .dashboard-content .welcome-banner-area .user-text {
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.welcome-banner-area {
    background-attachment: fixed;
    background-color: #000000;
    background-image: url("https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/dashboard-img.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 -30px;
    padding: 50px 30px;
    position: relative;
}
.welcome-banner-area::before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.welcome-banner-area .user-text > h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
}
.welcome-banner-area .avatar-circle {
    height: auto;
    width: 80px;
}
a.dismiss {
    color: #1074ae;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    right: 12px;
    top: 10px;
}
a.dismiss > i {
    background-color: #adb4ba;
    border-radius: 100%;
    color: #ffffff;
    float: left;
    font-size: 7px;
    height: 10px;
    line-height: 10px;
    margin-right: 3px;
    margin-top: 3px;
    text-align: center;
    width: 10px;
}
.panel-dash-dismiss .promotional-service {
    border: medium none;
    text-align: center;
}
a.lp-add-new-listing {
    background-color: #27ae60;
    border: 1px solid #26a550;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    line-height: 45px;
    width: 100%;
}
a.lp-add-new-listing i {
    border-right: 1px solid #34be6e;
    float: left;
    font-size: 19px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 40px;
}
a.lp-add-new-listing > span {
    border-left: 1px solid #249e57;
    float: left;
    font-weight: bold;
    padding: 0 14px;
    text-transform: uppercase;
}
a.lp-add-new-listing:hover {
    background-color: #1ea557;
}
.panel-dash-dismiss .promotional-service > h2 {
    background-color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    font-size: 17px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 0;
    margin-top: -60px;
    text-transform: uppercase;
    width: 70px;
}
.panel-dash-dismiss.das-services {
    margin-top: 50px;
}
.strp {
    float: left;
    margin-top: -40px;
    width: 100%;
}
.strp > h2 {
    background-color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    font-size: 15px;
    height: 70px;
    line-height: 70px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
    width: 70px;
    z-index: 0;
}
.strp > h2::before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    height: 40px;
    left: -2px;
    position: absolute;
    width: 80px;
    z-index: -2;
}
.strp > h2::after {
    border-left: 1px solid #dedede;
    border-radius: 100%;
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
    content: "";
    height: 72px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 72px;
    z-index: -3;
}
.promotional-service > h3 {
    font-size: 17px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.panel-dash-dismiss .promotiona-text-details {
    padding-bottom: 13px;
    padding-top: 15px;
}
.dashboard-content .panel-dash-dismiss .promotiona-text-details > p {
    font-size: 11px;
    line-height: 18px;
}
.panel-dash-views {
    float: left;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 100%;
}
.panel-dash-views .count-box {
    border-radius: 2px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.12);
    float: left;
    padding: 15px;
    width: 100%;
}
.panel-dash-views .count-box.green-box {
	background: #1abc9c;
	background: -moz-linear-gradient(45deg,  #1abc9c 0%, #269cf2 100%);
	background: -webkit-linear-gradient(45deg,  #1abc9c 0%,#269cf2 100%);
	background: linear-gradient(45deg,  #1abc9c 0%,#269cf2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abc9c', endColorstr='#269cf2',GradientType=1 );
}
.panel-dash-views .count-box.orange-box {
	background: #ff6a65;
	background: -moz-linear-gradient(45deg,  #ff6a65 0%, #ff895e 100%);
	background: -webkit-linear-gradient(45deg,  #ff6a65 0%,#ff895e 100%);
	background: linear-gradient(45deg,  #ff6a65 0%,#ff895e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a65', endColorstr='#ff895e',GradientType=1 );
}
.panel-dash-views .count-box.blue-box {
	background: #3b74ee;
	background: -moz-linear-gradient(45deg,  #3b74ee 0%, #974cf2 100%);
	background: -webkit-linear-gradient(45deg,  #3b74ee 0%,#974cf2 100%);
	background: linear-gradient(45deg,  #3b74ee 0%,#974cf2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b74ee', endColorstr='#974cf2',GradientType=1 );
}
.icon-area {
    color: #ffffff;
    float: left;
    text-align: center;
    position: relative;
    width: 25%;
}
.panel-dash-views .col-md-4:first-child .icon-area::before {
	 background-color: transparent;
}
.dash-right-area {
    float: left;
    padding: 0 15px;
    text-align: right;
    vertical-align: top;
    width: 75%;
}
.panel-dash-views .icon-area i {
    font-size: 24px;
    height: 55px;
    line-height: 55px;
    width: 50px;
}
.dash-right-area h3 span {
    color: #ffffff;
    font-size: 10px;
}

h3.blue-color {
    color: #3498db;
}
h3.orange-color {
    color: #e67e22;
}
h3.yellow-color {
    color: #f1c40f;
}
.dash-right-area > h3 {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.dash-right-area h3 p.views {
    color: #ffffff;
    float: left;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    margin: -7px 0 0;
    width: 100%;
}
.dash-right-area h3 span {
    color: #ffffff;
    float: left;
    font-size: 10px;
    width: 100%;
}
.panel-dash-views .icon-area.orange i {
    background-color: #ff7676;
}
.panel-dash-views .icon-area.yellow i {
    background-color: #53e69d;
}
.panel-recent-activity {
    float: left;
    width: 100%;
	margin-bottom: 50px;
}
.section-title {
	float: left;
    padding: 10px 0;
    width: 100%;
	margin-bottom: 10px;
}
.section-title > h3 {
    color: #354052;
    float: left;
    font-weight: 500;
    margin: 0px;
}
.lp-select-listing {
    float: right;
}
.lp-select-listing .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 11px;
}
.lp-select-listing .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-color: #d9dee6;
}
.lp-select-listing .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9fa9ba;
    font-size: 11px;
}
.lp-select-listing .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #9fa9ba transparent transparent;
}
.lp-select-listing .select2-container {
    min-width: 95px;
}
.panel-recent-activity > ul {
    background-color: #ffffff;
    border: 1px solid #dedede;
    float: left;
    margin: 0;
    padding: 0 20px;
    width: 100%;
}
.panel-recent-activity > ul > li {
    border-bottom: 1px solid #dedede;
    color: #828282;
    float: left;
    padding: 15px 5px;
    width: 100%;
}
.panel-recent-activity > ul > li:last-of-type {
    border: none;
}
.panel-recent-activity > ul > li i {
    float: left;
    margin: 3px 5px 0 0;
}
.panel-recent-activity span {
    color: #354052;
    font-size: 12px;
}
.panel-recent-activity span strong {
	font-size: 12px;
    font-weight: 600;
    margin-right: 2px;
}
.panel-recent-activity span a {
    color: #354052;
    font-weight: 600;
}
.panel-recent-activity span a:hover {
    color: #2B9FFD;
}
.lp-dashboard-right-panel-listing {
    float: left;
    width: 100%;
}
.lp-dashboard-right-panel-listing h4 {
    border-bottom: 1px solid #dedede;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 20px;
    text-transform: capitalize;
}
a.lp-show-all {
    color: #2b9ffd;
    float: right;
    font-weight: 500;
}
.lp-dashboard-right-panel-listing > ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.lp-dashboard-right-panel-listing > ul > li {
    border-bottom: 1px solid #dedede;
    float: left;
    padding: 19px 0;
    width: 100%;
}
.lp-dashboard-right-panel-listing ul li > i {
    font-size: 14px;
    margin-right: 8px;
    width: 13px;
}
.lp-dashboard-right-panel-listing ul li span {
    font-size: 13px;
    font-weight: 400;
	margin-left:1px;
}
.lp-dashboard-right-panel-listing ul li span .author-name {
    text-transform:capitalize;
	font-weight:600;
}
.lp-dashboard-right-panel-listing ul li a.reply {
	border: 1px solid #363f48;
    border-radius: 2px;
    color: #363f48;
    font-size: 11px;
    margin-left: 14px;
    padding: 1px 7px 2px;
}
.lp-dashboard-right-panel-listing ul li a.reply:hover {
	background-color: #363f48;
	color: #fff;
}
.lp-dashboard-right-panel-listing ul li p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}
form#lp-submit-form .lp-social-area:first-of-type .form-group > label {
    display: none;
}
.lp-social-area .form-group.col-md-6.col-xs-12 {
    padding-left: 0px;
}
.submit_new_style .lp-social-area textarea.form-control {
    height: 130px;
}
.page-container-four.submit_new_style ul.jFiler-items-list.jFiler-items-grid {
	background-color: #f3f3f3;
    border: 1px solid #dedede;
    float: left;
    margin: 10px 0px 0px 10px;
    padding: 3px;
    position: relative;
    width: 22%;
    z-index: 9;
}
.page-container-four.submit_new_style .jFiler-items-grid .jFiler-item {
	position: relative;
    width: 100%;
}
.submit_new_style.page-container-four .jFiler-items-grid .jFiler-item .jFiler-item-container {
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
}
.submit_new_style.page-container-four .jFiler-items-grid .jFiler-item .jFiler-item-container img.thumbnail {
    border: none;
    border-radius: 0px;
    height: 60px;
    margin-bottom: 0px;
    padding: 0px;
    width: auto;
}
.submit_new_style.page-container-four .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
    border: none;
}
.jFiler-input-inner > div#filediv {
    margin-left: -15px;
}
a.icon-jfi-trash.jFiler-item-trash-action {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
a.icon-jfi-trash.jFiler-item-trash-action:hover {
	color: #2B9FFD;
}
.lp-rigt-icons.lp-list-view-content-bottom .list-st-img li input.lp-review-btn,
.lp-rigt-icons.lp-list-view-content-bottom .list-st-img li a.edit-list {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #363f48;
    border-radius: 3px;
    color: #363f48;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    padding: 2px 15px 2px 40px;
    position: relative;
    text-align: left;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.lp-rigt-icons.lp-list-view-content-bottom .list-st-img li input.lp-review-btn::before,
.lp-rigt-icons.lp-list-view-content-bottom .list-st-img li a.edit-list::before {
    color: #363f48;
    content: "\f044";
    font-family: "FontAwesome";
    left: 15px;
    position: absolute;
    top: 7px;
    vertical-align: middle;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.lp-rigt-icons.lp-list-view-content-bottom .list-st-img li a.edit-list > span {
    color: #363f48;
    font-weight: 500;
    line-height: 30px;
    padding: 0px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.lp-rigt-icons.lp-list-view-content-bottom .list-st-img li input.lp-review-btn:hover::before,
.lp-rigt-icons.lp-list-view-content-bottom .list-st-img li a.edit-list:hover::before {
	color: #fff;
}
.lp-rigt-icons.lp-list-view-content-bottom .list-st-img li input.lp-review-btn:hover,
.lp-rigt-icons.lp-list-view-content-bottom .list-st-img li a.edit-list:hover {
	background-color: #363f48;
	color: #ffffff;
}
.lp-rigt-icons.lp-list-view-content-bottom .list-st-img li a.edit-list:hover > span {
	color: #ffffff;
}
.lp-rigt-icons.lp-list-view-content-bottom .list-style-none.list-st-img > li {
    display: inline-block;
    float: right;
    margin-bottom: 0px;
    margin-left: 10px;
    vertical-align: top;
}
.lp-rigt-icons.lp-list-view-content-bottom .list-style-none.list-st-img > li:last-of-type {
    margin-left: 0px;
    margin-bottom: 0px;
}
.lp-rigt-icons.lp-list-view-content-bottom .list-st-img li a.edit-list > span img {
    display: none;
}
.lp-rigt-icons.lp-list-view-content-bottom .list-st-img li a.lp-review-btn {
    border-radius: 3px;
    float: left;
    font-size: 13px;
    font-weight: 500;
    height: 35px;
    padding: 8px 20px;
}
.panel-recent-activity ul li span > time {
    color: #7f8fa4;
    float: right;
    font-size: 11px;
    line-height: 20px;
}
.dashboard-content .left-panel.tbl-cell .dashboard-tabs.lp-main-tabs {
    float: left;
    padding-left: 0;
}
.dashboard-content .pull-left.left-panel.tbl-cell {
    width: 220px;
}
.dashboard-content .right-panel {
    background-color: #f6f6f6;
    float: right;
    min-height: 600px;
    width: calc(100% - 220px);
	padding-left: 30px;
}
.listing-second-view .widget-box.listing-price .price-area .price-range.post-row ul.post-price-row > li.grayscale-dollar span.active {
	color: #73cf42;
}
.listing-second-view .widget-box.listing-price .price-area .price-range.post-row ul.post-price-row > li.grayscale-dollar > span {
    font-size: 14px;
}
.listing-with-sidebar form#searchform {
    padding-top: 0;
}
.features-listing.extra-fields a.show-all-timings {
    bottom: -9px;
}
.listing-second-view .features-listing > ul.hidding-timings {
    display: none;
    padding: 10px 0px 0px;
}
.listing-second-view .features-listing > ul.hidding-timings > li:first-of-type {
    border-top: 1px solid #e3e3e3;
}
.widget-box.business-contact .contact-form.quickform form.form-horizontal .form-group.pos-relative i.lp-search-icon {
    color: #363f48;
}
.widget-box.business-contact .contact-form.quickform form.form-horizontal .form-group.pos-relative:hover > i.lp-search-icon {
	color: #ffffff;
}
.page-load{
	background:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/page-load.gif) no-repeat center center;
	width:100%;
	min-height:50px;
	margin-top:-300px;
}

.dashboard-content .user-recent-listings-inner .lp-list-page-list .remove-fav.md-close {
    border: 1px solid #363f48;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    height: 35px;
    line-height: 14px;
    padding: 8px 15px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.dashboard-content .user-recent-listings-inner .lp-list-page-list .remove-fav.md-close:hover {
	background-color: #363f48;
}
.dashboard-content .user-recent-listings-inner .lp-list-page-list .remove-fav.md-close > span {
    color: #363f48;
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
}
.dashboard-content .user-recent-listings-inner .lp-list-page-list .remove-fav.md-close:hover > i,
.dashboard-content .user-recent-listings-inner .lp-list-page-list .remove-fav.md-close:hover > span {
    color: #fff;
}
.dashboard-content .lp-list-page-list .lp-list-view .remove-fav i {
    background-color: transparent;
    border-radius: 0;
    color: #363f48;
    display: inline-block;
    height: auto;
    line-height: 16px;
    margin: 0 5px 0 0;
    position: static;
    vertical-align: middle;
    width: auto;
}
.lp-grid-box .lp-grid-box-thumb-container .lp-grid-box-quick .lp-post-quick-links.clearfix {
    margin-bottom: 0;
}
.widget-box.listing-price .price-area .claim-area > span.phone-icon > img.icon {
    display: inline-block;
    margin-left: -2px;
    vertical-align: top;
    width: 20px;
	margin-right:4px;
}
.listing-second-view .widget-box:last-of-type {
   
}
a.switch-fields {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
    padding-left: 50px;
    position: relative;
}
a.switch-fields::before {
    background-color: #cfcfcf;
    border-radius: 20px;
    content: "";
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
a.switch-fields::after {
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 100%;
    content: "";
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.switch-fields.active::before {
    background-color: #42a7df;
}
a.switch-fields.active::after {
    left: 20px;
}
.resurva-booking {
    background-color: #ffffff;
    border-radius: 5px;
    float: left;
    margin-bottom: 30px;
    padding: 15px;
    width: 100%;
}
.hidden-items.clearfix {
	border-top: 1px solid #dedede;
    display: none;
    margin-top: 30px;
    padding: 40px 0px 3px;
    text-align: left;
    width: 100%;
}
.resurva-booking ul {
    margin: 0;
}
.resurva-booking input[type="text"],
.resurva-booking input[type="url"] {
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    width: 100%;
}
.resurva-booking .hidden-items .select2.select2-container {
    min-width: 100%;
}
.resurva-booking .hidden-items .select2.select2-container .select2-selection.select2-selection--single {
    border-color: #dedede;
    height: 42px;
    line-height: 42px;
}
.resurva-booking .hidden-items .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    color: #7f7f7f;
    line-height: 42px;
    padding-left: 15px;
    padding-right: 30px;
    text-transform: capitalize;
}
.resurva-booking .hidden-items .select2.select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 30px;
}
.resurva-booking .hidden-items label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.resurva-booking .hidden-items input.lp-review-btn {
	color: #fff;
}
.resurva-booking .hidden-items input.lp-review-btn:hover {
	background-color: transparent;
}
.dashboard-content .updateprofile-tab form#profileupdate .tab-header {
    background-color: rgba(0, 0, 0, 0);
    float: none;
    margin-top: 25px;
}
.dashboard-content .updateprofile-tab form#profileupdate .tab-header h3 {
    background-color: rgba(0, 0, 0, 0);
    color: #333333;
    float: none;
}
.reservation-form .inner-reservations .close-btn {
    background-color: rgba(0, 0, 0, 0);
    color: #333333;
    font-size: 20px;
    right: -5px;
    top: -5px;
}
.title-field > img {
    margin: 10px 0 20px;
}
p.desc {
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 400;
}
.upload-btn {
	background-color: transparent;
    border: 1px solid ;
    border-radius: 5px;
    float: left;
    height: 45px;
    line-height: 45px;
    min-width: 120px;
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
}
.upload-btn:hover {
	color: #fff;
}
.upload-field {
    float: left;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
.upload-field > img {
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width: 200px;
}
.send-btn {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.listing-simple .list_view .lp-grid-box-description h4.lp-h4 > a {
    max-width: 72%;
}
.full-width .list_view.lp-grid-box-contianer .lp-grid-box .lp-grid-box-bottom {
    padding-left: 0;
    width: 71%;
}
.listing-with-map .list_view.lp-grid-box-contianer .lp-grid-box-description h4 {
    margin-top: 2px;
}
.listing-with-map .list_view.lp-grid-box-contianer .lp-grid-box-description h4 {
    margin-bottom: 5px;
}
.lp-grid-desc-container {
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.lp-section-content-container .city-girds.lp-border-radius-8 {
	transform: translateZ(0);
}
.submit_new_style .post-submit .white-section .btn-container.clearfix #tabsbtn {
	padding: 5px 22px;
}

.header-filter .input-group.width-49-percent .ui-widget.border-dropdown select,
.lp-home-banner-contianer-inner .lp-search-bar .ui-widget.border-dropdown select {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.header-filter .chosen-select.chosen-select5:focus,
.lp-home-banner-contianer-inner .lp-search-bar .ui-widget.border-dropdown:focus {
	outline: none;
}
.header-filter .chosen-select.chosen-select5,
.lp-home-banner-contianer-inner .lp-search-bar .ui-widget.border-dropdown select {
	border: none;
	box-shadow: none;
	height: 46px;
	padding-top: 0px;
	-webkit-appearance: none;
}
.listing-second-view.paid-listing.lp-list-page-grid.lp-section-content-container .listing-post article {
	border-radius: 8px;
	margin-bottom: 30px;
}
.listing-second-view.paid-listing.lp-list-page-grid.lp-section-content-container .listing-post article figure figcaption .bottom-area .rate {
    height: auto;
    line-height: 23px;
    margin: 0;
}
.listing-second-view.paid-listing.lp-list-page-grid.lp-section-content-container .listing-post article figure figcaption h4 a {
    font-size: 22px;
}
.pp_top, .pp_bottom, div.dark_rounded .pp_details {
    display: none;
}
div.dark_rounded .pp_content_container .pp_left, div.dark_rounded .pp_content_container .pp_right {
    background-image: none !important;
    padding: 0;
    width: 100%;
}
div.dark_rounded .pp_content {
    background-image: none;
}
div.dark_rounded .pp_expand {
    right: 40px;
    top: 0;
}
.rating-symbol-background.fa-star-o {
	color: #7f7f7f;
}
.review-emoticons {
    display: inline-block;
    height: 35px;
    margin-left: -2px;
    margin-top: -2px;
    position: relative;
    vertical-align: top;
    width: 35px;
}
.review-emoticons .review {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
}
.review.visible {
	opacity: 1 !important;
	visibility: visible !important;
}
.lp-header-full-width .lp-menu-container .pull-right.padding-right-10 {
    padding-right: 0px !important;
}
.list_view .lp-grid-desc-container .lp-grid-box-bottom .text.gaddress {
    color: #7f7f7f;
    font-size: 13px;
    line-height: 28px;
}
.list_view .lp-grid-desc-container .lp-grid-box-bottom .hide {
    display: inline-block !important;
}
.list_view.lp-grid-box-contianer  .lp-grid-desc-container .lp-grid-box-bottom .show {
    display: none !important;
}
.popup-inner-left-padding .lp-insert-data .lp-grid-box-thumb img {
    border-radius: 0;
}
.popup-inner-left-padding .lp-insert-data .lp-grid-box-bottom {
    background-color: #ffffff;
    border: medium none;
    border-radius: 0;
    padding-bottom: 20px;
    padding-left: 5px;
}
.popup-inner-left-padding .lp-insert-data .lp-grid-desc-container.lp-border.clearfix {
    border: medium none;
    border-radius: 0;
}
.popup-inner-left-padding .lp-insert-data .lp-grid-box-description {
    border: medium none;
    border-radius: 0;
    display: inline-block;
    padding: 8px 0px 0px;
    vertical-align: top;
    width: 100%;
}
.popup-inner-left-padding .col-md-6.lp-insert-data {
    padding-left: 0;
    padding-right: 0;
}
.popup-inner-left-padding .lp-insert-data .lp-grid-box-left.pull-left {
    width: 100%;
}
.popup-inner-left-padding .lp-insert-data .lp-grid-box-thumb {
    margin: 0 -15px;
    overflow: hidden;
}
.popup-inner-left-padding .lp-insert-data .lp-grid-box-thumb .pos-relative {
    padding: 0 15px;
}
.popup-inner-left-padding .lp-insert-data .single-page-slider-container {
    padding: 0;
}
.popup-inner-left-padding .lp-insert-data .slick-prev.slick-arrow,
.popup-inner-left-padding .lp-insert-data .slick-next.slick-arrow {
    height: 50px;
    left: 20px;
    opacity: 1;
    width: 50px;
    z-index: 99999999;
}
.popup-inner-left-padding .lp-insert-data .slick-next.slick-arrow {
    left: auto;
    right: 20px;
}
.popup-inner-left-padding .lp-insert-data .slick-prev.slick-arrow::before {
    content: "\f104";
    font-size: 35px;
    padding-right: 3px;
}
.popup-inner-left-padding .lp-insert-data .slick-next.slick-arrow::before {
    content: "\f105";
    font-size: 35px;
    padding-left: 3px;
}
.popup-inner-left-padding .lp-insert-data .text.gaddress {
    color: #7f7f7f;
    font-size: 13px;
    line-height: 28px;
}
.listingpro-row {
    float: left;
    width: 100%;
}
.listingpro-columns .listingpro-row .promotiona-col-right {
    padding-top: 0px;
    padding-left: 0px;
}
.listingpro-row .promotiona-col-right > article {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.listingpro-row .promotiona-col-right > article > h3 {
    font-weight: 600;
    margin-top: 0;
}
.listingpro-row .promotiona-col-right > article > p {
    font-size: 13px;
    line-height: 24px;
    max-width: 80%;
}
.popup-inner-left-padding .lp-grid-desc {
    float: left;
    padding: 5px 0 0;
    width: 100%;
}
.bookingjs{margin-top:0px !important;}
.bookingjs-poweredby{
	display:none !important;
}
.h-icon{
	display:none;
}
#input-dropdown ul li:hover .d-icon{
	display:none;
}
#input-dropdown ul li:hover .h-icon{
	display:inline-block;
}
#stripe-submit{
	visibility:hidden !important;
}
.lp-rightbnk-transfer-msg{
	margin-bottom:20px;
}
.lp-rightbnk-transfer-msg .lp-tranfer-info {
    margin-bottom: 15px;
}
.lp-listing-form .lp-listing-clm h5 {
    margin: 6px 0;
}
.page-container-four .col-md-10.col-md-offset-1 > table {
    background-color: #ffffff;
    border: 1px solid #dedede;
}
.lp-listing-form .lp-listing-clm div.col-md-1.col-sm-2.col-xs-6:last-of-type {
    float: right;
}
#listings_checkout .lp-rightbnk-transfer-msg .lp-method-wrap .lp-tranfer-info {
    margin-bottom: 0;
}
.header-filter.form-group.pos-relative .lp-search-btn-header.pos-relative {
	text-indent: -999px;
}
#see_filter {
	display: none;
}
.top-heading-area {
	background-color: #41a6df;
    border-radius: 5px 5px 0 0;
    padding: 30px;
}
.top-heading-area p {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-align: right;
}
.invoice-area {
	background-color: #ffffff;
    padding: 20px 30px;
}
.checkout-invoice-area ul {
    margin: 0;
    padding: 0;
}
.checkout-invoice-area .invoice-area ul {
    margin-bottom: 20px;
}
.invoice-area .row.heading-area {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    margin-bottom: 10px;
}
.invoice-area .row.heading-area p {
    line-height: 35px;
    margin-bottom: 0;
}
.invoice-area .row.heading-area p strong {
    font-weight: 600;
}
.row.invoices-company-details a {
    color: #333333;
    font-weight: bold;
    line-height: 27px;
    text-transform: capitalize;
}
.row.invoices-company-details a:hover {
	color: #41A6DF;
}
.invoices-company-details p {
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
}
.invoice-price-details > .col-md-6.col-sm-6.col-xs-12:last-of-type {
    background-color: #f9f9f9;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.checkout-invoice-area .invoice-area .invoice-price-details .col-md-6 > ul {
    border-bottom: 1px solid #dedede;
    margin-bottom: 0;
    width: 100%;
}
.checkout-invoice-area .invoice-area .invoice-price-details .col-md-6 > ul > li:first-of-type {
    font-weight: 600;
    float: left;
}
.checkout-invoice-area .invoice-area .invoice-price-details .col-md-6 > ul > li:last-of-type {
    float: right;
}
.checkout-invoice-area .invoice-area .invoice-price-details .col-md-6 > ul > li {
    color: #7f7f7f;
    line-height: 35px;
}
.checkout-invoice-area .invoice-area .invoice-price-details .col-md-6 > ul:last-of-type {
    border-bottom: 0 none;
    margin-bottom: 0;
}
.invoice-area > .row {
    margin: 0;
}
.invoice-area > .row > .col-md-6.col-sm-6.col-xs-12:first-of-type {
    padding-left: 0;
}
.thankyou-text.text-center {
    background-color: #f9f9f9;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-top: 30px;
    padding: 20px 0;
}
.thankyou-text.text-center > p {
    color: #7f7f7f;
    margin-bottom: 0;
}
.checkout-bottom-area {
    background-color: #f7f7f7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #dedede;
    padding: 20px 30px;
}
.checkout-bottom-area ul.clearfix > li {
    color: #7f7f7f;
    float: left;
    font-size: 12px;
    margin-right: 19px;
    position: relative;
}
.checkout-bottom-area ul.clearfix > li::before {
    background-color: #7f7f7f;
    content: "";
    height: 15px;
    left: -10px;
    position: absolute;
    top: 2px;
    width: 1px;
}
.checkout-bottom-area ul.clearfix > li:first-of-type::before {
    display: none;
}
.checkout-bottom-area ul.clearfix > li > a {
    color: #7f7f7f;
}
.checkout-bottom-area ul.clearfix > li > a:hover {
    color: #41a6df;
}
.checkout-bottom-area > p {
    color: #7f7f7f;
    font-size: 12px;
}
.row.invoices-company-details {
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.lp-method-wrap > label img {
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.notices-area {
    float: left;
    padding: 30px 0 0;
    width: 100%;
}
.dashboard-content .notices-area > .notice {
    border-radius: 5px;
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.notices-area > .notice > .notice-icon {
    color: #ffffff;
    font-size: 29px;
    height: 100%;
    left: 0;
    position: absolute;
    width: 80px;
}
.notices-area .notice .notice-text {
    display: inline-block;
    min-height: 80px;
    padding: 15px 10px 15px 95px;
    vertical-align: top;
    width: 100%;
}
.notice-text > h2 {
    color: #27ae60;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
}
.notice-text > h2 > span {
    font-weight: 400;
}
.notice-text > p {
    color: #27ae60;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}
.dashboard-panel .notices-area .notice a.close {
    color: #27ae60;
    font-size: 10px;
    opacity: 1;
    position: absolute;
    right: 5px;
    text-shadow: none;
    top: 5px;
}
.dashboard-panel .notices-area .notice.info a.close {
    color: #00a9e5;
}
.dashboard-panel .notices-area .notice.warning a.close {
    color: #f39c12;
}
.notices-area > .notice.success > .notice-icon {
    background-color: #27ae60;
}
.dashboard-content .notices-area > .notice.success {
    background-color: #dbf1d6;
    border-color: #27ae60;
}
.notices-area .notice.info .notice-icon {
    background-color: #00a9e5;
}
.notices-area .notice .notice-icon i {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.notice.info .notice-text > h2, .notice.info .notice-text > p {
    color: #00a9e5;
}
.dashboard-content .notices-area .notice.warning {
    background-color: #fdf9e1;
    border: 1px solid #f39c12;
}
.dashboard-content .notices-area > .notice.info {
    background-color: #d4edf8;
    border-color: #00a9e5;
}
.notices-area .notice.warning .notice-icon {
    background-color: #f39c12;
}
.notices-area .notice.warning .notice-text > h2, .notices-area .notice.warning .notice-text > p {
    color: #f39c12;
}
.notices-area .notice.warning .notice-text > h2 span{
	color: #f39c12 !important;
}
.notice-text > h2 > span{
	color: #00a9e5;
}
.img-curtasy {
    bottom: 11px;
    position: absolute;
    right: 30px;
    z-index: 9;
}
.img-curtasy > p {
    color: #ffffff;
    font-size: 10px;
    line-height: 18px;
    text-align: right;
    text-transform: uppercase;
}
.img-curtasy > p > span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}
.img-curtasy > p > span a {
	color: #fff;
}
.img-curtasy > p > span > i {
    margin-left: 5px;
}
.listing-app-view .img-curtasy{
	display:none;
}
.testimonial-inner-box h3 {
	font-size: 25px;
}
input.button.upload-btn {
    border-color: #42a7df;
    border-radius: 3px;
    color: #42a7df;
    height: 35px;
    line-height: 30px;
}
input.button.upload-btn:hover {
	background-color: #42a7df;
	color: #fff;
}
.popup-inner-left-padding .lp-grid-box-bottom a.status-btn {
    line-height: 28px;
    cursor: default;
}
.popup-inner-left-padding .lp-grid-box-description h4.lp-h4 > a {
    font-size: 24px;
}
#restaurant-menu > h3 {
    margin-bottom: 0;
    margin-top: 0;
}
.resurva-booking .file-options {
    color: #7f7f7f;
    font-size: 11px;
    left: 0;
    margin-left: 130px;
    margin-top: 4px;
    position: absolute;
    top: 0;
}
.resurva-booking .file-options > p {
    color: #8f8f8f;
}
.lp-menu-bar, .header-normal .lp-menu-bar.lp-header-full-width {
	padding: 10px 0px;
}
.header-right-panel.clearfix.col-md-10.col-sm-10.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
.dashboard-content .lp-list-view .lp-list-view-inner-contianer > .col-md-9 {
    padding: 0;
    width: calc(84% - 90px);
}
.dashboard-content .lp-list-view .lp-list-view-inner-contianer > .col-md-2 {
    padding-right: 0;
}
/*pagination-last-starts*/
.lp-pagination.pagination {
    margin-bottom: 0px;
    width: 100%;
}
.lp-pagination > ul.page-numbers {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: table;
}
.lp-pagination ul.page-numbers li {
    border-radius: 2px;
    color: #363f48;
    float: left;
    line-height: 30px;
    margin: 5px 5px 0 0;
    text-align: center;
}
.lp-pagination ul li .page-numbers {
	color: #363f48;
    float: left;
    width: 100%;
	border-radius: 3px;
	cursor: pointer;
	line-height: 30px;
    padding: 0px 10px;
}
.lp-pagination ul li:hover,
.lp-pagination ul li:hover > .page-numbers {
	background-color: #363f48;
}
.lp-infinite-scroll {
    margin-top: 30px;
    float: left;
    width: 100%;
}
.lp-infinite-scroll a:hover {
	color: #fff;
}
/*pagination-last-ended*/
.lp-infinite-scroll {
    margin-top: 30px;
    float: left;
    width: 100%;
}
.lp-infinite-scroll a:hover {
	color: #fff;
}
.dashboard-content .postbox table.widefat a.see_more_btn i {
    margin-right: 5px;
}
.dashboard-content .postbox table.widefat .review-content > p > span {
    color: #121212;
    font-weight: 600;
    margin-right: 5px;
}
.admin-top-section .user-details .user-portfolio {
	background: #2e313e;
}
.admin-top-section .user-portfolio .user-text .user-name {
	color: #ffffff;
    word-break: break-all;
    word-wrap: break-word;
}
.admin-top-section .user-portfolio .user-text .user-name > span {
	display: block;
    font-size: 13px;
    line-height: 25px;
    font-weight: 600;
	color:#fff;
}
.admin-top-section .user-portfolio .user-thumb {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
	background: #434652;
	/*padding: 6px;*/
}
.admin-top-section .user-portfolio .user-thumb .avatar-circle {
    border-radius: 0px;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.admin-top-section .user-portfolio .user-text {
    margin-top: 0;
    padding-left: 5px;
    width: calc(100% - 90px);
}
.admin-top-section .user-text > p {
	text-transform: uppercase;
}
.admin-top-section .user-details .col-md-3 {
	padding: 0px;
	width: 235px;
}
.user-description-box {
    float: left;
    width: calc(100% - 370px);
}
.lp-right-panel-upper {
	width: calc(100% - 253px);
	float: left;
}
.user-description-box > ul li {
    float: left;
	position: relative;
    display: inline-block;
    padding: 25px 0px 23px;
    text-align: center;
    vertical-align: top;
	border-right: 1px solid #e7eef2;
    width: 20%;
}
.user-description-box > ul li .lp-dashboard-circle .lp-circle-content {
	background: #fff;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.user-description-box > ul li .lp-dashboard-circle {
    width: 60px;
    height: 60px;
    background: #f7f7f7;
    padding: 6px;
    border-radius: 100%;
	margin: 0 auto;
}
.user-description-box > ul li span.count p {
	margin-bottom: 0px;
	font-size: 12px;
    line-height: 24px;
}
.user-description-box > ul li span.count {
    display: block;
    font-size: 14px;
    line-height: 9px;
    padding: 9px 5px;
}
.user-description-box .count-text {
	margin-bottom: 5px;
    display: block;
	font-weight: 600;
}
.lp-contact-support {
    display: inline-block;
    margin-top: 42px;
    vertical-align: top;
    float: right;
    width: 370px;
}
.lp-contact-support .secondary-btn:hover i {
	color: #fff;
}
.lp-contact-support .secondary-btn:hover {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	background: #363f48;
	color: #fff;
}
.lp-contact-support .secondary-btn {
    background-color: transparent;
    border: 1px solid #363f48;
    color: #363f48;
    font-size: 17px;
    height: 50px;
    line-height: 48px;
    margin-left: 28px;
    padding: 0 30px;
    width: 311px;
}
.lp-contact-support .secondary-btn i {
    color: #363f48;
    margin-right: 5px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}	
.admin-top-section h5.user-name {
    margin-left: 10px;
    margin-top: 7px;
    text-transform: capitalize;
}
.admin-top-section .user-portfolio {
    float: left;
    padding: 36px 18px 37px 30px;
    width: 100%;
}
.lp-all-listing span.count > p,
.lp-all-listing span.count {
    color: #41a6df;
}
.lp-pending span.count > p,
.lp-pending span.count {
    color: #7f7f7f;
}
.lp-expired-listing span.count > p,
.lp-expired-listing span.count {
    color: #d56d6d;
}
.lp-active-listing span.count > p,
.lp-active-listing span.count {
    color: #f39c12;
}
.lp-publish-listing span.count > p,
.lp-publish-listing span.count {
    color: #67a33b;
}
.user-description-box > ul li p {
	font-size: 12px;
    color: #82868a;
}
.user-description-box > ul li span.count-text.active-campaigns {
    color: #f39c12;
}
form i.cross-search-q { 
    position: absolute;
    right: 8px;
    top: 15px;
    cursor: pointer;
    z-index: 99;
    color: #DDDDDD;
    font-size: 15px;
	display:none;
}
.panel-recent-activity i.reaction,
.panel-recent-activity span strong.reaction {
	color: #8554F1;
}
.panel-recent-activity i.lead,
.panel-recent-activity span strong.lead {
	color: #FF865F;
}
.panel-recent-activity i.review,
.panel-recent-activity span strong.review {
	color: #1FAFBE;
}
.listing-simple.listing_list_view .lp-list-page-grid .lp-grid-box-contianer.grid_view2 .lp-grid-box-contianer1 {
    width: 100%;
}
.listing-simple.listing_list_view .lp-list-page-grid .lp-grid-box-contianer.grid_view2.card1.lp-grid-box-contianer1 .lp-grid-box-thumb-container {
    border-radius: 8px 0 0 8px;
    float: left;
    width: 260px;
}
.listing-simple.listing_list_view .lp-list-page-grid .lp-grid-box-contianer.grid_view2.card1.lp-grid-box-contianer1 .lp-grid-box-thumb-container .lp-grid-box-thumb img {
    border-radius: 0;
}
.listing-simple.listing_list_view .lp-list-page-grid .lp-grid-box-contianer.grid_view2.card1.lp-grid-box-contianer1 .lp-grid-desc-container {
    width: 100%;
}
.listing-simple.listing_list_view .lp-list-page-grid .lp-grid-box-contianer.grid_view2.card1.lp-grid-box-contianer1 .lp-grid-desc-container .lp-grid-box-description {
    padding-bottom: 6px;
    width: calc(100% - 260px);
}
.listing-simple.listing_list_view .lp-list-page-grid .lp-grid-box-contianer.grid_view2.card1.lp-grid-box-contianer1 .lp-grid-desc-container .lp-grid-box-bottom {
    border: none;
    float: right;
    padding-bottom: 8px;
    padding-top: 0;
    width: calc(100% - 260px);
}
.lp-grid-box-contianer .md-close i {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 8px 0 0;
    height: 35px;
    line-height: 35px;
    right: 15px;
    top: 0;
    width: 35px;
}
.lp-grid-box-contianer .md-close i:hover {
	background-color: #41A6DF;
}
.comments-name {
    font-weight: 600;
    text-transform: capitalize;
}
.single .comments-container .comments-form .comment-respond h3.comment-reply-title {
    border-bottom: 1px solid #dedede;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 25px;
}
.single .comments-container .comments-posts ul.children {
    padding-left: 13%;
}
.resurva-booking .lp-list-view-inner-contianer ul li form > span {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #363f48;
    border-radius: 3px;
    display: inline-block;
    line-height: 32px;
    margin-top: 0px;
    padding: 0px 15px 0px 15px;
    vertical-align: top;
}
.resurva-booking .lp-list-view-inner-contianer ul li form > span > i {
	display: inline-block;
    margin-right: 6px;
    line-height: 31px;
    vertical-align: top;
}
.resurva-booking .lp-list-view-inner-contianer ul li form input[type="submit"] {
    background-color: transparent;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.resurva-booking .lp-list-view-inner-contianer ul li form:hover > span {
	background-color: #363f48;
	color: #fff;
}
.resurva-booking .lp-list-view-inner-contianer ul li form:hover input[type="submit"] {
	color: #fff;
}
.resurva-booking .lp-list-view-inner-contianer ul li {
    border-bottom: 1px solid #dedede;
    padding: 5px 0px 5px 0px;
    vertical-align: top;
}
.resurva-booking .lp-list-view-inner-contianer ul li:last-of-type {
	border-bottom: none;
}
.resurva-booking .lp-list-view-inner-contianer ul li > h3 {
    font-weight: 500;
    margin: 9px 0;
}
.lp-location-search .ui-widget.border-dropdown > i {
    color: #b6bfc8;
    cursor: pointer;
    font-size: 14px;
    left: 65px;
    position: absolute;
    top: 53%;
    z-index: 7;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.lp-location-search .ui-widget.border-dropdown > i.fa.fa-circle-o-notch.fa-spin {
    top: 39%;
}
.form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single span.slide-right {
   margin-left:5px;
}
.reviews-section article.review-post .review-thumbnail {
    border: 1px solid #eeeeee;
    border-radius: 100%;
    height: 74px;
    overflow: hidden;
    width: 74px;
}
.listing-second-view a.secondary-btn.make-reservation {
    background-color: #41a6df;
    border-color: #41a6df;
    color: #fff;
}
.listing-second-view a.secondary-btn.make-reservation i {
	color: #fff;
}
.listing-second-view a.secondary-btn.make-reservation:hover {
    background-color: #363f48;
    border-color: #363f48;
}
.list-st-img.list-style-none li a.edit-list:hover {
    background-color: #41a6df;
}
body .form-horizontal input.form-control.error-msg,
body .form-horizontal textarea.form-control.error-msg {
    border-color: #ff0000;
}
.review_status.error-msg {
    border: medium none;
    color: #ff0000;
	padding: 0px 10px;
}
.review_status.success-msg {
    color: #439f12;
}
.post-submit .chosen-container-single .chosen-single.error-msg {
    border-color: #ff0000;
    color: #ff0000;
}

/* ============ Moin CSS ============= */
.lp-method-wrap.lp-listing-form > label img {
	width: auto;
}
.post-with-map-container .listing-style-3 .lp-filter-inner .comboboxCategory.chosen-select2.tag-select-four {
    height: 39px;
    border: none;
    background: #f8f8f8;
    color: #b5b5b5;
}
.post-with-map-container .listing-style-3 .lp-filter-inner .comboboxCategory.chosen-select2.tag-select-four:focus {
	outline: none;
}
.searchloading{
	display:none;
	position: absolute;
    top: 7px;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
}
.rate.lp-rate-worst{
	background-color: #ff9600 !important;
}
.rate.lp-rate-bad{
	background-color: #ffc800 !important;
}
.rate.lp-rate-satisfactory{
	background-color: #c5de35 !important;
}
.faq-btns {
	position:absolute;
	bottom:-35px;
}
.lp-about-section-best-header > h3 {
    font-size: 25px;
}
/* =========== Timekit Booking =========== */

.bookingjs.is-small.show.has-timezonehelper.has-displayname .bookingjs-timezonehelper {
	display: none;
}
.bookingjs.is-small.show.has-timezonehelper.has-displayname {
    background-color: #fafafa;
    border: 1px solid #dedede;
    border-radius: 5px;
    box-shadow: none;
    overflow: hidden;
    margin: 0px;
}
.fc-row.fc-widget-header th.fc-day-header.fc-widget-header {
    background-color: #fafafa;
}
.fc-widget-content .fc-content-skeleton .fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    border-color: #41a6df;
    border-radius: 0;
    box-shadow: none;
}
.fc-unthemed .fc-day.fc-widget-content.fc-mon.fc-today.fc-state-highlight {
    background-color: #fafafa;
}
.fc-widget-content .fc-content-skeleton .fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end:hover {
    background-color: #41a6df;
}
.header-normal.pos-relative.lp-header-full-width {
    width: 100%;
}
.listing-second-view a.secondary-btn i {
    margin-right: 5px;
}
.listing-second-view .post-meta-right-box .post-stat > li > a i {
    margin-right: 5px;
}
.listing-second-view .post-meta-right-box .post-stat > li > a span.reviews-stars i {
    margin-right: 0;
}
.author-social .status > span.online > a {
    color: #333333;
    text-transform: capitalize;
}
.is-small .bookingjs-displayname {
    left: 0;
    padding-right: 0;
}
.rating-symbol:first-of-type:hover .rating-symbol-foreground .fa-star,
.rating-symbol.angry .rating-symbol-foreground .fa-star {
    color: #de9147;
}
.rating-symbol:nth-child(2):hover .rating-symbol-foreground .fa-star,
.rating-symbol.cry .rating-symbol-foreground .fa-star {
    color: #de9147;
}
.rating-symbol:nth-child(3):hover .rating-symbol-foreground .fa-star,
.rating-symbol.sleeping .rating-symbol-foreground .fa-star {
    color: #dec435;
}
.rating-symbol:nth-child(4):hover .rating-symbol-foreground .fa-star,
.rating-symbol.smily .rating-symbol-foreground .fa-star {
    color: #c5de35;
}
.rating-symbol:nth-child(5):hover .rating-symbol-foreground .fa-star,
.rating-symbol.cool .rating-symbol-foreground .fa-star {
    color: #73cf42;
}

.listing-second-view .rating-symbol:first-of-type::before,
.listing-second-view .rating-symbol.angry::before {
	background-color: #de9147;
}
.listing-second-view .rating-symbol:nth-child(2)::before,
.listing-second-view .rating-symbol.cry::before {
	background-color: #de9147;
}
.listing-second-view .rating-symbol:nth-child(3)::before,
.listing-second-view .rating-symbol.sleeping::before {
	background-color: #dec435;
}
.listing-second-view .rating-symbol:nth-child(4)::before,
.listing-second-view .rating-symbol.smily::before {
	background-color: #c5de35;
}
.listing-second-view .rating-symbol:nth-child(5)::before,
.listing-second-view .rating-symbol.cool::before {
	background-color: #73cf42;
}
#lp-submit-form .select2.select2-container {
    float: left;
    min-width: 100%;
}
#lp-submit-form .select2-selection.select2-selection--single {
    border: 1px solid #e3e3e3;
    height: 44px;
}
#lp-submit-form .select2-selection.select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 44px;
    padding-left: 15px;
    padding-right: 30px;
    text-transform: capitalize;
}
#lp-submit-form .select2-selection.select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 30px;
}
.resurva-booking ul li.clearfix > form#booking {
    float: right;
    position: relative;
    padding-right: 25px;
}
.resurva-booking ul li.clearfix > form#booking > span {
    color: #363f48;
    height: 35px;
    line-height: 32px;
    margin-right: -25px;
}
.resurva-booking ul li.clearfix > form#booking:hover > span {
	color: #fff;
}
/* ========================
	  Moin CSS Starts
=========================== */
.listing-simple .search-row .form-group .input-group .comboboxCategory.chosen-select2.tag-select-four {
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: auto;
    border-color: #dedede;
    height: 40px;
    border-left: 0px;
    background: #f8f8f8;
    color: #b5b5b5;
}
.post-with-map-container .listing-style-3 .lp-filter-inner .comboboxCategory.chosen-select2.tag-select-four {
    height: 39px;
    background: #f8f8f8;
    color: #b5b5b5;
	border: none;
}
.listing-simple .search-row .form-group .input-group .comboboxCategory.chosen-select2.tag-select-four,
.post-with-map-container .listing-style-3 .lp-filter-inner .comboboxCategory.chosen-select2.tag-select-four:focus {
	outline: none;
}
section.aliceblue {
	overflow-x: hidden;
}
/* ========================
		Moin CSS End
=========================== */
.reviews a.open-reply.pull-left {
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}
/* .dashboard-content .reviews a.open-reply::before {
    content: "\f063";
    font-family: "FontAwesome";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
} */
.dashboard-content .reviews a.open-reply.active::before {
	content: "\f062";
}
#review-section.review-form form#rewies_edit-form ul.gallery-thumbs {
    margin: 0;
    padding: 0;
    text-align: right;
}
#review-section.review-form form#rewies_edit-form ul.gallery-thumbs > li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
}
#review-section.review-form form#rewies_edit-form ul.gallery-thumbs > li:last-child {
    padding-right: 0;
}
#review-section.review-form form#rewies_edit-form .form-group.submit-images {
    margin-top: 20px;
}
.post_response #review-section.review-form form#rewies_edit-form .form-group > p {
    color: #575757;
    font-size: 15px;
    font-weight: 600;
}
.success-txt > span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    vertical-align: top;
    width: 40px;
}
.success-txt > p {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    max-width: 550px;
    text-align: left;
    vertical-align: top;
}
.success-txt {
    margin-bottom: 40px;
}
.dashboard-content .lp-pay-options .promotebtn {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #363f48;
    color: #363f48;
}
.dashboard-content .lp-pay-options .promotebtn:hover {
    background-color: #363f48;
    color: #ffffff;
}

body.archive .listing-pro, body.search .listing-pro{
	display:none;
}
.promoted-listings .promoted .listing-pro{
	display:block
}
/*moin at 18/04/017 strt*/
.listing-simple .search-row .form-group .input-group .comboboxCategory.chosen-select2.tag-select-four,
.post-with-map-container .listing-style-3 .lp-filter-inner .comboboxCategory.chosen-select2.tag-select-four:focus {
	outline: none;
}
section.aliceblue {
	overflow-x: hidden;
}
/*moin at 18/04/017 ends*/

.right-panel .md-modal.md-effect-3.md-show {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    text-align: center;
    width: 100%;
    z-index: 9;
}
.right-panel .lp-list-page-list .md-show.md-effect-3 .md-content {
    border-radius: 5px;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 400px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.form-group.mr-bottom-0 > h3 {
    margin-bottom: 30px;
}
.form-group.mr-bottom-0 > a.md-close {
    border: 1px solid #363f48;
    border-radius: 5px;
    color: #363f48;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 16px;
    margin-right: 20px;
    padding: 10px 30px;
    vertical-align: top;
}
.form-group.mr-bottom-0 > a.md-close:hover {
	background-color: #363f48;
	color: #fff;
}
.right-panel .form-group.mr-bottom-0 input.lp-review-btn {
    height: 40px;
    line-height: normal;
    padding: 8px 30px;
    vertical-align: top;
}
.dashboard-content .lp-list-view-content-bottom .list-style-none.list-st-img {
    float: left;
    padding: 0px 0;
    text-align: right;
    width: 100%;
	margin: 0 0px 0 3px;
}

.dashboard-content .lp-listing-pending-tab  .lp-list-view-content-bottom .lp-list-view-edit{
	padding-top:0;
}

.lp-listing-form .lp-listing-clm .radio.radio-danger > input[type="radio"] {
    margin-top: 0;
}
.listing-simple .listing-view-layout {
    display: none;
}
.listing-simple .lp-title.col-md-10.col-sm-10 {
    margin-top: -130px;
    z-index: 9;
}
.listing-simple .filter-top-section .lp-title h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: normal;
}
.listing-simple .post-with-map-container-right .search-row .lp-filter-inner {
    border-left: 0 none;
    border-right: 0 none;
    box-shadow: none;
    margin-top: -25px;
    padding: 10px !important;
}
.listing-simple .post-with-map-container-right #searchform .chosen-container.chosen-with-drop .chosen-drop {
    left: auto;
    right: 0;
}
.listing-simple .post-with-map-container-right .search-row {
    padding: 0 15px;
}
/* Moin CSS */
.header-with-topbar div.lp-join-now span {
	margin-top: 6px;
}
.header-with-topbar .lp-join-now ul li span {
	margin-top: 0px;
}
.header-with-topbar div.lp-join-now {
	float: right;
	line-height: 32px;
}
.header-with-topbar .lp-join-now ul li {
	line-height: 32px;
}
.header-with-topbar .lp-join-now {
	line-height: normal;
}
.mm-menu .mm-navbar {
	height: 130px;
}
.mm-menu .mm-navbar.mm-navbar-top {
	background-color: #41a6df;
}
.mm-menu .mm-navbar.mm-navbar-top .iconsmall {
	background: #fff;
}
.mm-menu  .mm-panels {
	/* top: 130px; */
}
.mm-menu  .mm-panels .mm-listview li.menu-item a {
	padding: 13px 10px 13px 20px;
}
.mm-menu .mm-navbar.mm-navbar-top .userimage {
	margin-right: 15px;
}
.login_info i {
    padding-right: 20px;
}
.login_info a {
    width: 41%;
}
.login_info, .login_info a {
    color: #fff;
	margin: 0px;
}
/* Moin CSS End */

/* ==================================
	  Homepage Map Search Styles
===================================== */
.absolute {
    left: 0;
    position: absolute;
    top: 66px;
    width: 100%;
    z-index: 9;
}
.absolute.lp-align-underBanner {
    bottom: 30px;
    top: auto !important;
}
.lp-align-underBanner .lp-bottom-with-map-back {
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.home-categories-area.lp-align-bottom,
.home-categories-area.lp-align-underBanner {
    float: left;
    padding: 0px 0px 0px;
    width: 100%;
}
.home-categories-area.lp-align-bottom .lp-home-categoires,
.home-categories-area.lp-align-underBanner .lp-home-categoires {
    float: left;
    margin: 0;
    position: static;
    width: 100%;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
}
.lp-search-bar-all-demo.lp-bottom-with-map-back .lp-search-bar .form-group.lp-suggested-search {
    float: left;
    position: relative;
    width: 50%;
}
.lp-search-bar-all-demo.lp-bottom-with-map-back .form-group.lp-suggested-search input.lp-suggested-search {
	background-color: transparent;
    border-radius: 5px 0 0 5px;
    height: 46px;
    padding-left: 65px;
    width: 100%;
}
.lp-search-bar-all-demo.lp-bottom-with-map-back .lp-search-bar .lp-suggested-search {
	background-color: #fff;
    z-index: 9;
}
.lp-search-bar-all-demo.lp-bottom-with-map-back form.form-inline div#input-dropdown {
    text-align: left;
}
.lp-search-bar-all-demo.lp-bottom-with-map-back .form-group.lp-location-search {
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    float: left;
    margin-left: -12px;
    width: 30%;
}
.lp-search-bar-all-demo.lp-bottom-with-map-back .form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single {
    border: medium none;
}
.lp-search-bar-all-demo.lp-bottom-with-map-back .form-inline .form-group:last-of-type {
    float: left;
    margin: 0;
    width: 19%;
}
.lp-search-bar-all-demo.lp-bottom-with-map-back .form-inline .form-group .lp-search-bar-right {
    width: 100%;
}
.lp-search-bar-all-demo.lp-bottom-with-map-back .lp-search-bar .lp-search-btn {
    background-color: transparent;
    width: 100%;
}
.lp-search-bar-all-demo.lp-bottom-with-map-back .form-inline .form-group .lp-search-bar-right .lp-search-icon {
    left: 34%;
    top: 11px;
    -webkit-transform: translateX(-50%) scaleX(-1);
       -moz-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
         -o-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
}
.lp-search-bar-all-demo.lp-bottom-with-map-back .container .lp-search-bar {
    padding-left: 15px;
    padding-right: 15px;
}
.lp-search-bar-all-demo.lp-bottom-with-map-back .form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single span {
    text-align: left;
}
.lp-search-bar-all-demo.lp-bottom-with-map-back .form-group.lp-suggested-search input.lp-suggested-search:focus {
    border: none;
}
.lp-search-bar-all-demo.lp-bottom-with-map-back {
    float: left;
    width: 100%;
}
.lp-align-bottom .lp-search-bar-all-demo.lp-bottom-with-map-back {
	padding-left: 30px;
	padding-right: 30px;
}
.home-categories-area.lp-align-top .lp-home-categoires {
    z-index: 9;
}
#homeMap {
	background-color: #ffffff;
	background-image: url("https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/content-loader.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}
.home-categories-area .lp-search-description p {
    color: #7f7f7f;
    margin-bottom: 50px;
}
.home-categories-area .lp-search-description {
    margin-top: 70px;
}
/* ==================================
   Homepage Map Search Styles Ends
===================================== */

.resurva-booking .col-md-6.col-xs-12 > p {
    color: #7f7f7f;
    font-size: 12px;
}
.list-st-img li a.edit-list {
    line-height: 18px;
}
.post-meta-left-box .breadcrumbs li::before {
	top: 50%;
}
.hours-select > li > button.add-hours > span {
	color: #fff;
}
.lp-dyn-city {
    color: #fff;
}
a.open-map-view {
    background-color: #f3f3f3;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #7f7f7f;
    float: right;
    line-height: 19px;
    padding: 9px 10px;
    text-align: center;
    width: 50px;
}
.sidemap-container.pull-right.sidemap-fixed.open-map {
    display: block;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
a.open-img-view {
    background-color: #f3f3f3;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #7f7f7f;
    padding: 8px 10px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 120px;
    width: 50px;
    z-index: 99;
}

/* Marker Cluster Leaflet */
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
	}
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
/* Marker Cluster Leaflet */

/*moin CSS 2504017 START*/
.reviews-section .report {
    color: #363F48;
    border: 1px solid #363F48;
    padding: 7px;
    border-radius: 4px;
	font-size: 12px;
}
.reviews-section .report i {
    padding-right: 5px;
}
.reviews-section .report:hover {
    background: #363F48;
    color: #fff;
    border: transparent;
}
.reviews-section .review-post .detail-sec:last-child {
    background: #fafafa;
    border: 1px solid #dedede;
    padding: 20px;
	border-radius: 4px;
    margin-top: 25px;
}
.reviews-section .review-post .detail-sec .owner-response  p {
	margin-bottom: 0px;
	margin-top: 15px;
}
.reviews-section .review-post .detail-sec .owner-response time {
	font-size: 12px;
}
.reviews-section .review-post .detail-sec .owner-response h3 {
    margin: 0px;
	font-size: 14px;
    font-weight: 600;
}
.reviews-section .review-post figure p {
	margin-bottom: 15px;
}
/*moin CSS 2504017 ENDED*/

/* by zaheer on 28 april */
.reviews-section a.reviewRes span.lp_state{
	position:absolute;
	top:-25px;
	left:0px;
	display:none;
	font-size:12px;
	color:#41a6df;
	width:200%;
}
.instresting.reviewRes span.interests-score{
	color: #417cdf;
}
.lol.reviewRes span.interests-score{
	color: #ff8e29;
}
.love.reviewRes span.interests-score{
	color: #ff2357;
}
.bottom-section ul li a.love:hover > span.interests-score{
	color: #fff;
}
.bottom-section ul li a.lol:hover > span.interests-score {
    color: #fff;
}
.bottom-section ul li a.instresting:hover > span.interests-score {
    color: #fff;
}

.invoice-section .lp-modal-spinn{
	position: absolute;
    top: 29px;
    right: 140px;
    left: auto;
	bottom:auto;
}

/* end by zaheer on 28 april */

/* by haroon on 28 april */
.lpro-cat-icon {
    height: 40px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 40px;
}
/* end by haroon on 28 april */
/* =================================
		Search  Drop Styles
==================================== */
.lp-home-banner-contianer .lp-search-bar .form-group.lp-location-search {
    width: 30%;
}
.lp-home-banner-contianer .lp-search-bar .ui-widget select,
.lp-home-banner-contianer .lp-search-bar .ui-widget {
    width: 100%;
}
.lp-home-banner-contianer .lp-search-bar .select2-container {
    min-width: 100%;
}
.lp-search-bar .select2-container .select2-selection--single {
    background-color: transparent;
    border: medium none;
    height: 46px;
    padding-left: 75px;
}
.lp-search-bar .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 46px;
}
.header-filter .select2-container .select2-selection--single {
    background-color: transparent;
    border: medium none;
    height: 46px;
    padding-left: 60px;
}
.header-filter .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    padding-left: 5px;
    line-height: 46px;
}
.header-filter .select2-container--default .select2-selection--single .select2-selection__arrow,
.lp-search-bar .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	width: 30px;
}
.header-filter .lp-location-search .ui-widget > i,
.lp-search-bar .lp-location-search .ui-widget > i {
    color: #b6bfc8;
    cursor: pointer;
    font-size: 14px;
    left: 65px;
    position: absolute;
    top: 53%;
    z-index: 7;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.header-filter .lp-location-search .ui-widget > i.fa.fa-circle-o-notch.fa-spin,
.lp-search-bar .lp-location-search .ui-widget > i.fa.fa-circle-o-notch.fa-spin {
    top: 39%;
}
.select2-container.select2-container--default.select2-container--open {
    z-index: 999999999;
}
.header-filter .select2-container.select2-container--default.select2-container--open {
    min-width: 100%;
    z-index: 999999999;
}
.header-filter .ui-widget {
    float: left;
    width: 100%;
}
.header-filter .ui-widget select.select2.select2-hidden-accessible {
    max-width: none;
    width: 100% !important;
}
.select2.select2-container.select2-container--default.select2-container--below {
    min-width: 100%;
}
.form-group.lp-location-search .ui-widget[data-option="yes"] .chosen-container.chosen-container-single .chosen-single span {
    margin-left: 0;
}
.form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single.remove-margin span {
    margin-left: 0;
}
.lp-search-bar .select2-container .select2-selection--single.slide-right {
    padding-left: 60px;
}
 .lp-checkout-wrapper .lp-user-listings input[type=radio]:checked + label:before{
	top: 2px !important;
}
.select2.select2-container.select2-container--default {
    min-width: 100%;
}

/* --------------------------Image Upload gallery */

/*!
 * Theme: DragDropBox
*/

/*-------------------------
	Input
-------------------------*/
.jFiler-input-dragDrop {
    display: block;
    padding: 25px 25px;
    color: #8d9499;
    color: #97A1A8;
    background: #F5F5F5;
    border: 2px dashed #C8CBCE;
    text-align: center;
    -webkit-transition: box-shadow 0.3s,
                        border-color 0.3s;
    -moz-transition: box-shadow 0.3s,
                        border-color 0.3s;
    transition: box-shadow 0.3s,
                        border-color 0.3s;
}

.jFiler.dragged .jFiler-input-dragDrop {
    border-color: #aaa;
    box-shadow: inset 0 0 20px rgba(0,0,0,.08);
}

.jFiler.dragged .jFiler-input-dragDrop * {
    pointer-events: none;
}

.jFiler.dragged .jFiler-input-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.jFiler.dragged .jFiler-input-text,
.jFiler.dragged .jFiler-input-choose-btn {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.jFiler-input-dragDrop .jFiler-input-icon {
    font-size: 20px;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jFiler-input-text h3 {
    margin: 0;
    font-size: 18px;
	color:#bcbcbc;
}

.jFiler-input-text span {
    font-size: 12px;
}

.jFiler-input-choose-btn {
    display: inline-block;
    padding: 8px 14px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #8d9496;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.jFiler-input-choose-btn:hover,
.jFiler-input-choose-btn:active {
    color: inherit;
}

.jFiler-input-choose-btn:active {
    background-color: #f5f5f5;
}

/* gray */
.jFiler-input-choose-btn.gray {
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f5f5f5));
    background-image: -webkit-linear-gradient(top,#fcfcfc,#f5f5f5);
    background-image: -o-linear-gradient(top,#fcfcfc,#f5f5f5);
    background-image: linear-gradient(to bottom,#fcfcfc,#f5f5f5);
    background-image: -moz-linear-gradient(top,#fcfcfc,#f5f5f5);
}

.jFiler-input-choose-btn.gray:hover {
    filter: alpha(opacity=87);
    opacity: 0.87;
}

.jFiler-input-choose-btn.gray:active {
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#fcfcfc));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#fcfcfc);
    background-image: -o-linear-gradient(top,#f5f5f5,#fcfcfc);
    background-image: linear-gradient(to bottom,#f5f5f5,#fcfcfc);
    background-image: -moz-linear-gradient(top,#f5f5f5,#fcfcfc);
}

/* blue */
.jFiler-input-choose-btn.blue {
    color: #008BFF;
    border: 1px solid #008BFF;
}

.jFiler-input-choose-btn.blue:hover {
    background: #008BFF;
}

.jFiler-input-choose-btn.blue:active {
    background: #008BFF;
}

/* green */
.jFiler-input-choose-btn.green {
    color: #27ae60;
    border: 1px solid #27ae60;
}

.jFiler-input-choose-btn.green:hover {
    background: #27ae60;
}

.jFiler-input-choose-btn.green:active {
    background: #27ae60;
}

/* red */
.jFiler-input-choose-btn.red {
    color: #ed5a5a;
    border: 1px solid #ed5a5a;
}

.jFiler-input-choose-btn.red:hover {
    background: #ed5a5a;
}

.jFiler-input-choose-btn.red:active {
    background: #E05252;
}

/* black */
.jFiler-input-choose-btn.black {
    color: #555;
    border: 1px solid #555;
}

.jFiler-input-choose-btn.black:hover {
    background: #555;
}

.jFiler-input-choose-btn.black:active {
    background: #333;
}

.jFiler-input-choose-btn.blue:hover,
.jFiler-input-choose-btn.green:hover,
.jFiler-input-choose-btn.red:hover,
.jFiler-input-choose-btn.black:hover {
    border-color: transparent;
    color: #fff;
}

.jFiler-input-choose-btn.blue:active,
.jFiler-input-choose-btn.green:active,
.jFiler-input-choose-btn.red:active,
.jFiler-input-choose-btn.black:active {
    border-color: transparent;
    color: #fff;
    filter: alpha(opacity=87);
    opacity: 0.87;
}
li span.lp-userInfo{
	display:block !important;
}
/* Smm13may */
.bookingjs-form-box {
	box-shadow: none !important;
	background-color: transparent !important;
}
.bookingjs-form-box .bookingjs-form-fields {
	background: transparent;
}
.bookingjs-form-box .bookingjs-form-fields .bookingjs-form-input:focus {
	background: #fbfbfb !important;
    box-shadow: none;
}
.bookingjs-form-box .bookingjs-form-fields .bookingjs-form-input.input-name,
.bookingjs-form-box .bookingjs-form-fields .bookingjs-form-input.input-email {
    line-height: 36px;
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 4px;
	margin-bottom: 15px;
}
.bookingjs-form-box .bookingjs-form-fields .bookingjs-form-input.input-comment {
    border-radius: 4px;
    border: 1px solid #dedede;
	padding-left: 15px;
}
.author-list-info {
	width: 100%;
}
.author-list-info .author-top-info .icons8-Marker {
	margin-right: 5px;
}
.author-list-info .author-top-info {
	margin: 0 auto;   
	display: block; 
	width: 290px;
	color: #fff;
    padding: 50px 0px;
	z-index: 999;
	position: relative;
}
.author-list-info .author-top-info h5 {
	color: #fff;
	text-align: center;
	margin-bottom: 13px;
}
.author-list-info .author-top-info h3 {
	margin-top: 23px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-bottom: 18px;
}
.author-list-info .author-top-info .user-thumb {
	width: 94px;
    height: 94px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    display: block;
}

/*tabs for list and reviews*/
.tabs-listing.listing-second-view .lp-grid-box {
	border-radius: 8px;
}
.tabs-listing {
	background: #eff3f6;
}
.tabs-listing .reviews-section {
    background: #fff;
	padding-left: 25px;
    padding-right: 25px;
}
.tabs-listing .nav-justified li {
	padding-right: 15px;
}
.tabs-listing .nav-justified li.active a i,
.tabs-listing .nav-justified li.active a {
	background: #363f48;
    color: #fff;
}
.tabs-listing .nav-justified li a i {
	color: #363f48;	
}
.tabs-listing .nav-justified li a:hover i,
.tabs-listing .nav-justified li a:hover {
	background-color: #363f48;
	color: #fff;
	transition: all 0.3s ease;
}
.tabs-listing .nav-justified li a {
    padding: 6px 6px;
	color: #363f48;
	border: 1px solid #363f48;
}
.tabs-listing.listing-second-view {
	margin-bottom: 0px;
}
.tabs-listing {
	margin-bottom: 12px;
}
.tabs-listing {
	padding-top: 58px;
	padding-bottom: 58px;
}
.tabs-listing .nav-justified {
    width: 35%;
    margin: 0 auto;
}
.tabs-listing .lp-listngs-title {
    font-size: 24px;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 25px;
}
.tabs-listing .reviews-section .top-section time {
	float: right;
    margin-right: 0px;
	padding-right: 140px;
}
.tabs-listing .reviews-section .top-section h3 {
	display: inline-block;
}
.tabs-listing .reviews-section .top-section p {
    font-size: 13px;
    color: #797979;
	margin-bottom: 0px;
}
.tabs-listing .reviews-section {
	margin-top: 0px;
	width: 868px;
    margin-left: 135px;
}
.tabs-listing.listing-second-view .lp-list-page-grid {
	width: 868px;
	margin-left: 135px;
    padding: 30px 25px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dedede;
}
.tabs-listing.listing-second-view .lp-grid-box-description {
    padding-bottom: 38px;
}
.tabs-listing.listing-second-view .lp-grid-fullwidth {
    width: auto;
    margin: 0px;
}
.tabs-listing.listing-second-view .list_view .lp-grid-box-thumb-container {
	width: 32%;
}
.tabs-listing.listing-second-view .lp-reviews-gallery {
	width: 868px;
    margin-left: 135px;
    padding: 30px 25px;
    background: #fff;
	border-radius: 4px;
    border: 1px solid #dedede;
}
.tabs-listing.listing-second-view .lp-reviews-gallery ul li {
    float: left;
    padding: 10px;
}
.tabs-listing.listing-second-view .lp-reviews-gallery ul {
	display: inline-block;
    padding: 0px;
}
.tabs-listing.listing-second-view .lp-reviews-gallery h4 {
	font-size: 15px;
    font-weight: normal;
}
.tabs-listing.listing-second-view .lp-reviews-gallery li a{
    display: block;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
}
.tabs-listing.listing-second-view .lp-reviews-gallery .lp-gall p {
    line-height: normal;
    margin: 0px;
}
.tabs-listing.listing-second-view .lp-reviews-gallery .lp-gall strong,
.tabs-listing.listing-second-view .lp-reviews-gallery .lp-gall p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.leaflet-control-container .leaflet-top,
.leaflet-control-container .leaflet-bottom {
	z-index: 1;
}
.tabs-listing .details .content-section {
	padding-top: 13px;
}
.author-list-info .author-top-info .user-name img {
	margin-right: 0px;
}
.author-list-info .author-top-info .user-name span {
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.author-list-info .author-top-info .lp-review-photo .lp-reviews {
	margin-right: 10px;
}
.author-list-info .author-top-info .lp-review-photo .lp-reviews,
.author-list-info .author-top-info .lp-review-photo .lp-photos {
    display: inline;
}
.author-list-info .author-top-info .lp-review-photo span {
	color: #fff;
}
.author-list-info .author-top-info .lp-review-photo {
	text-align: center;
}
/* Emm13may */
.dashboard-content .availableprice_options .checkboxx{
	position:relative;
}
.dashboard-content .availableprice_options .checkboxx .help-text{
	position: absolute;
    bottom: -12px;
    left: 10px;
}
.lp-rightbnk-transfer-msg .lp-method-wrap > label img {
	width: 80px;
    margin-top: -4px;
}

.fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15.hide-where {
	width: 95%;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search.hide-where {
    width: 79%;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}
.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search.hide-where .pos-relative input {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}
#listings_checkout i.lp-after-token{
	display:none;
}

#ads_promotion i.lp-after-token{
	float: right;
    margin-top: 9px;
    margin-right: 5px;
	display:none;
}
/* ====26MAY */
.faq-section .container,
.post-detail-content .container, .faq-section .lp-checkout-wrapper h5 {
	width: auto;	
}
.lp-listing-form .radio.radio-danger {
    border: 1px solid #dedede;
}
.lp-method-wrap > label img {
    left: 35px;
}
.lp-custom-lat-long{
	display:none;
}
button.googleAddressbtn{
	-webkit-transition: all 0.5s linear; /* For Safari 3.1 to 6.0 */
    transition: all 0.5s linear;
	float:left;
}
.post-submit #inputAddresss{
	/* display:none; */
}

/* mmmenu 27may */
.mobile-menu {
    padding: 15px 0px 0px 0px;
	width: 120%;
}
.mobile-menu li {
	line-height: 40px;
    border-bottom: 1px solid #fff;
}

#slide-nav {
	display: none;
}
.navbar-toggle.slide-active {
	padding-top: 0px !important;
	top: -40px;
}
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
}
#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: #fff;
}
.navbar-header {
    position: relative
}
.navbar.navbar-fixed-top.slide-active {
    position: relative
}
@media (max-width:767px) { 
	#slide-nav {
		display: block;
	    background: transparent;
		border: none;
		margin: 0px;
	}
	#slide-nav .container {
	    margin: 0!important;
	    padding: 0!important;
      height:100%;
	}
	#slide-nav .navbar-header {
	    margin: 0 auto;
	    padding: 0 15px;
	}
	#slide-nav .navbar.slide-active {
	    position: absolute;
	    width: 80%;
	    top: -1px;
	    z-index: 1000;
	}
	#slide-nav #slidemenu {
	    background: #f7f7f7;
	    left: -100%;
	    width: 80%;
	    min-width: 0;
	    position: absolute;
	    padding-left: 0;
	    z-index: 2;
	    top: -40px;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav {
	    min-width: 0;
	    width: 100%;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
	    min-width: 0;
	    width: 80%;
	    white-space: normal;
	}
	#slide-nav {
	    border-top: 0
	}
	#slide-nav.navbar-inverse #slidemenu {
	    background: #333
	}
	#navbar-height-col {
	    position: fixed;
	    top: 0;
	    height: 100%;
      bottom:0;
	    width: 80%;
	    left: -80%;
	    background: #f7f7f7;
	}
	#navbar-height-col.inverse {
	    background: #333;
	    z-index: 1;
	    border: 0;
	}
	#slide-nav .navbar-form {
	    width: 100%;
	    margin: 8px 0;
	    text-align: center;
	    overflow: hidden;
	}
	#slide-nav .navbar-form .form-control {
	    text-align: center
	}
	#slide-nav .navbar-form .btn {
	    width: 100%
	}
	.header-with-topbar .navbar-toggle.slide-active {
		top: -40px !important;
	}
	.header-with-topbar .navbar-toggle {
	    top: 70px;
	}
}
@media (min-width:768px) { 
	#page-content {
	    left: 0!important
	}
	.navbar.navbar-fixed-top.slide-active {
	    position: fixed
	}
	.navbar-header {
	    left: 0!important
	}
}
/* end mmmenu 27may */

.post-submit a.btn-link{
	display: inline-block;
    margin-top: 4px;
    font-size: 13px;
	cursor:pointer;
}
.post-submit .hiddenlatlong{
	/* display:none; */
}
.lp-custom-lat {
	display: none;
}
#slidemenu img {
	display: block;
	margin-bottom: 15px;
}
#slidemenu .lpl-button {
    background: #ffffff;
    color: #41a6df;
    border: 1px solid #ececec;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
	margin-right: 10px;
}
#slidemenu .lp-listing-adlisting {
	display: block;
    text-align: center;
    width: 120%;
}
.header-right-panel .navbar-fixed-top{
	position:absolute;
	top:-47px;
}
.header-right-panel .navbar-fixed-top.slide-active{
	top:0px;
}
/*Vedio Search Option css start*/
.header-container.lp-vedio-bg {
    
    position: relative;
}
.header-container.lp-vedio-bg video {
   
   
    
    height: 100%;
   
    -o-object-fit: cover;
    object-fit: cover;
   
    width: 100%;
}
.header-container.lp-vedio-bg .video-lp {
    position: absolute;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  
    width: 100%;
	overflow:hidden;
}
/*Vedio Search Option ends*/

.lp_billing_total #lp_tax_type{
	font-size:12px;
}
.lp_section_inner .lp_billing_total{
	display:none;
}


/* moin here 29 */
a.googleAddressbtn {
    background: #363F48;
    color: #7f7f7f;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
	color: #fff;
}
a.googleAddressbtn.active {
    background: #363F48;
}
a.googleAddressbtn:hover {
	background: #42a7df;
}
a.googleAddressbtn:hover,
a.googleAddressbtn.active {
    text-decoration: none;
	position: relative;
	color: #fff;
}
a.googleAddressbtn.active:hover::after {
	/* border-top-color: #42a7df; */
}
.hiddenlatlong .col-md-6 {
	padding-top: 15px;
}
.lp-coordinates {
    padding-bottom: 15px;
}
a.googleAddressbtn.active::after {
    content: "";
    left: 45%;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 25px;
}
.lpl-button:hover {
	
    background: #fff;
	
    color: #333;

}

.lpl-button.md-trigger {

    right: 10px;

}

.lpl-button {

    position: absolute;

    z-index: 9;

    background: transparent;

    color: #363f48;

    border: 1px solid #363f48;

    padding-left: 10px;

    padding-right: 10px;

    padding-top: 5px;

    padding-bottom: 5px;

    float: left !important;

    margin-right: 0px !important;
  
    width: 40%;
    
    margin-left: 15px;

    border-radius: 4px;
	
   /* margin-bottom: 30px; */

    text-align: center;
    top: 85px;

    margin-top: 40px;

}
.mm-panels {
	top: 140px !important;
}
.iconsmall {
	margin-top: 35px;
    float: right !important;
}
/* moin here 29 ends*/

.listing-second-view .single_listing .post-price-row > li.grayscale-dollar{
	width:auto !important;
}

.lp-face.lp-back2 .lp-method-wrap > label img {
    left: 5px !important;
}

.dissablebutton{
	background-color:#e9eaea !important;
}

.header-right-panel .lp-menu ul li ul li a {
	color: #333;
}
.fulldayopen-wrap label{
	font-size: 12px;
    padding-left: 20px;
}
.checkbox.fulldayopen-wrap label:before{
	width: 15px;
    height: 15px;
    top: 6px;
    margin-right: 5px;
}
.checkbox.fulldayopen-wrap input[type=checkbox]:checked + label:before{
	font-size: 9px;
    line-height: 13px;
}
.checkbox.fulldayopen-wrap{
	display:inline-block;
}
.hours > span.fullday {
    width: auto;
    float: left;
	margin:0px 2px 0px 13px;
}
.hours.fullhours > a.remove-hours {
    margin-left: 52px;
}
.leaflet-control-container .leaflet-top, .leaflet-control-container .leaflet-bottom {
z-index: 20;
}
.packages .top-area ul > li span, .packages .top-area h2 span {
		color: #ffffff;
}
.packages .top-area ul > li span, .packages .top-area h2 span {
		color: #ffffff;
}
.lp-search-bar #input-dropdown, .header-filter #input-dropdown {
	
		border-bottom-left-radius: 4px;
	
		border-bottom-right-radius: 4px;

}
.dashboard-tabs.lp-main-tabs.text-center .dropdown.opened a {
    
	border-left-color: #42a7df;
}
/*pagination-last-starts*/
.lp-pagination li a,
.lp-pagination li span {
    border: 1px solid #e3e3e3;
}
.lp-pagination ul li:hover > .page-numbers {
		background-color: #f7f7f7;
}
.lp-pagination ul li:hover {
		background-color: #e3e3e3;
}
.lp-pagination div.page-numbers a:hover{
	background-color: #e3e3e3;	
}
.lp-pagination ul li > span.current:hover,
.lp-pagination ul li > span.current {
	background-color: #363f48;
	color: #fff;
	border-color:  #363f48;
		line-height: 30px;
    padding: 0px 10px;
}
/*pagination-last-ended*/
.claimform.claimform-open h3 {
	margin-top: 0px;
}
.claimform.claimform-open {
	padding: 0px;
    padding-top: 10px;
    margin: 0px;
    padding-left: 3px;
    padding-right: 3px;
}
.claimform.claimform-open #claimform .form-group {
	margin: 0px;
}
.claimform.claimform-open .lp-review-btn {
    padding: 6px 28px 6px 28px;
}
.lp-pagination.pagination {
    padding-left: 15px;
    padding-right: 15px;
}
/*pagination-last-starts*/
.lp-pagination.pagination {
    padding-left: 15px;
    padding-right: 15px;
}
/*pagination-last-ended*/
.widget-rating-box{
	margin-left:0px !important;
}
.widget-rating-box > span.rate{
	border-radius: 3px !important;
	width: 52px !important;
	line-height: 22px !important;
	margin-top:5px;
	margin-bottom:5px;
}
.post-with-map-container-right .list_view .lp-grid-box-bottom .hide {
    display: block !important;
}
.post-with-map-container-right .list_view .lp-grid-box-bottom .hide .gaddress {
    color: #7f7f7f;
    font-size: 12px;
    line-height: 30px;
    max-width: initial;
}
.post-with-map-container-right .list_view .lp-grid-box-bottom .show {
	color: #7f7f7f;
    font-size: 12px;
    line-height: 30px;
    display: none !important;
}
.post-with-map-container-right .lp-grid-box-bottom .pull-left {
    min-width: 65%;
    text-align: left;
}
.listing-second-view.paid-listing.lp-section-content-container.lp-list-page-grid .listing-post article figure {
	background-image:url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/background-img.png);
	min-height: 232px;
}
.listing-second-view.paid-listing.lp-section-content-container.lp-list-page-grid figure img {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
}

/* on 14 july 2017 */

.select-plan-form .plan-options {
	display: block;
    margin-top: 15px;
    margin-bottom: 15px;
	font-weight: normal;
}
.select-plan-form .radio.radio-danger {
	width: 20px;
    height: 20px;
    border: 1px solid #ececec;
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
	margin-bottom: 0px;
    float: left;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.select-plan-form input[type="radio"] {
	margin-left: 0px;
	opacity: 0;
}
.select-plan-form .radio label:before {
	content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 22px;
	top:2px;
    margin-left: -20px;
    border-radius: 50%;
    background-color:#eee;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.select-plan-form  input[type="radio"]:checked + label::before {
	background-color: #999;
    border: medium none;
    color: #7f7f7f;
    content: "";
    height: 14px;
    left: 22px;
    width: 14px;
}
.select-plan-form .radio {
	margin-bottom: 15px;
}
.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right .lp-rigt-icons ul:first-child {
	width: auto;
}
.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right .lp-rigt-icons ul:last-child  li a {
	padding-left: 15px;
}
.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right .lp-rigt-icons ul:last-child {
	float: left;
	padding-top: 0px;
	margin-left: 10px;
}
.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right .lp-rigt-icons {
	margin-left: 10px;
}
.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right .lp-rigt-icons ul {
    display: inline;
    float: left;
    width: auto;
}
.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right {
	width: 36%;	
	position: absolute;
    right: 12px;
    top: 41px;
}
.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right li:first-child a span {
	line-height: 25px;
}
.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right li:first-child a {
	padding: 2px 15px 2px 40px;
}
.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right li a, .dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right li form#lp_recheck .lp-review-btn {
    padding: 5px 20px;
	height: 30px;
}
.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right li form#lp_recheck .lp-review-btn{
    font-size: 14px !important;
}
.plane_change_btn,.lp_change_plan_action{
	padding: 0px 15px;
}
.lp-new-plane-container .lp-change-plane-status{
	position:absolute;
	right:15px;
	bottom:41px;
}
.lp-new-plane-container{
	position:relative;
}
.lp_change_plan_action{
	display: inline-block;
}


.lp_change_plan_action,.lp-action-div  form input[type="submit"],.lp-new-plane-container .plane_change_btn input[type="submit"]{
	color: #333;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 6px 10px;
	background:#fff;
}
.lp_change_plan_action:hover,.lp-action-div  form input[type="submit"]:hover,.lp-new-plane-container .plane_change_btn input[type="submit"]:hover{
	color:#fff;
	background:#333;
}
/* css by moin 21 jul */
@media (max-width: 600px) {
    .lp-home-banner-contianer .lp-search-bar div.form-group.lp-location-search.hide-what {
        width: 100% !important;   
    }
}
.lp-home-banner-contianer .lp-search-bar .form-group.lp-location-search.hide-what {
    width: 80% !important;
    border-radius: 4px;
}
.header-filter .input-group.width-49-percent.hide-what {
    width: 90%;
    border-radius: 4px;
}
/* #lp_vedio {
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto;
} */
.sidebar-post .md-modal.md-effect-3.single-page-popup.md-show {
	max-width: 1600px;
}
.lp-blog-grid-box .lp-blog-grid-box-description .lp-blog-user-thumb {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -25px;
    border-radius: 50%;
}
#modal-packages {
    top: 25px;
}
#modal-packages .modal-body {
    padding-bottom: 25px;
}
#modal-packages .modal-header .close {
    margin-top: -45px;
    margin-right: -45px;
    background: #42a7df ;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 100%;
}
.list_view .lp-grid-box-bottom .pull-left,
.post-with-map-container-right .lp-grid-box-bottom .pull-left {
	max-width: 65%;
}
.list_view .lp-grid-box-bottom .hide,
.post-with-map-container-right .list_view .lp-grid-box-bottom .hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
/* end css by moin 21 jul */


/*start shoaib*/
.lp-selected-plan-features ul{
	margin:0px;
	padding:0px;
}
.lp-selected-plan-features {
	padding:15px;
	padding-bottom:0px;
	
}
.lp-selected-plan-features ul li p i{
	color:#2E8B57;
	margin-right:4px;
}
.lp-selected-plan-features ul li p{
	margin-bottom:0px;
}
.lp-selected-plan-price h3{
	font-size:20px;
}
.lp-selected-plan-price h3 span{
	font-size:16px;
	color:#333;
	margin-left:2px;
}
.lp-change-plan-btn{
margin-bottom:0px !Important;

}
.lp-change-plan-popup .modal-header .modal-title{
	font-size:26px;
}
.lp-selected-plan-price .plan-options{
	font-weight: 600;
    font-size: 20px;
    color: #333;
}
.lp-new-plane-container .lp-selected-plan-features{
    border-bottom: 1px solid #e5e5e5;
	padding-bottom:30px;
}
.lp-new-plane-container .lp-selected-plan-features:last-child{
	 border-bottom:0px;
}

.selected-plane-price-features ul li{
	display:inline-block;
	margin-right:15px;
	position:relative;
	padding-right:15px;
	float:left;
}
.selected-plane-price-features ul li:after{
   font-family: FontAwesome;
   content: "|";
   display: inline-block;
   
   vertical-align: middle;
   position:absolute;
    top: 3px;
    right: 0px;
}
.selected-plane-price-features ul li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.selected-plane-price-features ul li:last-child:after{
	display:none;
}
.
/*end shoaib */
.widget-box.listing-price .hotel-menu {
    overflow-y: scroll;
}

/* for recurring payment stripe */
div.lp-recurring-button-wrap{
	float: left;
    margin-left: 17px;
}
div.lp-recurring-button-wrap input[type=checkbox]:checked + label:before{
	color:#fff;
	border-color:#fff;
}
div.lp-recurring-button-wrap input[type=checkbox]+ label{
	padding-top: 3px;
}
/* end for recurring payment stripe */
div.bottom-section a.reviewRes i{
	margin-right:2px;
}
.bottom-section .reviewRes span.interests-score {
    margin-left: 2px;
}
/*strt of new location*/
form #cities {
    padding-left: 80px;
    width: 100%;
    height: 46px;
    line-height: 47px;
    border-radius: 0 5px 5px 0;
}
.input-group.width-49-percent .input-group-addon.lp-border {
    z-index: 7;
}
.city-autocomplete {
	z-index: 100001 !important;
	overflow: hidden;	
    border: none !important;
}
.city-autocomplete .help {
	line-height: 22px;
	padding: 8px 15px;
	border-bottom: 1px solid #f9f9f9;
}
.city-autocomplete .help:hover:last-child {
	border-bottom: none;
}
.city-autocomplete .help:hover {
    background-color: #363F48;
	color: #fff;
	font-size: 14px;
}
@media (max-width: 480px) {
	form #cities {
		border-radius: 0px !important;
	}
}
/*Start by moin*/
.listing-second-view .single-page-slider-container.style2 .img_1 .slick-slide,
.listing-second-view .single-page-slider-container.style2 .img_1 .slick-track {
    width: 100% !important; 
}
.listing-second-view .single-page-slider-container.style2 .img_1 img {
   /* height: 100%;*/
}
@media (max-width: 1024px) {
	.single-page-slider-container.style2.three-imgs img {
		/* height: 100%;*/
	}
}
@media (max-width: 767px) {
    .single-page-slider-container.style2 .listing-slide .slide {
        height: 250px !important;
    }
 .listing-second-view .single-page-slider-container.style2 img {
   height: 100% !important;
  }
}
@media (min-width: 1024px) {
  .single-page-slider-container.style2.three-imgs .img_2 img {
		/* height: 100%;*/
    	width: 100%;
	}
}
.listing-second-view .single-page-slider-container.style2 img {
   /* height: 100%;*/
}
.listing-second-view .single-page-slider-container.style2 .img_3.slick-initialized .slick-slide {
    width: auto !important;
}
/*ENDED by moin*/ 
form#listings_checkout .lp_select_listing_heading{
	font-size:18px;
}

span.email-exist-error{
	padding:5px;
	color:#ff0000;
}
div#lp-find-near-me ul {
    margin: 0;
    padding: 0;
}
div#lp-find-near-me ul li a:hover{
    background-color: #F7FBFE;
}
div#lp-find-near-me ul li a {
    padding: 5px 10px;
}
div#lp-find-near-me-outer ul li #map-view-icon2:hover,div#lp-find-near-me-outer ul li #map-view-icon2:focus{
	
	background-color: #f8f8f8;
}
div#lp-find-near-me-outer ul li #map-view-icon2{
	
	line-height:27px;
}
div#lp-find-near-me ul li a {
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    color: #9f9f9f;
    float: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 27px;
    padding: 3px 15px;
}
div#lp-find-near-me ul li a.active{
	color: #ffffff;
}

/*side bar widget nearby start*/
.lp-nearby-grids {
	position: relative;
}
.lp-nearby-grids .lp-dis {
    position: absolute;
    bottom: 41px;
    left: 20%;
    z-index: 9;
    font-size: 14px;
}
.lp-nearby.paid-listing .listing-post figure{
	float: left;
    position: relative;
    width: 100%;
    background-color: #000;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    width: 90px;
}
.lp-nearby.paid-listing .listing-post .lp-grid-box .lp-grid-desc-container .lp-grid-box-thumb-container {
	position: relative;
    background-color: #000;
    float: none;
    border-radius: 5px;
    overflow: hidden;
    width: 90px;
	vertical-align:middle;
	display:inline-table;
}
.lp-nearby.paid-listing .listing-post .lp-grid-box .lp-grid-desc-container .details {
    float: none;
    padding-left: 10px;
	width:calc(100% - 100px);
	vertical-align:middle;
	display:inline-table;
}
.lp-nearby.paid-listing .listing-post .details .cat-icon {
	display: inline-block;
    line-height: 17px;
    margin-right: 0px;
    width: 12px;
}
.lp-nearby.paid-listing .listing-post .details ul li {
	font-size: 12px;
}
.lp-nearby.paid-listing .listing-post .details ul li .no-review {
	padding-left: 0px !important;
}
.lp-nearby.paid-listing .listing-post .details ul li span:last-child {
    line-height: 18px;
    padding: 3px 10px;
    height: 27px;
    vertical-align: top;
    width: 42px;
}
.lp-nearby.paid-listing .listing-post .details .lp-h4 a:hover {
	color: #ff5a5f;	
}
.lp-nearby.paid-listing .listing-post .details .lp-h4 a {
	font-size: 14px;
}
.lp-nearby.paid-listing .listing-post .details .lp-h4{
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 17px;
}
.lp-nearby.paid-listing .listing-post .details span.rate  {
	height: 23px;
	line-height: 15px;
}
.lp-nearby.paid-listing .listing-post .details ul {
	padding: 0px;	
	margin: 0px;
}
.lp-nearby.paid-listing .listing-post .lp-location .show {
	font-size: 16px;
}
.lp-nearby.paid-listing .listing-post .lp-location {
	margin-top: 5px;
}
.lp-nearby.paid-listing .listing-post .lp-location a {
	font-size: 12px;
}
.lp-nearby.paid-listing .listing-post .lp-location .cat-icon  img {
	width: 15px;	
}
.lp-nearby.paid-listing .listing-post .details span.verified {
	background-color: #73cf42;
}
.lp-nearby.paid-listing .listing-post .lp-grid-desc-container {
    padding: 10px;
}
.lp-nearby.paid-listing .listing-post .lp-sidebar-nearby {
	position: relative;
    display: block;
    height: auto;
	
   
}
.lp-sidebar-nearby .grid_view2{
	margin-bottom:10px !important;
}
.lp-nearby.paid-listing .listing-post .lp-sidebar-nearby .lp-distance-sidebar {
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 9;
    font-size: 12px;
	color: #FF4500;
    font-weight: 700;
}
.listing-app-view .lp-nearby{
	margin-bottom:20px;
}
.lp-sidebar-nearby .promoted .lp-h4 a .listing-pro{
	border: 1px solid #ebac2c;
border-radius: 3px;
color: #ebac2c;
float: left;
font-size: 12px;
font-weight: 500;
line-height: 16px;
margin-right: 7px;
margin-top: 2px;
padding: 0 3px 0 4px;
}
/*side bar widget nearby ends*/
/* for 2checkout */
button.lp-2checkout-modal{
	display:none;
}
/* end for 2checkout */

/*shoaib css start*/
.lp-sub-title{
    width: 800px;
    margin: 0 auto;
}
.listing-grid-view2-outer .lp-grid-box-description {
    padding: 10px 15px 2px 15px;
}
.listing-grid-view2-outer .lp-grid-box-description h4{
    margin-bottom:6px;
}
.sub-category-outer li{
    display:inline-block;
}
.sub-category-outer li a{
    color:#fff;
}
.sub-category-outer li p{
    margin:0px;
    line-height:20px;
}
.sub-category-outer{
    margin:0px;
    padding:0px;
}
.category-style3-title-outer{
z-index: 99999;
}
.category-style3-title-outer a:hover{
    color:#fff !important;
}
/*category grid style*/
.city-girds2 .city-thumb2 .category-style3-title-outer{
    position:absolute;
    left: 20px;
    bottom: 15px;
    border-radius:3px;
    -o-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.city-girds2 .city-thumb2:hover .category-style3-title-outer{
    
    bottom: 20px;
}
.city-girds2 .city-thumb2  .category-style3-title-outer a{
    color: #fff;
    
    padding: 0px 10px;
    font-size: 16px !important;
    line-height: 30px;
}
.city-girds2 .city-thumb2  .category-style3-title-outer .lp-h3{
    margin:0px!important;
}
.city-thumb2{
    border-radius:8px;
    overflow:hidden;
    position: relative;
}
.city-girds4 .category-style3-title-outer .lp-h3,.location-girds4 .city-title .lp-h3{
    
    -webkit-transform:translateY(10px) !important;
    -moz-transform:translateY(10px) !important;
    -o-transform:translateY(10px) !important;
    transform:translateY(10px) !important;
    
}
.city-girds4:hover .category-style3-title-outer .lp-h3,.location-girds4:hover .city-title .lp-h3{
   -webkit-transform:translateY(0px) !important;
    -moz-transform:translateY(0px) !important;
    -o-transform:translateY(0px) !important;
    transform:translateY(0px) !important;
}
.city-girds4 .category-style3-title-outer,.location-girds4 .city-title{
    padding-bottom:15px !important;
}
/*call to action*/
.lp_section_inner{
    background-size:100%;
}
.call-to-action2{
    padding:50px 0px;
}
.call-to-action2 h3,.call-to-action2 h1{
    
    color:#fff;
}
.call-to-action2 h3{
    font-size:30px;
    font-family: 'Rock Salt', cursive;
    margin-bottom:0px;
    margin-top:0px;
    font-weight: 400;
}
.call-to-action2 h1{
    font-size:80px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'Rock Salt', cursive;
    font-weight: 400;
}
/*new blog style*/
.lp-blog-style2-outer{
    border: 1px solid #e3e3e3;
    border-right: 0px;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
    text-align:left;
}
.lp-blog-grid-box-container-first-post{
    max-height: 406px;
    overflow: hidden;
}
.lp-blog-grid-box-container-style2 .lp-blog-grid-box-description2 {
    
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.lp-blog-user-thumb2{
    width:50px;
    height:50px;
    border-radius:50%;
    overflow: hidden;
}
.lp-blog-user-thumb2 img{
    border-radius:5px;
}
.lp-blog-style2-outer .lp-blog-grid-title{
    padding:0px;
    margin-top: 20px;
}
.lp-blog-style2-inner{
     padding: 35px 20px;
     padding-right:40px;
}
.lp-blog-style2-inner .lp-blog-grid-title h4 a{
    font-size: 24px;
    line-height: 30px;
}
.lp-blog-style2-inner .lp-blog-grid-title p{
    line-height:24px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.lp-blog-style2-inner .lp-blog-grid-author li a,.lp-blog-grid-author2 li a{
color: #7f7f7f;
}
.blog-read-more a{
    color: #7f7f7f;
    font-weight:700;
    display:inline-block;
    float: none!important;
    margin-top: 24px;
	border: 1px solid!important;
    border-radius: 5px;
   
    font-size: 14px;
    line-height: 26px;
    padding: 3px 15px;
}
.blog-read-more a:hover{
	color:#fff !Important;
}
.lp-blog-grid-box-description2{
    text-align:left;
}
.lp-blog-grid-author2,.lp-blog-grid-box-description2 .blog-read-more{
    padding:0px 30px;
}
.lp-blog-grid-box-description2 .lp-blog-user-thumb{
    margin: -25px 20px auto !important;
}
.lp-blog-grid-box-description2 .lp-blog-grid-title h4{
    margin-top:20px;
    
}
.lp-blog-grid-box-description2 .lp-blog-grid-title h4 a{
    font-size: 20px;
    line-height: 30px;
}
.lp-blog-grid-box-description2 .lp-blog-grid-title p{
    line-height:24px;
}
.lp-blog-grid-box-description2 .blog-read-more a{
    margin-top:16px;
}
/*footer class two*/
.footer-style2 .widget-title h2{
    margin-top:0px;
    color:#fff;
    font-size:18px;
}
.footer-style2 a,.footer-style2 li,.footer-style2 p,.footer-style2 span{
    color:#808080;
}
.footer-style2 a:hover,.footer-style2 a:focus{
    color:#fff;
}
.footer-style2 li{
    margin-bottom:6px;
}
.footer-style2 li:last-child{
    margin-bottom:0px;
}
.footer-style2 ul{
    padding:0px;
    margin:0px;
}
/*contact info widget*/
.contact-info-widget{
    margin-bottom:20px;
}
.contact-info-widget ul{
    padding:0px;
    margin:0px;
}
.contact-info-widget ul li{
    margin-bottom:6px;
    
}
.contact-info-widget ul li:last-child{
    margin-bottom:0px;
}
.contact-info-widget ul li .fa{
    margin-right:5px;
}
.footer-logoo{
    margin-bottom:20px;
}
.contact-info-widget-social ul{
    padding:0px;
    margin:0px;
}
.footer-social-icons-widget li{
    margin-right:10px;
}
.footer-social-icons-widget li:last-child{
    margin-right:0px;
}
.footer-social-icons-widget li img {
    width: 25px;
    height: 25px;
}
/*single detail page style2*/
.single-tabber2{
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
}
.single-tabber2 ul{
    padding:0px;
    margin:0px;
}
.single-tabber2 ul li{
    display:inline-block;
    float:left;
    position:relative;
}
.single-tabber2 ul li{
    
    margin-right:30px;
}
.single-tabber2 ul li:last-child{
    margin-right:0px;
}
.single-tabber2 ul li a{
    text-transform: capitalize;
    padding: 15px 0px;
    display: block;
    
    color: #333;
}
.single-tabber2 ul .active a:after {
    height: 2px;
    
    width: 100%;
    left: 0;
    content: '';
    bottom: -1px;
    position: absolute;
}
.detail-page2-tab-content .map-area .listing-detail-infos .list-style-none.list-st-img > li:last-of-type {
    border-bottom: none;
}
.detail-page2-tab-content .map-area .listing-detail-infos .list-style-none.list-st-img > li {
    border-bottom: 1px solid #dedede;
    line-height: 34px;
    margin-bottom: 0;
    padding: 3px 0px 6px;
}
.detail-page2-tab-content .map-area .listing-detail-infos .widget-social ul.list-style-none.list-st-img > li a {
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    width: 100%;
}
.detail-page2-tab-content .listing-detail-infos .widget-social ul.list-style-none.list-st-img > li {
    border: medium none;
    border-radius: 5px;
    display: inline-block;
    float: none;
    height: 35px;
    margin-right: 5px;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 22px;
}
.detail-page2-tab-content #submitreview h3.comment-reply-title {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 30px;
}
#submitreview{
	margin-bottom:30px;
}
.detail-page2-tab-content #singlepostmap{
    height:250px;
}
.detail-page2-tab-content .features li{
    padding-left:0px;
}
.detail-page2-tab-content #desp .features{
    padding-top:0px;
}
.detail-page2-tab-content #desp .features li{
    margin-bottom:0px;
}
.post-feature-box{
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 10px 25px;
    padding-top: 25px;
}
.post-feature-box .features li{
    margin-bottom: 10px;
}
.post-feature-box h3{
margin-top: 0px;
    margin-bottom: 10px;
}
.listing-second-view .detail-page2-tab-content .features-listing > ul.hidding-timings {
    display: block;
  
}
.detail-page2-tab-content a.show-all-timings{
    display:none;
}
.detail-page2-tab-content .review-form{
    margin-top:0px !important;
}
.detail-page2-tab-content .reviews-section{
    margin-bottom:30px !important;
}

a.show-all-form-feilds {
    background-color: #ffffff;
    border: 1px solid #dedede;
    bottom: -8px;
    color: #939393;
    float: left;
    font-size: 9px;
    font-weight: 400;
    left: 50%;
    letter-spacing: 0.7px;
    padding: 2px 5px;
    position: absolute;
    text-transform: capitalize;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.listing-second-view .widget-box.business-contact2 .user_text{
    margin-bottom:0px !important;
    
}
.listing-second-view .widget-box.business-contact2{
    position:relative;
}
a.show-all-form-feilds::before {
    content: "+";
    display: inline-block;
    margin-top: -2px;
    vertical-align: top;
    width: 10px;
}
a.show-all-form-feilds.opened::before {
    content: "-";
}
.description-container{
    line-height:20px;
    
}
.grid_view2 .description-container{
    display:none;
}
.list_view .description-container{
    display:block;
}
.detail-page2-tab-content .review-form > form#rewies_form{
display:block !important;
}
.detail-page2-tab-content .comment-reply-title{
    margin:0px;
    font-size:16px;
}
.detail-page2-tab-content .comment-reply-title .fa-caret-down{
    display:none;
}
.listing-second-view .detail-page2-tab-content .author-img {
    float: left;
    width: auto;
	    border-radius: 50%;
    overflow: hidden;
}
.detail-page2-tab-content .contact-form.quickform form.form-horizontal .form-group.pos-relative .lp-search-icon{
	left:45% !important;
}
/*blog*/
.blog-single-inner-container{
 background-color: transparent;
 border: none;
}
.blog-single-inner-container .blog-content-outer-container{
 padding: 20px;
 border: 1px solid #e3e3e3;
 border-radius: 8px;
 background-color: #fff;
}
.blog-single-inner-container .blog-content-outer-container iframe{
	width:100%;
}
@media ( min-width: 992px ) {
 .page-container-second {
    padding-top: 40px;
    padding-bottom: 40px;
}
.background-white{
    background-color:#fff;
}
.aliceblue .lp-blog-grid-box-description {
    
    background: #fff;
}
}
 .sidebar-container #sidebar .widget,.blog-single-inner-container #sidebar .widget{
    padding: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background-color: #fff;
}
#sidebar aside h2.widget-title{
    margin-bottom: 20px;
    border-bottom: 1px solid #efefec;
    padding-bottom: 10px;
}
.jw-recent-posts-widget ul{
    padding:0px;
    margin:0px;
}
.jw-recent-posts-widget ul li:first-child{
    margin-bottom:0px;
}
.jw-recent-posts-widget .recent-thumb{
    border-radius: 5px;
    overflow: hidden;
    display: inline-table;
    margin-right:10px;
    
}
.jw-recent-content{
    display: inline-table;
    vertical-align:top;
     width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px);
}
.jw-recent-posts-widget .jw-recent-content p{
	margin-bottom:0px;
}
.jw-recent-posts-widget .jw-recent-content.with-thumb > h3{
margin:0px;
}
#sidebar .jw-recent-posts-widget ul li .jw-recent-content a {
    color: #333;
    float: left;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 7px;
    vertical-align: top;
    width: 100%;
}
.jw-recent-content > p {
    color: #797979;
    font-size: 13px;
    line-height: 20px;
}
.jw-recent-content .meta span{
    font-size:12px;
    font-weight:400;
    color:#b0b0b0;
      
}
.jw-recent-content .meta{
    font-size:12px;
    font-weight:400;
    color:#b0b0b0;
    display:none;
    }
.jw-recent-content .meta a{
    font-size:12px;
    font-weight:400;
    color:#b0b0b0;
}
.jw-recent-content .meta .date{
        border-right: 1px solid #b0b0b0;
       padding-right: 6px;
    margin-right: 6px;
}
.jw-recent-content .meta a{
    float:none !important;
    width:auto !important;
}
.page-heading .page-heading-inner-container h1 span{
    color:#fff;
}
.page-heading-inner-container .breadcrumbs a{
    display:none;
}
.page-heading-inner-container .breadcrumbs a:first-child{
    display:block;
}
#sidebar aside h2.widget-title{
	 border-bottom: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
	 position: relative;
	 display: inline-block;
	 font-size:18px;
	 
}

#sidebar aside h2.widget-title:after {
    height: 2px;
    
    left: 0;
    content: '';
    bottom: -1px;
    position: absolute;
	width: 40px;
}
#sidebar aside > ul {
    margin: 0;
    padding: 0;
}
#sidebar aside.widget ul li:last-child{
	padding-bottom:0px !important;
}
 #sidebar aside.widget ul li:first-child {
    padding-top:8px!important;
}
#sidebar aside.widget ul li {
    padding: 8px 0 !important;
	 border-bottom:0px;
}
.sidebar-style1  #sidebar{
	background:#fff;
	border-radius:8px;
}
.sidebar-style1 #sidebar .widget {
    background-color:transparent !important;
    border:0px !important;
    border-radius: 0px !important;
	margin-bottom:0px !important;
	padding-bottom:0px !important;
	position:relative;
}
.sidebar-style1 #sidebar{
	background:#fff !important;
	 border: 1px solid #e3e3e3 !important; 
	border-radius:8px !important;
	padding-bottom:30px !important;
}
.sidebar-style1 #sidebar .widget:after{
	height: 0px;
    background:#e3e3e3;
    left: 0;
    content: '';
    bottom: -30px;
    position: absolute;
	width: calc(100% - 60px);
	margin:30px;
}
.sidebar-style1 #sidebar .widget:last-child:after{
	height:0px;
}
.page-container-second-blog{
	padding-bottom:20px;
	padding-top:20px;
}
#sidebar .widget{
	padding:30px;
	background:#fff;
}
.sidebar-style2 #sidebar .widget{
	border-radius:8px;
	border: 1px solid #e3e3e3; 
}
/*end blog*/
/*listing archive*/
.post-with-map-container-right .search-row #searchform  .sortbyrated .chosen-container.chosen-container-single.chosen-container-single-nosearch{
    width: 130px !important;
}
.post-with-map-container-right #searchform  .sortbyrated .chosen-container.chosen-with-drop .chosen-drop {
    width: 103%;
    left: -2px;
}
.sortbyrated .chosen-container-single .chosen-single{
    padding-left:15px !Important;
}
.search-row .form-inline .sortbyrated-outer {
   
   
}
/*end listing archive*/
/*home page banner*/
.lp-home-banner-contianer-inner-video {
    left: 0;
    position: relative;
    bottom: -45px;
    max-height: 170px;
    width: calc(100% - 60px);
    -webkit-box-shadow: 0 12px 24px rgba(0,0,0,.1);
    box-shadow: 0 12px 24px rgba(0,0,0,.1);
    margin:0px 30px;
    
}
.video-bottom-search-content{
        background: #1bca8f;
    padding: 47px 40px;
    min-height: 170px;

}
.lp-home-banner-contianer-inner-video{
    z-index:9999;
}
.video-bottom-search-content h1{
    margin:0px;
    color:#fff;
}
.video-bottom-search-container{
    background:#fff;
    padding: 43.5px;
}
.video-bottom-search-container .lp-search-bar{
    margin-top:0px;
    padding:0px;
}
.video-bottom-search-container .form-group.lp-suggested-search {
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.12);
    box-shadow: 0 2px 7px rgba(0,0,0,.12);
}
.video-bottom-search-container .form-group.lp-location-search {
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.12);
    box-shadow: 0 2px 7px rgba(0,0,0,.12);
}
.video-bottom-search-container .form-group.lp-location-search{
	margin-left:-3px !Important;
}
.video-bottom-search-container .lp-banner-browse-txt{
    color:#333;
}
.lp-home-banner-contianer-inner-video-outer{
    height: auto!important;
}
.video-bottom-search-container .lp-search-bar-right i{
    color:#fff;
}
/*end home page banner*/
/*shoaib css end*/
/*add new css from shoaib*/

.post-row-header-features{
	padding-left:20px;
}
.listing-app-view .make-reservation-outer{
	margin-bottom: 27px;
}
.listing-app-view .lp-menu-bar{

}
.listing-app-view .searchcategory_chosen .chosen-container-single .chosen-single{
	 height: 46px;
    line-height: 46px;
}
.listing-app-view .grid_view .lp-grid-box-description .lp-h4{
	margin-top:0px !Important;
}
.listing-app-view .grid_view .lp-grid-box-description .lp-grid-box-left ul{
	margin-bottom:0px !Important;
}
.listing-app-view .grid_view .lp-grid-desc-container{
	padding-bottom: 0px !Important;
    padding-left: 0px !Important;
    padding-right: 0px !Important;
    padding-top: 5px !Important;
}
.listing-app-view .meta_info_top_40{
margin: 30px auto 0 !Important;
}
.listing-app-view .footer-upper-bar{
	padding:0px!important;
}
.listing-app-view .single-inner-container-inner{
	    padding: 0px;
}
.listing-app-view .lp-nearby.paid-listing .listing-post .lp-sidebar-nearby .lp-distance-sidebar{
	bottom: 50px;
    right: 15px;
}
.listing-app-view .listing-app-view2 .grid_view.lp-grid-box-contianer {
    width: 100% !important;
    float: left;
    padding: 0 5px;
}
.listing-app-view .today-hrs{
	text-align: left;
    
}
.listing-app-view  .today-timing{
	text-align:left;
}
.app-view-filters .chosen-container.chosen-container-single.chosen-container-single-nosearch{
	height: auto;
}
.listing-app-view .open-hours ul.hidding-timings{
	text-align:left;
	width: 100%;
}
.listing-app-view .header-container .md-show{
    width: 100% !important;
    overflow: hidden!important;
    padding: 0px 10px;
	left:0px;
    top: 50%!important;
    transform: translateY(-50%)!important;
}  
.listing-app-view #modal-3.md-modal.md-effect-3.md-show .login-form-popup{
padding:0px;
}
.app-view-header .lp-search-toggle .user-menu i{
	    font-size: 20px;
    color: #fff;
    margin-top: 13px;
}
.app-view-header .lp-search-toggle .user-menu span i{
	margin: 0px 2px;
    font-size: 16px;
}
#sidebar{
	margin-bottom:30px;
}
.lp-section-title-container h1{
	text-align:center !important;
}
.listing-app-view footer.text-center .footer-upper-bar-for-app,.footer-app-menu{
    bottom: 0;
    width:100%;
    position: fixed;
	z-index:1;
   
}
.listing-app-view  .widget-box{
	margin-bottom:10px !important;
}
.listing-app-view2 .make-reservation-outer a.secondary-btn{
	width: 243px;
    font-weight: 400;
}
.listing-app-view .listing-with-map .list_view{
padding-left: 5px;
    padding-right: 5px;
}
.listing-app-view .listing-app-view2 .listing-detail-infos .widget-social{
	display:none;
}
.listing-app-view .listing-app-view2 .list-st-img li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px!important;
}
.listing-app-view .listing-app-view2 .map-area .listing-detail-infos ul li a span.cat-icon{
	width:15px;
	margin-right: 5px;
	display: inline-table;
    vertical-align: middle;
}
.listing-app-view .listing-app-view2 .map-area .listing-detail-infos ul li a span.cat-icon i{
	font-size:13px;
}
.listing-app-view .listing-app-view2 .map-area .listing-detail-infos ul li{
	position:relative;
}
.listing-app-view .listing-app-view2 .map-area .listing-detail-infos ul li:after {
    font-family: FontAwesome;
    content: "\f105";
   position:absolute;
   right:25px;
   top:50%;
   transform:translateY(-50%);
   font-weight: 300;
    font-size: 16px;
	color:#7f7f7f;
}
.listing-app-view .listing-app-view2 .lp-grid-box-contianer{
	padding-left: 0px!important;
    padding-right: 0px!important;
}
.listing-app-view .listing-app-view2 .widget_listingpro_nearby .lp-grid-box-description{
	padding-bottom: 0px!important;
	padding-top: 0px!important;
    padding-right: 0px!important;
}
.listing-app-view .listing-app-view2 .lp-nearby.paid-listing .listing-post .lp-grid-desc-container {
    padding:0px!important;
	padding-left: 5px!important;
}
.listing-app-view .listing-app-view2 .lp-nearby.paid-listing .listing-post .lp-sidebar-nearby{
	width:100%;
}
.listing-app-view .listing-app-view2 .lp-nearby.paid-listing .listing-post .lp-sidebar-nearby .lp-distance-sidebar{
	bottom: 19%;

}
.listing-app-view .listing-app-view2 .lp-nearby.paid-listing .listing-post .lp-sidebar-nearby{
	
	margin-bottom:0px;
}
.listing-app-view .listing-app-view2 .lp-nearby.paid-listing .listing-post .lp-sidebar-nearby .lp-grid-box-contianer1{
	margin-bottom: 0px !important;
	
}
.add-on-map {
    color: #333;
    font-size: 13px;
    background: #fff;
    position: relative;
    
    z-index: 9999;
	padding:17px 25px;
}
.add-on-map span{
	color:#333;
	vertical-align: middle;
    display: inline-flex;
}
.add-on-map span i{
	margin-right:5px;
	font-size:16px;
}
.listing-app-view .listing-app-view2  .listing-price a.open-modal{
	border-radius:0px !Important;
	border-bottom: 1px solid #ececec !important;
}
.listing-app-view .listing-app-view2 .form-review-stars .rating-symbol .rating-symbol-background,
.listing-app-view .listing-app-view2 .form-review-stars .rating-symbol .rating-symbol-foreground .fa {
	font-size: 26px !important;
}
.listing-app-view .listing-app-view2 .review-form > form#rewies_form{
	padding: 18px 15px 5px !important;
}
.listing-app-view .review-form #rewies_form .form-group:last-child p{
	padding-top:0px !important;
	
}
.listing-app-view .listing-app-view2 .list_view span.rate sup{
	display:none !important;
}
.listing-app-view .listing-app-view2 .widget_listingpro_nearby span.rate sup{
	margin-left: 18px !important;
    top: -5px;
}
.listing-app-view .listing-app-view2 .widget_listingpro_nearby > h2{
	margin-bottom:20px;
}
.listing-app-view  .grid_view .middle{
	display:none;
}
.listing-app-view  .grid_view .lp-grid-box{
	border:0px !Important;
}
.listing-app-view  .grid_view .lp-grid-box-thumb img{
	border-radius:4px;
}
.listing-app-view  .grid_view .lp-grid-box-description span.rate {
    font-size: 12px !important;
	padding: 0px 8px!important;
	border-radius:3px!important;
	margin-right:0px !important;
	display: inline-block;
}
.listing-app-view  .grid_view span.rate sup{
	display:none!important;
	
}
.listing-app-view  .grid_view .lp-grid-box-left.pull-left > ul > li{	
	border-left:0px !important;
}
.listing-app-view  .grid_view .lp-grid-box-left.pull-left > ul > li{
	margin-top:0px;
}
.listing-app-view .lp-grid-box-description span.cat-icon {
    display: inline-block;
    line-height: 17px;
    margin-right: 5px;
    width: 15px;
}
.listing-app-view  .grid_view .lp-grid-box-description span.cat-icon,.map-view-list-container .list_view .lp-grid-box-description .lp-grid-box-left ul li:last-child .cat-icon{
	margin-right:0px !important;
}
.listing-app-view .listing-app-view-bar .search-filters > ul > li > a,.listing-app-view .listing-app-view-bar .currency-signs > ul > li > a{
	
    font-size: 11px !important;
    
    padding: 2px 10px !important;
  
}
.listing-app-view .listing_list_view .list_view{
	padding:0px 5px !Important;
}
.listing-app-view .lp-grid-box-description h4.lp-h4 > a > .listing-pro{
	margin-top:0px !Important;
	display: inline-table !Important;
    vertical-align: middle !Important;
    float: none !Important;
	margin-right:2px !Important;
}
.listing-app-view .grid_view.lp-grid-box-contianer .lp-grid-box-description h4.lp-h4 > a{
	display: inline-table !Important;
    vertical-align: middle !Important;
}
.listing-app-view .list_view span.rate sup {
    display: none !Important;
	margin-left: 17px !Important;
	top: -0.7em !Important;
}
.listing-app-view .listing_grid_view .lp-section-content-container{
	padding-bottom:10px !Important;
}
.listing-app-view.home .lp-section-title-container h1{
	text-align:left !Important;
	padding-left:20px !important;
}
.listing-app-view .cities-app-view{
	   
    padding: 0px 5px !Important;
}
.listing-app-view .cities-app-view .city-thumb > img{
	margin-left:0px !Important;
}
.listing-app-view .cities-app-view .city-girds,.listing-app-view .cities-app-view .city-girds .city-thumb{
	border-radius:3px !important;
}
.listing-app-view .cities-app-view .city-girds .city-title{
	position: relative !important;
    background: transparent !important;
    margin-bottom: 0px!important;
    text-align: left;
    padding-bottom: 0px!important;
}
.listing-app-view .cities-app-view .city-girds .city-title h3 a,.listing-app-view .cities-app-view .city-girds .city-title .lp-listing-quantity{
	color:#333 !important;
	font-size:14px !important;
}
.listing-app-view .cities-app-view .city-girds .city-title .lp-listing-quantity{
	color:#7f7f7f !important;
	font-size:12px !Important;
}
.listing-app-view .cities-app-view .city-girds{
	margin-bottom:0px !Important;
}
.listing-app-view .cities-app-view .city-girds .city-title .lp-h3{
    
    -webkit-transform:translateY(10px) !important;
    -moz-transform:translateY(10px) !important;
    -o-transform:translateY(10px) !important;
    transform:translateY(10px) !important;
	margin-bottom:10px !important;
    
}
.listing-app-view .cities-app-view .city-girds:hover .city-title .lp-h3{
   -webkit-transform:translateY(10px) !important;
    -moz-transform:translateY(10px) !important;
    -o-transform:translateY(10px) !important;
    transform:translateY(10px) !important;
}
.listing-app-view .list_view .lp-grid-box-description .lp-grid-box-left.pull-left{
	padding-top:2px !important;
}
.listing-app-view .list_view .lp-grid-box-description h4{
	margin-bottom:1px !important;
}
.listing-app-view .list_view .lp-grid-box-left ul li:last-child span.cat-icon{
	margin-right: 0px !important;
    width: 10px !important;
}
.listing-app-view .footer-about-company{
	padding: 0px 10px;
}
.listing-app-view .footer-about-company li{
	display:inline;
}
.listing-app-view .footer-bottom-bar p{
	margin-top:0px;
	padding:0px 10px
}
.listing-app-view .footer-social-icons{
	margin-top:20px;
	padding:0px 10px;
}
.listing-app-view .footer-social-icons li img {
    width: 26px;
    height: 26px;
    margin-bottom: 8px;
}
.listing-app-view .listing-with-map .map-view-list-container .grid-view-hide{
	display:block !important;
}
.listing-app-view .category-app-view-container{

}
.listing-app-view .listing-app-view2 .listing-tabs .features-listing > ul.hidding-timings{
	display:block !important;
	
}
.listing-app-view .grid_view .lp-grid-box-thumb .lp-add-to-fav{
position: absolute !important;
    top: 8px !important;
    right: 13px !important;
}
.pricy-form-group{
	position:relative;
	
	 -webkit-transition: all .25s ease;
	    -moz-transition: all .25s ease;
	     -ms-transition: all .25s ease;
	      -o-transition: all .25s ease;
	         transition: all .25s ease;
}
#search-filter-attr-filter {
    display: none;
   width: 200px;
    height: 33px;
    position: absolute;
    right: -200px;
}
#map-view-icon2{
	float:left;
	line-height:33px;	
	
}
.search-filter-attr-filter-outer{
	
	position: absolute;
    
    width: 270px;
    height: 33px;
    
}
.pricy-form-group div#lp-find-near-me ul li a{
	
}
.search-filter-attr-filter-outer .search-filters > ul > li{
	    margin-left: 3px !important;
    margin-right: 0px !important;
}
.listing-app-view .listing-with-map{
	overflow:hidden !important;
	padding-bottom: 100px;
}
.slider-for-category-container{
 padding:0px 5px;
}
.slider-for-category-container .city-thumb2{
	border-radius:3px;
}
.slider-for-category-container .city-girds2 .city-thumb2 .category-style3-title-outer a {
    color: #fff;
    padding: 0px !important;
    font-size: 11px !important;
    line-height: 20px!important;
}
.slider-for-category-container .city-girds2 .city-thumb2 .category-style3-title-outer{
	top:10px !important;
	left:10px !important;
	background:none !important;
}
.location-overlay{
background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.slider-for-category-container .overlay-link {
   
    z-index: 99999;
}
.listing-app-view .mm-navbar-top{
 display: none;
}
.listing-app-view #menu .mm-panels{
 position: static;
}
.listing-app-view .packages,.listing-app-view .dashboard-content .lp-flip,.listing-app-view #reviews #commentsdiv,
.listing-app-view #profileupdate{
	padding:0px 20px !important;
}
.listing-app-view .app-view-dashboard-menu .dashboard-tabs.lp-main-tabs.text-center > ul > .dropdown-reviews  > ul > li > a i {
    display: block !important;
    float: left !important;
    line-height: 33px !important;
}
.dashboard-tabs.lp-main-tabs.text-center > ul > .dropdown-reviews  > ul > li > a{
	    padding: 0 28px 0 30px !important;
}
.listing-app-view .app-view-dashboard-menu .dashboard-tabs.lp-main-tabs.text-center > ul > .dropdown-reviews  > ul > li > a:before{
	display:none !important;

}
.listing-app-view #booking .col-xs-12{
	padding:0px 15px !important;
	width:100% !important;
}
.listing-app-view #booking .select2-container{
	display:block !Important;
}
.listing-app-view .lp-dashboard-right-panel-listing{
	margin-bottom:100px !important;
}
.listing-app-view .dashboard-right-panel {
    float: left !important;
    padding: 0px 30px 0px !important;
    vertical-align: top !important;
    width: 100% !important;
}
.listing-app-view .dashboard-content .user-recent-listings-inner .lp-list-page-list .remove-fav.md-close{
	bottom: 13px !Important;
    right: 0px!Important;
    top: auto;
    width: 110px;
    left: 40px;
}
/*mobile manu start*/
.listing-app-view .small-scrren-app-view .user-detail-wrap{
	padding: 20px;
}

.listing-app-view .small-scrren-app-view .user-detail-wrap .user-thumb{
	width:60px;
	height:60px;
	border-radius:50%;
	border: 1px solid #dedede;    
	overflow:hidden;
	background-color:#ccc;
}
.listing-app-view .small-scrren-app-view .user-detail-wrap .user-thumb .avatar-circle{
	width:60px;
	height:60px;
	border-radius:50%;
	border: 0px !Important;
}
.listing-app-view .small-scrren-app-view .user-text h5,.listing-app-view .small-scrren-app-view .user-text p{
	    color: #fff;
    margin: 0px;
    line-height: 17px;
}
.listing-app-view .small-scrren-app-view .user-text h5{
	
	margin-bottom:5px;
}
.listing-app-view .small-scrren-app-view .user-thumb,.listing-app-view .small-scrren-app-view  .user-text {
    display: inline-block;
    vertical-align: middle;
	width: calc(100% - 80px);
}
.listing-app-view .small-scrren-app-view .sign-login-wrap{
	padding: 9px 40px;
    text-align: center;
    border-bottom: 0px solid #ececec!important;
    background: #fff;
    border-radius: 3px;
    margin-top: 19px;
    display: inline-block;
}
.listing-app-view .small-scrren-app-view .sign-login-wrap a{
	text-transform:uppercase;
	font-size: 13px;
}
.listing-app-view .small-scrren-app-view .user-text .empty-name{
	    height: 10px;
    width: 100px;
    background: #949292;
    border: 0px!important;
}
.listing-app-view .small-scrren-app-view .user-text .empty-addr{
	    height: 10px;
    width: 100px;
    background: #949292;
    border: 0px!important;
    margin-top: 6px;
}
.listing-app-view .small-scrren-app-view .add-listing-btn{
	display:inline-block;
	padding:10px 20px;
	border-bottom: 1px solid #ececec!important;
	width: 100%;
	font-size: 13px;
	text-transform:uppercase;
}
.listing-app-view .small-scrren-app-view .mobile-menu{
	padding-top:0px !important;
}
.listing-app-view .small-scrren-app-view .mm-menu .mm-panels .mm-listview li.menu-item a {
    padding: 10px 20px !important;
}

.listing-app-view .small-scrren-app-view .mobile-menu li{
	line-height:14px !Important;
}
.listing-app-view .small-scrren-app-view .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after{
	display:none;
}
/*mobile manu end*/
/*end new css from shoaib*/
/* for 2checkout */
button.lp-2checkout-modal, button.lp-2checkout-modal2{
	display:none;
}
/* end for 2checkout */
a.btn-link.googledroppin {
    margin-left: 10px;
}
.dashboard-tabs .lp-food-menu-icon img{
	width:20px;
	margin-right:8px;
}
.lp-overlay-pricing:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
}
.lp-overlay-pricing:after,.lp-overlay-pricing{
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.lp-plane-top-wrape{
	position:relative;
	z-index:999;
}
.price-plan-box-upper{
	position:relative;
	
}
/*new changes*/
.submit_new_style-outer .custom-file{
	position:relative;
	
	
    
    padding: 2px 15px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    
    margin-bottom:0px;
    border-radius: 3px;
    
    vertical-align: middle;
    background-color: #fff;
   padding-left:0px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	


}
.submit_new_style-outer .custom-file .lp-featuredimage{
	font-weight: bold !important;
	 color: #008BFF !important;
}
.submit_new_style-outer .lp-listing-featuredimage .custom-file .lp-featuredimage{
position: absolute;
    top: 0;
    left: 0px;
    background: #fff;
    width: 94px;
    color: #008BFF !important;
    border: 1px solid #008BFF !important;
    border-radius: 3px;
}
.submit_new_style-outer .lp-listing-featuredimage label p{
	 color: #008BFF !important;
    border: 1px solid #008BFF !important;
    border-radius: 3px;
	 background: #fff;
	 margin-right:15px;
	     display: inline-block;
	padding:3px 10px;	 
}
.submit_new_style-outer .lp-listing-featuredimage .custom-file input[type="file"]{
    
}
.submit_new_style-outer .lp-listing-featuredimage label{
	float: left!important;
}
.submit_new_style-outer .lp-listing-featuredimage > label{
	margin-right:10px;
}
.lp-new-cat-wrape .select2-container--default .select2-selection--multiple{
	height:46px;
	border: 1px solid #e3e3e3;
    border-radius: 4px;
}
.lp-new-cat-wrape .select2-container--default .select2-search--inline .select2-search__field{
	line-height:44px;
	margin:0px;
	font-size:13px;
	color: #7f7f7f;
	padding:0px;
}
.lp-new-cat-wrape .select2-container--default.select2-container--focus .select2-selection--multiple {
 border: 1px solid #C1C1C1 !important;
  outline: 0; 
 }
.lp-new-cat-wrape .select2-container--default .select2-selection--multiple .select2-selection__rendered{
	height:44px;
	padding: 0px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #f9f9f9!important;
    border: 1px solid #e3e3e3!important;
    border-radius: 3px;
    cursor: default;
    color: #7f7f7f!important;
    padding: 5px 5px!important;
    float: left;
    margin:0px!important;
    margin-right:5px!important;
    position: relative;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.lp-new-cat-wrape .select2-container--default .select2-results__option[aria-disabled=true] {
  color:#fff !Important; }
.lp-new-cat-wrape .select2-container--default .select2-results__option[aria-selected=true] {
  background-color:#363F48 !Important; }
#modal-doppin{
	padding-top:50px;
}
#modal-doppin #lp-custom-latlong,#modal-doppin .modal-dialog{
	width:800px!important;
	height:460px!important;
}
#modal-doppin #lp-custom-latlong,#modal-doppin .modal-dialog .modal-header{
	background-color: #f9f9f9;
	padding: 15px 20px !important;
}
#modal-doppin .modal-dialog .close{
    position: absolute;
    right: 20px;
    top: 16px;
    color: #333;
    opacity: 1;
    text-align: center;
    font-size: 30px;
    

}
.blue-section .lp-submit-accoutn-wrap input.form-control{
	height:46px !important
}
.submit_new_style .lp-submit-accoutn-wrap label,.submit_new_style-outer .already-account{
    color: #7f7f7f !important;
}
.already-account-checkbox{
	margin-bottom:0px;
}
.already-account-checkbox input[type=checkbox]:checked  + label:before {
    font-size: 9px;
    line-height: 13px;
}
.already-account-checkbox input[type=checkbox]:checked  + label:before {
    content: "\f00c";
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    font-family: FontAwesome;
    color: #7f7f7f;
    background-color: transparent;
    border: 1px solid #7f7f7f;
}
.listing-second-view .claim-area a.phone-number {
    border-radius: 3px;
    color: #337ab7;
    font-size: 14px;
    font-weight: 700 !important;
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
    vertical-align: top;
	font-weight: 400;
}
#lp-report-listing{
	    border-top: 1px solid #ececec;
}
.waycheckoutModal .modal-header{
	    padding: 15px !important;
    border-bottom: 1px solid #ececec !important;
    background: #f9f9f9 !important;
}

.waycheckoutModal .modal-body{
    position: relative !important;
    padding: 25px !important;
    padding-bottom: 10px !important;
}
.waycheckoutModal .modal-footer{
    padding: 20px !important;
    text-align: right !important;
    border-top: 1px solid #e5e5e5 !important;
}
.waycheckoutModal .btn-default{
	background: #333;
    color: #fff;
    border-color: #333;
    box-shadow: none;
    padding: 5px 20px;
    font-weight: 700;
    text-transform: capitalize;
} 
.location-filters-wrapper #pac-container input{
	height:39px ;
	width:100%;
}
.location-filters-wrapper #pac-input{
	border: 1px solid #eaeaea;
    border-radius: 3px;
	background: #f8f8f8;
	color: #b5b5b5;
	padding: 0px 10px;
	height:33px;
}

.location-filters-wrapper{
	padding:0px;
}
.location-filters-wrapper #distance_range_div input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
 height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
  margin-top: -5px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
 
}


.location-filters-wrapper #distance_range_div input[type=range]::-moz-range-thumb {
 height: 14px;
  width: 14px;
 border-radius: 50%;
  background: #333;
  
  cursor: pointer;
}


.location-filters-wrapper #distance_range_div input[type=range]::-ms-thumb {
  
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
}
.location-filters-wrapper #distance_range_div input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}

.location-filters-wrapper #distance_range_div input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.location-filters-wrapper #distance_range_div input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

.location-filters-wrapper #distance_range_div input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  color: transparent;
}
.location-filters-wrapper #distance_range_div input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  
  background: #eaeaea;
  border-radius: 1.3px;
 
}

.location-filters-wrapper #distance_range_div input[type=range]:focus::-webkit-slider-runnable-track {
  background: #eaeaea;
}

.location-filters-wrapper #distance_range_div input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
 
  background: #eaeaea;
  border-radius: 1.3px;
 
}

.location-filters-wrapper #distance_range_div input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.location-filters-wrapper #distance_range_div input[type=range]::-ms-fill-lower {
  background: #eaeaea;
  
  border-radius: 2.6px;
}
.location-filters-wrapper #distance_range_div input[type=range]:focus::-ms-fill-lower {
  background: #eaeaea;
}
.location-filters-wrapper #distance_range_div input[type=range]::-ms-fill-upper {
  background: #eaeaea;
 
  border-radius: 2.6px;
}
.location-filters-wrapper #distance_range_div input[type=range]:focus::-ms-fill-upper {
  background: #eaeaea;
}
.lp-show-on-mobile{
	display:none;
}

.location-filters-wrapper #distance_range_div #distance_c{
	position: relative;
	margin-bottom:0px;
    font-size: 14px;
    font-weight: 400;
   
	color:#9f9f9f;
}
#msg_error{
	display:block;
}

.listing-second-view .claim-area a:last-child{
	display:none !important;
}
#lp-report-listing a{
	display:inline-block !important;
}
.listing-app-view .app-view-filters .listing-style-3 .input-group-addon {
	height:36px;
}
.listing-app-view .app-view-filters .listing-style-3 .comboboxCategory{
	height: 36px;
    background: transparent;
    border: none;
}
.listing-app-view .app-view-filters .search-row .form-inline .form-group{
	padding-right:0px !important;
}
.listing-app-view .app-view-filters .md-close.widget-map-click.app-filter-close-btn{
	margin-top:10px;
	display: inline-block;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
	
}
.listing-app-view .app-view-filters .checkbox{
	margin-bottom:5px;
	margin-top:5px;
}
.grid_view2 .lp-grid-box-bottom{
	position:relative;
}
.grid_view2 .lp-grid-box-bottom .lp-nearest-distance{
	position:absolute;
	transform: translate(-50%, -50%);
	left: 50%;
  top: 50%;
}
.list_view .lp-grid-box-bottom .lp-nearest-distance,.grid_view2 .lp-grid-box-bottom .lp-nearest-distance{
	background: #333;
	font-size: 13px;
	border-radius: 3px;
	color: #fff;
	padding: 3px 8px;
}

.list_view .lp-grid-box-bottom .lp-nearest-distance{
	position:absolute;
	transform: translate(55%, -50%);
	left: 55%;
  top: 50%;
  font-size: 13px;
}
.listing-app-view .lp-grid-box-bottom-app-view{
	position:relative;
}
.listing-app-view  .grid_view .lp-grid-box-bottom-app-view .lp-nearest-distance{
font-size: 12px;
    position: absolute;
    top: 4px;
    right: 0;
}
.listing-app-view  .list_view .lp-grid-box-bottom-app-view .lp-nearest-distance{
    position: absolute;
    right: 0px;
    bottom: 1px;
    font-size: 12px;
}
/* by zee for notification */
div.lp-top-notification-bar{
	display:none;
	top: 0px;
	left: 0px;
	width: 100%;
	position: fixed;
	background-color: #f9f9f9;
	z-index: 99999;
	padding: 20px 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	border-bottom: 1px solid #e3e3e3;
}
div.lp-top-notification-bar span{
	margin-right:10px;
}
/* by zee for notification */
div#lp-tip-wraper ul li a {
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    color: #9f9f9f;
    float: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 27px;
        padding: 3px 5px;
    box-shadow: none!important;
}
div#lp-tip-wraper ul li a.active{
	color: #ffffff;
	 box-shadow: none!important;
}
.simptip-movable-wraper:after{
    background-color: #fff !important;
    -moz-box-shadow: rgba(0,0,0,0.15) 0 0 10px 0;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 10px 0;
    box-shadow: rgba(0,0,0,0.15) 0 0 10px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #c7cdcf;
    font-size: 11px;
    padding: 3px 12px;
    color: #333!important;
}
.simptip-movable-wraper:before{
	    font-family: FontAwesome;
    content: "\f0d8";
    font-size: 20px;
    left: 25%;
    color: #333;
    z-index: 9999999;
    border: 0px;
    margin-top: -20px!important;
}


.lp-filter-inner-wrapper .search-filters > ul > li{
	margin-right:5px !Important;
	
}
.currency-signs-wrapper ul li{
	display:inline-block;
}	
.currency-signs-wrapper ul{
	padding:0px;
	margin:0px;
}
.popover.bottom{
	margin-top:8px !Important;
}
.lp-filter-inner-wrapper .search-row .form-inline .form-group{
	padding-right:0px !Important;
}
.padding-right-0{
	padding-right:0px !Important;
}
.currency-signs-wrapper{
	margin:20px 0px;
}
.location-filters-wrapper{
	padding:0px 20px;
}
.popover{
	max-width: 100%!Important;
}
.lp-reporting-error{
	color:red;
}
.lp-reporting-error .fa{
	color:red;
}
.lp-reporting-success,.lp-reporting-success .fa{
	color:green;
}
#pac-container .error_box{
position:absolute;
left:20px;
}
.lp-row-app{
	padding:0px 15px;
}
.app-view-filters .listing-style-3 .radio,.app-view-filters .listing-style-3 .checkbox{
	margin-bottom:0px !important;
	margin-top:0px !Important;
}
.lp-tooltip-div{
	opacity:0;
	visibility:hidden;
-o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
   top: 140%;
	-moz-box-shadow: rgba(0,0,0,0.15) 0 0 10px 0;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 10px 0;
    box-shadow: rgba(0,0,0,0.15) 0 0 10px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #c7cdcf;
    font-size: 11px;
   
	
}
.lp-tooltip-outer .location-filters-wrapper{
	padding:0px;
}
.lp-tooltip-outer:hover .lp-tooltip-div{
	opacity:1;
	visibility:visible;
	top: 100%;
	z-index: 9999;
}
.lp-tooltip-div > .lp-tooltip-arrow, .lp-tooltip-div > .lp-tooltip-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.lp-tooltip-div > .lp-tooltip-arrow {
   
    border-bottom-color: rgba(0, 0, 0, .25);
	left:0px;
}
.lp-tooltip-div > .lp-tooltip-arrow {
    margin-left: 6px;
    top: -18px;
    
    border-width: 9px;
}
.lp-tooltip-div > .lp-tooltip-arrow:after {
    margin-left: -8px !Important;
    top: -7px !important;
}
.lp-tooltip-div > .lp-tooltip-arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.lp-tooltip-div > .lp-tooltip-arrow:after {
    border-width: 8px !important;
}
.lp-tool-tip-content{
	max-width:400px;
	padding:10px;
}
.lp-tool-tip-content .currency-signs{
	width: 100% !Important;
}
.lp-tool-tip-content{
	color:#9f9f9f;
}
.margin-0{
	margin:0px !important;
}
.search-filters > ul > li > a.active,.search-filters > ul > li > a:focus, div#lp-find-near-me ul li a.active,
 div#lp-find-near-me ul li a:focus{
	box-shadow:none !important;
}
/*new filter*/
#distance_range_div_btn a{
	font-size: 13px;
    background: #333;
    color: #fff;
    border-radius: 3px;
    padding: 8px 10px;
    text-align: center;
    display: inline-block;
}
.listing-app-view .listing-app-view-bar .currency-signs > ul > li:first-child a{
	border-radius:0px !important;
}
.listing-app-view .listing-app-view-bar .pricy-form-group #lp-find-near-me-outer ul > li > .lp-remove-border{
	border-top-right-radius:0px !important;
	border-bottom-right-radius:0px !important;
	border-right: 0px;
	-webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.listing-app-view .mm-listview > li > a i{
	margin-right:0px !important;
	padding-right: 8px !important;
}
.lp-tool-tip-content p{
	line-height:16px;
}
.lp-tooltip-outer .lp-tool-tip-content .location-filters-wrapper {
    padding: 7px 0px;
    width: 300px;
    padding-top: 34px;
	padding-left: 6px;
}
.lp-tooltip-outer .lp-tool-tip-content .sortbyrated-outer ul{
	padding:0px;
}
.lp-tooltip-outer .lp-tool-tip-content .sortbyrated-outer ul li a{
	
	display:inline-block;
	background-color: #f8f8f8;
    color: #9f9f9f;
    float: left;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 10px;
    border:1px solid #eaeaea;
	border-radius:3px;
	margin-right:5px;
}
.lp-tooltip-outer .lp-tool-tip-content .sortbyrated-outer ul li:last-child a{
	margin-right:0px;
}
.lp-tooltip-outer .lp-tool-tip-content .sortbyrated-outer ul li .active{
	color:#fff;
}
.lp-tooltip-outer .lp-tool-tip-content .sortbyrated-outer{
	width: 332px;
}
/*submit btn*/
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
.video-bottom-search-content h1,.video-bottom-search-content h2,.video-bottom-search-content h3,.video-bottom-search-content h4
,.video-bottom-search-content h5,.video-bottom-search-content h6{
	margin:0px !Important;
	color:#fff !important;
	font-size: 34px !important;
}
/* #lp-filter-radius-wraper:hover .lp-tooltip-div{
	display:none !Important;
	opacity:0 !important;
	visibility:visible !important;	
} */
.blog-read-more-style2 a{
	    border: 1px solid #333 !important;
    border-radius: 3px !important;
    padding: 6px 10px !important;
}
.blog-read-more-style2 a:hover{
	color:#fff;
}
.contact_center{
    width: auto !important;
    display: inline-block !important;
    float: none !important;
    margin: 0 auto !important;
    text-align: left !important;
}
.lp-tooltip-div-hidden{
 opacity:0;
 visibility:hidden;
-o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
   top: 140%;
 -moz-box-shadow: rgba(0,0,0,0.15) 0 0 10px 0;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 10px 0;
    box-shadow: rgba(0,0,0,0.15) 0 0 10px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #c7cdcf;
    font-size: 11px;
   
 
}
.lp-tooltip-div-hidden > .lp-tooltip-arrow {
    margin-left: 6px;
    top: -18px;
    border-width: 9px;
}
.lp-tooltip-div-hidden > .lp-tooltip-arrow, .lp-tooltip-div-hidden > .lp-tooltip-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.lp-tooltip-div-hidden > .lp-tooltip-arrow {
    border-bottom-color: rgba(0, 0, 0, .25);
    left: 0px;
}
.lp-tooltip-div-hidden > .lp-tooltip-arrow:after {
    border-width: 8px !important;
}

.lp-tooltip-div-hidden > .lp-tooltip-arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.lp-tooltip-div-hidden > .lp-tooltip-arrow:after {
    margin-left: -8px !Important;
    top: -7px !important;
}
.lp-tooltip-div-hidden.active{
 opacity:1 !important;
 visibility:visible !important;
 top:100% !important;
     z-index: 9999;
}
.lp-tooltip-div.active{
 opacity:1 !important;
 visibility:visible !important;
 top:100% !important;
     z-index: 9999;
}
.lp-check-custom-wrapp .checkbox{
	margin-top: 0px !important;
}
.lp-check-custom-wrapp .checkbox label:before{
	top:0px !important;
}
/*capcha*/
#recaptcha-securet,#recaptcha-securet iframe{
	width:100% !Important;
}
#recaptcha-securet iframe .rc-anchor-light.rc-anchor-normal{
	width:auto !Important;
}
#recaptcha-securet  iframe .rc-anchor-normal .rc-anchor-checkbox-label,#recaptcha-securet  iframe .rc-anchor-normal .rc-anchor-content,
#recaptcha-securet  iframe .rc-anchor-normal .rc-anchor-pt{
	width:auto !Important;
}
.listing-app-view .app_search_header{
	display:none;
}
/* filter */
div.lp-filter-inner{
	z-index:9999;
}
div.lp-features-filter{
	z-index:99;
}
.lp-tooltip-div, .lp-tooltip-div-hidden{
	top:100% !important;
}
li.lp-tooltip-outer{
	cursor:pointer;
}
.termpolicy-wraper{
	padding-top:20px !important;
	margin-right:30px !Important;
}
.listing-app-view.home{
	padding-bottom:70px;
}

.submit_new_style .slider{
	position:absolute !important;
}
.submit_new_style #features-by-cat .form-group label{
	margin-right:4px;
}

/*add widget for app view*/
.app-view-ads .col-md-4,.app-view-ads .col-md-6{
	width:100% !Important;
}
.app-view-ads .lp-grid-box-thumb{
	width: 63px !important;
    height: 63px!important;
    overflow: hidden!important;
    display: inline-block!important;
    vertical-align: top!important;
    float: none!important;
	border-radius: 8px;
    margin-right: 5px;
}
.app-view-ads .lp-grid-box-description{
	float:none !important;
	width:100% !Important;
	vertical-align:top;
	padding:0px !Important;
}
.app-view-ads .lp-grid-desc-container{
	vertical-align: top!important;
    display: inline-block!important;
    width: calc(100% - 80px)!important;
}
.app-view-ads .list_view .lp-grid-box-description > ul > li a, .app-view-ads .list_view .lp-grid-box-description  > ul > li span {
    font-size: 12px;
}
.app-view-ads .lp-grid-box-description .lp-grid-box-left > ul > li.middle {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.app-view-ads .lp-grid-box-description .lp-grid-box-left > ul > li {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    line-height: 20px;
}
.app-view-ads .lp-grid-box-description .lp-grid-box-left > ul > li {
    padding-left: 0px !important;
    padding-right: 5px !important;
}
.app-view-ads .list_view .rate {
    border-radius: 2px;
    line-height: 18px!important;
    height: 18px!important;
    padding: 0px!important;
    font-size: 11px!important;
    margin-top: 1px!important;
    width: 27px!important;
    text-align: center;
}
.app-view-ads .lp-grid-box-description h4.lp-h4 > a {
    font-size: 14px;
    line-height: 19px;
}
.app-view-ads .list_view .lp-grid-box-description h4 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.app-view-ads .status-btn{
	display:none !Important;;
}
.app-view-ads .lp-grid-box {
    padding: 10px !important;
    margin-bottom: 5px !important;
    padding-left: 10px !important;
}
.app-view-ads .list_view .lp-grid-box-left > ul > li:last-child {
    display: inline-block !important;
    float: left !important;
    text-align: left !important;
    width: 100% !important;
	border:0px;
}
.app-view-ads .list_view .lp-grid-box-left > ul > li:last-child span{
	margin-right:0px;
}
.app-view-ads .lp-grid-box-description h4.lp-h4 > a > .listing-pro{
	margin-top:0px !important;
}
.app-view-ads .lp-grid-box-left ul{
	margin:0px !Important;
}
.app-view-ads .lp-grid-box-bottom-app-view{
	margin-top:0px !Important;
}
.app-view-ads .lp-grid-box-left .grid-view-hide .cat-icon{
	margin-left:8px !important;
}
.listing-app-view .listing-second-view .post-meta-right-box .post-stat li .smenu li{
	line-height:inherit !important;
	border:0px !important;
	padding:0px!important; 
}
.listing-app-view .listing-second-view .post-meta-right-box .post-stat li .smenu{
	padding:10px !important; 
}
.footer-app-menu ul li a .fa{
	display:block !important;
}
.footer-menu li a .fa{
	display:none!important;
}
.listing-app-view .lp-search-bar{
	margin-top:0px; 
}
/*slick arrow*/
.lp-location-slider .slick-dots{
	position: static !important;
    bottom: 0px !important;
    margin: 0px;
    margin-top: 30px;
}
.map-view-list-container2 .slick-dots{
	position: static !important;
    bottom: 0px !important;
    margin: 0px;
	    margin-top: 15px;
   
}

.listing-app-view .map-view-list-container2 .lp-grid-box-contianer {
    margin-bottom: 0px;
}
.listing-app-view .map-view-list-container2 .slick-dots li,.listing-app-view .lp-location-slider .slick-dots li{
	margin:0px;
	margin-right:4px;
	
}
.listing-app-view .map-view-list-container2 .slick-dots li button:before,.listing-app-view .lp-location-slider .slick-dots li button:before{
	    width: auto !important;
    font-size: 10px !important;
    height: auto !important;
    line-height: 0px;
}
.listing-app-view .grid_view .lp-grid-box-thumb div a:before{
	position:absolute;
	width:100%;
	height:100%;
	border-radius:4px;
	top:0px;
	content:'';
	left:0px;
	background:rgba(0,0,0,.5);
}
.listing-app-view .grid_view.lp-grid-app-view .lp-grid-box-thumb .listing-pro {
    border: 1px solid #ebac2c;
    border-radius: 3px;
    background: #ebac2c;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0 3px 0 4px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.listing-app-view .grid_view.lp-grid-app-view .lp-grid-box-description .lp-h4 > a .listing-pro{
	display:none !important;
}
.listing-app-view .grid_view.lp-grid-app-view .lp-grid-box-left.pull-left > ul > li:first-of-type{
	padding-right:0px;
}
.listing-app-view .listing-app-view2 .smenu:before,.listing-app-view .listing-app-view2 .smenu:after{
	display:none !important;
}
.page-template-template-dashboard .app-view-header-container .lp-search-toggle a:first-child{
	display:none;
}
.listing-app-view .listing-with-map .search-filter a .fa{
	font-size:24px;
}
.listing-app-view .app-view-filters .md-close i {
   
    font-size: 10px !important;
    height: 20px !important;
    line-height: 20px !important;
    width: 20px !important;
}
.blog-pagination a{
	color: #363f48;
    border: 1px solid #363f48;
    border-radius: 3px;
    padding: 6px 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}
.blog-pagination a:hover{
	color:#fff;
	background:#363f48;
}
.blog-single-inner-container .blog-meta{
	border-bottom: 1px solid #e3e3e3;
    padding-bottom: 14px;
    margin-bottom: 30px;
}
.blog-social .post-stat li{
	display:inline-block !important;
	padding-left: 0px;
    padding-right: 15px;
}
.blog-social .post-stat li:last-child{
	padding-right:0px;
}
.blog-social .post-stat .smenu{
	width:290px !Important;
	padding:0px !important;
	top:-60px !important;
}
.dashboard-app-view-signout{
	    color: #fff;
    margin-left: 4px;
    position: relative;
    top: -2px;
}
.post-detail-content-style2{
	margin-bottom:30px !important;
}
.lp-detail-page-template-3 .contact-form .author-img img{
	width: 60px;
    min-width: 60px;
    height: 60px;
}
.lp-listing-expire-tab-inner .edit-list{
	margin-right:15px !important;
}
.listing-app-view .lp-active-compaign-outer .table-responsive.campaign .table.table-striped > tbody > tr > td{
	width:100% !Important;
	min-height: 41px;
	line-height: inherit;
	    padding: 10px 15px;
}
.lp-checkout-page-outer .radio.radio-danger{
	float:none !important;
	background: #f9f9f9;
}
.lp-checkout-page-outer h5{
	float:none !important;
	margin-top:0px !important;
}
#listings_checkout .lp-user-listings .col-md-1{
 
 width: 33px;

}
.lp-checkout-page-outer > .col-md-3{
 
 height:86px;
}
.lp-checkout-page-outer > .col-md-3 img{
 height:86px; 
 
}
.lp-checkout-page-outer .lp_price_trigger_checkout{
 
     margin-top: 100% !important;
}
.listing-app-view2 .post-meta-left-box .breadcrumbs{
	display:none;
}
/*new css*/
.dashboard-content-app-view .packages .top-section h3{
	text-align:left !important;
}
.dashboard-content-app-view .table-responsive.campaign .listing_pro{
	float: none !important;
    display: inline-block;
    line-height: 21px;
    margin-right: 10px;
    padding: 0 6px;
}
#lp-report-listing{
border:0px !important;
padding-bottom:0px !Important;
	}
	
.listing_list_view .addClassgridview .col-md-4.lp-grid-box-contianer{
	width:100%;
}
.listing-app-view .contact-right{
	padding-top:0px !Important;
}
.listing-app-view .contact-right h3{
	margin:34px 0px !Important;
}
.listing-app-view .pos-relative .lp-home-banner-contianer .lp-search-bar{
margin-bottom:0px !Important;
}
.lp-compaign-outer .lp-promote-ad-image .lp-list-view-content-upper h4{
	margin:0px !important;
}

.slick-slider .md-overlay{
	display:none !Important;
}
.listing-second-view .author-img img {
    width: 60px;
    min-width: 60px;
    height: 60px;
 border: 1px solid #dedede;
    border-radius: 100%;
}
.lp-list-view-content-bottom-outer,.lp-list-view-content-bottom-outer ul{
	
	width:auto !important
}
.lp-list-view-content-bottom-outer{
	    position: absolute !important;
    right: 10px !important;
    top: 10px !important;

	
}
.lp-list-view-content-bottom-expire-outer{
	 position: absolute !important;
    right: 10px !important;
    top: 35px !important;
	width:auto !important;
	
}

.lpdoubltimes em{
	float: right;
    line-height: 20px;
    font-style: normal;
    font-size: 14px;
    color: #7f7f7f;
	clear:both;	
}
.hours-select.lp-slot2-time{
	display:none;
}

.app-view-filters .modal-dialog {
  position:absolute;
  top:50% !important;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  margin:auto 5%;
  width:90%;
  height:83%;
}
.app-view-filters .modal-content {
  min-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0; 
}
.app-view-filters .modal-body {
  position:absolute;
  top: 64px;
	bottom: 45px;
  left:0;
  right:0;
  overflow-y:auto;
}
.app-view-filters .modal-footer {
 position: fixed;
    bottom: 0;
   
    background: #fff;
    z-index: 10;
    width: calc(100% - 2px);
    border-radius: 0px 0px 5px 5px;
}
.app-view-filters .modal-header {
    padding: 15px 25px;
    border-bottom: 1px solid #e5e5e5;
    z-index: 9999;
    background-color: #fff;
   
    z-index: 10;
    position: fixed;
    width: calc(100% - 2px);
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}
.app-view-filters form#searchform{
	
	padding:0px !important;
}
.listing-app-view .lp-user-menu li a{
	padding: 1px 15px;
	
}
.description-box-all-listing{
	
	width: calc(100% - 5px) !important;
	background-color:#c49c5d !important;
}
.description-box-all-listing p{
	font-size:15px !important;
	
}
.description-box-all-listing .count-text{
	
	font-weight:700 !important;
}
#full-overlay.content-loading{
	
	    opacity:.9!important;
   
   
}
.lpsinglelocselected .fa{
	
    margin-left: 5px;
    color: #333;
}
.lpsinglelocselected .fa:hover{
	cursor:pointer;
	
}
.lpsinglelocselected{
	line-height: 30px;
	margin-right:10px;
	display:inline-block;
	width:auto;
}
.page-template-template-favourites .grid_view{
 
 width:50%!important;
}
.page-template-template-favourites section{
 
 padding-bottom:70px;
}
.archive.listing-app-view .page-heading-inner-container h1{
 
 font-size:23px;
}
.listing-app-view .post-with-map-container-right .list_view.lp-grid-app-view{
 margin-bottom:0px !important;
 
}
.listing-app-view .page-heading-inner-container h1{
	font-size:20px;
	margin-bottom: 0px!important;
	padding:30px !important;	
	line-height: 25px;
}
.listing-app-view .page-heading {
    height: auto!important;
	
}
.listing-app-view .breadcrumbs{
	display:none !Important;
	
}
.listing-app-view .page-heading-inner-container{
	position: relative!important;
    transform: translateY(0)!important;
	
}
#lp-submit-form .lp-check-custom-wrapp .form-group label{
	width:100%;
	margin-bottom:10px;
	
}
#lp-submit-form .lp-check-custom-wrapp .form-group .radio-inline{
	    padding-left: 0px;
	    margin-right: 20px;
}
.listing-app-view-bar #distance_range_div{
	 margin-top:0px !important;
}
.listing-app-view-bar .lp-price-range-btnn{
	
	display:block !important;
}
.listing-app-view2 .add-on-map{
	
	z-index:1;
}

.sidebar-post .map-area .listing-detail-infos .widget-social.widget-box{
        padding-right: 30px;
    padding-left: 27px;
}
.sidebar-post .map-area .listing-detail-infos .widget-social ul.list-style-none.list-st-img > li a{
        padding: 0;
}

.list-st-img .lp-details-address a:hover,.list-st-img .lp-details-address a:hover span{
  color: #7f7f7f !important;
}
.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview{
margin-top:0px !important;
}
.ifram-reservation, .hotel-menu{
    overflow:scroll;
}
.inner-menu{
    top:0;
    transform: translate(-50%, 38px);
}
.inner-menu a.close-menu-popup{
    background:#fff;
}
.dashboard-content .lp-listingexpiredtab .lp-list-view-content-bottom .list-style-none.list-st-img{
	width:auto !important;
}

/* map pin option in preview */
.lp-default-map-pin-img .lpmap-icon-contianer img{
	width:auto !important;
}
.lp-default-map-pin-img .lpmap-icon-contianer{
	background-color:transparent !important;
	width: 65px;
    height: 65px;
	border-color: transparent !important;
}
.pin.lp-default-map-pin-img{
	background-color:transparent !important;
	box-shadow : none !important;
	-webkit-box-shadow : none !important;
	
}

/* When reviews are in 2nd tabs */
.detail-page2-tab-content .tab-content > .tab-pane:not(.active), 
.detail-page2-tab-content .pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.lp-required-field{
	border-color: #e90a0a;
}
.dashboard-content #draft .lp-list-view-content-bottom .list-style-none.list-st-img{
	margin-right:10px!important;
}
.lp-list-view-inner-contianer .col-md-5.col-xs-12.padding-0{
	background-color:transparent !important;
}
.dashboard-content .lp-list-view-content-bottom .list-style-none.list-st-img{
	width:auto !important;
}
.lp-list-view-content-bottom-expire-outer {
   top: 18px !important;
}
.post-detail-content ul, .post-detail-content ul li, .blog-content ul, .blog-content ul li {
	list-style:inherit;
}
#cpmap .leaflet-control-attribution{
	display:none;
}

.submit_new_style-outer .lp-listing-featuredimage label{
	padding-top: 13px !important;
}
.lp-featuredimage span{
	display:none;
}
#map-section .gm-style button,#map-section .gmnoprint, #listing-preview-popup .gm-style button,#listing-preview-popup .gmnoprint, #homeMap .gm-style button,#homeMap .gmnoprint, #homeMap .leaflet-control-attribution.leaflet-control{
   display: none !important;
}

.lp-listingexpiredtab input.lp-pay-publish-btn{
	padding-left: 15px !important;
}
#lp_delete_accountpopup label{
	padding-left: 20px;
}
.lp_privacy_policy_Wrap input[type=checkbox]:checked + label:before{
	display:none !important;
}
.claim-details .lp_privacy_policy_Wrap label{
	float: none !important;
    width: auto !important;
}
.claim-details .lp_privacy_policy_Wrap{
	text-align:left !important;
}
button#lpwanttodelete:focus, button#lp_profile_pdf:focus{
	outline:none;
}
/*
RESPONSIVE QUERIES FOR LISITNGPRO

LAST UPDATED AT : 1/23/2017
/*

/*Quries by moin 23/01/17 started*/
.listing-second-view .author-img > img {	width: 60px; min-width: 60px;   height: 60px;}
.header-with-topbar .lp-join-now ul li ul li a {
	color: #000;
}
.sidemap-container.pull-right.sidemap-fixed a.open-img-view {
	opacity: 0;
}
.header-with-topbar.map-view-content .lp-topbar {
	display: none;
}
/*Issues by zaheer started at 2804017*/
.review-form .lp-review-btn {
	padding: 10px 28px 10px 28px; 
}
.contactmap  {
	height: 763px;
}
.page-heading .page-heading-inner-container h1 {
	margin-top: -4px;
	margin-bottom: 9px;
	text-transform: capitalize;
}
.dashboard-content .postbox table.widefat a.see_more_btn {
	padding-left: 15px;
}
.reviews a.open-reply.pull-left {
    padding-left: 0px;
}
.reviews a.open-reply.pull-left i {
	padding-right: 20px;
}
.listing-simple .filter-top-section .lp-title h3 span.font-bold, .listing-style-1 .filter-top-section .lp-title span.dename {
	color: #fff;
}
/*Issues by zaheer endedes at 2804017*/

#mobile_search_option {
	display: none;
}
#menu {
	visibility: hidden;
	display: none;
	margin-left: -450px;
    transition: 0.3s ease;
}
.mm-panels {
	top: 150px !important;
}
.mobile-menu.mm-listview {
	border: 0px !important;
}
.mm-opened {
	visibility: visible !important;
	display: block;
	margin-left: 0px !important;
}
.mm-navbar {
	height: auto !important;
}
.mm-navbar.mm-navbar-top {
	height: auto !important;
}
.open-map-view {
	/* opacity: 0;
	display: none; */
}
.open-map-view {
	opacity: 0;
	display: none;
}
.sidemap-container.pull-right.sidemap-fixed.open-map {
	width: 100% !important;
}

a.open-map-view {
    background-color: #363f48;
    border: 1px solid #363f48;
    color: #fff;
    font-size: 16px;
}

a.open-img-view {
    background-color: #363f48;
    border: 1px solid #363f48;
    color: #fff;
	font-size: 16px;
}

.listing-simple .listing-style-1 .open-map-view {
	display: none;
}
.map-view-content {
	height: 65px !important;
	overflow: hidden;
}
.lp-dropdown-menu.open #menu {
	visibility: visible;
}


@media (max-width: 725px) {
	.lp-search-bar .lp-search-bar-left .ui-widget.border-dropdown {
		width: 35%;
	}
	.post-map-container .ui-autocomplete, .ui-widget select,
	.lp-search-bar .lp-search-bar-left .chosen-container {
		width: 100% !important;
	}
	.lp-search-bar .lp-search-bar-right {
	    width: 20%;
	}
	.lp-search-bar .lp-search-bar-right input {
		text-align: center;
		width: 100%;
	}
	.lp-home-categoires {
		position: inherit !important;
		transform: translateY(0%) !important;
		margin-top: 0px !important;
	}
	.ui-widget.border-dropdown .chosen-select.chosen-select5 {
	    color: #bababa;
		padding-left: 10px;
		padding-top: 0px;
	}
	.lp-search-bar-all-demo .border-dropdown {
		width: 100% !Important;
	}
	.lp-search-bar-all-demo .lp-search-icon {
		left: 22px !important;
	}
	.lp-right-grid .lp-search-bar-right {
		width: 100% !important;
	}
	.lp-right-grid .lp-search-bar-right .lp-search-btn {
		padding: 0px 10px !important;
		text-align: center;
	}
	.lp-tabs .lp-rigt-icons .lp-list-view-edit {
		float: none !important;
		height: auto;
		margin-right: 0px !important;
	}
	.lp-tabs .lp-pay-publsh {
		margin-top: 20px !important;
		width: 100%;
	}
	.lp-invoice-table {
		border: none !important;
	}
}
@media (max-width: 430px) {
	.dashboard-content .promotional-section .lp-pay-options .form-group .col-md-6.text-left, 
	.dashboard-content .promotional-section .lp-pay-options .form-group .col-md-6.text-right {
	    line-height: normal;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.archive .page-heading.listing-page .page-heading-inner-container.cat-area .col-md-6.col-sm-6:last-child {
		padding-top: 0px;
	}
	.archive .page-heading.listing-page .page-heading-inner-container.cat-area .col-md-6.col-sm-6 {
		width: 100%;
		text-align: center;
	}
	
	.page-container-four.submit_new_style ul.jFiler-items-list.jFiler-items-grid {
		width: 100% !important;
	}
	.page-container-four.submit_new_style ul.jFiler-items-list.jFiler-items-grid .jFiler-item-thumb img {
		width: 100% !important;
	}
}
@media (max-width: 480px) {
	
	/* on 14 july */
	.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right li {
		width: 100%;
		padding-bottom: 10px;
		text-align: left;
	}
	.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right .lp-rigt-icons ul:last-child {
		margin-left: 0px;
	}
	/* end on 14 july */
	
	.md-modal.md-effect-3.md-show#modal-3 {
		top: 1%;
	}
	
	.archive .page-heading.listing-page .page-heading-inner-container.cat-area .col-md-6.col-sm-6 .listing-view-layout {
		display: none;
	}
	.archive .page-heading.listing-page .page-heading-inner-container.cat-area .col-md-6.col-sm-6 {
		width: 100% !important;
		text-align: center;
	}
	.page-heading-inner-container.cat-area .col-md-6.col-sm-6.text-right {
		padding-top: 23px !important;
	}
	
	
	.listing-style-1 #see_filter {
		margin-bottom: 0px;
	}
	
	#more_filters div.form-group:first-child {
		width: 100% !important;
		display: block;
	}
	
	
	.listing-style-3 .filter-top-section.pos-relative .pull-right.margin-right-0 {
		display: none !important;
	}
	
	#mobile_search_option .lp-search-btn {
		padding: 6px;
		color: #fff !important;
	}
	#mobile_search_option {
		display: block;
		width: 100%;
		border: 1px solid #fff;
		border-radius: 3px;
		background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/search-icon.png) no-repeat 38% !important;
	}
	.header-right-panel .lp-menu-container,
	.header-right-panel .header-filter {
		display: none;
	}
	.searchloading {
		position: absolute !important;
		top: 7px !important;
		left: calc(50% - 16px) !important;
		width: 32px !important;
		height: 32px !important;
		margin-left: 0px !important;
	}
	
	
	.tabs-listing .reviews-section .top-section time {
		display: block;
	}
	.listing-style-1 #see_filter {
		padding-bottom: 0px;
	}
	.listing-style-1 .lp-filter-inner .more-filter {
	    margin-top: 10px;
	}
		
	.lp-search-bar-all-demo.lp-bottom-with-map-back .lp-search-bar div.form-group.lp-suggested-search {
		width: 100% !important;
		margin-right: 0px;
		margin-bottom: 10px !important;
	}
	div.lp-search-bar div.form-group.lp-location-search {
		width: 100% !important;
		margin-left: 0px !important;
	}
	.lp-search-bar-all-demo.lp-bottom-with-map-back .form-inline div.form-group:last-of-type {
		width: 100% !important;
	}
	.form-group.lp-suggested-search input {
		border-right: 0px !important;
		border-radius: 0px !important;
	}
	.lp-search-bar-all-demo i.lp-search-icon {
		left: 50% !important;
	}
	.lp-search-bar div.form-group.lp-location-search {
		margin-bottom: 10px !important;
	}
	
	
	.single-inner-container.single_listing .sidebar-post {
		margin-top: 0px;
	}
	section.listing-second-view .post-meta-info .post-meta-left-box .breadcrumbs li {
	    margin-right: 25px;
	}
	section.listing-second-view .post-meta-info .post-meta-left-box .breadcrumbs li:last-child {
		margin-right: 0px !important;
	}
	.listing-second-view .post-meta-info .post-meta-left-box h1 {
		font-size: 25px;
	}
	.listing-second-view .post-meta-left-box > p {
		margin-bottom: 10px;
		font-size: 13px;
	}
	
	.listing-second-view .post-meta-left-box h1 span.claimed {
		font-size: 0px;
	}
	.container.single-inner-container.single_listing .post-row {
		clear: both;
	}
	.listing-second-view .map-area .listing-detail-infos ul.list-st-img li img {
		width: 22px;
	}
	.single_listing .review-form #rewies_form .form-group:last-child p {
		line-height: normal;
		padding-top: 10px;
	}
	.form-review-stars .rating-symbol .rating-symbol-foreground .fa {
		font-size: 18px;
	}
	.listing-second-view .social-icons.post-socials.smenu li a {
		text-align: center;
	}
	.listing-second-view .social-icons.post-socials.smenu li {
		margin: 0px 6px 6px 0px !important;
	}
	.listing-second-view .social-icons.post-socials.smenu {
	    left: -100px;
		right: auto;
		width: auto;
	}
	
	.header-filter .input-group.width-49-percent .ui-widget.border-dropdown select {
		padding-left: 58px !important;
	}
	.listing-with-map .post-with-map-container-right .post-with-map-container .lp-list-page-grid .text-center.margin-top-80.margin-bottom-80 {
		margin-top: 30px;
	}
	.post-with-map-container .margin-bottom-20.margin-top-30 {
		margin-top: 15px;
	}
	.listing-style-3 .margin-top-subtract-35 form .filter-top-section {
		margin-top: 0px;
		margin-bottom: 15px;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.listing-style-3 .margin-top-subtract-35 form {
		padding-top: 0px !important;
	}
	.listing-style-3 .margin-top-subtract-35 {
		margin-top: 0px !important;
	}
	.filter-top-section.pos-relative.row .lp-title.col-md-10.col-sm-10 h3 {
		line-height: normal !important;
	}
	.listing-with-map .filter-top-section .listing-view-layout {
		margin-top: 15px !important;
	}
	#see_filter {
		display: inline-block;
		margin-bottom: 10px;
		text-align: center;
		width: 100px;
		height: 34px;
		line-height: 34px;
		color: #363f48;
		border: 1px solid #363f48;
		border-radius: 4px;
		font-weight: bold;
	}
	#see_filter:hover {
		/* background: #363f48;
		color: #fff; */
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
	}
	.post_response .review-form .form-review-stars .rating-symbol-foreground .fa-2x {
	    font-size: 1em;
	}
	.resurva-booking .lp-list-view-inner-contianer ul li h4 {
		font-size: 15px;
	}
	.dashboard-content .availableprice_options.padding-top-30 {
		padding-top: 0px;
	}
	.dashboard-content .availableprice_options .checkboxx .checkbox.pad-bottom-10 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.right-panel #ads .lp-card .promotional-section.padding {
		padding: 15px;
	} 
	.dashboard-content .promotional-section.padding .promotiona-text > h3 {
		font-size: 18px;
	}
	.dashboard-content .lp-list-view-inner-contianer .lp-list-view-content.lp-list-cnt {
		padding-top: 10px !important;
	}
	.listing-app-view .dashboard-content-app-view .lp-listing-pending-tab .lp-list-view-inner-contianer .lp-listing-pending-tab-inner {
		width: calc(100% - 100px)!important;
		margin-bottom: 30px;
	}
	.dashboard-content .lp-list-view .lp-list-view-inner-contianer .col-md-8{
		width: 100% !important;
		padding: 0px;
	}
	
	.dashboard-right-panel .lp-dashboard-right-panel-listing ul li a.reply {
		float: right;
	}
	.dashboard-panel .notices-area .notice-text p {
		display: none;
	}
	.dashboard-panel .notices-area .notice .notice-text {
		min-height: auto;
	}	
	.submit_new_style .white-section .lp-social-area .form-group.col-md-12.col-xs-12 .help-text {
		display: none;
	}
	.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search {
		margin-bottom: 10px;
		display: block !important;
	}
	.testimonial-inner-box  h3 { 
		font-size: 18px; 
		margin-bottom: 0px !important;
	}
	.resurva-booking .lp-list-view-inner-contianer ul.padding-left-0 li h3 {
		margin-top: 10px;
	}
	.resurva-booking .lp-list-view-inner-contianer .margin-top-0.margin-bottom-30 {
		margin-bottom: 0px;
		border-bottom: 1px solid #dedede;
		padding-bottom: 15px;
	}
	.resurva-booking .hidden-items {
		margin-top: 15px;
		padding-top: 10px;
	}
	.resurva-booking .hidden-items .upload-field #frontend-button {
		margin-bottom: 0px;
	}
	.resurva-booking .hidden-items input.lp-review-btn {
		padding: 5px 11px;
	}
	
	.lp-list-page-list .resurva-booking.lp-menus-area .hidden-items span.select2.select2-container {
		width: 100% !important;
	}
	
	
	.listing-simple .list_view .lp-grid-box-description h4.lp-h4 > a {
		max-width: 100%;
	}
	.dashboard-panel .panel-dash-views {
		margin-bottom: 0px;
	}
	#updateprofile .form-horizontal div.tab-header {
		margin-top: 0px !important;
		margin-bottom: 0px;
	}
	.dashboard-content .tab-header h3 {
		margin: 0px !important;
	}
	.single_listing .video-option h2 {
		font-size: 0px;
	}
	/*0504017 start*/
	.dashboard-content .lp-list-view .lp-list-view-inner-contianer .col-md-3.col-sm-3.col-xs-12 {
		width: 100% !important;
	}
	.single_listing .features.list-style-none li {
		width: 100% !important;
		padding-left: 0px;
		margin-bottom: 5px;
	}
	.lp-grid-box-left.pull-left > ul > li:first-of-type,
	.list_view .lp-grid-box-left.pull-left > ul > li:first-of-type {
	    font-size: 0px;
	}
	.header-filter .input-group.width-49-percent .ui-widget.border-dropdown select.chosen-select.chosen-select5 {
		/* width: 100% !important;
		padding-left: 70px; */
	}
	.promotional-section .lp-face.lp-back2.lp-pay-options.margin-bottom-30.lp-dash-sec .lp-method-wrap.lp-listing-form {
		width: 100% !important;
		text-align: center;
	}
	.promotional-section .lp-face.lp-back2.lp-pay-options.margin-bottom-30.lp-dash-sec .lp-method-wrap.lp-listing-form,	
	.promotional-section .lp-face.lp-back2.lp-pay-options.margin-bottom-30.lp-dash-sec .lp-method-wrap.lp-listing-form label,	
	.promotional-section .lp-face.lp-back2.lp-pay-options.margin-bottom-30.lp-dash-sec .lp-method-wrap.lp-listing-form label .radio.radio-danger {
		margin-bottom: 0px !important;
	}
	.promotional-section .lp-face.lp-back2.lp-pay-options.margin-bottom-30.lp-dash-sec .lp-method-wrap.lp-listing-form label .radio.radio-danger {
		left: 33px;
		top: 14px;
	}
	.promotional-section .lp-method-wrap.lp-listing-form img,
	.promotional-section .lp-dash-sec .category-cion img {
		display: block;
		float: left;
	}
	.right-panel .updateprofile-tab .page-innner-container {
		padding: 20px;
	}
	.right-panel .user-recent-listings-inner,
	.right-panel #ads,
	.right-panel #reviews,
	.right-panel #updateprofile {
		padding-right: 20px !important;
	}
	.promotional-section img {
		display: none;		
	}
	.promotional-section p {
		margin-bottom: 0px !important;
	}
	/*0504017 ended*/
	.lp-section-content .promotional-element.listingpro-columns .listingpro-row .promotiona-col-right {
		    margin-top: 15px;
	}
	.lp-section-content .promotional-element.listingpro-columns .listingpro-row .promotiona-col-right > article {
		margin-bottom: 15px;
	}
	.lp-section-content .promotional-element.listingpro-columns .listingpro-row,
	.lp-section-content .lp-section-content-container {
		padding-top: 30px;
	}
	
	header .header-right-panel {
		padding: 0px !important;
	}
	.lp-section-content .promotional-element.listingpro-columns .listingpro-row {
		padding-bottom: 0px;
	}
	.updateprofile-tab .user-avatar-upload .avatar-circle {
		margin: 0 auto;
	}
	.listingpro-row .promotiona-col-right > article > p {
		max-width: 100%;
	}
	.img-curtasy {
		bottom: -5px;
		z-index: 1;
	}
	.admin-top-section {
		display: none;
	}
	.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer h3 {
		text-align: center;
	}
	.lp-card .promotional-section .lp-dash-sec ul li {
	    float: left;
	}
	.lp-card .promotional-section .lp-dash-sec ul li .lp-list-view-content-upper.lp-list-view-content-bottom {
		padding-top: 10px;
	}
	.lp-card .promotional-section .lp-dash-sec h3 {
		text-align: center !important;
	}
	.top-section .review-count {
		top: 20px;
	}
	.header-filter .input-group.width-49-percent .ui-widget.border-dropdown select,
	.lp-home-banner-contianer-inner .lp-search-bar .ui-widget.border-dropdown select {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		width: 100% !important;
	}
	.lp-home-banner-contianer-inner .lp-search-bar .ui-widget.border-dropdown select.chosen-select.chosen-select5 option:first-child{
	}
	.lp-home-banner-contianer-inner .lp-search-bar .ui-widget.border-dropdown select.chosen-select.chosen-select5 {
		width: 100% !important;
		padding-left: 65px;
	}
	.header-filter .input-group.width-49-percent .ui-widget.border-dropdown,
	.lp-home-banner-contianer-inner .lp-search-bar .ui-widget.border-dropdown {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.lp-section-content-container-one .login-form-popup {
		width: 100%;			
	}
	.pos-relative .lp-home-banner-contianer {
		height: 420px;
	}
	.lp-search-description {
		display: none;
	}
	.dashboard-panel .panel-dash-dismiss:first-child img {
		display: none;
	}
	.submit_new_style .white-section .submit-img {
		display: none;
	}
	.dashboard-content .right-panel .tab-header {
		padding-left: 0px;
	}
	.page-container-four.submit_new_style ul.jFiler-items-list.jFiler-items-grid {
	    width: 29%;
	}
	.listing-simple .search-row .lp-features-filter ul > li,
	.post-with-map-container .lp-features-filter.tags-area .form-group ul li {
		width: 50%;
	}
	.right-panel .lp-list-page-list .lp-list-view .lp-list-view-inner-contianer .col-md-2.col-sm-2.col-xs-12 {
		width: 45% !important;
	}
	.right-panel .lp-list-page-list .lp-list-view .lp-list-view-inner-contianer .col-md-1.col-sm-1.col-xs-12 img {
		width: auto;
	}
	.right-panel .lp-list-page-list .lp-list-view .lp-list-view-inner-contianer .col-md-1.col-sm-1.col-xs-12 {
		width: 100% !important;
		padding-right: 0px;
		text-align: center;
	}
	.dashboard-content .lp-list-view-content-bottom {
		float: none;
		width: auto;
	}
	
	.dashboard-panel .panel-dash-views .col-md-4.col-xs-12 {
		width: 100% !important;
		margin-bottom: 30px;
		padding-right: 15px !important;
	}
	.dashboard-content .dashboard-right-panel {
		min-width: 270px;
	}
	.right-panel div.dashboard-right-panel {
		padding-left: 0px !important;
		padding-right: 20px !important;
		width: 100% !important;
		min-width: auto;
	}
	.dashboard-panel .panel-dash-dismiss .dash-text-area {
	    width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
	.panel-dash-views {
		margin-top: 0px;
	}
	.dashboard-panel .panel-dash-dismiss img {
	    width: 80%;
		margin-left: 30px;
	}
	.dashboard-content .lp-pay-options ul li .lp-list-view-thumb img {
		width: auto;
	}
	.lp-compaign-outer .lp-promote-ad-image .lp-list-view-content-upper{
		    padding: 0px;
		width: calc(100% - 90px)!important;
		display: inline-block;
		vertical-align: top;
	}
	.lp-compaign-outer .lp-promote-ad-image .lp-list-view-thumb{
		width: 78px!important;
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
	}
	.dashboard-content .lp-compaign-outer .lp-promote-ad-image .promote-btn.pull-right{
		margin-top: 18px;
		float:left !important;
	}
	.dashboard-content .lp-pay-options ul li .lp-list-view-thumb {
		width: 100%;
		text-align: center;
	}
	.dashboard-content .lp-pay-options ul li .lp-list-view-content-upper {
		width: 100%;
		padding-left: 0px !important;
	}
	.promotiona-col-right {
		padding: 0px;
		text-align: center;
	}
	.timeline-section:last-of-type .promotional-text-details {
		padding-left: 0px;
		text-align: center;
	}
	.calltoaction-left-panel {
		text-align: center;
	}
	.promotional-support .support-section {
	    padding: 123px 20px 41px;
	}
	.promotional-text-details {
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
	.promotional-presentation {
	    padding: 48px 70px 48px 0px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.promotional-timeline {
		padding-left: 20px;
		padding-right: 20px;
	}
	.list_view .lp-grid-box-description .reviewer-details {
		width: 80%; 
	}
	.list_view.lp-grid-box-contianer .lp-grid-box .lp-grid-box-bottom {
		width: 100%;
	}
	.list_view .lp-grid-box-thumb-container {
		width: 100% !important;
	}
	.page-heading-inner-container.cat-area .col-md-6.col-sm-6.text-right .listing-view-layout {
		float: none;
	}
	.page-heading-inner-container.cat-area .col-md-6.col-sm-6.text-right {
		text-align: left;
	}
	
	.dashboard-content .promotional-section .lp-pay-options h4 {
	    font-size: 18px;
		/* text-align: center; */
	}
	.dashboard-content .availableprice_options .checkboxx {
		width: 100% !important;
		margin-bottom: 0px;
	}
	.footer-about-company li {
		margin-left: 15px;
		margin-right: 15px;
	}
	.footer-menu li {
		margin-right: 10px !important;
		margin-left: 10px !important;
	}
	.table-responsive.campaign .top-section .campaign-options ul,
	.table-responsive.campaign .top-section .campaign-options ul li:not(:first-child) {
		width: 100%;
	}
	.table-responsive.campaign .top-section .campaign-options {
		float: none;
	    clear: both;
	}
	.table-responsive.campaign .top-section .campaign-options ul > li {
		padding-bottom: 5px;
	}
	.table-responsive.campaign .top-section > h3 span,
	.table-responsive.campaign .top-section > h3 span {
		float: none;
	}
	.packages .top-section h3 {
		text-align: center;
		float: none;
	}
	.dashboard-content .tbl-cell #invoices .invoice-section .top-section h3 {
		margin: 0px;
	}
	.dashboard-content .tbl-cell #invoices h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.dashboard-content .tbl-cell #invoices {
		padding-top: 0px !Important;
	}
	.updateprofile-tab .form-horizontal .tab-header h3,
	.updateprofile-tab .tab-header h3 {
		margin: 0px 0px 10px 0px;
	}
	.packages .active-packages-area .top-area h2 {
		width: 100%;
		text-align: center;
	}
	.packages .active-packages-area .listing-options {
	    float: left;
		width: 100%;
	}
	.lp-section-content .vertical_view .page-header {
		text-align: center;
		margin-bottom: 0px;
	}
	.updateprofile-tab .page-innner-container .lp-secondary-big-btn.btn-first-hover {
		padding-left: 30px;
		padding-right: 30px;
	}
	.dashboard-content .promotional-section a.lp-submit-btn {
		width: auto;
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 20px;
		height: 40px;
		line-height: 40px;
	}
	.dashboard-content #reviews .hndle.ui-sortable-handle,
	.dashboard-content .tab-header h3 {
		text-align: center;
	}
	.dashboard-content .tab-header {
		width: 100%;
	} 
	.dashboard-content .promotiona-text {
		width: auto;
	}
	.admin-top-section .user-portfolio {
	    padding-bottom: 0px;
	}
	.updateprofile-tab .page-innner-container .user-avatar-upload .user-avatar-description {
		width: 100%;
	}
	.price-plan-box-upper {
		text-align: center;
	}
	.fullwidth-header {
		padding: 0px 30px;
	}
	.details .top-section > h3 {
		padding-right: 0px !important;
	}	
	.lp-home-banner-contianer .lp-search-bar .chosen-container .chosen-results {
		position: absolute;
		min-width: 100%;
		right: 0px;
	}
	.lp-home-banner-contianer-inner .col-md-12.col-sm-12.text-center h1 {
		font-size: 33px;
	}
	.review-form > form#rewies_form .form-group.margin-bottom-40 {
		margin-bottom: 30px !important;
	}
	.review-form > form#rewies_form .col-md-6.pull-right.padding-right-0 {
		float: left !important;
		padding-left: 0px;
	}
	.form-review-stars .rating-symbol .rating-symbol-background {
		font-size: 18px;
	}
	.single_listing .review-form {
		margin-bottom: 30px;
	}
	.listing-second-view span.rating-section {
		float: none;
		padding-bottom: 10px;
	}
	.listing-second-view .post-meta-right-box .post-stat li {
		display: inline-block;
		float: none;
	}
	.listing-with-map .list_view .lp-grid-box-description {
		width: 100% !important;
	}
	
	.lp-grid-box-contianer.list_view .lp-grid-box-left.pull-left > ul > li.middle {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.lp-grid-box-contianer.list_view .lp-grid-box-left.pull-left > ul > li:last-child,
	.lp-grid-box-contianer.list_view .lp-grid-box-left.pull-left > ul > li.middle {
		margin-top: 0px;
	}
	.lp-grid-box-left.pull-left > ul > li {
		margin-top: 10px;
	}
	.post-with-map-container .search-row.margin-top-subtract-35 .form-inline .form-group {
		height: auto !important;
	    float: left !important;
	}
	.listing-with-map .filter-top-section .listing-view-layout {
		float: none;
	}
	
	.listing-style-1 .filter-top-section.pos-relative.row .lp-title.col-md-10.col-sm-10 h3 {
		font-size: 18px;
	}
	.listing-style-1 .filter-top-section.pos-relative.row .lp-title.col-md-10.col-sm-10  {
		margin-top: -85px;
		top: auto;
	}
	
	.filter-top-section.pos-relative.row .lp-title.col-md-10.col-sm-10 {
		display: block !important;
		text-align: center;
	}	
	.filter-top-section.pos-relative.row .pull-right.margin-right-0.col-md-2.col-sm-2.clearfix {
	    width: 100%;
		display: block;
		text-align: center;
	}
	.header-filter .lp-search-icon {
		background: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro/assets/css/../images/search-icon.png) no-repeat 46% !important;
		top: 0px;
		padding: 0px !important;
		height: 46px;
	}
	.post-with-map-container .filter-top-section > h3 {
		display: block;
		text-align: center;
	}
	.lp-section-content .page-container-four .col-md-10.col-md-offset-1 .page-header {
		text-align: center;
	}
	.header-filter.form-group.pos-relative .lp-search-btn-header.pos-relative {
		position: relative;
		margin-bottom: 10px;
		border: 1px solid #fff;
		border-radius: 3px;
	}
	.lp-section-title-container .lp-sub-title {
		padding-left: 15px;
		padding-right: 15px;
	}
	.listing-second-view .reviews-section .details {
		width: 100%;
		padding-left: 0px;
	}
	.listing-second-view .content-section .bottom-section ul li a {
		padding: 4px;
	}
	.grid_view2 .categories-area > .cat-icon {
		margin-right: 8px;
	}
	.lp-home-categoires li{
		margin-right: 6px;
		margin-left: 6px;
	}
	.lp-search-bar #input-dropdown {
		width: 100%;
	}
	.lp-home-banner-contianer .lp-search-bar .form-group .lp-search-bar-right {
		width: 100% !Important;
	}
	.form-group.lp-location-search {
		margin-left: 0px;
		border-radius: 0px !Important;
		-webkit-border-radius: 0px !Important;
		-moz-border-radius: 0px !Important;
		-ms-border-radius: 0px !Important;
	}
	.form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single {
		width: 100%;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}
	.lp-home-banner-contianer .lp-search-bar .form-group.lp-location-search .ui-widget.border-dropdown .chosen-container {
	    width: 100% !important;
		min-width: 100% !important;
	}
	.lp-search-bar .form-group.lp-location-search .ui-widget.border-dropdown {
		width: 100%;
	}
	.form-group.lp-suggested-search .input-group-addon.lp-border {
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		top: -1px;
	}
	.admin-top-section .user-portfolio .user-text p {
		display: inline-block;
	}
	.user-recent-listings-container h3,
	.dashboard-contnt .tab-pane.active .aligncenter .tab-header, 
	.tbl-cell .dashboard-contnt .hndle {
		text-align: center;
	}
	.dashboard-content .tab-content.dashboard-contnt h4 a {
		display: inline-block;
	}
	.dashboard-content .postbox table.widefat a.see_more_btn {
		text-align: center;
		margin-bottom: 10px;
	}
	.dashboard-content .postbox table.widefat .review-count {
		margin-bottom: 10px;
	}
	
	.admin-top-section .user-description-box {
		margin-top: 0px;
		padding-top: 0px;
	}
	.header-filter .lp-search-btn-header .lp-search-btn {
		padding: 20px;
		left: 7px !important;
	}
	.header-filter .lp-search-btn-header i {
	    width: 100%;
		border: 1px solid #fff;
		padding: 0px;
		border-radius: 8px;
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
	}
	.header-filter .lp-search-btn-header {
		width: 100% !important;
		text-align: center;
	}
	.updateprofile-tab .tab-header,
	.lp_section_inner .submit_new_style .form-page-heading {
		text-align: center;
	}
	form#lp-submit-form .blue-section .form-group label {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.admin-top-section .user-portfolio .user-text,
	.admin-top-section .user-portfolio .user-thumb {
		width: 100% !important;
		text-align: center;
	}
	.header-with-topbar .lp-menu-bar .header-filter,
	.lp-header-full-width .lp-menu-bar .header-filter {
		padding: 0px;
		padding-top: 10px;
	}
	.header-filter.pos-relative .input-group.width-49-percent .chosen-container-single .chosen-single {
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		padding-left: 58px;
	}
	.header-filter.pos-relative .input-group.width-49-percent,
	.header-filter .input-group.width-49-percent.margin-right-15 {
		width: 100% !important;
		margin-bottom: 10px;
		border-radius: 0px !important;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		-ms-border-radius: 0px !important;
	}
	.header-filter .input-group:first-child .input-group-addon.lp-border {
		border-radius: 0px;
	}
	.header-filter .input-group .custom-combobox-input {
	    border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	header .lp-search-btn-header i {
		right: 0px !important;
	}
	.lp_section_inner .submit_new_style {
		padding: 35px 15px 90px;
	}
	.lp_section_inner .submit_new_style .author-section.lp-form-row {
		padding: 26px 25px;
	}
	.day-hours > ul.hours-select li:nth-child(3) {
		padding-top: 10px;
	}
	.blue-section .preview-section i {
		right: 25px;
	}
	.blue-section .preview-section {
		padding: 0px;
	}
	.lp-search-bar-all-demo .lp-search-bar .lp-search-bar-right {
		width: 15%;
	}
	.lp-search-bar-all-demo .lp-search-bar .lp-search-bar-left .ui-widget.border-dropdown {
		margin-bottom: 0px;
	}
	.lp-right-grid {
		margin: 0 auto;
		float: none;
	}
	.lp-search-bar-all-demo .lp-interest-bar, 
	.lp-search-bar-all-demo .lp-location-bar, 
	.lp-search-bar-all-demo .lp-catagory-bar {
		padding-right: 0px !important;
	}
	.lp-search-bar-all-demo .lp-interest-bar, 
	.lp-search-bar-all-demo .lp-location-bar,
	.lp-search-bar-all-demo .lp-catagory-bar {
		width: 100% !important;
	}
	.lp-search-bar-all-demo .chosen-container .chosen-single {
		border-top-right-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
	}
	.lp-search-bar .lp-search-bar-left .ui-widget.border-dropdown {
		width: 100%;
	}
	.lp-search-bar .lp-search-bar-left .ui-widget.border-dropdown  .chosen-select,
	.lp-search-bar .chosen-container-single .chosen-single {
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
	}
	.lp-search-bar-left .lp-search-input {
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
	}
	.lp-search-bar .lp-search-bar-right input {
	    text-align: center;
	}
	.lp-search-icon {
	    left: 30% !Important; 
	}
	.listing-app-view .lp-search-icon {
		left: 33% !Important;
	}
	.search-row .input-group .border-dropdown .chosen-container {
		width: 100%;
	}
	.leaflet-popup-pane .leaflet-popup .leaflet-popup-content .map-post .map-post-des {
		padding: 10px !important;
	}
	.listing-app-view .leaflet-popup-pane .leaflet-popup .leaflet-popup-content .map-post .map-post-des {
		  padding-top: 0px!important;
    padding-bottom: 0px!important;
	}
	.single-page-slider-container .slick-initialized .slick-track .slick-slide {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	.lp-search-bar .lp-search-bar-left .ui-widget.border-dropdown {
		margin-bottom: 15px; 
	}
	.lp-tabs .nav-tabs li {
		margin-bottom: 8px;
	}
	.dashboard-contnt .lp-secondary-big-btn {
		margin: 0 auto;
		width: 100%;
		clear: both;
		padding: 10px 30px;
	}
	.dashboard-contnt .upload-photo .file-upload-btn {
	    padding: 10px 10px;
	}
	.dashboard-contnt .user-avatar-description {
		width: 100%;
	}
	.lp-search-bar .form-group.lp-suggested-search.ui-autocomplete-input {
		width: 100% !important;
	}
	.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
		width: 100% !important;
		border-radius: 0px !important;
	}
	.lp-search-bar .lp-suggested-search .input-group-addon.lp-border {
	    width: 65px;
		padding-left: 0px;
		background: transparent !important;
	}
	.typeahead__field .lp-suggested-search {
		margin-bottom: 15px !important;
	}
	.typeahead__field .lp-suggested-search .lp-suggested-search {
	    border-top-right-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
	}
	.lp-search-bar .typeahead__field .form-group.lp-location-search {
		margin-left: 0px;
	}
	.header-filter.pos-relative .lp-location-search span.custom-combobox {
	    border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	.lp-location-search span.custom-combobox {
	    border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.lp-search-bar div.form-group.lp-location-search {
		margin-bottom: 10px;
	}
	.lp-search-bar .custom-combobox .lp-home-locaton-input,
	.typeahead__field .form-group .lp-search-bar-right,
	.lp-search-bar .lp-search-bar-right input,
	.lp-search-bar div.form-group.lp-location-search {
		width: 100% !important;
	}
	.lp-menu-bar .mobile-nav-icon {
		position: absolute;
		top: -30px;
		left: -15px;
	}
	.listing-simple .list_view .lp-grid-box-description {
		width: 100%;
	}
	.list_view .lp-grid-box-right.pull-right {
		width: 100%;
	}
	.listing-simple .list_view .lp-grid-box-description .lp-grid-box-right {
		width: 100% !important;
		text-align: left;
	}
	.list_view .lp-grid-box-right .categories-area {
		float: left;
	}
	.list_view .lp-grid-box-left.pull-left {
		width: 100%;
	}
	/*bellow before*/
	h1, .lp-h1, .lp-h1 a {
		font-size: 35px;
	}
	.search-row .form-inline .form-group,
	.listing-container-right,
	.tag-select-one,
	.lp-add-listing-btn,
	.lp-menu {
		width:100%;
	}
	.lp-add-listing-btn ul {
		padding:0;
	}
	.img-xs-100 {
		width:100%;
	}
	header .lp-topbar {
		display: block;
	}
	.lp-topbar {
		display:none;
	}
	.lp-menu ul li {
		display:block;
		padding-right:0;
	}
	.lp-menu ul li a {
		width:100%;
		display:block;
	}
	.menu ul.children,
	.menu ul.sub-menu {
		position:static;
		width:100%;
	}
	.menu ul.children:after,
	.menu ul.sub-menu:after {
		display:none;
	}
	.lp-search-bar-left,
	.lp-home-locaton-input,
	.lp-home-search-input,
	.lp-search-bar-right,
	.lp-search-btn {
		width:100%;
	}
	.menu ul.children,
	.menu ul.sub-menu {
		padding-top:0px;
	}
	.lp-menu ul {
		margin-top:0px;
	}
	.lp-add-listing-btn ul {
		margin-top:0;
		margin-bottom:0;
	}
	.lp-menu li a,
	.lp-add-listing-btn li a {
		padding: 8px 10px;
		border-bottom:1px solid #ddd;
	}
	.lp-menu li:last-child a {
		border-bottom:0px;
	}
	.lp-add-listing-btn ,
	.lp-add-listing-btn li a {
		width:100%;
		display: block;
	}
	.lp-add-listing-btn {
		margin-top:0px;
	}
	.menu ul.children li:first-child a
	.menu ul.sub-menu li:first-child a {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.menu ul.children li:last-child a,
	.menu ul.sub-menu li:last-child a {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.menu ul.children,
	.menu ul.sub-menu {
		border-radius:0px;
	}
	.lp-home-locaton-input {
		border-radius:5px;
	}
	.lp-search-description  { 
		margin-top: 30px;
	}
	.lp-home-categoires {
		padding:0;
	}
	.lp-home-categoires li {
		margin-top: 8px;
	}
	.lp-grid-box-thumb img {
		width:100%;
	}
	.city-thumb img {
		width:100%;
	}
	.nearby-download li { 
		margin-right:0px;
	}
	.input-width-299 {
		width:100% !important;
	}
	.listing-page-result-row p {
		text-align:center;
	}
	.header-fixed {
		position:static;
	}
	.section-fixed {
		padding-top:0px;
	}
	.width-32-percent {
		background-size: auto 100%;
	}
	.nav-tabs > li {
		width:100%;
	}
	.nav-tabs > li > a:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.price-plan-content {
		margin-bottom:15px;
	}
	.lp-secondary-btn {
		float:left;
		padding:15px 30px 15px 30px;
	}
	.price-plan-button {
		width:100%;
	}
	.price-plan-button a {
		width:100%;
	}
	.price-plan-box span {
		width:100%;
		text-align:center;
	}
	.post-meta-left-box h1 {
		text-align:center;
	}
	.post-meta-left-box .post-stat li,
	.post-meta-right-box .post-stat li {
		display:block;
		margin-right:0px;
		text-align: center;
		margin-bottom: 5px;
	}
	.listing-second-view .post-meta-right-box a.secondary-btn {
		width: 190px;
	}
	.post-meta-right-box a.secondary-btn {
		width:100%;
	}
	.lp-form-row-left,
	.lp-form-row-right {
		width:100%;
		text-align:center;
	}
	.login-form-popup {
		width:100%;
		padding:30px;
	}
	.ui-widget,
	.custom-combobox {
		width:100%;
	}
	.custom-combobox {
		margin-bottom:10px;
	}
	.contactmap {
		height:200px;
	}
	.contact-left {
		width:100%;
	}	
	.contact-right {
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	.nameform {
		margin-bottom:15px;
	}
	.listing-sidebar-left {
		padding-bottom: 30px;
		width: 100%;
		max-width: 290px;
		float: left !important;
		padding-left: 15px;
	}
	.header-fixed {
		min-height:auto;
	}
	.testimonial-tit {
		padding-bottom:15px;
	}
	.testimonial-rating {
		width: 100%;
		padding-bottom: 0px;
		display: block;
		float: none;
	}
	.testimonial-slider { 
		width:100%;
	}
	.page-404-title {
		font-size:110px;
	}
	.page-404-title  img {
		width:70px;
	}
	.pop-form-bottom .social-login {
		text-align:center;
	}
	.pop-form-bottom {
		text-align: center;
	}
	.bottom-links a {
		display: block;
		float: none !important;
	}
	.post-with-map-container .form-group .col-md-4 {
		padding-right:15px;
		margin-bottom:15px;
	}
	.blog-content a.image-popup {
		margin-left:0px;
		margin-bottom:15px;
	}
	.about-gallery-box .image-popup {
		float:none;
	}
	.about-gallery-box img {
		width:100%;
	}
	.image-popup:hover:after {
		opacity:0;
	}
	.image-popup-margin {
		margin-left:0;
	}
	.md-modal {
		overflow:scroll;
	}
	.listing-app-view .login-form-popup{
		min-height:100% !important;
	}
	.login-form-popup {
		min-height:730px;
		width: 90vw;
	}
	.siginincontainer, .siginupcontainer, .forgetpasswordcontainer {
		padding:50px;
	}
	.comments-thumb,
	.comments-content,
	.comments-box-sub {
		width:100%;
	}
	.comments-thumb {	
		text-align:center;
	}
	.list-pt-display li {    
		float: none;
		margin-right: 0;
		margin-top: 0px;
		width: 100%;
	}
	.featuresDataContainer{
		min-height: auto;
	}
	.post-meta-left-box h1{
		font-size: 35px;
	}
	.md-modal,
	.simptip-position-top.simptip-movable::after ,
	.simptip-position-top.simptip-movable::before,
	.mapbilemap-close,
	.comments-date{
		display:none;
	}
	.city-girds .lp-listing-quantity{
		opacity:1;
		-webkit-transform:translateY(0px);
		-moz-transform:translateY(0px);
		-o-transform:translateY(0px);
		transform:translateY(0px);
	}
	.city-girds .city-title .lp-h3{
		-webkit-transform:translateY(0px);
		-moz-transform:translateY(0px);
		-o-transform:translateY(0px);
		transform:translateY(0px);
	}
	.m-text-center,
	.comments-description{
		text-align:center;
	}
	.post-meta-left-box .post-stat li,
	.post-meta-right-box .post-stat li{
		margin-bottom:15px;
	}
	.comments-thumb{
		margin-bottom:15px:
	}
	.smenu.share {
		left: 62px;
		transform: translateX(-50%);
		top: -134px;
	}
	.smenu li a{
		text-align:left;
	}
	.user-info {
		text-align: center;
	}
	.widget-box .user-thumb {
		margin-right: 0px;
		display: block;
		margin-bottom: 15px;
	}
	.sidebar-post .user-text {
		top: 0px;
		display: block;
		width: 100%;
		text-align: center;
	}
	.footer-about-company li{
		margin-bottom:15px;
	}
	.ui-autocomplete, .ui-widget select{
		width:300px !important;
	}
	.listing .ui-autocomplete, .ui-widget select {
		width: 253px !important;
	}
	.post-map-container .ui-autocomplete, .ui-widget select {
		width: 253px !important;
	}
	.extrafield-list li {
		margin-right:0px;
		width:100%;
	}
	.listing-app-view .dashboard-content .promotional-section .lp-pay-options .form-group .col-md-6.text-left,.listing-app-view .dashboard-content .promotional-section .lp-pay-options .form-group .col-md-6.text-right{
	 width: 100%;
    float: none;
    padding: 0px;
    text-align: left;
    margin: 5px;
  }
}
@media (max-width: 1199px) {
	.md-effect-3 #claimform .claim-details .form-group {
		width: 100%;
	}
	.tabs-listing.listing-second-view .lp-list-page-grid {
		margin-left: 0px;
		width: auto;	
	}
	.tabs-listing.listing-second-view .lp-reviews-gallery li,
	.tabs-listing.listing-second-view .lp-reviews-gallery img {
		width: 100%;
	}
	.tabs-listing.listing-second-view .lp-reviews-gallery {
		margin-left: 0px;
		width: 100%;
	}
	
	/*22/04/017 strt here*/
	.tabs-listing .reviews-section {
		margin-left: 0px;
		width: 100%;
	}
	/*22/04/017 ended here*/
	.section-fixed.listing-with-sidebar .width-32-percent.pull-left {
		width: 35%;
	}
	.section-fixed.listing-with-sidebar .width-68-percent.pull-right {
		width: 65%;
	}
	.admin-top-section .user-portfolio .user-thumb {
		width: 99px;
		height: 94px;
	}
	.admin-top-section .user-portfolio .user-text {
	    padding: 0px;
		width: 215px;
	}
	.header-with-topbar .lp-menu-bar  .header-filter,
	.lp-header-full-width .lp-menu-bar  .header-filter {
		width: 43%;
		float: left;
	}
	.col-md-5.col-xs-12.lp-menu-container.pull-right {
	    width: 27%;
		padding: 0px;
	}
}
@media (max-width: 360px) {
	
	.listing-style-1 .filter-top-section.pos-relative.row .lp-title.col-md-10.col-sm-10 h3 {
		font-size: 15px;
	}
	.listing-style-1 .filter-top-section.pos-relative.row .lp-title.col-md-10.col-sm-10 {
		width: 100%;
		left: 15px;
	}
	
	a.open-img-view {
		/* z-index: 1; */
	}
	
	/*24/04/017 start*/
	.tabs-listing .nav-justified {
		width: 100%;
	}
	.tabs-listing .nav-justified li {
		padding-left: 15px;
		margin: 0px;
	}
	/*24/04/017 ended*/
	.review-form .form-submit .review_status.error-msg {
		line-height: normal;
		padding-top: 10px;
	}
	
	.review-form .col-md-6.pull-right.padding-right-0 {
	    padding-left: 0px;
	}
	.reviews div.submit-images {
		margin-top: 20px;
	}
	.reviews div.submit-images label {
		float: left;
		margin-right: 5px;
		line-height: 18px;
	}
	.review-form .lp-review-btn {
		padding: 6px 28px 6px 28px;
	}
	.dashboard-content .promotional-section.lp-promote-listing-margin .margin-bottom-30.lp-dash-sec {
	    padding-left: 10px;
		padding-right: 10px;
	}
	.listing-second-view .single_listing .sidebar-post .open-hours {
		padding-left: 10px;
		padding-right: 10px;
	}
	.listing-second-view .widget-box.viewed-listing > h2 {
		margin-bottom: 20px;
	}
	.single_listing #submitreview .comment-reply-title {
		margin-bottom: 0;
		margin-top: 35px;
		font-size: 16px;
	}
	.listing-second-view .single_listing .features {
		padding-top: 0px;
	}
	.reviews-section article.review-post .review-thumbnail {
		margin: 0 auto;
	}
	.listing-second-view .listing-price .price-area .claim-area .phone-icon {
		font-size: 13px;
	}
	.single_listing .review-form .form-submit .lp-review-btn {
	    padding: 5px 18px 5px 18px;
	}
	.right-panel #ads .lp-promote-listing-margin .lp-front.lp-pay-options ul li .lp-list-view-thumb img {
		width: 100%;
	}
	
	.listing-second-view .sidebar-post .open-hours .today-timing strong img {
		display: none;
	}
	.listing-second-view .sidebar-post .open-hours .today-timing .closed {
	    margin-left: 5px;
		font-size: 10px;
	}
	/*0504017 start*/
	img.loader-inner-header {
		top: 7px !important;
		left: 50% !important;
		width: 32px !important;
		height: 32px !important;
		margin-left: -16px !important;
	}
	section.listing-with-map .filter-top-section {
		margin-top: 25px;
		margin-bottom: 20px;
	}
	
	.listing-style-3 .filter-top-section {
		float: none;
		width: auto;
	}
	.listing-style-3 .filter-top-section .lp-title h3 {
		font-size: 15px;
	}
	.resurva-booking .hidden-items .upload-field #frontend-button {
	    min-width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	.resurva-booking .file-options {
		margin-left: 87px;
	}
	
	.dashboard-content .promotional-section a.lp-submit-btn {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 14px;
		line-height: normal;
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.listing-second-view div.listing-post article {
		margin-right: 0px !important;
	}

	.post-with-map-container .listing-style-3 .lp-filter-inner .comboboxCategory.chosen-select2.tag-select-four {
	    height: 30px;
	}
	.listing-simple .search-row .form-inline ul li a,
	.post-with-map-container .listing-style-3 .lp-filter-inner ul li a {
		/* line-height: normal; */
	}
	
	.listing-simple .form-inline.tags-area .input-group ul .checkbox,
	.post-with-map-container .listing-style-3 .lp-features-filter.tags-area .input-group ul .checkbox {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.post-with-map-container .listing-style-3 .lp-features-filter.tags-area .input-group ul {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.post-with-map-container .listing-style-3 .lp-features-filter.tags-area {
		padding: 0px;
	}
	.dashboard-content .lp-list-view .lp-list-view-inner-contianer .col-md-8.col-sm-8.col-xs-12 {
		width: 100% !important;
	}
	.lp_section_inner .testimonial.lp-section-content-container .testimonial-inner-box .testimonial-description {
		font-size: 14px;
	}
	.lp_section_inner .testimonial.lp-section-content-container .testimonial-inner-box {
		font-size: 20px;
	}
	.lp_section_inner .lp-sub-title {
		font-size: 14px;
	}
	.lp_section_inner h1 {
		font-size: 25px;
	}
	.lp-dashboard-right-panel-listing > ul > li {
		position: relative;
		padding-bottom: 30px;
	}
	.lp-dashboard-right-panel-listing > ul > li .reply {
	    position: absolute;
		bottom: 5px;
		right: 0px;
	}
	/*0504017 ended*/
	.submit_new_style .blue-section .preview-section.pos-relative .fa.fa-times.fa-spinner.fa-spin,
	.submit_new_style .blue-section .preview-section.pos-relative .fa.fa-times {
		font-size: 16px;
		top: 5px;
	}
	.submit_new_style .blue-section .preview-section .lp-secondary-btn.btn-first-hover {
		font-size: 16px;
	}
	.lp-modal-list#modal-invoice .modal-footer .lp-print-list {
		float: left;
		margin-left: 0px;
	}	
	.lp-modal-list#modal-invoice .modal-footer .btn-white {
		margin-right: 5px;
	}
	.lp-modal-list#modal-invoice .modal-footer .btn-white {
		float: left;
		margin-right: 0;
		margin-left: 0px;
	}
	.listing-simple .search-row .lp-features-filter ul > li,
	.post-with-map-container .lp-features-filter.tags-area .form-group ul li {
		width: 100% !important;
	}
	.submit_new_style .lp-social-area .form-group.col-md-12.col-xs-12 {
		padding: 0px;
	}
	
	.right-panel .lp-list-page-list .lp-list-view .lp-list-view-inner-contianer .col-md-1.col-sm-1.col-xs-12 img {
		width: 100%;
	}
	.right-panel .lp-list-page-list .lp-list-view .lp-list-view-inner-contianer .col-md-2.col-sm-2.col-xs-12 .lp-rigt-icons ul {
		float: left;
	}
	.right-panel .lp-list-page-list .lp-list-view .lp-list-view-inner-contianer .col-md-2.col-sm-2.col-xs-12 .lp-rigt-icons {
		width: 100% !important;
		float: none;
	}
	
	.right-panel .lp-list-page-list .lp-list-view .lp-list-view-inner-contianer .col-md-2.col-sm-2.col-xs-12,
	.right-panel .lp-list-page-list .lp-list-view .lp-list-view-inner-contianer .col-md-9.col-sm-9.col-xs-12 {
		width: 100% !important;
	}
	.dashboard-panel .panel-dash-dismiss img {
		margin-left: 0px;
	}
	.header-with-topbar .fullwidth-header .col-md-9.col-sm-9.text-left {
		padding-bottom: 10px;
	}
	.header-with-topbar .fullwidth-header .col-md-3.col-sm-3.text-right,
	.header-with-topbar .fullwidth-header .col-md-9.col-sm-9.text-left {
		text-align: center;
	}
	.list_view .lp-grid-box-left.pull-left > ul > li {
		float: left;
	}
	.listing-page .page-heading-inner-container.cat-area h1 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.dashboard-content .promotional-section .lp-pay-options .form-group .col-md-6.text-left,
	.dashboard-content .promotional-section .lp-pay-options .form-group .col-md-6.text-right {
	    width: 100% !important;
		text-align: center;
		line-height: 35px;
	}
	.admin-top-section .user-description-box > ul li span.count {
		line-height: normal;
	}
	.admin-top-section .user-description-box > ul {
	    padding-top: 20px;
	}
	.dashboard-content .postbox table.widefat a.see_more_btn {
		width: 100%;
	}
	.updateprofile-tab .page-innner-container .user-avatar-upload .user-avatar-description {
		width: 100%;
	}
	a.watch-video.popup-youtube {
		/* float: none;
		width: 100%;
		display: block;
		text-align: center;
		margin-top: 10px; */
	}
	.list_view .lp-grid-box-left.pull-left > ul > li {
		margin-top: 0px !Important;		
	}
	.list_view .lp-grid-box-left.pull-left > ul > li.middle {
		float: left;
	}
	.list_view .lp-grid-box-left.pull-left > ul > li:first-child {
		display: block;
		width: 100%;
	}
	.search-filters.form-group .search-filter-attr li#listingRate {
		margin-bottom: 0px;
	}
	.pos-relative .lp-home-banner-contianer .lp-search-bar {
		margin-bottom: 25px;
	}
	.lp_confirmation {		
		right: auto;
		left: auto;
	}
	.contact-form.quickform form.form-horizontal .form-group.pos-relative .fa-send.lp-search-icon {
	    left: 35%;
	}
	.listing-second-view .reviews-section .details .top-section > h3 {
		padding-right: 80px;
	}
	.listing-second-view .content-section .bottom-section ul li {
		/* width: 100%; */
		float: none;
		display: inline-block;
		padding: 0px;
		text-align: center;
	}
	.listing-second-view .reviews-section article.review-post .bottom-section ul li {
		/* width: 100%; */
	}
	.dashboard-content .promote-btn.pull-right {
		float: none !important;
	    margin-top: 8px;
	}
	.dashboard-content .promote-btn.pull-right input[type="submit"] {
	    float: none !important;
	}
	.lp_section_inner .lp-sub-title {
		padding: 0px 15px;
	}
	.page-container-four.submit_new_style .blue-section .preview-section i {
		margin-right: 0px;
	}
	.page-heading-inner-container h1 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-container-four .submit-img {
		display: none;
	}
	.blue-section .lp-secondary-btn {
		padding: 15px 23px 15px 23px;
	}
	.hours .weekday {
		min-width: 80px
	}
	.hours > a.remove-hours {
	    width: 100%;
		clear: both;
		margin: 0px;
	}
	.hours > span.end {
	    margin-left: 0px;
	}
	.hours > span.start {
		width: 55px; 
	}
	.hours .weekday {
		min-width: 76px;
		width: 76px !important;
	}
	.lp_section_inner .submit_new_style {
		padding: 35px 0px 55px;
	}
	.day-hours > ul.hours-select > li {
		width: 100%;
	}
	.day-hours span.select2.select2-container {
		width: 100% !important;
	}
	.day-hours > ul.hours-select li:first-child {
		padding-bottom: 10px;
	}
	.footer-menu li {
		margin-right: 10px !important;
	}
	.post-stat .phone-icon .icons8-infoIcon {
	    width: 19px;
		margin-bottom: 2px;
	}
	.lp-blog-grid-box-container .lp-blog-grid-box-description .lp-blog-grid-title .lp-h4 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.lp-search-bar-all-demo .lp-search-btn {
		width: 100%;
		height: 38px;
	}
	.lp-search-bar-all-demo .lp-search-icon {
		left: 15px !important;
	}
	.lp-search-bar-all-demo .lp-interest-bar.text-center {
		text-align: left;
	}
	.post-stat .phone-icon .icons8-infoIcon {
	    width: 19px;
		margin-bottom: 2px;
	}
	.lp-blog-grid-box-container .lp-blog-grid-box-description .lp-blog-grid-title .lp-h4 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.list_view .lp-grid-box-description .reviewer-details, .grid_view2 .lp-grid-box-description .reviewer-details {
		width: 80%;
	}
}
@media	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px) {
		table.lp-invoice-table, 
		.lp-invoice-table thead, 
		.lp-invoice-table tbody, 
		.lp-invoice-table th, 
		.lp-invoice-table td, 
		.lp-invoice-table tr {
			display: block;
		}
		.lp-invoice-table thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		.lp-invoice-table tr { border: 1px solid #ccc; }

		.lp-invoice-table td {
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
			text-align: right !important;
		}

		.lp-invoice-table td:before {
			position: absolute;
			left: 15px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
			text-align: left;
			font-weight: 700;
		}

		/*
		Label the data
		*/
		.lp-invoice-table td:nth-of-type(1):before { content: "No."; }
		.lp-invoice-table td:nth-of-type(2):before { content: "Order#"; }
		.lp-invoice-table td:nth-of-type(3):before { content: "Method"; }
		.lp-invoice-table td:nth-of-type(4):before { content: "Plan"; }
		.lp-invoice-table td:nth-of-type(5):before { content: "Price"; }
		.lp-invoice-table td:nth-of-type(6):before { content: "Date"; }
		.lp-invoice-table td:nth-of-type(7):before { content: "Days"; }
		
		.lp-invoice-table tbody tr:hover {
			background: #fff;
		}
		.lp-invoice-table tr td a {
			position: absolute;
			right: 10px;
			top: 3px;
		}
		.lp-invoice-table tbody tr td:hover {
			background: #eff3f6;
		}
		.listing-app-view  .active-packages-area .lp-invoice-table td:nth-of-type(1):before { content: "Trans ID."; }
		.listing-app-view  .active-packages-area .lp-invoice-table td:nth-of-type(2):before { content: "Date"; }
		.listing-app-view  .active-packages-area .lp-invoice-table td:nth-of-type(3):before { content: "Amount"; }
		.listing-app-view  .active-packages-area .lp-invoice-table td:nth-of-type(4):before { content: "Duration"; }
		.listing-app-view  .active-packages-area .lp-invoice-table td:nth-of-type(5):before { content: "Total Listings"; }
		.listing-app-view  .active-packages-area .lp-invoice-table td:nth-of-type(6):before { content: "Status"; }
		
		.listing-app-view  .lp-active-compaign-outer .lp-invoice-table td:nth-of-type(1):before { content: "Trans ID"; }
		.listing-app-view  .lp-active-compaign-outer .lp-invoice-table td:nth-of-type(2):before { content: "Amount"; }
		.listing-app-view  .lp-active-compaign-outer .lp-invoice-table td:nth-of-type(3):before { content: "Duration"; }
		.listing-app-view  .lp-active-compaign-outer .lp-invoice-table td:nth-of-type(4):before { content: "Payment Method"; }
		.listing-app-view  .lp-active-compaign-outer .lp-invoice-table td:nth-of-type(5):before { content: "Date From"; }
		.listing-app-view  .lp-active-compaign-outer .lp-invoice-table td:nth-of-type(6):before { content: "Date To"; }
	}
	@media (max-width: 767px) {
		
		/* on 14 july */
			.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right .lp-rigt-icons ul {
			padding-top: 0px !important;
		}
		/* end on 14 july */
		
		header .lp-topbar .fullwidth-header .col-md-9.col-sm-9.text-left {
			float: left;
		}
		.contact-form.quickform form.form-horizontal .form-group.pos-relative .fa-send.lp-search-icon {
			top: 12px;
		}
		.claimform.claimform-open .form-group {
			margin: 0px;
		}
		.claimform.claimform-open {
			    padding: 0px;
		}
		.claimform.claimform-open h3 {
		    padding-top: 10px;
		}
		
		.menu-hotel {
			clear: both;
			position: relative;
		}
		.hotel-menu {
			position: relative;
			display: block;
			background-color: transparent;
			clear: both;
			margin-bottom: 15px;
		}
		.hotel-menu .inner-menu {
		    position: relative;
			width: 100%;
			max-width: 100%;
			transform: translate(0%);
			left: auto;
			top: auto;
		}
		.hotel-menu .close-menu-popup {
			display: none;
		}
		
		
		/*2204017 strt*/
		.listing-slide.img_3 .slick-track .slide {    
			pointer-events: none;
		}
		.lp-search-bar-all-demo.lp-bottom-with-map-back .form-inline .form-group:last-of-type {
			width: auto !important;
		}
		.lp-search-bar-all-demo.lp-bottom-with-map-back .form-inline .form-group .lp-search-bar-right {
			margin: 0px;
		}
		.lp-search-bar-all-demo.lp-bottom-with-map-back .lp-search-bar .form-group.lp-suggested-search {
			width: 50% !important;
			margin-bottom: 0px;
		}
		.lp-search-bar div.form-group.lp-location-search {
			width: 30% !important;
			margin-bottom: 0px;
		}
		.lp-search-bar-all-demo.lp-bottom-with-map-back .form-group.lp-suggested-search input.lp-suggested-search {
			min-width: 100%;
		}
		/*2204017 ends*/
		.vertical_view.padding-bottom-40 .lp-price-main {
		    transform: scale(1);
		    -webkit-transform: scale(1);
		    -moz-transform: scale(1);
		    -o-transform: scale(1);
			margin-bottom: 30px;
			box-shadow: none;
		}
		.vertical_view.padding-bottom-40 .page-header {
			margin: 0px;
		}
		.vertical_view.padding-bottom-40 {
			padding-bottom: 0px;
		}	
		
		.right-panel #updateprofile .active-packages-area .top-area .listing-options ul li {
			margin-left: 12px;
			margin-right: 12px;
		}
		.right-panel #updateprofile .active-packages-area .top-area .listing-options {
			width: 100%;
		}
		.dashboard-content .lp-list-view-content-bottom .lp-list-view-edit {
			padding-top: 10px !important;
		}
		.archive .page-heading.listing-page .page-heading-inner-container.cat-area .col-md-6.col-sm-6 {
		    float: left;
			width: 50%;
			padding-top: 0px;
		}
		.filter-top-section.pos-relative.row .lp-title.col-md-10.col-sm-10 h3 {
			line-height: 34px;
		}
		/*0504017 start*/
		.listing-second-view .listing-post article {
		    width: 100% !important;
			margin-right: 5px !important;
		}
		.single_listing .features li {
			width: 49% !important;
		}
		
		.lp-right-panel-upper {
		    width: calc(100% - 230px);
		}
		.city-girds .city-thumb img {
			width: 100%;
		}
		/*0504017 end*/
		.form-group .lp-search-bar-right {
			margin-left: 0px !important;
		}
		.admin-top-section .user-portfolio .user-thumb {
			width: 50px;
			height: auto;
		}
		.admin-top-section .user-portfolio .user-text .user-name > span {
			display: none;
		}
		.lp-contact-support {
			display: none;
		}
		.panel-dash-views .count-box {
			padding: 10px;
		}
		.panel-dash-views .count-box.green-box {
			padding: 10px 0px;
		}
		.admin-top-section .lp-right-panel-upper .user-description-box > ul li {
			padding: 20px 0px 0px 0px;
		}
		.admin-top-section .user-details .col-md-3 {
			/* width: 207px !important; */
		}		
		.admin-top-section .user-description-box {
			width: 100% !important;
		}
		.user-description-box > ul li {
			width: 19% !important;
		}
		.lp-contact-support {
			width: 100% !important;
			text-align: center;
		}
		.listing-second-view .listing-post article {
			transform: translateZ(0);
		}
		.dashboard-content .right-panel .user-recent-listings-inner .lp-list-page-list {
			padding-right: 0px;
		}
		.page-container-five {
			padding-top: 55px;
			padding-bottom: 25px;
		}
		.submit_new_style .white-section .lp-social-area .form-group.col-md-12.col-xs-12 {
			padding-left: 0px;
		}
		.submit_new_style #tags-by-cat .col-md-2.col-sm-4.col-xs-6 {
			width: auto !important;
		}
		.dashboard-content .right-panel {
			min-height: 200px;
		}
		.dashboard-panel .das-services .dismiss { 
			right: 12px !important;
			top: 7px !important;
		}
		.dashboard-content .tab-header {
			width: 100%
		}
		.dashboard-content .right-panel .tab-header {
			margin-left: 0px;
		}
		.strp {
			margin-top: -28px;
		}
		.right-panel .dashboard-panel .panel-dash-views .col-md-4.col-xs-12:not(:last-child) {
			padding-right: 0px;
		}
		/* .dashboard-panel .panel-dash-views .col-md-4.col-xs-12 {
			width: 33%;
		} */
		.dashboard-right-panel .lp-dashboard-right-panel-listing a.lp-show-all {
			float: right;
			display: inline-block;
		}
		.dashboard-panel .promotional-service {
			padding-bottom: 0px;
			margin-bottom: 0px;
			padding-top: 0px;
			margin-bottom: 50px;
		}
		.dashboard-panel .panel-dash-dismiss.das-services {
			background: transparent;
			border: none;
		}
		.dashboard-panel .panel-dash-dismiss.das-services .col-md-4.col-xs-12 {
			padding: 0px;
		}
		.promotional-service {
			margin-bottom: 30px;
			padding-top: 50px;
			padding-bottom: 50px;
		}
		.promotional-support .support-section .support-text-details {
			width: 100%;
		}
		.call-to-action .calltoaction-left-panel {
			width: 70%;
		}
		.call-to-action .calltoaction-right-panel {
			width: 30%;
		}
		.lp-grid-box-contianer.list_view .lp-grid-box-description {
			padding-bottom: 7px;
		}
		.listing-simple .search-row .form-inline .form-group {
			width: auto !important;
		}
		
		
		.lp-search-bar .form-group.lp-location-search {
			margin-bottom: 0px;
		}
		
		
		.form-inline .form-group {
			width:100% !important;
		}
		.admin-top-section .user-portfolio {
			width: 100% !Important;
		}
		.admin-top-section .user-description-box {
		    width: 100% !Important;
			padding-top: 0px;
		}
		.admin-top-section .user-portfolio .user-text {
			width: auto;
		}
		.dashboard-content .right-panel {
			padding-left: 15px;
		}
		.lp-modal-list#modal-invoice .modal-content .modal-dialog .lp-list-detail .lp-addres-com-detail p {
			margin-bottom: 0px;
		}
		.lp-modal-list#modal-invoice .modal-content .modal-dialog .lp-list-detail .lp-addres-com-detail {
			clear: both;
			width: 100%;
			text-align: center;
			padding-bottom: 20px;
			padding-top: 20px;
		}
		.lp-modal-list#modal-invoice {
			font-size: initial;
		}
		.page-container-four {
			padding-bottom: 10px;
		}
		.page-container-four .page-header {
			margin-top: 10px;
		}
		.lp-section-title-container h1 {
			padding-left: 15px;
			padding-right: 15px;
		}
		.testimonial-inner-box  h3 {
			margin-bottom: 10px;
			text-align: center;
		}
		.nearby-download {
			margin-top: 55px;
		}
		.lp-section-content-container {
			padding-top: 55px;
			padding-bottom: 25px;
		}
		.lp_section_inner .lp-section-content .lp-section-title-container {
			padding-top: 15px;
		}
		.lp-grid-box-contianer .lp-grid-box .lp-grid-desc-container.lp-border.clearfix .lp-grid-box-bottom {
			clear: both;
			border-top: 1px solid #dedede;
			padding-top: 0px;
		}
		/*.listing-style-3 .col-md-12.search-row.margin-top-subtract-35 .form-inline.lp-filter-inner .form-group {
			margin-bottom: 10px;
		}*/
		.listing-simple .lp-title.col-md-10.col-sm-10 {
			top: -70px;
		}
		
		.filter-top-section.pos-relative.row .lp-title.col-md-10.col-sm-10 {
			display: inline-block;
		}
		.listing-with-map .filter-top-section .listing-view-layout {
			position: static;
			margin-top: 15px;
		}
		.listing-with-map .post-with-map-container-right .post-with-map-container {
			width: 100%;
		}
		.list_view.lp-grid-box-contianer .lp-grid-box .lp-grid-box-bottom {
			position: relative;
			float: right;
		}
		.lp-grid-box-bottom .pull-left {
			max-width: 100%;
		}
		.listing-simple.listing_list_view .list_view.lp-grid-box-contianer .lp-grid-box-bottom span.text {
			float: none;
		}
		.lp-grid-box-contianer.list_view .lp-grid-box-left.pull-left > ul > li.middle {
			width: auto;
		}
		
		section .page-container .search-row .form-inline .form-group {
			display: inline-block;
		}
		.post-with-map-container-right .post-with-map-container .form-inline.tags-area,
		.post-with-map-container-right .post-with-map-container .form-inline.tags-area .form-group {
			height: auto !important;
		}
		.post-with-map-container .search-row.margin-top-subtract-35 .form-inline .form-group {
			height: 40px;
			float: left;
		}
		.lp-home-banner-contianer .lp-home-banner-contianer-inner .lp-search-bar {
			padding-top: 15px;
		}
		.lp-home-banner-contianer .lp-home-banner-contianer-inner .lp-search-bar .form-inline .form-group.pull-right {
			margin-bottom: 0px;
		}
		.lp-header-bg-grey .icon-bar {
			background-color: #41a6df;
		}
		.lp-list-view-inner-contianer .vcenter1 {
			text-align: center;
		}
		.lp-tabs .vcenter .lp-rigt-icons {
			float: none;
		}
		.lp-modal-list {
			height: auto;
			font-size: 32px;
			text-align: center;
			margin-right: 0px;
			color: #000;
			float: left;
		}
		.lp-modal-list {
			width: 100%;
		}
		.invoice-total {
			font-size: 16px;
		}
		.lp-list-cnt {
			min-width: 100%;
		}
		.lp-modal-list button.close {
		    float: left;
			z-index: 9999;
			position: absolute;
			font-size: 50px;
		}
		.lp-listing-form .lp-listing-clm .radio.radio-danger {
			float: none;
		}
		.lp-search-bar {
			width: 100%;
			display: inline-block;
		}
		.lp-search-bar .typeahead__field .lp-location-search {
			float: left;
		}
		.lp-search-bar-right {
			float: left;
		}
		.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
			float: left;
		}
		.lp-home-banner-contianer .lp-search-bar {
			padding-top: 0px;
		}
		.listing-simple .listing-page-result-row .col-sm-4 p {
			text-align: center;
		}
		.lp-list-page-grid .grid_view2 {
			width: 50%;
		}
		.lp-grid-box-left.pull-left {
			width: 70%;
		}
		.list_view .lp-grid-box-right.pull-right {
			width: 30%;
		}
	}
	@media (max-width: 767px) and (min-width: 480px) {
		.lp-home-banner-contianer-inner .lp-search-bar form .form-group.pull-right.search-hide {
			float: left !Important;
		}
		.home .form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single span {
			/* margin-left: 10px; */
		}
		.post-with-map-container .form-inline .form-group.margin-right-0 .col-md-4.col-sm-4 {
			margin-bottom: 15px!important;
			padding-right: 15px;
		}
		.listing-with-map .filter-top-section .listing-view-layout {
			margin-top: 0px;
		}
	}	
	@media (max-width: 1199px) and (min-width: 1061px) {	
	
	.lp-header-bg-black .lp-menu-bar div.header-filter.hide-search {
		width: 43%;
	}
	
	.lp-header-bg-black .lp-menu-bar div.header-filter {			width: auto;			float: left;			padding: 0px;		}	}	@media (max-width: 1060px) and (min-width: 992px) {		.lp-header-bg-black .lp-menu-bar div.header-filter {			width: 49%;			float: left;			padding: 0px;		}
		header .lp-menu-bar .lp-menu-container .pull-right.padding-right-10 {
			padding: 0px;
		}		header.lp-header-full-width .lp-menu-bar .header-filter {			width: 50%;		}
	}
	@media (max-width: 991px) and (min-width: 480px) {
		header .col-md-2.col-xs-6.lp-logo-container {
			width: 22%;
		}
		header .col-md-5.col-xs-12.lp-menu-container.clearfix.pull-right {
			/* width: 35% !important; */
		}
	}
	@media (max-width: 1199px) and (min-width: 992px) {	
		
		.form-group.lp-location-search div.chosen-container.chosen-container-single.chosen-container-single-nosearch {
			width: 100% !important;
		}
		.right-panel .dashboard-panel {
		    width: calc(100% - 320px);
		}
		.right-panel div.dashboard-right-panel {
		    width: 320px !important;
		}
		.right-panel .dashboard-right-panel .lp-dashboard-right-panel-listing h4 {
			font-size: 14px;
		}
		.sidebar-post .quickform	form.form-horizontal .form-group.pos-relative i.lp-search-icon {
			left: 30%;
		}
	}
	@media (max-width: 1199px) and (min-width: 981px) {
		.header-right-panel .header-filter .input-group.width-49-percent {
			width: 45%;
		}
		.fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15 {
			width: 43%;
		}
		.fullwidth-header .header-filter .form-inline.top-search-form .lp-search-btn.lp-search-icon {
		    padding: 0px;
			left: 0px;			
			width: 110%;
		}
		.right-panel .dashboard-panel .panel-dash-views .col-md-4.col-xs-12 {
			padding-top: 15px;
		}
		.right-panel .dashboard-panel .panel-dash-views .col-md-4.col-xs-12 {
		    width: 50%;
		}
		
		.header-with-topbar .header-filter.form-group.pos-relative .lp-search-btn-header.pos-relative {
			right: 25px;
		}
		.header-with-topbar .lp-menu-bar.lp-menu-bar-color .fullwidth-header .inner-pages .lp-menu.pull-right.menu {
			width: auto;
		}
		.header-with-topbar .inner-pages {
			width: 40%;
		}
		header.header-with-topbar div.header-right-panel div.header-filter {
			width: 60%;
		}
	}	
	@media (max-width: 991px) and (min-width: 980px) {
		.home .header-right-panel.clearfix.col-md-10.col-sm-10.col-xs-12 {
			width: auto;
		}
		.header-right-panel.clearfix.col-md-10.col-sm-10.col-xs-12 {
			width: 78%;
		}
		section.listing-with-map .post-with-map-container-right {
			width: 50%;
		}
		.post-with-map-container {
			width: 100%;
		}
		.sidemap-container {
			width: calc(100% - 50%);
		}
		.listing-style-3 .form-inline.lp-filter-inner .more-filter div.form-group.pull-right.margin-right-0 {
		    float: left !important;
		}
		.listing-style-3 .form-inline.lp-filter-inner .more-filter .form-group:last-child {
			margin-bottom: 0px;
		}
		.listing-with-map .filter-top-section .listing-view-layout {
			width: 90px;
		}
		.listing-with-map .list_view.lp-grid-box-contianer .lp-grid-box .lp-grid-box-bottom,
		.listing-with-map .list_view.lp-grid-box-contianer .lp-grid-box-description,
		.listing-with-map .list_view .lp-grid-box-thumb-container {
			width: 100%;
		}
		.listing-with-map .list_view .lp-grid-box-quick {
			bottom: 0px;
			top: auto;
			border-radius: 0px;
		}
		.listing-with-map .lp-grid-box-thumb-container .lp-grid-box-thumb .hide-img.listingpro-list-thumb img {
		    border-top-left-radius: 8px;
			border-top-right-radius: 8px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
		}
		.listing-with-map .list_view .lp-grid-box-thumb-container {
			border-radius: 0px;
		}
	}
	@media (max-width: 991px) and (min-width: 768px) {		
	.single_listing .business-contact .contact-form.quickform .author-img {
	    width: 100%;
		text-align: center;
	}
	.single_listing .business-contact .contact-form.quickform .author-social {
		display: block;
		width: 100%;
		text-align: center;
	}
	.listing-style-3 .form-inline.lp-filter-inner .more-filter .form-group {			margin-bottom: 10px;		}			.sidebar-post .quickform	form.form-horizontal .form-group.pos-relative i.lp-search-icon {		    left: 25%;			top: 10px;		}		
		.sidebar-post .open-hours .today-timing .closed {
			display: none;
		}
		.content-white-area .single_listing .video-option a.watch-video.popup-youtube {
			padding: 3px 5px;
		}
		.sidebar-post .widget-box .today-hrs a.show-all-timings {
			min-width: 120px;
		}
		.listing-second-view .open-hours ul .today-timing strong {
			line-height: normal;
		}
		.listing-second-view .open-hours ul li strong {
			line-height: 40px;
		}
		.listing-second-view .map-area .listing-detail-infos {
			padding-left: 15px;
			padding-right: 15px;
		}
		.listing-second-view .listing-price .price-area .claim-area .phone-icon {
			display: block;
		}
		.listing-second-view .features.list-style-none > li {
			width: 50%;
		}
		.open-hours ul li span {
			font-size: 13px;
		}
		.single_listing .sidebar-post .widget-box.listing-price {
			padding-left: 15px;
			padding-right: 15px;
		}
		.listing-second-view .post-price-row > li:last-child {
			margin-right: 0px;
		}
		.listing-second-view .post-meta-right-box .post-stat li,
		.listing-second-view span.rating-section {
			float: none !important;
		}
		.listing-second-view .post-meta-right-box .post-stat {
			text-align: center;
		}
	}
	@media (max-width: 991px) and (min-width: 480px) {
		.header-filter.pos-relative {
			margin-bottom: 10px;
		}
	}
	@media (max-width: 991px) {		
		.listing-style-1 .col-md-12.search-row.margin-top-subtract-35 .form-inline.lp-filter-inner .form-group {
			margin-bottom: 10px;
		}
		.listing-simple .search-row .lp-features-filter ul > li, .listing-with-map .search-row .lp-features-filter ul > li {
			width: auto;
		}
		
		
		
		.lp-header-full-width .lp-menu-bar  .header-filter {
			width: 100%;
		}
		/*22/04017 strt*/
		.lp-search-bar-all-demo.lp-bottom-with-map-back .form-inline .form-group .lp-search-bar-right input {
			text-indent: -9999px;
		}
		.lp-search-bar-all-demo.lp-bottom-with-map-back .form-inline .form-group .lp-search-bar-right .lp-search-icon {
			left: 50%;
		}
		/*22/04017 ends*/
		.single_listing .business-contact .lp-review-btn {
			padding: 6px 28px;
		}
		/*Detail page grid tablets starts*/
		.listing-second-view .single_listing .sidebar-post .open-hours .today-timing strong img {
			display: none;
		}
		.listing-second-view .single_listing .sidebar-post .open-hours {
			padding: 5px;
		}
		.listing-second-view .single_listing .sidebar-post .open-hours {
			padding: 15px;
		}
		.listing-second-view .single_listing .sidebar-post .open-hours .Opened {
			margin-left: 4px;
		}
		.listing-second-view .listing-post article {
			width: 100%;
		}
		.listing-second-view .listing-post article figure figcaption .bottom-area {
			bottom: -10px;
		}
		.listing-second-view .listing-post article figure figcaption .bottom-area h4 a {
			line-height: 16px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		.listing-second-view .listing-post article figure figcaption .bottom-area .listing-location {
		    line-height: 14px;
		}
		.listing-second-view .features-listing > ul > li strong {
			font-size: 13px;
		}
		.listing-second-view .map-area .listing-detail-infos ul li a span.cat-icon {
			width: 20px;
		}
		.listing-second-view .map-area .listing-detail-infos .list-st-img span:last-child {
			width: 86%;
			font-size: 13px;
		}
		/*Detail page grid tablets ends*/		
		.right-panel #invoices .lp-invoice-table .invoice-section {
		    width: 50%;
			float: left;
		}
		.right-panel #invoices .lp-invoice-table .invoice-section table tr td {
			height: 55px;
		}
		.dashboard-content .lp-list-view-thumb .lp-list-view-thumb-inner img {
			width: auto;
		}
		.dashboard-content .lp-list-view .lp-list-view-inner-contianer .col-md-3.col-sm-3.col-xs-12 {
			width: 75%;
		}
		.dashboard-content .lp-list-view-content-bottom .lp-list-view-edit {
			padding-top: 0px;
			padding-bottom: 0px;
		}
		
		.lp-social-area .form-group.col-md-12.col-xs-12 {
			padding-left: 0px;
		}
		.testimonial.lp-section-content-container .testimonial-inner-box h3 {
			margin-bottom: 10px;
		}
		.testimonial.lp-section-content-container .testimonial-inner-box {
			margin-top: 25px;
		}
		/*0504017 start*/
		.listing-second-view .listing-post article:nth-child(odd) {
			margin-right: 28px;
		}
		.listing-second-view .listing-post article {
			/* width: 48%; */
		}
		.right-panel .dashboard-panel {
		    padding-right: 20px;
		}
		.panel-recent-activity {
			margin-bottom: 30px;
		}
		.right-panel .dashboard-right-panel {
		    padding: 0px 20px !important;
			float: left;
		}
		/*0504017 ended*/
		.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search {
			width: 50%;
		}
		.lp-contact-support {
			width: 250px;
		}
		.lp-contact-support .secondary-btn {
		    width: 230px;
			margin-left: 0px;
		}
		.user-description-box {
			width: calc(100% - 250px);
		}
		.post-meta-info .post-meta-right-box.text-right.clearfix.margin-top-20 a.secondary-btn {
			height: 36px;
			line-height: 33px;
			width: 170px;
			margin-top: 5px;
			font-size: 14px;
		}
		.submit_new_style #tags-by-cat .col-md-2.col-sm-4.col-xs-6 {
			width: 33.333%;
		}
		.dashboard-content .lp-list-view-content-bottom ul.lp-list-view-edit.list-style-none.aliceblue > li > a {
			padding: 5px 15px;
		}
		.dashboard-content .lp-list-view-content-bottom ul.lp-list-view-edit > li:first-of-type > a {
			padding: 0 5px 0 0;
		}
		.dashboard-content .lp-list-view-content-bottom ul.lp-list-view-edit > li:last-of-type > a {
			padding: 0 0 0 5px;
		}
		.right-panel .lp-list-page-list .lp-list-view {
			width: 100%;
		}
		.right-panel .lp-list-page-list .lp-list-view .lp-list-view-inner-contianer .col-md-9.col-sm-9.col-xs-12 {
			width: 55%;
		}
		.right-panel .lp-list-page-list .lp-list-view .lp-list-view-inner-contianer .col-md-2.col-sm-2.col-xs-12 {
			width: 25%;
		}
		.right-panel .lp-list-page-list .lp-list-view .lp-list-view-inner-contianer .col-md-1.col-sm-1.col-xs-12 {
			width: 20%;
		}
		.right-panel .dashboard-right-panel a.lp-add-new-listing i {
			width: 40px !important;
		}
		.right-panel .dashboard-right-panel a.lp-add-new-listing > span {
		    padding: 0 14px !important;
		}
		.right-panel .dashboard-right-panel {
			padding-left: 30px !important;
			padding-right: 30px !important;
		}
		.dashboard-content .right-panel .dashboard-right-panel {
			display: inline-block;
			width: 60%;
		}
		.dashboard-content .right-panel .dashboard-panel {
			display: inline-block;
			width: 100%;
			box-shadow: none;
		}
		.promotional-text-details {
			padding-top: 0px;
		}
		.listing-simple .search-row .form-inline .form-group {
			float: left !important;
		}
		.lp-list-page-grid .lp-grid-box-contianer .lp-grid-box .lp-grid-desc-container.lp-border.clearfix {
			display: block;
		}
		.dashboard-content .promotional-section .lp-pay-options .form-group {
			height: auto;
		}
		.dashboard-content .promotional-section .lp-pay-options .form-group .col-md-6.text-left,
		.dashboard-content .promotional-section .lp-pay-options .form-group .col-md-6.text-right {
			width: 50%;
			float: left;
			padding: 0px;
		}
		.dashboard-content .availableprice_options .checkboxx {
			width: 50%;
		}
		.dashboard-content .availableprice_options .checkboxx .plan-img {
			width: 100%;
		}
		.dashboard-content .col-md-9.col-xs-12.tbl-cell .tab-pane.fade {
			padding-right: 0px;
		}
		.dashboard-content #reviews .inside .comments-box {
		    padding-top: 10px;
		}
		.dashboard-content .tbl-cell #invoices {
			padding-top: 55px;
			padding-bottom: 55px;
		}
		.lp-invoice-table tr td:first-child {
			border-top: 0px;
		}
		.lp-invoice-table tr {
			border: 0px;
		}
		.lp-invoice-table td {
			border-bottom: 0px;
		}
		.lp-invoice-table .wp-list-table tbody tr td:last-child {
			padding: 0px;
		}
		.listing-price .claimform.claimform-open {
			clear: both;
			margin-top: 40px;
		}
		.single_listing .review-form .form-group.submit-images {
			margin-top: 0px;
			margin-bottom: 0px;
		}
		.lp-grid-box-thumb-container .lp-grid-box-thumb .hide-img.listingpro-list-thumb img {
		    width: 100%;
			height: 100%;
		}
		.listing-simple.listing_list_view .lp-list-page-grid {
			width: 100%;
		}
		.listing-simple .search-row .form-inline {
			/* overflow: hidden; */
		}
		.listing-second-view .post-meta-right-box .post-stat {
			float: none;
		}
		.listing-second-view .post-meta-info .post-meta-right-box { 
			text-align: center;
			display: inline-block;
		}
		.lp-list-view-inner-contianer .vcenter {
			float: none;
		}
		.page-container-four.submit_new_style .blue-section .form-group.preview-section {
			padding-left: 0px;
		}
		.lp-list-view-inner-contianer .lp-list-view-content {
		    width: 100%;
		}
		.lp-list-view-content .lp-list-view-content-bottom .lp-rigt-icons {
			width: 100%;
			height: 100%;
			display: inline-block;
			margin: 0 auto;
		}
		.lp-list-view-content .lp-list-view-content-bottom .lp-rigt-icons ul {
		    display: inline-block;
			float: none !important;
		}
		.lp-list-view-inner-contianer .vcenter {
		    float: left;
			text-align: center;
			margin: 0 auto;
		}
		.lp-tabs .lp-pay-publsh {
			margin-top: 0px !important;
		}
		/*tabs for center listing auther ends*/
		.lp-list-view-inner-contianer .vcenter1 {
		    float: left;
		}
		.lp-header-full-width .lp-menu-bar .lp-logo-container {
			margin: 0px;
			padding-left: 0px;
			padding-right: 0px;
		}
		.day-hours > ul.hours-select li:last-child {
			margin-top: 0px !important;
		}
		.admin-top-section .user-description-box {
			text-align: center;
		}
		.dashboard-content .dashboard-tabs {
			height: auto !important;
		}
		.dashboard-content .tbl-cell .tab-content.dashboard-contnt {
			padding: 0px;
		}
		.lp-search-bar-all-demo .lp-interest-bar, 
		.lp-search-bar-all-demo .lp-location-bar, 
		.lp-search-bar-all-demo .lp-catagory-bar {
			width: 49%;
			margin: 0px 0px 10px 0px;
			padding-right: 10px;
		}
		.lp-search-bar-all-demo .lp-catagory-bar {
			clear: both;
		}
		.lp-search-bar-all-demo .lp-range-slider {
			display: block;
			line-height: 40px;
		}
		.lp-listing-form  .lp-listing-clm h5 {
			float: none;
			width: auto;
		}
		.lp-tabs .lp-list-view {
			width: 100%;
		}
		.lp-tabs .lp-list-view .lp-list-view-thumb-inner img {
			width: auto;
		}
		.lp-tabs .lp-list-view .lp-list-view-thumb-inner a{
			display: block;
			width: 100%;
			text-align: center;
		}
		.lp-listing-form input[type=submit] {
			margin-top: 15px;
		}
		.col-md-4 .view-on-map {
			transform: none !important;
			text-align: left;
		}
		.lp-list-page-grid .clearfix {
			display: inline-block;
		}
		.chosen-container {
			width: 100% !important;
		}
		.price-plan-box .price-plan-box-bottom form.price-plan-button {
			float: left !important;
		}
		.price-plan-box .price-plan-content {
			width: 100%;
		}
	}
	@media (max-width: 980px) {
		.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search.hide-where input {
			width: 100% !important;
		}
		.right-panel .dashboard-panel .panel-dash-views .col-md-4.col-xs-12 {
			width: 33%;
		}
		/*0604017 strt*/
		.dashboard-content .lp-list-view .lp-list-view-inner-contianer .col-md-3.col-sm-3.col-xs-12 {
			width: 50%;
			padding: 0px;
		}
		.dashboard-content .lp-rigt-icons.lp-list-view-content-bottom .lp-list-view-edit.list-style-none {
			float: none;
			transform: translateX(0%);
			left: 0%;
		}
		.dashboard-content .lp-list-view .lp-list-view-inner-contianer .col-md-8.col-sm-8.col-xs-12 {
			width: 80%;
		}
		/*0604017 ends*/
		/*05/04/017 start*/
		.header-right-panel .lp-menu #menu-inner-1.inner_menu > li {
			padding-right: 15px;
		}
		.header-right-panel.clearfix.col-md-10.col-sm-10.col-xs-12 {
			padding: 0px !important;
			width: 100%;
		}
		.lp-card .promotional-section .lp-method-wrap.lp-listing-form {
		    margin-bottom: 0px;
			margin-top: 0px;
		}
		.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
			background: #fff;
		}
		.lp-search-bar .lp-suggested-search .input-group-addon.lp-border {
			background: #fff;
			z-index: 99;
		}
		/*05/04/017 ended*/
		.lp-search-bar .form-group .lp-search-bar-right {
			margin-left: 10px;
		}
		.lp-search-btn {
			padding: 11px 25px 11px 25px;
		}
		.listing-second-view .listing-price .price-area .claim-area {
			line-height: 19px;
		}
		.listing-second-view .listing-price .price-area .claim-area .phone-icon {
			float: none;
		}
		.right-panel .lp-list-page-list .lp-list-view-inner-contianer .list-pt-display li {
			width: auto;
		}
		.listing-with-map .search-row .form-inline.lp-filter-inner .form-group {
			float: left !important;
		}
		.lp-grid-box-contianer.list_view .lp-grid-box {
			margin-bottom: 30px;
		}
		.admin-top-section .user-description-box {
		    padding-left: 0px;
			padding-right: 0px;
			margin-top: 0px;
		}
		.form-horizontal#profileupdate .tab-header {
		    margin-top: 0px;
		}
		.single_listing .business-contact .contact-form.quickform {
			padding-left: 0px;
			padding-right: 0px;
		}
		.listing-second-view .claim-area a.phone-number.claimformtrigger {
			font-size: 15px;
			font-weight: 500;
			padding: 0 2px;
		}
		.listing-second-view .claim-area a.phone-number.md-trigger.claimformtrigger2 {
		    display: none;
		}
		.lp-grid-box-contianer.grid_view2.lp-grid-box-contianer1 {
			width: 50%;
			float: left;
		}
		.lp-sidebar-nearby .grid_view2.lp-grid-box-contianer1 {
			width: 100%;
			float: left;
		}
		.post-with-map-container .search-row.margin-top-subtract-35 .form-inline .form-group {
			width: auto !important;
		}
		.lp-home-banner-contianer .lp-home-banner-contianer-inner .lp-search-bar {
			width: 100%;
			display: inline-block;
		}
		.header-filter .input-group.width-49-percent.margin-right-15,
		.fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15 {
			width: 59%;
		}
		.header-with-topbar .lp-menu-bar  .header-filter,
		.lp-header-full-width .lp-menu-bar  .header-filter {
			width: 100%;
		}
		.header-with-topbar .lp-menu-bar  .header-filter,
		.lp-header-full-width .lp-menu-bar  .header-filter {
			transform: translateY(0%);
		}
		.lp-search-bar-all-demo .lp-search-bar-price {
			width: 100%;
		}
		.lp-modal-list {
			left: 0px;
		}
		.vcenter1 {
			float: left;
		}
		.lp-tabs .lp-list-view-content {
			width: 100%;
		}
		.lp-tabs .lp-list-view .list-pt-display {
		    display: inline-block;
			text-align: center;
		}
		.lp-tabs .lp-list-view .list-pt-display li {
			width: auto;
		}
		.lp-tabs .vcenter {
			display: inline-block;
			vertical-align: middle;
			float: left;
			text-align: center;
		}
		.lp-tabs .lp-rigt-icons .lp-list-view-edit {
			position: initial;
			left: auto;
			transform: none;
		}
		.lp-tabs .lp-rigt-icons { 
			display: inline-block;
			float: right;
		}
		.lp-tabs .lp-rigt-icons .lp-list-view-edit {
			float: left;
			margin-bottom: 0px;
			margin-right: 10px;
		}
		.lp-tabs .lp-pay-publsh {
			margin: 0px;
		}
		.lp-search-bar .form-group.lp-location-search {
			width: auto !important;
			float: left;
		}
		.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search {
			display: inline;
		}
		.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
			float: left;
			/* margin-bottom: 10px; */
			width: 50%;
			min-width: auto !important;
		}
		.lp-search-bar .lp-search-bar-right {
			float: left;
		}
		.lp-menu-bar .lp-logo-container {
			 width: 50%;
		}
		.ui-autocomplete.ui-front {
			width: 158px !important;
		}
		.mobile-nav-icon {
			position: absolute;
			top: -35px;
		}
		header .lp-search-btn-header i {
			right: 25px;
			left: auto;
		}
		.header-filter .input-group.width-49-percent.margin-right-15 {
			width: 50%;
		}
		.header-filter .lp-search-btn-header {
			width: auto;
		}
		.dashboard-content .lp-list-view-content.lp-list-cnt {
			margin-left: 0px;
		}
	}
	@media (max-width: 1199px) {
		.listing-second-view .post-meta-info .post-meta-right-box.text-right {
			margin-top: 0px;
		}
		.dashboard-content .lp-list-view-inner-contianer .lp-list-view-content.lp-list-cnt {
			padding-top: 0px;
		}
		/*1204017 start*/
		.right-panel .dashboard-panel .panel-dash-views .count-box {
		    padding: 10px 0px 10px 0px;
		}
		.right-panel .dashboard-panel .panel-dash-views .count-box .dash-right-area h3 span {
		    /* line-height: normal; */
		}
		.lp-right-panel-upper .user-description-box > ul li:last-child {
			width: 25%;
		}
		.lp-right-panel-upper .user-description-box > ul li {
			width: 18%;
		}
		.admin-top-section .user-portfolio {
			text-align: center;
			padding-top: 13px;
			padding-bottom: 14px;
		}
		.admin-top-section .user-portfolio .user-thumb {
			float: none;
		}
		.admin-top-section .user-portfolio .user-text {
			width: 100%;
		}
		/*1204017 ended*/
		
		
		.form-group.lp-location-search .chosen-container.chosen-container-single {
			width: 200px !important;
		}
		/*0504017 strt*/
		.header-filter.form-group.pos-relative .lp-search-btn-header.pos-relative {
			width: 6%;
		}
		/*0504017 ends*/
		.user-description-box {
			width: calc(100% - 250px);
		}
		.lp-contact-support a {
			width: auto !important;
			padding-left: 10px;
			padding-right: 10px;
			margin-left: 0px !important;
		}
		.lp-contact-support {
			float: none;
		}
		.lp-contact-support,
		.lp-contact-support a {
			width: auto !important;
		}
		
		.admin-top-section .user-details .col-md-3 {
			/* width: 297px; */
			width: 25.6%;
		}
		.lp-right-panel-upper {
			width: calc(100% - 25.6%);
		}
		.user-description-box > ul li {
			padding: 39px 0px;
		}
		.lp-home-banner-contianer-inner .lp-search-bar form .form-group.pull-right {
			float: none !important;
		}
		.lp-home-banner-contianer-inner .lp-search-bar .ui-widget.border-dropdown select {
			width: 169px !important;
		}
		.dashboard-panel .das-services .dismiss { 
			right: 0px;
			top: -25px;
		}
		.dashboard-panel .promotional-service .promotiona-text-details {
			padding-left: 0px;
			padding-right: 0px;
		}
		.right-panel .dashboard-right-panel {
			padding-left: 20px;
			padding-right: 20px;
		}
		.right-panel .dashboard-right-panel a.lp-add-new-listing i {
			width: 30px;
		}
		.right-panel .dashboard-right-panel a.lp-add-new-listing > span {
		    padding: 0 7px;
		}
		.lp-dashboard-right-panel-listing ul li h5 span, .lp-dashboard-right-panel-listing ul li h5 span a {
			float: none;
		}
		.dashboard-content .right-panel {
			width: 75%;
		}
		.dashboard-content .pull-left.left-panel.tbl-cell {
			width: 25%;
		}
		.listing-second-view span.rating-section {
			/* float: left; */
		}
		header .col-md-5.col-xs-12.lp-menu-container.clearfix.pull-right {
			width: 50%;
		}
		.listing-second-view .post-meta-info .col-md-4.col-sm-12 {
			padding: 0px;
		}
		.day-hours > ul.hours-select li:last-child {
			margin-top: 10px;
		}
		.lp-search-bar-all-demo .lp-interest-bar, 
		.lp-search-bar-all-demo .lp-location-bar, 
		.lp-search-bar-all-demo .lp-catagory-bar {
			width: 220px;
		}
		.lp-tabs .lp-list-cnt {
			margin-left: 0px;
		}
		.typeahead__field .form-group .lp-search-bar-right {
			width: 134px;
		}
		.lp-search-bar-right .lp-search-icon {
			position: absolute;
			top: 10px;
			left: 15px;
		}
		.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search {
			/* margin-bottom: 15px; */
			width: auto;
		}
		.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
			min-width: 100%;
		}
		.lp-home-banner-contianer .lp-search-bar .form-group {
			margin-right: 0px;
		}
	}
	@media (max-width: 667px) {
		.header-container.lp-vedio-bg {
			overflow: visible;
		}
		.admin-top-section .lp-contact-support {
			display: block;
			margin-top: 30px;
		}
		.admin-top-section .user-description-box {
			display: none;
		}
		.home .lp-section-row.margin-bottom-60 {
			background: #fff;
			padding-top: 50px;
			margin-bottom: 0px;
		}
		.home-categories-area.lp-align-top .lp-section-row {
			margin-bottom: 0px;
		}
		.list_view .lp-grid-desc-container {
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
		}
		.admin-top-section .user-details div.col-md-3 {
			width: 190px !important;
		}
		.pos-relative .lp-home-banner-contianer {
			height: 450px;
		}
		.listing-app-view .pos-relative .lp-home-banner-contianer{
			 height: 220px;
		}
		.lp-home-banner-contianer-inner .lp-search-description {
			margin-top: 40px;
		}
		.header-container .lp-section-row.margin-bottom-60 {
			background: #fff;
			padding-top: 50px;
			margin-bottom: 0px;
		}

		.dashboard-tabs.lp-main-tabs.text-center > ul > li > ul > li > a,		
		.lp-expired-lst a, .lp-pending-lst a, .lp-publish-lst a {
			font-size: 0px !important;
			padding: 0px !important ;
		}
		.dashboard-tabs.lp-main-tabs.text-center > ul > li > ul > li.active a:before,
		.lp-start-com a:before, .lp-active-com a:before, .lp-expired-lst a:before, .lp-pending-lst a:before, .lp-publish-lst a:before {
			font-family: FontAwesome;
			content: "\f114";
			color: #fff;
			margin-left: 20px;
			font-size: 16px !important;
		}
		.dashboard-content div.pull-left.left-panel.tbl-cell {
			width: 50px !Important;
		}
		/*1404017 strt*/
		/*.dashboard-content div.pull-left.left-panel.tbl-cell ul li:active {
			position: absolute;
			width: 200px;
			display: inline-block;
			left: 65px;
			background: #42474c;
			z-index: 999;
		}
		.dashboard-content div.pull-left.left-panel.tbl-cell ul li:active a {
		    text-indent: 99999px;
			line-height: 15px;
			height: 47px;
			transition: all 0.5s ease-out;
		}*/
		/*1404017 ends*/		
		.panel-recent-activity > ul > li {
			padding: 15px 5px 30px;
			width: 100%;
			position: relative;
		}
		.panel-recent-activity span {
			width: 100%;
		}
		.panel-recent-activity ul li span > time {
			position: absolute;
			bottom: 5px;
			right: 0;
		}
		.dashboard-tabs.lp-main-tabs.text-center > ul > li > a {
			text-indent: -99999px;
		}
		.dashboard-tabs.lp-main-tabs.text-center > ul > li > a > i {
			text-indent: 99999px;
		}
		.dashboard-content .left-panel.tbl-cell .dashboard-tabs.lp-main-tabs {
			width: 100%;
		}
		.dashboard-content div.right-panel {
			width: calc(100% - 50px) !important;
		}
		.lp-right-panel-upper {
			width: calc(100% - 222px);
		}
		.submit_new_style .featuresDataContainer.row:last-of-type .col-md-3.col-sm-3.col-xs-6 {
			width: auto !important;
		}
		.dashboard-panel .panel-dash-views .col-md-4.col-xs-12 {
			/* width: 50%; */
		}
		.promotional-row .promotiona-col-right h3 {
			font-size: 40px;
		}
		.promotional-presentation .presentation-section {
		    width: 100%;
		}
		.promotiona-col-left, .promotiona-col-right {
			width: 100%;
		}
			
		.listingpro-columns .listingpro-row .promotiona-col-right {
			padding-left: 15px;
		}
		.timeline-section .promotional-thumb, 
		.timeline-section .promotional-text-details {
			width: 100%;
		}
		.promotional-element .promotional-row {
		    padding-top: 55px;
		}
		.call-to-action .calltoaction-left-panel {
			width: 100%;
			padding-bottom: 20px;
		}
		.call-to-action .calltoaction-right-panel {
			width: 100%;
			text-align: center;
		}
		.call-to-action {
		    padding-left: 20px;
			padding-right: 20px;
		}
		.listing-simple .list_view.lp-grid-box-contianer .lp-grid-box-thumb-container {
		    float: none;
			text-align: center;
			margin: 0 auto;
			width: 100%;
		}
		.list_view .lp-grid-box-left.pull-left > ul > li:first-of-type {
			width: auto;
		}
		.lp-grid-box-contianer.list_view .lp-grid-box-left.pull-left > ul > li:last-child,
		.lp-grid-box-contianer.list_view .lp-grid-box-left.pull-left > ul > li.middle {
			margin-top: 10px;
		}		
		.list_view.lp-grid-box-contianer .lp-grid-box .lp-grid-box-bottom {
			width: 100% !important;
		}
		.dashboard-content .promotional-section .lp-method-wrap.lp-listing-form {
			margin: 0px 0px 15px 0px;
		}
		.lp-menu-bar .lp-logo-container {
			width: 60% !important;
		}
		.packages .table-responsive.campaign .top-section {
			 border: none;
		}
		.packages .table-responsive.campaign .table.table-striped {
		    border-top: 1px solid #dedede;
		}
		.active-packages-area tbody tr td {
		    padding: 8px !important;
		}		
		.lp-grid-box-left.pull-left > ul > li:first-of-type {
			display: block;
			/* width: 100%; */
		}
		.lp-grid-box-left.pull-left > ul > li {
			margin-top: 10px;
		}		
		.lp-grid-box-contianer.grid_view2.lp-grid-box-contianer1 {
			width: 100% !important;
		}
		.listing-second-view article.review-post > figure {
			float: none;
			width: 100%;
		}
		.dashboard-content .postbox table.widefat a.see_more_btn {
			margin-top: 0px;
		}
		.header-filter .input-group.width-49-percent.margin-right-15 {
			width: 45%;
		}
		.author-section .lp-form-row-left {
			width: 100%;
		}
		.author-section .lp-form-row-right {
			width: 100%;
			text-align: center;
		}
		.day-hours > ul.hours-select li:last-child {
			padding-top: 10px;
			padding-top: 10px;
		}
		.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
			width: 50%;
			min-width: 50%;
		}
		.listing-app-view .lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input{
			width: auto;
			min-width: auto;
		}
		.lp-home-banner-contianer .lp-search-bar .form-group .lp-search-bar-right {
			width: auto;
		}
		.lp-list-page-grid .lp-grid-box-contianer {
			width: 100%;
		}
		.listing-simple .chosen-container {
			width: 100% !important;
		}
		.list_view .lp-grid-box-thumb img {
			border-radius: 8px 8px 0px 0px;
			width: 100% !important;
		}
		.list_view .lp-grid-box-thumb-container {
			border-radius: 8px 8px 0px 0px;
			width: 100% !important;
		}
		.listing-simple .list_view .lp-grid-box-description {
			width: 100%;
			padding-bottom: 0px;
		}
	}
	@media screen and (max-width: 1280px){
		/* on 14 july */
		.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right {
				position: static;
				top: auto;
				right: auto;
				padding-top: 10px !important;
			}
			.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right {
				width: 100%;
			}
			.dashboard-content .right-panel .lp-list-page-list .lp-list-view-inner-contianer.clearfix .col-md-3.col-sm-3.col-xs-12.pull-right .lp-rigt-icons {
				margin-left: 0px;
		}
		/* end on 14 july */
		.lp-header-bg-black .fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15 {	
			width: 53%;	
		}	
		.submit_new_style {
			padding-bottom: 55px;
		}
		/*1204017 start*/
		.dashboard-panel .notices-area .notice-text h2 {
			font-size: 14px;
		}
		.dashboard-panel .notices-area .notice-text p {
			font-size: 11px;
		}
		/*1204017 ended*/
		.header-right-panel .lp-menu #menu-inner-1.inner_menu > li {
			padding-right: 5px;
		}
		.header-filter .input-group.width-49-percent .ui-widget.border-dropdown select {
			width: 100% !important;
			padding-left: 70px;
		}
		.dashboard-right-panel .lp-dashboard-right-panel-listing a.lp-show-all {
			display: block;
			float: none; 
		}
		.lp-modal-list#modal-invoice .modal-footer .btn-white:hover {
			background: #363F48;
		}
		.lp-modal-list#modal-invoice .modal-footer .btn-white {
			margin-right: 15px;
			border-radius: 5px;
			background: #41a6df;
			color: #fff;
			font-size: 14px;
			font-weight: 500;
		}
		.price-plan-box-upper p:first-child {
			width: 50%;
			float: left;
		}
		.listing-sidebar-left{
			padding:0px 0px;
		}
		.sidebar-breadcrumbs{
			padding-bottom:10px;
		}
	}
	@media screen and (min-width: 1696px) {
		/* .sidebar {
			position: fixed;
			top: 32px;
			left: 0;
			bottom: 0;
			z-index: 1000;
			display: block;
			background-color: #ffffff;
		}
		.single-listing #page {
			margin-left: 360px;
		} */
	}
	@media (max-width: 980px){
	.width-32-percent{
		width: 100%;
		position:relative;
		background-size:100%;
	}
	.width-68-percent,
	.tag-select-one,
	.tag-select-four {
		width: 100%;
	}
	.lp-search-bar-left{
		width:78%;
	}
	.lp-home-search-input{
		width:64%;
	}
	.lp-home-categoires li {
		margin-top: 8px;
	}
	.lp-grid-box-thumb img{
		width:100%;
	}
	.price-plan-content{
		margin-bottom:30px;
	}
	.mobile-nav-icon{
		display:block;   
		float:left;
	}
	.lp-menu-container{
		display:none;
	}
	#quickmap {
		height: 190px;
	}
	.post-meta-info,
	.post-meta-right-box{
		text-align:center;
	}
	.post-meta-info{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.post-meta-right-box{
		margin-top: 27px;
	}
	.features li{
		width:49%;
	}
	.comments-inner-container .col-md-6{
		padding-left:0px;
		padding-right:0px;
	}
	.sidebar-post{
		margin-top:50px;
	}
	.sidebar-post .widget-box:last-child{
		
	}
	.md-modal{
		top: 49%;
		overflow: scroll;
	}
	.listing-simple .search-row .form-inline .form-group {
		width: auto;
	}
	.search-row .form-inline .form-group{
		width:48%;
	}
	.search-row .form-inline .lp-input-202,
	.search-row .form-inline .input-width-299 {
		width: 100% !important;
	}
	.search-row .form-inline .form-group:nth-child(even){
		margin-right:0px;
	}
	.user-avatar-upload{
		margin-bottom: 10px;
	}
	
	.width-50{
		width:100%;
	}
	.page-container .ui-widget{
		width:100%;
	}
	/* .post-with-map-container{
		width:100%;
	} */
	.contact-left{
		width:100%;
	}
	.contactmap{
		height:300px;
	}
	.contact-right{
		width:100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.image-popup{
		width:100%;
	}
	.header-fixed{
		position:static;
		height:auto;
	}
	.lp-grid-box-quick{
		display:none;
	}
	.listing-sidebar-left{
		float:left !important;
		margin-left: 15px;
		padding-bottom: 25px;
	}
	.img-sm-46{
		width:46%;
	}
	.lp-list-view-thumb-inner img{
		width:100%;
	}
	.lp-list-view-thumb, .lp-list-view-content, .lp-list-view-paypal{
		padding:20px;
		width:100%;
	}
	.lp-list-view-content-upper{
		min-height:auto;
	}
	.lp-list-view-paypal{
		border-top-right-radius:0px;
		border-bottom-left-radius:8px;
	}
	.lp-list-view-edit{
		position: relative;
		transform: translateX(-50%);  
		left: 50%;
	}
	.dashboard-content .promotional-section .lp-list-view-thumb {
		width: 100%;
	}
	.dashboard-content .promotional-section .lp-list-view-content-upper {
	    width: 100%;
		padding-left: 0px;
	}
	.list-pt-display li{   
		float: left;
		margin-right: 0;
		width: 50%;
	}
	.listing-app-view .dashboard-content-app-view .list-pt-display li{
		    width: 70%;
	}
	.listing-app-view .dashboard-content-app-view .lp-list-view-content-upper ul.lp-grid-box-price li.category-cion{
		    width: auto;
	}
	.listing .chosen-container-multi,
	.post-map-container .chosen-container-multi {
		width:100% !important;
	}
	.lp-logo-container{
		float:right;
	}
	.mobile-nav-icon .nav-icon{
		float:left;
	}
	.lp-logo{
		text-align:right;
	}
	.lp-blog-grid-title{
		padding: 5px 0px 0px 0px;
	}
	.nearby-download{
		text-align:center;
	}
	header .lp-topbar {
		display: block;
		clear: both;
	}
	.lp-topbar,
	.mapbilemap-close{
		display:none;
	}
	.claimformtrigger,
	.quickformtrigger{
		display:inline-block;
	}
	.claimform,
	.quickform{
		padding-left:15px;
		padding-right:15px;
	}
	.claimformtrigger2,
	.quickformtrigger2{
		display:none;
	}
	.add-listing-mobile{
		position: fixed;
		bottom: 30px;
		right: 0px;
		width: 110px !important;
		background-color: rgb(54, 63, 72);
		padding: 0px !important;
		text-align: center;
		height: 35px;
		line-height: 32px;
		display:inline-block;
		z-index:9999999;
	}	
	.add-listing-mobile:hover,
	.add-listing-mobile:focus{
		color:#fff;
		background: #41a6df;
	}
	.mobilelink{
		cursor:pointer;
	}
	.mobilemap{
		position:relative;
		overflow:hidden;
	}
	.mobilemap .mapbilemap-content{
		opacity:0;
		margin-top:-520px;
		-webkit-transition:all 0.7s ease-in-out;
		-moz-transition:all 0.7s ease-in-out;
		transition:all 0.7s ease-in-out;
	}
	.mapbilemap-content div{
		padding:0px !important;
	}
	.listingmap, .singlebigpost{
		width:100%;
		height:350px;
		min-height: auto;
	}
	.mobile-map-space{
		padding-left:0px;
		padding-right:0px;
	}
	.map-open{
		margin-bottom:40px;
	}
	.ui-autocomplete, .ui-widget select{
		width:1px !important;
	}
	.listing .ui-autocomplete, .ui-widget select {
		width: 643px !important;
	}
	.header-fixed{
		min-height:auto;
	}
	.section-fixed{
		padding-top:0px !important;
	}
	.post-map-container .ui-autocomplete, .ui-widget select {
		width: 184px !important;
	}
	.widget-video iframe{
		width:100%;
	}
	.post-meta-info .col-md-4.col-sm-12.margin-top-50{
		margin-top:0px;
	}
	.smenu{
		left:-14px;
	}
	.comments-container ul,
	.comments-container ol{
		padding:0px;
	}
}
@media (max-width: 321px) {
	.post-meta-info .post-meta-right-box.text-right.clearfix.margin-top-20 a.secondary-btn {
	    width: 160px;
	}
	/*14/04/017 strt*/
	.listing-second-view .images-gal-section .slick-prev {
		left: 0px;
	}
	.listing-second-view .images-gal-section .slick-next {
		right: 0px;
	}
	/*14/04/017 ends*/
	.submit_new_style .post-submit .white-section .btn-container.clearfix #tabsbtn {
		margin-left: 10px;
	}
	.post-meta-info .post-meta-left-box .breadcrumbs li:before {
		/* width: 0px; */
	}
	.post-meta-info .post-meta-left-box .breadcrumbs li {
		/* width: 100%; */
	}
	.listing-second-view .review-form #reply-title {
		font-size: 14px;
	}
	.blue-section .preview-section i {
		right: 10px;
	}
	.listing .ui-autocomplete, .ui-widget select {
		width: 213px !important;
	}
	.ui-autocomplete, .ui-widget select{
		width:260px !important;
	}
	.post-map-container .ui-autocomplete, .ui-widget select {
		width: 213px !important;
	}
	.listing-second-view span.rating-section {
		float: none;
	}
	.lp-blog-grid-author {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 556px) {
	.login-form-popup {
		width: 320px;
	}
	.right-panel #invoices .lp-invoice-table .invoice-section {
		width: 100%;
	}
}
@media (max-width: 351px){
	.listing-simple .search-filters.form-group .search-filter-attr li#listingRate {
		margin-bottom: 15px;
	}
}
@media (max-width: 325px) {
	.search-filters.form-group .search-filter-attr li#listingRate {
		margin-bottom: 15px;
	}
}
@media (max-width: 714px) and (min-width: 481px) {
	.lp-search-bar .form-group.lp-location-search {
		margin-bottom: 10px;
	}
	.lp-home-banner-contianer-inner .lp-search-bar .ui-widget.border-dropdown select {
		/* padding-left: 70px; */
	}
}
@media (max-width: 480px) and (min-width: 315px) {
	.lp-modal-list#modal-invoice .modal-content .modal-dialog {
		padding: 0px;
		margin: 0px;
	}
	.lp-modal-list#modal-invoice .modal-content .modal-dialog .lp-list-detail {
		padding: 0px;
	}
	.lp-modal-list#modal-invoice .modal-content .modal-dialog .lp-list-detail .lp-addres-to-detail,
	.lp-modal-list#modal-invoice .modal-content .modal-dialog .lp-list-detail .lp-addres-com-detail,
	.lp-modal-list#modal-invoice .modal-content .modal-dialog .lp-list-detail .lp-detail-header .lp-list-date {
		text-align: center;
		width: 100%;
	}
	.md-modal.md-effect-3.md-show#modal-3 {
		/* display: block;
		overflow-y: scroll;
		overflow-x: auto;
		height: 200px; 
		top: 20px;*/
		display: block;
		position: fixed;
		transform: none;
		left: 0px;
		width: 100%;
		overflow-x: hidden;
		overflow-y: hidden;
	}	
	
	.md-modal.md-effect-3.md-show#modal-3 .login-form-popup .form-horizontal.margin-top-30 {
		margin-top: 0px;
	}
	.md-modal.md-effect-3.md-show#modal-3 .login-form-popup {
		width: 100%;
	}
	.md-modal.md-effect-3.md-show#modal-3 .login-form-popup {
	    padding: 15px;
	}
	.md-modal.md-effect-3.md-show#modal-3 .login-form-popup .siginincontainer {
	    padding: 0px 30px;
	}
}
@media (max-width: 875px) and (min-width: 768px) {
	.table-responsive.campaign .table.table-striped > tbody > tr > td,
	.table-responsive.campaign .table.table-striped > thead > tr > th {
		line-height: normal;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
}
@media (max-width: 1024px) {
	.right-panel #invoices .lp-invoice-table .invoice-section table tr td {
		width: auto;
	}
	.lp-right-panel-upper .user-description-box > ul li {
		border: none;
		padding: 10px 0px 0px 0px;
		width: 25%;
	}
	.user-description-box > ul li span.count-text {
		font-size: 11px;
	}
	.user-description-box > ul li .lp-dashboard-circle {
		width: 50px;
		height: 50px;
	}
	.admin-top-section .user-details .col-md-3 {
		/* width: 271px; */
	}
	.user-description-box > ul li span.count {
		font-size: 14px;
		line-height: 18px;
	}
	.user-description-box > ul li span.count p {
		font-size: 10px;
		display: none;
	}
	.dashboard-content .lp-pay-options ul li .lp-list-view-thumb {
		width: 15%;
	}
	.dashboard-content .lp-pay-options ul li .lp-list-view-content-upper {
		width: 85%;
		padding-left: 15px;
	}
	.lp-invoice-table .invoice-section table tr {
		border: 0px;
	}
}
@media (max-width: 768px) {
	.mobile-nav-icon {
		top: -25px;
	}	
	.post-with-map-container {		
		width: 100%;	
	}	
	.post-with-map-container-right {
		width:100%;	
	}
	html #wpadminbar {
		display: none;
	}
	.map-view-content .header-filter {
		top: 25px;	
	}	
	.open-map a.open-img-view {
		opacity: 1 !important;
	}	
	
	.sidemap-container {
		width: auto;
	}
	
	.sidemap-container.pull-right.sidemap-fixed.open-map {
		/* top: auto; */
	}
	.sidemap-container.pull-right.sidemap-fixed.open-map .leaflet-google-layer {
		width: 100% !important;
		height: 100% !important;
	}
	a.open-img-view {
		top: 75px;
		right: 15px;
	}
	.leaflet-control-container .leaflet-top {
		top: 65px;
		left: 0px;
	}
	.open-map-view {
		display: block;
		opacity: 1;
		line-height: 14px !important;
		padding: 7px 10px !important;
		width: 50px !important;
		height: 34px !important;
	}
	a.open-map-view {
		position: absolute;
		top: 10px;
		right: 0px;
		display: block;
		opacity: 1;
	}
	.listing-app-view .listing-app-view2 .smenu{
		left: -52px !important;
		right: 0 !important;
		width: 220px !important;
		margin: 0 auto !important;
	}
	.lp-price-range-btnn{
		display:none;
	}
	.listing-app-view  .app-view-filters .lp-price-range-btnn{
		display:block !important;
		padding-top: 20px!important;
	}
	.listing-app-view .listing-app-view-bar .lp-tooltip-outer-responsive{
		max-width:220px !important;
		min-width:220px !important;
	 }
	.lp-blog-for-app-view .page-container-five{
		padding-top:30px !important;
		padding-bottom:70px !important;
		padding-left:20px !Important;
		padding-right:20px !Important;
	}
	.lp-blog-grid-box-description{
		background:#fff;
	}
	.blog-heading-inner-container h1 {
    
    padding: 10px;
	}
	.blog-single-page{
		height:520px;
	}
	.listing-app-view .map-post-thumb{
		overflow:hidden;
	}
	.lp-timekit-outer .resurva-booking .hidden-items label{
		margin-bottom:0px;
	}
	.resurva-booking textarea.form-control{
		margin-bottom:14px;
	}
	.resurva-booking input[type="text"], .resurva-booking input[type="url"]{
		margin-bottom:10px;
	}
	.dashboard-content-app-view .reviews a.open-reply.pull-left i{
		padding-right: 5px;
	}
	
	.dashboard-content .active-packages-area .table-striped > tbody > tr:nth-of-type(2n+1) {
    
    border-top:0px;
	}
	.dashboard-content-app-view .tab-header{
		padding-left: 25px;
	}
	.dashboard-content-app-view .tab-header h3{
		text-align:left;
	}
	.lp-compaign-outer .lp-promote-ad-image{
		padding:0px!important;
	}
	.lp-compaign-outer .lp-promote-ad-image .lp-list-view-content-upper{
		    padding: 0px!important;
		width: calc(100% - 90px)!important;
		display: inline-block;
		vertical-align: top;
	}
	.lp-compaign-outer .lp-promote-ad-image .lp-list-view-thumb{
		width: 78px!important;
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
	}
	.dashboard-content .lp-compaign-outer .lp-promote-ad-image .promote-btn.pull-right{
		margin-top: 18px;
		float:left !important;
	}
	.dashboard-content .availableprice_options .checkboxx input[type="checkbox"]{
		height: auto;
	}
	.dashboard-content .availableprice_options .checkboxx .help-text {
		position: relative;
		bottom: 0;
		left: 0;
		margin-left: 0px;
	}
	.dashboard-content .availableprice_options .checkboxx .checkbox.pad-bottom-10 {
    display: inline-block;
    padding-left: 10px;
    
    width: calc(100% - 20px);
	}
	.dashboard-content .availableprice_options .checkboxx label{
		font-size:12px;
	}
	.promotional-section h4{
		padding:0px !important;
		margin-bottom:20px !Important;
	}
	.invoice-area .col-xs-12{
		padding:0px;
	}
	.invoice-area .invoice-price-details .col-xs-12{
		padding-right:15px;
		padding-left:15px;
	}
	.lp-list-view-content-bottom-outer,.lp-list-view-content-bottom-expire-outer{
		
		position:relative!Important;
		margin: 10px!Important;
		top: 0px !important;
	}
	
}
@media (width: 768px) {
	.mobile-nav-icon {
		/* bottom: 12px; */
	}
}
@media (max-width: 800px) and (min-width: 667px){
	.lp-method-wrap.lp-listing-form > label img {
		width: 90px;
	}
	.listing-app-view .listing-second-view .post-meta-right-box .post-stat li:last-child {
		border-right: 1px solid #dedede!important;
	}
}
@media (max-width: 1345px) and (min-width: 981px){
	.home .header-right-panel .lp-menu-container {
		width: 100%;
	}
	.lp-menu .menu-main-container ul li {
		padding-right: 15px;
	}
}
@media (max-width: 790px){
	.listing-style-3 .col-md-12.search-row.margin-top-subtract-35 .form-inline.lp-filter-inner .form-group {
		margin-bottom: 10px;
	}
	.post-with-map-container-right .search-row div.lp-filter-inner {
		padding-bottom: 0px !important;
		position: relative;
	}
	a.open-map-view {
		margin-bottom: 10px;
	}
	#modal-doppin #lp-custom-latlong,#modal-doppin .modal-dialog{
		width:auto !Important;
	}
}
@media (max-width: 667px) and (min-width: 481px){	
.lp-home-banner-contianer .lp-search-bar .form-group div.lp-search-bar-right {
    margin-top: 10px;
	width: 25%;
}
.listing-app-view .lp-home-banner-contianer .lp-search-bar .form-group div.lp-search-bar-right {
    margin-top: 0px;
	    width: 18%;
}
.lp-home-banner-contianer-inner div.lp-search-bar div.form-group.lp-location-search {		width: auto !important;	}
	.user-description-box > ul li span.count-text.active-campaigns {
		margin-bottom: 9px;
		line-height: 10px;
	}
	.right-panel .dashboard-panel .panel-dash-views .col-md-4.col-xs-12 .count-box .icon-area i {
		width: 30px;
		font-size: 14px;
	}
	.right-panel .dashboard-panel .panel-dash-views .col-md-4.col-xs-12 .count-box .dash-right-area {
		padding: 0px;
	}
}
@media (min-width: 769px) {
	header.map-view-content {
		height: auto !important;	
	}
}
@media (max-width: 979px) and (min-width: 769px) {
	.sidemap-container.pull-right.sidemap-fixed {
		width: 25%;
	}	
	.post-with-map-container {		
		width: 75%;
		float: left !important;	
	}
}
@media (max-width: 1199px) and (min-width: 667px) {
	.lp-header-bg-black .header-filter.form-group.pos-relative .lp-search-btn-header.pos-relative {		
		right: -25px;	
	}	
}
@media (min-width: 1200px) and (max-width: 1349px) {
	.fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15 {
		width: auto;
	}
}
@media (max-width: 1199px) and (min-width: 481px) {
	.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search.hide-where {
		width: 75% !Important;
		float: left;
	}
	.lp-home-banner-contianer-inner .lp-search-bar form .form-group.pull-right.search-hide{
		width: 25% !Important;
	}
	.lp-home-banner-contianer-inner .lp-search-bar form .form-group.pull-right.search-hide .lp-search-bar-right input {
		padding: 0px;
		text-align: center;
		width: 100%;
	}
	.lp-home-banner-contianer-inner .lp-search-bar form .form-group.pull-right.search-hide .lp-search-bar-right {
		width: 90%;
		margin-left: 10px !important;
	}
}
@media screen and (max-width: 980px) and (min-width: 725px) {
	.lp-search-bar .lp-search-bar-right input {	   
	    text-align: center;
		width: 100%;
	}
	.lp-search-btn {
		padding: 11px 25px 11px 35px;
	}
}
@media screen and (max-width: 1280px) and (min-width: 481px) {
	.fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15.hide-where {
		width: 95% !important;
	}
	.listing-app-view .listing-app-view2 .slick-slide img{
		width:100%;
	  }
	  
}
/* by moin on 19 aug */
@media (min-width: 1600px) {
	.listing-second-view .single-page-slider-container.style1 {
		max-width: 1600px;
	}
}

/*responsive by shoaib*/
@media (max-width: 480px) and (min-width: 320px){

.open-filter, .close-filter {
    margin: 6px;
}
.app-view-header .lp-logo {
    width: 66%;
	
}
.video-bottom-search-container{
	padding:20px;
	margin-bottom:30px;
	-webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
box-shadow:  0 12px 24px rgba(0, 0, 0, 0.1);
}
.lp-home-banner-contianer-inner-video{

-webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
box-shadow:  0 12px 24px rgba(0, 0, 0, 0.1);
bottom:0px;
}
}
@media (max-width: 385px){
.app-view-header .lp-logo {
    width: 64%;
	
}	
.open-filter, .close-filter {
    margin: 5px;
}
.listing-app-view .features.list-style-none li {
    
    width: auto !Important;
	padding-left:20px !Important;
}
}
@media (width: 320px){
.listing-app-view .app-view .nav-tabs > li > a{
	padding: 14px 10px;
}
}
@media (max-width: 319px) and (min-width: 240px){
.listing-app-view .app-view .nav-tabs > li > a{
	padding: 14px 3px;
}
.listing-app-view .map-view-list-container{
	display:none !important;
}
}
@media (max-width: 768px) and (min-width: 480px){
.listing-app-view .map-area .listing-detail-infos ul.list-st-img li img {
    width: 22px;
}
.listing-app-view article.review-post > figure{
	width:100%;
}
.sortbyrated-outer{
	margin-left:10px;
}
.listing-app-view .list_view .lp-grid-box-thumb{
	display: inline-table;
    vertical-align: middle;
	float:none;
}
.listing-app-view .list_view .lp-grid-desc-container{
	display: inline-table;
    vertical-align: middle;
	float:none;
}
.listing-app-view .features.list-style-none li {
    
    width: auto !Important;
	padding-left:20px !Important;
}

}
@media (max-width: 440px) and (min-width: 377px){
.search-row .form-inline .sortbyrated-outer {
   
    margin-left: 5px;
}
.listing-app-view .features.list-style-none li {
    
    width: auto !Important;
	padding-left:20px !Important;
}
}
@media (max-width: 990px) and (min-width: 768px){
.video-bottom-search-container{
	
    padding: 20px 20px 70px;
	margin-bottom:30px;
	-webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
box-shadow:  0 12px 24px rgba(0, 0, 0, 0.1);
}
.lp-home-banner-contianer-inner-video{

-webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
box-shadow:  0 12px 24px rgba(0, 0, 0, 0.1);
bottom:0px;
}
}
@media (max-width:479px){

.map-view-list-container .grid-view-hide{
	display:none !Important;
}

}
@media (max-width:400px){
.listing-app-view .grid_view .lp-grid-box-contianer {
   
    width: 100% !Important;
}
.listing-app-view .map-view-list-container .lp-grid-desc-container {
    width: calc(100% - 70px);
}
.listing-app-view .grid_view .lp-grid-box-bottom-app-view .lp-nearest-distance{
	position:static !important;
}
.listing-app-view .dashboard-content .lp-list-view-inner-contianer .col-xs-12{
		width:100% !important;
		margin-top:20px !important;
	}
}
@media (max-width:405px)and (min-width: 340px){

.listing-app-view .map-view-list-container .lp-grid-desc-container {
    width: calc(100% - 70px);
}

}
@media (max-width:768px){
.listing-app-view.home .lp-home-banner-contianer {
    height: 410px;
}
.location-girds4 .city-title .lp-h3,.city-girds4 .category-style3-title-outer .lp-h3{
	margin-bottom:20px;
	
}
.city-girds4:hover .category-style3-title-outer .lp-h3,.location-girds4:hover .city-title .lp-h3{
   -webkit-transform:translateY(20px) !important;
    -moz-transform:translateY(20px) !important;
    -o-transform:translateY(20px) !important;
    transform:translateY(20px) !important;
}
.sidebar-post-outer{
	margin-top:30px !important;
}
.blog-single-inner-container {
    padding: 0;
}
.single-post .page-container-second {
    padding-bottom: 60px;
    padding-top: 20px;
}
.blog-content-outer-container{
	margin-bottom:30px;
}
.listing-app-view .listing-second-view .listing-price .price-area .claim-area .phone-icon{
	display:inline;
}
.lp-blog-grid-box-description2 .lp-blog-grid-title{
	padding:0px 20px;
}
.lp-blog-style2-outer{
	border-right:1px solid #e3e3e3;
	border-bottom-left-radius:0px;
	border-top-right-radius:8px;
}
.lp-blog-grid-box-container-first-post {
    max-height: 100%;
    overflow: visible;
}
.lp-blog-grid-box-container-first-post .lp-blog-grid-box-thumb{
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.partner-box-inner{
	margin-bottom:30px;
}
.lp-sub-title{
	width:100%;
}
.listing-second-view .claim-area a:last-child {
    display: inline-block !important;
}
body.blog .aliceblue{
	padding:0px 20px;
}
.lp-tool-tip-content {
    min-width: 170px;
    padding: 8px;
}
.lp-tooltip-outer .lp-tool-tip-content .location-filters-wrapper{
	width:auto;	
}
.preview-section-caption .pull-right,.preview-section-caption .pull-left{
	float:none !important;
}
.blue-section .form-group .checkbox.form-group{
	margin-top:20px;
	margin-bottom:20px;
}
.blog-social .post-stat .smenu {
    width: 320px!Important;
    padding: 0px !important;
	left:auto !important;
	right:0px!important;
}
.page-heading{
	height:170px;
}
.blog-single-inner-container .comments-description,.blog-single-inner-container .comments-thumb{
	text-align:left !important;
}
.blog-heading-inner-container{
	bottom:-40px;
}
}

@media (max-width:1024px)and (min-width: 769px){
.blog-single-inner-container {
    padding: 0;
}
.single-post .page-container-second {
    padding-bottom: 0;
    padding-top: 30px;
}
.blog-content-outer-container{
	margin-bottom:30px;
}
.lp-blog-style2-outer{
	border-right:1px solid #e3e3e3;
	border-bottom-left-radius:0px;
	border-top-right-radius:8px;
}
.lp-blog-grid-box-container-first-post {
    max-height: 100%;
    
}
.lp-blog-grid-box-container-first-post .lp-blog-grid-box-thumb{
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.lp-blog-grid-box-description2 .lp-blog-grid-title{
	padding:0px 20px;
}
.partner-box-inner{
	margin-bottom:30px;
}
.lp-sub-title{
	width:100%;
}
}
@media (max-width: 320px){
.listing-app-view .list_view .grid-view-hide{
	display:none;
}
.listing-app-view-bar .right-icons{
	width: 88.666667% !important;
}
}
@media (max-width: 573px){
	#distance_range_div{margin-top:20px}
	.lp-filter-inner-wrapper .search-filters > ul > li {
    margin-right: 5px !Important;
}
.post-with-map-container .search-row.margin-top-subtract-35 .form-inline .form-group {
    position: relative;
}

.lp-tooltip-outer-responsive{
	max-width:170px;
	float:left;
}
.lp-show-on-mobile{
	display:block;
}
.lp-tooltip-outer .lp-tool-tip-content .sortbyrated-outer {
    width: 124px;
}
.lp-tooltip-outer .lp-tool-tip-content .sortbyrated-outer ul li a{
	margin-bottom:10px;
}
.sortbyrated-outer .sortbyrated ul li:last-child a{
	margin-bottom:0px;
}
}
@media (max-width:979px)and (min-width: 574px){
	.lp-filter-inner-wrapper .search-filters > ul > li {
    margin-right: 5px !Important;
}
.lp-show-on-mobile{
	display:block;
}
.post-with-map-container .search-row.margin-top-subtract-35 .form-inline .form-group {
    position: relative;
}
}
@media screen and (max-height: 575px){ #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} } 
/*end responsive by shoaib*/
@media (width:1024px){

 .listing-app-view .pos-relative .lp-home-banner-contianer {
    height: 400px !important;
}
.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search {
 
    width: 46%;
}
.home .list_view{
    width:auto;
}
    
}
@media (width:1366px){

 .listing-app-view .pos-relative .lp-home-banner-contianer {
    height: 400px !important;
}

    
}
@media (max-width:1366px)and (min-width: 730px){
.app-view-home .lp-home-categoires {
    position: inherit!important;
    transform: translateY(0%)!important;
        margin-top: 30px!important;
        
}
 .listing-app-view .pos-relative .lp-home-banner-contianer {
    height: 400px !important;
}
.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {

    width: 45%;
   
}
.lp-header-overlay {
    z-index: 1;
}
.listing-app-view .footer-app-menu{
    z-index: 9;
}
.listing-app-view.home .lp-section-title-container h1 {
    text-align: center!Important;
    
}
}
@media (max-width:1366px)and (min-width: 1024px){
    .lp-menu-bar .lp-logo-container {
    width: 50%;
}
.app-view-header .lp-menu-bar .mobile-nav-icon{
        display: block;
    float: left;
}
.listing-app-view .grid_view .lp-grid-box-thumb img{
    width:100%;
}
}
@media (max-width: 768px){
.dashboard-content .availableprice_options .checkboxx input[type="checkbox"] {
    height: 100%;
}}
.listing-app-view .listing-app-view2 .listing-detail-infos .widget-social {
    display: block; 
    padding: 0px 20px;
    border-top: 1px solid #eee !important;
}
.listing-app-view .listing-app-view2 .listing-detail-infos .widget-social ul li:after{
    
    display:none !important;
}
.listing-app-view .listing-app-view2 .listing-detail-infos .widget-social ul li a{
    
        padding: 0px;
}
@media (width:768px){
    
    .listing-app-view .login-form-pop-tabs a {
        padding: 15px;
    }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.city-autocomplete {
    position: absolute;
    z-index: 10000;
    background: #fff;
    border: 1px solid #c3cacf;
    display: none;
    font-family: Arial, sans-serif;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

.city-autocomplete > div {
    font-size: 13px;
    padding: 5px 10px;
    cursor: pointer;
}

.city-autocomplete > div:hover {
    background: #c3cacf;
}
body.listingpro-loading:after {
	/* with no content, nothing is rendered */
	content: "";
	position: fixed;
	/* element stretched to cover during rotation an aspect ratio up to 1/10 */
	top: -500%;
	left: -500%;
	right: -500%;
	bottom: -500%;
	z-index: 9999;
	pointer-events: none; /* to block content use: all */
	/* background */
	background-color: rgba(0,0,0,0.6);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAFztJREFUeNrsXfmzHNV1Pv1mhCQEaEUIISGBkIgkFhWbzWqzRDYOIXb2xU6cxSknqVSSH/JL/oX8kMpeWZzFWZ29nDiV2BiXcVhisAWOwWCMkJBAaHsSetql9zr3aE4z/fp19927Z/m+qlPT090z783c8813zl3OTdI0JRckSUJAJbrKrlZ2ldgqsRXKlitbpmyxsnXKXle2Q9n/KPuCsr34+uLD1O8TEMQbm5Rdr2yj2AZl1ypbk31Vxa+u4pjxjLK/VPYpbkN8tSDIsGGJspvFblJ2g7KtohimJDC59ptik3DldgnSxVdV/zug7A5ltyu7Tdmtog5F505LnN0Hvy6PvwEladkBoCBzcJmyu8XeK+ajDHX36e79pLI/hZsixGobC5W9T+weZdsiksLm2tPKfgyJOwjSFjhsekDsroCkCEUQfv4JZX8Gl0YO0mQI9QFl28WWlH1/OWd1yS9C5iT3giDtYZwIcp2yh5V9SNmdEZw6dKKeYRvcFASJCe6OfUTZo9Qbrxg2XAs3BUFigH95PyzEWO8ZJpkct600AAhihC3Kvl/ZR5RdY+CYvg4fGzvhpiBICPCcpx8U22JBikHH83BTEMT3M/ywsh+h3uBeyATblkgxCPkVuCkI4gruAuWBtB8KmD/YhmIxVeopZZ+Hm4IgtuCp4x9V9uPK1o5w+/DMXoyigyBW4LGMjyl7yFEtfI6bBM/m/RRcFASxUY2fVPZT1Ft45JMTuKIp4mTT3TGTFwQxAk8i/LioR4jcIrRahCLO04QFUyCIBdjRfkZsg6OTtu30dTiubBdhyS0I4oD1yn5O2c8GdNzQxNHhgLLdyvYoe0tsv7JDyg4rew4uCIK4gNdk8DTv7R4hkg0ZXImTv/c7yl4Se0XsNWVTcDMQJCR4JJxX0m2JFNqEIs6rogA7xF5QdhIuBYLExC8IOVZEUI4QKvKU2DNi78CFQJAmwIuWflHZLw1gSMVEeCJnAAjSKLh+1C8r+wmNszZBhuw69yR9Udlj8ojQCQRpBZuEHB8OkDDbkqjs+rPK/kvsJbgH0CZBblT2K9RbHx4r1zAlBqvEfyj7HPW6YAGgVYLwar9fpV41ER81cA21MvBM2c8q+zdlp+AOwCAQhMnxa8ruN3DykCqRByfb/6Lsn5FfAINEkCysej/FmT2re58Xlf2Dsn+k3ig3MDzIt+tIEiRLyB8IFEbZEIzHKz6j7O+UfRO+NrTkyI7TUSMId+XyGMf23IdrKiH/krK/Ufbv8LOhJ0fjJGmCINkg4KMBk3ATYvBkwE8r+yvqTRIERoMcjYZbTRDk56m3bjxEEq47zh45Ced1FZ+Dj40sORohSbcBcnySwvZU6UbbebHRn1NvJi0wWmFV40oSkyBcuO0TNUQIkYfkz/Fef1zkGftpjAc5svNsM7FIEosgXByaFzota0A9+BwvVf1jQomccSNHdCWJQRDe3fWnlW02IIIvMfgcj4L/kbJvwL/GkhxU4k8DSxD+Rz9OvbEOUyL4hFUcUv2Bsn3wr7ElR4aJGKFWaIJ8TIwMcw3bPCTDOWW/L4Y5VCBHkiMJCVEGjiBcF/ejlgrhoh4nlP2uKAcw3uRIahL3dJAIspJ6C57WVzh+CPXgY54y8tuEioPjRA6XUItChVsTgT7sj9LsUqB5UqQ1CVRqcXxU2W+BHCCHYagVxLdDvMlDQhAbIqSWJOECa79DvQFAYPiRRgi1khLfnmibIBxa8d4cyyOqx3llvwflGFmSJB4k0BFpgjzLRvkShPfluM9SIWzVg5PxP4Q/IfxqI9TyefF7lf1AhLAqzR3/Bcgx8iqSOuYmjYRaTi9MkqRDvblWV2o+sAsxsue8foNHyDHOMZ6hlktIVeXjzRJE4fuov74j1aiHLTEY/6vsT5S9Df+BkjioRvF8Ryw+QZR6rBJymKiFSy7C1dB5CgmWxo4nQULmIEVfT6ITROERZXcYqgU5kIYXOj0Gnxl7FQmtJk4qYkUQpR6bhCCpQ+5hoiafFoIA44kZ6s+jCpWD5M93bFXEVkF4C7SNmtzDdcDwSWV/DR+BktQ4uq+aJLYqYkwQpR5bhSA6dTAJq4rPucDC31JvVSAAgsxECLOya10bv7dREC7Zs8YzrKpSl78nrAYE5oZaNmGWjhiJi4oYEUSpx2bq17QKnX9wBZLPwCeAmnzERDVswrKO8umJYARReFCjHkRuvVm8f98/EcY7AH2oFTLMmjBVES1BFNPWCUFCqUf+OReQ/m/4AmAQaoUgRlJQkcSbINQrNL3BQD1sifKysn+FDwAaTJN+lN0lzJoggwWDExr1uIT6ldh1pLAlymeFJACgC7WmKUw3b/GaVkV0CnKvslssSWFCFN4YE8WkgVgJu3GYpctFdBJzX4W82Z4rPv9PwlZngL2KTDiEWLprzIHz1gqilIc3u7nbQS10CsLduigqDbjkIjOeilEVZnVcQixeEHWpBymqiMK9VljjAbiSxDTEMiVN7cBht0I95lOvvm7R2YtyZRJW5c89SejWBfxVpBMwxCJREUrT1FhBeDr7tpwClIVLpmFV/hxPYz+NdgYCqYhPiJW/3q0SiyqC3F6RKPmEWs8rexztCwRSEd8Qq3i9Y0QQGfu4zUApUstzX1Z2BO0LeCItUREbtahMN8rGRMpkhcc9NlXkHzY5SP4cV19/Am0LBFSR1JAUZHg9GxM5rwuxtlnmGibhFifnr6JdgUCYof7oeqgQq1QwJgrhFb/o5hrnt0nWi6sFAaDtZF2nNt1ilFVkzA3KbqL6yWGmYVV2/gXqbZEGADGS9Y5jeEUViXonT74iQW6sUA/yyEGeJQwMAvGS9Y4nKcrCrEqCbCF95W3bhP2raEsgEjihnu9JiOK9ndIQS8VePK1ks0ZBbMmyQ9lzaEcgYpg1XRJmJRaEmKMgnIunMqyeV5Drqbes1jSkMlGQHWhDoAEVMa13ZXJPthz3fJEgm2piPRtS5M+/gPYDGlCRxJMUxfu6ZQTZSGY7/5jkIIw3CHuXA80QZIb6QxY+4VWGTlmSvsFSPXTXufj0FNoPiIy0Ig9xTdTnEkTlJFcLQWwJUaci30LbAQ2qiA8hkpJEvaPy9OlMQdYZhFO2KoKCDMCg5CEuinJhwDBPEF9C5K/vUfYK2g1oKQ/xUZPsNZ18DrJWE+OZhlUZXiMsjAIGKw+xVZNZBLmK6svO25JmJ9oMaDkP8VWSiXeTESGIjYLoQq9daC+gRYK47o2eFBL1CwrCew5ebqkgOuLsRnsBDWOGwo2mZwrS6Qo5dPGdzR+blCQdANpM1JMA7znR1aiH7g+Vve4tZSfRXkALiXpK7r1WlQRZ5qEgZW++H20FtKgi3QAJ+iyCLDcggU0ucgDtBLSoIkmg90qyHGSxxR83eVMUpQbaTNRDJenvKshlhs5vmpNMop2AFgmSBHy/JCOIrYzVAcXhgEFWEBs1uRBiLbJUEN2bH0M7ASOQg7yrIAs9/pkyHEc7AUOiIEYEWeCoIFXAGAjQpoLYJuK1STqPOs4L/E9iFi8wUiFWN7CCnEU7AQOAJBRBJsh+omIdptE2wIgoiHaX2xTfOTDOyOr/dAO+55w9FgCgwbAqpIKkExGc+SK0EzBKCnKG9AWAbcDdxujqBdrARAwFCdEtm980ZyHaCWgxxAqa9Hfl1z5kMn4J2gkYQgUp48AME+SE55sUcSnaCWiRIEHVhwlyLLCCLEY7AS3BdBsE0x/8mYwgvqqRx1K0EzAkCpKYEOSop4IUX7sc7QS0hK6B09v4+gWCHAmoHowVaCegxRDLVzXyvn+hePWkAxFSEAQYMgWx9fEkU5BDgZQje81K6o2FYOtnoOn8Y56HcpT5/PkJIUhasLo3qbIMS5StRnsBLahH1otVZiaKUbRpJgjXsTpoSQIdadaivYCGcRHpN/O0Ic/5CwrC20ypg30e6lF2zxq0F9Aw5tUQwUk9eKv0rN94nyURSHPP1WgvYIAUxCXsmrUN9F5NCGWaoOcJwjOEz6DdgAaQUH+ZRWLhw3U9XueyzJ/xpoEqkOE9/PxKZdei3YCGMN9BQXSEm0UQ3s9j2oEMVHN9A9oNaJAgtmTQ3dMniEpGWEF2eapH8fx1aDegISzwJEPxnnOKE7MUhKh8X0GTHquqa0yQRWg7IDImNAriEnKdzb95htc9CVG8xhuDXo/2AyJjoRCkytlNc4/8PaUE2WlBCDIky2a0H9AAQeqc3SXcOlNFkH0OyXjZeRAEaJIgiYeCFK+fKyWISkq4KvurDiFV3TkmyA1oQyASLhYLqSBnFRdmyhSEhCA2+YcJgUAQICZBbAhBBtdnVfkpVlR8JefgVUgNz1GOIBhVB0KDf9wX5Ry7auuDtECGOr9NigQpKsi3lX0roHowNim7Ge0JBMaiQoLuoiBl6lFNkJSnLxK9bJl76HISxja0JxAYl1Q4f+JBltM9ClQrCOOlAKQonmMFwQxfIBTm09wChSHIcrIsjisjyM4ApMif40ont6BdgUDg4oTzSN+1a6MePDh4SksQJTHMohctFMQ0zGKCXIa2BTzRFYL4kKJUPfLdu3UKwvg/x1yj7J7seKOy29C+QAD1uNghrNKdL92RoI4gLzuGVXXPb6ewWy0A4wX218UaYuhUpew8h1YnjAmipIbjsecDhFXF6zcpuwPtDDhiMc0tjm6iIDr1OJEWu680CsL4hrDKJ6wqu/89UBHAQz10JCDLc9NUs8NBJUEUoXjaydcNFcTkeXbMYyJ3or0BS3C9tcsMiGFLFFaPU9YEEezwyDfq1OROwjYJgDm452ppCRFChFrHdbJVh68bJuu2YRbP8r0b7Q4YYhn1BwbzDu4aVmXnWDmmnAkiYyLPeeQbdWpyF2F0HdBjYU49qhTElShTZWMfNgrC+Br162aFDLO4POm9aH9AA56FcXGFk/vkH9xTq9s8Sk8QxTBeZfhVz0S9ijT3UG9sBACqEvNlNWTwSdSPyXCGH0EEzyrbH0hB8scLREWwbRtQBBeCW0Fz9/ywIUYVUXhZ7Tsm/4QRQRTTduVUxDe0Kp7nBVXvhz8ABTA5FgciRvH5O8qnTwcjiOAZUZEQoVXxnvsIs32BPjiiWOmQc5g8N1YPK4Ioxr0uJAkRWhWPeQDofmVXwDfGHhx2X14RWiUG+Qhp8g/etPZUcIIInqZej1YoYuSPeWzkAfjH2GMl9SckmiTnNvnHGSEIRSGIUhEucv2UZWhlepyKijwIHxlbcASxypIMNmEW7+h8OhpBBE9Sv7BDSAXJwCqCIg/jmXesqiAAGapJXdh1guq3PA9DEKUik0ISXU+Vi4JkvRcPKVsHnxkbLBJyLKhwcldi5K9NSoIelyA5FXkqgoLkSwU9RBgfGQfweMeVJXmHS85Rde2Ii3o4E0Q2/vyKssOeClJFkmz14XdTf2stYPTA/se7AFxeoRqmOUcdac6KeqSNEUTA1U+esEzWdeMhxfs4ad8OPxpZrBH1qMo7fHqwKBdaTfkw2Adfpt7KQ9NQy1RB8tc+CJKMLDnW1Di+KTGo5hpPRjzkK3E+OCokOeYRUlENSbIP+gFRE2A0sFrIkWgIYdKbVdWte17Ica5NgjB4UdWXyK4r10RB8se8hv1hZe+Db40EOXgdUNdBNUxDLsZBshwUjEWQLNTaESEHyZ/jhTMfIkxsHGZwQs7d9/McVcM0FzkqBKFBIQj/Q49TfzKjKSF04VUZSb6Hel3AwHCBF8itLyGHiWrYJOk8Un7AN7QKTRAG92p90ZIQNuTIHi8SkjxM6AIeBnSEGNfkwqrEI7SqUpjs+QEyWCnYBkFIcpHHLdTClhxpIXF/hHqrzoDBBOeO1wpBEg05XEOr/Ov20+wlGQNHEHbgx5S9QGaj5i7kyD/eKyRZA18cOHAFxA1k1pUbopuXw/y3Q3+IiQhfzEEJtfY6qEXqQBJeaPWosq3wyYEBz6e7jmZPPiwLiUKR5KSQ48wwEITBtbS+UIgFQ4VXZY8bhCT3wDcHIhnnuXTLDEKqECThZHxfyLxjFnsravbqX5gkJrfxCPhHPPIR20euccSTKJ+kQN18gDG4NM/VuZDKtu1szuWf71b2lnUuYOj3sQlCQpDt5N616/LIdYV59eM34beN4AohxjJHIpiSpHjMYfwbTsmyod93G/jyPk+98Yt7AigIVfyKFJ9n8S9PhONqLO/Ah6NgAfXnVF0k33+ieSzmH8Vrdefyx/tdlGPQQqwMXB3ve6lfJM73V8WkRyx75L3fn4WaBMcqIcZyT8V3OXdQQivnpHyQQqwMVwpJbopADh1ZuIoFzxn7miR0gDu4As1VQo5OoLDY5twhCatO+nyIQSQISRLH86m2NpCPlJ3jrkCeM8a7Zx2Hr1thvhCD7VJy65a3vad4fVLI4d12g0oQxjohyZYGkvUqsrxGvXUsvBfjWfh+LTpCitUSToVqF1uSHJGwairEhxpkgmQk+aAoiQspio5PFr9o+WPOT14UOwcuzCHGagmNV1p8rzFCrMmQ5BgGgjB4QInnU90YONRyuYe7hXmy5cu+se2IhFKrhByXB/iuffLNLOfYHTokHgaCZD0hPEZyS8MhVtU5Loz3bbEDY5h8rxJbGoAMIchyQHKOE6E/7LAQhMGDS7y+485I5DBp4OIxj5t8R3KVnSMcfnUlfLpCbGEApXBNyIuPbwk5Tsf44MNEEAZPU+CKig865B0u+YjNuT0i8bvkcRSwUsKnlVQ9+h0ytLINsXbL9x7th2nYCJLhfrFFgUMuG/Wou86/aHtzdmZICHGR9ECtyJnp528yxDor3/Ebsb+QYSUI41bqrTtf3WCoZUOc7PiwhAE8trKfAi7zDBQ6LRVbTrN3iQ1NilCqMSXEeLuJL2iYCcLguVS8qc4Wg1DLpavXhRi665PS43JYjJ8fpfjjLLzGmwfuFkuizY9LhBC+ny+0ilRdy0bHjzT1CzLsBCH55eMVg3dHDrVcwi/T45OS8E9JN+Vx6ZE5JcnnGVEdNi7nmm1JzOt0OuL88yRE4u7XBZJIL5S8bZHYAvKrhxyKDC4J+h4hxylqEKNAkAt/hnr7qd9F+j75pkMtW7L4ki0UcW3DrFgJ+kkhxp42YtBRIUiGjdTrBt5K7nW1mshLYh6HJkVo9bB5PCDEONxWkjZI60FC4FVJhHkm7ntyCafuF0v7PXmcaxpV6yNs7rE9l3h+9uL7nMv1BA5FD+CwKEgerCK8ruT6FkOt0OFXzOO2EvIy1dhLAzJDYdQUJI8XRZ6ZJLeSe10sn1/G1OJ6G+qTBPi7oVTktBBjDw3PuNFQK0geXM2E53Fto2YGEmMpRxOva0M13hRyHB40xx9lBcmD50rx/u07hSTXWCpA6ngthio1pSR1imCyjtwEk0KMNwfwOxkrBcmDB8h4d1xe0muyfiGkivj+0sfOL5pSjSkhBs8wODXIjj9q3bw24FmpN4otcXSIYSFLyKTchzAnRS3epICLmkCQuFgtPV48XWUpxVlsNYgEajLnOCFqwXaUhgggSB+8ZHSzsu+i2bNY2wq9YhCkadXgMp/7hBhDWXMMBJkLntvFNWN5/GStp5M0fS7W/6J7z+L5/Azmoa4KA4JUgyf98dSV68TmRyDGIBLEVS3OCiEyG4nVlSCIGbicDXcN8yYvayI4WhMECa0a+eqFPOrNU3wmacQAgtiBx4PWU68cEdtKR4cMGfaEVAZTohwRUmQ2TSMKEMQvBFsrllUSbLJ7OGboVLVY6ZAoxkEak/pgIEg4rKZ+ATUuibO4oV/2WOHUFPVXPR4WcowdQJA4WCDhV1YVJF8AoW2ClN2Tlew8Ko+T8jj25VZBkObAg5DLqF8kIVsbfkmEkKzu2glRBzYemziWewRAkIECrym/VEiSrRvnNeQLJcdh43Xm86SDoCOvyb7UabHz1F+zfkbstBjPdTopxuQ4TkM+MXAQCfL/AgwA5RiTZrxUXwcAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px 100px;

	/* animation */
	-webkit-animation-name: linearRotate;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-animation-name: linearRotate;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	-o-animation-name: linearRotate;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;

	animation-name: linearRotate;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

}

@-webkit-keyframes linearRotate {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform:rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 100%;
  height: 4px;
  border-radius: 15px;
}
.slider.slider-horizontal .slider-track {
  height: 0px;
  width: 100%;
  margin-top: 0px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -7px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -44px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: -7px;
  width: 15px;
  height: 15px;
  background-color: #337ab7;
  
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  opacity: 1;
}
#distance_range_div .slider{
	background-color:#e3e3e3 !important;
}
/*
 Theme Name:   Listingpro Child
 Theme URI:    http://studio.cridio.com/listingpro/
 Description:  Listingpro Child Theme
 Author:       cridio team
 Author URI:   http://cridio.com/
 Template:     listingpro
 Version:      1.0.0
 Tags:         listingpro, directory, listing, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  listingpro
*/


.admin-top-section {
    display: none;
}
.post-detail-content, .extra-fields {
    border: none;
}
.post-meta-left-box ul {
    list-style: square;
    padding-left: 20px;
}
.lp-grid-box ul:nth-child(4) {
    list-style: square;
    padding-left: 20px;
    min-height: 110px;
}
.lp-grid-box-left.pull-left > ul:nth-child(4) > li {
    padding: 0;
    text-align: left;
    border-left: 0px solid #f1f1f1;
    font-size: 0.8em;
    line-height: 2em;
	float:none;
}
.lp-grid-box p:nth-child(3) {
display:none;
}
.promoted-listings .promoted .listing-pro {
    display: block!important;
}
.vc_btn3-color-danger {
    background-color: #ed4e6e!important;
    font-size: 11px;
    color: #fff!important;
    padding: 8px 12px;
    border-radius: 5px;
	line-height: 33px;
}
.vc_btn3-color-danger .vc_btn3-icon {
    font-size: 14px;
    height: 11px;
    line-height: 11px;
}
.lp-grid-box-bottom .pull-left a:last-child::after {
    display:none;
}
.promoted .lp-border {
    border: 1px solid #ed4e6e;
}
input.lp-review-btn {
    background-color: #ed4e6e;
    border: 1px solid #ed4e6e!important;
    color: #fff!important;
}
.widget-box.business-contact .contact-form.quickform form.form-horizontal .form-group.pos-relative i.lp-search-icon
{
	color:#fff!important;
}
.w2dc-sticky-ribbon span {
    background-color: #1f82a5;
}
.w2dc-sticky-ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 85px;
    display: block;
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 14px;
    right: -18px;
    background-color: #ed4e6e;
}
.w2dc-sticky-ribbon {
    position: absolute;
    right: 9px;
    top: -5px;
    z-index: 0;
    overflow: hidden;
    width: 65px;
    height: 65px;
    text-align: right;
}
.w2dc-sticky-ribbon span::after {
    border-right: 3px solid #ce415e;
    border-top: 3px solid #ce415e;
}
.w2dc-sticky-ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid  #ce415e;
    border-bottom: 3px solid transparent;
    border-top: 3px solid  #ce415e;
}
.w2dc-sticky-ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid  #ce415e;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid  #ce415e;
}

.w2dc-sticky-ribbon span::before {

    border-left: 3px solid #ce415e;
    border-top: 3px solid #ce415e;

}

.w2dc-featured-label {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    display: block;
    margin-top: 0;
}
.w2dc-featured-label {
    background-color: #363f48;
}
.w2dc-featured-label {
    overflow: hidden;
    padding: 3px 5px;
    font-size: 90%;
    border-radius: 2px;
    background-color: #363f48;
    color: white;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}
.is-small {
    font-size: 0.8em;
}
.about-box {
    width: 100%;
}
.about-box-icon {
    background-color: #ce415e!important;
}
.currency-signs img {
    width: 11px;
}
.lp-grid-box-bottom a.vc_general.vc_btn3.vc_btn3-size-xs.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-icon-left.vc_btn3-color-danger {
    padding-left: 12px;
}
#searchform .tags-area.form-inline ul li .checkbox label {
    font-size: 10px;
}
input.wpcf7-form-control.wpcf7-submit.lp-review-btn.btn-second-hover {
    width: 100%;
	    margin-top: 15px;
}
.wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
	    height: 40px;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap text-area {
    height: 40px;
    margin-bottom: 15px;
}
span.wpcf7-not-valid-tip {
    font-size: 10px;
}
.wpcf7 br {
    display: none;
}
div.wpcf7-response-output {
    margin: 0em 0em 0em;
    padding: 0.2em 1em;
	font-size: 13px;
}
.about-box-description p.paragraph-small {
    font-size: 13px;
    line-height: 1.5em;
}
.about-box-title h4 {
    font-size: 15px;
}
.about-box-inner {
    max-height: 300px;
}
.about-box-inner:hover .about-box-description {
    height: 150px;
}
.footer-style2 a, .footer-style2 li, .footer-style2 p, .footer-style2 span {
    color: #bbbbbb;
}
.nearby-description p {
    font-family: 'Open Sans', sans-serif;
}
.nearby-banner img {
    width: 50%;
}
.list_view .lp-grid-box-left.pull-left > ul > li:first-of-type {
    float: none;
}
.col-md-9.col-xs-12.lp-menu-container.clearfix.pull-right {
    width: 96%;
}
.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
    padding-left: 121px;
}
.mc4wp-form input.wpcf7-form-control.wpcf7-submit.lp-review-btn.btn-second-hover {
    margin-top: 0px;
    height: 40px;
	    line-height: 1em;
}
.lp-home-categoires li a span {
    font-size: 14px;
    padding: 0px 5px;
}
.lp-section-title-container.text-center > h1 {
    text-transform: uppercase;
}
.lp-grid-box-description i.fa.fa-tags {
    display: none;
}
.listing-second-view .contact-form input[type="date"], .listing-second-view .contact-form wpcf7-select {
    background-color: #fafafa;
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    padding: 0px 15px;
    line-height: 36px;
    width: 100%;
}
.gform_wrapper li.hidden_label input {
    font-size: 13px!important;
	padding: 5px 20px!important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0px!important;
}
.listing-second-view .contact-form ul li {
    margin-bottom: 0px;
}
.gform_wrapper li.hidden_label input {
    margin-top: 0px!important;
}
.gform_wrapper textarea.large {
    height: 160px!important;
    font-size: 13px;
}
.top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
    width: calc(95% - 8px)!Important;
}
.gfield_select{
	background-color: #fafafa;
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    padding: 13px 20px!important;
    line-height: 36px;
    width: 100%;
	font-size: 13px!important;
	    line-height: 36px;
}
.gform_button {
    background-color: #ed4e6e;
    border: 1px solid #ed4e6e !important;
    color: #fff !important;
	padding: 11px 28px 11px 28px;
	font-weight: bold;
	font-family: 'quicksand';
	border-radius: 5px;
	width: 100%!important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent!important;
    margin-bottom: 0px!important;
    border-top: 0px solid #C89797!important;
    border-bottom: 0px solid #C89797!important;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
    font-size: 13px!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px!important;
}
.features-listing.extra-fields.is-special {
    background: #505050;
    color: #fff;
    text-align: center;
    padding: 5% 20%;
}
input[type=checkbox], input[type=radio] {
    margin: 10px 5px 0;
}
.fa-bookmark-o:before {
    content: "\f08a"!important;
}
li#menu-item-535:before{
	    font-size: 16px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: "\f08a"!important;
	margin-right: 5px;
    color: #fff;
}
.features-listing.extra-fields.is-special:before {
    content: url(https://www.myvenuefinder.com.au/wp-content/themes/listingpro-child/images/ribbon.svg);
    position: absolute;
    left: -1px;
    /* margin-left: -8px; */
    top: -1px;
    /* height: 150px; */
    width: 160px;
}
.is-special .post-row-header > h3, .is-special p {
    color: #fff;
}
a.secondary-btn.vc_btn3-color-danger {
    border: none;
    line-height: 1.5em;
    margin-top: 10px;
}
.blog-single-page {
    background-size: cover;
}
li.is-grey {
    background: #f7fbfe;
}
img.venue-logo {
	margin-top: 20px;
}
.lp-section-row.is-help {
    background: #f7fbfe;
    padding: 20px 0px 25px 0px;
}
.promotiona-col-right span, .promotiona-col-right h3 strong {
    background: #ce415e;
    color: #fff;
    padding: 10px 15px 10px 15px;
    width: 40px!important;
    border-radius: 100%;
    margin-bottom: 10px!important;
    display: block;
    text-align: center;
}
.page-id-37 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.mc4wp-checkbox label {
    font-size: 0.8em;
    margin-top: 20px;
}
.ui-datepicker-title select {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto !important;
    box-shadow: none;
    background-color: transparent;
    padding-top: 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-left: 1px;
    height: auto;
    border: none!important;
    color: #000;
    border-radius: 0px;
}
.lp-blog-grid-box .lp-blog-grid-box-description .lp-blog-user-thumb {
    display: none;
}
.lp-grid-box-description .lp-grid-box-left.pull-left > ul > li:first-of-type {
    display: list-item;
}
.contact-info-widget small {
    font-size: 75%;
}


@media (max-width: 1366px) and (min-width: 1024px) {
.lp-menu-bar .lp-logo-container {
    width: 20%;
}
.header-right-panel.clearfix.col-md-10.col-sm-10.col-xs-12 {
    width: 79.333333%;
}
}

@media (max-width: 991px) {
a.secondary-btn.vc_btn3-color-danger {
line-height: 20px!important;
}
img.venue-logo {
    max-width: 150px;
}
.features-listing.extra-fields.is-special:before {
    width: 100px;
}
}


@media (min-width: 768px) {
.vc_col-sm-3 {
    width: 25%;
    float: left;
}
.vc_col-sm-6 {
    width: 50%;
    float: left;
}

}
