@charset "utf-8";
/* CSS Document */


#very-important1 {
	display: none; /* Hidden by default */
}
#very-important2 {
	display: none; /* Hidden by default */
}
#very-important3 {
	display: none; /* Hidden by default */
}
.m2 {
	margin: 2px 0px;
}
.popup {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    right: 50px;
    top: 50px;
    width: 300px;
    height: 320px;
    overflow: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding-top: 6px;
	padding-bottom: 12px;
	color: #f6c943!important;
	background-color: #1a1a1a;
	background-image: -moz-linear-gradient(#496b90, #1e2a36);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#496b90), to(#1e2a36));
	background-image: -webkit-linear-gradient(#496b90, #1e2a36);
	background-image: -o-linear-gradient(#496b90, #1e2a36);
	background-image: -ms-linear-gradient(#496b90, #1e2a36);
	background-image: linear-gradient(#496b90, #1e2a36);
	text-shadow: 2px 2px 0px #000;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-webkit-box-shadow: 0px 0px 14px 4px rgba(255,191,0,1);
    -moz-box-shadow: 0px 0px 14px 4px rgba(255,191,0,1);
    box-shadow: 0px 0px 14px 4px rgba(255,191,0,1);
	border-radius: 20px;
	filter: drop-shadow(0px 7px 7px #c2bdbd);
}

.popup-content {
    background-color: #fefefe;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #888;
    width: 84%;
}

/* .storeLink2 {
	margin: 12px auto;
	border-radius: 50px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding-top: 6px;
	padding-bottom: 12px;
	color: #ddd;
	background-color: #1a1a1a;
	background-image: -moz-linear-gradient(#496b90, #1e2a36);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#496b90), to(#1e2a36));
	background-image: -webkit-linear-gradient(#496b90, #1e2a36);
	background-image: -o-linear-gradient(#496b90, #1e2a36);
	background-image: -ms-linear-gradient(#496b90, #1e2a36);
	background-image: linear-gradient(#496b90, #1e2a36);
	text-shadow: 2px 2px 0px #000;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-webkit-box-shadow: 0px 0px 14px 4px rgba(255,191,0,1);
    -moz-box-shadow: 0px 0px 14px 4px rgba(255,191,0,1);
    box-shadow: 0px 0px 14px 4px rgba(255,191,0,1);
}
.storeLink2 a {
	color: #f6c943!important;
	text-decoration: none;
}
.storeLink2 a:hover {
	color: #ffbf00!important;
} */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}