/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #000;
}

.animated-icon2 span {
background: #000;
}

.animated-icon3 span {
background: #ff4d4d;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: #fff !important;
    font-weight: 400;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: #ff4d4d !important;
}

.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
  /*background-color: rgba(0,0,0,.5);*/
  background: none !important;
  color: #ff4d4d !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-8 {
	padding-top: 4.5rem !important;
}

.pt-6 {
	padding-top: 3rem !important;
}

body {
	background-color: #e2e5f4; 
}

.mt-10 {
	margin-top: 10rem;
}

.mt-8 {
	margin-top: 4.5rem;
}

/* Carousel Overrides */

.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.panel {
	box-shadow: 0 1px 10px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	padding: 1.5rem;
	border-radius: 0.8rem;
	background-color: #fff;
}

.glass-panel {
  background-color: transparent;
  background-image: linear-gradient(135deg, #0000009D 0%, #3d3d3d9D 100%);
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  border-left: 1px solid rgba(255, 255, 255, .05);
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0px;
  /*border-radius: 40px 40px 40px 40px;*/
}

.shadow-hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.shadow-hover:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadow-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.shadow-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.shadow-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadow-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.shift-top {
  margin-top: -86px;
}

@media (max-width: 560px) {
    .shift-top {
      margin-top: -70px;
    }
  }

@media (max-width: 460px) {
    .shift-top {
      margin-top: -54px;
    }
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

.btn-wide {
	width: 100%;
	margin: 0;
}

/* Brand specific */
.btn-unique {
    background-color: #ff4d4d !important;
    color: #212121 !important;
    font-weight: 600;
}

.btn-unique {
  /*background-color: #ab01ff !important;*/
  background-image: linear-gradient(to right, #cdb27a 0%, #fcedb4  51%, #cdb27a  100%);
  /*background-image: linear-gradient(to right, #f7bcd0 0%, #eb3f7b  51%, #f7bcd0  100%) !important;*/
  color: #000 !important;
  font-weight: 600;
  border-radius: 0px;
  /*border-radius: 40px;*/
  padding: 1.4rem;
  opacity: 1;
  box-shadow: 0 5px 10px rgba(0,0,0,0.30), 0 5px 8px rgba(0,0,0,0.22);
  transition: all 0.3s ease-in-out;
}

.btn-unique.wider {
  width: 18rem;
}

.btn-unique:hover{
  color: #000 !important;
  box-shadow: 0 10px 20px rgba(0,0,0,0.60), 0 10px 12px rgba(0,0,0,0.44);
  opacity: 1;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.btn-social {
  background-color: #279ced;
  color: #fff !important;
  font-weight: 600;
  margin: 0 !important;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.30), 0 5px 8px rgba(0,0,0,0.22);
  transition: all 0.3s ease-in-out;
}

.btn-social:hover {
  background-color: #279ced;
  color: #fff !important;
  font-weight: 600;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.60), 0 10px 12px rgba(0,0,0,0.44);
  transition: all 0.3s ease-in-out;
}

.btn-social-icon {
  max-width: 60px;
  border-radius: 1rem;
  box-shadow: 0 5px 10px rgba(0,0,0,0.30), 0 5px 8px rgba(0,0,0,0.22);
  transition: all 0.3s ease-in-out;
  margin: 0 0.8rem 0 0.8rem;
}

.btn-social-icon:hover {
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0,0,0,0.75), 0 5px 8px rgba(0,0,0,0.75);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 560px) {
  .btn-social-icon {
    max-width: 60px;
    border-radius: 1rem;
    box-shadow: 0 5px 10px rgba(0,0,0,0.30), 0 5px 8px rgba(0,0,0,0.22);
    transition: all 0.3s ease-in-out;
    margin: 0 0.5rem 1.2rem 0.5rem;
  }
}

.btn-unique-secondary {
  /*background-color: #ab01ff !important;*/
  background-image: linear-gradient(to right, #000000 0%, #101010  51%, #000000  100%);
  background-color: transparent;
  box-shadow: 0 5px 10px rgba(0,0,0,0.30), 0 5px 8px rgba(0,0,0,0.22);
  color: #ff4d4d !important;
  font-weight: 600;
  border-radius: 0px;
  padding: 1.4rem;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.btn-unique-secondary:hover {
  /*background-color: #ab01ff !important;*/
  /*background-image: linear-gradient(to right, #f7bcd0 0%, #eb3f7b  51%, #f7bcd0  100%) !important;*/
  background-color: transparent;
  box-shadow: 0 10px 20px rgba(0,0,0,0.60), 0 10px 12px rgba(0,0,0,0.44);
  color: #ff4d4d !important;
  font-weight: 600;
  border-radius: 20px;
  padding: 1.4rem;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.brand-logo {
	width: 230px;
}

.brand-nav-color {
  transition: opacity 0.8s ease 0.2s;
  background-image: linear-gradient(135deg, #0000009D 0%, #0000009D 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  opacity: 0.7;
  transition: all 0.8s ease 0.2s;
}

.brand-nav-color:hover {
  opacity: 1;
  background-color: #000;
  transition: all 0.8s ease 0.2s;
}

.brand-footer-color {
	background-color: #c5cae8;
}

.pipeDivider {
  color: #333;
  margin: 0 0.5rem 0 0.5rem;
}

.collection-card .stripe.brand {
    /*background-color: rgba(205,178,122,.7);*/
    background-color: rgba(24,24,24,.7);
}

.collection-card .stripe {
  position: absolute;
  bottom: 4rem;
  width: 100%;
  padding: 1.2rem;
  text-align: center;
}

.brand-text {
	color: #ff4d4d;
}

.brand-color-tabs-justified {
  background-color: #2d344f;
}

.md-tabs .nav-item.open .nav-link, .md-tabs .nav-link.active {
    color: #fff !important;
    background-color: rgba(0,0,0,.5);
}

.card.card-cascade.wider .card-body.card-body-cascade {
    margin-bottom: 4%;
}

/* Container wide */

@media (min-width: 1600px) {
	.wide-style {
	    max-width: 1540px;
	}
}

/* Scel start */

.scel input {
	border: 1px solid #aaa;
	padding: .2rem;
}

.scel {
	border-bottom: 1px solid #f2f2f2;
}

/* Scel end */

header.fixed-screen {
  position: fixed;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden; 
  margin-top: -25px;
}

.floating-panel {
  position: relative;
  z-index: 10;
  padding: 15px;
}


:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

@keyframes pulsar {
  from {box-shadow: 0px 0px 20px rgba(24,255,255,1);}
    to {box-shadow: 0px 0px 50px rgba(24,255,255,0.75);}
}

.glow-pulsar {
  box-shadow: 0 0px 50px rgba(255, 217, 142, 0.30), 0 0px 0px rgba(255, 217, 142, 0.22);
  animation: glowpulsar 1s infinite;
  animation-direction: alternate;
}

@keyframes glowpulsar {
  from {box-shadow: 0px 0px 50px rgba(255,217,142,1);}
    to {box-shadow: 0px 0px 200px rgba(255,217,142,0.75);}
}


/* Video Background Start */
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header.short-header {
  height: 25vh;
  min-height: 25rem;
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://femdom-awards.com/images/assets/video-backgrounds/femdom-awards-home-mobile-fallback.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

@media (pointer: coarse) and (hover: none) {
  header.alternate {
    background: url('http://undher.me/images/assets/video-backgrounds/undher-facesitting-lifestyle-mastery-home-mobile-fallback-2.jpg') black no-repeat center center scroll;
  }
}

@media (pointer: coarse) and (hover: none) {
  header.variant {
    background: url('http://undher.me/images/assets/video-backgrounds/undher-facesitting-lifestyle-mastery-home-mobile-fallback-3.jpg') black no-repeat center center scroll;
  }
}
/* Video Background End */

.w-80 {
	width: 80px;
}

/* Timeline Start */

      .timeline {
        position: relative;
        list-style: none;
        padding: 1rem 0;
        margin: 0;
      }

      .timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 2px;
        margin-left: -1px;
        background-color: #8ea0f9;
      }

      .timeline-element {
        position: relative;
        width: 50%;
        padding: 1rem 0;
        padding-right: 2.5rem;
        text-align: right;
      }

      .timeline-element::before {
        content: '';
        position: absolute;
        right: -8px;
        top: 1.35rem;
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid #8ea0f9;
        background-color: #fff;
      }

      .timeline-element:nth-child(even)::before {
        right: auto;
        left: -8px;
      }

      .timeline-element:nth-child(even) {
        margin-left: 50%;
        padding-left: 2.5rem;
        padding-right: 0;
        text-align: left;
      }

      @media (max-width: 767.98px) {
        .timeline::before {
          left: 8px;
        }
      }

      @media (max-width: 767.98px) {
        .timeline-element {
          width: 100%;
          text-align: left;
          padding-left: 2.5rem;
          padding-right: 0;
        }
      }

      @media (max-width: 767.98px) {
        .timeline-element::before {
          top: 1.25rem;
          left: 1px;
        }
      }

      @media (max-width: 767.98px) {
        .timeline-element:nth-child(even) {
          margin-left: 0rem;
        }
      }

      @media (max-width: 767.98px) {
        .timeline-element {
          width: 100%;
          text-align: left;
          padding-left: 2.5rem;
          padding-right: 0;
        }
      }

      @media (max-width: 767.98px) {
        .timeline-element:nth-child(even)::before {
          left: 1px;
        }
      }

      @media (max-width: 767.98px) {
        .timeline-element::before {
          top: 1.25rem;
        }
      }

/* Timeline End */

/* Testamonials Start */

.testimonial-carousel .testimonial {
    margin-right: 20%;
    margin-left: 20%;
}

.testimonial-carousel .carousel-control::before {
    font-size: 5rem;
    color: rgba(142,160,249,0.6);
    transition: .4s;
}

.testimonial-carousel .carousel-control:hover::before {
    color: #8ea0f9;
    transition: .4s;
}
/* Testamonials End */

/* Carousel Start */

      @media (max-width: 740px) {
        html,
        body,
        header,
        .carousel {
          height: 100vh;
        }
      }

      @media (min-width: 800px) and (max-width: 850px) {
        html,
        body,
        header,
        .carousel {
          height: 100vh;
        }
      }

      @media (min-width: 800px) and (max-width: 850px) {
              .navbar:not(.top-nav-collapse) {
                  background: #1C2331!important;
              }
          }

          .view,body,html{height:100%}@media (max-width:740px){.full-page-intro{height:1000px}}.carousel{height:50%}.carousel .carousel-inner,.carousel .carousel-inner .active,.carousel .carousel-inner .carousel-item{height:100%}@media (max-width:776px){.carousel{height:100%}}.page-footer,.top-nav-collapse{background-color:#1C2331}@media only screen and (max-width:768px){.navbar{background-color:#1C2331}}


/* Carousel End */

/* Accordion Start */

.accordion button {
  color: #f2f2f2;
  text-transform: none;
  font-size: 1rem;
  padding: 2rem 1rem 2rem 1rem;
  border-bottom: 1px solid #000;
  transition: .4s;
}

.accordion button:hover {
  color: #fed98e;
  text-decoration: none;
  transition: .4s;
}

.accordion button:focus {
  color: #fed98e;
  text-decoration: none;
}

.accordion button:active {
  color: #fed98e;
  text-decoration: none;
}

.accordion .inline-icon {
  color: #fed98e;
}

.accordion .card-header img.small-icon {
  transform: rotate(-90deg);
  transition: .5s;
}

.accordion .card-header:hover img.small-icon {
  transform: rotate(0deg);
  transition: .5s;
}

.small-icon {
  height: 18px;
  width: 18px;
}

.card-header {
  background-color: #101010;
  transition: .4s;
  padding: 0;
}

.card-header:hover {
  background-color: #000;
  transition: .4s;
}

.accordion .card-body p {
  color: #f2f2f2;
  font-weight: 400;
}

.accordion .card-body {
  background-color: transparent;
  background-image: linear-gradient(135deg, #1b1b1b 0%, #101010 100%);
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Accordion End */


.inline-icon {
  height: 20px;
  width: 20px;
  padding: 0 6px 2px 0;
  display: inline !important;
}

.inline-icon-large {
  height: 24px;
  width: 24px;
  padding: 3px 0px 5px 0px;
  display: inline !important;
}

.collection-card .stripe a p {
  letter-spacing: 0;
}

.com-avatar {
  height: 42px;
  width: 42px; 
  border-radius: 50%;
  margin: 0 14px 4px 4px;
}

.wrapper-dark {
  background-color: #10121b; 
  margin: 24px 0 6px 0;
  padding: 1rem;
  border-radius: 10px;
}

.loading-bg {
  background-image: url("../images/assets/animations/loady-colored-primary-half.gif");
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: cover;*/
}

.wrapper-dark p {
  color: #ededed !important; 
  font-weight: 300;
  display: inline;
}

@media (max-width: 1279px) {
  .wrapper-dark .btn-unique-secondary {
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 1279px) {
  .container {
    max-width: 100%;
  }
}

footer li.active a {
  color: #e2e7fe !important;
}

.badgeContainer {
    position: absolute;
    z-index: 2;
    left: 0%;
    bottom: 0;
}

.dateBadge {
    bottom: 0;
    left: 0;
    padding: 10px 10px 4px 10px;
    font-size: 12px;
    border-radius: 0px 10px 0px 0px;
    display: inline-block;
}

.bg-date {
    background-color: #10121b!important;
    opacity: 0.8;
}

.text-grayceiling {
    color: #fff!important;
}

.inline-icon {
  height: 20px;
  width: 20px;
  padding: 0 6px 2px 0;
  display: inline !important;
}

.inline-icon-large {
  height: 26px;
  width: 26px;
  padding: 0 2px 4px 2px;
  margin-right: 8px;
  margin-left: -8px;
  display: inline !important;
}

.inline-icon-cart {
  height: 32px;
  width: 32px;
  display: inline !important;
}

.inline-icon-social {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline !important;
  margin: 0 0.5rem 0 0;
}

.collection-card .stripe a p {
  letter-spacing: 0;
}

.com-avatar {
  height: 45px;
  width: 45px; 
  border-radius: 50%;
  margin: 0 14px 0 4px;
}

.wrapper-dark {
  background-color: #130d13; 
  margin: 24px 0 6px 0;
  padding: 1rem;
  border-radius: 10px;
}

.wrapper-glass {
  margin: 0px 0 36px 0;
  padding: 0.6rem;
  border-radius: 10px;
}

.glass {
  background-color: transparent;
  background-image: linear-gradient(135deg, #0000003D 0%, #4444443D 100%);
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  border-left: 1px solid rgba(255, 255, 255, .05);
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
}

.glass-clear {
  background-color: transparent;
  background-image: linear-gradient(135deg, #0000003D 0%, #4444443D 100%);
  border-radius: 20px;
}

.glow {
  box-shadow: 0 0px 50px rgba(24, 255, 255, 0.30), 0 0px 0px rgba(24, 255, 255, 0.22);
  transition: all 0.3s ease-in-out;
}

.glow:hover {
  box-shadow: 0 0px 50px rgba(24, 255, 255, 0.60), 0 0px 0px rgba(24, 255, 255, 0.44);
  transition: all 0.3s ease-in-out;
}

.no-shadow {
  box-shadow: none !important;
}

.loading-bg {
  background-image: url("../images/assets/animations/loady-colored-primary-half.gif");
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: cover;*/
}

.wrapper-dark p {
  color: #ededed !important; 
  font-weight: 300;
  display: inline;
}

.btn {
  /*margin: 0; only when there's text underneath */
  margin: 0 0 0 0;
}

@media (max-width: 1279px) {
  .wrapper-dark .btn-unique-secondary {
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 1279px) {
  .container {
    max-width: 100%;
  }
}

footer li.active a {
  color: #e2e7fe !important;
}

/* Nav menu items */


/* Buttons */

button.transparent {
  background-color: transparent;
  border: none;
}  

/******* Input ***********/

select.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/assets/caret.svg);
    background-size: 10px 6px;
    background-repeat: no-repeat;
    background-position: top 26px right 30px;
}

.input {
    padding: 11px 20px; 
    height: 60px;
    background-color: #181818;
    border: 1px solid #8f7c55;
    border-radius: 0px;
    width: 100%;
    color: #cdb27a;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    transition: all 0.3s ease-in-out;
}

.select-items, .select-selected {
  font-size: 1rem;
}

select:active, select:hover {
  background-color: #080808;
  transition: all 0.3s ease-in-out;
}

option:hover {
  background-color: #fff !important;
}

/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
  opacity: 0.8;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25), 0 5px 10px 0 rgba(0, 0, 0, .25);
  transition: all .2s linear;
}

[type=radio] + img:hover {
  cursor: pointer;
  opacity: 0.9;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5), 0 10px 10px 0 rgba(0, 0, 0, .5);
  transition: all .2s linear;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 1px solid #f8f1a0;
  opacity: 1;
  box-shadow: 0 0px 25px 10px rgba(252,237,180,.5);
  transition: all .1s linear;
}

.vote-selection {
  width: 100%;
}

/* Button Width Override Start */

.waves-input-wrapper {
  position: relative;
  display: block;

  border-radius: .2em;
}
/* Button Width Override End */

.section-number {
  float: right; 
  color: #ceb279;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
  #right-section { display: none; }  /* hide it on small screens */
}

@media screen and (min-width: 991px) {
  #bottom-section { display: none; }  /* hide it on small screens */
}