/* styles for settings page */
.prmbr_main {
	position: absolute;
	z-index: 9999;
	min-height: 0;
	margin-top: 0!important;
	word-wrap: break-word;
}
/* add when position top */
.prmbr_top {	
	top: 0;
	left: 0;		
	width: 100%;
	height: auto;
}
body.logged-in .prmbr_top {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.logged-in .prmbr_top {
		top: 46px;
	}
}
/* add when position bottom */
.prmbr_bottom {
	width: 100%;
	left: 0;
}
/* add when position left*/
.prmbr_left {
	top: 0;
	left: 0;
	float: left;
	min-height: 100%;
	overflow: auto;
}
/* add when position right */
.prmbr_right {
	top: 0;
	min-height: 100%;
	overflow: auto;
	right: 0;
}
/*position when js is absent */
.prmbr_no_js {
	position: fixed!important;
}
/*for correct work Theme 2015 */
.prmbr_for_sidebar:before {
	width: 0%!important;
	z-index:-1;
}
.prmbr_for_sidebar_background {
	position: relative!important;
	top: 0!important;	
}
.prmbr_add_background {
	position: absolute;
	height: 100%;
	z-index:-1;
}
@media screen and (min-width: 59.6875em) {
	.prmbr_add_background {
		background-color: #fff;
	}
}
/*for correct work Theme 2014 */
@media screen and (min-width: 783px) {
	body.twentyfourteen_fix_head.masthead-fixed .prmbr_main {
		z-index: 3;
		top: 80px !important;
	}
	body.twentyfourteen_fix_head.masthead-fixed .site {
   		top: 48px;
	}
}