

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

.p-element-navigation-buttons {
	display: table;	
	width: 100%;
	margin: 0 0 20px 0;
}

.p-element-navigation-buttons > * {
	display: table-cell;
	width: 33%;	
	vertical-align: top;
}

.p-element-navigation-buttons > *:NTH-CHILD(1) {
	text-align: left;
}

.p-element-navigation-buttons > *:NTH-CHILD(2) {
	text-align: center;
}

.p-element-navigation-buttons > *:NTH-CHILD(3) {
	text-align: right;
}

.p-toogle-regions-btn {
    margin: 0 auto 10px auto !important;
    width: 300px !important;
    display: inherit;
    text-align: center;
}

.p-banners-footer-list-container {
	padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

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

.p-banners-footer-list-item {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    padding: 6px;
}

.p-banner-footer-item {
	width: 220px;
	height: 60px;
	border: 1px solid #000;
}

.p-banner-footer-item .p-thumb {
	background-image: url(/resources/images/no-picture-2.png);
    background-position: center center;
    background-size: 20% auto;
    background-repeat: no-repeat;
    background-color: #000;
    height: 100%;
    width: 100%;
}

.p-banner-footer-details {
    position: relative;
    border: 1px solid black;
    width: 100%;
    height: 100%;
}

.p-message-panel {
	margin-left: 15px;
    margin-right: 15px;
}

.p-error-message {
	padding-left: 15px;
    padding-right: 15px;
}

.p-collapse-expand-btn {
	width: 20px;
    height: 20px;
}   

.p-toolbar-right {
    position: absolute;
	top: 5px;
    right: 10px;
}

.p-red {
	color: #c11711;
}
    
.p-element-left-container .p-red {
	color: #ff8e8e;
}

.p-frontend-container .p-back-btn {
    display: inline-block;
    vertical-align: top;
    margin: 18px 0 0 0;
} 

.p-frontend-container .page-header {
	margin: 20px 15px 0px 15px;
    display: inline-block;
    border-bottom: none;
} 
.p-frontend-container .page-header h1 {
	margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
} 
.p-frontend-container .p-view-div {
    margin: 0 0 0 0;
}

.p-view-div:after {
	display: block;
	content: '';
	clear: both;
}

.p-banner-regio-landscape-container {
}


/* ------------ Not logged in panel  ---------*/

.p-notloggedin-panel {
	width: 800px;
}

@media (max-width: 800px) {
	.p-notloggedin-panel {
		width: 500px;
	}
}

@media (max-width: 539px) {
	.p-notloggedin-panel {
		width: 300px;
	}
}

.p-notloggedin-image {
	position: absolute;
    left: 0px;
    top: 0px;
    margin: 5px;
    width: 100%;
    bottom: 0px;
    background: url(/resources/images/popup-main.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media (max-width: 800px) {
	.p-notloggedin-image {
		opacity: 0.2;
	}
}

@media (max-width: 539px) {
	.p-notloggedin-image {
		opacity: 0.2;
	}
}


.p-notloggedin-logo {
    position: absolute;
    right: 50px;
    top: 0px;
    margin: 5px;
    width: 164px;
    height: 90px;
    background: url(/resources/images/popup-logo.jpg);
}

.p-notloggedin-close {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 5px;
	width: 36px;
    height: 36px;		
}

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

.p-dialog-close-btn {
	background: url(/resources/images/dialog-close-btn.jpg);
	cursor: pointer;
	width: 36px;
    height: 36px;
}

.p-dialog-close-btn:hover {
	background: url(/resources/images/dialog-close-btn-hover.jpg);
}

.p-dialog-title {
	text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px 0;
    font-weight: 300;
    color: #c11711;
}

/* ------------ Welcome Banner ---------*/

.p-welcome-banner-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5); 
	z-index: 100000;
} 

.p-welcome-banner-panel {
	position: relative;
	width: 600px;
	height: 420px;
	top: 60px;
	left: 50%;
	margin: 0 0 0 -300px;
} 

@media (max-width: 999px) {
	.p-welcome-banner-panel {
		top: 60px;
		width: 500px;
		height: 350px;
		margin: 0 0 0 -300px;
	}	
}

@media (max-width: 767px) {
	.p-welcome-banner-panel {
		top: 20px;
		width: 400px;
		height: 280px;
		margin: 0 0 0 -200px;
	}	
}

@media (max-width: 539px) {
	.p-welcome-banner-panel {
		top: 20px;
		width: 280px;
	    height: 196px;
	    margin: 0 0 0 -140px;
	}	
}


.p-welcome-banner-panel img {
	position: absolute;
	width: 100%;
	height: 100%;
} 

.p-welcome-banner-btn {
	position: absolute;
    top: -18px;
    right: -22px;
    z-index: 10;
}

@media (max-width: 767px) {
	.p-register-div {
		margin: 0;
	}
}


/* ------------ Age Restriction ---------*/

.p-agerestriction-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgb(0,0,0); 
	z-index: 100010;
} 

.p-agerestriction-panel {
	position: relative;
    width: 540px;
    height: 460px;
	top: 60px;
	left: 50%;
	margin: 0 0 0 -270px;
 	color: #c11711;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border: 1px dashed;
} 

@media (max-width: 999px) {
	.p-agerestriction-panel {
		top: 60px;
	}	
}

@media (max-width: 767px) {
	.p-agerestriction-panel {
		top: 20px;
	}	
}

@media (max-width: 539px) {
	.p-agerestriction-panel {
		top: 10px;
	    width: 300px;
    	height: 500px;
	    margin: 0 0 0 -155px;
	}	
}

.p-agerestriction-image {
    position: absolute;
    top: 80px;
    width: 140px;
    height: 100px;
    z-index: 10;
    left: 50%;
    margin: 0 -70px;
    background: url(/resources/images/logo.png) no-repeat;
} 

.p-agerestriction-text {
	position: absolute;
    top: 200px;
    width: 100%;
    z-index: 10;
    text-align: center;
    font-size: 20px;
}

.p-agerestriction-buttons {
    position: absolute;
    top: 240px;
    width: 140px;
    z-index: 10;
    text-align: center;
    left: 50%;
    margin: 0 -70px;
}

.p-agerestriction-button {
	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;
    font-size: 20px;
    padding: 16px 10px;
}

.p-agerestriction-button:hover {
    background-color: gray;
    cursor: pointer;
}	

.p-agerestriction-description {
    position: absolute;
    top: 330px;
    width: 100%;
    z-index: 10;
    text-align: center;
    padding: 0 80px;
    font-size: 14px;
}

/* ------------ Sedcards ---------*/


.p-elements-sep {

}

.p-showmoreelements-btn {
    font: 400 18px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
    text-align: center;
    background-color: #fff2b1 !important;
    border-color: #cabf8c;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 30px;
    margin: 15px;
}

@media (max-width: 767px) {
	.p-showmoreelements-btn {
		font: 400 12px/16px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif !important;
	    padding: 18px 25px !important;
	    overflow: hidden;
	    white-space: normal;
	}
}

.p-showmoreelements-btn:hover {
    color: #666 !important;
    background-color: #e6daa3 !important;
    border-color: #666 !important;
}




.p-filter-openbtn {
    color: white !important;
    font-weight: 600;
    -webkit-text-size-adjust: auto !important; 
    text-decoration: none;
}

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

.p-loading-panel {
    border: 1px solid #c11711 !important;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #c11711;
    padding: 60px;
}

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

.p-elementfilter-div {
	min-height: 340px;
	position: relative;
}

.p-elementfilter-div.p-loading-mask:before {
    background-color: #666;
}

.p-elementfilter-div.p-loading-mask:after {
	color: #999;
}

.p-elementfilterpanel {
	margin: 0 0 2px 0;	
}

.p-elementfilterview .x-tabpanel-child {
	background: #363636 !important;
}

.p-elementfilterview .x-panel-header-default .x-tool-img {
	background-color: transparent !important;
}

.p-elementfilterview .x-panel-body * {
	color: white !important;
	background: none;
}

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

.p-elementfilterpanel .x-tab {
	background: none;
	outline: none !important;
}

.p-elementfilterpanel .x-tab-bar-default-top > .x-tab-bar-body-default {
    padding: 0px;
}

.p-elementfilterpanel .x-tab * {
	color: white !important;
	font-weight: 700;
}

.p-elementfilterpanel .x-tab.x-tab-default {
    border-left: 4px solid #666 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    background-color: #666 !important;
}

.p-elementfilterpanel .x-tab.x-tab-active.x-tab-default {
    border-left: 4px solid #c11711 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    background-color: #333 !important;
}

.p-estatefilterpanel .x-tab.x-tab-active.x-tab-default {
    border-left: 4px solid #3fa895 !important;
}

.p-elementfilterpanel .x-tab.x-tab-over.x-tab-default {
	background-color: #444 !important;
}

.p-elementfilterpanel .x-panel-header-default {
	background: #454545 !important;
	padding: 8px 6px !important;
    margin-bottom: 6px;
}

.p-elementfilterpanel .x-panel-header-title-default {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}

.p-elementfilterpanel .p-fieldcontainer {
	margin: 10px;
}

.p-elementfilterpanel .x-toolbar-default {
    padding: 0px 0 2px 4px;	
}

.p-elementfilterpanel .x-toolbar-default .x-btn {
	background: none !important;
	border: none;
    padding: 0px;
    width: 26px;
    height: 26px;
}

.p-elementfilterpanel .x-toolbar-default .x-btn * {
	color: white;
}

.p-elementfilterpanel .x-toolbar-default .x-form-checkbox {
	color: white !important;
}

.p-elementfilterpanel .x-form-text-default {
    padding: 0px 0px 0px 5px;
}

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

.p-elementfilterpanel .x-form-item-default.x-item-disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

.p-elementfilter-subpanel .x-panel-body {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.p-elementfilterpanel .p-selectall-btn,
.p-elementfilterpanel .p-deselectall-btn,
.p-elementfilterpanel .p-readmore-link {
	color: #c11711 !important;
	font-weight: 600;
	font-size: 12px;
}

.p-elementfilterpanel .p-readmore-link {
    margin-top: -6px;
    display: block;
}

.p-elementfilterpanel.p-estatefilterpanel .p-selectall-btn, 
.p-elementfilterpanel.p-estatefilterpanel .p-deselectall-btn, 
.p-elementfilterpanel.p-estatefilterpanel .p-readmore-link {
    color: #3fa895 !important;
}


.p-sedcardfilterview {
}


.p-elementfilterpanel .x-form-cb-label-default {
    margin-top: 2px;
}

.p-elementfilterpanel .x-form-cb-default {
    margin-top: 1px;
}

.p-elementfilterpanel .x-form-cb-default * {
    line-height: 22px;
}

.p-elementfilterpanel .x-form-text-default {
    height: 22px;
    min-height: 22px;
    max-height: 22px;
    line-height: 22px;
}

.p-elementfilterpanel .x-form-item-body-default {
    height: 22px;
    min-height: 22px;
    max-height: 22px;
    line-height: 22px;
}

.p-elementfilterpanel .x-form-trigger-wrap * {
    line-height: 22px;
}

.p-elementfilterpanel .portal-exppanel-mincontainer .x-form-cb-label-default {
    margin-top: 0px;
}

.p-elementfilterpanel .portal-exppanel-mincontainer .x-form-cb-default {
    margin-top: 0px;
}

.p-elementfilterpanel .portal-exppanel-mincontainer .x-form-text-default {
    height: 22px;
    min-height: 22px;
    max-height: 22px;
    line-height: 22px;
}

.p-elementfilterpanel .portal-exppanel-mincontainer .x-form-item-body-default {
    height: 22px;
    min-height: 22px;
    max-height: 22px;
    line-height: 22px;
}

.p-elementfilterpanel .portal-exppanel-mincontainer .x-form-item-body-default * {
    height: 22px;
    min-height: 22px;
    max-height: 22px;
    line-height: 22px;
}

.p-elementfilterpanel .x-form-item-label-default {
    padding-top: 2px;
}

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

.p-elementfilterpanel .portal-exppanel-title {
	min-width: 100px;
}

.p-filter-loading-panel {
    border: 1px solid #c11711 !important;
    height: 136px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #c11711;
    padding: 60px;
}

.p-estate-page .p-filter-loading-panel {
    border: 1px solid #3fa895 !important;
    color: #3fa895;
    height: 102px;
    padding: 40px;
}

.p-filter-title {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #000;
    font-weight: 500;
    margin: 10px;
}

@media (max-width: 767px) {
	.p-filter-loading-panel {
		height: 32px;
  		padding: 6px;
	}
	
	.p-filter-title {
		display: none;
	}
}

.p-side-element-container {
	background-color: #d6d6d6;
}

.p-side-element-container .p-elements-list-container{
	/* zoom: 0.9; */
	padding: 4px 10px;
}

.p-elements-list-container {
    width: 100%;
}

.p-elements-list-container .hiddenByPaging {
	display: none!important;
    visibility: hidden!important;
}

.p-elements-list-container ul,
.p-elements-list-container ul {
	margin: 0px;
	padding: 0px;
}

.p-elements-list-container.p-estates-view-simple ul,
.p-elements-list-container.p-sedcards-view-simple ul {
	margin: 0 -6px;
}

.p-elements-list-item {
    position: relative;
    list-style: none;
    /* height: 380px; */
    /* float: left; */
    display: block;
    margin: 5px 0;
    display: inline-block;
}

.p-elements-list-container.p-estates-view-list,
.p-elements-list-container.p-sedcards-view-list {
    padding: 0 5px; 
}

.p-estates-view-list .p-elements-list-item,
.p-sedcards-view-list .p-elements-list-item {
    width: 100%;
}

.p-elements-2columns {
	margin: 0 -6px;	
} 

.p-elements-left {
	width: 100%;
	display: table-cell;
    vertical-align: top;
}

.p-elements-right {
	width: 1%;
	display: table-cell;
    vertical-align: top;
}

.p-element-sep {
    width: 100%;
    text-align: center;
    margin: 20px 0px !important;
    display: list-item;
    list-style: none;
    padding: 0 18px 0 6px;
}

.p-element-sep *,
.p-element-sep *:hover {
	color: #000 !important;
}

.p-elements-list-grouping  {
    display: list-item;
    position: relative;
    list-style: none;
    padding: 0 0 0 px;
    margin: 10px 0px 5px 5px;
    color: #666;
    width: calc(100% - 20px);
    left: 5px;
    font-size: 11px;
}

.p-element-pagingbar, 
.p-jquery-pagingbar 
{
    display: inline-block;
}

.p-element-pagingbar .p-pagingbar-el, 
.p-jquery-pagingbar li
{
	display: inline-block;
    margin: 0px 5px 15px 0;
}

.p-element-pagingbar .p-pagingbar-el *,
.p-element-pagingbar .p-pagingbar-el *:hover,
.p-jquery-pagingbar li *,
.p-jquery-pagingbar li *:hover
{
	color: #000 !important;
    padding: 10px 15px;
    margin: -10px 0;
}

.p-jquery-pagingbar li *
{
    line-height: 30px;
}


.p-element-pagingbar .p-paging-active,
.p-jquery-pagingbar .active
{
	color: #fff !important;
	background-color: #666;
}

.p-jquery-pagingbar .disabled *,
.p-jquery-pagingbar .disabled *:hover
{
	color: #999 !important;
}

.p-jquery-pagingbar ul {
	margin: 0;
	padding: 0;
}

.p-showallelements-btn {
	float: right;	
}

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

.p-element-sep.p-page-sep-1 .p-element-position-div {
    padding-top: 10px !important;
    margin-top: 5px;
}

.p-element-position-div {
	font: 400 12px/16px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
    padding: 7px 15px;
    color: #000 !important;
    background-color: #fff2b1 !important;
    font-weight: 400;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none !important;
    width: 100%;
    margin: -20px;
    padding: 30px 20px 30px 10px;
}

.p-element-position-div > * {
	display: inline-block;
	padding: 0 10px;
}

.p-element-position-div > * {
	display: inline-block;
	padding: 0 10px;
}

.p-element-paging-btn {
	cursor: pointer;
}

/* ------------- Sedcard General ----------- */

.x-body a {
	
}

.nav-tabs {
	/* border: 0; */
    border-bottom: 1px solid #ccc;
}

.p-sedcards-view-simple li {
	margin: 6px;
}

.p-footerbanner-toolbar,
.p-elements-red-toolbar {
	position: relative;
	margin: 15px 0;
	background: #c11711;
	padding: 5px;
	text-align: center;
	color: #fff;
	float: left;
    width: 100%;
}

.p-estate-page .p-footerbanner-toolbar,
.p-elements-green-toolbar {
	position: relative;
	margin: 15px 0;
	background: #3fa895;
	padding: 5px;
	text-align: center;
	color: #fff;
	float: left;
    width: 100%;
}

.p-estate-page .p-footertext {
    border-top: 1px solid #3fa895;
}

@media (max-width: 767px) {
	.p-elements-red-toolbar {
		margin: 0 0 5px 0;
	}
}

.p-elements-toolbar {
	position: relative;
	margin: 15px 0;
	border: 1px solid #ff0000;
	padding: 5px;
	text-align: center;
	color: #fa0209;
}

.p-elements-toolbar.p-estates-toolbar {
	border: 1px solid #3fa895 !important;
	color: #3fa895 !important;
}

.p-viewselection {
	position: absolute;
	left: 10px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.p-viewselection {
		display: none;
	}
}

.p-viewselection .active {
	color: white;
	background-color: #c11711;
	cursor: auto;
}

.p-estates-toolbar .p-viewselection .active {
	background-color: #3fa895;
}

.p-viewselection span {
	padding: 5px 0px;
}

.p-viewselection span .fa-lg {
    width: 30px;
}

.p-toolbar-title {
	font-size: 16px;
	margin: 0;
	font-weight: 500;
}

.p-sedcardoffline-overlay,
.p-agencyoffline-overlay {
	position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: rgba(100,100,100,0.3);
    z-index: 999;
    vertical-align: middle;
    text-align: center;
}

.p-sedcardoffline-div,
.p-agencyoffline-div {
    position: absolute;
    left: 50%;
    top: 200px;
	margin: -80px -150px;
    background: #666;
    border: 1px solid #fff;
    color: white;
    font-weight: 600;
    padding: 40px 60px;
    width: 280px;
}

/* ------------- Sedcard Tabs ----------- */

.p-sedcard ul, 
.p-sedcard li,
.p-element-details ul, 
.p-element-details li
{
	background: none !important;
}

.p-element-details .nav > li > a,
.p-sedcard .nav > li > a {
    padding: 9px 15px;
}

@media (max-width: 767px) {
	.p-element-details .nav > li > a,
	.p-sedcard .nav > li > a {
	    padding: 9px 10px;
	}
}

.p-element-details ul.nav,
.p-sedcard ul.nav {
	padding-left: 10px;
}

.p-element-details .tab-content {
	padding: 10px 20px 0 20px;
}

.p-sedcard .tab-content {
    padding: 10px 20px 0 20px
}

.p-element-details ul.nav > li > a:hover, 
.p-element-details ul.nav > li > a:focus, 
.p-element-details ul.nav > li > a:active {
	background: none;
	text-decoration: none;
	border: none;
	border-bottom: 1px #000 solid;
	margin: 0;
}

.p-element-details ul.nav > li > a {
    color: #666;
    border: none;
    border-bottom: 1px #c4c4c4 solid;
    margin: 0;
    font-weight: normal;
}

.p-element-details ul.nav > li.active > a {
    color: #000;
    border: none;
    border-bottom: 1px #c11711 solid;
    background: none;
    font-weight: 700;
}


.p-field .p-value {
	/* width: 140px; */
}

.p-element-details-tab .p-field li {
	float: left;
}

.p-element-details-tab .p-field li .p-val:after {
    content: ',';
    padding: 0 5px 0 0;
}

.p-element-details-tab .p-field li:nth-last-child(1) .p-val:after {
    content: '';
    padding: 0 0 0 0;
}

.p-element-details-tab .p-fieldset-2col-small {
	/* width: calc(30% - 20px); */
}

.p-element-details-tab .p-fieldset-2col-wide {
	width: calc(50% - 20px);
}

.p-element-details-tab .p-field li:nth-last-child(n+2) span:after {
	content: ",";
	padding: 0 5px 0 0;
}

.p-sedcard-services-tab .p-field.p-multi-column > ul {
	-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    display: block;
    min-height: 100%
}

.p-sedcard-services-tab .p-field .p-value {
    min-height: 0px;
}

.p-sedcard-contact-tab .p-field > .p-label,
.p-sedcard-details-tab .p-field > .p-label,
.p-estate-contact-tab .p-field > .p-label,
.p-estate-details-tab .p-field > .p-label,
.p-club-tab .p-field > .p-label {
	width: 150px;	
}

.p-sedcard-services-tab a.p-val { 
	color: #404040;
}

.p-sedcard-contact-tab ul {
	padding: 0px;	
}

.p-sedcard-contact-tab .p-googlemaps {
}

.p-sedcard-contact-tab > *,
.p-club-tab > *,
.p-estate-contact-tab > * {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
}

.p-sedcard-contact-tab > .p-contact-slogan,
.p-estate-contact-tab > .p-contact-slogan {
	padding-bottom: 5px;
}

.p-contactmeetme-details .p-field .p-value {
	overflow: visible;
}

.p-club-tab > *,
.p-sedcard-contact-tab > *,
.p-club-tab > * {
	vertical-align: top;
}

@media (max-width: 767px) {
	.p-club-tab,
	.p-sedcard-contact-tab {
	    -moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
	}
}

@media (max-width: 539px) {
	.p-club-tab,
	.p-sedcard-contact-tab {
	    -moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
	}
}

.p-sedcard-contact-tab .p-contact-owner {
    display: none;
}

.p-sedcard-contact-tab .p-field, 
.p-club-tab .p-field {
	margin: 5px 0 10px 0;
	position: relative;
}

/* 
.p-sedcard-contact-tab .p-field:nth-child(1), 
.p-club-tab .p-field:nth-child(1) {
	margin: 10px 0 0 0; 
}
*/

.p-sedcard-contact-tab .p-openingtimes-table, 
.p-club-tab .p-openingtimes-table {
	-webkit-text-size-adjust: auto !important; 
	margin: 10px 0;
	width: 100%;
}

.p-sedcard-contact-tab .p-openingtimes-247, 
.p-club-tab .p-openingtimes-247 {
	font-weight: 600;
	-webkit-text-size-adjust: auto !important; 
	margin: 10px 0;
}

.p-openingtimes-table td {
	padding: 0 5px 5px 0;
}

.p-openingtimes-table .p-time-td {
	font-weight: 600;	
}

.p-sedcard-contact-tab .p-club-images, 
.p-club-tab .p-club-images {
    margin: 10px 20px 0 0;
    float: left;
}

.p-sedcard-contact-tab .p-club-image img,
.p-club-tab .p-club-image img{
	width: 200px;
}

.p-price-details-tab .p-fieldset {
    float: left;
    margin: 0 20px 0 0;
    clear: none;
}

.p-price-details-tab .p-fieldset-2col {
	max-width: 350px;
}

.p-price-details-tab .p-prices-table {
    margin: 10px 0 0 0;
}

.p-price-details-tab .p-prices-table td {
	padding: 0 10px 5px 0;
    vertical-align: top;
    min-width: 120px;
}

.p-price-details-tab .p-prices-table .p-price-td {
	font-weight: 600;
	text-align: right;
}

.p-tour-details-tab .p-tour-table td {
	padding: 0 10px 5px 0;
}


/** ----- Images Tab -------- */

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

.p-element-images-tab .p-element-image {
	float: left;
}

.p-element-images-tab .p-element-image {
    float: left;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    margin: 5px;
}

.p-element-images-tab .p-sedcard-image img {
	margin: 0px !important;
	height: 240px !important;
}

.p-element-images-tab .p-estate-image img {
	margin: 0px !important;
	height: 240px !important;
}

.p-element-images-tab .p-agency-image img {
	margin: 0px !important;
	height: 240px !important;
}

/* ------------ Sedcard Details ---------*/

.p-element-details {
	display: table;
	width: 100%;
}

.p-element-details > * {
	display: table-cell;
}

.p-element-left-container {
    width: 400px;
    color: #fff;
    background-color: #383838;
    position: relative;
}

.p-element-right-container {
    background-color: #ececec;
    width: calc(100% - 400px);
    position: relative;
}

.p-bottom-container {
    background-color: #ececec;
    width: 100%;
    position: relative;
}

.p-element-detailview,
.p-recentlycreated-elements,
.p-element-comments {
   	margin: 0 0 50px 0;
}

.p-recentlycreated-elements,
.p-clubsedcards-elements,
.p-element-comments {
	padding: 10px 20px;
}

.p-clubsedcards-elements .p-sedcards-list-container {
	margin: 0 -20px 0 -12px;
    width: auto;
}

.p-recentlycreated-elements .p-elements-list-container {
/*
	zoom: 0.5;
	-webkit-zoom: 0.5;
	-moz-transform:  scale(0.5,0.5);
	-moz-transform-origin: left center;
	*/
}

.p-comments-panel {
	min-height: 100px;	
}

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

.p-comments-list {
	min-height: 50px;
}

.p-toolbar {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* --- Contact Tab --- */

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

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

/* ------- Register Page ------------ */

.p-register-div .p-2p-title {
	margin: 40px 0 10px 0;
	padding: 0px;
}

.p-register-div .p-2p-title {
	margin: 40px 0 10px 0;
}

.p-register-div.p-2p-container .p-2p-title h3 {
    text-align: left;
}


@media (max-width: 767px) {
	.p-register-div .p-selectionviewer-usergroups {
		text-align: center;
	}
}

.p-register-div .p-fieldset-noborder .x-fieldset-body {
    padding: 0px !important;
}

.p-register-div .x-panel-body-default {
	background: none !important;
}

/* --------------- Register Panel ---------  */

.p-selectionviewer-panel {
    width: 240px;
    min-height: 150px;
    float: left;
    padding: 20px;
    margin: 0 10px 10px 0;
    padding: 20px;
    border: 1px dashed #999;
    text-align: center;
    position: relative;
}

.p-selectionviewer-panel .p-selectionviewer-topleft {
    position: absolute;
    left: 15px;
    top: 15px;
}

.p-selectionviewer-panel:hover {
   	cursor: pointer;
    background-color: #fef9cd;
}

.x-touch .p-selectionviewer-panel:hover {
   	cursor: pointer;
    background: none;
}

.p-selectionviewer-panel.x-item-selected {
    background-color: #fff2b1 !important;
}

.p-selectionviewer-panel.x-view-item-focused {
    outline: 1px solid #999 !important;
}

.p-radio-btn {
	font: 18px/1 FontAwesome;
    color: #919191;
}

.p-radio-btn:before {
	content: "\f10c";
}

.p-radio-btn:hover:before {
	content: "\f192";
}

.p-selectionviewer-panel:hover .p-radio-btn:before,
.p-selectionviewer-panel.x-item-selected .p-radio-btn:before {
	content: "\f192";
}

.p-selectionviewer-panel.x-item-selected .p-radio-btn {
    color: #c11711;
}

.p-sales-wrap {
	min-height: 120px;
}

.p-usergroup-wrap {
	min-height: 180px;
    display: inline-flex;
    float: inherit;
    background-color: #fff !important;
}

.p-usergroup-wrap .p-usergroup-details {
	width: 100%;
}

.p-usergroup-title
{
	font-size: 18px;
    line-height: 18px;
    margin: 10px 0 10px 0;
}   

.p-sales-title
{
	font-size: 20px;
    line-height: 40px;
}  

.p-usergroup-description,
.p-sales-description
{
    font-size: 12px;
    line-height: 12px;
}  

.p-usergroup-wrap.p-selectionviewer-panel:hover {
   	cursor: pointer;
    background-color: transparent !important;
}

.p-usergroup-wrap.p-selectionviewer-panel.x-item-selected {
    background-color: #fff !important;
    color: #c11711;
}


.p-visitorcounter {
	margin: 15px 0 -35px 0;
	color: #999;
}

@media (max-width: 767px) {
	.p-visitorcounter {
	    padding: 0px 20px;
	}
}

.p-element-details-loading {
	width: 100%;
    height: 50%;
    /* margin: 130px -150px; */
    position: absolute;
    top: 45%;
    text-align: center;
}


/* -------------- Info View --------------------- */ 
.p-info-view .x-panel-header-default {
    background: none !important;
    border-bottom: 1px solid #ccc !important;
    margin: 0 10px 0 0;
    padding: 0 0 10px 0;
}

.p-info-view .x-panel-header-title-default {
    color: #000 !important;
}

.p-info-view .x-panel-default {

}

.p-info-icon {
	color: #c11711;
    padding: 5px;
}

.p-info-icon-label {
	line-height: 30px;
    vertical-align: super;
}

/* -------------- Post it --------------------- */ 

.p-element-postit {
    position: absolute;
	top: 5px;
    right: -15px;
    background: #c11711;
    color: white;
    border: 2px solid white;
    padding: 10px;
    box-shadow: 0px 0px 2px #000;
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

.p-element-card > .p-element-postit {
	zoom: 0.6;
	visibility: hidden;
  	opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}

.p-element-card:hover > .p-element-postit {
	zoom: 0.6;
	visibility: visible;
  	opacity: 1;
}

.p-estates-view-list .p-element-card > .p-element-postit {
	display: none;
}

.p-element-postit .p-element-postit-label1 {
    font-size: 20px;
    text-align: center;
    display: inherit;
    line-height: 20px;
}

.p-element-postit .p-element-postit-label2 {
    font-size: 20px;
    text-align: center;
    display: inherit;
    font-weight: 600;
    line-height: 20px;
}

.p-location-details .body {
	margin: 10px 0;
}


/* -------------- Primary Price label --------------------- */ 

.p-element-primaryprice {
    background: #c11711;
    color: white;
    border: 2px solid white;
    padding: 5px;
    box-shadow: 0px 0px 2px #000;
    margin: 2px 2px 10px 2px;
}
		    	
.p-element-primaryprice .p-element-primaryprice-duration {
    font-size: 10px;
    text-align: center;
    display: inherit;
    line-height: 12px;
}

.p-element-primaryprice .p-element-primaryprice-costs {
    font-size: 14px;
    text-align: center;
    display: inherit;
    font-weight: 600;
    line-height: 16px;
}

/* -------------- Favorite Btn --------------------- */ 

.p-sedcard-favorite-btn {
	position: relative;
}

.p-sedcard-favorite-btn .p-menu-favorite-lbl {
    color: #000;
    position: absolute;
    font-size: 10px;
    z-index: 10;
    font-weight: 700;
    margin: 1px -8px;
    width: 40px;
    /* top: 10px; */
    text-align: center;
}


.p-sedcard-favorite-btn .p-menu-favorite-label {
    margin-left: 30px;
    line-height: 22px;
}
    
.p-sedcard-favorite-btn .p-menu-favorite-icon {
	position: absolute;
    font-size: 24px;
    color: #fff;
    top: 4px;
}

.p-sedcard-favorite-btn.p-empty .p-menu-favorite-icon {
}

.p-sedcard-favorite-btn.p-empty .p-menu-favorite-lbl {
 	display: none;
}

.p-estate-favorite-btn {
	position: relative;
}


.p-estate-favorite-btn .p-menu-favorite-icon {
    position: absolute;
    font-size: 24px;
    color: #fff;
    top: 4px;
}

.p-estate-favorite-btn .p-menu-favorite-lbl {
    color: #000;
    position: absolute;
    font-size: 8px;
    z-index: 10;
    font-weight: 700;
    text-align: center;
    width: 40px;
    width: 38px;
    margin: 1px -8px;
}

.p-estate-favorite-btn .p-menu-favorite-label {
    margin-left: 30px;
    line-height: 22px;
}
    
.p-estate-favorite-btn2 {
	position: relative;
}

.p-estate-favorite-btn2 .p-menu-favorite-lbl {
	color: #3fa895;
    position: absolute;
    font-size: 20px;
    z-index: 10;
    font-weight: 700;
    margin: 16px -10px;
    width: 60px;
    /* top: 10px; */
    text-align: center;
    text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
}

.p-estate-favorite-btn2 .p-menu-favorite-icon {
	color: #fff;
	text-shadow: 1px 1px 1px #3fa895, 1px -1px 1px #3fa895, -1px 1px 1px #3fa895, -1px -1px 1px #3fa895;
	/*
	text-shadow: -2px 0 #3fa895, 0 2px #3fa895, 2px 0 #3fa895, 0 -2px #3fa895;
	*/
}

.p-estate-favorite-btn2.p-empty .p-menu-favorite-icon {
	color: #3fa895;
	text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
}

.p-estate-favorite-btn.p-empty .p-menu-favorite-lbl {
 	display: none;
}

.p-estate-favorite-effect {
	color: #3fa895;
    text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
}


/* ---------------- Speech bubble -----------------  */

.p-speechbubble {
    position: relative;
    padding: 7px 12px;
    background: #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: #000 solid 1px;
    color: #fff;
    margin-left: 10px;
}

.p-speechbubble:after {
    content: '';
    position: absolute;
    display: block;
    background: url(/resources/images/speech.png);
    width: 0;
    z-index: 0;
    left: -15px;
    bottom: -5px;
    width: 20px;
    height: 20px;
}

/* ------------- PaymentPackageViewer ----------- */

.p-paymentpackage-wrap {
	float: left;
	text-align: center;
    overflow: hidden;
    position: relative;
    height: 140px;
    width: 160px;
	border: 1px solid black;
	margin: 0 10px 10px 0;
}

.p-paymentpackage-label {
	font-weight: 700;
	color: #fff;
    background-color: #fe0000;
	padding: 5px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
}

.p-paymentpackage-costs {
	padding: 20px 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    font-size: 20px;
    font-weight: 500;
}

.p-paymentpackage-details {
	padding: 10px 30px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}

.p-paymentpackage-description {
	padding: 5px 5px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
}

.p-paymentpackage-description .price {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.p-paymentpackage-description .invalid {
    text-decoration: line-through;
}


.p-paymentpackageviewer .p-paymentpackageviewer-wrap.x-item-selected {
	background-color: #f2e3b2;
}

.p-paymentpackageviewer .p-paymentpackageviewer-wrap:hover {
	text-decoration: underline;
	cursor: pointer;
}

.p-paymentpackages-desc {
	margin: 0 10px 0 0;
}
.p-paymentpackages-desc {
	margin: 0 0 20px 0;
}
.p-paymentpackages-desc * {
	color: #fe0000;
	font-size: 20px;
	line-height: 30px;
}


/* ------------ CommentViewer ---------*/

.p-sedcard-comments {
	padding: 10px !important;	
}

.p-commentviewer .p-commentviewer-sedcard {
    width: 70px;
    display: inline-block;
    vertical-align: top;
}

.p-commentviewer .p-commentviewer-printsedcard .p-commentviewer-messagecontent {
    width: 150px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.p-commentviewer-wrap {
	margin: 0 0 20px 0;
	outline: none !important;
}

.p-commentviewer-messagebox {
	border-style: solid;
    border-width: 1px;
    margin: 0 0 5px;
    position: relative;
    padding: 10px 10px 10px 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
}

.p-commentviewer-messagebox:before
{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 15px;
    bottom: -12px;
    border: 6px solid;
    border-width: 0 12px 12px 0 !important;
    border-color: transparent #666 transparent transparent;
}

.p-commentviewer-messagebox:after
{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
	left: 14px;
    bottom: -9px;
    border: 10px solid;
    border-width: 0 12px 12px 0 !important;
    border-color: transparent #fff transparent transparent;
}

.p-commentviewer-messagebox .p-commentviewer-title {
	float: left;
	font-weight: bold;
    width: calc(100% - 70px);
    min-width: 100px;
    overflow: hidden;
}

.p-commentviewer-messagebox .p-commentviewer-rating {
	float: right;
}

.p-commentviewer-messagebox .p-commentviewer-rating span {
	display: none;
}

.p-commentviewer-messagebox .p-commentviewer-message {
	clear: both;
}

.p-commentviewer-addon {
    padding: 0 0 0 40px;
    height: 18px;
}

.p-commentviewer-addon div {
    float: left;
}

.p-commentviewer-addon .p-commentviewer-author:after {
    content: ' /';
}

.p-commentviewer-addon .p-commentviewer-author {
    padding-right: 5px;
}


/* ---------- Sedcards Map ------------ */

.p-container-for-map .p-elementfilter-div {
    min-height: 340px;
    min-width: 240px;
    position: relative;
}

.p-container-for-map .p-element-space {
	position: absolute;
	top: auto;
	margin: 0px !important;
	background: none;
	box-shadow: none;
	max-width: 500px;
	min-height: inherit;
}
@media only screen and (min-width: 500px) {
	.p-container-for-map .p-element-space {
	    left: calc(50% - 250px);
	}
}
    
.p-container-for-map .p-element-space .p-btn {
    padding: 3px;
    width: 100%;
    max-width: 100%;
    font-weight: 600;
}

.p-container-for-map .p-element-space .p-btn .p-btn-label {
    font-size: 13px;
    line-height: 26px;
    margin-left: 30px;
}

.p-container-for-map .p-element-space .p-element {
	margin: 0 auto;
	width: calc(100% - 50px);
	height: 100%;
	background: rgba(0,0,0,0.5);
	box-shadow: none;
	position: relative;
	z-index: 101;
}

.p-container-for-map .p-element-space.p-multiple-elements .p-element-details-container {
	position: absolute;
    width: calc(100% - 80px);
    top: 0px;
    left: 40px;
    overflow: hidden;
    height: 100%;
}

.p-container-for-map .p-element-details > * {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.p-container-for-map .p-element-details .p-element-info-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.p-container-for-map .p-element-space.p-one-element .swiper-pagination {
	display: none;
}

.p-container-for-map .p-element-space.p-multiple-elements .swiper-pagination {
	top: 5px;
    left: 5px;
    width: initial;
    background: rgba(0,0,0,0.5);
    height: 25px;
    border-radius: 6px;
    padding: 5px;
}
    
.p-container-for-map .p-element-space .p-element-navigation {
	padding: 0px;
    background: none;
}

.p-container-for-map .p-element-space .p-space-navigation {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
}

.p-container-for-map .p-element-space.p-one-element .swiper-button-prev,
.p-container-for-map .p-element-space.p-one-element .swiper-button-next {
	display: none;
}

.p-container-for-map .p-element-space .swiper-button-prev {
	background: none !important;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
}
.p-container-for-map .p-element-space .swiper-button-prev:before {
    content: "\f104";
}

.p-container-for-map .p-element-space .swiper-button-next {
	background: none !important;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    text-align: right;
}
.p-container-for-map .p-element-space .swiper-button-next:before {
    content: "\f105";
}

.p-container-for-map .p-element-left {    
    position: absolute;
    width: 130px;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.p-container-for-map .p-element-right {    
    position: absolute;
    height: 100%;
    top: 0px;
    left: 135px;
    width: calc(100% - 140px);
}

.p-container-for-map .p-one-element .p-element-right {
    width: calc(100% - 170px);
}

.p-container-for-map .p-element-details-image-panel {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}

.p-container-for-map .p-element-image img {
    background-color: rgba(0,0,0,0.4);
}

.p-container-for-map .p-element-details {
	display: block;
    margin: -5px 0;
}
    
.p-container-for-map .p-element-details .p-element-info-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.p-container-for-map .p-element-details .p-element-info-title,
.p-container-for-map .p-element-details .p-element-info-subtitle {
    margin-right: 35px;
}

.p-container-for-map .sedcard.favorite-active .favoriteBtn > * > * > span {
	left: 0px;
    top: 5px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    position: absolute;
}

.p-container-for-map .p-element-details .p-element-info-btn {
	width: 30px;
    right: 0px;
    position: absolute;
    top: 10px;	
}

.p-container-for-map .p-element-space .p-element-navigation {
	position: absolute;
    bottom: 5px;
    height: auto;
    max-width: 250px;
}

.p-container-for-map .p-element-space .p-element-navigation > *{
    margin: 3px 0 0 0;
}
 
.p-container-for-map .p-element-images {
	margin: 5px -20px 0 5px;
    height: 100%;
    width: 100%;
}
    
.p-container-for-map .p-element-images .p-element-image {
	width: 100%;
    height: 100%;
    margin: 0px;
}
 
.p-elements-map-container {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.p-container-for-map .p-element-space .p-close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1001;
    font-size: 10px;
    font-weight: 200;
    background: rgba(0,0,0,0.5);
    padding: 5px 7px;
    border-radius: 6px;
    line-height: 14px;
    color: #ddd;
    cursor: pointer;
}

.p-container-for-map .p-sedcard-marker {
	width: 50px;
	height: 50px;
	background: #eee;
	border: 3px solid #c11711;
	overflow: hidden;
}

.p-container-for-map .p-sedcard-marker:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 20px;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #c11711 transparent;
    display: block;
    width: 0;
}
 
.p-container-for-map .p-sedcard-marker img {
    width: 100%;
    height: initial;
    /* overflow: hidden; */
    margin-top: -5px;
}

.p-container-for-map .p-sedcard-marker.p-sedcard-online:before {
	content: '';
    z-index: 2;
    position: absolute;
    background: #69e745;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    right: -4px;
    top: -4px;
}


/* -----------------------Map ---------------------- */
.p-agency-map-container {
}
.p-agency-map-map {
}
.p-agency-map-menu {
    margin: 20px 0px 40px 80px;
    padding: 0px;
}

.p-agency-map-menu ul {
	-webkit-columns: 3;
    -moz-columns: 3;
	columns: 3;
    margin: 0px;
    padding: 0px;
}

.p-agency-map-menu-sep {
    margin: 6px 0px 5px 0;
    width: calc(100% - 10px);
    border-bottom: 1px solid rgba(100, 100, 100, 0.2);
}

@media (max-width: 500px) {
	.p-agency-map-menu {
	    margin: 20px 0px 40px 0px;
	}
}

@media (max-width: 400px) {
	.p-agency-map-menu ul {
	    -webkit-columns: 2;
	    -moz-columns: 2;
	    columns: 2;
	}
}
.p-agency-map-menu li {
	display: block;
}

.p-activationrequired-captcha {
	margin: 30px auto;
    width: 200px;	
}

.p-article-morelink {
	padding: 8px 15px;
	margin-bottom: 40px;
	margin-top: 40px;
	list-style: none;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	width: 100%;
	text-align: center;
}

.p-article-sep {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin: 20px 0;
	width: 100%;
}

.p-articles-container {
	padding-bottom: 60px;
}

.p-articles-container img {
    max-width: 100%;
}