

/*styles - nav*/
.h1, h1 {
  font-family: 'rifficbold';
  font-size: 32px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 35px;
  margin: 0 25px;
}

@media (min-width: 576px) {
  .h1, h1 {
    font-size: 56px;
  }
}

.h2, h2 {
  font-family: 'rifficbold';
  font-size: 24px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 0 15px 0;
}

@media (min-width: 768px) {
  .h2, h2 {
    font-size: 36px;
    padding: 24px 0 15px 0;
    margin: 0 25px;
  }
}

.navbar{
	z-index: 100;
}

.nav-clean {
  background-color: #6900c2;
}

#navcol-1 {
  font-family: 'rifficbold';
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #FFF;
}

@media (min-width: 992px) {
  #navcol-1 {
    font-family: 'rifficbold';
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #FFF;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #FFF;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #FFF;
}

.navbar-default .navbar-toggle.collapsed {
  border-color: white;
  border: 2px;	
}

.navbar-default .navbar-toggle{
 border-color: white;
 border: 2px;	
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgba(255,255,255,1.00);
} 

.navPad {
  padding-right: 25px;
}

.close{
	font-family: 'rifficbold' !important;
  	font-size: 32px !important;
  	color: #1A1A1A !important;
	opacity: 1 !important;
    float:right;
    z-index:101;    
}

/*------Flip----*/

#cvp {
  padding: 15px 0 25px 0;
  text-align: center;
  align-content: center;
}

@media (min-width: 768px) {
  #cvp {
    padding: 35px 0 25px 0;
  }
}

.cvpContainer{
	align-content: center;
	text-align: center;
}

.cvpIcon {
  background-image: url(../img/logos/cvpIcon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 80px;
  margin-bottom: 25px;	
}

@media (min-width: 576px) {
  .cvpIcon {
    height: 100px;
  }
}

/*------------------FOOTER------------------*/
#superfooter {
  width: 100%;
  height: 600px;
  background-color: #8c04ff;
  color: #FFFFFF;    
  text-align: center;
  padding: 50px 0px;
}

@media (min-width: 576px) {
  #superfooter {
    height: 550px;
  }
}

@media (min-width: 768px) {
  #superfooter {
    height: 280px;
  }
}

@media (min-width: 992px) {
  #superfooter {
    height: 250px;
  }
}

.sf-left {
  margin-bottom: 20px;
}

.sf-center {
  margin-bottom: 20px;
}

.sf-right {
  margin-bottom: 20px;
}

.footHead {
  color: #ffffff;
  font-family: 'Mouse Memoirs';
  font-size: 36px;
}

.social-foot a {
  font-size: 32px;
  padding-right: 10px;
  color: white;
}

.footCopy {
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 400;   
  color: #FFFFFF;    
}

.hash {
  font-size: 24px;
  font-family: 'Lato';
  font-weight: 700;    
  color: #FFFFFF;    
}

#footBasic {
  padding: 20px 0;
  font-size: 16px;
  height: 100px;
  background-color: #730dca;
}

@media (min-width: 768px) {
  #footBasic {
    padding: 20px 0;
    font-size: 14px;
    height: 65px;
    background-color: #730dca;
  }
}

.footlink { 
	color: #FFFFFF; 
}

.footlink:hover {
	color: #FFFFFF;
	text-decoration: none;    
}

.footer-basic {
  padding: 20px 0;
  color: rgba(255,255,255,.5);
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid rgba(255,255,255,0.25);
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.80;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}
/*----------------end FOOTER---------------------------*/

/*----------------section HEROES-----------------------*/
#sectionHero {
  align-content: center;
  padding-top: 55px;
  height: 165px;    
}

@media (min-width: 576px){
#sectionHero {
  align-content: center;
  padding-top: 57px;
  height: 227px;    
}
}

@media (min-width: 768px){
#sectionHero {
  align-content: center;
  padding-top: 59px;
  height: 309px;
}
}

@media (min-width: 992px){
#sectionHero {
  align-content: center;
  padding-top: 68px;
  height: 368px;      
}
}

#beansBluePage {
  background-color: #00aeef;
}

#beansPurplePage {
  background-color: #ac7cee;
}

#beansGoldPage {
  background-color: #CBAD31;
}

#beansHolidayPage {
  background-color: #08abb1;
}

#beansFuchsiaPage {
  background-color: #E559C2;
}

#beansTealPage {
  background-color: #01ccd9;
}

.sectionPlushie {
  background-color: #9933cc;
}

#chonksPage {
  background-color: #40c4ff;
}

.sectionChonk {
  background-color: #ff5252;
}

#jumboPage {
  background-color: #bf7af4;
}

.sectionJumbo {
  background-color: #ffd740;
}

#huggerPage {
  background-color: #ff8a65;
}

.sectionHugger {
  background-color: #ba68c8;
}

.heroIMG {
  height: 110px;
}

@media (min-width: 576px) {
  .heroIMG {
    height: 170px;
  }
}

@media (min-width: 768px) {
  .heroIMG {
    height: 250px;
  }
}

@media (min-width: 992px) {
  .heroIMG {
    height: 300px;
  }
}


.heroPlushie {
  background-image: url(../img/sec-hero-plushie.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.heroHoliday {
  background-image: url(../img/sec-hero-holiday.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.heroChonk {
  background-image: url("../img/sec-hero-chonk.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.heroJumbo {
  background-image: url(../../assets/img/sec-hero-jumbo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.heroHugger {
  background-image: url(../../assets/img/sec-hero-hugger.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.heroTITLE {
  font-family: 'rifficbold';
  font-size: 30px;
  color: #FFFFFF;
  padding: 40px 0 0 0;
}

@media (min-width: 576px) {
  .heroTITLE {
    font-size: 52px;
    padding: 60px 0 0 0;
  }
}

@media (min-width: 768px) {
  .heroTITLE {
    font-size: 70px;
    padding: 70px 0 0 0;
  }
}

@media (min-width: 992px) {
  .heroTITLE {
    font-size: 90px;
    padding: 90px 0 0 0;
  }
}
/*----------------end HEROES-----------------------*/


/*-------------------------------------------------*/
.sectionInfo {
  font-family: 'Mouse Memoirs';
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1.1px;
  color: #FFFFFF;
  margin: 50px 0 0 0;
  padding: 0 50px 10px 20px;    
}

@media (min-width: 768px) {
.sectionInfo {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1.1px;
  margin: 50px 0 0px 0;
  padding: 0 0 0 0;    
}
}

#sectionCopy {
  text-align: center;
  align-content: center;
}
/*----------DROP MENU------------*/

#dropSection {
  align-content: center;
    text-align: center;
    margin-bottom: 50px;
}

.plushieTag {
  font-family: 'rifficbold';
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding: 55px 0 0 0;
}

.dropBtn {
  font-family: 'rifficbold';
  border: none;
  color: white;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
}

/*-------------------------------------------------*/

#gallerySection {
}


/*--GALLERY--*/
#masterGrid {
  align-content: center;
  text-align: center;
}
/*--MODAL CHANGES--*/

.carousel-control-prev{
    z-index:15;
}
.carousel-control-next{
    z-index:15;
}

.carousel-control-prev-icon {
    width: 25px;
    height: 25px;
    margin-left: -25px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23323232' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
 
.carousel-control-next-icon {
    width: 25px;
    height: 25px;
    margin-right: -25px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23323232' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

@media (min-width: 360px){
    .carousel-control-next-icon {
    width: 25px;
    height: 25px;
    margin-right: -40px;
    }
    .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
    margin-left: -40px;
    }  
}

@media (min-width: 576px){
    .carousel-control-next-icon {
    width: 30px;
    height: 30px;
    margin-right: -45px;
    }
    .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    margin-left: -45px;
    }  
}
@media (min-width: 768px){
    .carousel-control-next-icon {
    width: 30px;
    height: 30px;
    margin-right: -50px;
    }
    .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    margin-left: -50px;
    }  
}


@media (min-width: 992px){
    .carousel-control-next-icon {
    width: 30px;
    height: 30px;
    margin-right: -65px;
    }
    .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    margin-left: -65px;
    }  
}

.close{
float:right;
font-size:2.5rem;
font-weight:900;
z-index:16;
margin-top: 25px;    
}

.carousel-caption{
top: 0px !important;
left: 0px !important;
right: 0px !important;    
padding-top: 0px !important;
padding-bottom: 0px !important;
}

.modal-dialog {
    
    max-width: 290px !important;
}
@media (min-width: 360px){
    .modal-dialog {
        max-width: 348px !important
    }
}

@media (min-width: 414px){
    .modal-dialog {
        max-width: 400px !important
    }
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 480px !important;
    }
}
@media (min-width: 768px){
    .modal-dialog {
        max-width: 500px !important
    }
}

@media (min-width: 992px){
    .modal-dialog {
        max-width: 550px !important
    }
}

.modal-body {
  padding: 0px 10px !important;
  margin-top: -25px;    
}

.carousel-indicators li{
    display:none;
}

/*TEXT--*/
.slide-text {
  text-align: top;    
  margin-top: 275px;  
  margin-left: 40px;   
}

@media (min-width: 360px) {
.slide-text {
    margin-top: 320px;  
    margin-left: 50px;   
  }
}
@media (min-width: 414px) {
    .slide-text {
    margin-top: 380px;  
    margin-left: 50px;  
  }
}

@media (min-width: 576px) {
  .slide-text {
    margin-top: 455px;  
    margin-left: 58px;  
  }
}
@media (min-width: 768px) {
  .slide-text {
    Margin-top: 485px;  
    margin-left: 58px;
     
  }
}

@media (min-width: 992px) {
  .slide-text {
    Margin-top: 580px;  
    margin-left: 58px;
     
  }
}

h3 {
	font-family: 'Montserrat';
    font-weight: 600;
	font-size: 12px;
    letter-spacing: 1px;
	color: #FFFFFF;
	text-align: left;
    margin-top: 8px;
}

h4 {
	font-family: 'rifficbold';
    font-weight: 800;
	font-size: 20px;
    letter-spacing: 1px;
	color: #FFFFFF;
	text-align: left;
    margin-top: -8px;
}

h5 {
	font-family: 'Montserrat';
    font-weight: 400;
	font-size: 13px;
    letter-spacing: 1px;
    line-height: 1;
	color: #FFFFFF;
	text-align: left;
    margin-top: -8px;   
}

@media (min-width: 360px){
h3 {
	font-size: 14px;
    margin-top: 10px;
}      
h4 {
	font-size: 24px;
    margin-top: -8px;  
}    
h5 {
	font-size: 16px;
    margin-top: -8px;
}
}

@media (min-width: 414px){
h3 {
	font-size: 15px;
    margin-top: 10px;
}      
h4 {
	font-size: 28px;
    margin-top: -5px;
    margin-left: 0px;   
}    
h5 {
	font-size: 18px;
    line-height: 1;
    margin-top: -8px;
}
}

@media (min-width: 576px){
h3 {
	font-size: 16px;
    margin-top: 12px;
}      
h4 {
	font-size: 32px;
    margin-top: -5px;   
}    
h5 {
    font-weight: 600;
	font-size: 18px;
    line-height: 1;
    margin-top: -4px;
}
}

@media (min-width: 768px){
h3 {
	font-size: 20px;
    margin-top: 15px;
}     
h4 {
	font-size: 36px;
    margin-top: -5px;
}    
h5 {
	font-size: 20px;
    letter-spacing: 1px;
    margin-top: -5px;
}
}


/*GALLERY THUMBS--*/
.thumbTitle {
font-family: 'Montserrat';
	font-size: 15px;
	font-weight: 500;
    line-height: 1.1;
	color: #FFF;
	padding-top: 160px;
	text-align: center !important;	
}

@media (min-width: 414px){
	.thumbTitle {
	font-size: 15px;	
	padding-top: 190px;	
}
}

@media (min-width: 576px){
	.thumbTitle {
	font-size: 15px;
	font-weight: 600;	
	padding-top: 180px;	
}
}

@media (min-width: 768px){
	.thumbTitle {
	padding-top: 175px;
}
}

@media (min-width: 992px){
	.thumbTitle {
	padding-top: 155px;
}
}

@media (min-width: 1366px){
	.thumbTitle {
	padding-top: 185px;
}
}

.thumbIMG {
  height: 100px;
  margin: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;    
}

@media (min-width: 576px) {
  .thumbIMG {
    height: 100px;
    margin: 10px;
  }
}

@media (min-width: 768px) {
  .thumbIMG {
    height: 150px;
    margin: 15px;
  }
}
/*---BLUE THUMBS---*/
.cvp001 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_001.jpg);
}
.cvp002 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_002.jpg);
}
.cvp003 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_003.jpg);
}
.cvp004 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_004.jpg);
}
.cvp005 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_005.jpg);
}
.cvp006 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_006.jpg);
}
.cvp008 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_008.jpg);
}
.cvp009 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_009.jpg);
}
.cvp010 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_010.jpg);
}
.cvp011 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_011.jpg);
}
.cvp012 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_012.jpg);
}
.cvp013 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_013.jpg);
}
.cvp015 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_015.jpg);
}
.cvp016 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_016.jpg);
}
.cvp017 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_017.jpg);
}
.cvp018 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_018.jpg);
}
.cvp019 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_019.jpg);
}
.cvp020 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_020.jpg);
}
.cvp022 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_022.jpg);
}
.cvp023 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_023.jpg);
}
.cvp024 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_024.jpg);
}
.cvp025 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_025.jpg);
}
.cvp026 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_026.jpg);
}
.cvp027 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_027.jpg);
}
.cvp028 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_028.jpg);
}
.cvp029 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_029.jpg);
}
.cvp033 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_033.jpg);
}
.cvp035 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_035.jpg);
}
.cvp037 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_037.jpg);
}
.cvp038 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_038.jpg);
}
.cvp039 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_039.jpg);
}
.cvp041 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_041.jpg);
}
.cvp042 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_042.jpg);
}
.cvp043 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_043.jpg);
}
.cvp044 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_044.jpg);
}
.cvp045 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_045.jpg);
}
.cvp046 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_046.jpg);
}
.cvp049 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_049.jpg);
}
.cvp050 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_050.jpg);
}
.cvp075 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_075.jpg);
}
.cvp078 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_078.jpg);
}
.cvp080 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_080.jpg);
}
.cvp087 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_087.jpg);
}
.cvp088 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_088.jpg);
}
.cvp099 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_099.jpg);
}
.cvp103 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_103.jpg);
}
.cvp111 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_111.jpg);
}
.cvp123 {
  background-image: url(../img/galleries/blue/thumbs/cvp_thumb_123.jpg);
}

/*---GOLD THUMBS---*/
.cvp109 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_109.jpg);
}
.cvp113 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_113.jpg);
}
.cvp115 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_115.jpg);
}
.cvp117 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_117.jpg);
}
.cvp119 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_119.jpg);
}
.cvp120 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_120.jpg);
}
.cvp133 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_133.jpg);
}
.cvp139 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_139.jpg);
}
.cvp141 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_141.jpg);
}
.cvp148 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_148.jpg);
}
.cvp152 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_152.jpg);
}
.cvp154 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_154.jpg);
}
.cvp158 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_158.jpg);
}
.cvp159 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_159.jpg);
}
.cvp172 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_172.jpg);
}
.cvp174 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_174.jpg);
}
.cvp176 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_176.jpg);
}
.cvp178 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_178.jpg);
}
.cvp218 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_218.jpg);
}
.cvp219 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_219.jpg);
}
.cvp248 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_248.jpg);
}
.cvp249 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_249.jpg);
}
.cvp250 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_250.jpg);
}
.cvp251 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_251.jpg);
}
.cvp252 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_252.jpg);
}
.cvp253 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_253.jpg);
}
.cvp254 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_254.jpg);
}
.cvp255 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_255.jpg);
}
.cvp256 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_256.jpg);
}
.cvp257 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_257.jpg);
}
.cvp258 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_258.jpg);
}
.cvp259 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_259.jpg);
}
.cvp260 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_260.jpg);
}
.cvp261 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_261.jpg);
}
.cvp262 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_262.jpg);
}
.cvp263 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_263.jpg);
}
.cvp281 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_281.jpg);
}
.cvp282 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_282.jpg);
}
.cvp283 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_283.jpg);
}
.cvp289 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_289.jpg);
}
.cvp290 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_290.jpg);
}
.cvp291 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_291.jpg);
}
.cvp292 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_292.jpg);
}
.cvp293 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_293.jpg);
}
.cvp294 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_294.jpg);
}
.cvp295 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_295.jpg);
}
.cvp296 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_296.jpg);
}
.cvp297 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_297.jpg);
}
.cvp298 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_298.jpg);
}
.cvp299 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_299.jpg);
}
.cvp300 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_300.jpg);
}
.cvp301 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_301.jpg);
}
.cvp302 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_302.jpg);
}
.cvp303 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_303.jpg);
}
.cvp304 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_304.jpg);
}
.cvp305 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_305.jpg);
}
.cvp306 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_306.jpg);
}
.cvp307 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_307.jpg);
}
.cvp308 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_308.jpg);
}
.cvp309 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_309.jpg);
}
.cvp310 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_310.jpg);
}
.cvp311 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_311.jpg);
}
.cvp312 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_312.jpg);
}
.cvp313 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_313.jpg);
}
.cvp314 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_314.jpg);
}
.cvp315 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_315.jpg);
}
.cvp316 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_316.jpg);
}
.cvp317 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_317.jpg);
}
.cvp318 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_318.jpg);
}
.cvp319 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_319.jpg);
}
.cvp320 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_320.jpg);
}
.cvp439 {
  background-image: url(../img/galleries/gold/beans/thumbs/cvp_thumb_439.jpg);
}
/*---FUCHSIA---*/
.cvp056 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_056.jpg);
}
.cvp095 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_095.jpg);
}
.cvp122 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_122.jpg);
}
.cvp474 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_474.jpg);
}
.cvp476 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_476.jpg);
}
.cvp478 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_478.jpg);
}
.cvp491 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_491.jpg);
}
.cvp492 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_492.jpg);
}
.cvp493 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_493.jpg);
}
.cvp494 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_494.jpg);
}
.cvp495 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_495.jpg);
}
.cvp496 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_496.jpg);
}
.cvp497 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_497.jpg);
}
.cvp498 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_498.jpg);
}
.cvp500 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_500.jpg);
}
.cvp501 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_501.jpg);
}
.cvp502 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_502.jpg);
}
.cvp503 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_503.jpg);
}
.cvp504 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_504.jpg);
}
.cvp505 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_505.jpg);
}
.cvp506 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_506.jpg);
}
.cvp507 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_507.jpg);
}
.cvp508 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_508.jpg);
}
.cvp519 {
  background-image: url(../img/galleries/fuchsia/beans/thumbs/cvp_thumb_519.jpg);
}
/* TEAL WAVE */
.cvp128 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_128.jpg);
}
.cvp362 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_362.jpg);
}
.cvp363 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_363.jpg);
}
.cvp364 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_364.jpg);
}
.cvp365 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_365.jpg);
}
.cvp366 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_366.jpg);
}
.cvp367 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_367.jpg);
}
.cvp368 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_368.jpg);
}
.cvp369 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_369.jpg);
}
.cvp370 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_370.jpg);
}
.cvp371 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_371.jpg);
}
.cvp372 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_372.jpg);
}
.cvp471 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_471.jpg);
}
.cvp475 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_475.jpg);
}
.cvp477 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_477.jpg);
}
.cvp523 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_523.jpg);
}
.cvp524 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_524.jpg);
}
.cvp525 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_525.jpg);
}
.cvp526 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_526.jpg);
}
.cvp527 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_527.jpg);
}
.cvp528 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_528.jpg);
}
.cvp529 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_529.jpg);
}
.cvp530 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_530.jpg);
}
.cvp531 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_531.jpg);
}
.cvp532 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_532.jpg);
}
.cvp533 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_533.jpg);
}
.cvp534 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_534.jpg);
}
.cvp535 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_535.jpg);
}
.cvp536 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_536.jpg);
}
.cvp537 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_537.jpg);
}
.cvp538 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_538.jpg);
}
.cvp539 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_539.jpg);
}
.cvp540 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_540.jpg);
}
.cvp541 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_541.jpg);
}
.cvp542 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_542.jpg);
}
.cvp543 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_543.jpg);
}
.cvp544 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_544.jpg);
}
.cvp545 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_545.jpg);
}
.cvp546 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_546.jpg);
}
.cvp547 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_547.jpg);
}
.cvp548 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_548.jpg);
}
.cvp549 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_549.jpg);
}
.cvp550 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_550.jpg);
}
.cvp551 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_551.jpg);
}
.cvp552 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_552.jpg);
}
.cvp553 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_553.jpg);
}
.cvp554 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_554.jpg);
}
.cvp555 {
  background-image: url(../img/galleries/teal/beans/thumbs/cvp_thumb_555.jpg);
}
/*-------------HOLIDAYS-----------------*/
/*--Holiday21--*/
.cvp069 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_069.jpg);
}
.cvp090 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_090.jpg);
}
.cvp136 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_136.jpg);
}
.cvp231 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_231.jpg);
}
.cvp232 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_232.jpg);
}
.cvp233 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_233.jpg);
}
.cvp234 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_234.jpg);
}
.cvp235 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_235.jpg);
}
.cvp236 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_236.jpg);
}
.cvp237 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_237.jpg);
}
.cvp238 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_238.jpg);
}
.cvp239 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_239.jpg);
}
.cvp240 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_240.jpg);
}
.cvp241 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_241.jpg);
}
.cvp242 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_242.jpg);
}
.cvp243 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_243.jpg);
}
.cvp244 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_244.jpg);
}
.cvp245 {
  background-image: url(../img/galleries/holiday21/thumbs/cvp_thumb_245.jpg);
}
/*--Holiday22--*/
.cvp443 {
  background-image: url(../img/galleries/holiday22/thumbs/cvp_thumb_443.jpg);
}
.cvp444 {
  background-image: url(../img/galleries/holiday22/thumbs/cvp_thumb_444.jpg);
}
.cvp445 {
  background-image: url(../img/galleries/holiday22/thumbs/cvp_thumb_445.jpg);
}
.cvp446 {
  background-image: url(../img/galleries/holiday22/thumbs/cvp_thumb_446.jpg);
}
.cvp447 {
  background-image: url(../img/galleries/holiday22/thumbs/cvp_thumb_447.jpg);
}
.cvp448 {
  background-image: url(../img/galleries/holiday22/thumbs/cvp_thumb_448.jpg);
}
.cvp449 {
  background-image: url(../img/galleries/holiday22/thumbs/cvp_thumb_449.jpg);
}
.cvp450 {
  background-image: url(../img/galleries/holiday22/thumbs/cvp_thumb_450.jpg);
}
.cvp451 {
  background-image: url(../img/galleries/holiday22/thumbs/cvp_thumb_451.jpg);
}
.cvp452 {
  background-image: url(../img/galleries/holiday22/thumbs/cvp_thumb_452.jpg);
}
.cvp453 {
  background-image: url(../img/galleries/holiday22/thumbs/cvp_thumb_453.jpg);
}
.cvp454 {
  background-image: url(../img/galleries/holiday22/thumbs/cvp_thumb_454.jpg);
}
/*--Holiday23--*/
.cvp457 {
  background-image: url(../img/galleries/holiday23/thumbs/cvp_thumb_457.jpg);
}
.cvp458 {
  background-image: url(../img/galleries/holiday23/thumbs/cvp_thumb_458.jpg);
}
.cvp459 {
  background-image: url(../img/galleries/holiday23/thumbs/cvp_thumb_459.jpg);
}
.cvp460 {
  background-image: url(../img/galleries/holiday23/thumbs/cvp_thumb_460.jpg);
}
.cvp461 {
  background-image: url(../img/galleries/holiday23/thumbs/cvp_thumb_461.jpg);
}
.cvp462 {
  background-image: url(../img/galleries/holiday23/thumbs/cvp_thumb_462.jpg);
}
.cvp463 {
  background-image: url(../img/galleries/holiday23/thumbs/cvp_thumb_463.jpg);
}
.cvp464 {
  background-image: url(../img/galleries/holiday23/thumbs/cvp_thumb_464.jpg);
}
.cvp483 {
  background-image: url(../img/galleries/holiday23/thumbs/cvp_thumb_483.jpg);
}
.cvp484 {
  background-image: url(../img/galleries/holiday23/thumbs/cvp_thumb_484.jpg);
}
.cvp485 {
  background-image: url(../img/galleries/holiday23/thumbs/cvp_thumb_485.jpg);
}
.cvp486 {
  background-image: url(../img/galleries/holiday23/thumbs/cvp_thumb_486.jpg);
}
/*----------------CHONKS----------------*/
/*--chonks--*/
.thumb-c1 {
  background-image: url("../img/galleries/chonks/thumbc-01.png");
}
.thumb-c2 {
  background-image: url("../img/galleries/chonks/thumbc-02.png");
}
.thumb-c3 {
  background-image: url("../img/galleries/chonks/thumbc-03.png");
}
.thumb-c4 {
  background-image: url("../img/galleries/chonks/thumbc-04.png");
}
.thumb-c5 {
  background-image: url("../img/galleries/chonks/thumbc-05.png");
}
.thumb-c6 {
  background-image: url("../img/galleries/chonks/thumbc-06.png");
}
.thumb-c7 {
  background-image: url("../img/galleries/chonks/thumbc-07.png");
}
.thumb-c8 {
  background-image: url("../img/galleries/chonks/thumbc-08.png");
}
.thumb-c9 {
  background-image: url("../img/galleries/chonks/thumbc-09.png");
}
.thumb-c10 {
  background-image: url("../img/galleries/chonks/thumbc-10.png");
}
.thumb-c11 {
  background-image: url("../img/galleries/chonks/thumbc-11.png");
}
.thumb-c12 {
  background-image: url("../img/galleries/chonks/thumbc-12.png");
}
.thumb-c13 {
  background-image: url("../img/galleries/chonks/thumbc-13.png");
}
.thumb-c14 {
  background-image: url("../img/galleries/chonks/thumbc-14.png");
}
.thumb-c15 {
  background-image: url("../img/galleries/chonks/thumbc-15.png");
}
.thumb-c16 {
  background-image: url("../img/galleries/chonks/thumbc-16.png");
}
.thumb-c17 {
  background-image: url("../img/galleries/chonks/thumbc-17.png");
}
.thumb-c18 {
  background-image: url("../img/galleries/chonks/thumbc-18.png");
}
.thumb-c19 {
  background-image: url("../img/galleries/chonks/thumbc-19.png");
}
.thumb-c20 {
  background-image: url("../img/galleries/chonks/thumbc-20.png");
}
.thumb-c21 {
  background-image: url("../img/galleries/chonks/thumbc-21.png");
}
.thumb-c22 {
  background-image: url("../img/galleries/chonks/thumbc-22.png");
}
.thumb-c23 {
  background-image: url("../img/galleries/chonks/thumbc-23.png");
}
.thumb-c24 {
  background-image: url("../img/galleries/chonks/thumbc-24.png");
}

.thumb-c061 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-061.png");
}
.thumb-c097 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-097.png");
}
.thumb-c214 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-214.png");
}
.thumb-c215 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-215.png");
}
.thumb-c216 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-216.png");
}
.thumb-c220 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-220.png");
}
.thumb-c373 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-373.png");
}
.thumb-c374 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-374.png");
}
.thumb-c375 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-375.png");
}
.thumb-c376 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-376.png");
}
.thumb-c377 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-377.png");
}
.thumb-c378 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-378.png");
}
.thumb-c379 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-379.png");
}
.thumb-c380 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-380.png");
}
.thumb-c381 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-381.png");
}
.thumb-c382 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-382.png");
}
.thumb-c383 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-383.png");
}
.thumb-c384 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-384.png");
}
.thumb-c385 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-385.png");
}
.thumb-c386 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-386.png");
}
.thumb-c387 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-387.png");
}
.thumb-c394 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-394.png");
}
.thumb-c395 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-395.png");
}
.thumb-c396 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-396.png");
}
.thumb-c397 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-397.png");
}
.thumb-c398 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-398.png");
}
.thumb-c399 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-399.png");
}
.thumb-c400 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-400.png");
}
.thumb-c401 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-401.png");
}
.thumb-c402 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-402.png");
}
.thumb-c403 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-403.png");
}
.thumb-c404 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-404.png");
}
.thumb-c405 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-405.png");
}
.thumb-c406 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-406.png");
}
.thumb-c407 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-407.png");
}
.thumb-c408 {
  background-image: url("../img/galleries/chonks/GOLD/thumbc-408.png");
}
/*--Jumbos--*/
.thumb-j1 {
  background-image: url(../img/galleries/jumbo/thumb-j1.png);
}
.thumb-j2 {
  background-image: url(../img/galleries/jumbo/thumb-j2.png);
}
.thumb-j3 {
  background-image: url(../img/galleries/jumbo/thumb-j3.png);
}
.thumb-j4 {
  background-image: url(../img/galleries/jumbo/thumb-j4.png);
}
.thumb-j5 {
  background-image: url(../img/galleries/jumbo/thumb-j5.png);
}
.thumb-j6 {
  background-image: url(../img/galleries/jumbo/thumb-j6.png);
}
.thumb-j7 {
  background-image: url(../img/galleries/jumbo/thumb-j7.png);
}
.thumb-j8 {
  background-image: url(../img/galleries/jumbo/thumb-j8.png);
}
.thumb-j9 {
  background-image: url(../img/galleries/jumbo/thumb-j9.png);
}
.thumb-j10 {
  background-image: url(../img/galleries/jumbo/thumb-j10.png);
}
.thumb-j11 {
  background-image: url(../img/galleries/jumbo/thumb-j11.png);
}
.thumb-j12 {
  background-image: url(../img/galleries/jumbo/thumb-j12.png);
}
.thumb-j13 {
  background-image: url(../img/galleries/jumbo/thumb-j13.png);
}
.thumb-j14 {
  background-image: url(../img/galleries/jumbo/thumb-j14.png);
}
.thumb-j15 {
  background-image: url(../img/galleries/jumbo/thumb-j15.png);
}
.thumb-j16 {
  background-image: url(../img/galleries/jumbo/thumb-j16.png);
}
.thumb-j17 {
  background-image: url(../img/galleries/jumbo/thumb-j17.png);
}
.thumb-j18 {
  background-image: url(../img/galleries/jumbo/thumb-j18.png);
}
.thumb-j19 {
  background-image: url(../img/galleries/jumbo/thumb-j19.png);
}
.thumb-j20 {
  background-image: url(../img/galleries/jumbo/thumb-j20.png);
}
.thumb-j21 {
  background-image: url(../img/galleries/jumbo/thumb-j21.png);
}
.thumb-j22 {
  background-image: url(../img/galleries/jumbo/thumb-j22.png);
}
.thumb-j23 {
  background-image: url(../img/galleries/jumbo/thumb-j23.png);
}
.thumb-j24 {
  background-image: url(../img/galleries/jumbo/thumb-j24.png);
}
.thumb-j25 {
  background-image: url(../img/galleries/jumbo/thumb-j25.png);
}
.thumb-j26 {
  background-image: url(../img/galleries/jumbo/thumb-j26.png);
}
.thumb-j27 {
  background-image: url(../img/galleries/jumbo/thumb-j27.png);
}
.thumb-j28 {
  background-image: url(../img/galleries/jumbo/thumb-j28.png);
}
.thumb-j29 {
  background-image: url(../img/galleries/jumbo/thumb-j29.png);
}
.thumb-j30 {
  background-image: url(../img/galleries/jumbo/thumb-j30.png);
}
.thumb-j007 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j007.png);
}
.thumb-j011 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j011.png);
}
.thumb-j064 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j064.png);
}
.thumb-j094 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j094.png);
}
.thumb-j103 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j103.png);
}
.thumb-j126 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j126.png);
}
.thumb-j128 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j128.png);
}
.thumb-j143 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j143.png);
}
.thumb-j149 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j149.png);
}
.thumb-j153 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j153.png);
}
.thumb-j168 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j168.png);
}

.thumb-j169 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j169.png);
}
.thumb-j178 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j178.png);
}
.thumb-j184 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j184.png);
}
.thumb-j192 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j192.png);
}
.thumb-j205 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j205.png);
}
.thumb-j206 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j206.png);
}
.thumb-j221 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j221.png);
}
.thumb-j222 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j222.png);
}
.thumb-j226 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j226.png);
}
.thumb-j228 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j228.png);
}
.thumb-j230 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j230.png);
}
.thumb-j438 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j438.png);
}
.thumb-j455 {
  background-image: url(../img/galleries/jumbo/gold/thumb-j455.png);
}

/*GALLERY HEROES--*/
.galleryIMG {
  height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 360px) {
  .galleryIMG {
    height: 420px;
  }
}

@media (min-width: 414px) {
  .galleryIMG {
    height: 500px;
  }
}

@media (min-width: 576px) {
  .galleryIMG {
    height: 600px;
  }
}

@media (min-width: 768px) {
  .galleryIMG {
    height: 640px;
  }
}

@media (min-width: 992px) {
  .galleryIMG {
    height: 768px;
  }
}
/*---BLUE CARDS---*/
.cvpH001 {
  background-image: url(../img/galleries/blue/cvp_001.jpg);
}
.cvpH002 {
  background-image: url(../img/galleries/blue/cvp_002.jpg);
}
.cvpH003 {
  background-image: url(../img/galleries/blue/cvp_003.jpg);
}
.cvpH004 {
  background-image: url(../img/galleries/blue/cvp_004.jpg);
}
.cvpH005 {
  background-image: url(../img/galleries/blue/cvp_005.jpg);
}
.cvpH006 {
  background-image: url(../img/galleries/blue/cvp_006.jpg);
}
.cvpH008 {
  background-image: url(../img/galleries/blue/cvp_008.jpg);
}
.cvpH009 {
  background-image: url(../img/galleries/blue/cvp_009.jpg);
}
.cvpH010 {
  background-image: url(../img/galleries/blue/cvp_010.jpg);
}
.cvpH011 {
  background-image: url(../img/galleries/blue/cvp_011.jpg);
}
.cvpH012 {
  background-image: url(../img/galleries/blue/cvp_012.jpg);
}
.cvpH013 {
  background-image: url(../img/galleries/blue/cvp_013.jpg);
}
.cvpH015 {
  background-image: url(../img/galleries/blue/cvp_015.jpg);
}
.cvpH016 {
  background-image: url(../img/galleries/blue/cvp_016.jpg);
}
.cvpH017 {
  background-image: url(../img/galleries/blue/cvp_017.jpg);
}
.cvpH018 {
  background-image: url(../img/galleries/blue/cvp_018.jpg);
}
.cvpH019 {
  background-image: url(../img/galleries/blue/cvp_019.jpg);
}
.cvpH020 {
  background-image: url(../img/galleries/blue/cvp_020.jpg);
}
.cvpH022 {
  background-image: url(../img/galleries/blue/cvp_022.jpg);
}
.cvpH023 {
  background-image: url(../img/galleries/blue/cvp_023.jpg);
}
.cvpH024 {
  background-image: url(../img/galleries/blue/cvp_024.jpg);
}
.cvpH025 {
  background-image: url(../img/galleries/blue/cvp_025.jpg);
}
.cvpH026 {
  background-image: url(../img/galleries/blue/cvp_026.jpg);
}
.cvpH027 {
  background-image: url(../img/galleries/blue/cvp_027.jpg);
}
.cvpH028 {
  background-image: url(../img/galleries/blue/cvp_028.jpg);
}
.cvpH029 {
  background-image: url(../img/galleries/blue/cvp_029.jpg);
}
.cvpH033 {
  background-image: url(../img/galleries/blue/cvp_033.jpg);
}
.cvpH035 {
  background-image: url(../img/galleries/blue/cvp_035.jpg);
}
.cvpH037 {
  background-image: url(../img/galleries/blue/cvp_037.jpg);
}
.cvpH038 {
  background-image: url(../img/galleries/blue/cvp_038.jpg);
}
.cvpH039 {
  background-image: url(../img/galleries/blue/cvp_039.jpg);
}
.cvpH041 {
  background-image: url(../img/galleries/blue/cvp_041.jpg);
}
.cvpH042 {
  background-image: url(../img/galleries/blue/cvp_042.jpg);
}
.cvpH043 {
  background-image: url(../img/galleries/blue/cvp_043.jpg);
}
.cvpH044 {
  background-image: url(../img/galleries/blue/cvp_044.jpg);
}
.cvpH045 {
  background-image: url(../img/galleries/blue/cvp_045.jpg);
}
.cvpH046 {
  background-image: url(../img/galleries/blue/cvp_046.jpg);
}
.cvpH049 {
  background-image: url(../img/galleries/blue/cvp_049.jpg);
}
.cvpH050 {
  background-image: url(../img/galleries/blue/cvp_050.jpg);
}
.cvpH075 {
  background-image: url(../img/galleries/blue/cvp_075.jpg);
}
.cvpH078 {
  background-image: url(../img/galleries/blue/cvp_078.jpg);
}
.cvpH080 {
  background-image: url(../img/galleries/blue/cvp_080.jpg);
}
.cvpH087 {
  background-image: url(../img/galleries/blue/cvp_087.jpg);
}
.cvpH088 {
  background-image: url(../img/galleries/blue/cvp_088.jpg);
}
.cvpH099 {
  background-image: url(../img/galleries/blue/cvp_099.jpg);
}
.cvpH103 {
  background-image: url(../img/galleries/blue/cvp_103.jpg);
}
.cvpH111 {
  background-image: url(../img/galleries/blue/cvp_111.jpg);
}
.cvpH123 {
  background-image: url(../img/galleries/blue/cvp_123.jpg);
}



/*---GOLD CARDS---*/
.cvpH109 {
  background-image: url(../img/galleries/gold/beans/cvp_109.jpg);
}
.cvpH113 {
  background-image: url(../img/galleries/gold/beans/cvp_113.jpg);
}
.cvpH115 {
  background-image: url(../img/galleries/gold/beans/cvp_115.jpg);
}
.cvpH117 {
  background-image: url(../img/galleries/gold/beans/cvp_117.jpg);
}
.cvpH119 {
  background-image: url(../img/galleries/gold/beans/cvp_119.jpg);
}
.cvpH120 {
  background-image: url(../img/galleries/gold/beans/cvp_120.jpg);
}
.cvpH133 {
  background-image: url(../img/galleries/gold/beans/cvp_133.jpg);
}
.cvpH139 {
  background-image: url(../img/galleries/gold/beans/cvp_139.jpg);
}
.cvpH141 {
  background-image: url(../img/galleries/gold/beans/cvp_141.jpg);
}
.cvpH148 {
  background-image: url(../img/galleries/gold/beans/cvp_148.jpg);
}
.cvpH152 {
  background-image: url(../img/galleries/gold/beans/cvp_152.jpg);
}
.cvpH154 {
  background-image: url(../img/galleries/gold/beans/cvp_154.jpg);
}
.cvpH158 {
  background-image: url(../img/galleries/gold/beans/cvp_158.jpg);
}
.cvpH159 {
  background-image: url(../img/galleries/gold/beans/cvp_159.jpg);
}
.cvpH172 {
  background-image: url(../img/galleries/gold/beans/cvp_172.jpg);
}
.cvpH174 {
  background-image: url(../img/galleries/gold/beans/cvp_174.jpg);
}
.cvpH176 {
  background-image: url(../img/galleries/gold/beans/cvp_176.jpg);
}
.cvpH178 {
  background-image: url(../img/galleries/gold/beans/cvp_178.jpg);
}
.cvpH218 {
  background-image: url(../img/galleries/gold/beans/cvp_218.jpg);
}
.cvpH219 {
  background-image: url(../img/galleries/gold/beans/cvp_219.jpg);
}
.cvpH248 {
  background-image: url(../img/galleries/gold/beans/cvp_248.jpg);
}
.cvpH249 {
  background-image: url(../img/galleries/gold/beans/cvp_249.jpg);
}
.cvpH250 {
  background-image: url(../img/galleries/gold/beans/cvp_250.jpg);
}
.cvpH251 {
  background-image: url(../img/galleries/gold/beans/cvp_251.jpg);
}
.cvpH252 {
  background-image: url(../img/galleries/gold/beans/cvp_252.jpg);
}
.cvpH253 {
  background-image: url(../img/galleries/gold/beans/cvp_253.jpg);
}
.cvpH254 {
  background-image: url(../img/galleries/gold/beans/cvp_254.jpg);
}
.cvpH255 {
  background-image: url(../img/galleries/gold/beans/cvp_255.jpg);
}
.cvpH256 {
  background-image: url(../img/galleries/gold/beans/cvp_256.jpg);
}
.cvpH257 {
  background-image: url(../img/galleries/gold/beans/cvp_257.jpg);
}
.cvpH258 {
  background-image: url(../img/galleries/gold/beans/cvp_258.jpg);
}
.cvpH259 {
  background-image: url(../img/galleries/gold/beans/cvp_259.jpg);
}
.cvpH260 {
  background-image: url(../img/galleries/gold/beans/cvp_260.jpg);
}
.cvpH261 {
  background-image: url(../img/galleries/gold/beans/cvp_261.jpg);
}
.cvpH262 {
  background-image: url(../img/galleries/gold/beans/cvp_262.jpg);
}
.cvpH263 {
  background-image: url(../img/galleries/gold/beans/cvp_263.jpg);
}
.cvpH281 {
  background-image: url(../img/galleries/gold/beans/cvp_281.jpg);
}
.cvpH282 {
  background-image: url(../img/galleries/gold/beans/cvp_282.jpg);
}
.cvpH283 {
  background-image: url(../img/galleries/gold/beans/cvp_283.jpg);
}
.cvpH289 {
  background-image: url(../img/galleries/gold/beans/cvp_289.jpg);
}
.cvpH290 {
  background-image: url(../img/galleries/gold/beans/cvp_290.jpg);
}
.cvpH291 {
  background-image: url(../img/galleries/gold/beans/cvp_291.jpg);
}
.cvpH292 {
  background-image: url(../img/galleries/gold/beans/cvp_292.jpg);
}
.cvpH293 {
  background-image: url(../img/galleries/gold/beans/cvp_293.jpg);
}
.cvpH294 {
  background-image: url(../img/galleries/gold/beans/cvp_294.jpg);
}
.cvpH295 {
  background-image: url(../img/galleries/gold/beans/cvp_295.jpg);
}
.cvpH296 {
  background-image: url(../img/galleries/gold/beans/cvp_296.jpg);
}
.cvpH297 {
  background-image: url(../img/galleries/gold/beans/cvp_297.jpg);
}
.cvpH298 {
  background-image: url(../img/galleries/gold/beans/cvp_298.jpg);
}
.cvpH299 {
  background-image: url(../img/galleries/gold/beans/cvp_299.jpg);
}
.cvpH300 {
  background-image: url(../img/galleries/gold/beans/cvp_300.jpg);
}
.cvpH301 {
  background-image: url(../img/galleries/gold/beans/cvp_301.jpg);
}
.cvpH302 {
  background-image: url(../img/galleries/gold/beans/cvp_302.jpg);
}
.cvpH303 {
  background-image: url(../img/galleries/gold/beans/cvp_303.jpg);
}
.cvpH304 {
  background-image: url(../img/galleries/gold/beans/cvp_304.jpg);
}
.cvpH305 {
  background-image: url(../img/galleries/gold/beans/cvp_305.jpg);
}
.cvpH306 {
  background-image: url(../img/galleries/gold/beans/cvp_306.jpg);
}
.cvpH307 {
  background-image: url(../img/galleries/gold/beans/cvp_307.jpg);
}
.cvpH308 {
  background-image: url(../img/galleries/gold/beans/cvp_308.jpg);
}
.cvpH309 {
  background-image: url(../img/galleries/gold/beans/cvp_309.jpg);
}
.cvpH310 {
  background-image: url(../img/galleries/gold/beans/cvp_310.jpg);
}
.cvpH311 {
  background-image: url(../img/galleries/gold/beans/cvp_311.jpg);
}
.cvpH312 {
  background-image: url(../img/galleries/gold/beans/cvp_312.jpg);
}
.cvpH313 {
  background-image: url(../img/galleries/gold/beans/cvp_313.jpg);
}
.cvpH314 {
  background-image: url(../img/galleries/gold/beans/cvp_314.jpg);
}
.cvpH315 {
  background-image: url(../img/galleries/gold/beans/cvp_315.jpg);
}
.cvpH316 {
  background-image: url(../img/galleries/gold/beans/cvp_316.jpg);
}
.cvpH317 {
  background-image: url(../img/galleries/gold/beans/cvp_317.jpg);
}
.cvpH318 {
  background-image: url(../img/galleries/gold/beans/cvp_318.jpg);
}
.cvpH319 {
  background-image: url(../img/galleries/gold/beans/cvp_319.jpg);
}
.cvpH320 {
  background-image: url(../img/galleries/gold/beans/cvp_320.jpg);
}
.cvpH439 {
  background-image: url(../img/galleries/gold/beans/cvp_439.jpg);
}
/*---FUCHSIA HEROES---*/
.cvpH056 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_056.jpg);
}
.cvpH095 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_095.jpg);
}
.cvpH122 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_122.jpg);
}
.cvpH474 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_474.jpg);
}
.cvpH476 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_476.jpg);
}
.cvpH478 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_478.jpg);
}
.cvpH491 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_491.jpg);
}
.cvpH492 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_492.jpg);
}
.cvpH493 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_493.jpg);
}
.cvpH494 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_494.jpg);
}
.cvpH495 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_495.jpg);
}
.cvpH496 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_496.jpg);
}
.cvpH497 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_497.jpg);
}
.cvpH498 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_498.jpg);
}
.cvpH500 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_500.jpg);
}
.cvpH501 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_501.jpg);
}
.cvpH502 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_502.jpg);
}
.cvpH503 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_503.jpg);
}
.cvpH504 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_504.jpg);
}
.cvpH505 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_505.jpg);
}
.cvpH506 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_506.jpg);
}
.cvpH507 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_507.jpg);
}
.cvpH508 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_508.jpg);
}
.cvpH519 {
  background-image: url(../img/galleries/fuchsia/beans/cvp_519.jpg);
}
/*----TEAL CARDS----*/
.cvpH128 {
  background-image: url(../img/galleries/teal/beans/cvp_128.jpg);
}
.cvpH362 {
  background-image: url(../img/galleries/teal/beans/cvp_362.jpg);
}
.cvpH363 {
  background-image: url(../img/galleries/teal/beans/cvp_363.jpg);
}
.cvpH364 {
  background-image: url(../img/galleries/teal/beans/cvp_364.jpg);
}
.cvpH365 {
  background-image: url(../img/galleries/teal/beans/cvp_365.jpg);
}
.cvpH366 {
  background-image: url(../img/galleries/teal/beans/cvp_366.jpg);
}
.cvpH367 {
  background-image: url(../img/galleries/teal/beans/cvp_367.jpg);
}
.cvpH368 {
  background-image: url(../img/galleries/teal/beans/cvp_368.jpg);
}
.cvpH369 {
  background-image: url(../img/galleries/teal/beans/cvp_369.jpg);
}
.cvpH370 {
  background-image: url(../img/galleries/teal/beans/cvp_370.jpg);
}
.cvpH371 {
  background-image: url(../img/galleries/teal/beans/cvp_371.jpg);
}
.cvpH372 {
  background-image: url(../img/galleries/teal/beans/cvp_372.jpg);
}
.cvpH471 {
  background-image: url(../img/galleries/teal/beans/cvp_471.jpg);
}
.cvpH475 {
  background-image: url(../img/galleries/teal/beans/cvp_475.jpg);
}
.cvpH477 {
  background-image: url(../img/galleries/teal/beans/cvp_477.jpg);
}
.cvpH523 {
  background-image: url(../img/galleries/teal/beans/cvp_523.jpg);
}
.cvpH524 {
  background-image: url(../img/galleries/teal/beans/cvp_524.jpg);
}
.cvpH525 {
  background-image: url(../img/galleries/teal/beans/cvp_525.jpg);
}
.cvpH526 {
  background-image: url(../img/galleries/teal/beans/cvp_526.jpg);
}
.cvpH527 {
  background-image: url(../img/galleries/teal/beans/cvp_527.jpg);
}
.cvpH528 {
  background-image: url(../img/galleries/teal/beans/cvp_528.jpg);
}
.cvpH529 {
  background-image: url(../img/galleries/teal/beans/cvp_529.jpg);
}
.cvpH530 {
  background-image: url(../img/galleries/teal/beans/cvp_530.jpg);
}
.cvpH531 {
  background-image: url(../img/galleries/teal/beans/cvp_531.jpg);
}
.cvpH532 {
  background-image: url(../img/galleries/teal/beans/cvp_532.jpg);
}
.cvpH533 {
  background-image: url(../img/galleries/teal/beans/cvp_533.jpg);
}
.cvpH534 {
  background-image: url(../img/galleries/teal/beans/cvp_534.jpg);
}
.cvpH535 {
  background-image: url(../img/galleries/teal/beans/cvp_535.jpg);
}
.cvpH536 {
  background-image: url(../img/galleries/teal/beans/cvp_536.jpg);
}
.cvpH537 {
  background-image: url(../img/galleries/teal/beans/cvp_537.jpg);
}
.cvpH538 {
  background-image: url(../img/galleries/teal/beans/cvp_538.jpg);
}
.cvpH539 {
  background-image: url(../img/galleries/teal/beans/cvp_539.jpg);
}
.cvpH540 {
  background-image: url(../img/galleries/teal/beans/cvp_540.jpg);
}
.cvpH541 {
  background-image: url(../img/galleries/teal/beans/cvp_541.jpg);
}
.cvpH542 {
  background-image: url(../img/galleries/teal/beans/cvp_542.jpg);
}
.cvpH543 {
  background-image: url(../img/galleries/teal/beans/cvp_543.jpg);
}
.cvpH544 {
  background-image: url(../img/galleries/teal/beans/cvp_544.jpg);
}
.cvpH545 {
  background-image: url(../img/galleries/teal/beans/cvp_545.jpg);
}
.cvpH546 {
  background-image: url(../img/galleries/teal/beans/cvp_546.jpg);
}
.cvpH547 {
  background-image: url(../img/galleries/teal/beans/cvp_547.jpg);
}
.cvpH548 {
  background-image: url(../img/galleries/teal/beans/cvp_548.jpg);
}
.cvpH549 {
  background-image: url(../img/galleries/teal/beans/cvp_549.jpg);
}
.cvpH550 {
  background-image: url(../img/galleries/teal/beans/cvp_550.jpg);
}
.cvpH551 {
  background-image: url(../img/galleries/teal/beans/cvp_551.jpg);
}
.cvpH552 {
  background-image: url(../img/galleries/teal/beans/cvp_552.jpg);
}
.cvpH553 {
  background-image: url(../img/galleries/teal/beans/cvp_553.jpg);
}
.cvpH554 {
  background-image: url(../img/galleries/teal/beans/cvp_554.jpg);
}
.cvpH555 {
  background-image: url(../img/galleries/teal/beans/cvp_555.jpg);
}

/*-----HOLIDAY CARDS-----*/
/*---HOLIDAY CARDS 21---*/
.cvpH069 {
  background-image: url(../img/galleries/holiday21/cvp_069.jpg);
}
.cvpH090 {
  background-image: url(../img/galleries/holiday21/cvp_090.jpg);
}
.cvpH136 {
  background-image: url(../img/galleries/holiday21/cvp_136.jpg);
}
.cvpH231 {
  background-image: url(../img/galleries/holiday21/cvp_231.jpg);
}
.cvpH232 {
  background-image: url(../img/galleries/holiday21/cvp_232.jpg);
}
.cvpH233 {
  background-image: url(../img/galleries/holiday21/cvp_233.jpg);
}
.cvpH234 {
  background-image: url(../img/galleries/holiday21/cvp_234.jpg);
}
.cvpH235 {
  background-image: url(../img/galleries/holiday21/cvp_235.jpg);
}
.cvpH236 {
  background-image: url(../img/galleries/holiday21/cvp_236.jpg);
}
.cvpH237 {
  background-image: url(../img/galleries/holiday21/cvp_237.jpg);
}
.cvpH238 {
  background-image: url(../img/galleries/holiday21/cvp_238.jpg);
}
.cvpH239 {
  background-image: url(../img/galleries/holiday21/cvp_239.jpg);
}
.cvpH240 {
  background-image: url(../img/galleries/holiday21/cvp_240.jpg);
}
.cvpH241 {
  background-image: url(../img/galleries/holiday21/cvp_241.jpg);
}
.cvpH242 {
  background-image: url(../img/galleries/holiday21/cvp_242.jpg);
}
.cvpH243 {
  background-image: url(../img/galleries/holiday21/cvp_243.jpg);
}
.cvpH244 {
  background-image: url(../img/galleries/holiday21/cvp_244.jpg);
}
.cvpH245 {
  background-image: url(../img/galleries/holiday21/cvp_245.jpg);
}
/*---HOLIDAY CARDS 22---*/
.cvpH443 {
  background-image: url(../img/galleries/holiday22/cvp_443.jpg);
}
.cvpH444 {
  background-image: url(../img/galleries/holiday22/cvp_444.jpg);
}
.cvpH445 {
  background-image: url(../img/galleries/holiday22/cvp_445.jpg);
}
.cvpH446 {
  background-image: url(../img/galleries/holiday22/cvp_446.jpg);
}
.cvpH447 {
  background-image: url(../img/galleries/holiday22/cvp_447.jpg);
}
.cvpH448 {
  background-image: url(../img/galleries/holiday22/cvp_448.jpg);
}
.cvpH449 {
  background-image: url(../img/galleries/holiday22/cvp_449.jpg);
}
.cvpH450 {
  background-image: url(../img/galleries/holiday22/cvp_450.jpg);
}
.cvpH451 {
  background-image: url(../img/galleries/holiday22/cvp_451.jpg);
}
.cvpH452 {
  background-image: url(../img/galleries/holiday22/cvp_452.jpg);
}
.cvpH453 {
  background-image: url(../img/galleries/holiday22/cvp_453.jpg);
}
.cvpH454 {
  background-image: url(../img/galleries/holiday22/cvp_454.jpg);
}
/*---HOLIDAY CARDS 23---*/
.cvpH457 {
  background-image: url(../img/galleries/holiday23/cvp_457.jpg);
}
.cvpH458 {
  background-image: url(../img/galleries/holiday23/cvp_458.jpg);
}
.cvpH459 {
  background-image: url(../img/galleries/holiday23/cvp_459.jpg);
}
.cvpH460 {
  background-image: url(../img/galleries/holiday23/cvp_460.jpg);
}
.cvpH461 {
  background-image: url(../img/galleries/holiday23/cvp_461.jpg);
}
.cvpH462 {
  background-image: url(../img/galleries/holiday23/cvp_462.jpg);
}
.cvpH463 {
  background-image: url(../img/galleries/holiday23/cvp_463.jpg);
}
.cvpH464 {
  background-image: url(../img/galleries/holiday23/cvp_464.jpg);
}
.cvpH483 {
  background-image: url(../img/galleries/holiday23/cvp_483.jpg);
}
.cvpH484 {
  background-image: url(../img/galleries/holiday23/cvp_484.jpg);
}
.cvpH485 {
  background-image: url(../img/galleries/holiday23/cvp_485.jpg);
}
.cvpH486 {
  background-image: url(../img/galleries/holiday23/cvp_486.jpg);
}
