body {
	background-color:#FFF;
} header {
	transition: all .2s ease-in-out;
	background-color: unset;
	color: unset; color: #FFF;
	height:124px;
} .footer {
	background-color:#FFF;
	color: #000;
} footer .credit a:hover {
	color: #00F;
} footer > div > small > p {
    color:#000;
} h2 {
	background-color: rgba(255,255,255,0.8); background:
	-webkit-linear-gradient(left,rgba(255,255,255,.8) 0,rgba(255,255,255,.8)
	100%) no-repeat; color:#000;
}

header.fixed {
	transition: all .2s ease-in-out;
    background-color: #FFF;
    box-shadow: 0 .05rem 1rem rgba(0,0,0,.15)!important;
	color:#000;
	height:50px;
} header.fixed > .header {
    margin-top:8px;
	color:#000;
} header.fixed > .header a {
	color:#000;
} header.fixed #logo h3 {
	color:#000;
}

@media screen and (max-width: 724px) {
    header.fixed {
      height:75px;
    }
}

.body-back {
	background-color: #117;
} .main-content .context p {
/*	background-color: #FFF; color:#000;
	background-color: rgba(255,255,255,0.8);*/
} .admin .main-content {
	background-color: #FFF; color:#000;
} .main-content .page {
	background-color: #FFF;
} .page.form {
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.8);
	border:1px solid #FFF;
} .md-preview {
	background-color: #FFF;
}

.input-group-addon {
    background-color:#EEE;
    border: 1px solid #FFF;
    color:#000;
} .form-control {
    color: #222;
    border: 1px solid #FFF;
    border-radius: 4px;
}

.cssmenu ul li a:hover {
	color: #DDF;
} .cssmenu ul li.active a {
    color: #DDF;
} .swd-layout-cell div {
	background-color: unset;
	border: 1px solid #FFF;
} .swd-layout-cell div:hover {
	background-color: #FFF;
	border: 1px solid #D9D9FF;
} .swd-layout-cell a, .swd-layout-cell p {
	color: #000;
} .swd-layout-cell a:hover {
	color: #00F;
} .container.header.scrolled {
	margin-top: 8px;
	color:#000;
} .content {
	background-color: #FFF;
} .content .title h1 {
	color:#FFF; background: -webkit-linear-gradient(left,rgba(0,0,0,.4)
	0,rgba(0,0,0,0) 100%) no-repeat;
} .content .title h2 {
	color:#FFF; background: -webkit-linear-gradient(left,rgba(0,0,0,.8)
	0,rgba(0,0,0,.1) 100%) no-repeat;
}

.admin .swd-layout-cell div {
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.9);
}
