/* ------------- Common --------------------------------------- */

.x-body {
	font-weight: 400;
	font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
	color: #404040;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ------------- Div ----------- */

.p-linebehind  {
	display: table;
    white-space: nowrap;
}
.p-linebehind:before, .p-linebehind:after {
	border-top: 1px dashed #aaa;
	content: '';
	display: table-cell;
	position: relative;
	top: 9px;
	width: 50%;
}
.p-linebehind:before { right: 1.5%; }
.p-linebehind:after { left: 1.5%; }


.portal-clear-btn {
	color: #c11711;
}

.p-larger {
	font-size: larger;
}

.lg-outer .lg-thumb-item img {
    width: auto !important;
}

.lg-sub-html {
	display: none;
}

.p-no-opacity 
{
    opacity: 0;
}
	
.p-anim-opacity 
{
    transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-in;
    opacity: 1;
}

.emoji {
	vertical-align: baseline;
}

.ql-size-huge {
	font-size: x-large;
	line-height: initial;
}

.ql-size-large {
	font-size: large;
	line-height: initial;
}

.x-tip {
	background-color: white !important;
	border: 1px solid #c11711 !important;
    border-radius: 5px !important;
    padding: 2px !important;
}

.p-estate-page .x-tip {
	border: 1px solid #3fa895 !important;
}

.x-tip * {
	color: black;
}

.x-tip a,
.x-tip a *  {
    color: #c11711;
}

.p-estate-page .x-tip a,
.p-estate-page .x-tip a *  {
	color: #3fa895;
}
	
.x-mask-msg {
	background: none !important;	
}	

.x-mask-msg-text {
	padding: 60px 0 0 !important;	
	background-image: url(/resources/images/loading.gif) !important;	
	color: white;
	min-width: 100px;
    text-align: center;
}	

.x-css-shadow {
	display: none !important;
}	

.x-boundlist-selected {
}
.x-boundlist-item .p-combocheckbox {
    height: 18px;
    width: 18px;
    font: 18px/1 ExtJS;
    float: left;
    margin: 5px 4px 0 -2px;
}
.x-boundlist-item .p-combocheckbox:before {
    content: "\e614"
}
.x-boundlist-selected .p-combocheckbox:before {
 	content: "\e613";
}

.x-form-arrow-trigger {
	width: 20px;
}

.p-imageoverlayviewer {
    font: 11px Arial, Helvetica, sans-serif;
    padding: 10px;
}
.p-imageoverlayviewer .p-thumb {
    padding: 3px;
	zoom: 0.5;
	cursor: pointer;
}
.p-imageoverlayviewer .p-thumb img {
    width: 100%;
}
.p-imageoverlayviewer .p-thumb-wrap {
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px;
}
.p-imageoverlayviewer .p-thumb-wrap span {
    display: none;
    overflow: hidden;
    text-align: center;
}
.p-imageoverlayviewer .x-item-selected .p-thumb {
    background: #fff;
}

.p-counter-textarea .x-form-trigger-wrap {
    height: calc(100% - 20px);
}

.p-counter-textarea .x-form-text-wrap {
    height: calc(100% - 20px);
}

.p-admin-link {
	margin: 5px 0 10px 15px;	
}

.x-form-readonly input, .x-form-readonly textarea {
	background: none !important;
}

.x-form-readonly .x-form-trigger-wrap-default {
	border-color: #eee !important;
}

.x-body .x-toolbar-default .x-box-menu-after {
	margin: 7px;
    position: absolute;
    right: 0px;
}

.x-body .x-menu-item-icon-default {
    line-height: 24px !important;
}
    
.x-body .x-toolbar {
	
}

.p-selectionlist .p-box-container .x-autocontainer-innerCt {
	-webkit-columns: 4 250px;
    -moz-columns: 4 250px;
    columns: 4 250px;
    display: block;
    min-height: 100%
}

.p-selectionlist .p-box-container .x-autocontainer-innerCt .x-form-cb-wrap-default {
	height: inherit;	
}

.p-selectionlist .p-selectall-container {
	margin-top: 5px;
}

/** TODO Use Extjs other other framework to dispaly tooltips */
.p-icon-tooltip {
	display: none;	
}

.p-hidden {
	display: none !important;
}

.p-search-trigger-btn {
    width: 16px;
    padding-right: 4px;
}

@media (min-width: 1200px) {
	.container {
	    width: 1190px !important;
	}
}

.container-relative {
    position: relative;
}
    
.container-fluit {
	margin: 0 10px;	
}
@media (max-width: 767px) {
	.container-fluit {
		margin: 0;	
	}	
}

.p-manage-panel {
	float: left;
	margin: 0 10px 10px 0;	
}

.p-manage-container {
	float: left;
	margin: 0 10px 10px 0;	
}

.p-manage-panel > .x-panel-body-default {
	border: 1px solid #dedede !important;
}

.p-rating-picker {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

.p-rating-picker-value {
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    top: 0;
    width: 0;
    height: 100%;
    color: #ffe850;
}

.p-messagepanel {
	padding: 30px;
	text-align: center;
	border: 1px dashed #666;
	margin: 5px;	
}

.tab-content {
	overflow: hidden;
}

.x-btn-glyph {	
    font-family: Pictos;
}
 
.x-btn-text.x-btn-icon-left > .x-btn-icon-el.fa {
    padding-top: 1px;
}

.x-grid-cell-inner-action-col .fa {
	font-size: 18px;	
	margin: 0 4px 0 0;
}

.p-white-space-pre {
    white-space: pre-wrap;
}

.p-tooltip {
	display: none;
}

.x-panel-header-default {
    background-color: #c11711 !important;
}

.x-panel-header-default .x-tool-img {
    background-color: #c11711 !important;
}

.x-progress-default .x-progress-bar-default {
	background-color: #c11711 !important;
}

.x-form-checkbox-focus.x-form-checkbox-default {
    color: #c11711 !important;
}

.x-form-checkbox-focus.x-form-radio-default {
    color: #c11711 !important;
}

.x-view-item-focused {
    outline: 1px solid #c11711 !important;
}

.x-window-default {
    border-color: black !important;
}

.x-window-default.p-element-info-dialog {
	border-color: #c11711 !important;
	padding: 10px;
    border-radius: 10px;
}

.p-combobox .x-form-text-default {
	padding: 5px 1px 4px 10px;
}

.p-element-info-dialog .x-window-header-default {
    background: none  !important;
    border: none !important;
    height: 28px;
    padding: 4px;
    margin-bottom: -20px !important;
}

.p-element-info-dialog .x-window-header-default .x-tool-img {
    background-color: #fff !important;
	color: #c11711 !important;
}

.x-window-header-default {
    background-color: #c11711 !important;
    border-color: #c11711 !important;
}

.x-panel-header-title-default { 
    color: #fff !important;
} 

.x-window-header-title-default {
    color: #fff !important;
}

.x-window-header-default .x-tool-img {
    background-color: #c11711 !important;
}

.x-btn-default-small {
   	border-color: #666666 !important;
    background-color: #999999 !important;
    margin: 1px;
}

.x-btn-inner-default-small {
   	color: #ffffff !important;
}

.x-btn-over {
	text-decoration: none !important;
}

.x-btn {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
	text-decoration: none !important;
}

.x-box-scroller-tab-bar-default {
	background-color: #c11711;	
}

.x-toolbar-default {
	background: none !important;
	border: none !important;
}

.x-toolbar-default > div {
	margin: 1px;
}

.x-toolbar-default .x-form-display-field {
    padding-top: 3px;
    margin-top: 0px;
}

.x-fieldset.p-noborder {
    border: none !important;
    background: none !important;
}

.x-fieldset.p-nomargin .x-fieldset-body {
    padding: 0 0 10px 0 !important;
}

.x-body .x-form-cb-wrap-default {
}

.x-body .x-form-readonly *, .x-body .p-readonly *, .x-body .x-form-readonly label, .x-body .p-readonly label {
	color: #888;	
	border: none;
} 

.x-body .x-form-readonly a,
.x-body .x-form-readonly a * {
    color: #c11711;
}

.x-body .x-form-readonly input, .x-body .p-readonly input {
    padding: 0px;
} 

.p-paging-bar .x-form-text-default {
	padding: 0 0 4px 0;
	text-align: center;
}

.p-selectionlist .x-autocontainer-form-item, .p-selectionlist .x-anchor-form-item, .p-selectionlist .x-vbox-form-item, .p-selectionlist .x-table-form-item {
	margin-bottom: 2px;
}

.x-body .x-fieldset {
    background: none !important;
	border: none !important;
    padding: 0px !important;
}

.x-body .x-fieldset .x-fieldset-body {
    padding: 0 10px 10px 10px;
}

.x-body .x-fieldset .x-panel-header-default {
    background: none !important;    
}

.x-body .x-fieldset .x-panel-header-title-default { 
    color: #919191 !important;
}
 
.x-body .x-fieldset .x-panel-body-default {
    background: none !important;    
}

.p-innerpanel {
	padding: 0 20px 20px 0;
}

.p-innerpanel .x-panel-header-default {
    background: none !important;    
    padding: 10px 6px 8px 0px;
}

.p-innerpanel .x-panel-header-title-default { 
    color: #919191 !important;
}

.x-body label {
    font-weight: normal;
    font: 300 14px/17px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
    color: #000;
    margin-bottom: 0px;
}

.x-form-display-field-default {
	min-height: 15px !important;	
}

.x-fieldset-header .x-form-item, .x-fieldset-header .x-tool {
    float: right !important;
}

.p-desctext {
    border-radius: 3px;
    border-style: dotted;
    border-color: #9D9D9D;
    border-width: 1px;
    background: #F2F2F2;
    text-align: center !important;
    width: 100%;
    height: 100%;
    padding: 50px !important;
}

.p-emptytext {
    border-radius: 3px;
    border-style: dotted;
    border-color: #F2F2F2;
    border-width: 1px;
    text-align: center !important;
    width: 100%;
    height: 100%;
    padding: 50px !important;
}

.p-morebtn, .p-more-btn  {
    float: left;
}

.p-selectall-btn {
  	float: left;
    clear: both;
    padding: 0 5px 0 0;
}

.p-deselectall-btn {
    float: left;
    padding: 0 0 0 5px;
}

.p-selectall-container {
/*
	margin-top: -10px;
    margin-bottom: 2px;
*/
}

.p-region-primary {
	color: #e5241d;
	font-weight: 700;
}

.p-message-panel > div {
    display: table-cell;
    min-width: 30px;
    min-height: 40px;
}

.p-message-panel > div.p-message-add {
	display: inline-block;
    margin-top: 10px;
    min-height: 10px;
}

.p-message-panel .p-message {
    line-height: 18px;
    vertical-align: middle;
    margin: -10px 0 0 10px;
}

.p-view-div {
	margin: 0 17px 0 15px;
}

.p-inline-header {
	margin-top: 15px;	
}

.p-inline-header > div > div > div { 
	font-size: 16px;
	line-height: 20px;
}

.p-inline .x-field {
	margin: 0px !important;
}

.p-moneyfield-readonly * {
	border: none !important;
}

.p-moneyfield-readonly .x-form-item-body * {
	padding: 0px !important; 
}



.p-header {
    border-bottom: 1px solid #ccc;
	color: #888888;
	font-size: 15px;
    font-weight: 700;
    margin: 10px 0px 5px 0px;
    padding: 0px 0px 3px 0px;
}

/* ----------------------------------*/
    
.p-newmessagebtn {
    margin: 5px -25px 0 -25px;
}

.p-sidebar-openbtn {
    margin: 5px -25px 0 -25px;
}
	
.p-thumb-addon {    
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    text-align: left;
    padding: 10px;
}

.p-thumb-addon:hover {    
    opacity: 1;
}
	
.p-thumb-bottom {    
	position: absolute;
    bottom: 10px;
}	
	
.p-thumb-top {    
	position: absolute;
    top: 10px;
}		

.p-selected-icon {
	position: absolute;
	top: 10px;
	right: 10px;
  	display: none;
  	color: white;
  	text-shadow: 0px 0px 1px #000;
    font-size: 45px;
    z-index: 10;
}

.x-item-selected .p-selected-icon {
  	display: inherit !important;
}

.p-imagelabel {
    font-size: 25px;
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 1px #c11711;
    text-align: left;
    padding: 10px;   
    text-decoration: none !important;
    position: absolute;
    z-index: 100;
}

.p-contact-icon > * {
	color: white;
	width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
}

.p-contact-whatsapp > * {
	background-color: #60b82d;
   	border-radius: 5px;
    padding: 2px 2px 2px 4px;
}

.p-contact-viber > * {
	background-color: #7b519d;
   	border-radius: 5px;
    padding: 3px 2px 1px 4px;
}

.p-phone-viber {
	background-color: #857ad7;
}


.p-contact-sms > * {
    font-size: 8px;
    background-color: #666;
    border-radius: 5px;
    padding: 3px 7px 4px 7px;
    display: inline-block;
    vertical-align: top;
}

.p-contact-calls > * {
	background-color: rgb(124, 181, 214);
   	border-radius: 5px;
    padding: 3px 2px 1px 4px;
}

.p-contact-anonymcall > * {
    background-color: #AB0F33;
    border-radius: 5px;
    padding: 3px 2px 1px 4px;
}

.p-contact-onyladdress > * {
    background-color: #9C9D51;
    border-radius: 5px;
    padding: 2px 3px 1px 3px;
}

.portal-baseeditview {
	margin-bottom: 5px;
}

.portal-captchafield-field {
	padding-top: 8px;
}

.p-row-highlight-class {
	opacity: 0.5;
}


/* ------------ Panels ---------*/

.p-panel-red {
	background-color: #e5241d !important;
	color: white;
	font-weight: 700;
}

.p-panel-red2 {
    background-color: #c11711 !important;
    color: white;
    font-weight: 700;
}

.p-panel-green {
	background-color: #3fa895 !important;
	color: white;
	font-weight: 700;
}


/* ------------ Buttons ---------*/

.p-btn {
    border-radius: 0;
    padding: 7px 7px 7px 7px;
    border-width: 1px;
    border-style: solid;
    background-color: #f6f6f6;
    border-color: #e4e4e4;
    cursor: pointer;
    white-space: nowrap;
    color: #606060 !important;
    display: inline-block;
    text-decoration: none !important;
    position: relative;
}	

.p-btn-fullwidth {
	width: 100%;
}

.p-btn-fullwidth .p-btn-label {
	overflow: hidden;
    text-overflow: ellipsis;
}

.p-btn:hover {
   background-color: #ececec;
   border-color: #bdbdbd;
}	

.p-btn .p-btn-icon {
    height: 100%;
    padding: 4px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
    line-height: 24px;
    min-width: 30px;
    text-align: center;
}
   
.p-btn .p-btn-label {
    margin-left: 30px;
}

.p-btn-label-center {
	text-align: center;	
}
 
.p-btn.p-btn-right .p-btn-icon {
	left: auto;
	right: 0px;
}

.p-btn.p-btn-right .p-btn-label {
	margin-left: 0px;
    margin-right: 30px;
}
 
.p-btn.p-active {
   	color: #c11711;
   	background-color: #ececec;
  	border-color: #c11711;
}	

.p-btn.p-btn-red {
   	color: #ffffff !important;
   	background-color: #c11711;
  	border: none;
  	font-weight: 400;
  	text-decoration: none;
}

.p-btn.p-btn-red:hover {
   background-color: #c73225 !important;
}	

.p-btn.p-btn-noborder {
  	border: none !important;
}

.p-btn.p-btn-noborder:hover {
  	border: none !important;
}	

.p-btn.p-btn-tb {
    border-radius: 0;
    display: table;
    white-space: nowrap;
    color: #606060 !important;
    padding: 0px;
}	

.p-btn.p-btn-tb .p-btn-icon {
	position: inherit;
	display: table-cell;
}
   
.p-btn.p-btn-tb .p-btn-label {
	position: inherit;
	display: table-cell;
	padding: 6px 10px;
}

.p-btn.p-btn-white2 {
  	border: none !important;
  	background: none !important;
  	color: #fff !important;
}

.p-btn.p-btn-white2:hover {
  	border: none !important;
  	background: rgba(0,0,0,0.2) !important;
}	

.p-btn.p-btn-white2.p-btn-deactivated:hover {
    background: none !important;
}

.p-btn.p-btn-gold {
  	border: none !important;
  	color: #000 !important;
  	background: #eae77e !important; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #eae77e 0%, #847503 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #eae77e 0%,#847503 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #eae77e 0%,#847503 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae77e', endColorstr='#847503',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.p-btn.p-btn-gold:hover {
  	border: none !important;
	background: #e5db16 !important; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e5db16 0%, #7c6b08 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e5db16 0%,#7c6b08 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e5db16 0%,#7c6b08 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5db16', endColorstr='#7c6b08',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.p-btn.p-btn-gold.p-btn-deactivated:hover {
 	background: #eae77e !important; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #eae77e 0%, #847503 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #eae77e 0%,#847503 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #eae77e 0%,#847503 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae77e', endColorstr='#847503',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.p-btn.p-btn-bronze {
  	border: none !important;
  	color: #000 !important;
  	background: #eae77e !important; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #deb581 0%, #ce8d46 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #deb581 0%,#ce8d46 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #deb581 0%,#ce8d46 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deb581', endColorstr='#ce8d46',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.p-btn.p-btn-bronze:hover {
  	border: none !important;
	background: #e5db16 !important; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e5db16 0%, #7c6b08 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e5db16 0%,#7c6b08 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e5db16 0%,#7c6b08 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5db16', endColorstr='#7c6b08',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.p-btn.p-btn-bronze.p-btn-deactivated:hover {
 	background: #deb581 !important; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #deb581 0%, #ce8d46 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #deb581 0%,#ce8d46 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #deb581 0%,#ce8d46 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deb581', endColorstr='#ce8d46',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.p-btn.p-btn-red3 {
	background-color: #000 !important;
    border-left: #c11711 3px solid !important;
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
    color: #fff !important;
}

.p-btn.p-btn-red3:hover {
	background-color: #444 !important;
	border-left: #c73225 3px solid !important;
}

.p-btn.p-btn-red3 .p-btn-icon {
	background-color: #c11711 !important;
	color: #fff;
    margin-left: -3px;
}

.p-btn.p-btn-red3:hover .p-btn-icon {
	background-color: #c73225 !important;
	color: #fff;
}

.p-btn.p-btn-red3 .p-btn-label {
	color: #fff;
	font-weight: 600;
}

.p-btn.p-btn-red4 {
	background: none !important;
    border: none !important;
    color: #e5241d !important;
}

.p-btn.p-btn-red4:hover {
	text-decoration: underline;
}

.p-btn.p-btn-red4 .p-btn-label,
.p-btn.p-btn-red4 .x-btn-inner {
	color: #e5241d !important;
	font-weight: 600;
}

.p-btn.p-btn-green {
   	color: #ffffff !important;
   	background-color: #3fa895;
  	border-color: #3fa895;
  	font-weight: 400;
  	text-decoration: none;
}

.p-btn.p-btn-green:hover {
   background-color: #328779;
   border-color: #328779;
}	

.p-btn.p-btn-green3 {
	background-color: #000 !important;
    border-left: #3fa895 3px solid !important;
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
    color: #fff !important;
}

.p-btn.p-btn-green3:hover {
	background-color: #444 !important;
	border-left: #328779 3px solid !important;
}

.p-btn.p-btn-green3 .p-btn-icon {
	background-color: #3fa895 !important;
	color: #fff;
	min-width: 33px;
    margin-left: -3px;
}

.p-btn.p-btn-green3:hover .p-btn-icon {
	background-color: #328779 !important;
	color: #fff;
}

.p-btn.p-btn-green3 .p-btn-label {
	color: #fff;
	font-weight: 600;
}

.p-btn.p-btn-whatsapp {
	background-color: #000 !important;
    border-left: #60b82d 3px solid !important;
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
    color: #fff !important;
}

.p-btn.p-btn-whatsapp:hover {
	background-color: #444 !important;
	border-left: #59942f 3px solid !important;
}

.p-btn.p-btn-whatsapp .p-btn-icon {
	background-color: #60b82d !important;
	color: #fff;
	min-width: 33px;
    margin-left: -3px;
}

.p-btn .p-btn-icon.p-btn-whatsapp-icon,
.p-btn:hover .p-btn-icon.p-btn-whatsapp-icon {
	background-color: #60b82d !important;
	color: #fff;
	min-width: 33px;
    margin-left: -3px;
}

.p-btn.p-btn-whatsapp:hover .p-btn-icon {
	background-color: #59942f !important;
	color: #fff;
}

.p-btn.p-btn-whatsapp .p-btn-label {
	color: #fff;
	font-weight: 600;
}

.p-btn.p-btn-black {
   	color: #ffffff !important;
	background-color: #444 !important;
  	border-color: #000;
  	font-weight: 400;
  	text-decoration: none;
}

.p-btn.p-btn-black:hover {
	background-color: #000 !important;
}	

.p-btn.p-btn-black2 {
   	color: #ffffff !important;
	background-color: #000 !important;
  	border-color: #000;
  	font-weight: 400;
  	text-decoration: none;
}

.p-btn.p-btn-black2:hover {
	background-color: #444 !important;
}	

.p-btn.p-btn-black3 {
   	color: #404040 !important;
	background: none !important;
  	border: none;
  	font-weight: 400;
  	text-decoration: none;
}

.p-btn.p-btn-black3:hover {
	background: none !important;
}

.p-btn.p-btn-black3:hover .p-btn-label {
	text-decoration: underline;
}

.p-btn.p-btn-gray {
   	color: #fff !important;
    border-color: #666 !important;
    background-color: #999;
  	font-weight: 400;
  	text-decoration: none;
}

.p-btn.p-btn-gray:hover {
	background-color: #888 !important;
}	
    
.p-btn.p-btn-yellow {
   	color: #fff !important;
    border-color: #666 !important;
    background-color: #999;
  	font-weight: 400;
  	text-decoration: none;
}


.p-btn.p-btn-gray3 {
	background-color: transparent !important;
    border-left: none !important;
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
    color: #000 !important;
}

.p-btn.p-btn-gray3:hover {
	background-color: rgba(0,0,0,0.1) !important;
}

.p-btn.p-btn-gray3 .p-btn-icon {
	background-color: #9a9a9a !important;
	color: #fff;
}

.p-btn.p-btn-gray3:hover .p-btn-icon {
	background-color: #abaaac !important;
}

.p-btn.p-btn-gray3 .p-btn-label {
}

.p-btn.p-btn-yellow:hover {
	background-color: #888 !important;
}	
   
.p-btn.p-btn-slim {
	padding: 4px 7px 4px 7px
}	

.p-btn.p-btn-small {
	padding: 4px 7px 4px 7px
}	

.p-btn.p-btn-small .p-btn-icon {
	min-width: 14px;
    line-height: inherit;
    font-size: 14px;
}	

.p-btn.p-btn-small .p-btn-label {
    margin-left: 15px;
}

.p-btn-fullwidth {
	width: 100%;
	text-align: center;
}

.p-icon-btn {
	display: inline-block;
	width: 35px;
    height: 35px;
    padding: 9px 6px;
    overflow: hidden;
    text-align: center;
    background-color: #c4c4c4;
    border-radius: 50%;
    margin-right: 5px;
}	

.p-icon-btn * {
	font-size: 17px;	
}

.p-icon-btn-small {
	width: 25px;
    height: 25px;
    padding: 3px 5px;
    margin-right: 3px;
}	

.p-icon-btn-small * {
	font-size: 12px;	
}


.p-icon-btn-2x {
	width: 50px;
    height: 50px;
    padding: 13px 10px;
    margin-right: 8px;
}

.p-icon-btn-2x * {
	font-size: 25px;	
}

.p-icon-btn * {
    color: white !important;
}	

.p-btn.p-btn-deactivated:hover {
    cursor: auto !important;
}	

.p-icon-btn.notenabled:hover {
    background-color: gray;
    cursor: auto;
}	

.p-icon-btn:hover {
    background-color: gray;
    cursor: pointer;
}	

.p-icon-btn.active, .p-icon-btn.active.notenabled:hover {
    background-color: #c11711;
}	

.p-icon-btn.p-icon-green.active, .p-icon-btn.p-icon-green.active.notenabled:hover {
    background-color: #23ea00;
}	

.x-btn.p-toogle-btn {
    padding: 8px 4px 4px 0;
}

.x-btn.p-toogle-btn.x-btn-pressed {
}

.x-btn.p-toogle-btn .x-btn-icon-el-default-small {
    margin-bottom: 4px !important;
    height: 20px !important;
    font-size: 20px !important;
}

.x-btn.p-btn-red3.p-toogle-btn {
    background-color: #666 !important;
    border-left: 4px solid #666 !important;
}

.x-btn.p-btn-red3.p-toogle-btn.x-btn-pressed {
	border-left: 4px solid #c11711 !important;
    background-color: #333 !important;
}

.x-btn.p-btn-green3.p-toogle-btn {
    background-color: #666 !important;
    border-left: 4px solid #666 !important;
}

.x-btn.p-btn-green3.p-toogle-btn.x-btn-pressed {
	border-left: 4px solid #3fa895 !important;
    background-color: #333 !important;
}

.x-btn.p-btn-important,
.x-btn.p-btn-black {
	background-color: #444 !important;
	color: white !important;
}

.x-btn.p-btn-important.x-btn-over,
.x-btn.p-btn-black.x-btn-over {
	background-color: #000 !important;
}

.x-btn.p-btn-important *,
.x-btn.p-btn-black * {
	color: white !important;
}

.x-btn.p-btn-black2 {
	background-color: #000 !important;
	color: white !important;
}

.x-btn.p-btn-black2.x-btn-over {
	background-color: #666 !important;
}

.x-btn.p-btn-black2 * {
	color: white !important;
}

.x-btn.p-btn-white {
	background-color: white !important;
	color: #666 !important;
}

.x-btn.p-btn-white.x-btn-over {
	background-color: #eee !important;
}

.x-btn.p-btn-white * {
	color: black !important;
}

.x-btn.p-btn-red {
	background-color: #c11711 !important;
    color: #fff !important;
    border-color: #c11711 !important;
}

.x-btn.p-btn-red.x-btn-over {
	background-color: #c73225 !important;
	border-color: #c73225 !important;
}

.x-btn.p-btn-red * {
   color: #fff !important;
   font-weight: 700;
}

.x-btn.p-btn-red.x-btn-over * {
	color: #fff !important;
}

.x-btn.p-btn-red2 {
    color: #fff !important;
	background-color: #e5241d !important;
    border: 1px solid #e5241d !important;
}

.x-btn.p-btn-red2.x-btn-over {
	background-color: #c73225 !important;
	border-color: #c73225 !important;
}

.x-btn.p-btn-red2 * {
   color: #fff !important;
   font-weight: 500;
}

.x-btn.p-btn-red2.x-btn-over * {
	color: #fff !important;
}

.x-btn.p-btn-red3 {
	background-color: #000 !important;
    border-left: #c11711 3px solid !important;
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
}

.x-btn.p-btn-red3.x-btn-over {
	background-color: #444 !important;
}

.x-btn.p-btn-red3 * {
   color: #fff !important;
   font-weight: 600;
}

.x-btn.p-btn-red3.x-btn-over * {
	color: #fff !important;
}

.p-btn.p-btn-purple {
	background-color: #000 !important;
    border-left: #857ad7 3px solid !important;
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
}

.p-btn .p-btn-icon.p-btn-icon-purple,
.p-btn:hover .p-btn-icon.p-btn-icon-purple  {
	background-color: #857ad7 !important;
}

.p-btn.p-btn-purple:hover {
	background-color: #444 !important;
	border-left: #857ad7 3px solid !important;
}

.p-btn.p-btn-purple .p-btn-icon {
	background-color: #857ad7 !important;
	color: #fff;
}

.p-btn.p-btn-purple:hover .p-btn-icon {
	background-color: #857ad7 !important;
	color: #fff;
}

.p-btn.p-btn-purple .p-btn-label {
	color: #fff;
	font-weight: 600;
}


.p-btn.p-btn-purple3 {
	background-color: #000 !important;
    border-left: #873b95 3px solid !important;
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
    color: #fff !important;
}

.p-btn.p-btn-purple3:hover {
	background-color: #444 !important;
	border-left: #87449c 3px solid !important;
}

.p-btn.p-btn-purple3 .p-btn-icon {
	background-color: #873b95 !important;
	color: #fff;
    margin-left: -3px;
}

.p-btn.p-btn-purple3:hover .p-btn-icon {
	background-color: #87449c !important;
	color: #fff;
}

.p-btn.p-btn-purple3 .p-btn-label {
	color: #fff;
	font-weight: 600;
}

.x-btn.p-btn-yellow {
	background-color: #fff2b1 !important;
	border-color: #cabf8c !important;
	color: #000 !important;
}

.x-btn.p-btn-yellow.x-btn-over {
	background-color: #e6daa3 !important;
}

.x-btn.p-btn-yellow * {
	color: #000 !important;
}

.p-btn.p-btn-green4 {
	background-color: #000 !important;
    border-left: #58c23a 3px solid !important;
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
}

.p-btn.p-btn-green4:hover {
	background-color: #444 !important;
	border-left: #8ac875 3px solid !important;
}

.p-btn.p-btn-green4 .p-btn-icon {
	background-color: #58c23a !important;
	color: #fff;
}

.p-btn.p-btn-green4:hover .p-btn-icon {
	background-color: #8ac875 !important;
	color: #fff;
}

.p-btn.p-btn-green4 .p-btn-label {
	color: #fff;
	font-weight: 600;
}


.x-btn.p-btn-green3 {
	background-color: #000 !important;
    border-left: #3fa895 3px solid !important;
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
}

.x-btn.p-btn-green3.x-btn-over {
	background-color: #444 !important;
}

.x-btn.p-btn-green3 * {
   color: #fff !important;
   font-weight: 600;
}

.x-btn.p-btn-green3.x-btn-over * {
	color: #fff !important;
}

.x-btn.p-btn-whatsapp {
	background-color: #000 !important;
    border-left: 3px #60b82d solid !important;
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
}

.x-btn.p-btn-whatsapp.x-btn-over {
	background-color: #444 !important;
}

.x-btn.p-btn-whatsapp * {
   color: #fff !important;
   font-weight: 600;
}

.x-btn.p-btn-whatsapp.x-btn-over * {
	color: #fff !important;
}


/* ------------- Search Btn  ----------- */

.p-search-panel .form-control {
	color: #fff;
    border-right: 0;
    box-shadow: 0 0 0;
    border: none;
    background: rgba(255,255,255,0.2) !important;
    padding: 4px 10px;
    height: 32px;
}

.p-search-panel .input-group-addon {
    background: rgba(255,255,255,0.2) !important;
    border: none;
    height: 32px;
    padding: 4px;
}

.p-search-panel button {
    border:0;
    background:transparent;
}

/* ------------- Languages ----------- */

.p-menu-languages {
    
}

.p-language-flag {
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-x: 0px;
    background-position-y: 3px;
    padding: 0px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

/* ------------- Login / Logout ----------- */

.p-login-page .p-login-panel {
	max-width: 500px;
}

.p-login-page .p-error-message {
    max-width: 500px;
}

.p-view-div-default {
	margin: 30px 15px 30px 15px;
}

.p-login-panel .x-panel-body-default {
	background: none;
}

.p-notloggedinpanel-register .x-title-text {
	font-weight: 600;
    font-size: 28px;
    line-height: 36px;
}
.p-notloggedinpanel-register .x-panel-header-default {
	padding: 0 0 2px 0 !important;
}
.p-notloggedinpanel-login .x-title-text {
    line-height: 36px;
}
.p-notloggedinpanel-login .x-panel-header-default {
	padding: 0 0 2px 0 !important;
}



						
/* ------- Fieldsets ----------------*/

.p-fieldset {
	clear: both;
}

.p-fieldset2 {
	padding-top: 15px;	
}

.p-field {
	display: inline-block;
    width: 100%;
}

.p-field > .p-label {
    display: inline-block;
	width: 100px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    /* min-height: 28px; */
    line-height: 20px;
}

.p-field > .p-value {
    margin-bottom: 10px;
}
	
@media (max-width: 400px) {
	.p-field > .p-label {
	    display: inline-block;
		width: 100%;
	}
}

.p-field > .p-label > p {
    margin: 2px 0 5px;
}

.p-field > .p-label.p-fullwidth {
	width: 100%;
}


 
 
.p-fieldset > header {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0px 8px 0px;
}

.p-fieldset > header .p-label {
    border-bottom: 1px solid #c11711;
    display: inline-block;
    margin: 0 0 -1px 0;
    padding: 0px 0px 3px 0px;
}

.p-field .p-value {
	display: inline-block;
	font-weight: 600;
	-webkit-text-size-adjust: auto !important; 
    word-wrap: break-word;
    overflow: hidden;
    vertical-align: top;
    /* min-height: 28px; */
    /* line-height: 20px; */
}

.p-field > .p-value.p-fullwidth {
	width: 100%;
}

.p-field .p-pre {
	display: inline-block;
	margin: auto;
}

.p-field .p-val {
	display: inline-block;
	margin: auto;
}

.p-field .p-post {
	display: inline-block;
	margin: auto;
}

.p-fieldset .p-field-comment {
	text-align: center;
	font-weight: 600;
	-webkit-text-size-adjust: auto !important; 
	color: #c11711;
}


.p-fieldset-2col {
	width: calc(50% - 20px);
	min-width: 199px;
    float: left;
}

.p-fieldset-2col .p-field {
    clear: both;
}

.p-fieldset-textarea .p-value {
    font-weight: 500;
    -webkit-text-size-adjust: auto !important;
}

.p-field.p-two-columns > .p-value {
    position: relative;
}

.p-field.p-one-column > ul > li {
     float: left;
     min-width: 199px;
}

.p-field ul {
    padding-left: 0px;
    word-wrap: break-word;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
}

.p-field > ul {
    padding-left: 10px;
}

.p-field li {
	list-style: none;
}

.p-field.p-multi-column li {
	display: block;
}

.p-list-withcheckboxes .p-field li:before {
	content: "\f00c";
	color: #c11711;
	display: table-cell;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    padding: 0px 6px 0 0;
}

.p-list-withcheckboxes .p-field li > * {
	display: table-cell;
}

.p-two-columns {
	
}



/* ------------- Contact us ----------- */

.p-contact-div h2 {
	margin-top: 30px;    
	/* border-bottom: 1px solid #ccc; */
}

#ContactUsDiv {
	min-height: 500px;
}

.p-contactus-container  {
	min-height: 250px !important;
}

@media (min-width: 768px) {
	.p-contact-div {
		min-width: 500px;
	}
}

.p-contactus-container .x-panel-body-default {
	background: none;
}

.p-contactus-container .x-toolbar-footer {
	background: none;
	padding: 0px;
	margin-left: 6px;
}

/* ---------------------- Tag Cloud ------------ */

.p-tagcloud-bar {
	margin: 0px 0px 50px 0px;
	color: #fff !important;
}

.p-tagcloud ul {
	margin: 0px;
	padding: 0px;
}

.p-tagcloud li {
	display: inline-block;
}

.p-tagcloud li:after {
	content: "|";
}

.p-tagcloud li:nth-last-child(1):after {
	display: none;
}

.p-tagcloud .p-tagcloud-title {
	color: #fff;	
	font-weight: bold;
    margin: 5px 0px;
}

.p-tagcloud a,
.p-tagcloud a:hover {
	color: #fff !important;	
}

.p-tagcloud .p-tagcloud-item {
	font-size: 10px;	
}
.p-tagcloud .p-tagcloud-item-0 a {
	font-size: 8px;	
}
.p-tagcloud .p-tagcloud-item-1 a {
	font-size: 9px;	
}
.p-tagcloud .p-tagcloud-item-2 a {
	font-size: 10px;	
}
.p-tagcloud .p-tagcloud-item-3 a {
	font-size: 11px;	
}
.p-tagcloud .p-tagcloud-item-4 a {
	font-size: 12px;	
}
.p-tagcloud .p-tagcloud-item-5 a {
	font-size: 13px;	
}
.p-tagcloud .p-tagcloud-item-6 a {
	font-size: 14px;	
}
.p-tagcloud .p-tagcloud-item-7 a {
	font-size: 15px;	
}
.p-tagcloud .p-tagcloud-item-8 a {
	font-size: 16px;	
}
.p-tagcloud .p-tagcloud-item-9 a {
	font-size: 17px;	
}
.p-tagcloud .p-tagcloud-item-10 a {
	font-size: 18px;	
}


/* ------------ Chat Messages ---------*/

.p-message > div {
	display: inline-block;
	vertical-align: top;
}

.p-message .p-sender  {
	font-weight: bold;
} 
/*
.p-message .p-messagefrom {
	font-weight: bold;
} 
*/
.p-message .p-user-thumb {
    height: 60px;
    width: 60px;
	background-image: url("/resources/images/no-account.png");
    background-position: center center;
    background-size: 50% auto;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
	border-radius: 50%;
	border: 1px solid #999;
	overflow: hidden;
}

.p-message .p-user-thumb img {
	width: 100%;
}

.p-addon {
	float: right;
}

.p-message-btn {
	width: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    background-color: #999;
    border-radius: 50%;
    /* border: 4px solid white; */
    color: white;
    margin: -3px 0 10px 0;
}	

.p-message-btn span {
    font-size: 20px;
    line-height: 30px;
}
    
.p-message-btn:hover {
    background-color: #666;
    cursor: pointer;
}	


/* ---------------- Ribbon -----------------  */

.p-ribbon-green {
	color: #fff;
	background-color: #6bc501;
}

.p-ribbon-red {
	color: #fff;
	background-color: #c11711;
}

.p-ribbon-black {
	color: #fff;
	background-color: #000;
}

.p-ribbon-bronze {
	color: #000;
	background: #eae77e !important; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #deb581 0%, #ce8d46 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #deb581 0%,#ce8d46 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #deb581 0%,#ce8d46 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deb581', endColorstr='#ce8d46',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.p-ribbon {
    position: relative;
    font-weight: 700;
    padding: 6px 20px 6px 20px;
    margin: 0px 0px 0px -20px;
    z-index: 10;
}
	
.p-ribbon:after {
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 100%;
    border-width: 5px 5px;
    border-style: solid;
    border-color: #383838 #383838 transparent transparent;
}

.p-ribbon-right {
    position: relative;
	font-weight: 700;
    padding: 6px 10px 6px 10px;
    margin: 0px -10px 0px 0px;
    float: right;
    z-index: 10;
}
	
.p-ribbon-right:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 0px;
    top: 100%;
    border-width: 5px 5px;
    border-style: solid;
    border-color: #383838 transparent transparent #383838;
}

.p-ribbon-flag {
	position: absolute;
    z-index: 1;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 60px;
}   
    
.p-ribbon-flag:after {
    content: "";
    font-size: 0.5em;
    position: absolute;
    border-left: 25px solid #000;
    border-right: 25px solid #000;
    z-index: -1;
    border-bottom: 12px solid transparent;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}

.p-ribbon-flag .p-ribbon-icon {
	margin: auto;
}

.p-ribbon-flag .p-ribbon-label {
	font-size: 8px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
    
.p-ribbon-flag.p-ribbon-red:after {
    border-left-color: #F44336;
    border-right-color: #F44336;
}

.p-ribbon-flag.p-ribbon-gray:after {
    border-left-color: #444;
    border-right-color: #444;
}


/* ---------------- Loading mask -----------------  */

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.p-loading-mask:before {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	background-color: rgba(0,0,0,0.1);
    font-size: 50px;
    line-height: 40px;
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid rgba(0,0,0,0.2);
    z-index: 100;
    top: 0px;
    left: 0px;
}

.p-loading-transp:before {
	opacity: 0.5;
}

@media (max-width: 767px) {
	.p-loading-mask:before {
 		padding: 120px 60px !important;
	}
}

.p-loading-mask:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 50px;
    line-height: 40px;
    content: "\f1ce";
    color: rgba(0,0,0,0.2);
    height: 40px;
    width: 100%;
    position: absolute;
    z-index: 100;
    text-align: center;
    top: 50%;
    left: 0px;
    margin-top: -20px;
        
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

.p-estates-list-container .p-loading-mask:before {
    border: 1px solid #3fa895;
}
.p-estates-list-container .p-loading-mask:after {
    color: #3fa895;
}


/* ------------------- Chat Messages --------------------*/

.p-chat-dialog-container {
	position: fixed;
    z-index: 100000;	
    top: 0px;
    width: 100%;
}

.p-chat-dialog {
    display: block;
    position: relative;
    margin: 10px auto;
    padding: 10px;
    background: rgba(0,0,0,0.8);
    max-width: 500px;
    width: 100%;
    color: white;
}

.p-chat-dialog .p-buttons {	
}

.p-chat-dialog .p-close-button  {	
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ccc;
	font-size: 20px;
}

.p-chat-dialog .p-close-button:hover  {	
	color: #fff;
}

.p-chat-dialog .p-message > div {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.p-chat-dialog .p-message .p-user-thumb {
	display: inline-block;
    height: 40px;
    width: 40px;
}

.p-chat-dialog .p-message .p-sender {
    font-weight: 600;
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: top;
}

.p-chat-dialog .p-message .p-content {
	width: 100%;
    padding: 5px 20px 5px 0;
    font-weight: 700;
}


.p-messagedialog-panel .modal-body {
	padding: 10px 0 0 0;
}

.p-messagedialog-panel .modal-footer {
	padding: 10px 0;
}

.p-messagedialog-panel .p-dialog-close-btn {
    position: absolute;
	top: 5px;
    right: 5px;
}

.p-messagedialog-panel label {
    margin-bottom: 5px;
}

.p-messagedialog-panel .p-message-panel {
	margin: 35px 0 0px 0;
}


/* ------------- Common Sedcards / Banners ----------- */

.p-sedcard-thumb, 
.p-banner-thumb,
.p-agency-thumb,
.p-jobad-thumb,
.p-estate-thumb {
    background-image: url("/resources/images/no-picture.png");
    background-position: center center;
    background-size: 70% auto;
    background-repeat: no-repeat;
    /* border: 1px solid #fa0209; */
    height: 100%;
}

.p-agency-image .p-agency-thumb {
    background-image: none;
}

.p-banner-startpage-thumb, 
.p-banner-startpage_banner-thumb {
    background-image: url("/resources/images/no-picture.png");
    background-position: center center;
    background-size: 70% auto;
    background-repeat: no-repeat;
    /* border: 1px solid #fa0209; */
}

.p-banner-regio-thumb, 
.p-banner-regio_banner-thumb {
    background-image: url("/resources/images/no-picture.png");
    background-position: center center;
    background-size: 70% auto;
    background-repeat: no-repeat;
    /* border: 1px solid #fa0209; */
}

.p-banner-welcome-thumb, 
.p-banner-welcome_banner-thumb {
    background-image: url("/resources/images/no-picture.png");
    background-position: center center;
    background-size: 70% auto;
    background-repeat: no-repeat;
    /* border: 1px solid #fa0209; */
}

.p-banner-side-thumb, 
.p-banner-side_banner-thumb,
.p-banner-side_premium-thumb, 
.p-banner-side_premium_banner-thumb {
    background-image: url("/resources/images/no-picture.png");
    background-position: center center;
    background-size: 70% auto;
    background-repeat: no-repeat;
    /* border: 1px solid #fa0209; */
}

.p-sedcard-thumb img, 
.p-banner-thumb img,
.p-estate-thumb img,
.p-banner .p-thumb img, 
.p-banner-startpage-thumb img, 
.p-banner-startpage_banner-thumb img, 
.p-banner-regio-thumb img, 
.p-banner-regio_banner-thumb img, 
.p-banner-welcome-thumb img, 
.p-banner-welcome_banner-thumb img {
	display: block;
    min-width: 100%;
    height: 100%;
    text-indent:-9999px;
}

.p-banner-side .p-thumb, 
.p-banner-side_premium .p-thumb {
    width: 175px;
    height: 125px;
}

.p-sedcard-thumb img {
    margin-left: -5%;
}

.p-element-minsize .p-sedcard-thumb img {
    margin-left: 0;
}

.p-empty-elements-txt {
	padding: 50px;
    background: #666;
    text-align: center;
    border: 1px solid #ccc;
    margin: 14px 0px;
    color: #fff;
    font-weight: 500;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
}

/* ---------------  Cards -------------------------*/

.p-sedcards-view-simple .p-elements-list-item {
    width: 222px;
}

 .p-elements-list-item {
    color: white;
 }
.p-elements-scale-75 .p-elements-list-item {
	font-size: 11px;
}
.p-elements-scale-65 .p-elements-list-item {
    font-size: 9px;
}
.p-elements-scale-50 .p-elements-list-item {
    font-size: 7px;
}

.p-elements-view-line .p-elements-list-item .p-element-card,
.p-elements-list-item .p-element-card  {
    position: relative;
    width: 202px;
    height: 404px;
    text-align: left;
    border: 3px solid #000;
    background-color: #000;
    /** overflow: hidden; **/
}

.p-elements-list-item .p-element-card .p-element-card-split {
	margin-bottom: 30px;
}

.p-elements-list-item .p-banner-card.p-element-card  {
    height: 364px;
}
.p-elements-scale-50 .p-elements-list-item .p-element-card {
	width: 102px !important;
    height: 204px !important;
}
.p-elements-scale-50 .p-elements-list-item .p-banner-card.p-element-card  {
    height: 184px;
}
.p-elements-scale-65 .p-elements-list-item .p-element-card {
	width: 132px !important;
    height: 264px !important;
}
.p-elements-scale-65 .p-elements-list-item .p-banner-card.p-element-card  {
    height: 254px;
}
.p-elements-scale-75 .p-elements-list-item .p-element-card {
	width: 152px !important;
    height: 304px !important;
}
.p-elements-scale-75 .p-elements-list-item .p-banner-card.p-element-card  {
    height: 274px;
}
@media (min-width: 0px) {
	/* 50% */
	.p-elements-scale-auto .p-elements-list-item .p-element-card {
		width: 102px;
	    height: 204px;
	}
	.p-elements-scale-auto .p-elements-list-item .p-banner-card.p-element-card {
	    height: 184px;
	}
	.p-elements-list-item .p-element-card .p-element-card-split {
		margin-bottom: 15px;
	}	
	.p-elements-scale-auto .p-inline-banner {
		width: 102px;
	}
}
@media (min-width: 310px) {
	/* 65% */
	.p-elements-scale-auto .p-elements-list-item .p-element-card {
		width: 132px;
	    height: 264px;
	}
	.p-elements-scale-auto .p-elements-list-item .p-banner-card.p-element-card {
	    height: 254px;
	}
	.p-elements-list-item .p-element-card .p-element-card-split {
		margin-bottom: 20px;
	}
	.p-elements-scale-auto .p-inline-banner {
		width: 132px;
	}
}
@media (min-width: 345px) {
	/* 75% */
	.p-elements-scale-auto .p-elements-list-item .p-element-card {
		width: 152px;
	    height: 304px;
	}
	.p-elements-scale-auto .p-elements-list-item .p-banner-card.p-element-card {
	    height: 274px;
	}
	.p-elements-list-item .p-element-card .p-element-card-split {
		margin-bottom: 23px;
	}	
	.p-elements-scale-auto .p-inline-banner {
		width: 152px;
	}
}
@media (min-width: 375px) {
	/* 80% */
	.p-elements-scale-auto .p-elements-list-item .p-element-card {
		width: 167px;
	    height: 332px;
	}
	.p-elements-scale-auto .p-elements-list-item .p-banner-card.p-element-card {
	    height: 304px;
	}
	.p-elements-list-item .p-element-card .p-element-card-split {
		margin-bottom: 24px;
	}
	.p-elements-scale-auto .p-inline-banner {
		width: 167px;
	}
}
@media (min-width: 450px) {
	/* 100% */
	.p-elements-scale-auto .p-elements-list-item .p-element-card {
	    width: 202px;
	    height: 404px;
	}
	.p-elements-scale-auto .p-elements-list-item .p-banner-card.p-element-card {
	    height: 364px;
	}
	.p-elements-list-item .p-element-card .p-element-card-split {
		margin-bottom: 30px;
	}
	.p-elements-scale-auto .p-inline-banner {
		width: 202px;
	}
}


.p-elements-list-item .p-estate-card {
}
.p-elements-list-item .p-sedcard-card {
}
.p-elements-list-item .p-banner-card  {
}
.p-elements-scale-50 .p-elements-list-item .p-element-card {
    border-width: 1px;
}
.p-elements-scale-65 .p-elements-list-item .p-element-card {
    border-width: 2px;
}
.p-elements-scale-75 .p-elements-list-item .p-element-card {
    border-width: 2px;
}
@media (min-width: 0px) {
	/* 50% */
	.p-elements-scale-auto .p-elements-list-item .p-element-card {
    	border-width: 1px;
	}
}
@media (min-width: 310px) {
	/* 65% */
	.p-elements-scale-auto .p-elements-list-item .p-element-card {
	    border-width: 2px;
	}
}
@media (min-width: 345px) {
	/* 75% */
	.p-elements-scale-auto .p-elements-list-item .p-element-card {
	    border-width: 2px;
	}
}
@media (min-width: 375px) {
	/* 80% */
	.p-elements-scale-auto .p-elements-list-item .p-element-card {
	    border-width: 3px;
	}
}
@media (min-width: 450px) {
	/* 100% */
	.p-elements-scale-auto .p-elements-list-item .p-element-card {
	    border-width: 3px;
	}
}

/*
@media only screen and (min-width: 1000px) {
	.p-elements-list-item {
	    width: 220px;
    	height: 320px;
	    float: left;
	    display: block;
		padding: 10px;
	}
}
*/

.p-estates-item, 
.p-sedcards-item, 
.p-banners-item {
	width: 100%;
	height: 100%;
	position: relative;
	/* border: 3px solid #c11711; */
	/* overflow: hidden; */
}

.p-element-detailview.p-elements-view-list {
   	/* height: 380px; */
    position: relative;
    /* border: 3px solid #c11711; */
   	/* overflow: hidden; */
}

.p-element-detailview.p-elements-view-gallery .p-element-card{
    /* margin: 0 auto; */
}

.p-estates-item .p-estates-item,
.p-sedcards-item .p-sedcards-item, 
.p-banners-item .p-banners-item {
	padding: 10px;
	color: #c11711;
    overflow: hidden;
 }

.p-element-card .p-element-topinfo {
    position: absolute;
    height: 9%;
    width: 100%;
}

.p-elements-view-line .p-elements-view-gallery .p-element-card .p-element-image,
.p-element-card .p-element-image {
    position: absolute;
    top: 9%;
    bottom: 9%;
    left: 0px;
    right: 0px;
    background-color: #bbb;
}

.p-elements-view-line .p-elements-view-gallery .p-element-card .p-element-info,
.p-element-card .p-element-info {
	left: 0px;
    bottom: 0px;
  	right: 0px;
  	height: 9%;
    position: absolute;
}

.p-estate-card .p-estate-image {
    background-color: #bbb;
}

.p-sedcard-card .p-sedcard-image {
    background-color: #bbb;
}

.p-elements-list-item.p-loading-mask:before {
	background-color: #bbb;
}

.p-elements-list-item.p-loading-mask:after {
    color: #999;
}

.p-banner-card .p-banner-image {
    background-color: #bbb;
}

/*
@media only screen and (min-width: 1000px) {
	.p-sedcards-item .p-sedcards-image, .p-banners-item .p-banners-image {
		left: 0px;
	    top: 0px;
		width: 210px;
    	height: 280px;
	    position: absolute;
	}
}
*/

.p-element-card .p-element-flags .p-element-flag {
	position: absolute;
    z-index: 10;
    overflow: hidden;
}
.p-sedcard-image .p-element-flags .p-element-flag {
	position: absolute;
    z-index: 10;
    overflow: hidden;
}
.p-elements-scale-50 .p-element-card .p-element-flags .p-element-flag {
    padding: 2px 3px;
}
.p-elements-scale-65 .p-element-card .p-element-flags .p-element-flag {
    padding: 3px 5px;
}
.p-elements-scale-75 .p-element-card .p-element-flags .p-element-flag {
	padding: 3px 5px;
}
@media (min-width: 0px) {
	/* 50% */
	.p-elements-scale-auto .p-element-card .p-element-flags .p-element-flag {
    	padding: 2px 3px;
    	font-size: 7px;
	    line-height: 7px;
	}
	.p-elements-scale-auto .p-element-card .p-element-flags .p-btn {
	    font-size: 7px;
	    line-height: 15px;
	}
	.p-elements-scale-auto .p-element-card .p-element-flags .p-btn .p-btn-icon {
	    line-height: 11px;
	}
}
@media (min-width: 310px) {
	/* 65% */
	.p-elements-scale-auto .p-element-card .p-element-flags .p-element-flag {
	    padding: 3px 5px;
	    font-size: 9px;
	    line-height: 9px;
	}
	.p-elements-scale-auto .p-element-card .p-element-flags .p-btn {
	    font-size: 9px;
	    line-height: 15px;
	}
	.p-elements-scale-auto .p-element-card .p-element-flags .p-btn .p-btn-icon {
	    line-height: 11px;
	}
}
@media (min-width: 345px) {
	/* 75% */
	.p-elements-scale-auto .p-element-card .p-element-flags .p-element-flag {
	    padding: 3px 5px;
	    font-size: 11px;
	    line-height: 11px;
	}
	.p-elements-scale-auto .p-element-card .p-element-flags .p-btn {
	    font-size: 11px;
	    line-height: 15px;
	}
	.p-elements-scale-auto .p-element-card .p-element-flags .p-btn .p-btn-icon {
	    line-height: 13px;
	}
}
@media (min-width: 375px) {
	/* 80% */
	.p-elements-scale-auto .p-element-card .p-element-flags .p-element-flag {
	    padding: 3px 5px;
	    font-size: 11px;
	    line-height: 11px;
	}
	.p-elements-scale-auto .p-element-card .p-element-flags .p-btn {
	    font-size: 11px;
	    line-height: 15px;
	}
	.p-elements-scale-auto .p-element-card .p-element-flags .p-btn .p-btn-icon {
	    line-height: 13px;
	}
}
@media (min-width: 450px) {
	/* 100% */
	.p-elements-scale-auto .p-element-card .p-element-flags .p-element-flag {
		padding: 5px;
		font-size: 13px;
	    line-height: 13px;
	}
	.p-elements-scale-auto .p-element-card .p-element-flags .p-btn {
	    font-size: 13px;
	    line-height: 15px;
	}
	.p-elements-scale-auto .p-element-card .p-element-flags .p-btn .p-btn-icon {
	    line-height: 16px;
	}
}

.p-element-flags .p-element-flags-topleft {
    top: 40px;
    position: relative;
} 
	
.p-element-flags .p-element-flags-topleft .p-element-flag {
    position: inherit;
    display: inline-block;
    margin-bottom: 6px;
    float: left;
    clear: both;
} 
	
.p-element-flags .p-element-flag-online {
    right: 0px;
    bottom: 40px;
}

.p-element-flags .p-element-flag-verified {
    bottom: 0px;
    left: 0px;
    background: url(/resources/images/verified_mobile.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 30%;
    height: 17%;
}

.p-sedcard-detailview .p-element-flags .p-element-flag-verified {
    height: 15%;
    width: 25%;
    position: absolute;
}

.p-sedcard-detailview .p-element-images-fullsize .p-element-flags .p-element-flag-verified {
    height: 18%;
    width: 25%;
    position: absolute;
}

.p-element-flags .p-element-flag-video {
    width: 20%;
    height: 50px;
    background: url(/resources/images/video.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.p-element-flags .p-element-flag-new {
	background: black;
    font-weight: 700;
    padding: 5px;
    overflow: hidden;
    color: white;
    z-index: 1;
}

.p-element-card .p-btn-icon {
    line-height: 18px;
}
    
.p-element-card .p-element-info-title {
	float: left;
	clear: both;
	height: 50%;
    padding: 0px 0 0 3px;
	width: 80%;
    white-space: nowrap;
    overflow: hidden;
   	font-size: 13px;
    margin: 1% 0 0 0;
}
.p-element-card .p-element-info-subtitle {
	float: left;
	clear: both;
	height: 50%;
	padding: 0 0 0 3px;
	width: 80%;
    white-space: nowrap;
    overflow: hidden;
   	font-size: 13px;
    margin: 0px;
}
.p-banner-card .p-element-info-title,
.p-banner-card .p-element-info-subtitle {
	width: 100%;
}
.p-elements-scale-75 .p-element-card .p-element-info-title,
.p-elements-scale-75 .p-element-card .p-element-info-subtitle {
	font-size: 11px;
    line-height: 11px;
}
.p-elements-scale-65 .p-element-card .p-element-info-title,
.p-elements-scale-65 .p-element-card .p-element-info-subtitle {
    font-size: 9px;
    line-height: 9px;
}
.p-elements-scale-50 .p-element-card .p-element-info-title,
.p-elements-scale-50 .p-element-card .p-element-info-subtitle {
    font-size: 7px;
    line-height: 7px;
}
@media (min-width: 0px) {
	/* 50% */
	.p-elements-scale-auto .p-element-card .p-element-info-title,
	.p-elements-scale-auto .p-element-card .p-element-info-subtitle {
		font-size: 7px;
	    line-height: 7px;
	}
}
@media (min-width: 310px) {
	/* 65% */
	.p-elements-scale-auto .p-element-card .p-element-info-title,
	.p-elements-scale-auto .p-element-card .p-element-info-subtitle {
		font-size: 9px;
	    line-height: 9px;
	}
}
@media (min-width: 345px) {
	/* 75% */
	.p-elements-scale-auto .p-element-card .p-element-info-title,
	.p-elements-scale-auto .p-element-card .p-element-info-subtitle {
		font-size: 11px;
	    line-height: 11px;
	}
}
@media (min-width: 375px) {
	/* 80% */
	.p-elements-scale-auto .p-element-card .p-element-info-title,
	.p-elements-scale-auto .p-element-card .p-element-info-subtitle {
		font-size: 11px;
	    line-height: 11px;
	}
}
@media (min-width: 450px) {
	/* 100% */
	.p-elements-scale-auto .p-element-card .p-element-info-title,
	.p-elements-scale-auto .p-element-card .p-element-info-subtitle {
		font-size: 13px;
	    line-height: 13px;
	}
}

.p-element-card .p-element-slogan {
    float: left;
    clear: both;
    padding: 3px 0 0 3px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px;
    text-align: center;
    font-size: 13px;
    line-height: 26px;
    /**
    font-style: italic;
    **/
}
.p-elements-scale-50 .p-element-card .p-element-slogan {
    font-size: 7px;
    line-height: 14px;
}
.p-elements-scale-65 .p-element-card .p-element-slogan {
    font-size: 9px;
	line-height: 16px;
}
.p-elements-scale-75 .p-element-card .p-element-slogan {
	font-size: 11px;
	line-height: 22px;
}
@media (min-width: 0px) {
	/* 50% */
	.p-elements-scale-auto .p-element-card .p-element-slogan {
	    font-size: 7px;
	    line-height: 14px;
	}
}
@media (min-width: 310px) {
	/* 65% */
	.p-elements-scale-auto .p-element-card .p-element-slogan {
	    font-size: 9px;
	    line-height: 16px;
	}
}
@media (min-width: 345px) {
	/* 75% */
	.p-elements-scale-auto .p-element-card .p-element-slogan {
	    font-size: 11px;
	    line-height: 22px;
	}
}
@media (min-width: 375px) {
	/* 80% */
	.p-elements-scale-auto .p-element-card .p-element-slogan {
	    font-size: 12px;
	    line-height: 24px;
	}
}
@media (min-width: 450px) {
	/* 100% */
	.p-elements-scale-auto .p-element-card .p-element-slogan {
	    font-size: 13px;
	    line-height: 26px;
	}
}

.p-elements-view-line .p-elements-view-gallery .p-element-card .p-element-info-btn,
.p-element-card .p-element-info-btn {
    position: absolute;
	right: 1px;
	left: auto;
    top: 1px;
    cursor: pointer;
    font-size: 16px;
    bottom: 1px;
}

.p-elements-view-line .p-elements-view-gallery.p-elements-scale-75 .p-element-card .p-element-info-btn,
.p-elements-scale-75 .p-element-card .p-element-info-btn {
	font-size: 11px;
}
.p-elements-view-line .p-elements-view-gallery.p-elements-scale-65 .p-element-card .p-element-info-btn,
.p-elements-scale-65 .p-element-card .p-element-info-btn {
    font-size: 9px;
}
.p-elements-view-line .p-elements-view-gallery.p-elements-scale-50 .p-element-card .p-element-info-btn,
.p-elements-scale-50 .p-element-card .p-element-info-btn {
    font-size: 7px;
}
@media (min-width: 0px) {
	/* 50% */
	.p-elements-scale-auto .p-element-card .p-element-info-btn {
    	font-size: 7px;
	}
}
@media (min-width: 310px) {
	/* 65% */
	.p-elements-scale-auto .p-element-card .p-element-info-btn {
	    font-size: 9px;
	}
}
@media (min-width: 345px) {
	/* 75% */
	.p-elements-scale-auto .p-element-card .p-element-info-btn {
	    font-size: 11px;
	}
}
@media (min-width: 375px) {
	/* 80% */
	.p-elements-scale-auto .p-element-card .p-element-info-btn {
	    font-size: 13px;
	}
}
@media (min-width: 450px) {
	/* 100% */
	.p-elements-scale-auto .p-element-card .p-element-info-btn {
	    font-size: 16px;
	}
}

.p-element-infobtn:hover {
    background-color: gray;
    cursor: pointer;
}	

.p-element-infobtn.active {
    background-color: #c11711;
}	
	
.p-element-infobtn .p-info-label {
    font-weight: bold;
    line-height: 37px;
    height: 40px;
    padding: 7px 0 0 0;
}	
	

.element.favorite-active .favoriteBtn .favoriteInactive
{
  	display: none;
}

.element.favorite-active .favoriteBtn .favoriteActive
{
  	display: inline-block;
}

.element .favoriteBtn .favoriteActive
{
  	display: none;
}

.element .favoriteBtn .favoriteActive > span {
	position: absolute;
    left: 0px;
    top: 4px;
    margin: auto;
    color: #000;
    font-size: 18px;
    text-align: center;
    width: 100%;
}   

.estate.favorite-active .favoriteBtn > * > .fa span {
	display: none;
}

.estate .favoriteBtn .fa {
    color: #000;
    text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
}

.estate.favorite-active .favoriteBtn .fa {
  	color: white;
    text-shadow: none;
}

 

.p-elements-scale-50 .element.favorite-active .favoriteBtn > * > * > span {
    font-size: 9px;
    top: 2px;
    left: 0px;
    text-align: center;
    width: 100%;
}    
.p-elements-scale-65 .element.favorite-active .favoriteBtn > * > * > span {
    font-size: 10px;
    top: 3px;
    left: 0px;
    text-align: center;
    width: 100%;
}        
.p-elements-scale-75 .element.favorite-active .favoriteBtn > * > * > span {
    font-size: 12px;
    top: 4px;
    left: 0px;
    text-align: center;
    width: 100%;
}    
@media (min-width: 0px) {
	/* 50% */
	.p-elements-scale-auto .element.favorite-active .favoriteBtn > * > * > span {
	    font-size: 9px;
	    top: 2px;
	    left: 0px;
	    text-align: center;
	    width: 100%;
	}
}
@media (min-width: 310px) {
	/* 65% */
	.p-elements-scale-auto .element.favorite-active .favoriteBtn > * > * > span {
	    font-size: 10px;
	    top: 3px;
	    left: 0px;
	    text-align: center;
	    width: 100%;
	}
}
@media (min-width: 345px) {
	/* 75% */
	.p-elements-scale-auto .element.favorite-active .favoriteBtn > * > * > span {
	    font-size: 12px;
	    top: 4px;
	    left: 0px;
	    text-align: center;
	    width: 100%;
	}
}
@media (min-width: 375px) {
	/* 80% */
	.p-elements-scale-auto .element.favorite-active .favoriteBtn > * > * > span {
	    	font-size: 15px;
	    top: 5px;
	    left: 0px;
	    text-align: center;
	    width: 100%;
	}
}
@media (min-width: 450px) {
	/* 100% */
	.p-elements-scale-auto .element.favorite-active .favoriteBtn > * > * > span {
	    font-size: 18px;
	    top: 6px;
	    left: 0px;
	    text-align: center;
	    width: 100%;
	}
}
 
.estate.favorite-active .favoriteBtn > * > * > span {
    position: absolute;
    left: 8px;
    top: 10px;
    margin: auto;
    color: #3fa895;
    font-size: 18px;
    text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
}    
.p-elements-scale-50 .estate.favorite-active .favoriteBtn > * > * > span {
    left: 3px;
    top: 3px;
    font-size: 9px;
}    
.p-elements-scale-65 .estate.favorite-active .favoriteBtn > * > * > span {
	left: 4px;
    top: 3px;
    font-size: 10px;
}        
.p-elements-scale-75 .estate.favorite-active .favoriteBtn > * > * > span {
    left: 6px;
    top: 3px;
    font-size: 12px;
}    
@media (min-width: 0px) {
	/* 50% */
	.p-elements-scale-auto .estate.favorite-active .favoriteBtn > * > * > span {
	    left: 3px;
	    top: 3px;
	    font-size: 9px;
	}   
}
@media (min-width: 310px) {
	/* 65% */
	.p-elements-scale-auto .estate.favorite-active .favoriteBtn > * > * > span {
	    left: 6px;
	    top: 3px;
	    font-size: 12px;
	}   
}
@media (min-width: 345px) {
	/* 75% */
	.p-elements-scale-auto .estate.favorite-active .favoriteBtn > * > * > span {
	    left: 6px;
	    top: 3px;
	    font-size: 12px;
	}   
}
@media (min-width: 375px) {
	/* 80% */
	.p-elements-scale-auto .estate.favorite-active .favoriteBtn > * > * > span {
	    left: 7px;
	    top: 5px;
	    font-size: 15px;
	}   
}
@media (min-width: 450px) {
	/* 100% */
	.p-elements-scale-auto .estate.favorite-active .favoriteBtn > * > * > span {
	    left: 8px;
	    top: 10px;
	    font-size: 18px;
	}   
}

.favorite-active .favoriteBtn > * > * > .fa:before {
  	content: "\f00d" !important;
}

.p-element-card .p-element-info-title, 
.p-element-card .p-element-info-title * {
	font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.p-estate-card .p-estate-city, 
.p-estate-card .p-estate-city *, 
.p-sedcard-card .p-sedcard-city, 
.p-sedcard-card .p-sedcard-city *, 
.p-banner-card .p-banner-city,
.p-banner-card .p-banner-city * {
    text-decoration: none;
    /*
	font-weight: 700;
	*/
}

.p-estate-card .p-estate-slogan *,
.p-sedcard-card .p-sedcard-slogan *,
.p-banner-card .p-banner-slogan * {
    text-decoration: none;
    /*
	font-weight: 700;
	*/
}


.p-sedcard-card .p-sedcard-slogan * {
	color: #ffdb86 !important;
	font-weight: normal;
}
.p-sedcard-card .p-sedcard-name,
.p-sedcard-card .p-sedcard-name * {
	color: #ff8e8e !important;
}
.p-sedcard-card .p-sedcard-city, 
.p-sedcard-card .p-sedcard-city *{
	color: #fff !important;
}

.sedcard-girloftheday .p-sedcard-card .p-sedcard-slogan * {
	/*
	color: #b18143 !important;
	background: linear-gradient(180deg, rgb(197, 185, 100) 0%, #b18143 50%, rgb(197, 185, 100) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	*/
}

.sedcard-girloftheday.p-sedcards-view-gallery {
	-webkit-box-shadow: 0px 0px 0px 10px #b28244;
	-moz-box-shadow: 0px 0px 0px 10px #b28244;
	box-shadow: 0px 0px 0px 10px #b28244;
}

.sedcard-girloftheday.p-sedcards-view-line {
	-webkit-box-shadow: 0px 0px 0px 5px #b28244;
	-moz-box-shadow: 0px 0px 0px 5px #b28244;
	box-shadow: 0px 0px 0px 5px #b28244;
}

.sedcard-girloftheday .p-sedcard-card .p-sedcard-name, 
.sedcard-girloftheday .p-sedcard-card .p-sedcard-name * {
	/*
	color: #b18143 !important;
	*/
}
.sedcard-girloftheday .p-sedcard-card .p-sedcard-city, 
.sedcard-girloftheday .p-sedcard-card .p-sedcard-city * {
	/*
	color: #fff !important;
	*/
}
.sedcard-girloftheday .p-sedcard-card .p-element-image:before {
	background: url('/resources/images/girloftheday.png');
    background-size: 100% auto;
    content: '';
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 3px;
    width: 30px;
    height: 30px;
} 


.p-banner-card .p-banner-slogan * {
	color: #fff !important;
}

.p-banner-card .p-banner-name,
.p-banner-card .p-banner-name * {
	color: #fff !important;
}


.p-estate-card .p-estate-slogan * {
	color: #fff !important;
}

.p-estate-card .p-estate-name,
.p-estate-card .p-estate-name * {
	color: #000 !important;
}

.p-banner-card .p-banner-city,
.p-banner-card .p-banner-city * {
	color: #fff !important;
}

.p-estate-card .p-estate-city, 
.p-estate-card .p-estate-city * {
	color: #fff !important;
}

.p-element-title-addon {
	display: inline-block;
    height: 18px;
    margin: 0;
    vertical-align: top;
}

.p-icon-nationality {
    border-radius: 50%;
    height: 100%;
    margin: 1px;
}
    
.p-element-card .p-icon-nationality {
	float: right;
}

.p-element-details-favorite-btn {
	position: absolute;
    right: 8px;
    top: 8px;	
}

/*
@media only screen and (min-width: 1000px) {
	.p-sedcards-item .p-sedcards-name, .p-banners-item .p-banners-name  {
	    left: 0px;
	    top: auto;
	    bottom: 0px;
	    width: 180px;
	    height: auto;
	    position: absolute;
	}
}
*/

/** -------- Element Details ------------- */

.p-element-details {
	
}
.p-elements-scale-75 .p-element-details {
	font-size: 11px;
}
.p-elements-scale-65 .p-element-details {
    font-size: 9px;
}
.p-elements-scale-50 .p-element-details {
    font-size: 7px;
}

.p-estates-item .p-element-details, 
.p-sedcards-item .p-element-details, 
.p-banners-item .p-element-details {
	left: 226px;
    top: 0px;
    right: 0px;
    bottom: 4px;
    position: absolute;
}

	
@media (max-width: 767px) {
	.p-estates-item .p-element-details, 
	.p-sedcards-item .p-element-details, 
	.p-banners-item .p-element-details {
	    display: none;
	}
}

/*
@media only screen and (min-width: 1000px) {
	.p-sedcards-item .p-sedcards-details {
		display: none;
	}
}
*/

.p-element-details .p-element-navigation {
    background-color: #c4c4c4;
}

.p-elements-view-list .p-element-details .p-element-navigation {
    left: 5px;
    bottom: 2px;
    right: 5px;
    /* height: 38px; */
    position: absolute;
}

.p-element-details .p-element-navigation .p-element-infobtn {
    width: 48px;
    height: 48px;
}	

.p-element-details .p-element-navigation .p-element-infobtn .p-info-label {
    font-weight: bold;
    -webkit-text-size-adjust: auto !important; 
    line-height: 29px;
	font-size: 15px;
    height: 30px;
    padding: 5px 0 0 2px;
}	

.p-element-details .p-element-navigation .p-element-id {
    float: right;
    margin: 12px 10px 0 0;
    color: #c4c4c4;
}

.p-elements-item .p-element-thumb {
    left: 0;
    right: 0;
	bottom: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
}

.p-elements-item .p-element-thumb {
    border: none;
}

.p-elements-item .tab-content  {
	height: -webkit-calc(100% - 82px);
	height: -moz-calc(100% - 82px);
    height: calc(100% - 82px);
    overflow: auto;
}

.p-sedcards-item .p-sedcard-images .p-sedcard-image img,
.p-sedcard .p-sedcard-images .p-sedcard-image img {
    margin: 10px;
	height: 200px;
    width: auto;
}

.p-elements-list-item .nav-tabs {
    height: 37px;
}

.p-element-info-dialog .p-commentviewer-messagebox {
	height: 150px;
}

.p-element-info-dialog .p-commentviewer-messagecontent {
	height: 135px;
    overflow: auto;
}

.p-element-info-dialog .p-commentviewer-rating {
	float: right;
}


/* ------------ Banners ---------*/

.p-banners-list-container {
	margin: 10px 20px;
}

.p-banners-list-container ul {
	margin: 0px -10px;
	padding: 0px;
}

.p-banners-row-container ul {
	margin: 0px -6px;
	padding: 0px;
}

.p-banners-col-container ul {
	margin: 0px -6px;
	padding: 0px;
	width: 100%;
    text-align: center;
}

.p-banners-list-item {
	list-style: none;
    display: inline-block;
    padding: 6px;
}

.p-banners-list-item .p-banner {
	position: relative;
    border: 1px solid black;
}
    
.p-banners-list-item .p-thumb {
	background-image: url("/resources/images/no-picture-2.png");
    background-position: center center;
    background-size: 30% auto;
    background-repeat: no-repeat;
    background-color: #bbb;
}

.p-banner-startpage .p-thumb img{
	width: 220px;
	height: 125px;
}

.p-banner-startpage_half .p-thumb img{
	width: 220px;
	height: 60px;
}

/* ------------ Landscape Banners ---------*/

.p-banner-regio-landscape-container * {
	width: 100%;
}

.p-banner-regio-landscape-container-spaced {
	margin: 0px 0 40px 0;
}

.p-banner-startpage-landscape-container * {
	width: 100%;
}

.p-banner-startpage-landscape-container-spaced {
	margin: 0px 0 40px 0;
}


/* --- Sedcards --- */ 
.p-element-details .p-contact-agency-sedcards ul {
/*
	zoom: 0.5;
	-webkit-zoom: 0.5;
	-moz-transform:  scale(0.5,0.5);
	-moz-transform-origin: left top;
*/
}


/* --- Etc --- */
.p-sedcard,
.p-estate
{
	float: left;
    margin-bottom: 20px; 
}

.p-sedcard .p-sedcardetails > div{
    padding-bottom: 0px;
}

.p-sedcard .p-contact-details,
.p-sedcard .p-contactmeetme-details  {
    padding-bottom: 10px;
}


.p-element .p-element-card {
    position: relative;
    width: 222px;
    height: 404px;
}

.p-sedcard .p-sedcard-card {
    border: 3px solid #c11711;
    background: #c11711;
}

.p-estate .p-estate-card {
    border: 3px solid #3fa895;
    background: #3fa895;
}

.p-element.p-elements-view-list .p-element-details {
    left: 226px;
    top: 0px;
    right: 0px;
    bottom: 4px;
    position: absolute;
}

.p-sedcard.p-sedcards-view-list .p-element-details .tab-content, .p-banners-item .tab-content {
    height: -webkit-calc(100% - 82px);
    height: -moz-calc(100% - 82px);
    height: calc(100% - 82px);
    overflow: auto;
}

.p-element-infobtn {
	float: left;
    margin: 5px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    background-color: #c4c4c4;
    border-radius: 50%;
    border: 4px solid white;
    color: white;
}	

.p-element-infos {
    float: left;
    margin: 10px 0 0 25px;
    overflow: hidden;
    color: #c4c4c4;
    line-height: 20px;
}	

.p-fieldset .p-field > ul {
	padding-left: 0px;
}

.p-element-infos .p-fieldset-label {
    display: inline-block;
}	
		
.p-p-element-info-dialoglog.x-tip {
	border: 3px solid #c11711 !important;
    border-radius: 10px !important;
    padding: 10px !important;
}

.p-element-info-dialog .p-label	{
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: center;
}
					
.p-element-info-dialog .p-elements {
   overflow: hidden;
   margin: 15px 15px 5px 15px;
   text-align: center;
}

.p-element-info-dialog .p-element-wrap {
   	height: 120px;
   	width: 80px;
   	border: 2px solid #c11711;	
    float: left;
    margin: 0 5px 5px 0;
}

.p-element-info-dialog .p-element-thumb {
    height: 100%;
    width: 100%;
}

.p-element-info-dialog .p-element-details {
  	display: none;
}
		
.p-element-info-dialog .p-selfies {
   overflow: hidden;
   margin: 15px 5px 5px 5px;
   text-align: center;
}

.p-element-info-dialog .p-selfie {
   	height: 150px;
   	width: 100px;
   	border: 2px solid #c11711;	
   	display: inline-block;
    margin: 0 5px 5px 0;
}		

.p-submit-btn {
	float: left;
}

.p-reset-pw-btn {
	float: left;
	width: 200px;
	height: 20px;
   	padding: 10px;
}

.p-sidebar-openbtn {
    position: fixed;
    top: 50%;
    z-index: 2012;
    right: -40px;
    width: 80px;
    height: 80px;
    padding: 28px 40px 0px 8px;
    margin: 0;
}

@media only screen and (max-width: 500px) {
	.p-sidebar-openbtn {
	    display: none;
	}
}


.p-sidebar-container {
    position: fixed;
    z-index: 2011;
    right: 0px;
    top: 0px;
    border-left: 2px solid #555;
    background-color: #eee;
}

.p-sidebar-container .x-panel-body-default {
	background: none;	
}

/*
.p-sedcard-services-tab {
    display: inline-block;
    margin-bottom: 10px;
}
*/

.p-sedcard-services-tab li {    
	padding: 0 0px 5px 0;
}

.p-sedcard-about-tab .p-aboutme {
   word-wrap: break-word;    
   max-width: 480px;
}

/* ------------- Gallery View ----------- */

.p-estates-view-gallery .p-elements-list-item, 
.p-sedcards-view-gallery .p-elements-list-item {
    /* width: 222px; */
}

.p-elements-list-container.p-elements-view-gallery > * > li {
}

.p-recentlycreated-elements .p-elements-list-container.p-elements-view-gallery {
}

.p-side-element-container .p-elements-list-container.p-elements-view-gallery > * > li {
    margin: 14px 5px;
}

.p-elements-list-item {
	box-shadow: 2px 2px 1px rgba(0,0,0,0.2);	
}

.p-elements-list-item-noborder {
	box-shadow: none !important;	
}

.p-elements-list-item-noborder .p-element-card {
	border: none;
    box-shadow: none;
    position: relative;
    float: left;
}

.p-elements-list-container > ul {
	margin: 0;
}

.p-side-element-container .p-elements-list-item {
    margin: 14px 0px !important;
}

.p-element-space {
	min-height: 300px;
	clear: both;
    margin: 0px 21px 0px 14px;
    position: relative;
}

.p-side-element-container .p-element-space {
    margin: 0px 5px 0px -600px;
}

.p-element-space .p-bubble {
    top: -15px;
    width: 15px;
    height: 15px;
    border-width: 0 15px 15px;
    border-color: #333 transparent;
    position: absolute;
    border-style: solid;
}

.p-element-space .p-element-details {
    padding: 0px;
    text-align: left;
}

.p-element-space .tab-content {
	width: 100%;
    min-height: 270px;
    /*  margin-bottom: 60px; */
}

.p-element-space .p-element-navigation {
    /* height: 40px; */
    display: inline-block;
    margin-top: 5px;
    width: 100%;
    /* margin-bottom: 5px; */
}

.p-element-infotoolbar > * {
	display: inline-block;
}


.p-element-space .p-element-images-tab {
    margin: 10px -10px 0 -5px;
}

.p-element-space .p-element-details .p-element-images-tab .p-element-image {
    display: inherit !important;
}
.p-element-space .p-element-details .p-element-images-tab .p-element-image:before {
	display: none !important;
}

@media (min-width: 768px) {
	.p-aboutme-multicolumn {
	    columns: 2;
	    orphans: 12;
	    column-count: 2;
		-moz-column-count: 2;
		 -webkit-column-count: 2; 
		column-width: auto;
	    -moz-column-width: auto;
	    -webkit-column-width: auto; 
	    column-fill: auto;
	    /* -moz-column-fill: auto; */
	    column-gap: 30px;
	    -moz-column-gap: 30px;
	    -webkit-column-gap: 30px; 
	    text-align: justify;
	}
}

.p-element-detailview .tab-pane {
	padding: 10px;
}

.p-aboutme-header {
    margin: 15px 0px 20px 0px;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: bold;
    color: #c11711;
}

.p-contact-slogan-text {
	margin: 5px 0px 5px 0px;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: bold;
}

.p-element-details-aboutme .p-contact-slogan-text {
    font-size: 12px;
    right: 0px;
    top: 0px;
    position: absolute;
    max-width: 220px;
}

/** ------- Dark Layout ------------ **/

.p-dark {
	background-color: #383838;
    color: #fff;
}

.p-dark .p-element-navigation, 
.p-dark .p-element-navigation {
    background-color: #212121;
}

.p-dark header {
	border-bottom: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.p-elements-scale-75 .p-dark header {
	font-size: 13px;
}
.p-elements-scale-65 .p-dark header {
    font-size: 11px;
}
.p-elements-scale-50 .p-dark header {
    font-size: 9px;
}

.p-dark header:after {
    border-top: 1px solid #c11711;
    content: '';
    width: 100px;
    height: 1px;
    margin: 4px auto 10px 0;
    display: block;
}

.p-dark .p-estate-details header:after {
    border-top: 1px solid #3fa895;
}
 
.p-dark .nav-tabs {
    border-bottom: 1px solid #444;
}

.p-dark ul.nav > li > a, 
.p-dark ul.nav > li > a {
    border-bottom: 1px solid #444;
}
    
.p-dark .p-field > .p-label {
    color: #fff;
}

.p-dark ul.nav > li.active > a,
.p-dark ul.nav > li.active > a  {
    color: #fff !important;
    border-bottom: 1px #fff solid !important;
}

.p-dark ul.nav > li > a:hover, 
.p-dark ul.nav > li > a:focus, 
.p-dark ul.nav > li > a:active,
.p-dark ul.nav > li > a:hover, 
.p-dark ul.nav > li > a:focus, 
.p-dark ul.nav > li > a:active
 {
	border-bottom: 1px #fff solid;
	color: #fff;
}

.p-dark .p-element-details ul.nav > li > a, 
.p-dark .p-element-details ul.nav > li > a, 
.p-dark .p-element-details ul.nav > li > a, 
.p-dark .p-sedcard ul.nav > li > a,
.p-agency-details .p-dark ul.nav > li > a
 {
	/* border-bottom: 1px #999 solid;  */
	color: #999;
}

.p-dark .p-element-details ul.nav > li > a:hover, 
.p-dark .p-element-details ul.nav > li > a:hover, 
.p-dark .p-sedcard ul.nav > li > a:hover,
.p-agency-details .p-dark ul.nav > li > a:hover
{
	border-bottom: 1px #ccc solid;
	color: #ccc;
}

.x-body .p-dark a,
.x-body .p-dark a:hover
{
    color: #fff;
}

.x-body .p-dark .p-fieldset .p-field-comment {
    color: #fff;
}




/** ------- Prices / Contacts etc... ------------ **/

.p-contact-tab {
    display: inline-block;
    vertical-align: text-top;
    margin: 0 30px 30px 0;
    width: calc(33% - 30px);
    min-width: 300px;
}

.p-contact-tab h3 {
	color: #c11711;
	border-bottom: 1px solid #ccc; 
}

.p-estate-contact .p-contact-tab h3 {
    color: #3fa895;
    border-bottom: 1px solid #ccc;
}


.p-contact-tab .p-field {
    clear: both;
}

.p-contact-tab .p-description {
    font-weight: 600;
    -webkit-text-size-adjust: auto !important; 
}

.p-contact-tab .p-space {
	width: 100%;
	height: 20px;
    clear: both;
}

.p-ourbanner-container {
    margin: 20px 33px 20px 0;
    float: left;
}

.p-view-2column-div {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
}

@media (min-width: 768px) {
	.p-view-2column-div {
		width: calc(50% - 40px);
	}
}

/** 3 parts (title, image, text) **/
.p-3p-container.p-prices-advantages-div {
	min-height: 490px;
}

.p-3p-container.p-prices-advantages-div .p-prices-banner-btns {
	margin-right: 100px;
}

.p-3p-container {
	position: relative;
}

.p-2p-container h1,
.p-2p-container h1,
.p-2p-container h3,
.p-3p-container h1,
.p-3p-container h1,
.p-3p-container h3 {
	text-transform: uppercase;
	font-size: 40px;
	margin-top: 0px;
	font-weight: 300;
}

.p-li-title {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;	
}

.p-2p-container .p-btn,
.p-3p-container .p-btn {
    padding: 10px 50px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
}

.p-3p-container .p-3p-image {
	position: absolute;
	left: 0px;
}

.p-2p-container .p-2p-image img {
	width: 100%;
}

.p-3p-container .p-3p-title,
.p-3p-container .p-3p-content,
.p-3p-container .p-3p-footer {
	position: absolute;
}

.p-2p-container .p-2p-title h3,
.p-2p-container .p-center {
	text-align: center;
}

.p-2p-container .p-2p-title {
	margin: 100px 0 40px 0;
}

.p-3p-container .p-3p-image {
	width: 450px;
}
.p-3p-container .p-3p-title,
.p-3p-container .p-3p-content,
.p-3p-container .p-3p-footer {
	left: 450px;
}

.p-3p-container .p-3p-content  {
	top: 120px;
}
@media (max-width: 991px) {
	.p-3p-container .p-3p-image,
	.p-3p-container .p-3p-title,
	.p-3p-container .p-3p-content,
	.p-3p-container .p-3p-footer {
		position: inherit;
	}

	.p-2p-container .p-2p-title {
	    margin: 60px 0 20px 0;
	    padding: 0 10px;
	}
	.p-3p-container .p-3p-title {
	    margin: 60px 0 20px 0;
	    padding: 0 10px;
	}

	.p-3p-container .p-3p-image {
		width: 100%;
   		text-align: center;
   		margin-bottom: 20px;
	}
	.p-3p-container .p-3p-image img {
		width: 100%;
		max-width: 500px;
	}
	
	.p-3p-container .p-3p-title,
	.p-3p-container .p-3p-content,
	.p-3p-container .p-3p-footer {
		top: 0;
		left: 0;
		width: 100%;
   		text-align: center;
	}
	
	
	.p-3p-container .p-3p-content  {
	    left: 50%;
	    width: 300px;
   		margin-left: -150px;
	}
	
	.p-3p-container.p-prices-advantages-div .p-prices-banner-btns {
	    margin-right: 0;
	    text-align: center;
	}
}

@media (max-width: 991px) {
	.p-pricelist-container {
	    text-align: center;
	}
	
	.p-pricelist-container .p-pricelist-div {
	    text-align: left;
	}

	.p-pricelist-banner .p-pricelist-image {
        margin: 20px !important;
	}
	
	.p-pricelist-banner .p-pricelist-image img {
	    width: 100%;
	}
	
	.x-body .p-prices-links-div {
	    padding: 0 20px;
	    margin-bottom: 100px !important;
	}
	
	.p-prices-pricelist-div img {
		padding: 0 40px;
	}
	
	.p-2p-content .p-prices-advantage-description ul {
	    margin: 0 !important;
	    width: 320px !important;
	    padding: 0 20px !important;
	}
	
	.p-pricelist-sedcard .p-pricelist-div {
    	padding: 30px 30px 50px 30px !important;
	}
}

@media (max-width: 767px) {
	.p-prices-contactus {
	    width: 320px !important;
	}
	
	.p-pricelist-banner .p-pricelist-div {
	    min-width: 280px !important;
	}
	
	.p-pricelist-banner .p-pricelist-title,
	.p-pricelist-banner .p-pricelist-description,
	.p-pricelist-banner .p-pricelist-package, 
	.p-pricelist-banner .p-pricelist-btns {
		position: inherit !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
	
	.p-pricelist-banner .p-paymentpackage-wrap {
	    left: 50%;
   		margin-left: -80px;
	}
	
	.p-pricelist-banner .p-pricelist-btns {
	    text-align: center;
	}
}

.p-3p-container .p-3p-footer {
	bottom: 0px;
    right: 0px;
    text-align: right;
}


/** Prices **/

.p-prices-titleimage {
	margin: 10px 0 0 0;	
	width: 100%;
}


.p-prices-tab h3 {
	background: #c11711;
	color: white;    
	padding: 5px;
}

.p-prices-div ul {
  	list-style: none;
  	padding: 0;
}

.p-prices-div ul.p-hearts li {
    padding-left: 30px;
    padding-bottom: 30px;
}

.p-prices-div ul.p-check li {
    padding-left: 30px;
    padding-bottom: 20px;
}

.p-prices-div ul.p-hearts li:before {
  	content: "\f004"; /* FontAwesome Unicode */
  	font-family: FontAwesome;
  	display: inline-block;
  	font-size: 20px;
  	margin-left: -1.3em; /* same as padding-left set on li */
  	width: 1.3em; /* same as padding-left set on li */
}

.p-prices-div ul.p-check li:before {
  	content: "\f00c"; /* FontAwesome Unicode */
  	font-family: FontAwesome;
  	display: inline-block;
  	font-size: 14px;
  	margin-left: -1.3em; /* same as padding-left set on li */
  	width: 1.3em; /* same as padding-left set on li */
}


.p-estate-prices-tab h3 {
	background: #3fa895;
	color: white;    
	padding: 5px;
}

.p-pricelist-sedcard,
.p-pricelist-banner,
.p-pricelist-estate {
	min-height: 300px;
    background-color: #e6e6e6;
} 

.p-pricelist-container {
	padding: 20px;
}

.p-pricelist-pp-wrap .invalid {
    text-decoration: line-through;
}

.p-pricelist-banner .p-pricelist-image {
	display: inline-block;
	margin-right: 20px;
}

.p-pricelist-banner .p-pricelist-div {
    background-color: #f5f5f5;
    display: inline-block;
    min-height: 280px;
    min-width: 450px;
    vertical-align: middle;
    position: relative;
    padding: 20px;
}

.p-pricelist-sedcard .p-pricelist-container {
    text-align: center;
}

.p-pricelist-sedcard .p-pricelist-div {
	display: inline-flex;
	padding: 50px 30px 40px 30px;
	vertical-align: middle;
}

.p-pricelist-banner .p-pricelist-title {
	font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.p-pricelist-banner .p-pricelist-description {
	margin: 20px 0;
    right: 0;
    bottom: 0;
}

.p-pricelist-banner .p-pricelist-btns {
	position: absolute;
    right: 20px;
    bottom: 20px;
}

.p-pricelist-banner .p-pricelist-package {
	position: absolute;
    right: 10px;
    top: -10px;
}

.p-prices-div {
	margin-bottom: 60px !important;	
}

.p-prices-links-div {
	margin-bottom: 150px !important;	
}

.p-prices-contactus {
    width: 500px;
    background: #e6e6e6;
    margin: auto;
}

.p-prices-contactus .p-contactus-container {
    margin: auto;
    padding: 20px 0;
}
    
.p-prices-contactus .x-panel-body-default {
    background: none !important;
}

.p-2p-image .p-prices-advantage-image {
	margin: 0 0 20px 0;	
}

.p-2p-content .p-prices-advantage-description {
	margin: 0 0 10px 0;	
}

.p-2p-content .p-prices-advantage-description ul {
    display: inline-block;
    vertical-align: top;
    margin: 20px;
}

.p-prices-advantage-description ul {
	text-align: left;
}


.p-prices-links-div a {
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.p-prices-links-div .p-bigger {
	font-size: 20px;
}

.p-pricelist-pp-important {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.p-pricelist-pp-wrap {
    float: left;
    text-align: center;
    position: relative;
    height: 200px;
    width: 200px;
    border: 1px solid #999;
    margin: 0 10px 10px 0;
    background: #fff;
}

.p-pricelist-pp-postit {
    position: absolute;
    width: 120px;
    height: 16px;
    top: -10px;
    margin: auto;
    left: 50%;
    margin-left: -60px;
    background: #c11711;
    z-index: 100;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
}

.p-pricelist-pp-label {
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0px;
	background: #cdcdcd;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    overflow: hidden;
}

.p-pricelist-pp-important .p-pricelist-pp-label {
	background: #000;
	color: white;
}

.p-pricelist-pp-description {
	position: absolute;
	width: 100%;
	top: 60px;
	font-size: 16px;
    line-height: 24px;
}

.p-pricelist-pp-btn {
    position: absolute;
    width: 160px;
    bottom: 0px;
    left: 50%;
    margin-left: -80px;
    padding: 10px !important;
}

.p-prices-banner-btns {
	/* text-align: center;	*/
}

.p-prices-image-description ul {
	margin: 5px 0 5px 20px;
	padding: 0px;
}

.p-prices-image-description li {
    background: url('/resources/images/checkbox-red.png') no-repeat 0px 11px;
    padding: 0px 0px 0px 30px;
  	list-style: none;
	font-weight: 600;
    -webkit-text-size-adjust: auto !important;
    line-height: 40px;
    vertical-align: top;
}

.p-prices-estate .p-prices-image-description li {
	background: url('/resources/images/checkbox-green.png') no-repeat 0px 11px;
}

.p-prices-packages ul {
	margin: 0px;
	padding: 0px;
}

.p-prices-packages ul li {
	display: inline-block;
}

.p-prices-packages-btns {
	margin-top: 10px;
}

.p-prices-packages-btns .p-btn {
	text-align: center;
}

.p-prices-packages-btns .p-btn:nth-child(1),
.p-prices-packages-btns .p-btn:nth-child(2) {
	width: 150px;
    margin-right: 10px;
}

.p-prices-packages-btns .p-btn:nth-child(3) {
	width: 150px;
}

@media (min-width: 1200px) {
	.p-prices-packages-btns .p-btn:nth-child(3) {
		width: 315px;
	}
}



/* ---------------- Elements Container -----------------  */

.p-element-details-container {
	font-weight: normal;
	display: table !important;
	width: 100%;
}

.p-element-details-container .p-icon {
	color: #c11711;
}

.p-element-details-container a.p-readmore-link, 
.p-element-details-container a.p-readmore-link:hover {
	color: #c11711;
    font-size: 11px;
    float: right;
    margin-top: -2px;
}

.p-estate-details-container a.p-readmore-link, 
.p-estate-details-container a.p-readmore-link:hover {
	color: #3fa895;
}

.p-element-details-container > * {
	display: inline-block;
    vertical-align: top;
}

.p-element-details-address-panel {
	width: 220px;
}

.p-element-details-image-panel {
	width: 520px;
}

.p-elements-list-container-small .p-element-details-address-panel,
.p-elements-list-container-default .p-element-details-address-panel {
	width: 175px;
}

.p-elements-list-container-small .p-element-details-image-panel,
.p-elements-list-container-default .p-element-details-image-panel {
	width: 175px;
}

.p-elements-list-container-small .p-element-details-about-panel {
    width: 310px;
}

.p-elements-list-container-default .p-element-details-about-panel {
    width: 354px;
}

.p-element-details-about-panel {
    width: 360px;
    position: relative;
    overflow: hidden;
}

.p-element-details-about-panel > * {
	padding: 10px;
}

.p-element-details-about-panel .p-info-fieldset-group {
	display: table;
    width: 100%;
}

.p-element-details-about-panel .p-info-fieldset-group > *{
 	display: table-cell;
    width: 50%;
}


/*

.p-element-details-imagecount-1 .p-element-details-image-panel {
	width: 520px;
}

.p-element-details-imagecount-1 .p-element-details-about-panel {
    width: 400px;
}
*/

.p-element-details-container .p-fieldset > * {
	display: block;
}

.p-element-details-address {
	padding: 10px;
}

.p-element-details-address > * {
    display: block;
}
    
.p-element-details-address .p-sedcard-agency-name,
.p-element-details-address .p-estate-name  {
	font-weight: 700;
}

.p-element-details-address .p-sedcard-address,
.p-element-details-address .p-estate-address {
}

.p-element-details-address .p-desc {
	font-size: 10px;
}

.p-element-details-address .p-sedcard-url,
.p-element-details-address .p-estate-url {
	margin-top: 10px;
	color: #c11711 !important;
	font-weight: 600;
}

.p-element-details-openingtimes {
	padding: 10px;
    background: #000;
    color: #fff;
	font-size: 12px;
}
.p-elements-scale-75 .p-element-details-openingtimes {
	font-size: 10px;
}
.p-elements-scale-65 .p-element-details-openingtimes {
    font-size: 9px;
}
.p-elements-scale-50 .p-element-details-openingtimes {
    font-size: 8px;
}
@media (min-width: 0px) {
	/* 50% */
	.p-elements-scale-auto .p-element-details-openingtimes {
	    font-size: 8px;
	}
}
@media (min-width: 310px) {
	/* 65% */
	.p-elements-scale-auto .p-element-details-openingtimes {
	    font-size: 9px;
	}
}
@media (min-width: 345px) {
	/* 75% */
	.p-elements-scale-auto .p-element-details-openingtimes {
	    font-size: 10px;
	}
}
@media (min-width: 375px) {
	/* 80% */
	.p-elements-scale-auto .p-element-details-openingtimes {
	    font-size: 11px;
	}
}
@media (min-width: 450px) {
	/* 100% */
	.p-elements-scale-auto .p-element-details-openingtimes {
	    font-size: 12px;
	}
}
 
.p-element-details-openingtimes .p-time-td {
    font-weight: 700 !important;
}

.p-element-details-openingtimes .p-openingtimes-247 {
    font-weight: 700 !important;
}

.p-element-details-openingtimes .p-ribbon {
    font-size: 13px;
    margin: 0px 30px 10px -20px;
}
.p-elements-scale-75 .p-element-details-openingtimes .p-ribbon {
	font-size: 12px;
}
.p-elements-scale-65 .p-element-details-openingtimes .p-ribbon {
    font-size: 11px;
}
.p-elements-scale-50 .p-element-details-openingtimes .p-ribbon {
    font-size: 10px;
}
@media (min-width: 0px) {
	/* 50% */
	.p-elements-scale-auto .p-element-details-openingtimes .p-ribbon {
	    font-size: 9px;
	}
}
@media (min-width: 310px) {
	/* 65% */
	.p-elements-scale-auto .p-element-details-openingtimes .p-ribbon {
	    font-size: 10px;
	}
}
@media (min-width: 345px) {
	/* 75% */
	.p-elements-scale-auto .p-element-details-openingtimes .p-ribbon {
	    font-size: 11px;
	}
}
@media (min-width: 375px) {
	/* 80% */
	.p-elements-scale-auto .p-element-details-openingtimes .p-ribbon {
	    font-size: 12px;
	}
}
@media (min-width: 450px) {
	/* 100% */
	.p-elements-scale-auto .p-element-details-openingtimes .p-ribbon {
	    font-size: 13px;
	}
}


.p-element-details-image-panel .p-element-images {
	height: 250px;
    overflow: hidden;
    margin: 10px -20px 0 6px;
    position: relative;
}

.p-element-images .p-element-image {
    width: 160px;
    height: 240px;	
    margin: 5px;
    display: inline-block;
    position: relative;
}

.p-element-images .p-element-video {
    display: inline-block;
    position: relative;
    margin: 0 0 10px 10px;
}

.p-element-images .p-element-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0px !important;
    background-image: url("/resources/images/no-picture.png");
    background-position: center center;
    background-size: 70% auto;
    background-repeat: no-repeat;
    text-indent:-9999px
}

.p-element-images .p-jobad-image img,
.p-element-images .p-agency-image img {
    margin: 0px !important;
    height: auto;
    width: 100%;
    background-image: url("/resources/images/no-picture.png");
    background-position: center center;
    background-size: 70% auto;
    background-repeat: no-repeat;
    text-indent:-9999px
}

.p-element-images .p-element-video img {
    margin: 0px !important;
    height: auto;
    min-height: 100px;
    width: 100%;
    text-indent:-9999px
}

.p-element-video .p-play-btn {
	position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: -30px;
    font-size: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    color: black;
    cursor: pointer;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
}

.p-element-video .p-play-btn:hover {
	color: #333;
    background: rgba(255,255,255,0.8);
}

.p-element-details-aboutme .p-aboutme {
    overflow: hidden;
    word-break: break-word;
}

.p-element-details-aboutme .p-aboutme-header {
	position: absolute;
	right: 10px;
    top: 2px;
}

.p-element-details-aboutme .p-aboutme {

}

.p-element-details-services ul,
.p-element-details-equipments ul {	
	columns: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	padding-left: 0px;
}

.p-element-details-services .p-field .p-value,
.p-element-details-equipments .p-field .p-value {
	font-weight: normal;
}

.p-element-infotoolbar {
	position: relative;
}



.p-element-infotoolbar > .p-element-infotoolbar-morebtn {
    position: absolute;
    right: 5px;
    top: 0px;
    bottom: 0px;
	min-width: 200px;
}

.p-elements-list-container-default .p-element-infotoolbar > .p-info-group,
.p-elements-list-container-small .p-element-infotoolbar > .p-info-group {
    width: 260px;
}

.p-elements-list-container-default .p-element-infotoolbar > .p-info-panel,
.p-elements-list-container-small .p-element-infotoolbar > .p-info-panel {
	display: inline-block;
    height: 100%;
    width: 180px;
}

.p-elements-list-container-default .p-element-infotoolbar > .p-element-infotoolbar-morebtn,
.p-elements-list-container-small .p-element-infotoolbar > .p-element-infotoolbar-morebtn {
    position: absolute;
    right: 5px;
    top: 0px;
    bottom: 0px;
	min-width: 200px;
}




.p-element-infotoolbar > * {
    margin: 5px 0 5px 5px;
    vertical-align: top;
}

.p-element-infotoolbar .p-btn .p-btn-label {
    margin-left: 40px;
    margin-right: 5px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.p-elements-list-container-small .p-element-infotoolbar .p-info-group .p-btn,
.p-elements-list-container-default .p-element-infotoolbar .p-info-group .p-btn {
    width: 100%;
}

.p-element-infotoolbar .p-element-infotoolbar-morebtn .p-btn-label {
}

.p-element-infotoolbar .p-btn .p-btn-icon .fab,
.p-element-infotoolbar .p-btn .p-btn-icon .fa {
    font-size: 30px;
    line-height: 36px;
    padding: 0px 4px 0 2px;
}

.p-element-infotoolbar-morebtn .p-btn {
	width: 100%;
	height: 100%;
}
	
.p-element-infotoolbar-morebtn .p-btn-label {
	margin: -15px 0 0 0 !important;
    height: 30px;
    top: 50%;
    position: absolute;
    width: 90%;
    min-width: auto;
}
 
 .p-element-infotoolbar-morebtn .p-btn-label .fa {
 	font-size: 30px;
    padding: -5px;
    vertical-align: sub;
 }
 
.p-recentlyviewedsedcards > ul {
	margin: 0 -8px !important;	
}

.p-black-panel {
	background: #000;
	padding: 3px 5px;
}

.p-info-panel {
	height: 44px;
}

.p-black-panel .p-label {
	display: inline-block;
    vertical-align: middle;
	font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.p-info-panel .p-label {
    width: 100px;
}

.p-contact-details-buttons .p-label {
	float: left;
	width: 150px;
	line-height: 34px;
    margin-left: 5px;
}

.p-contact-details-buttons .p-icon {
	float: right;
}

.p-contact-details-buttons .p-contact-viber {
    width: 32px;
    margin: 10px 0 0 -2px;
}
    
.p-buttons .p-btn .p-btn-label {
    line-height: 28px;
    margin-left: 40px;
}

.p-buttons .p-btn .p-btn-icon {
    line-height: 32px;
    width: 40px;
}
    
.p-black-panel .p-icon {
	display: inline-block;
	vertical-align: middle;
}

.p-elements-list-container-small .p-info-group > *:NTH-CHILD(1),
.p-elements-list-container-default .p-info-group > *:NTH-CHILD(1){
	margin-top: 0px;
}

.p-elements-list-container-small .p-info-group > *,
.p-elements-list-container-default .p-info-group > * {
	float: left;
    clear: both;
    margin: 5px 0 0 0;
    width: 100%;
}

.p-elements-list-container-default .p-info-group .p-btn-icon,
.p-elements-list-container-small .p-info-group .p-btn-icon {
	min-width: 45px;
}

.p-elements-list-container-default .p-info-group .p-btn-label,
.p-elements-list-container-small .p-info-group .p-btn-label {
	margin-left: 50px;
	max-width: 180px;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.p-elements-list-container-default .p-element-infotoolbar .p-info-panel,
.p-elements-list-container-small .p-element-infotoolbar .p-info-panel {
	padding: 3px 10px;
    text-align: center;
}

.p-elements-list-container-default .p-element-infotoolbar .p-info-panel-label,
.p-elements-list-container-small .p-element-infotoolbar .p-info-panel-label {
	width: 100%;
	line-height: 44px;
    line-height: 44px;
    padding: 0 10px;
}
 
 
.p-elements-list-container-default .p-element-infotoolbar .p-info-panel,
.p-elements-list-container-small .p-element-infotoolbar .p-info-panel {
	padding: 3px 10px 11px 10px;
    text-align: center;
}
 
.p-elements-list-container-default .p-element-infotoolbar-morebtn .p-btn,
.p-elements-list-container-small .p-element-infotoolbar-morebtn .p-btn {
	width: 100%;
    height: 100%;
}

 
.p-contact-sms {
	display: inline-block;
	background: url('/resources/images/contact/sms.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 32px;
	height: 32px;
}

.p-contact-whatsapp {
	display: inline-block;
	background: url('/resources/images/contact/whatsapp.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 32px;
	height: 32px;
}

.p-contact-viber-icon {
    background: url(/resources/images/contact/viberx.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
}

.p-contact-viber {
	display: inline-block;
	background: url('/resources/images/contact/viberx.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
    background-position-y: -8px;
    width: 50px;
    height: 32px;
}

/**  Zeilen Ansicht **/

.p-elements-view-line a {
    color: #404040 !important;
    text-decoration: none;
}

.p-elements-view-line .p-elements-list-item {
	width: 100%;
    background: #fff;
    color: #404040;
}

.p-elements-view-line.p-elements-minsize .p-elements-list-item {
    margin-bottom: 10px;
}

.p-elements-view-line .p-element-line-container {
	height: 150px;
}

.p-elements-view-line .p-element-line-container.p-element-line-small,
.p-elements-view-line.p-elements-minsize .p-element-line-container.p-element-line-small
{
	height: 32px !important;
}

.p-elements-view-line.p-elements-minsize .p-element-line-container {
    height: 100px;
}

.p-elements-view-line.p-elements-minsize .p-element-line-container.p-agencys-view-line,
.p-elements-view-line.p-elements-minsize .p-element-line-container.p-jobads-view-line {
    height: 150px;
}

.p-elements-view-line .p-element-line-container > * {
	display: inline-block;
	vertical-align: top;
    height: 100%;
}

.p-elements-view-line .p-element-line-container > .p-element-card {
	width: 100px;
	border: none;
	display: inline-block;
    vertical-align: top;
    height: 100%;
}

.p-elements-view-line .p-fieldset-title {
	font-weight: 700;
	padding: 5px 0px;
}

.p-jobads-view-line .p-jobad-image,
.p-agencys-view-line .p-agency-image {
	width: 120px;
	height: calc(100% - 32px);
	border: none;
	position: relative;
	background-color: #bbb;
}

.p-jobads-view-line.p-elements-minsize .p-jobad-image,
.p-agencys-view-line.p-elements-minsize .p-agency-image {
    width: 66px;
}

.p-jobads-view-line .p-jobad-image img,
.p-agencys-view-line .p-agency-image img {
	position: absolute;
    max-width: 100%;
    top: 50%;
    max-height: 100%;
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
    text-align: center;
    left: 50%;
    width: auto;
    height: auto;
    text-indent: -9999px;
}

.p-jobads-view-line .p-element-line-toolbar,
.p-agencys-view-line .p-element-line-toolbar {
	left: 0px !important;
}

.p-elements-view-line.p-elements-minsize .p-element-card {
	width: 66px;
}

.p-elements-view-line .p-element-line-info {
	width: calc(100% - 105px);
	padding: 10px 10px 0 10px;
}

.p-elements-view-line.p-elements-minsize .p-element-line-info {
    width: calc(100% - 130px);
    padding: 5px 0 0 5px;
}

.p-elements-minsize .p-jobads-view-line .p-element-line-info,
.p-elements-minsize .p-agencys-view-line .p-element-line-info {
    width: calc(100% - 174px) !important
}

.p-elements-view-line.p-elements-minsize .p-jobads-view-line .p-element-line-toolbar,
.p-elements-view-line.p-elements-minsize .p-agencys-view-line .p-element-line-toolbar {
	left: 0px !important;
}

.p-elements-view-line.p-elements-minsize .p-element-line-addons {
	width: 56px;
}

.p-elements-view-line.p-elements-minsize .p-element-line-addons .p-element-region,
.p-elements-view-line.p-elements-minsize .p-element-line-addons .p-element-flag {
	zoom: 0.8;
}

.p-elements-view-line.p-elements-minsize .premium-star {
    margin: 2px auto 0 auto !important;
    width: 24px;
    height: 24px;
}

.p-elements-view-line.p-elements-minsize .p-element-line-addons .p-element-phone {
	left: auto;
	bottom: 5px;
    right: 5px;
}

.p-elements-view-line.p-elements-minsize .p-element-line-toolbar {
	left: 66px !important;
}

.p-elements-view-line.p-elements-minsize .p-element-line-toolbar .p-element-line-toolbar-right {
	min-width: 0px;
}

.p-elements-view-line.p-elements-minsize .p-element-line-toolbar .p-element-line-toolbar-left > * {
    width: auto;
}

.p-element-line-toolbar > .p-w-1 {
	width: 10%;
}

.p-element-line-toolbar > .p-w-2 {
	width: 20%;
}

.p-element-line-toolbar > .p-w-3 {
	width: 30%;
}

.p-element-line-toolbar > .p-w-4 {
	width: 40%;
}

.p-element-line-toolbar > .p-w-5 {
	width: 50%;
}

.p-element-line-toolbar > .p-w-6 {
	width: 60%;
}

.p-element-line-toolbar > .p-w-7 {
	width: 70%;
}

.p-element-line-toolbar > .p-w-8 {
	width: 80%;
}

.p-element-line-toolbar > .p-w-9 {
	width: 90%;
}

.p-element-line-toolbar > .p-w-10 {
	width: 100%;
}


.p-elements-view-line .p-element-line-addons {
	width: 200px;
    padding: 10px 10px 0 10px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.p-element-line-container > .p-element-card > .p-element-flags > .p-element-flags-topleft {
    top: 10px;
}

.p-jobad-flags,
.p-agency-flags {
 	z-index: 10;
    position: absolute;
}

.p-jobad-flags .p-element-flags-topleft,
.p-agency-flags .p-element-flags-topleft {
	top: 10px;
}

.p-elements-view-line .p-element-flags .p-element-flag-online {
	bottom: 25px;
}

.p-elements-view-line .p-element-flags .p-element-flag {
   	padding: 2px 3px;
   	font-size: 7px;
    line-height: 7px;
}


.p-elements-view-line .p-element-card .p-element-flags .p-btn {
    font-size: 7px;
    line-height: 15px;
}

.p-elements-view-line .p-element-card .p-element-flags .p-btn .p-btn-icon {
    line-height: 11px;
}
	
.p-elements-view-line .p-element-card .p-element-info-btn {
    font-size: 8px;
    line-height: 8px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    top: 2px;
}

.p-elements-minsize.p-elements-view-line .p-element-flags .p-element-flag-online {
	bottom: 5px;
}

.p-elements-minsize.p-elements-view-line .p-element-card .p-element-flags .p-btn .p-btn-label {
	width: 0px;
	margin-left: 20px;
}


.p-elements-view-line .p-element-card .p-element-info-btn .p-label {
	vertical-align: super;
}

.p-elements-view-line .p-element-card .p-element-image {
	top: 0px;
    bottom: 0px;
}

/*
.p-elements-view-line .p-element-card .p-element-image {
	top: 0px;
    bottom: 14%;
}
*/

.p-elements-view-line .p-element-card.p-element-minsize .p-element-image {
    top: 0px;
    bottom: 0%;
}

.p-elements-view-line .p-element-card .p-element-info {
	height: 14%;
	overflow: hidden;
}

.p-element-line-info .p-element-title {
    color: #c11711;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.sedcard-girloftheday .p-element-line-info .p-element-title {
	color: #b18143 !important;
}

.p-agency-line-info .p-element-title {
    color: #c11711;
}

.p-estate-line-info .p-element-title {
}

.p-elements-minsize .p-element-line-info .p-element-title {
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 14px;
	background: white;
    width: auto;
    z-index: 2;
    position: absolute;
}

.p-elements-minsize .p-element-line-info .p-element-region {
	position: absolute;
    right: 5px;
    top: 5px;
    font-size: 10px;
    max-width: 50%;
    text-align: right;
    height: 15px;
    overflow: hidden;
}

.p-element-line-info .p-element-slogan {
	font-weight: 600;
	margin: 0 0 10px 0;
	min-height: 20px;
    /**
    font-style: italic;
    **/
}

.p-element-line-info .p-element-aboutme {
	line-height: 16px;
    font-weight: normal;
    margin: 0 0 10px 0;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p-elements-minsize .p-element-aboutme {
    -webkit-line-clamp: 2;
    max-height: 35px;
    margin-top: 18px;
}

.p-elements-minsize .p-jobads-view-line .p-element-aboutme,
.p-elements-minsize .p-agencys-view-line .p-element-aboutme {
    -webkit-line-clamp: 5;
    max-height: 85px;
    margin-top: 20px;
}
    
.p-element-line-info .p-readmore-btn {
	position: absolute;
	bottom: 10px;
}

.p-elements-view-line.p-elements-minsize .p-element-line-info .p-readmore-btn {
    bottom: 5px;
}

.p-element-line-addons .p-element-region {
    text-align: left;
    position: absolute;
    top: 8px;
}

.p-element-line-addons .p-element-region .p-label {
	font-weight: 600;
}

.p-element-line-addons .p-element-region .p-image {
    display: inline-block;
    vertical-align: middle;
	height: 45px;
	border: 1px solid #444;
}

.p-element-line-addons .p-element-region .p-value {
	display: inline-block;
    vertical-align: middle;
    width: 130px;
    line-height: 16px;
    font-weight: 500;
    text-align: right;
}

.p-elements-view-line .p-element-line-container .p-element-line-toolbar > * {
    display: table-cell;
    vertical-align: top;
}

.p-element-line-toolbar .p-element-line-toolbar-left.p-element-line-toolbar-fullwidth {
	display: inline;
}

.p-element-line-toolbar .p-element-line-toolbar-left {
	width: 100%;
}

.p-element-line-toolbar .p-element-line-toolbar-right {
	min-width: 150px;
}


.p-element-line-toolbar .p-element-line-toolbar-left > * {
    display: inline-block;
    height: 32px;
	min-width: 20%;
    max-width: 25%;
	overflow: hidden;
}

.p-element-line-toolbar .p-element-line-toolbar-left > .p-element-line-item-widther {
    min-width: auto;
    max-width: none;
    width: 50%;
}

.p-agency-line-toolbar .p-element-line-toolbar-left > * {
    display: inline-block;
    height: 26px;
    width: 20%;
    min-width: auto !important;
    max-width: none !important;
    overflow: hidden;
    vertical-align: top;
}


.p-agency-line-toolbar .p-element-line-toolbar-left > *:nth-child(1) {
    width: 140px;
}
.p-agency-line-toolbar .p-element-line-toolbar-left > *:nth-child(2) {
    width: 140px;
}
.p-agency-line-toolbar .p-element-line-toolbar-left > .p-element-line-item-widther {
	width: calc(100% - 290px);
}

.p-elements-minsize .p-agency-line-toolbar .p-element-line-toolbar-left > *:nth-child(1) {
    width: 140px;
}
.p-elements-minsize .p-agency-line-toolbar .p-element-line-toolbar-left > *:nth-child(2) {
    width: 140px;
}
.p-elements-minsize .p-agency-line-toolbar .p-element-line-toolbar-left > .p-element-line-item-widther {
	width: calc(100% - 290px);
}

@media (max-width: 500px) {
	.p-elements-minsize .p-agency-line-toolbar .p-element-line-toolbar-left > *:nth-child(1) {
	    width: 140px;
	}
	.p-elements-minsize .p-agency-premium .p-agency-line-toolbar .p-element-line-toolbar-left > *:nth-child(1) {
	    width: 0px;
	    display: none;
	}
	.p-elements-minsize .p-agency-line-toolbar .p-element-line-toolbar-left > *:nth-child(2) {
	    width: 0px;
	    display: none;
	}
	.p-elements-minsize .p-agency-line-toolbar .p-element-line-toolbar-left > .p-element-line-item-widther {
		width: calc(100% - 150px);
	}
	.p-elements-minsize .p-agency-premium .p-agency-line-toolbar .p-element-line-toolbar-left > .p-element-line-item-widther {
		width: 100%;
	}

	
}


	
.p-element-line-toolbar .p-element-line-toolbar-left > * {
	padding: 7px 14px 7px 14px;
} 

.p-elements-minsize .p-element-line-toolbar .p-element-line-toolbar-left > * {
    padding: 7px 5px 7px 5px;
}

.p-elements-minsize .p-element-line-toolbar .p-element-line-toolbar-left .p-btn-icon {
    left: 2px;
}

.p-element-line-toolbar .p-element-line-toolbar-left .p-btn-icon {
	left: 12px;
} 
.p-element-line-toolbar .p-element-line-toolbar-right > * {
	width: 100%;
	height: 32px;
}

.p-element-line-toolbar .p-element-line-title {
	color: white;
	font-weight: 600;
	padding: 7px 14px 7px 14px;
}

.p-element-line-toolbar .p-element-premiuminfo {
}

.p-element-line-toolbar .p-element-girlofthedayinfo {
}

.p-element-line-toolbar .p-element-girlofthedayinfo .p-btn-icon {
}


.p-element-line-toolbar .p-element-info-btn * {
}

.p-element-line-toolbar .p-element-premiuminfo * {
}
    
.sedcard.favorite-active .p-element-line-toolbar .favoriteBtn > * > * > span, 
.banner.favorite-active .p-element-line-toolbar .favoriteBtn > * > * > span {
	left: 12px;
    top: 11px;
    color: #777;
    font-size: 9px;
}

.estate .p-element-line-toolbar .favoriteBtn .fa {
	color: inherit;
    text-shadow: none;
}

.estate.favorite-active .p-element-line-toolbar .favoriteBtn .fa {
	color: #000;
    text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
}
    
.p-element-line-addons .p-element-type {
    position: absolute;
    top: 0px;
    right: 10px;
}

.p-element-line-addons .p-element-phone {
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
}

.p-elements-view-line.p-elements-minsize .p-element-line-info .p-element-phone {
	position: absolute;
    bottom: 5px;
    right: 5px;
    overflow: hidden;
}

@media (max-width: 400px) {
	.p-elements-view-line.p-elements-minsize .p-element-line-info .p-element-phone {
	    max-width: 150px;
	}
}


.p-elements-view-line.p-elements-minsize .p-elements-list-item.p-loading-mask:before {
	padding: 0 !important;
}


/** Line Sedcards - Detail View **/

.p-element-line-details.p-element-detailview {
	background: #fff;
	font-weight: normal;
}

.p-element-line-details .p-element-card {
	position: relative;
    width: 160px;
    height: 270px;
    text-align: left;
    background-color: #000;
    color: #fff;
}

.p-element-line-details .p-element-card .p-element-image {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 30px;
    background-color: #bbb;
    height: auto;
}

.p-element-line-details .p-element-card .p-element-image img {
    margin-left: 0px;
}

.p-element-line-details .p-element-card .p-element-info {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 30px;
    overflow: hidden;
}

.p-element-line-details .p-element-card .p-element-info-btn {
    font-size: 12px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    top: 2px;
}

.p-element-line-details .p-element-card .p-element-info-btn .p-label {
    vertical-align: super;
}

.p-element-line-details .p-element-left-container {
	display: inline-block;
    width: 200px;
    background: none;
    margin-bottom: 30px;
}

.p-element-line-details .p-element-right-container {
	display: inline-block;
    width: calc(100% - 204px);
    background: none;
    margin-bottom: 30px;
}

.p-element-line-details .p-element-bottom-container {
	border-top: 1px solid #ccc;
	background: none;
	margin: 0px 20px;
}

.p-element-line-details .p-element-info-title {
    margin: 20px 0 10px 0;
    color: #c11711;
}

.p-element-line-details .p-element-slogan {
    margin: 0 0 30px 0;
    /**
    font-style: italic;
    **/
}

.p-element-line-details .p-contact-details-buttons {
    margin: 30px 0 20px 0;
}

.p-element-line-details .p-field {
    margin: 10px 0;
}

.p-element-line-details .p-field > .p-label {
    display: block;
    width: auto;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    min-height: auto; 
    line-height: 16px; 
}    

.p-element-line-details p {
    margin: 0px; 
}    

.p-element-line-details .p-buttons > * {
    margin: 0 5px 5px 0;
    display: inline-block;
    min-width: 200px;
    width: 100%;
}

.p-element-line-details .p-buttons .p-btn {
    width: 100%;
}

.p-element-line-details .p-element-infos {
	float: inherit;
    color: #404040;
    margin: 20px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.p-element-line-details .p-element-infos .p-info-fieldset-group {
	display: inline-block;
    min-width: 20%;
    vertical-align: top;
    padding-right: 20px;
}

.p-element-line-details .p-element-infos .p-label {
	font-weight: 600;
	min-width: 50px;
	display: inline-block;
}

.p-element-line-details .p-element-infos .p-value {
	min-width: 200px;
}

.p-element-line-addons .p-element-flag {
    top: 0;
    right: 10px;
}

.p-element-line-addons .p-element-flag .premium-star {
    margin: 4px auto;
} 

.premium-star,       
.sedcard-girloftheday-star {
    display: block;
    background: url(/resources/images/girloftheday.png);
    background-size: 100% auto;
    width: 30px;
    height: 30px;
}



/* ------------------ Filter Set --------------------------*/

.p-filterset-panel {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.p-filterset-panel.p-filterset-small {
}

.p-filterset-panel.p-filterset-small > * {
	display: table-cell;
}

.p-filterset-panel.p-filterset-small > .p-filterset-title {
	padding: 6px 4px 0 0;
    white-space: nowrap;
}

.p-filterset-panel.p-filterset-small > .p-filterset-details {
	width: 90%;
	vertical-align: top;
	padding: 3px 0 0 0;
}

.p-filterset-panel.p-filterset-small > .p-filterset-addon {
	padding: 0 0 0 4px;
    white-space: nowrap;
}

.p-filterset-panel.p-filterset-detailed .p-filterset-heading > * {
	display: table-cell;
}

.p-filterset-panel.p-filterset-detailed .p-filterset-title {
	width: 90%;
	vertical-align: top;
	padding: 3px 0 0 0;
}

.p-filterset-panel.p-filterset-detailed .p-filterset-title .badge {
	margin: 0 0px 0 5px;
    vertical-align: top;
    background-color: #c11711;
}
    
.p-filterset-panel.p-filterset-detailed .p-filterset-addon {
	padding: 3px 0 0 0;
	white-space: nowrap;
}

.p-filterset-panel.p-filterset-detailed .p-filterset-details {
    border-top: 1px solid #ccc;
    margin-top: 5px;
}

.p-filterset-panel.p-filterset-detailed .p-filterset-container {
	display: table-row;
}

.p-filterset-panel.p-filterset-detailed .p-filterset-container > *{
	display: table-cell;
    padding-top: 8px;
}

.p-filterset-panel ul {
	display: inline-block;
	margin: 0px;
    padding: 0px;
}

.p-filterset-panel ul li {
	display: inline-block;
}

.p-filterset-panel.p-filterset-detailed .p-filterset-details ul {
	margin: 8px 0px 0px 10px;
}


.p-filterset-panel .p-filterset-btn {
    color: #fff !important;
    font-weight: 600;
    background: #c11711;
    padding: 0 5px;
    border: 3px solid #c11711;
    border-radius: 8px;
    margin: 0px 0px 3px 0;
}

.p-filterset-panel .p-filterset-btn:hover {
    background: #c73225;
    border: 3px solid #c73225;
}



/* ---------------- ETC ---------------------- */

.p-translationmode-info-container {
    border: 1px solid #9aa5a4;
    background: #3b89e0;
    position: fixed;
    top: 0;
    right: 0px;
    z-index: 100000;
    padding: 20px;
    color: #fff;
}

/** Russia **/
.p-locale-ru {
	background-image: url("/resources/images/flags/Russia.png");
}

/** Germany  **/
.p-locale-de {
	background-image: url("/resources/images/flags/Germany.png");
}

/** United Kingdom  **/
.p-locale-uk, .p-locale-en {
	background-image: url("/resources/images/flags/United-Kingdom.png");
}

/** Spain  **/
.p-locale-sp {
	background-image: url("/resources/images/flags/Spain.png");
}

/** France  **/
.p-locale-fr {
	background-image: url("/resources/images/flags/France.png");
}

/** Italy  **/
.p-locale-it {
	background-image: url("/resources/images/flags/Italy.png");
}

/** Ireland  **/
.p-locale-en_ie {
	background-image: url("/resources/images/flags/Ireland.png");
}

/** Portugal  **/
.p-locale-pt_pt {
	background-image: url("/resources/images/flags/Portugal.png");
}

/** Sweden  **/
.p-locale-sv_se {
	background-image: url("/resources/images/flags/Sweden.png");
}

/** Turkey  **/
.p-locale-tr {
	background-image: url("/resources/images/flags/Turkey.png");
}

/** Austria  **/
.p-locale-de_at {
	background-image: url("/resources/images/flags/Austria.png");
}

/** Ukraine  **/
.p-locale-ru_ua {
	background-image: url("/resources/images/flags/Ukraine.png");
}

/** Poland  **/
.p-locale-pl {
	background-image: url("/resources/images/flags/Poland.png");
}

/** Greece  **/
.p-locale-el_gr {
	background-image: url("/resources/images/flags/Greece.png");
}

/** Denmark  **/
.p-locale-da_dk {
	background-image: url("/resources/images/flags/Denmark.png");
}

/** Serbia and Montenegro  **/
.p-locale-sr {
	background-image: url("/resources/images/flags/Serbia.png");
}

/** Netherlands  **/
.p-locale-nl {
	background-image: url("/resources/images/flags/Netherlands.png");
}

/** Switzerland  **/
.p-locale-de_ch {
	background-image: url("/resources/images/flags/Switzerland.png");
}

/** Norway  **/
.p-locale-nn {
	background-image: url("/resources/images/flags/Norway.png");
}

/** Romania  **/
.p-locale-ro {
	background-image: url("/resources/images/flags/Romania.png");
}

/** Finland  **/
.p-locale-sv_fi {
	background-image: url("/resources/images/flags/Finland.png");
}

/** Belgium **/ 
.p-locale-nl_be {
	background-image: url("/resources/images/flags/Belgium.png");
}

/** Czech Republic **/ 
.p-locale-cs {
	background-image: url("/resources/images/flags/Czech-Republic.png");
}

/** Belarus  **/
.p-locale-be {
	background-image: url("/resources/images/flags/Belarus.png");
}

/** Bosnia & Herzegovina **/ 
.p-locale-bs_ba {
	background-image: url("/resources/images/flags/Bosnia-and-Herzegovina.png");
}

/** Hungary  **/
.p-locale-hu {
	background-image: url("/resources/images/flags/Hungary.png");
}

/** Bulgaria  **/
.p-locale-bg {
	background-image: url("/resources/images/flags/Bulgaria.png");
}

/** Estonia  **/
.p-locale-et {
	background-image: url("/resources/images/flags/Estonia.png");
}

/** Slovakia  **/
.p-locale-sk {
	background-image: url("/resources/images/flags/Slovakia.png");
}

/** Iceland  **/
.p-locale-is {
	background-image: url("/resources/images/flags/Iceland.png");
}

/** Croatia  **/
.p-locale-hr {
	background-image: url("/resources/images/flags/Croatia.png");
}

/** Latvia  **/
.p-locale-lv {
	background-image: url("/resources/images/flags/Latvia.png");
}

/** Lithuania  **/
.p-locale-lt {
	background-image: url("/resources/images/flags/Lithuania.png");
}

/** Montenegro  **/
.p-locale-sr_cyrl_me {
	background-image: url("/resources/images/flags/Montenegro.png");
}

/** Luxembourg  **/
.p-locale-de_lu {
	background-image: url("/resources/images/flags/Luxembourg.png");
}

/** Moldova  **/
.p-locale-ru_md {
	background-image: url("/resources/images/flags/Moldova.png");
}

/** Slovenia  **/
.p-locale-sl {
	background-image: url("/resources/images/flags/Slovenia.png");
}

/** Albania  **/
.p-locale-sq {
	background-image: url("/resources/images/flags/Albania.png");
}

/** Andorra  **/
.p-locale-an {
	background-image: url("/resources/images/flags/Andorra.png");
}

/** Monaco  **/
.p-locale-fr_mc {
	background-image: url("/resources/images/flags/Monaco.png");
}

/** Gibraltar  **/
.p-locale-gi {
	background-image: url("/resources/images/flags/Gibraltar.png");
}

/** Liechtenstein **/
.p-locale-de_li {
	background-image: url("/resources/images/flags/Liechtenstein.png");
}

/** US **/
.p-locale-us {
	background-image: url("/resources/images/flags/United-States.png");
}

/** Japan **/
.p-locale-jp {
	background-image: url("/resources/images/flags/Japan.png");
}

 /* Adding 16px on focus will prevent page zoom
 .x-touch.x-safari input,
.x-touch.x-safari textarea {
	font-size: 16px !important;
	padding: 3px 1px 2px 10px;
}
 */