/*
===========================================================OpenPanel for Wordpress by SONHLAB.com - version 1.0
website: http://sonhlab.com
Documentation: http://docs.sonhlab.com/wp-openpanel-more-space-for-wordpress-sites/

build - 0005============================================================*/
/* OPENPANEL - REQUIRED */
#op-station {
	display:none;
	position:fixed;
	top:0px;
	z-index:999999;
	height:auto;
	width:100%;
}

.op-station-overflow {
	overflow-y:auto;
	overflow-x:hidden;
}
.op-panel {	position:absolute;	z-index:999999;	display:none;	width:100%;	height:auto;
}
.op-panelbg {	position:fixed;	width:100%;	min-height:100%;}

.op-panelctrl {
	width:auto;
	margin:auto;
	display:block;
	position:fixed;
	top:0px;
	z-index:999999;
	height:52px;
}
.op-panelctrl > .op-panelbt {	cursor:pointer;	height:32px;
	padding:0;}
.op-panelctrl > .op-panelbt > img {	height:32px;}
.op-bt-close,
.op-bt-next {	float:left;	margin:10px;
	display:block;}
.op-bt-closeall {	float:right;	margin:10px;
	display:none;}
.op-panelform {	margin:auto;	padding:20px;	position:relative;	top:52px;	z-index:999998;	height:auto;	overflow:auto;}
.op-tab {	cursor:pointer;}
.op-tab > br {
	/*display:none;*/
}
/* END OPENPANEL */


@media screen and (max-width:960px) {

	.op-panelctrl {

	}

}


/*========== START NOTICES ==========*/.op-notice {	display:block;	padding:20px;	margin:20px auto;}
.op-notice header {	height:30px;	margin-bottom:10px;}.op-notice-title p {	text-transform:uppercase;	font-family:"Dosis", sans-serif;	font-size:30px;	line-height:1;	color:#fff;	margin:0;}
.op-notice > p {	padding-right:10px;	height:32px;	font-family:"Roboto", sans-serif;	margin:0;}
.op-notice > p > span {	display:block;	height:32px;	line-height:32px;	font-size:16px;	padding:0;	margin:0;	float:left;	color:#fff;}
.notice-error {	background:#E51400;}
.notice-done {	background:#67B239;}/*========== END NOTICES ==========*/

/* MISC */.op-html {	overflow: visible !important;}
.op-inline {	display:inline-block;}
.clearspace { clear:both; }
