@font-face {
    font-family: 'century_gothic';
    src: url('/fonts/century_gothic/century_gothic.eot');
    src: url('/fonts/century_gothic/century_gothic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/century_gothic/century_gothic.woff') format('woff'),
         url('/fonts/century_gothic/century_gothic.ttf') format('truetype');


}
#bt_all_menu{
	position: absolute;
	top: 0px;
	right: 0px;
  	min-width: 130px;
  	min-height: 200px;
	background: rgba(0,0,0,0.65);
	padding: 15px 30px 30px;
	text-align: left;
}
#bt_all_menu img{
	cursor: pointer;
	position: absolute;
	right: 22px;
}
#bt_all_menu h2{
	color: #bebebe;
	font-family: 'fira_sans_light';
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
	cursor: pointer;
	text-align: right;
}
#bt_all_menu a{
	text-decoration: none;
}
#bt_all_menu h1{
    	color: #bebebe;
    	font-family: 'fira_sans_light';
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 50px;
	cursor: pointer;
	text-align: right;
}
#bt_all_menu h1:hover, #bt_all_menu h2:hover{
    color: #ff6c00;
}

#card_full_scr {
	position: absolute;
	top: 5px;
	right: 20px;
	cursor: pointer;
}