@media only screen and (max-width: 600px) {
  div.slider-parallax-inner div.section {
     background:#fff url(/wave_small.png) bottom left fixed no-repeat;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  div.slider-parallax-inner div.section {
     background:#fff url(/wave_medium.png) bottom left fixed no-repeat;
  }
}
@media only screen and (min-width: 1200px) {
	div.slider-parallax-inner div.section {
		background:#fff url(/wave_big.png) bottom left fixed no-repeat;
	}
}


#page-title {
    padding: 50px 0 30px 0;
}

h2 { 
	font-size: 20px;
	margin: 0 0 10px 0;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
    margin-bottom: 10px;
}

#content UL,
#content UL LI {
	margin-left:20px;
}

#header-wrap {
	border-bottom:1px solid rgba(0,0,0,0.05) !important;
}

/********************************************/

/* box Framed */
@media (min-width: 992px) {

	.box-framed #wrapper { bottom: 20px; }

	.box-framed #header #header-wrap,
	.box-framed #header.sticky-header #header-wrap,
	.box-framed #side-panel .side-panel-wrap { top: 20px; }

	.box-framed .frame-top,
	.box-framed .frame-bottom,
	.box-framed .frame-left,
	.box-framed .frame-right {
		position: fixed;
		top: 0;
		left: 0;
		background: #F5F5F5;
		z-index: 400;
	}

	.box-framed .dark.frame-top,
	.box-framed .dark.frame-bottom,
	.box-framed .dark.frame-left,
	.box-framed .dark.frame-right { background: #000; }

	.box-framed .frame-left,
	.box-framed .frame-right {
		bottom: 0;
		width: 20px;
	}

	.box-framed .frame-right {
		left: auto;
		right: 0;
	}

	.box-framed .frame-top,
	.box-framed .frame-bottom {
		right: 0;
		height: 20px;
	}

	.box-framed .frame-bottom {
		top:  auto;
		bottom: 0;
	}

	body.stretched.box-framed #header.full-header .container {
		padding-left: 50px;
		padding-right: 50px;
	}

	body.box-framed.side-panel-open #side-panel { right: 20px; }
	body.box-framed.side-panel-open .body-overlay { left: 20px; }
	.box-framed .one-page-arrow { bottom: 45px; }
}