@charset "utf-8";
/* CSS Document */

#top-band {
    background: #d9877c;
    min-height: 5px;
}

.vsl-body-bak 
{  background-image: url(../new-images/light-background.jpg?v=1.18)!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.white-wrapper
{ background:#fff;
margin:0 14%;
/*padding:0 20px;
*/}


.pre-head
{ text-align: center;
    font-size: 24px;
    font-family: sans-serif;
    color: #000;
    font-weight: 600;
    padding-top: 20px;
    margin-bottom: 0;
}

.headline-text
{ color: #000;
    margin-top: 0px;
    text-align: center;
    font-weight: 800;
    font-family: sans-serif;
    font-size: 45px;
    padding: 0 5%;
    line-height: 120%;
	margin-bottom:20px;
}

.headline-text span
{ color:red;
text-decoration:underline;
}




section
{ padding:0;
}
.ancient-h1
{ font-family: Arial,sans-serif;
    font-size: 47px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.35em;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
    margin: 5px 0 0;
	color:red;
	padding:0 20px;
}

.drk-h2
{ margin-top:0;}


#contact {
    background:none;
	color:#888;
	margin-bottom:40px;
}

div.footer-links a
{ color:#888 !important;
}

.pad-btm
{ padding-bottom:20px;
}

.cart-btn
{ width:55%;
}
.unmutes a
{ color: #000 !important;
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.02em;
    text-decoration: none;
    border-bottom: 5px solid #c90;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffbf00;
    background-image: url(../images/unmute.png?v=3);
    background-position: 4% center;
    background-repeat: no-repeat;
	
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .35);
    padding: 10px 20px 10px 57px;
    display: inline-block;
    -webkit-animation: 250ms infinite alternate;
    -moz-animation: color_change -10s infinite alternate;
    -ms-animation: color_change -10s infinite alternate;
    -o-animation: color_change -10s infinite alternate;
    animation: color_change ease-in-out 400ms infinite alternate;
	border:2px solid red;
}
		   
	
	




@-webkit-keyframes color_change {
		  from { background-color: #ffbf00; }
		  to { background-color: #ffdd93; }
		}
		@-moz-keyframes color_change {
		   from { background-color: #ffbf00; }
		  to { background-color: #ffdd93; }
		}
		@-ms-keyframes color_change {
		   from { background-color: #ffbf00; }
		  to { background-color: #ffdd93; }
		}
		@-o-keyframes color_change {
		   from { background-color: #ffbf00; }
		  to { background-color: #ffdd93; }
		}
		@keyframes color_change {
		  from { background-color: #ffbf00; }
		  to { background-color: #ffdd93; }
		}







.unmutes
{ /*text-align:center;
margin-top:10px;
margin-bottom:10px;
*/

text-align: right;
top: 10px;
left: 0;
right: 25px;
z-index: 4;
margin-bottom: 20px;
position:absolute;

}

.sound-para
{ 
font-size:14px;
color:#000;
font-weight:700;
margin: 10px 0;
display:inline-block;

}

.sound-para-div
{ text-align:center;
}


.sci-study
{ background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;
    margin: 0 auto;
    margin-top: 25px;
	width:80%;
}

.study-head {
    text-align: center;
   /* border-bottom: 1px solid #ddd;*/
    padding: 20px 0;
}

.study-head h3
{ margin-top:0;
font-weight:700;

}

.study-head p {
    margin-bottom: 0;
    font-size: 17px; 
    padding-top: 15px;
    line-height:163%;
}

.study-body {
    padding: 30px 0 10px;
}

.study-list li 
{ list-style-type:none;
word-break:break-word;
}

.study-list 
{ padding-left:10px;
}



.sound-para img
{ float:left;
}


.prefer-read-link
{ text-align:center;
margin-top:20px;
margin-bottom:30px;
}

.prefer-read-link a
{ color:#06f !important;
font-size:18px;
text-decoration:underline !important;
}

.add-cart-grn a
{ color: #fff;
    font-family: Oswald;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -.02em;
    text-decoration: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #2fc265;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
    padding: 10px 60px;
    cursor: pointer!important;
    position: relative;
    -webkit-transition: all 333ms ease;
    -moz-transition: all 333ms ease;
    -ms-transition: all 333ms ease;
    -o-transition: all 333ms ease;
    transition: all 333ms ease;
	text-transform:uppercase;
	color:#fff !important;
}

.add-cart-grn
{ text-align:center;
margin-top:20px;
margin-bottom:20px;
}

.add-cart-grn a:hover
{ color: #fff;
    background: #46cf78;
    cursor: pointer!important;
    -webkit-transition: all 333ms ease;
    -moz-transition: all 333ms ease;
    -ms-transition: all 333ms ease;
    -o-transition: all 333ms ease;
    transition: all 333ms ease;
}

.today-price
{ font-family: Arial,sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.35em;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
    margin: 0;
	color:#000;
}

.cl-blue
{ color:blue;
}

.cl-red {
    color: red;
}

.cl-green {
    color: #2fc265;
}

.cl-gray {
    color: #666;
}

.ta-center {
    text-align: center!important;
}

.dmiss
{ font-size:18px;
margin-bottom:20px;
}

.payment-img
{ margin-top:30px;
margin-bottom:20px;
}





@media only screen and (max-width:480px)
{
	.white-wrapper
	{ margin:0;
	padding:0;
	}
	
.container
{ padding:0;
}

.row
{ margin:0;
}

.ancient-h1 {
  
    font-size: 28px;
    line-height: 125%;
    margin: 20px 0 .35em;
  
}

.unmutes a 
{ font-size:16px;
}

.cart-btn
{ width:100%;
}

.today-price
{ font-size:26px;
}


.drk-h2 {
    margin-top: 0;
    font-size: 20px;
}

.mdl-head h5 {

	font-size: 24px;

}

.mdl-body {

	font-size: 15px;

}

.mybutton {

	font-size: 15px;

}

.exit-gif {

	margin-top: -70px !important;

}

.div-center {

	padding-top: 0px;

	text-align: left;

}

.bakg-list {

	margin-top: 0px;

}

.fedric {

	width: 100% !important;

}


.study-head h3, .study-list {
    display:none;
}

.study-head, .study-body
{
padding:0;
border-bottom:none;	
	
}

.study-head p {
    
    font-size: 17px;
    padding-top: 4px;
}

.unmutes a
{ 
    background-position: 3px center;
	background-size:14%;
	padding: 5px 7px 5px 27px;
  
    
   
}
	.unmutes
	{ right:20px;
	}

.sci-study

{ width:100%;
}

.pre-head {
   
    font-size: 17px;
    padding-top: 10px;
    margin-bottom: 0;
    line-height: 116%;
}	
	
	.headline-text {
   
    margin-top: 0px;
    font-size: 30px;
    padding: 0;
    line-height: 120%;
    margin-bottom: 11px;
}




}



