@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: 'Merriweather', serif;
}

.container-fluid {
    overflow: hidden;
}

p {
  font-family: 'Merriweather', serif;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 25px;
}

p.special-pdp{
	line-height: 1.8;
}

p.testy{
  font-size: 2em;
  font-weight: 600;
}
.bga{
    padding:50px 0px;
}
.blks{
    color:black;
    text-align:center;
}
h1,h2,h3{
    font-family: 'Raleway', sans-serif;
    font-weight:bold;
}
.accordion {
    margin: auto;
}
.accordion input {
    display: none;
}
.box {
    position: relative;
    background: white;
    height: 64px;
    transition: all .15s ease-in-out;
}
.box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}
header.box {
    background: #00BCD4;
    z-index: 100;
    cursor: initial;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
}
header .box-title {
    margin: 0;
    font-weight: normal;
    font-size: 16pt;
    color: white;
    cursor: initial;
}
.box-title {
    width: calc(100% - 40px);
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.box-content {
    width: calc(100% - 40px);
    padding: 30px 20px;
    font-size: 11pt;
    color: rgba(0,0,0,.54);
    display: none;
}
.box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
input:checked + .box {
    height: auto;
    margin: 16px 0;
    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}
input:checked + .box .box-title {
    border-bottom: 1px solid rgba(0,0,0,.18);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
    display: inline-block;
}
.arrows section .box-title {
    padding-left: 44px;
    width: calc(100% - 64px);
}
.arrows section .box-title:before {
    position: absolute;
    display: block;
    content: '+';
    font-size: 18pt;
    left: 20px;
    top: -2px;
    transition: transform .15s ease-in-out;
    color: rgba(0,0,0,.54);
}
input:checked + section.box .box-title:before {
    transform: rotate(180deg);
    content: '-';
}
.bx{
    background: ghostwhite;
    border-radius: 10px;
    height: auto;
    border: 1px solid #ece0e0;
    padding: 20px;
    
}
#action_div {
    display: none;
}
.lhbig{
    line-height:40px;
}
.bigem{
    font-size:2.5em;
}
ol#alpha {
  list-style-type:upper-alpha;
}
ol#upper-roman{
  list-style-type:upper-roman;
  word-break: break-all;
}

.bigb{
    color:black !important;
    font-size:2em;
}
.green{
    color:green;
}
.text-center{
    text-align:center;
}
.ygb{
    background-color:yellow;
}
.blk{
    color:black;
}
h2{
    color:white;
}
h2.bgr{
        font-size: 3.5em;
    font-weight: 400;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
        background: #655c5c;
}

.vsl-page .navbar-inverse .navbar-nav>.menu-vsl>a, .vsl-page .navbar-inverse .navbar-nav>.menu-vsl>a:focus, .vsl-page .navbar-inverse .navbar-nav>.menu-vsl>a:hover{
        background: #655c5c;
}
.about-page .navbar-inverse .navbar-nav>.menu-about>a, .about-page .navbar-inverse .navbar-nav>.menu-about>a:focus, .about-page .navbar-inverse .navbar-nav>.menu-about>a:hover{
        background: #655c5c;
}
.store-page .navbar-inverse .navbar-nav>.menu-store>a, .about-page .navbar-inverse .navbar-nav>.menu-store>a:focus, .about-page .navbar-inverse .navbar-nav>.menu-store>a:hover{
        background: #655c5c;
}
.contact-page .navbar-inverse .navbar-nav>.menu-contact>a, .about-page .navbar-inverse .navbar-nav>.menu-contact>a:focus, .about-page .navbar-inverse .navbar-nav>.menu-contact>a:hover{
        background: #655c5c;
}
.book-page .navbar-inverse .navbar-nav>.menu-book>a, .about-page .navbar-inverse .navbar-nav>.menu-book>a:focus, .about-page .navbar-inverse .navbar-nav>.menu-book>a:hover{
        background: #655c5c;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #400404;
}
.zzz.scrolled a.special {
    color: white;
}
.wthing{
    color:white !important;
}
.mrgntp{
    margin-bottom:50px;
}
.col-centered{
  float:none;
  margin:0 auto;
}
.padtpt{
    padding-top:65px;
}
.coloref{
    color:#C72F2F;
}
.navbar-inverse{
  background:#1B1B1B;
}

a.special{
  border:1px solid white;
  border-radius: 10px;
}
p.advert-message{
  text-align:center;
}
span.sound-background{
  text-align:center;
}
h1.headline{
    font-family: 'Merriweather', serif;
      font-weight: 600;
      color:#FF0000;
}
h2.sbhead{
	font-family: 'Merriweather', serif;
	font-weight: 500;
	color:black;
}
h3{
font-weight: 400;
}

.reddish{
  background:#400404;
  padding: 50px 0px;
}
.reddish-2{
  background:#400404;
  padding: 0px 0px 20px 0px;
}
.testimonials{
  color:white;
  font-family: 'Merriweather', serif;
  text-align:center;
}
.graysh{
  color:#564E4E;
}
.footnotes p{
	color:#9C9C9C;
}
ol li{
    color:black;
    font-family: 'Merriweather', serif;
    font-size: 22px;
    font-weight:400 !important;
}
ul li{
   
   font-family: 'Merriweather', serif;
    font-size: 22px;
    padding:0 0 10px;
    line-height:1.8;
    list-style-position: inside;
    padding-left:0px;
}
.fbullets, .bullets{
	padding-left:0px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
        background: #655c5c;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #941111;
}
p.biggerp{
    font-size:2em !important;
    font-weight:bold;
}
p.smlend{
    font-size: 0.9em !important;
    padding: 0px 0 5px 0 !important;
}
.bonusred h2{
	font-weight:600 !important;
	    margin-top: 10px;
}
.bk p{
  font-size: 1.6rem;
    line-height: 1.625;
}
ul li{
  font-size: 22px;
    line-height: 1.625;
}
.red-btn{
  background:#BF0C0C;
  color:white;
  font-family: 'Rubik', sans-serif;
  padding:10px 30px;
  font-size:1.3em;
  font-weight: 600;
  border:none;
  margin-left: 20px;
}
.red{
    color:red;
}
.pdnbt{
  padding: 80px 0px;
}
.free-plan{
  color:white;
}
a.menuitem{
  text-decoration: none;
  color:white;
  font-family: 'Rubik', sans-serif;
  font-size: 17px;
  padding: 1px 12px;
  font-weight: 400;
}
.cb-note p {
  color:white;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.zzz.scrolled {
  background: white;
  transition: background-color 200ms linear;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999999;
  color: black;
}
    .flex-md{
    display: auto;
    align-items: center;
    }
    @media (min-width: 920px){
        .flex-md{
            display: flex;
            align-items: center;
        }
    }
.wd{
    word-break: break-all; 
}
.zzz.scrolled li a{
  color:black;
}


.grey-bg{
    background-color:#EEEEEE;
    border:1px solid #707070;
    margin-top: 15px;
    
}
.col-np{
    padding-left:0;
}
.bga{
    padding:50px 0px;
}
.ylwbonus{
    color:#FFDD00;
}
.blks{
    color:black;
    text-align:center;
}
.bx{
    background: ghostwhite;
    border-radius: 10px;
    height: 604px;
    border: 1px solid #ece0e0;
    padding: 20px;
    
}
.bonusred{
    background-color:#FF0000;
}
.bonusorange{
    background-color:#ECECEC;
    margin:15px 0;
}
.black-on-or{
    color:#000000 !important;
    margin-top:10px;
}
.mountain-bg{
    width:100%;
    height:360px;
    background-image:url('/statics/images/book/v2/mountains.jpg');
    background-size:100% 100%;
    margin:0 auto;
    background-repeat:no-repeat;
    background-size:auto;
}
.bonushr{
    width: 100%;
    height: 3px;
    background-color: #707070;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
.bonushrsml{
    width: 100%;
    height: 2px;
    background-color: #707070;
    margin: 0 auto;
    margin-top: 30px;
}


p.mgbtt{
	margin-bottom:25px;
}
.greybg{
    background-color:#FFCC00;
    margin-bottom:40px;
}
.lhbig{
    line-height:40px;
}
.bigem{
    font-size:2.5em;
}
.ywlb{
    background-color: #FFDD00;
    padding: 4px 30px;
    font-size: 44px;
    font-family: 'Merriweather', serif;
    
}
.best-deal{
    text-align:center;
    font-size:85px;
    color:#FF0000;
    font-weight:bold;
    line-height: 1.1;
    font-family: 'Raleway', sans-serif;
}
ol#alpha {
  list-style-type:upper-alpha;
}
ol#upper-roman{
  list-style-type:upper-roman;
  word-break: break-all;
}

.bigb{
    color:black !important;
    font-size:2em;
}
.green{
    color:green;
}
.text-center{
    text-align:center;
}
.ygb{
    background-color:yellow;
}
.blk{
    color:black;
}
h1.headline{
	
}
h2.bgr{
        font-size: 3.5em;
    font-weight: 400;
}
       background: #ffffff;
        color:#000000;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #400404;
}
.zzz.scrolled a.special {
    color: #941111;
}
.wthing{
    color:white !important;
}
.mrgntp{
    margin-bottom:50px;
}
.col-centered{
  float:none !important;
  margin:0 auto;
}
.padtpt{
    padding-top:65px;
}
.coloref{
    color:#C72F2F;
}
.navbar-inverse{
  background:#691a16;
}

a.special{
  border:1px solid white;
  border-radius: 10px;
}
p.advert-message{
  text-align:center;
}
span.sound-background{
  text-align:center;
}

h3{
font-weight: 400;
}
.reddish{
  background:#400404;
  padding: 50px 0px;
}
.reddish-2{
  background:#400404;
  padding: 0px 0px 20px 0px;
}
.testimonials{
  color:white;
  text-align:center;
}
.graysh{
  color:#564E4E;
}
.img-mg-bt{
    margin-bottom:5px;
}
p.biggerp{
    font-size:2em !important;
    font-weight:bold;
}
p.smlend{
    font-size: 0.9em !important;
    padding: 0px 0 5px 0 !important;
}
.bk p{
  font-size: 1.6rem;
    line-height: 1.625;
}
.red{
    color:#FF0000;
}
.red-btn{
  background:#BF0C0C;
  color:white;
  padding:10px 30px;
  font-size:1.3em;
  font-weight: 600;
  border:none;
  margin-left: 20px;
}
.pdnbt{
  padding: 80px 0px;
}
.free-plan{
  color:white;
}
a.menuitem{
  text-decoration: none;
  color:white;
  font-size: 14px;
  padding: 1px 12px;
  font-weight: 400;
}
.cb-note p {
  color:white;
  font-size: 13px;
  font-weight: 300;
}

    .flex-md{
    display: auto;
    align-items: center;
    }

.arr-rose{
    width: 0; 
  height: 0; 
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-top: 20px solid #800404;
  padding-bottom: 20px;
    margin:0 auto;
}
.ndod{
    display:none;
    }
     .ndom{
     display:none;
    }
.arr-chryblk{
    width: 0; 
  height: 0; 
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 20px solid #707070;
  padding-bottom: 20px;
    margin:0 auto;
}

.arr-bonus{
    width: 0; 
  height: 0; 
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 20px solid #FF0000;
  padding-bottom: 20px;
    margin:0 auto;
}
.chry{
    background: #FF0000;
    border-top-color: inherit;
    margin-top: 20px;
    padding:0;
    margin-bottom:16px;
}
.arr{
    width: 0; 
  height: 0; 
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 20px solid #800404;
  padding-bottom: 20px;
    margin:0 auto;
}
.about-arr{
        width: 0; 
  height: 0; 
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 20px solid #691a16;
  margin-bottom:0px;
}
.yellows{
    color: #FFD504;
}
.strikewas{
    font-size:22px;
    font-weight:400 !important;
}
.gri{
    background: #E7E6E6;
    margin-top:16px;
    margin-bottom:16px;
}
.classified{
    background-image: url("https://www.diysanctuary.com/statics/img/book-vs/classified.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
    }



.bgredtxt{
    color:red;
    font-size:1.7em;
    font-weight:bold;
}
.tann{
    background-color: #FFF2CC;
    padding: 20px 0px;
}
.highlitedtxt{
    background-color: #FFFF00;
}


/* .zzz.scrolled  a.special{
  color: #941111;
} */
.zzz.scrolled li a.special{
    border:1px solid black;
     border-radius: 10px;
}
.navbar>.container-fluid .navbar-brand{
      margin-bottom: 15px;
}
.rdd{
    color:#FF0000;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #400404;
}
.rose{
     background:#FFB2B2;
     border-top-color: inherit;
     margin-top: 20px;
}
.arr-rose{
    width: 0; 
  height: 0; 
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-top: 20px solid #FFB2B2;
  margin-bottom: 20px;
}
.chry{
     background:#FF0000;
     border-top-color: inherit;
     margin-top: 20px;
}
.arr{
    width: 0; 
  height: 0; 
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-top: 20px solid #950000;
  margin-bottom: 20px;
}
.about-arr{
        width: 0; 
  height: 0; 
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-top: 20px solid #400404;
  margin-bottom:0px;
}
.bgrtxx{
    font-size:20px;
}
.arrgr{
    width: 0; 
  height: 0; 
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-top: 20px solid #454545;

}
.ndod{
    display:none;
    }
     .ndom{
     display:none;
    }
.yellows{
    color: #FFD504;
}
h2{
    font-size: 35px;
}
h2.wth{
    color: white;
    font-size:40px;
    font-weight:600;
    margin-top:13px;
    margin-bottom:12px;
}
hr.special-hr{
    color: gray;
 height: 2px;
     background: gray;
     margin-bottom:25px;
}
hr.special-hr2{
    color: gray;
 height: 2px;
     background: gray;
   margin:0px;
}
h1.sptbig{
    font-size:4.5em;
}
.pdl-0{
    padding-left:0px;
}
.grii{
	background:#ECECEC;
	margin-bottom: 10px;
}
h2.lfhh{
	color:#FF0000;
	font-size: 60px;
	font-family: 'Merriweather', serif;
}
.bonusorange h2{
	font-family: 'Merriweather', serif;
	font-size:44px;
}
.classified{
    background-image: url("https://www.diysanctuary.com/statics/img/book-vs/classified.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
    }
h2.tws{
    font-size:26px !important;
}
h2.sbhh{
	font-family: 'Merriweather', serif;
    color:#000000;
}
.greybg h2{
	font-size:44px;
}
.paddsm{
    padding:10px;
}
h2.nrm{
	font-size:44px;
	font-family: 'Merriweather', serif;
}
@media (max-width: 549px){
    .mountain-bg{
    width:100%;
    background-image:url('/statics/images/book/v2/mountain-bgm.jpg');
    margin:0 auto;
    background-repeat:no-repeat;
    background-size:auto;
    height: 200px;
    background-position: center center;
    margin-top:20px;
    }
    p{
    font-size:17px;
}
ul li{
    font-size:17px;
}
ol li{ 
    font-size:17px;
}
.spmobile{
    padding-top:20px;
} 
.spmbb{
    padding-top: 20px;
    padding-bottom: 20px;
}
}

@media (min-width: 550px){
.mountain-bg{
    width:100%;
    height:360px;
    background-image:url('/statics/images/book/v2/mountains.jpg');
    background-size:100% 100%;
    margin:0 auto;
    background-repeat:no-repeat;
    background-size:auto;
}

}


@media (max-width: 768px){
    .mrgntp {
    margin-bottom: 0px;
    }
h2{
    font-size:22px;
    }
    h2.bgr{
    font-size: 1.7em;
    }
     .ndod{
    display:block;
    }
     .ndom{
     display:none;
    }
    h1{
    font-size:30px;
    }
    h2.lfhh{
    font-size:35px;
    }
    h2.sbhh{
    font-size:22px;
    }
    h1.headline{
    font-size:50px;
    }
    h2.wth{
    font-size:25px;
    }
    .pd4, .pd7, .pd3, .pd5,.pd6, .pd1, .pd8  {
    padding-top: 10px;
    }
    .greybg h2{
    font-size:30px;
    }
    .bonusorange h2{
    font-size:25px;
    }
    .ywlb{
    font-size:30px;
    }
    h2.nrm{
    font-size:25px;
    }
    .spmobile{
    padding-left:20px;
    }
    .bonushrsml{
    margin-top:10px;
    }
    .arr-chryblk{
    margin-bottom:0px;
    }
    p.npmobb{
    margin: 0 0 10px;
    }
}


@media (min-width: 768px){
.navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 15px 10px;
  }
   h1{
    font-size:36px;
    }
  .navbar-nav>li {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
    .ndom{
     display:block;
    }
    .headline{
    font-size:36x;
    }
    .ndod{
    display:none;
    }
  h2{
    font-size:35px;
    }
    h1{
    font-size: 2.9em;
    }

    .mrgntp {
    margin-bottom: 50px;
    }
   .arr-rose{
   margin-bottom:50px;
   }
   
   
}
.vsl-headline{
    font-family: 'Roboto', sans-serif;
    font-weight:700;
    font-size:50px;
}
.vsl-headline-color{
    color:rgb(255, 227, 0);
}
.ref p{
    color: #666666;
    float: left;
}
.navbar-inverse .navbar-nav>li>a{
    color:white;
}
.zzz.scrolled li a {
    color: black;
}
.zzz.scrolled li a:active {
    color: white !important;
}
.zzz.scrolled a.special {
    color: black !important;
}
.contact-page .navbar-inverse .navbar-nav>.menu-contact>a, .about-page .navbar-inverse .navbar-nav>.menu-contact>a:focus, .about-page .navbar-inverse .navbar-nav>.menu-contact>a:hover {
    background: #655c5c75;
}

 @media (min-width: 1200px){
     h2.smlhd{
 font-size:44px;
 margin-top:10px;
 }
 .pdtp-z{
 padding-top:20px; 
 }
    .bx{
    height:640px;
    }
     h1.headline{
    font-size:80px;
    }
    .white{
    width: 900px;
    }
    .white-2{ 
    width: 1200px;
    }
    .ptpp{
    padding:10px;
    }
    h2.hdr{
    font-size: 45px;
    }
    p.pdp{
        margin: 0 0 25px;
    }
    .pd1{
    padding-top:70px;
    }
    .pd2{
    padding-top: 55px;
    }
    .pd3{
    padding-top: 94px;
    }
    .pd4{
    padding-top: 85px;
    }
    .pd5{
        padding-top: 50px;
    }
    .pd6{
    padding-top: 25px;
    }
    .pd7{
    padding-top: 25px;
    }
    .pd8{
    padding-top: 45px;
    }
    .bonushrsml{
    margin-top:30px;
    }
    .arr-chryblk{
    margin-bottom:20px;
    }
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #9d9d9d !important;
}

