@media screen and (max-width: 992px) {
.logo {
	width: 50%;
}
}
/* Erecta Hard */
.btn-primary.btn-outline#erectahard {
color: #e31d93 !important;
border: 2px solid #e31d93 !important;
}
.btn-primary.btn-outline#erectahard:hover {
color: #fff !important;
background-color: #e31d93 !important;
}

#devilscandy-footer .devilscandy-footer-links li a#erectahard:hover {
color: #e31d93 !important;
}

/* Monster Cock */
.btn-primary.btn-outline#monstercock {
color: #eb0045 !important;
border: 2px solid #eb0045 !important;
}
.btn-primary.btn-outline#monstercock:hover {
color: #fff !important;
background-color: #eb0045 !important;
}

#devilscandy-footer .devilscandy-footer-links li a#monstercock:hover {
color: #eb0045 !important;
}

/* Sperm Flood */
.btn-primary.btn-outline#spermflood {
color: #00c4b3 !important;
border: 2px solid #00c4b3 !important;
}
.btn-primary.btn-outline#spermflood:hover {
color: #fff !important;
background-color: #00c4b3 !important;
}

#devilscandy-footer .devilscandy-footer-links li a#spermflood:hover {
color: #00c4b3 !important;
}

/* Triple Six */
.btn-primary.btn-outline#triplesix {
color: #00b2e3 !important;
border: 2px solid #00b2e3 !important;
}
.btn-primary.btn-outline#triplesix:hover {
color: #fff !important;
background-color: #00b2e3 !important;
}

#devilscandy-footer .devilscandy-footer-links li a#triplesix:hover {
color: #00b2e3 !important;
}

/* Erecta Cream */
.btn-primary.btn-outline#erectacream {
color: #ffa400 !important;
border: 2px solid #ffa400 !important;
}
.btn-primary.btn-outline#erectacream:hover {
color: #fff !important;
background-color: #ffa400 !important;
}

#devilscandy-footer .devilscandy-footer-links li a#erectacream:hover {
color: #ffa400 !important;
}

/* Ejact Delay Gel */
.btn-primary.btn-outline#ejactdelaygel {
color: #98989a !important;
border: 2px solid #98989a !important;
}
.btn-primary.btn-outline#ejactdelaygel:hover {
color: #fff !important;
background-color: #98989a !important;
}

#devilscandy-footer .devilscandy-footer-links li a#ejactdelaygel:hover {
color: #98989a !important;
}

/* Spanish Fly */
.btn-primary.btn-outline#spanishfly {
color: #fdc72f !important;
border: 2px solid #fdc72f !important;
}
.btn-primary.btn-outline#spanishfly:hover {
color: #fff !important;
background-color: #fdc72f !important;
}

#devilscandy-footer .devilscandy-footer-links li a#spanishfly:hover {
color: #fdc72f !important;
}

/* Devil Tears */
.btn-primary.btn-outline#deviltears {
color: #00953b !important;
border: 2px solid #00953b !important;
}
.btn-primary.btn-outline#deviltears:hover {
color: #fff !important;
background-color: #00953b !important;
}

#devilscandy-footer .devilscandy-footer-links li a#deviltears:hover {
color: #00953b !important;
}

/* Oral Jelly */
.btn-primary.btn-outline#oraljelly {
color: #8a1a9b !important;
border: 2px solid #8a1a9b !important;
}
.btn-primary.btn-outline#oraljelly:hover {
color: #fff !important;
background-color: #8a1a9b !important;
}

#devilscandy-footer .devilscandy-footer-links li a#oraljelly:hover {
color: #8a1a9b !important;
}

body {
  font-family: "acumin-pro", Georgia, serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  background: #fff url(../img/background.jpg) repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    background: #fff url(../img/background.jpg) repeat;
  }
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #eb0045;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #eb0045;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 30px;
  font-style: 18px;
}

td, th {
	font-weight: normal;
    padding: 10px 30px;
    border: 1px solid;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

#devilscandy-header .display-tc h1 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

::-webkit-selection {
  color: #fff;
  background: #eb0045;
}

::-moz-selection {
  color: #fff;
  background: #eb0045;
}

::selection {
  color: #fff;
  background: #eb0045;
}

.devilscandy-nav {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1001;
  top: 0;
  padding: 14px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .devilscandy-nav {
    position: absolute;
  }
}
.devilscandy-nav.scrolled {
  background: #000 url(../img/nav.jpg) repeat;
  top: -90px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .devilscandy-nav.scrolled {
    background: #000 url(../img/nav.jpg) repeat;
  }
}
@media screen and (max-width: 480px) {
  .devilscandy-nav.scrolled {
    background: transparent;
  }
}
.devilscandy-nav #devilscandy-logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-family: "acumin-pro", Georgia, serif;
  color: #fff !important;
}
.scrolled .devilscandy-nav #devilscandy-logo {
  color: #000 !important;
}
.devilscandy-nav #devilscandy-logo a {
  font-size: 42px;
  color: #fff !important;
}
.scrolled .devilscandy-nav #devilscandy-logo a {
  color: #000 !important;
}
.devilscandy-nav #devilscandy-logo a span {
  color: #eb0045;
}
@media screen and (max-width: 768px) {
  .devilscandy-nav .menu-1 {
    display: none;
  }
}
.devilscandy-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.devilscandy-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.devilscandy-nav ul li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.devilscandy-nav ul li a {
  padding: 30px 15px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.scrolled .devilscandy-nav ul li a {
  color: rgba(0, 0, 0, 0.7);
}
.devilscandy-nav ul li a:hover, .devilscandy-nav ul li a:focus, .devilscandy-nav ul li a:active {
  color: white;
}
.scrolled .devilscandy-nav ul li a:hover, .scrolled .devilscandy-nav ul li a:focus, .scrolled .devilscandy-nav ul li a:active {
  color: black;
}
.devilscandy-nav ul li.has-dropdown {
  position: relative;
}
.devilscandy-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #eb0045;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.devilscandy-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #eb0045;
  border-width: 8px;
  margin-left: -8px;
}
.devilscandy-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.devilscandy-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.devilscandy-nav ul li.has-dropdown .dropdown li a {
  font-size: 15px;
  padding: 2px 0;
  display: block;
  color: white;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
}
.devilscandy-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.devilscandy-nav ul li.has-dropdown:hover a, .devilscandy-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.scrolled .devilscandy-nav ul li.has-dropdown:hover a, .scrolled .devilscandy-nav ul li.has-dropdown:focus a {
  color: rgba(0, 0, 0, 0.7);
}
.devilscandy-nav ul li.active > a {
  color: #fff;
  position: relative;
}
.scrolled .devilscandy-nav ul li.active > a {
  color: rgba(0, 0, 0, 0.7);
}
.devilscandy-nav ul li.active > a:after {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  content: '';
  width: 30px;
  height: 2px;
  background: #eb0045;
  margin: 0 auto;
}

#devilscandy-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 768px) {
  #devilscandy-header {
    background-position: center center;
    background-attachment: scroll;
	background-size: cover;
  }
}
#devilscandy-header .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

#devilscandy-header .display-tc h1 { text-shadow: 0 0 10px #000; }

@media screen and (max-width: 768px) {
  #devilscandy-header,
  .devilscandy-cover {
    padding: 3em 0;
  }
}
#devilscandy-header .display-t,
.devilscandy-cover .display-t {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #devilscandy-header .display-t,
  .devilscandy-cover .display-t {
    padding: 3em 0;
  }
}
#devilscandy-header .display-tc,
.devilscandy-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #devilscandy-header .display-tc,
  .devilscandy-cover .display-tc {
    padding: 3em 0;
  }
}
#devilscandy-header .display-tc h1, #devilscandy-header .display-tc h2,
.devilscandy-cover .display-tc h1,
.devilscandy-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: #fff;
}
#devilscandy-header .display-tc h1,
.devilscandy-cover .display-tc h1 {
  margin-bottom: 20px;
  font-size: 74px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #devilscandy-header .display-tc h1,
  .devilscandy-cover .display-tc h1 {
	margin-bottom: 160px;
    font-size: 42px;
    line-height: 50px;
  }
}
#devilscandy-header .display-tc h1 em,
.devilscandy-cover .display-tc h1 em {
  font-style: italic;
  font-weight: 600;
}
#devilscandy-header .display-tc h2,
.devilscandy-cover .display-tc h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-style: italic;
}
#devilscandy-header .display-tc h2 a,
.devilscandy-cover .display-tc h2 a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  color: #fff;
  position: relative;
}
#devilscandy-header .display-tc h2 a:before,
.devilscandy-cover .display-tc h2 a:before {
  background: #eb0045;
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
#devilscandy-header .display-tc .btn,
.devilscandy-cover .display-tc .btn {
  padding: 10px 30px;
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #devilscandy-header .display-tc .btn,
  .devilscandy-cover .display-tc .btn {
    width: 80%;
    margin: 0 auto;
  }
}
#devilscandy-header .display-tc .btn.btn-learn,
.devilscandy-cover .display-tc .btn.btn-learn {
  background: #fee856;
  border: none;
  color: #000 !important;
}
#devilscandy-header .display-tc .btn.btn-learn:hover, #devilscandy-header .display-tc .btn.btn-learn:focus,
.devilscandy-cover .display-tc .btn.btn-learn:hover,
.devilscandy-cover .display-tc .btn.btn-learn:focus {
  background: rgba(254, 232, 86, 0.9) !important;
  color: #000 !important;
}
#devilscandy-header .display-tc .btn:hover, #devilscandy-header .display-tc .btn:focus,
.devilscandy-cover .display-tc .btn:hover,
.devilscandy-cover .display-tc .btn:focus {
  color: #fff !important;
}
#devilscandy-header .display-tc .btn.btn-demo,
.devilscandy-cover .display-tc .btn.btn-demo {
  background: #eb0045;
  border: none;
}
#devilscandy-header .display-tc .btn.btn-demo:hover, #devilscandy-header .display-tc .btn.btn-demo:focus,
.devilscandy-cover .display-tc .btn.btn-demo:hover,
.devilscandy-cover .display-tc .btn.btn-demo:focus {
  background: rgba(234, 39, 45, 0.9) !important;
  color: #fff !important;
}
#devilscandy-header .display-tc .btn:hover,
.devilscandy-cover .display-tc .btn:hover {
  background: #eb0045 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#devilscandy-header .display-tc .form-inline .form-group,
.devilscandy-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#devilscandy-header .display-tc .form-inline .form-group .form-control,
.devilscandy-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #000;
  border: none;
}

.devilscandy-section {
  padding: 7em 0;
}
@media screen and (max-width: 480px) {
  .devilscandy-section {
    padding: 3em 0;
  }
}
.devilscandy-section p {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
}

.header-height {
height: 600px;
}

@media screen and (max-width: 768px) {
.header-height {
height: 400px;
}
.header-title {
width: 50%;
margin-bottom: 100px;
}
}

.section-heading {
  width: 100%;
  float: left;
}
.section-heading h2 {
  font-style: 40px;
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  text-transform: uppercase;
}

#devilscandy-about .img-wrap img {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  #devilscandy-about .img-wrap img {
    max-width: 100%;
  }
}

#devilscandy-featured-menu .devilscandy-heading h2, #devilscandy-gallery .devilscandy-heading h2, #devilscandy-reservation-form .devilscandy-heading h2 {
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  text-transform: uppercase;
}
#devilscandy-featured-menu .devilscandy-item-wrap, #devilscandy-gallery .devilscandy-item-wrap, #devilscandy-reservation-form .devilscandy-item-wrap {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 650px;
}
#devilscandy-featured-menu .devilscandy-item, #devilscandy-gallery .devilscandy-item, #devilscandy-reservation-form .devilscandy-item {
  float: left;
  width: 100%;
  backround: #fff;
}
#devilscandy-featured-menu .devilscandy-item h3, #devilscandy-gallery .devilscandy-item h3, #devilscandy-reservation-form .devilscandy-item h3 {
  margin-bottom: 0px;
  color: #000;
}
#devilscandy-featured-menu .devilscandy-item .devilscandy-price, #devilscandy-gallery .devilscandy-item .devilscandy-price, #devilscandy-reservation-form .devilscandy-item .devilscandy-price {
  font-style: 20px;
  color: #000;
  margin-bottom: 20px;
  font-size: 30px;
  display: block;
}
#devilscandy-featured-menu .devilscandy-item img, #devilscandy-gallery .devilscandy-item img, #devilscandy-reservation-form .devilscandy-item img {
  margin-bottom: 30px;
}

#devilscandy-slider .devilscandy-heading h2 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  color: #000;
  text-transform: uppercase;
}

#devilscandy-slider-wrwap {
  height: 500px !important;
}
#devilscandy-slider-wrwap .btn {
  font-size: 24px;
}
#devilscandy-slider-wrwap .btn.btn-primary {
  padding: 14px 30px !important;
}
#devilscandy-slider-wrwap .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#devilscandy-slider-wrwap .flexslider .slides {
  position: relative;
}
#devilscandy-slider-wrwap .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 600px !important;
  position: relative;
}
#devilscandy-slider-wrwap .flexslider .flex-control-nav {
  top: -30px !important;
  z-index: 1000;
  right: 0;
  float: right;
  width: auto;
}
#devilscandy-slider-wrwap .flexslider .flex-control-nav li {
  margin-bottom: 10px;
}
#devilscandy-slider-wrwap .flexslider .flex-control-nav li a {
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border: 2px solid transparent;
}
#devilscandy-slider-wrwap .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 2px solid #000;
}
#devilscandy-slider-wrwap .flexslider .flex-direction-nav {
  display: none;
}
#devilscandy-slider-wrwap .flexslider .slider-text-bg {
  margin-left: -150px;
}
@media screen and (max-width: 992px) {
  #devilscandy-slider-wrwap .flexslider .slider-text-bg {
    margin-left: 0px;
  }
}
#devilscandy-slider-wrwap .flexslider .slider-text-bg .desc {
  margin-top: 9em;
  padding: 2em;
  background: transparent;
}
@media screen and (max-width: 992px) {
  #devilscandy-slider-wrwap .flexslider .slider-text-bg .desc {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  #devilscandy-slider-wrwap .flexslider .slider-text-bg .desc p {
    display: none;
  }
}
#devilscandy-slider-wrwap .flexslider .slider-text,
#devilscandy-slider-wrwap .flexslider .slider-text-bg {
  display: table;
  opacity: 0;
  height: 600px;
  z-index: 9;
}
#devilscandy-slider-wrwap .flexslider .slider-text > .slider-text-inner,
#devilscandy-slider-wrwap .flexslider .slider-text-bg > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 500px;
}

.devilscandy-bg-section {
  background: rgba(234, 39, 45, 0.03);
}

#devilscandy-slider,
#devilscandy-wireframe,
#devilscandy-started,
#devilscandy-blog,
#devilscandy-content-section,
#devilscandy-footer {
  padding: 7em 0;
  clear: both;
}
#devilscandy-about {
padding: 7em 0 0;
}
@media screen and (max-width: 768px) {
  #devilscandy-slider,
  #devilscandy-about,
  #devilscandy-wireframe,
  #devilscandy-started,
  #devilscandy-blog,
  #devilscandy-content-section,
  #devilscandy-footer {
    padding: 3em 0;
  }
}

#devilscandy-content {
  border-bottom: 2px solid rgba(234, 39, 45, 0.1);
}

#devilscandy-started {
  border-bottom: none;
}

#devilscandy-started {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
#devilscandy-started .overlay {
  z-index: 0;
  position: absolute;
  bottom: -1px;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(30,30,30,1) 0%, rgba(0,0,0,1) 100%);
}
#devilscandy-started .devilscandy-heading {
  margin-bottom: 0;
}
#devilscandy-started .devilscandy-heading h2 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px !important;
}
#devilscandy-started .devilscandy-heading p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}


#devilscandy-blog .devilscandy-heading, #devilscandy-contact .devilscandy-heading {
  margin-bottom: 60px;
}

#devilscandy-blog .devilscandy-heading h2, #devilscandy-contact .devilscandy-heading h2 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  text-transform: uppercase;
  color: #000;
}

.devilscandy-blog {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.products .devilscandy-blog {
	min-height: 800px;
}

@media screen and (max-width: 768px) {
  .devilscandy-blog {
    width: 100%;
  }
}
.devilscandy-blog .blog-bg {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
@media screen and (max-width: 992px) {
  .devilscandy-blog .blog-bg {
    min-height: 400px;
  }
}
.devilscandy-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.devilscandy-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.3);
}
.devilscandy-blog .blog-text .stuff {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.devilscandy-blog .blog-text .stuff li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  color: #fff;
}
.devilscandy-blog .blog-text .stuff li:first-child {
  margin-left: 0;
}
.devilscandy-blog .blog-text .stuff li:last-child {
  float: right;
}
.devilscandy-blog .blog-text .stuff li:last-child i {
  padding-right: 0;
  padding-left: 10px;
}
.devilscandy-blog .blog-text .stuff li i {
  margin-top: 7px;
  margin-right: 5px;
  color: #000;
  float: left;
  font-size: 14px;
  padding-right: 5px;
}
.devilscandy-blog .blog-text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.devilscandy-blog .blog-text h3 a {
  color: #000;
}

#devilscandy-footer {
  background: #000 url(../img/nav.jpg) repeat;
}

#devilscandy-footer p {
  color: #fff;
}

#devilscandy-footer .devilscandy-footer-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #devilscandy-footer .devilscandy-footer-links {
    margin-bottom: 30px;
  }
}
#devilscandy-footer .devilscandy-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
}
#devilscandy-footer .devilscandy-footer-links li a {
  color: #fff;
  text-decoration: none;
}
#devilscandy-footer .devilscandy-footer-links li a:hover {
  color: #eb0045;
}
#devilscandy-footer .devilscandy-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #devilscandy-footer .devilscandy-widget {
    text-align: left;
  }
}
#devilscandy-footer .devilscandy-widget h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 1px;
}
#devilscandy-footer .copyright .block {
  display: block;
}
#devilscandy-footer .copyright .block a {
  color: #fff;
}

#devilscandy-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #000 url(../img/broken_noise.png) repeat;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #devilscandy-offcanvas {
    background: #000 url(../img/broken_noise.png) repeat;
  }
}
@media screen and (max-width: 768px) {
  #devilscandy-offcanvas {
    display: block;
  }
}
.offcanvas #devilscandy-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#devilscandy-offcanvas a {
  color: #fff;
}
#devilscandy-offcanvas ul {
  padding: 0;
  margin: 0;
}
#devilscandy-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#devilscandy-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#devilscandy-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#devilscandy-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ebfc";
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#devilscandy-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.devilscandy-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important;
}
.devilscandy-nav-toggle.active i::before, .devilscandy-nav-toggle.active i::after {
  background: #444;
}
.devilscandy-nav-toggle:hover, .devilscandy-nav-toggle:focus, .devilscandy-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.devilscandy-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.devilscandy-nav-toggle i::before, .devilscandy-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.devilscandy-nav-toggle.devilscandy-nav-white > i {
  color: #fff;
  background: #fff;
}
.devilscandy-nav-toggle.devilscandy-nav-white > i::before, .devilscandy-nav-toggle.devilscandy-nav-white > i::after {
  background: #fff;
}

.devilscandy-nav-toggle i::before {
  top: -7px;
}

.devilscandy-nav-toggle i::after {
  bottom: -7px;
}

.devilscandy-nav-toggle:hover i::before {
  top: -10px;
}

.devilscandy-nav-toggle:hover i::after {
  bottom: -10px;
}

.devilscandy-nav-toggle.active i {
  background: transparent;
}

.devilscandy-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.devilscandy-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.devilscandy-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .devilscandy-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "acumin-pro", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 10px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #eb0045;
  color: #fff;
  border: 2px solid #eb0045;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ec3e44 !important;
  border-color: #ec3e44 !important;
}
.btn-primary.btn-outline {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  color: #eb0045;
  text-transform: uppercase;
  font-size: 14px !important;
  letter-spacing: 1px;
  border: 2px solid #eb0045;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #eb0045;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}


.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}



/* Contact */
.contact_boxes {
	padding-bottom: 10%;
}
.contactbox {
	background:url(../images/content.png) -50px 0px;
	margin:50px 0px;
	padding:25px;
	background-color: #f0f0f0;
	width:100%;
	min-height:200px;
	border:1px solid #f0f0f0;
}
.contactbox:hover {
	border:1px solid #cecece;
		cursor:pointer;
}
.contactbox li{
	list-style: none;
}
.contacthead {
	cursor:pointer;
	position:relative;
	top:-48px;
	left:-12px;
	width:200px;
	padding:2px 10px;
	background-color:#ffffff;
	color:#951165;
	font-size:16px;
	font-weight:bold;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}

.contactimage {
	float:right;
	margin:-10px 0px 0px 50px;
}

.contacthide {
	display:none;
}

.contactmail {
	float:left;
	padding:0px;
	margin:0px;
}


/* Bestelform*/

.header{
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
}

#boxone,
#boxtwo,
#boxthree,
#boxfour {
	background:url(../images/content.png) -50px 0px;
	border-top:solid 2px #ffffff;
	border-bottom:solid 2px #ffffff;
	width:560px;
	padding:10px;
	margin:20px 0px;
}

#boxfive {
	padding-bottom:15px;
}

#boxfive .header {
	display:none;
}

.product_header {
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
}

form.rushcommerce article h3 {
	padding-top: 0.6em !important;
}

form.rushcommerce article .product_radio {
    width: 2em !important;
    padding-top: 0.9em !important;
}

.product_description{
	font-size:12px;
	float:left;
	width:100%;
	margin-bottom:20px;
}

.euro_prices, .product_radios {
	display:block;
	margin-top:20px;
}

.euro_prices {
	float:left;
	width:120px;
	text-align:right;
}

.oldprice {
	display:none;
}

.product_radios {
	float:right;
}

#boxthree li {
	width:570px;
}

input {
	width: 80%;
}

form.rushcommerce label:only-child {
	width: auto !important;
}

form.rushcommerce section.paymentselection sub {
	top: -4em !important;
}

@media screen and (max-width: 768px) {
form.rushcommerce .personaldetails label {
	width: 100% !important;
	text-align: left !important;
}
form.rushcommerce section.paymentselection h3 {
top: -1em !important;
}
form.rushcommerce section.paymentselection sub {
	top: -2em !important;
}
}

form.rushcommerce h2 {
    margin-bottom: 0.5em !important;
}

input[type="checkbox"], input[type="radio"] {
	width: auto;
}

.paylist input {
	margin-bottom:30px;
	margin-right:5px;
}

.paylist label {
	width:570px;
}

.paylist img{
	margin-left:100px;
	margin-bottom:20px;
}
