@font-face {
    font-family: 'Ridley Grotesk';
    src: url('../font/RidleyGrotesk-Regular.eot');
    src: url('../font/RidleyGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/RidleyGrotesk-Regular.woff2') format('woff2'),
        url('../font/RidleyGrotesk-Regular.woff') format('woff'),
        url('../font/RidleyGrotesk-Regular.ttf') format('truetype'),
        url('../font/RidleyGrotesk-Regular.svg#RidleyGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
	font-family: "Ridley Grotesk Regular";
	src: url("../font/RidleyGrotesk-Regular.woff") format("woff"), url("../font/RidleyGrotesk-Regular.woff2") format("woff2"), url("../font/RidleyGrotesk-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Ridley Grotesk Bold";
	src: url("../font/RidleyGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../font/RidleyGrotesk-Bold.woff") format("woff"), url("../font/RidleyGrotesk-Bold.woff2") format("woff2"), url("../font/RidleyGrotesk-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
*/
a:focus, a:hover {
	color: #fff;
	text-decoration: none;
}
.ui-navbar {
	display: none;
}
/*.inner-header {
	display: block;
	padding-right: 31px;
}*/



body {
	font-family: 'Ridley Grotesk';
	background-color: #000;
	background-image: url("../img/vault_bge.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-default.focus, .btn-default:focus {
    color: #eebc41;
    background-color: transparent;
    border-color: #8c8c8c;
}
/*
.backup-popup {
padding:0px 25px 0px 25px;
}*/

sup {
    top: -1.5em!important;
    font-size: 8px!important;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
    background: black;
}

b, strong {
    font-weight: bold;
    text-transform: uppercase;
	color:#eebc41!important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #797979;
}
.heading-story {
	background-image: url("../img/story.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	   min-height: 400px;
	   padding-left:5%;
}
.support-btn {
display:inline-block;
}
.heading-activity  {
	background-image: url("../img/activity_heading.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left:5%;
	min-height:400px;
}

.heading-exp {
    background-image: url(../img/archive.png);
    background-position: left bottom;
    background-repeat: no-repeat;
	padding-left:5%;
	   min-height: 400px;
}

.heading-dashboard {
	background-image: url("../img/digital-memo.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 400px;
	padding-left:5%;
}
.heading-add {
	background-image: url("../img/add-memos.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	   min-height: 400px;
	   	padding-left:5%;

}
.heading-bak {
    background-image: url("../img/backup-memos.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    min-height: 400px;
		padding-left:5%;
}
.inner_body {
    background-color: #000;
    background-image: url(../img/vault_bge_inner.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: inherit;
    overflow-x: hidden;
    margin: 0px auto;
}
.add-ico {
	background-color: #000;
	background-image: url("../img/add_icon.png");
	background-position: left center;
	background-repeat: no-repeat;
}
.dash-ico {
	background-color: #000;
	background-image: url("../img/home.png");
	background-position: left center;
	background-repeat: no-repeat;
}
.backup-ico {
	background-color: #000;
	background-image: url("../img/backup-icon.png");
	background-position: left center;
	background-repeat: no-repeat;
}
.export-ico {
	background-color: #000;
	background-image: url("../img/export_icon.png");
	background-position: left center;
	background-repeat: no-repeat;
}
.activity-ico {
	background-color: #000;
	background-image: url("../img/activity_icon.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.active a{
color:#eebc41!important;
}
body, input, select, textarea, button, .ui-btn {
	font-size: 1em;
	line-height: 1.3;
	font-family: 'Ridley Grotesk'!important;
}
a, p, h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	text-transform: uppercase;
}
img {
	max-width: 100%;
	height: auto;
}
label.error {
	font-size: 14px;
	text-transform: none !important;
	float: left;
}
.flach-container .error {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #000;
	z-index: 99999;
	padding: 10px 0 10px 0;
	text-transform: none;
	text-align: center;
	font-size: 20px;
	color: #ea4d4d;
}
.flach-container .success {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #000;
	z-index: 99999;
	padding: 10px 0 10px 0;
	text-transform: none;
	text-align: center;
	font-size: 20px;
	color: #abf45d;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
}
#wrapper {
	margin: 0px auto;
	max-width: 100%;
	padding: 20px;
	min-height: 800px;
}
.header-login {
	min-height: 80px;
	text-align: center;
}
/*.outer-logo {
    margin: 20% 0 0 40%;
    width: 100%;
}*/

/*
.outer-content-section {
    width: 100%;
    margin: 20% 0 15% 0;
}*/

.outer-page-heading {
	font-family: 'Ridley Grotesk';
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0px;
	font-weight: 800;
	font-size: 30px;
	width: 100%;
}
.f-input {
	font-size: 13px;
	padding: 8px 15px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
	height: 50px !important;
	background-color: #fff;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	border-color: #37383b;
	color: #55585c;
	line-height: 1.3;
	font-family: 'Ridley Grotesk';
	text-shadow: none !important;
}
.outer-btn:hover {
	background: #000000;
	order-width: 2px;
	border-color: #eebc41;
	color: #777777;
	text-decoration: none;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: 'Ridley Grotesk';
	font-weight: 800;
	letter-spacing: 0px;
}
.outer-btn {
	background: #eebc41;
	order-width: 2px;
	border-color: #000000;
	color: #000000;
	text-decoration: none;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: 'Ridley Grotesk';
	font-weight: 800;
	letter-spacing: 0px;
	padding: 11px 23px;
	line-height: 20px;
	font-size: 24px;
	border-radius: 0;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.mb-20 {
	margin-bottom: 20px
}
a {
	color: #eebc41;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
.outer-a {
	font-family: 'Ridley Grotesk';
	font-weight: 200;
	letter-spacing: 1px;
	padding: 20px 0px;
	line-height: 20px;
	font-size: 18px;
	margin-top: 10px;
}
label.error {
	margin: 0px;
	color: #ff0000;
}
.inner-footer {
	margin-top: 20px;
}
.inner-content {
/*width: 100%;
    min-height: 500px;
    margin: 20px 0;*/
    min-height: 300px;
}

.inner-content-add {
margin-top:10%;
}
.inner-btn {
	background: #eebc41;
	border-color: #000000;
	color: #000000;
	text-decoration: none;
	font-family: 'Ridley Grotesk';
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 16px;
	font-size: 16px;
	border-radius: 0;
	
	text-transform: uppercase;
}
.inner-btn:hover {
	background: transparent;
	border-color: #eebc41;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Ridley Grotesk';
	font-weight: 700;
	letter-spacing: 0px;

	line-height: 16px;
	font-size: 16px;
	border-radius: 0;
}
/*.add-memo-btn{
    letter-spacing: 1px !important;
}*/
.wallet_m {
background:#000;
padding:20px 20px 0px 20px;
}
.dash-b-btn {
display:none;
padding:0px 0px 10px 0px;
}
.shop-memo-btn {
	margin: 20px;
	text-align: center;
}

.shop-memo-btn1 {
margin-top:4%;
}
.memo-bank-section {
	padding: 20px;
	margin-top:10px;
}
/*.inner-logo {
    margin: 20px 0;
}*/

.main-menu {
	background-color: #000000;
	border-radius: 5px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: #eebc41;
	text-transform: uppercase;
}
.main-menu {
	margin-bottom:20px;
	text-align:center;
}
.main-menu > .nav-menu li {
	display: inline-block;
}
.main-menu ul li a {
	display: inline-block;
	padding: 0px 0px 0px 10px;
	border: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	width: 100%;/*  font-weight: 600;*/
}
.main-menu ul li a:after {
	content: "";
	color: #fff;
	padding: 0 25px;
	font-size: 12px;
	float: left;
}
.main-menu ul li a:hover, .main-menu ul .menu-item .current-menu-item a {
	color: #eebc41;
}
.main-menu ul li:last-child a:after {
	display: none
}
ul.menu {
	padding: 10px 10px 0px 0px;
	/*text-alignt: right;*/
}
.customer-support {
	background: #eebc41;
	color: #666666 !important;
	margin: 0 20px 0 0;
}
.main-menu ul li.customer-support a {
	color: #666666 !important;
}
.customer-support a:after {
	padding: 0 10px !important;
	color: #666666 !important;
}
.raida-img {
	margin: 20px;
	text-align: center;
}
.raida {
margin-top:4%;
}
.memo-img {
    position: relative;
    margin-left: 0px;
    border-collapse: collapse;
	margin-bottom:10px;
}
.container-box {

    padding: auto;
    border: 3px solid #564828;
    background: black;


}
.container-box:hover {

	/*background: url(https://www.celebrium.com/wp-content/uploads/2018/02/collect_memo.png) no-repeat 50%;*/
	background: black;
    border: 3px solid #eebc41;

}

.memo-img:hover .mouse-over-box:hover {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform-style: preserve-3d;
}
.mouse-over-box {
	width: 300px;
	height: 214px;
	border: 2px solid #eebc41;
	position: absolute;
	left: 15px;
	top: 0px;
	line-height: 214px;
	opacity: 0;
}
.add-memo-heading {
	font-weight: 800;
	font-family: Raleway, Arial, Helvetica, sans-serif
}
.file-upload-btn h3 {
	color: #000000;
	text-transform: uppercase;
	font-family: 'Ridley Grotesk';
	font-size: 24px;
	font-weight: bold;
	margin: 5px;
	letter-spacing:0px;
}
.file-upload-btn h4 {
	color: #000000;
	text-transform: uppercase;
	font-family: 'Ridley Grotesk';
	font-size: 16px;
	font-weight: bold;
	margin: 15px 5px;
	float: left;
	letter-spacing:0px;
}
.file-upload-btn {
	cursor: pointer;
	background: #eebc41;
	order-width: 2px;
	border-color: #000000;
	color: #000000;
	text-decoration: none;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: 'Ridley Grotesk';
	font-weight: 600;
	letter-spacing: 4px;
	padding: 11px 23px;
	line-height: 20px;
	font-size: 24px;
	border-radius: 0;
	display: inline-block;
	position: relative;
	margin-bottom: 0px;
}

/*
.modal-backdrop {
	opacity: 0.3 !important;
	z-index: 980 !important;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal {
	text-align: center;
	padding: 0!important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-body {

    position: relative;
    padding: 15px;
    background: black;
    color: white;

}

*/

.modal-body {
    padding: 15px;
    background: black;
    color: white;
}

.modal-backdrop {
	opacity: 0.3 !important;
	z-index: 980 !important;
}

/*PAGINATION*/



.pagination {

	display:inline-block;

	padding-left:0;

	margin:20px 0;

	border-radius:4px

}

.pagination>li {

	display:inline

}

.pagination>li>a, .pagination>li>span {

	position:relative;

	float:left;

	padding:6px 12px;

	margin-left:-1px;

	line-height:1.42857143;

	color:#eebc41;

	text-decoration:none;

	background-color:#000;

	border:1px solid #eebc41

}

.pagination>li:first-child>a, .pagination>li:first-child>span {

	margin-left:0;

	border-top-left-radius:4px;

	border-bottom-left-radius:4px

}

.pagination>li:last-child>a, .pagination>li:last-child>span {

	border-top-right-radius:4px;

	border-bottom-right-radius:4px

}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {

	z-index:2;

	color:#23527c;

	background-color:#eee;

	border-color:#ddd

}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {

	z-index:3;

	color:#000!important;

	cursor:default;

	background-color:#eebc41;

	border-color:#eebc41

}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {

	color:#fff;

	cursor:not-allowed;

	background-color:#383200;

	border-color:#ddd

}

.pagination-lg>li>a, .pagination-lg>li>span {

	padding:10px 16px;

	font-size:18px;

	line-height:1.3333333

}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {

	border-top-left-radius:6px;

	border-bottom-left-radius:6px

}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {

	border-top-right-radius:6px;

	border-bottom-right-radius:6px

}

.pagination-sm>li>a, .pagination-sm>li>span {

	padding:5px 10px;

	font-size:12px;

	line-height:1.5

}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {

	border-top-left-radius:3px;

	border-bottom-left-radius:3px

}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {

	border-top-right-radius:3px;

	border-bottom-right-radius:3px

}
.top-buttons {
text-align:right;
}


.ui-navbar li .ui-btn {
color:#fff;
}


.ui-navbar li .ui-btn:hover {
color:#eebc41;
}

.ui-navbar li .ui-btn:after{
color:#eebc41;
}

.memo_count {
    font-weight: bold;
    background: black;
    opacity: 0.7;
}
.memo_count:hover {
    font-weight: bold;
    background: black;
    opacity: 1;
}



input.memo-quantity{background: #000000; color: #ffffff; border: 1px solid #564828; border-radius: 0px;}


/*MEDIA QUERY*/


@media (max-width: 768px) {
.container-box {
    min-height: 100%;
    padding: auto;
    border: 3px solid transparent;
    background: black;
	max-width: 300px;
	margin:0px auto;
	text-align:center;


}
.container-box:hover {
    min-height: 100%;
	max-width: 300px;
	/*background: url(https://www.celebrium.com/wp-content/uploads/2018/02/collect_memo.png) no-repeat 50%;*/
	background: black;
    border: 3px solid #eebc41;
	margin:0px auto;
	text-align:center;

}

.top-buttons {
text-align:center;
}

.ui-navbar {
	display: block;
	position: fixed;
	background-color: #000;
	bottom: 0px;
	width: 100%;
}
.inner-header {
	display: none;
}
}

@media (max-width: 480px) {


.dash-b-btn {
display:block!important;

}


.inner-content-add {
margin-top:0%;
}

.wallet_m {
    background: transparent;
}

.support-btn {
display:none;
}

.memo-bank-section {

    padding: 0px;
    margin-top: 0px;

}


.inner-btn {
width:100%;
}

.raida {
margin-top:0%;
}


.shop-memo-btn1 {
    margin-top: 0%;
    margin-bottom: 15px;
}
.heading-story {
	background-image: none;
	padding:0px;

}

.heading-activity  {
	background-image: none;
	padding:0px;
}

.heading-exp {
    background-image: none;
	padding:0px;
	}

.heading-dashboard {
	background-image: none;
	padding:0px;
}
.heading-add {
	background-image: none;
/*	padding:0px;*/

}
.heading-bak {
    background-image: none;
	padding:0px;
}


}



/*
@media (max-width: 1024px) {
    .outer-logo {
        margin: 20% 0 0 25%;
    }

    .outer-content-section {
        padding: 0 5%;
        margin: 10% 0 5% 20%;
        width: 125%;
    }

    .outer-bottom-logo {
        width: 70%;
        margin: 10% 0 0% 15%;
    }

    .outer-bottom-logo img {
        width: 100%;
    }
}

/* Portrait tablets and small desktops */

/*
@media (min-width: 768px) and (max-width: 991px) {
    .outer-logo {
        margin: 20% 0 0 40%;
    }

    .outer-content-section {
        margin: 10% 0 5% 32%;
    }

    .outer-bottom-logo {
        margin: 0% 0 0% 20%;
    }
}

@media (max-width: 480px) {
    .outer-a {

    }

    .outer-logo {
        margin: 10% 0 0 15%;
    }

    .outer-content-section {
        width: 100%;
        padding: 0 5%;
        margin: 10% 0 5% 0%;
    }

    .outer-bottom-logo {
        width: 80%;
        margin: 0% 0 0% 10%;
    }

    .outer-bottom-logo img {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .outer-logo {
        margin: 5% 0 0 20%;
    }

    .outer-content-section {
        width: 100%;
        padding: 0 5%;
        margin: 5% 0 0% 0%;
    }

    .outer-bottom-logo {
        width: 80%;
        margin: 0% 0 0% 10%;
    }

    .outer-bottom-logo img {
        width: 100%;
    }
}
