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

.body-back
{ background-image: url(../images/home-background.png?v=1.30);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  background-attachment:fixed;
	
}

 .video-con
{ border:5px solid #ccc;
}

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


.headline-text span {
    color: red;
    
}




.video-wrapper
{ margin:0 11%;
}


.vid-border {
    -webkit-box-shadow: 0px 0px 10px 3px #797979;
    box-shadow: 0px 0px 10px 3px #797979;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   
}


.cart-wrapper
{ margin:0 14%;
}


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

.sound-para {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin: 10px 0;
    display: inline-block;
	text-transform:uppercase;
	font-family:sans-serif;
}


.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: 20px;
    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: 18px;
    padding-top: 15px;
}


.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;
}


.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-red {
    color: red;
}

.cl-blue {
    color: blue;
}

.dmiss {
    font-size: 18px;
    margin-bottom: 20px;
	text-align:center;
	color:#666;
}

.cart-btn {
    width: 55%;
}

div#acces {
    margin-top: 20px;
}

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


section.cart-sec {
    margin-bottom: 10%;
}

/* exit pop up   */

.exit-modal {
    cursor: pointer;
    z-index: 11111;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}

.exit-modal .exit-modal-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 700px;
    margin: 10% auto 0;
}

.exit-modal .exit-modal-inner .exit-box-container {
	width: 100%;
	height: 100%;
	background-image: url(../images/dim-popup-final.gif?v30);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.button-holders {
    padding-top: 340px;
}



#index-exit-up-btn {
	background: #3273dc;
    border-color: transparent;
    color: #fff;
	border-radius: 290486px;
	border: 2px solid #3273dc;
    display: block;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

.exit-button.continue-button
{ background:#fff;
border:1px solid #dbdbdb;
border-radius:290486px;
}

.exit-button.continue-button:hover
{ text-decoration:none;
}





.exit-button {
    padding: 15px 0;
    margin: 0 auto 10px;
    max-width: 96%;
    border-radius: 5px;
	display: block;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
    box-shadow: 1px 0px 6px 1px #ccc;
}



#index-exit-up-btn h3 {
	color: #fff;
	font-size: 23px;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
}
#continueWatching h3 {
	font-size: 23px;
	color:#383737;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
}


/* unmutes button   */


.unmutes a
{ color: #000 !important;
    font-family: sans-serif;
    font-size: 51px;
    font-weight: 700;
    letter-spacing: -.02em;
    text-decoration: none;
    
}




.unmutes
{ 
text-align: center;
top: 0;
left: 0;
right: 0;
z-index: 4;
margin-bottom: 20px;
position:absolute;

}


.red-plus{
	color:red;
}






@media only screen and (max-width:480px)
{
	
	.headline-text {
    margin-top: 0px;
    font-size: 30px;
    padding: 0;
    line-height: 120%;
    margin-bottom: 11px;
}

.video-wrapper
{ margin:0;
}


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

.cart-btn {
    width: 91%;
}

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

.cart-wrapper
{ margin:0;
}

.sci-study
{ width:100%;
  padding: 20px 15px 0;
}

.exit-button {
    padding: 7px 0;
	margin-bottom:5px;
}





#exitModalBG .button-holders {
    padding-top: 48%;
}	
	

	#index-exit-up-btn h3 {
       font-size: 12px;
	}
	
	#continueWatching h3
	{ font-size:12px;
	}
	
	
	
}






