/*
* Project: Matrix Update
* Author: IDH-media
* Comments:Template File
* Template Basic
*
*/

.section[data-temp='Map'] { height:100%; padding-top:0px; }

.section[data-temp='Map'] .container { text-align:center; }
.section[data-temp='Map'] .container .sub_section{ display:inline-block; margin:5px; }

.section[data-temp='Map'] { background:#222 !important; background-image:none; /* height:100%; */}
.section[data-temp='Map'] > .container { position:absolute; left:0px; right:0px; bottom:40px }

.section[data-temp='Map'] .logos { text-align:center; list-style:none; position:relative; top:-10px; display:none; }
.section[data-temp='Map'] .logos li { display:inline-block; margin:0px 5px; background:transparent; }
.section[data-temp='Map'] .logos li div { width:120px; height:80px; background-size:contain; background-position: 50% 50%; background-repeat:no-repeat; }

.footer_btn { color:#fff; }
.footer_btn_title { font-size:17px !important; display:inline-block; border:0px solid #fff; cursor:pointer; background:transparent; padding:20px;}
.footer_btn_title:hover { background:rgba(0,0,0,.3); }
.footer_btn_content {
  /*display:none;*/ position:fixed; left: 0px; right: 0px; top: 100%; height: 100%; z-index:4000;
  background: rgba(0,0,0,.99); padding: 100px 50px; overflow: auto; cursor:default;
  }


/* Footer Content SlideUp */
.footer_btn_content.active { top:0%; display:block; }
.footer_btn_close { position:absolute; top:80px; right:80px; border:1px solid #fff; height:50px; width:50px; background:rgba(255,255,255,.0); cursor:pointer; }
.footer_btn_close:after { content: 'X'; font-family: sans-serif; line-height: 50px; font-size: 25px; display:block; transition: all .3s; -webkit-transition:all .3s; -moz-transition: all .3s; }
.footer_btn_close:hover { color:#222; background:#fff; transform:rotateZ(45deg); }
.footer_btn_close:hover:after { transform:rotateZ(-45deg); }


/* Map */
.map_view { position:relative; width:auto; height:calc(100vh - 160px); display:block; background:rgba(0,0,0,.3); top:0px; }
