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

/* Footer styles
   ------------------------------------------------------------*/

#footer {
	color: #999;
	text-align: center;
	font-size: 0.75em;
	margin-top: 50px;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
/*	color: #6CF; */
	color: #CCF;
}

#footer a:hover {
	text-decoration: none;
	color: #396;
}

/* MWDOC Footer Styles */
.footer-content-wrapper {
position: relative;
width: 100%;
padding-top: 70px;
background: #fafafa;
}

.site-info {
background: #ff8f00 none repeat scroll 0 0;
margin-top: 250px;
padding-top: 12px;
position: relative;
}

.site-info::after {
background: rgba(0,0,0,0) url(https://www.mwdoc.com/wp-content/themes/mwdoc_theme/assets/css/../images/mwdoc-footer-logo.jpg) no-repeat scroll 0 0;
content: "";
height: 154px;
left: 50%;
margin-left: -76px;
margin-top: -98px;
position: absolute;
top: -16px;
width: 153px;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
display: table;
content: " ";
}

.footermwdoc {
    color: white;
    text-align: right;
    margin-right: 20px;
    padding-top: 20px;
    height: 80px;
}

.footermwdoc a {
    color: white;
    text-decoration: none;
}
