body {
	background-image: url("assets/sun_moon_qigong_ground.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	overflow:auto;
	margin: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
}
html { overflow-y: scroll;
}
.scalable {
	width: auto;
	height: auto;
	max-width: 100%;
}
.scalablem {
	width: auto;
	height: auto;
	max-height: 75px;
	max-width: 100%;
}
.rounded {
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.25);
}
.roundedh {
	border-radius: 60px;
	border: 1px;
}
.b {
	border-radius: 5px;
	box-shadow: 3px 4px 7px #CCC;
}
#layout-container {
	background-color: #FFF;
	margin: auto;
	box-sizing: border-box;
	padding: 20px;
	-moz-box-shadow: 0 0 15px 7px #444;
-webkit-box-shadow: 0 0 15px 7px#444;
box-shadow: 0 0 15px 7px #444;
}
.max-980 {
	max-width: 980px;
}
.max-1024 {
	max-width: 1024px;
}
.max-1280 {
	max-width: 1280px;
}
.max-1440 {
	max-width: 1440px;
}
.max-1600 {
	max-width: 1600px;
}
.max-none {
	max-width: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
	font-family: Federo, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

h1, h2 {margin-top: 0.5em;}

#p7DMM_1 {
	border-radius: 6px 6px 0px 0px;
}
.p7 {
	margin-top: 7px;
	padding-right:70px;
	text-align: right;
	}
.p7 a {
	white-space: inherit;
	word-wrap: break-word;
	}	
}
#masthead {
	position: relative;
	height: auto;
}
.top {
	left: 0.7em;
	top: 2px;
	width: 97%;
	border-bottom: 1px solid #ECB012;
}
#masthead h1 {
	font-family: darwycke;
	font-size: 3.5em;
	text-shadow: 3px 4px 7px #CCC;
}
#masthead h1 a, #masthead h1 a:hover {
	color: #000;
	text-decoration: none;
}
h1 {font-size: 1.20em; text-shadow: 3px 3px 6px rgba(200, 200, 200, 1); padding:0 30px 0 30px;
}
h1 a	{
	color: #000;
	text-decoration: none;}
h2 {font-size: 1.20em;}
h3 {font-size: 1.05em;}
h4 {font-size: 1em;
	text-align: center;
	padding-top:8px;
}
h5 {border-top:1px solid #CCC; 	margin-top:10px;
	padding-top:10px;
	font-size: 1em;
	text-align: center;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
}
h6 {padding-top: 8px;
	font-size: 1em;
	text-align: left;
	padding-bottom: 5px;
}
h2 a	{line-height: 5px;
		 color: #000;
}
h3 a	{
	padding-left: 10px;
	color: #000;
}
ul	{list-style-type: circle;}
.fancy_list li {
     padding-bottom:10px; }
a:focus { outline: none; }
a:link { color: #000; text-decoration: none; }
a:visited { color: #909999; text-decoration: none; }
a:hover { color: #EC7A0A; text-decoration: none; }
a:active { color: #EC7A0A; text-decoration: none; }
.lg {
	border-bottom: 1px dashed #999;
	text-decoration: none;
}
.p7dmm-fixed, .p7DMM-toolbar {
	background-size: contain;
	background-image: url(../assets/);
	background-repeat: no-repeat;
	background-position: 1em center;
	padding-left: 1.35em;
	border-radius: 0px !important;
}
#masthead-left {
	float: left;
	width: 25%;
	max-height: 130px;
}
#masthead-right {
	float: left;
	width: 75%;
	text-align: left;
}
#masthead form {
	margin-top: 1.25em;
}
input, button {
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.25);
	padding: .75em;
}
form {
	position: relative;
}
input.search-box {
	border-radius: 4px;
	border-right: none;
	border: 1px solid rgba(0,0,0,.25);
	width: 70%;
}
input.search-box:focus {
	background-color: #82CEE1;
}
input.search-button {
	background: url(img/search.png);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 32px;
	cursor: pointer;
	border: none;
	position: absolute;
	right: 5px;
	top: 0px;
}
#masthead.one-column #masthead-right, #masthead.one-column #masthead-left {
	float: none;
	width: auto;
}
#masthead.one-column #masthead-right {
	display: none;
}
.columns-container:after, #masthead:after {
	content: "";
	display: table;
	clear: both;
}
.columns-container {
	border: 0px solid;
}
.column {
	box-sizing: border-box;
}
.sidebar-right .column, .sidebar-both .column {
	float: left;
}
.sidebar-left .column {
	float: right;
}
.sidebar-none .column {
	float: none;
}
.sidebar-right .main-content, .sidebar-left .main-content {
	width: 75%;
	padding: 20px 30px;
}
.sidebar-both .main-content {
	width: 60%;
	padding: 20px 30px;
}
.sidebar-none .main-content {
	width: auto;
	padding: 20px 30px;
}
.sidebar-right .sidebar, .sidebar-left .sidebar {
	width: 25%;
	padding: 20px 20px;
}
.sidebar-both .sidebar {
	width: 20%;
	padding: 20px 20px;
}
.left-border {
	border-left: 1px dotted;
}
.right-border {
	border-right: 1px dotted;
}
#footer {
	background-color: #151515;
	color: #BBB;
	box-sizing: border-box;
	padding: 9px 30px;
	border-radius: 0px 0px 6px 6px;
	font-size: 80%;
	text-align: center;
}
#footer a {
	color: #BBB;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#footer a:hover {
	color: #FFF;
	border-bottom: 1px solid;
}
.content-link {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.content-link:hover {
	color: #AD2B2D;
	border-bottom: 1px solid;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.map-wrapper {
	position: relative; 
	padding-bottom: 100%; 
	padding-top: 0px; 
	height: 0px; 
	overflow: hidden; 
	margin-bottom: 20px; 
}
.map-wrapper iframe, .map-wrapper object, .map-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Row/Column Creator Rules*/
.vanilla-row .column-group .vanilla-column {
	box-sizing: border-box;
}
.vanilla-column {
	float: left;
}
.vanilla-row:after, .column-group:after {
	content: "";
	display: table;
	clear: both;
}
.column-5 {
	width: 5%;
}
.column-15 {
	width: 15%;
}
.column-18 {
	width: 18%;
}
.column-20 {
	width: 20%;
}
.column-22 {
	width: 22%;
}
.column-24 {
	width: 24%;
}
.column-25 {
	width: 25%;
}
.column-26 {
	width: 26%;
}
.column-27 {
	width: 27%;
}
.column-30 {
	width: 30%;
}
.column-32 {
	width: 32%;
}
.column-33 {
	width: 33.3334%;
}
.column-34 {
	width: 34%;
}
.column-35 {
	width: 35%;
}
.column-37 {
	width: 37%;
}
.column-38 {
	width: 38%;
}
.column-40 {
	width: 40%;
}
.column-45 {
	width: 45%;
}
.column-50 {
	width: 50%;
}
.column-55 {
	width: 55%;
}
.column-60 {
	width: 60%;
}
.column-65 {
	width: 65%;
}
.column-70 {
	width: 70%;
}
.column-74 {
	width: 74%;
}
.column-75 {
	width: 75%;
}
.column-80 {
	width: 80%;
}
.column-100 {
	width: auto;
	float: none !important;
}
.padded {padding: 5px 40px 40px 40px;}
.padded1 {padding: 5px 40px 20px 40px;}
.padded2 {padding: 0px 30px 30px 30px;}
.padded3 {padding: 0px 11px 30px 11px;
	text-align:center;}
.padded4 {padding: 0px 11px 30px 11px;}
.padded5 {padding: 0px 0px 30px 11px;}
.padded6 {padding: 5px 30px 10px 30px;}
.padded7 {padding: 5px 30px 25px 30px;}
.paddedm1 {padding: 10px 0px 0px 11px;
margin: 6px 11px 5px 0px;
text-align: left;
}
.paddedm2 {padding: 10px 11px 0px 11px;
margin: 6px 11px 0px 0px;
text-align: left;
}
.paddedk1 {padding: 11px 0px 11px 11px;
margin-top: 0px;
margin-right: 11px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}
.paddedk2 {padding: 11px 11px 11px 11px;
margin-top: 0px;
margin-right: 11px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}
.paddedb {
	padding: 20px 30px 20px 30px; 
}
.mb	{display:block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.mb2	{display:block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	box-shadow: 3px 4px 7px #CCC;
	}
.k	{
	padding-bottom:0px;
}
.bor {float:right;
	padding-left:30px;
}
.bol {float:left;
	padding-right:30px;
}
.newz	{				
	padding-bottom:5px;
	margin-bottom:25px;
}
.hb	{
	margin: 20px 150px;
	border: 0;
    height: 1px;
    background: -moz-linear-gradient(left center, transparent, black, transparent);
    background: -webkit-gradient(linear, left center, right center,
                                 color-stop(0, transparent),
                                 color-stop(0.5, black),
                                 color-stop(1, transparent));
}
.hbl	{
	margin: 10px 100px 0px 100px;
	border: 0;
    height: 1px;
    background: -moz-linear-gradient(left center, transparent, black, transparent);
    background: -webkit-gradient(linear, left center, right center,
                                 color-stop(0, transparent),
                                 color-stop(0.5, black),
                                 color-stop(1, transparent));
}
.hb1	{
	margin: -4px 0px 0px 0px;
	border: 0;
    height: 1px;
    background: -moz-linear-gradient(left center, transparent, black, transparent);
    background: -webkit-gradient(linear, left center, right center,
                                 color-stop(0, transparent),
                                 color-stop(0.5, black),
                                 color-stop(1, transparent));
}
.hb2	{
    margin: 4px 0;
	border: 0;
    height: 1px;
    background: -moz-linear-gradient(left center, transparent, black, black, transparent);
    background: -webkit-gradient(linear, left center, right center,
                                 color-stop(0, transparent),
                                 color-stop(0.5, black),
                                 color-stop(1, transparent));
}
.ht	{
    margin: 10px 0 0 0;
    border: 0;
    height: 1px;
    background: -moz-linear-gradient(left center, transparent, black, black, transparent);
    background: -webkit-gradient(linear, left center, right center,
                                 color-stop(0, transparent),
                                 color-stop(0.5, black),
                                 color-stop(1, transparent));
}
.hhb	{
	margin: 20px 0 0 0;
	border: 0;
    height: 1px;
    background: -moz-linear-gradient(left center, black, black, transparent);
    background: -webkit-gradient(linear, left center, right center,
                                 color-stop(0, black),
                                 color-stop(0.5, black),
                                 color-stop(1, transparent));
}
.hhbv	{
    margin: 4px 0;
	border: 0;
    height: 1px;
    background: -moz-linear-gradient(left center, transparent, black, black);
    background: -webkit-gradient(linear, left center, right center,
                                 color-stop(0, transparent),
                                 color-stop(0.5, black),
                                 color-stop(1, black));
}
.hht	{
    margin: 10px 0 0 0;
	border: 0;
    height: 1px;
    background: -moz-linear-gradient(left center, black, black, transparent);
    background: -webkit-gradient(linear, left center, right center,
                                 color-stop(0, black),
                                 color-stop(0.5, black),
                                 color-stop(1, transparent));
}
.hbk	{
    margin: 0px 0px 17px 0px;
    margin: 4px 0;
	border: 0;
    height: 1px;
    background: -moz-linear-gradient(left center, transparent, black, black, transparent);
    background: -webkit-gradient(linear, left center, right center,
                                 color-stop(0, transparent),
                                 color-stop(0.5, black),
                                 color-stop(1, transparent));
}
.hcb	{
    margin: 0px 0px 17px 0px;
    margin: 4px 0;
	border: 0;
    height: 1px;
    background: -moz-linear-gradient(left center, black, black, transparent);
    background: -webkit-gradient(linear, left center, right center,
                                 color-stop(0, black),
                                 color-stop(0.5, black),
                                 color-stop(1, transparent));
}
.hhc	{
    margin: 10px 0 0 0;
	border: 0;
    height: 1px;
    background: -moz-linear-gradient(left center, black, black, transparent);
    background: -webkit-gradient(linear, left center, right center,
                                 color-stop(0, black),
                                 color-stop(0.5, black),
                                 color-stop(1, transparent));
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	-webkit-text-size-adjust: none;
}
#layout-container {
	max-width: none;
	padding: 0px;
}
#masthead {
	padding: 5px 10px;
}
.column, .vanilla-column {
	float: none !important;
	width: auto !important;
}
.columns-container, .column-group {
	border: none;
	background-image: none;
}
#p7DMM_1, #footer {
	border-radius: 0px 0px 0px 0px;
}
#masthead-left, #masthead-right {
	float: none;
	width: auto;
	text-align: left;
}
#masthead form {
	margin-top: .5em;
	margin-bottom: .35em;
}
.left-border, .right-border {
	border: none;
}
input.search-box {
	width: 100%;
	box-sizing: border-box;
	min-width: 0px;
}
}

@media only screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust: none;
	font-size: 16px;
}
input.search-box, select:focus, input:focus {
	font-size: 10px;
}
input.search-box {
	width: 60%;
}
input.search-button {
	right: 41%;
}
}

@media only screen and (max-device-width: 480px) and (orientation : landscape) {
body {
	-webkit-text-size-adjust: none;
	font-size: 12px;
}
input.search-box {
	width: 70%;
}
input.search-button {
	right: 31%;
}
}
