@import url(https://fonts.googleapis.com/css?family=Gabriela);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

div, h1, h2, h3, p, pre {
  color: #333;
}

/* Set the background color */
body {
  background-color: #bdcbe5;
}
.marquee-box {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 0;
  background-color: rgba(255, 255, 255, 0.3); /* translucent backdrop */
  border-radius: 10px;
}

.marquee-text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 16s linear infinite;
  font-weight: bold;
  font-size: 1.2em;
  color: #5a2971; /* deep plum: nice contrast with lavender */
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6); /* soft glow */
  font-family: 'Segoe UI', sans-serif;
}

@keyframes marquee {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}

.admin-button {
  font-size: 1.1rem;
  padding: 0.5rem 1.2rem;
  background-color: #512da8;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.admin-button:hover {
  background-color: #311b92;
}

.floatinghead {
  max-width: 125px;
  max-height: 125px;
}
.donation-section {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.monetary-donation {
  background-color: #f0f8ff;
  border-left: 4px solid #0077cc;
}


.floating-cat-container {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-top: 20px;
}

.floating-cat {
  position: absolute;
  display: flex;
  align-items: center;
  animation: floatCat 8s linear infinite; /* Adjust timing here */
}

.floatinghead {
  width: 80px;
  height: auto;
  margin-right: 10px;
}

/* "Meow" trail */
.meow-text {
  font-size: 24px;
  font-weight: bold;
  color: black;
  background-color: white;
  padding: 5px 10px;
  border-radius: 5px;
  animation: flashMeow 1s infinite;
}

/* Animations */
@keyframes floatCat {
  0% {
    left: -200px;
  }
  100% {
    left: 100%;
  }
}

@keyframes flashMeow {
  0%, 100% {
    opacity: 1;
    color: black;
    background-color: #bdcbe5;
  }
  50% {
    opacity: 0.2;
    color: #bdcbe5;
    background-color: #bdcbe5;
  }
}


.item-donation {
  background-color: #fefbe9;
  border-left: 4px solid #d4a017;
}

.dropoff-location {
  margin-top: 15px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.dropbox-image {
  width: 25%;
  max-width: 300px;
  height: auto;
  margin: 10px 0;
  border-radius: 4px;
}

.thank-you {
  margin-top: 30px;
  font-style: italic;
  color: #444;
}

html, body {
  background: #bdcbe5;
  /* font-family: 'Open Sans', Helvetica, Arial, sans-serif; */
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.maps{
  font-size: 18px;
  line-height: 2;
}

h1, h2 {
  padding: 20px 0 12px;
  font-family: "Century Gothic", Arial, sans-serif;
    /* font: 40px/20px Gabriela, Georgia, serif; */
  text-align: center;
  text-shadow: 3px 3px rgba(0,0,0,0.1);
  color: #fff;  
}
p {
  margin-bottom: 40px;
  text-align: center;
}
a {
  text-decoration: underline;
  color: #1889e6;
}
a:hover {
  text-decoration: none;
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page {
  position: relative;
  max-width: 980px;
  height: 980px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

.headerimage {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  height: auto;
}


.headerimageprinter {
  margin-left: center;
  margin-right: center;
  text-align: center;
  width: 75%;
  height: 25%;
}

.petimage {
  margin-left: center;
  margin-right: center;
  width: 25%;
  height: 25%;
}

.petimageprint {
  /* margin-left: center; */
  /* margin-right: center; */
  width: 1.00in;
  height: 1.00in;
}


.insta {
  width: 20%;
  height: 20%;
}

.paypal,
.amazon {
  display: block;
  margin: 1rem auto;
  width: 100%;
  max-width: 200px;
  height: auto;
}

.petsmart {
  display: block;
  margin: 1rem auto;
  width: 100%;
  max-width: 200px;
  height: auto;
}

.fb {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 26%;
  height: 20%;
}

.mona {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
}

.local {
  display: block;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%px;
  padding:2px;
  border:2px;
  margin:-2px;
}

.localimage {
  display: block;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  height: 75%px;
  padding:2px;
  border:2px;
  margin:-2px;
}

.localdiv {
  width: 100%;
  text-align: left;
  background: #e5e5e5;
  border-radius: 0px;
}

.localdivhd {
  text-align: center;
  background: #e5e5e5;
  border-radius: 0px;
}

.typography {
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  padding: 20px;
  /* background-color: #fdfdfd; */
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.typography h1 {
  font-size: 36px;
  color: #444;
  margin-bottom: 10px;
}
/* .typography  */
.note {
  background-color: #fff8dc;
  padding: 10px 15px;
  border-left: 5px solid #ff9800;
  margin-bottom: 20px;
}

/**/
/* Forms Page Styles */
/**/
.mission-separator {
  background-color: #fcf2e7; /* soft cream or light peach */
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.mission-separator-white {
  /* background-color: #effff8; soft blue 81c8b5 or light aqua */
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}


.form-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.form-list li {
  margin-bottom: 20px;
  padding: 10px 15px;
  background-color: #f0f8ff;
  border-left: 4px solid #4caf50;
  border-radius: 8px;
}

.form-list a {
  display: inline-block;
  margin-top: 8px;
  font-weight: bold;
  color: #2a7ae2;
  text-decoration: none;
}

.form-list a:hover {
  text-decoration: underline;
}

.mona-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.mona {
  width: 300px;
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.mona-quote {
  font-style: italic;
  margin-top: 20px;
  color: #555;
  font-size: 16px;
}


.label-img {
  display: flex;
  justify-content: right;
  align-items: center;
}

.label-img img {
  width: 135px;
  height: 90px;
  justify-content: right;
  align-items: right;
  border: none;
}

/* Trupanion 123image */
.trupanion {
  max-width: 600px;
  width: 100%;
  border-radius: 12px;
  height: auto;
  vertical-align: middle;

}

/* Trupanion Button Items */
.trupanion-button {
  display: inline-block;
  padding: 12px 16px;
  background-color: #fdd835; /* gold/yellow like a real button */
  border: 2px solid #c6a700;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.trupanion-button:hover {
  background-color: #fbc02d; /* darker gold */
}

.trupanion-button img {
  height: 50px; /* scale image to fit inside button nicely */
  vertical-align: middle;
}

.centered-content {
  text-align: center;
}

/**/
/* main super tabbed styles */
/**/
.pcss3t {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 0;
  text-align: left;
}
.pcss3t > input {
  position: absolute;
  left: -9999px;
}
.pcss3t > label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: all 0.1s;
  -o-transition: all 0.1s;  
  -ms-transition: all 0.1s; 
  -moz-transition: all 0.1s;  
  -webkit-transition: all 0.1s;

}
.pcss3t > label i {
  display: block;
  float: left;
  margin: 16px 8px 0 -2px;
  padding: 0;
  border: 0;
  outline: none;
  font-style: normal;
  font-size: 17px;
  /* background-color: aqua; # THIS IS THE ICON BKGRND*/ 
}
.pcss3t > input:checked + label {
  cursor: default;
}
.pcss3t > ul {
  list-style: none;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 13px;
}
.pcss3t > ul > li {
  position: absolute;
  width: 100%;
  overflow: auto;
  padding: 30px 40px 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;  
  -ms-transition: all 0.5s; 
  -moz-transition: all 0.5s;  
  -webkit-transition: all 0.5s;
}
.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 1;
  transform: matrix();
  -webkit-transform: scale(1,1);
  -webkit-transform: rotate(0deg);
}

/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto > ul {
  height: auto !important;
}
.pcss3t-height-auto > ul > li {
  position: static;
  display: none;
  height: auto !important;
}
.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
  display: block;
}


/**/
/* grid */
/**/
.pcss3t .grid-row {
  margin-top: 20px;
}
.pcss3t .grid-row:after {
  content: '';
  display: table;
  clear: both;
}
.pcss3t .grid-row:first-child {
  margin-top: 0;
}
.pcss3t .grid-col {
  display: block;
  float: left;
  margin-left: 2%;
}
.pcss3t .grid-col:first-child {
  margin-left: 0;
}
.pcss3t .grid-col .inner {
  padding: 10px 0;
  border-radius: 5px;
  background: #f2f2f2;
  text-align: center;
}
.pcss3t .grid-col-1 {
  width: 15%;
}
.pcss3t .grid-col-2 {
  width: 32%;
}
.pcss3t .grid-col-3 {
  width: 49%;
}
.pcss3t .grid-col-4 {
  width: 66%;
}
.pcss3t .grid-col-5 {
  width: 83%;
}
.pcss3t .grid-col-offset-1 {
  margin-left: 19%;
}
.pcss3t .grid-col-offset-1:first-child  {
  margin-left: 17%;
}
.pcss3t .grid-col-offset-2 {
  margin-left: 36%; 
}
.pcss3t .grid-col-offset-2:first-child {
  margin-left: 34%;
}
.pcss3t .grid-col-offset-3 {
  margin-left: 53%;
}
.pcss3t .grid-col-offset-3:first-child {
  margin-left: 51%;
}
.pcss3t .grid-col-offset-4 {
  margin-left: 70%;
}
.pcss3t .grid-col-offset-4:first-child {
  margin-left: 68%;
}
.pcss3t .grid-col-offset-5:first-child {
  margin-left: 85%;
}


/**/
/* typography */
/**/
.pcss3t .typography {
  color: #666;
}
.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
  margin: 40px 0 0 0;
  padding: 0;
  font-family: Gabriela, Georgia, serif;
  text-align: left;
  color: #333;
}
.pcss3t .typography h1 {
  font-size: 40px;
  line-height: 60px;
  text-shadow: 3px 3px rgba(0,0,0,0.1);
}
.pcss3t .typography h2 {
  font-size: 32px;
  line-height: 48px;
  text-shadow: 2px 2px rgba(0,0,0,0.1);
}
.pcss3t .typography h3 {
  font-size: 26px;
  line-height: 38px;
  text-shadow: 1px 1px rgba(0,0,0,0.1);
}
.pcss3t .typography h4 {
  font-size: 20px;
  line-height: 30px;
}
.pcss3t .typography h5 {
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
}
.pcss3t .typography h6 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.pcss3t .typography p {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 20px;
  text-align: left;
}
.pcss3t .typography ul,
.pcss3t .typography ol {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.pcss3t .typography li {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
}
.pcss3t .typography li ul,
.pcss3t .typography li ol {
  margin-top: 5px;
}
.pcss3t .typography ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 4px;
  background: #404040;
}
.pcss3t .typography ol {
  counter-reset: list1;
}
.pcss3t .typography ol > li:before {
  counter-increment:list1;
  content: counter(list1)'.';
  position: absolute;
  top: 0;
  left: 0;
}
.pcss3t .typography a {
  text-decoration: underline;
  color: #1889e6;
}
.pcss3t .typography a:hover {
  text-decoration: none;
}
.pcss3t .typography .pic {
  padding: 4px;
  border: 1px dotted #ccc;
}
.pcss3t .typography .pic img {
  display: block;
}
.pcss3t .typography .pic-right {
  float: right;
  margin: 0 0 10px 20px;
}
.pcss3t .typography .link {
  text-decoration: underline;
  color: #1889e6;
  cursor: pointer;
}
.pcss3t .typography .link:hover {
  text-decoration: none;
}
.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
  margin-top: 0;
}
.pcss3t .typography .text-center {
  text-align: center;
}
.pcss3t .typography .text-right {
  text-align: right;
}

/**/
/* steps */
/**/
.pcss3t-steps > label {
  cursor: default;
}

/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul > li {
  transform: matrix();
  -webkit-transform: scale(0.1,0.1);
}
.pcss3t-effect-rotate  > ul > li {
  transform: matrix();
  -webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul > li {
  top: -40px;
}
.pcss3t-effect-slide-right > ul > li {
  left: 80px;
}
.pcss3t-effect-slide-bottom > ul > li {
  top: 40px;
}
.pcss3t-effect-slide-left > ul > li {
  left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
  text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
  text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t > .right {
  float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top > label {
  text-align: center;
}
.pcss3t-icons-top > label i {
  float: none;
  margin: 0 auto -10px;
  padding-top: 17px;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}
.pcss3t-icons-right > label i {
  float: right;
  margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom > label {
  text-align: center;
}
.pcss3t-icons-bottom > label i {
  float: none;
  margin: -10px auto 0;
  padding-bottom: 17px;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}
.pcss3t-icons-only > label i {
  float: none;
  margin: 0 auto;
  font-size: 23px;
}


/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 980px) {
  
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
  .pcss3t > label {
    display: block;
  }
  .pcss3t > .right {
    float: none;
  }
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.pcss3t > label { 
  padding: 0 20px;
  background: #e5e5e5;
  font-size: 13px;
  line-height: 49px;
}
.pcss3t > label:hover {
  background: #f2f2f2;
}
.pcss3t > input:checked + label {
  background: #200168;
}
.pcss3t > ul {
  background: #fff;
  text-align: left;
}
.pcss3t-steps > label:hover {
  background: #e5e5e5;  
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1 > label {
  margin: 0 5px 5px 0;
  border-radius: 5px;
  box-shadow: 0 2px rgba(0,0,0,0.2);
  color: #200168;
  opacity: 0.8;
}
.pcss3t-theme-1 > label:hover {
  background: #f5a525;
;
  opacity: 1;
}
.pcss3t-theme-1 > input:checked + label {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #f5a525;
  opacity: 1;
  font-weight: 100;
  background: #200168;
}
.pcss3t-theme-1 > ul {
  border-radius: 5px;
  box-shadow: 0 3px rgba(0,0,0,0.2);
}
.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
  border-top-left-radius: 0;
  /* This is the background of the first tabbed section but it is replaced overtop when clicked */
  background: #200168;
}
@media screen and (max-width: 767px) {
  .pcss3t-theme-1 > label {
    margin-right: 0;
  }
  .pcss3t-theme-1 > input:checked + label {
    margin-bottom: 5px;
    padding-bottom: 0;
    border-radius: 5px;
    background: #200168;
  }
  .pcss3t-theme-1 > .tab-content-first:checked ~ ul {
    /* border-top-left-radius: 5px; */
    /* This is also the background of the first tabbed section but it is replaced overtop when clicked */
    background: #200168;

  }
}


/**/
/* theme 2 */
/**/
.pcss3t-theme-2 {
  padding: 5px;
  background: rgba(0,0,0,0.2);
}
.pcss3t-theme-2 > label {
  margin-right: 0;
  margin-bottom: 0;
  background: none;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  color: #fff;
  opacity: 1;
}
.pcss3t-theme-2 > label:hover {
  background: rgba(255,255,255,0.2);
}
.pcss3t-theme-2 > input:checked + label {
  padding-bottom: 0;
  background: #fff;
  background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.pcss3t-theme-2 > ul {
  margin: 0 -5px -5px;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .pcss3t-theme-2 > ul {
    margin-top: 5px;
  }
}


/**/
/* theme 3 */
/**/
.pcss3t-theme-3 {
  background: rgba(0,0,0,0.8);  
}
.pcss3t-theme-3 > label {
  background: none;
  border-right: 1px dotted rgba(255,255,255,0.5);
  text-align: center;
  color: #fff;
  opacity: 0.6;
}
.pcss3t-theme-3 > label:hover {
  background: none;
  color: #d9d92b;
  opacity: 0.8;
}
.pcss3t-theme-3 > input:checked + label {
  background: #d9d92b;
  color: #000;
  opacity: 1;
}
.pcss3t-theme-3 > ul {
  border-top: 4px solid #d9d92b;
  border-bottom: 4px solid #d9d92b;
  border-radius: 0;
  box-shadow: none;
}


/**/
/* theme 4 */
/**/
.pcss3t-theme-4 > label {
  margin: 0 10px 10px 0;
  border-radius: 5px;
  background: #78c5fd;
  background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
  background: -o-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
  background: -ms-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
  background: -moz-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
  background: -webkit-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c5fd', endColorstr='#2c8fdd', GradientType=0);
  box-shadow: inset 0 1px rgba(255,255,255,0.5), 0 1px rgba(0,0,0,0.5);
  line-height: 39px;
  text-shadow: 0 1px rgba(0,0,0,0.5);
  color: #fff;
}
.pcss3t-theme-4 > label:hover {
  background: #90cffc;
  background: linear-gradient(to bottom, #90cffc 0%, #439bde 100%);
  background: -o-linear-gradient(top, #90cffc 0%, #439bde 100%);
  background: -ms-linear-gradient(top, #90cffc 0%, #439bde 100%);
  background: -moz-linear-gradient(top, #90cffc 0%, #439bde 100%);
  background: -webkit-linear-gradient(top, #90cffc 0%, #439bde 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90cffc', endColorstr='#439bde', GradientType=0);
}
.pcss3t-theme-4 > input:checked + label {
  top: 1px;
  background: #5f9dc9;
  background: linear-gradient(to bottom, #5f9dc9 0%, #2270ab 100%);
  background: -o-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
  background: -ms-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
  background: -moz-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
  background: -webkit-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#2270ab', GradientType=0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px rgba(255,255,255,0.5);
  text-shadow: none;
}
.pcss3t-theme-4 > ul {
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
  .pcss3t-theme-4 > label {
    margin-right: 0;
  }
}


/**/
/* theme 5 */
/**/
.pcss3t-theme-5 {
  padding: 15px;
  border-radius: 5px;
  background: #ad6395;
  background: linear-gradient(to right, #ad6395 0%, #a163ad 100%);
  background: -o-linear-gradient(left, #ad6395 0%, #a163ad 100%);
  background: -ms-linear-gradient(left, #ad6395 0%, #a163ad 100%);
  background: -moz-linear-gradient(left, #ad6395 0%, #a163ad 100%);
  background: -webkit-linear-gradient(left, #ad6395 0%, #a163ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#a163ad', GradientType=1);
}
.pcss3t-theme-5 > label {
  margin-right: 10px;
  margin-bottom: 15px;
  background: none;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  opacity: 1;
}
.pcss3t-theme-5 > label:hover {
  background: rgba(255,255,255,0.15);
}
.pcss3t-theme-5 > input:checked + label {
  background: rgba(255,255,255,0.3);
  color: #000;
}
.pcss3t-theme-5 > input:checked + label:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  margin-left: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.pcss3t-theme-5 > ul {
  margin: 0 -15px -15px;
  border-radius: 0 0 5px 5px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .pcss3t-theme-5 > input:checked + label:after {
    display: none;
  }
}


/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.pcss3t > ul,
.pcss3t > ul > li {
  height: 650px;
}