body
{
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #fff;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i
{
	float: right;
}
.full-width
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
}

img.bkg
{
	position: fixed;
	z-index: 1;
	right: 0;
	bottom: 0;
}
div.container
{
	border: 1px dotted rgba( 0,0,0, 0.2 );
	border: 1px dotted rgba( 0,112,110, 0.9 );
	position: relative;
	z-index: 1;
	-moz-box-shadow: 0px 5px 20px #aaa;
    -webkit-box-shadow: 0px 5px 20px #aaa;
	background-color: rgba( 255,255,255, .8 );
}
div.header
{
	padding: 1em 0 1em 0;
}
div.banner
{	
	
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
div.banner li
{
	box-shadow: inset 0px 0px 50px rgba(0,0,0,1);
	height: 150px;
	background-position: center center;
	background-size: cover;
}
div.banner img
{
	box-shadow: inset 0px 0px 50px rgba(0,0,0,1);
}
div.body
{
	padding: 2em 1em 2em 1em;
	border-top: 1px solid #666;
}
div.callout
{
	box-shadow: 0 8px 12px -6px #aaa;
}
div.footer
{
	background-color: rgba( 199, 44, 87, .9);
	padding: 1em;
	color: #fff;
	font-size: .6em;
}
 div.menu-side img
{
	max-height: 42px;
	border-radius: .3em;
	margin-right: .2em;
	opacity: 0.85;
}
div.menu-side img
{
	padding-right: .2em;
}
div.menu-side
{
	/*line-height: 1.2em;*/
}
div.line
{
	padding: .2em 0 .2em 0;
	clear: both;
}

#menu-sm-dropdown
{
	top: 70px !important;
	width: 90% !important;
	right: .8em !important;
	left: auto !important;
}
.menu-sm-button
{
	margin-bottom: 0;
}

.dropdown-pane
{
	padding: 0;
	margin: 0;
	-moz-box-shadow: 0px 5px 20px #666;
    -webkit-box-shadow: 0px 5px 20px #666;
    position: absolute;
    left: 0;
    outline: none;
}
.dropdown-pane li.heading
{
	background-color: rgba( 0, 112, 109, 1 );
	color:#fff;
	padding: .5em 1em .5em 1em;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}
.header ul.menu-more, .header ul.menu-sm
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header ul.menu-more li a, .header ul.menu-sm li a
{
	padding: .5em 1em .5em 1em;
	display: block;

	border-bottom: 1px solid rgba( 0,0,0, .07);
}
.header ul.menu-more li a:hover, .header ul.menu-sm li a:hover
{
	background-color: rgba( 0,0,0, .05);
}
.animated-button
{
	-webkit-animation: color-change 2s infinite;
    -moz-animation: color-change 2s infinite;
    -o-animation: color-change 2s infinite;
    -ms-animation: color-change 2s infinite;
    animation: color-change 2s infinite;
}
@-webkit-keyframes color-change {
    0% { background-color: rgba( 0, 112, 109, 1 ) }
    50% { background-color: rgba( 0, 112, 109, .2 ) }
    100% { background-color: rgba( 0, 112, 109, 1 ) }
}
@-moz-keyframes color-change {
    0% { background-color: rgba( 0, 112, 109, 1 ) }
    50% { background-color: rgba( 0, 112, 109, .2 ) }
    100% { background-color: rgba( 0, 112, 109, 1 ) }
}
@-ms-keyframes color-change {
    0% { background-color: rgba( 0, 112, 109, 1 ) }
    50% { background-color: rgba( 0, 112, 109, .2 ) }
    100% { background-color: rgba( 0, 112, 109, 1 ) }
}
@-o-keyframes color-change {
    0% { background-color: rgba( 0, 112, 109, 1 ) }
    50% { background-color: rgba( 0, 112, 109, .2 ) }
    100% { background-color: rgba( 0, 112, 109, 1 ) }
}
@keyframes color-change {
    0% { background-color: rgba( 0, 112, 109, 1 ) }
    50% { background-color: rgba( 0, 112, 109, .2 ) }
    100% { background-color: rgba( 0, 112, 109, 1 ) }
}

.stuck
{
	position: fixed;
	top: 20px;
	z-index: 99;
}