@charset "UTF-8";
/* CSS Document */

.full {
    width: 100%;	
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}

.u-custom-color-35,
        .u-body.u-custom-color-35,
        section.u-custom-color-35:before,
        .u-custom-color-35 > .u-audio-main-layout-wrapper:before,
        .u-custom-color-35 > .u-container-layout:before,
        .u-custom-color-35 > .u-inner-container-layout:before,
        .u-custom-color-135.u-sidenav:before,
        .u-container-layout.u-container-layout.u-custom-color-35:before,
        .u-table-alt-custom-color-35 tr:nth-child(even)
        {
            color: #ffffff;
            background-color: #00437b;
        }

.footer {
	background-color:#00437b;
	height: auto;
	padding-bottom: 5px;
	padding-top: 0px;
	position: relative;
	width: 100%;
	color: #000;
	
}

.footer-panel {
  width: auto;

}

.footer-header {
  padding-bottom: 0px;
  margin: 0px 0 0px;
  border-bottom: 1px solid #a08e50;
}

.footer-bottom {
	background: #fff;
	border-radius: 1px;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	color: #00437b;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}

.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h2 {
	color:#a08e50;
	font-size: 1.75em;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom:0px;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

.footer ul {
	font-size: 0.85rem;
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0;
	margin-top: 15px;
	color:#a08e50;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
	color:#fff;
}
.footer a {
	font-size: 0.85rem;
	color:#a08e50;
}
.footer a:hover {
	color:#a08e50;
	text-shadow: 1px 1px 2px #000;

}

.spaceFooter {
    margin-bottom:70px;
}


.social li {
	background: none repeat scroll 0 0 #a08e50;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #a08e50;
	background: #fff;
}
.social li a i {
	font-size: 13px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
