audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

body {
    background: white;
}

#MainTitle {
    width: 90%;
font-weight: 300;
text-align: center;
margin: 50px auto;
font-size: 50px;
color: #b50000;
letter-spacing: 2px
}

#ReviewSec {
    
    overflow: hidden;
    background: rgb(240,240,240);
    padding-top: 70px;
    padding-bottom: 100px;
    text-align: center;
    min-height: 100vh;
    font-weight: 100;
}

#ReviewSecInnerDiv {
    width: 90%;
    margin: 0 auto;
    max-width: 1300px;
    text-align: center;
     -webkit-column-count: 3; 
    -moz-column-count: 3; 
    column-count: 3;
    padding-top: 20px;
    column-gap: 0px;
    break-inside: avoid;

    
    
}

.ReviewItemPadding {
 -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
display:inline-block;
    padding: 30px;
    padding-bottom: 15px;
    padding-top: 15px;


    
}

.ReviewItemLarge {



    height: 600px;
    width: 400px;
    background-color:white;
    overflow: hidden;
    margin-left: -15px;
    border-radius: 3px;
 position: relative;
    
}

.ReviewItemSmall {



    height: 285px;
    width: 400px;
    background-color:white;
    overflow: hidden;
    margin-left: -15px;
border-radius: 3px;
     position: relative;

}



.ReviewImg {

    width: 100%;
    height: 50%;
    object-fit: cover;
    object-position: center;
        -webkit-filter: brightness(0.7);
-ms-filter: brightness(0.7); -moz-filter: brightness(0.7);filter: brightness(0.7);
     z-index: 2;
}

.ReviewImgVideo {
     width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
   

}

 .ReviewImgVideoDiv {
     width: 100%;
    height: 50%;
    overflow: hidden;
    
     

}
.ReviewVideo {
     margin-top: -300px;
}
.ReviewTextDiv {

    width: 100%;
    height: 50%;

    cursor: default;

}

.ReviewTextDivSmall {

    width: 100%;
    height: 100%;
    cursor: default;

}

.BackupImgVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.ReviewText {

    color: #d7ccc8;
    font-size: 17px;
    max-width: 710px;
  
    margin: 0 auto;
    text-align: justify;
    color: black;
    font-weight: 300;
    line-height: 135%;

}
.ReviewInnerDiv {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.ReviewName {
    font-size: 25px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    color: black;
    font-weight: 300;
line-height: 120%;
    text-align: left;
    padding-left: 15px;
    

}
.ReviewName span {
    font-size: 16px;
    padding-left: 0px;
    font-weight: 300;
    color: dimgray;
    padding-left: 10px;
    
}

.ReviewPlayButton {

    font-size: 80px;
    color: white;

    cursor: pointer;
    float: left;
    margin-right: -150px;
    position: relative;
    z-index: 10;
    top: 110px;
    right: -140px;
    
    background-color: white;
border-radius: 50%;
padding: 0;
overflow: hidden;
height: auto;
line-height: 1;
color: #b50000;
top: 115px;
right: -160px;
    outline-style: solid !important;
    outline-width: 0px !important;
    outline-color: rgba(255,255,255,0) !important;
    display: none;
}

.ReviewPlayButton:hover {

    left: 10px;

}

.ReviewQuoteTop {
    font-size: 40px;
    color: rgba(0,0,0,0.1);
     margin-left:-50px; 
    margin-right: 10px;
    position: relative;
    backface-visibility: hidden;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    
   
}
.ReviewQuoteBottom {
    font-size: 40px;
    color: rgba(0,0,0,0.1);
    margin-top: -20px;
  float: right;
    margin-right: -50px;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.ReviewAudio {
    bottom: 0px;
    left: 0px;
    right: 0px;
position: absolute;
    width: 100%;
    
}


.AudioReviewPlayButton {
  font-size: 50px;
color: #881124;
    cursor: pointer;
    float: right;

position: absolute;
    bottom: 10px;
    right: 20px;
}
.AudioReviewPlayButton:hover {
    opacity: 0.5;
}

.modal-content {
   max-width: 800px;
    margin: 0 auto;
   margin-top: 20px;
}

#FullReviewButton{
    font-size:12px;color:#881124;display:block;text-align:right;margin-bottom:-30px;font-weight:700; cursor: pointer;
}

#RefineDiv {
    
    height: 45px;
    width: 160px;
    margin: 0 auto;
    margin-top: 15px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: white;
    z-index: 2;
    padding-top: 10px;
    padding-left: 10px;
    overflow: hidden;
    transition: all 0.5s;
    border-top-right-radius: 3px;
    outline-color: rgba(0,0,0,0.2) !important;
    outline: solid;
    outline-width: 0px;
}
#RefineDiv:hover {
    height: 420px;
    outline-width: 100vw;
}

#RefineTitle {
    float: right;
    font-size: 15px;
    margin-top: 4px;
    color: gray;
    font-weight: 300;
    width: 115px;
    text-align: left;
}

#RefineCheckDiv {
    cursor: pointer;
    display: inline-block;
      -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;   
    display: block;
    overflow: hidden;
}

#RefineCheckDiv:hover #RefineTitle{
    color: black;
}
#RefineCheckDiv:hover #RefineCheckOutline{
    color: black;
}

#RefineCheckDiv:hover .RefineCheckFill{
    color: black;
}

.RefineCheckFill {
    position: absolute;
    z-index: 10;
    left: 10px;
    opacity: 1;
    color:gray;
    float: left;
}

#RefineCheckOutline {
    color:gray;
    float: left;
}

#RefineTopName {
    font-size: 20px;
    font-weight: 300;
    padding-right: 10px;
    height: 40px;
    margin-top: 3px;
    margin-bottom: 0px;
    
    
}

#RefineCategory {
    font-weight: 500;
    color: lightgray;
    text-align: left;
    font-size: 15px;
    margin-bottom: 5px;
    border-bottom: solid;
    border-width: 1px;
    border-color: rgb(240,240,240);
    width: 110%;
    margin-left: -10px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-top: 0px;
}

#NextPSec {
    height: 350px;
    background: white;
    border-bottom: solid;
    border-color: lightgrey;
    border-width: 1px;
    display: flex;
}
#NextPText {
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    margin: 0 auto;
    color: #881124;
    height: 100%;
    width: 50%;
    float: right;
    padding-top: 150px;
    cursor: pointer;
    order: 2;
}
#NextPText:hover {
    background: rgb(250,250,250);
}
#NextPText:hover i {
    animation-name: bounceRight;
}
#NextPText i {
    
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: relative;
    left: 35px;
    top: 2px;
    margin-left: -20px;
}

#NextPTextBack {
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    color: #881124;
    height: 100%;
    width: 50%;
    float: left;
    padding-top: 150px;
    cursor: pointer;
    order: 1;
}
#NextPTextBack:hover {
    background: rgb(250,250,250);
}
#NextPTextBack:hover i {
    animation-name: bounceLeft;
}
#NextPTextBack i {
    
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: relative;
    right: 35px;
    top: 2px;
    margin-right: -20px;
}

@-moz-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -moz-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-webkit-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateZ(-15px);
  }
}
@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

@-moz-keyframes bounceLeft {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -moz-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-webkit-keyframes bounceLeft {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateZ(15px);
  }
}
@keyframes bounceLeft {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}


#MoreButtons {

  
    font-size: 16px;
    font-weight: 700;
    background-color: #981328;
    display: inline-block;
    margin-top: 100px;

}

#MoreButtons:hover {

    background: #c61431;


}

#NextSec {
    height: 350px;
    background: white;
}
#NextText {
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    margin: 0 auto;
    color: #881124;
}
#NextText i {
    animation-name: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin-top: 5px;
}





#HomeSec {

    background-image: url(''); width: 100vw; height: 600px; background-size: cover; overflow: hidden;

     background: -webkit-linear-gradient(#33241E, rgba(0,0,0,1) 70%);
     background: -moz-linear-gradient(#33241E, rgba(0,0,0,1) 70%);
     background: -ms-linear-gradient(#33241E, rgba(0,0,0,1) 70%);
     background: linear-gradient(#33241E, rgba(0,0,0,1) 70%);
}

#HomeInnerDiv {
    max-width: 1500px; margin: 0 auto;height: 100vh;
}

#MFImg {

    height: 600px; float: right; margin-top: 50px; margin-right: -100px;

}

#HomeTextDiv {

    width: 650px; float: left; margin-top: 120px; margin-left: 100px; position: absolute;
}

#HomeTitle {

    font-size: 43px; color: white; font-weight: 500;line-height: 110%;
}

#HomeSubTitle {

    font-size: 19px; color: white; margin-top: 0px; font-weight: 300; text-align: justify;
    width: 480px;font-weight: 300;line-height: 140%;opacity: 0.8;
}

#HomeButtons {

    color: white; background: none; margin-top: 3px; position: relative; top: 5px;position:relative; top:15px;
    border: solid;
    border-color: #881124;
    border-width: 1px;
    font-size: 16px;
    font-weight: 700;
    background-color: #981328;

}

#HomeButtons:hover {

    background: #c61431;


}

#ReviewNextSec {



    height: 650px;
    background-color:#0e0a08;
    overflow: hidden;
 

}

#ReviewImg {

    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    float: left;
        -webkit-filter: brightness(0.7);
-ms-filter: brightness(0.7); -moz-filter: brightness(0.7);filter: brightness(0.7);
position: relative;
     z-index: 2;
    margin-left: -50%;
}

#ReviewImgVideo {
     width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: left;


}
 #ReviewImgVideoDiv {
     width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
     position: relative;
     z-index: 1;

}

#ReviewTextDiv {

    float: right;
    width: 50%;
    height: 100%;


}

#ReviewTitle {
    font-size: 20px;
    font-weight: 100;
    color: white;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 40px;
}

#ReviewText {

    color: #d7ccc8;
    font-size: 30px;
    max-width: 710px;
  
    margin: 0 auto;
    text-align: justify;
    color: white;
    font-weight: 100;
    line-height: 120%;


}
#ReviewInnerDiv {
    width: 60%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
}
#ReviewName {
    color: white;
    font-size: 25px;
    width: 710px;
    margin: 0 auto;
    padding-top: 30px;
    color: white;
    font-weight: 500;
line-height: 100%;
    text-align: left;
    padding-left: 15px;

}
#ReviewName span {
    font-size: 16px;
    padding-left: 0px;
    font-weight: 100;
    
}

#ReviewButtons {

    background: #881124;
    font-size: 18px;
    margin-top: 60px;
    margin-left: 0px;
    color: white;

    color: white;
    font-weight: 700;
}

#ReviewButtons:hover {

   background-color: #c61431;

}

#ReviewPlayButton {

    font-size: 120px;
    color: white;

    cursor: pointer;
    float: left;
    margin-right: -150px;
    position: relative;
    z-index: 10;
    top: 500px;
    right: -30px;
}

#ReviewPlayButton:hover {

    opacity: 0.7;

}

#ReviewQuoteTop {
    font-size: 50px;
    color: rgba(255,255,255,0.2);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    margin-left:-70px; 
    margin-right: 20px;
    
}
#ReviewQuoteBottom {
    font-size: 50px;
    color: rgba(255,255,255,0.2);
    margin-top: -30px;
  float: right;
    margin-right: -70px;
}


#CampSec {

    height: 800px;
    background-color: #f1eeec;

}

#CampSecInner {

    width:90vw;max-width:1100px;margin:0 auto; height:580px;
    background-color: white;
    border-radius: 3px;
}
 #CampSecInner:hover {
box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21)
}

#CampTitle {

    margin: 0px;
    padding-top: 40px;
    text-align: left;
    color: rgb(51, 36, 30);
    font-weight: 500;
    font-size: 40px;
    padding-left: 100px;

}

 #CampBottomText {
     height: 30px;
     overflow: hidden;
     width: 100%;
     font-size: 23px;
     font-weight: 300;
     color: dimgray;

     text-align: center;
 }

#CampImg {

    float: right;
    height: 380px;
    margin-top: 60px;
    margin-right: 50px;

}

#CampTextDiv {

    float: left;
    padding-left: 130px;
    padding-top: 40px;

}

#CampPointText {

    font-size: 25px;
    color: #727272;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
}

#CampPointCheck {

    font-size: 35px;
    position: relative;
    right: 10px;
    top: 8px;
    color: #D7CCC8;


}

#CampButton:hover {

    background-color: #c61431 !important;

}

#CampButton {
    background: #981328;color:white;font-size:22px;width:300px;display:block;margin-top:50px;
    margin-left: 30px;
    font-weight: 700;
}

#VideoSec {

    background-color: black;

}

#Video {
    height: 90vh;
    width: 100%;
    min-height: 300px;
    
}


#OtherSec {

    height: 600px;
    background-color: white;
    border-bottom: solid;
    border-width: 1px;
    border-color: lightgray;

     background: white; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(bottom,white,lightgrey); /*Safari 5.1-6*/
background: -o-linear-gradient(bottom,white,lightgrey); /*Opera 11.1-12*/
background: -moz-linear-gradient(bottom,white,lightgrey); /*Fx 3.6-15*/
background: linear-gradient(to bottom, white, lightgrey); /*Standard*/

}

#OtherTitle {

    color: #981328;
    font-size: 40px;
    margin-top: 0px;
    text-align: center;
    font-weight: 100;

}

#OtherSubtitle {
    text-align: center;
    color: dimgrey;
    font-size: 20px;
    max-width: 450px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 150%;
    margin-top: -10px;

}

#OtherButton {

    font-size: 18px;
    margin-top: 40px;
    margin-left: 0px;

    background-color:  #981328;
    color: white;
    margin: 0 auto;
    display: block;
    width: 300px;
    margin-top: 30px;
    font-weight: 700;

}

 #OtherButton:hover {

    background-color: #c61431;
}

#SubscribeSec {

    height: 750px;
    background-color: #18110e;

    text-align: center;
     background: -webkit-linear-gradient(#1f1511, black);
     background: -moz-linear-gradient(#1f1511, black);
     background: -ms-linear-gradient(#1f1511, black);
     background: linear-gradient(#1f1511, black);



}

#SubscribeTitle {

    color: white;
    margin-top: 0px;
    padding-top: 100px;
    font-size: 50px;
    text-align: center;
    font-weight: 700;

}

#SubscribeSubtitle {

    color:  white;
    font-size: 22px;
    text-align: center;
    opacity: 0.7;


}

 #SubscribePointParentDiv {


      width:800px;margin: 0 auto;height:200px;

    }

#SubscribePointDiv {

    text-align: left;
    height: 200px;
    color: white;
    float: left;

}

#SubscribePointText {

    font-size: 20px;
    margin-top: 7px;
    margin-bottom: 7px

}

#SubscribePointCheck {

    position: relative;
    right: 10px;
    top: 3px;
}

#Suscribe2M {
    font-size: 20px;
    color:  #c61431;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

#SubscribeFirstName {

    border: none;
    width: 250px;
    display: inline-block;
    background-color: white;
    font-size: 22px;
    text-transform: capitalize;
    color: #18110e;
    text-align: center;
    margin-right: -4px;
    border-right: solid;
    border-color: gray;
    border-width: 2px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;

}

#SubscribeEmail {

    border: none;
    width: 250px;
    display: inline-block;
    background-color: white;
    font-size: 22px;
    text-transform: capitalize;
    color: #18110e;
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-right: 5px;
    padding-left: 5px;


}

::-webkit-input-placeholder {
   color: gray;
}

:-moz-placeholder { /* Firefox 18- */
   color: gray;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: gray;
}

:-ms-input-placeholder {
   color: gray;
}

 #SubscibeButton {

    font-size: 20px;
    margin-top: 30px;
    margin-left: 0px;

    background-color:  #881124;
    color: white;
     width: 525px;
     margin-top: 0px;
     font-weight: 700;
     margin-bottom: 10px;
}

#SubscibeButton:hover {

    background-color: #c61431;

}

#SubscribeSmall {
    color: rgba(255,255,255,0.5);
}

#ReviewsNumber {
    font-size: 22px;
    font-weight: 300;
    color: dimgray;
    position: relative;
    bottom: -50px;
}

@media only screen and (max-width:1400px) {
    
    #ReviewSecInnerDiv {
          -webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;
        max-width: 850px;
        width: 95%;
    }
    
    
    
    
}
@media only screen and (max-width:900px) {
    
    #ReviewSecInnerDiv {
          -webkit-column-count: 1; 
    -moz-column-count: 1; 
    column-count: 1;
        max-width: 430px;
        width: 95%;
    }
    
    
    
}   

@media only screen and (max-width:450px) {
    
    .ReviewItemLarge, .ReviewItemSmall {
        width: 100%;
        margin: 0 0;
    }

    .ReviewItemPadding {
        padding: 10;
    }
    .ReviewItemLarge {
        height: 600px;
    }
    .ReviewImgVideoDiv {
        height: 300px;
        margin-bottom: 15px;
        
    }
    .ReviewVideo {
     margin-top: -200px;
}
    .ReviewText {
        font-size: 16px;
        width: 100%;
        line-height: 120%;
    }
    .ReviewQuoteTop {
        display: none;
    }
    .ReviewQuoteBottom {
        display: none;
    }
    .ReviewInnerDiv {
        width: 85%;
    }
    .ReviewPlayButton {
        top: 55px;
        left: calc(50% - 55px)
    }
    
    #RefineDiv:hover {
    outline-width: 0;
}
    
    #NextPSec {
        height: 300px;
        display: block;
    }
    #NextPTextBack {
        padding: 0px;
        width: 100%;
        height: 150px;
        float: none;
        display: block;
        margin: 0;
        padding-top:55px;
        border-bottom: solid 1px lightgray;
    }
     #NextPText {
        padding: 0px;
        width: 100%;
        height: 150px;
        float: none;
        display: block;
        margin: 0;
        padding-top:55px;
    }
    
    #MainTitle {
    font-weight: 300;
    margin: 20px auto;
    font-size: 30px;
        margin-top: 0px;
    }
    
}   

@media only screen and (max-width:350px) {
 .ReviewText {
        font-size: 15px;
        width: 100%;
        line-height: 115%;
    }
}















