﻿/* main footer */
.mfootCon {display:none;}
.footCon {display:block;}
.footCon {width:100%;line-height:1.5; text-align:center; font-size:9pt; color:#8e8d8d; position:absolute;bottom:0px; width:100%;height:45px;margin:0;margin-top:-49px; padding:0;padding-top:8px;  background:rgba(0,0,0,0.9);position: fixed;z-index:10000;padding-left:0px;}
.footCon a {color:#8e8d8d;}
.footCon .copyright { font-size:9pt;color:#8e8d8d;}

@media  (max-width : 768px) {
.mfootCon {display:block;}
.footCon {display:none;}
.mfootCon {width:100%;line-height:1.5; text-align:center; font-size:9pt; color:#8e8d8d; position:absolute;bottom:0px; width:100%;height:45px;margin:0;margin-top:-49px; padding:0;padding-top:8px;  background:rgba(0,0,0,0.9);position: fixed;z-index:10000;padding-left:0px;}
.mfootCon a {color:#8e8d8d;}
.mfootCon .copyright { font-size:9pt;color:#8e8d8d;}
}