body {
	font-family: 'Quicksand_Book', sans-serif !important;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1;
}
#search-button:hover{
    background-color:#50E3C2 !important;
}
.nav-item{
    transition: all 0.3s ease-in;
}
.nav-item .nav-link, .nav-item{
    transition: all 0.3s ease-in;
}
.navbar{
	background-image: linear-gradient(40deg, #3e00dc, #1a35f3, #2c63eb, #4679ec, #618eeb, #569bee, #54a8ee, #5bb3ec, #31bae8, #12c8ff, #00c4ff, #00e8ff)
}
.nav-item:hover{
    border-radius: 5px;
}
.nav-item:hover .nav-link{
    color: #ebadff !important;
    text-shadow: 0px 1px 3px #006344C0;
}
.me-white{
	color:white;
}
.me-blue{
	color:#48B3E2;
}
.me-purple{
	color:#7494D6;
}
.me-purple2{
    color: #6b24b4;
}
.me-green{
	color:#50E3C2;
}
.me-dark-green{
	color:#24b47e;
}
.me-dark-blue{
	color:#247fb4;
}
.me-grey{
    color:#525f7f;
}
.me-pale-blue{
    color:#d9fcff;
}
.me-pale-purple{
    color:#fad9ff;
}
.me-dark{
	color:#334262;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

#msg_help{
    cursor:pointer;
    border: 1px #247fb4 solid;
    background:white;
    border-radius:50px;
    z-index:9999;
    position:fixed;
    bottom:-80px;
    left:10px;
    opacity:0;
    padding: 0.6rem 1.5rem;
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -moz-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
}
#msg_help p{    
    font-size:0.75em;
    letter-spacing: 0.11em;
    text-shadow: 0px 1px 3px #c000cd52;
    text-decoration: none !important;    
    
}
#dtBasicExample_wrapper{
    margin-top:30px;
}

.me_subscribe{
    
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
    transition: all .2s ease-in-out;
}
.me-text-subscr{
    letter-spacing: 0.11em;
    text-transform:uppercase;
    font-size:1.3em;
    text-align:center;
    font-weight:bold;
    border-bottom: 2px #cecece30 solid;
}
.onoffswitch {
    position: relative; width: 103px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Pay now";
    padding-left: 10px;
    
    background-color: #7494D6; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Pay later";
    padding-right: 10px;
    background-color: #CECECECE; color: #000000;
    
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 22px; margin: 4px; height: 22px;
    background: #FFFFFF;
    position: absolute; top: 2px; bottom: 0;
    right: 69px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.me-button-text{
    
    color:white;
    font-size:0.85em;
    letter-spacing: 0.11em;
    text-shadow: 0px 1px 3px #006344C0;
    text-decoration: none !important; 
}

/*Payment switch*/

.onoffpaymentSwitch {
    position: relative;
	width: 130px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffpaymentSwitch-checkbox {
    display: none;
}
.onoffpaymentSwitch-label {
    display: block;
	overflow: hidden;
	cursor: pointer;
    border-radius: 20px;
	box-shadow: 0 6px 12px -6px rgba(255, 206, 251, 0.33);
	-moz-box-shadow: 0 6px 12px -6px rgba(255, 206, 251, 0.33);
	-webkit-box-shadow: 0 6px 12px -6px rgba(255, 206, 251, 0.33);

}
.onoffpaymentSwitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffpaymentSwitch-inner:before, .onoffpaymentSwitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffpaymentSwitch-inner:after {
    content: "Paypal";
    padding-left: 30px;
	font-size: 1.05em;
    background-color: #046ba3;
	color: #FFFFFF;
}
.onoffpaymentSwitch-inner:before {
    content: "Credit card";
	font-size: 1.05em;
    padding-right: 30px;
    background-color: #43da96;
	color: #FFFFFF;
	text-shadow: 0px 1px 3px #006344C0;
    text-align: right;
}
.onoffpaymentSwitch-paymentSwitch {
    display: block; width: 22px; margin: 4px; height: 22px;
    background: #FFFFFF;
    position: absolute;
	top: 0px;
	bottom: 0;
    right: 100px;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffpaymentSwitch-checkbox:checked + .onoffpaymentSwitch-label .onoffpaymentSwitch-inner {
    margin-left: 0;
}
.onoffpaymentSwitch-checkbox:checked + .onoffpaymentSwitch-label .onoffpaymentSwitch-paymentSwitch {
    right: 0px;
}

/* End of Payment switch*/
.me-button-text:hover{
    color:white;    
}
.me-button:hover{
    background-color:#43da96;
}
.me-button{
    cursor:pointer;
    border-radius:5px;
    background-color:#3ecf8e;
    text-align:center;
    font-weight:bold;
    text-transform:uppercase;
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -moz-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    transition: all 0.3s ease,
}

.alert{
    min-width: 250px;
    margin-left: -125px;
    text-align: center;
    position: fixed;
    z-index: 1;
    left: 30%;
    bottom: 0px;
    -webkit-box-shadow: 10px 10px 24px -6px rgba(0,0,0,0.56);
    -moz-box-shadow: 10px 10px 24px -6px rgba(0,0,0,0.56);
    box-shadow: 10px 10px 24px -6px rgba(0,0,0,0.56);
    background-color:#7494D6; border:none;
    color:white;
}
.alert a{
    color: white !important;
    text-decoration: underline;
}

@media screen and (max-width: 55.1875em){

	.book-stack, .reset-meme{
		display:none;
	}

}


.loader {
  position:fixed;
  z-index:9999;
  top:50%;
  left:50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  
  
  border: 5px solid white;
  border-radius: 50%;
  border-top: 5px solid #68c2ff;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
   
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
