﻿body {
  background-color: #94DEEF;
  position: relative;
  font-family: Arial, tahoma, verdana, sans-serif;
  font-size: 14px;
  max-width: 100vw;
  overflow-x: hidden;
}
h1,
h2,
h3 {
  font-family: 'Chewy', cursive;
  font-weight: normal;
}
#container {
  background-color: #FFF;
  margin: 20px auto;
  padding: 7px 14px 14px 14px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #2F4F4F;
  box-shadow: 0px 0px 10px #2F4F4F;
}
@media (min-width: 768px) {
  #container {
    width: 100%;
  }
}
@media (min-width:999px) {
  #container {
    width: 999px;
  }
}
#logo {
  position: absolute;
  bottom: 8px;
  left: 0;
}
#phoneNumber {
  position: absolute;
  bottom: 8px;
  right: 0;
}
#headerPanel {
  background-repeat: no-repeat;
  background-image: url('header-background.jpg');
  position: relative;
}
#headerLink {
  display: block;
  height: 0;
  left: 0px;
  overflow: hidden;
  padding: 134px 381px 0 0;
  position: absolute;
  top: 0px;
  width: 0;
}
#topLinks {
  font-weight: bold;
  background-color: #cd0601;
  margin-bottom: 10px;
  border-radius: 5px;
  min-height: 0;
}
#topLinks .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topLinks .nav .open > a {
  background-color: transparent;
}
#topLinks > ul > li > a:focus,
#topLinks > ul > li > a:hover {
  background-color: transparent;
}
#topLinks .dropdown-menu {
  background-color: #cd0601;
}
#topLinks .dropdown-menu a:focus,
#topLinks .dropdown-menu a:hover {
  background-color: transparent;
}
#topLinks a {
  color: #FFFFFF;
  font-size: 12px;
  padding: 12px 8px;
  display: block;
}
#topLinks a:hover,
#topLinks a.active {
  color: #fffc00;
  text-decoration: underline;
}
#Banner {
  background-image: url(banner-bg.jpg);
  background-size: cover;
}
#Banner #CarouselContainer {
  padding-top: 44.19%;
  overflow: hidden;
}
#Banner #CarouselContainer .carousel-inner {
  position: absolute;
  top: 0;
  height: 100%;
}
#Banner #CarouselContainer .carousel-inner .item {
  width: 100%;
}
#Banner #CarouselContainer .carousel-inner .item a img,
#Banner #CarouselContainer .carousel-inner .item img {
  width: 100%;
}
#Banner .carousel-indicators {
  display: none;
}
#Banner .item {
  height: 100%;
}
#Banner .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width:999px) {
  #Banner {
    position: absolute;
    top: 0;
    left: 24px;
    width: 665px;
    height: 289px;
    overflow: hidden;
  }
}
#bannerArea {
  /*	#banner {
		width:100%;
		@media @desktop {
			position: absolute;
			top: 0;
			left: 24px;
			width: 654px;
			height: 289px;
			overflow: hidden;
		}
	}*/
}
@media (min-width:768px) and (max-width:998px) {
  #bannerArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
@media (min-width:999px) {
  #bannerArea {
    height: 391px;
    width: 1019px;
    background-image: url('banner-background.png');
    margin-left: -24px;
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
  }
}
#bannerArea #BannerRotator {
  position: absolute;
  top: 0;
  left: 24px;
  width: 654px;
  height: 289px;
  overflow: hidden;
}
#bannerArea #BannerRotator #BannerImages {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#bannerArea #BannerRotator #BannerImages img {
  position: absolute;
  left: 0;
  top: 50% !important;
  width: 654px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width:768px) and (max-width:998px) {
  #bannerLeft {
    background: #3c4046;
    padding: 10px 15px;
  }
}
@media (min-width:999px) {
  #bannerLeft {
    left: 23px;
    position: absolute;
    top: 297px;
    width: 649px;
  }
}
#bannerLeft p,
#bannerLeft h1 {
  margin: 0 0 5px;
  padding: 0;
}
#bannerLeft h1 {
  color: #FFDD00;
  font-size: 23px;
}
#bannerLeft p {
  font-size: 12px;
  color: #FFFFFF;
}
#bannerRight {
  display: none;
}
@media (min-width:999px) {
  #bannerRight {
    display: block;
    position: absolute;
    top: 0;
    right: 24px;
    background-image: url('banner-right-background.png');
    width: 307px;
    height: 390px;
  }
}
#weatherForecast {
  top: 19px;
  left: 21px;
  border: 0;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 89px 263px 0 0;
}
#homepageListingsHeader {
  background-image: url('homepage-title.png');
  width: 0;
  height: 0;
  display: block;
  padding: 41px 737px 0 0;
  overflow: hidden;
}
#extraAssets {
  background-color: #DBE8F9;
  border: 1px solid #333333;
  margin-bottom: 6px;
  overflow: auto;
  padding: 10px;
}
#leftCategories a.castle-link {
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #ea0302, #cd0601);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ea0302), color-stop(1, #cd0601));
  border: 1px solid #3c4147;
  background-color: #cd0601;
  padding: 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
#leftCategories a.castle-link:hover,
#leftCategories a.castle-link.active {
  border: 2px solid #3c4147;
  background-color: #ea0302;
  background-image: none;
  padding: 9px;
  color: #FFF;
}
#leftCategories a.category-link {
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #eaad02, #ffd63f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaad02), color-stop(1, #ffd63f));
  border: 1px solid #3c4147;
  background-color: #ffd63f;
  padding: 10px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
#leftCategories a.category-link:hover,
#leftCategories a.category-link.active {
  border: 2px solid #3c4147;
  background-color: #eaad02;
  background-image: none;
  padding: 9px;
  color: #333333;
}
.leftBlock {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
#deliveryAreasRight {
  font-size: 11px;
}
#deliveryAreasRight strong {
  color: #cd0000;
}
#leftLogo {
  margin-left: -10px;
}
input.textfield:focus,
.contactdetails #pCode2:focus,
.contactdetails textarea:focus,
.textareafield:focus {
  background-color: #DBE8F9;
}
.bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#leftBar {
  width: 208px;
  float: left;
}
.rightBar .product > h2 {
  background-color: #f5821c;
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  border-radius: 5px 10px 10px 0;
  background-image: -moz-linear-gradient(left, #f5821c, #fdbf14);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f5821c), color-stop(1, #fdbf14));
}
.MainImageLinkPanel {
  border: 5px solid #f5821c;
  border-radius: 5px 0 5px 5px;
}
.castlePanel .castleCheckBook {
  color: #ffdb00;
  background-color: #000;
  height: 53px;
}
.castlePanel {
  border: 1px solid #666;
  border-radius: 5px;
  padding: 2px;
  margin: 5px;
}
.leftLinks a,
.leftLinks img {
  display: block;
  margin: 10px auto;
}
.rightBar h1,
.rightBar h2,
.rightBar h3 {
  color: #cd0000;
}
#footer {
  padding: 20px 10px;
}
@media (max-width: 767px) {
  #footer .copy {
    text-align: center;
  }
}
#footer a#BCNLink {
  float: right;
  text-decoration: underline;
  border: 0;
  color: #000;
  text-decoration: none;
  width: 110px;
}
@media (max-width: 767px) {
  #footer a#BCNLink {
    float: none;
    display: block;
    margin: 10px auto;
  }
}
#footer a#BCNLink:hover {
  text-decoration: underline;
}
#facebookLink {
  position: absolute;
  top: 13px;
  right: 12px;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 44px 93px 0 0;
  background-color: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
#facebookLink:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
}
#twitterLink {
  position: absolute;
  top: 17px;
  right: 24px;
}
#footerLinks {
  margin: 10px 0;
}
#footerLinks a {
  color: #666;
  margin: 0 5px;
  padding: 0 5px;
  border-left: 1px solid #000;
  text-decoration: none;
}
#footerLinks a:hover {
  text-decoration: underline;
}
#footerLinks a:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.textContent a {
  color: #195BDB;
  text-decoration: underline;
}
.textContent a:hover {
  color: #666;
}
.mainImagePanel {
  padding-bottom: 40px;
  background-image: url('click-to-zoom.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}
.searchDate {
  border: 0;
  background: transparent;
  position: absolute;
  top: 263px;
  left: 48px;
  width: 146px;
  padding: 10px;
  height: 18px;
}
.searchCategory {
  border: 0;
  position: absolute;
  top: 304px;
  padding: 5px;
  background: transparent;
  left: 49px;
  width: 204px;
}
.searchButton {
  display: block;
  width: 0;
  height: 0;
  padding: 36px 128px 0 0;
  background-image: url('/theme/search-button.png');
  overflow: hidden;
  position: absolute;
  top: 346px;
  left: 91px;
}
.leftBlock > a,
.leftBlock > img {
  display: block;
  margin: 20px auto;
}
#footer {
  position: relative;
}
#BouncyCastleHireLink {
  position: absolute;
  width: 0;
  height: 0;
  padding: 48px 100px 0 0;
  left: 460px;
  top: 10px;
  overflow: hidden;
  display: block;
}
#BCNLink {
  float: right;
}
li em {
  color: #FF0000;
  font-style: normal;
}
li em strong {
  color: #000000;
}
#headerMobile {
  display: none;
}
.castlePanel {
  width: auto;
  float: none;
  margin: 10px 0;
}
.castlePanel .castlePriceDefault,
.castlePanel .castlePriceDiscounted {
  height: 40px;
}
.DetailsTitle h1,
.DetailsTitle h2 {
  background-color: #d60007;
  color: #ffffff;
}
.DetailsMainImage {
  background-color: #ffffff;
  margin-top: 5px;
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  #container {
    width: auto;
    margin: 0 10px;
  }
  #headerMobile {
    padding-top: 50px;
    display: none;
    display: block;
    background-repeat: no-repeat;
    background-image: url('mobile-background.png');
    position: relative;
    border-radius: 15px;
    background-size: 215% 100%;
    padding: 30px;
    width: auto;
    margin: 63px 10px 10px;
  }
  #headerMobile a,
  #headerMobile img {
    display: block;
    margin-top: 10px;
  }
  #container #headerPanel {
    display: none;
  }
  .rightBar {
    width: auto;
    float: none;
    border-radius: 15px;
  }
  #bannerLeft {
    display: none;
  }
  #container #UnderBanner {
    display: none;
  }
  #container #leftBar {
    display: none;
  }
  #container #BodyContent {
    display: block;
    width: auto;
    float: none;
    margin: 0 10px 10px;
    padding-top: 0;
  }
  #container #all-star-products {
    display: none;
  }
  #container #BodyContent h1 {
    text-align: center !important;
  }
  #TopLinksMobile {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    background: #00ADFF;
    color: white;
    z-index: 3;
    padding: 0;
    border-bottom: 2px solid #74D2FF;
  }
  #TopLinksMobile #NavigationToggleText {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 14px 63px;
    text-align: right;
  }
  #TopLinksMobile .navbar-toggle .icon-bar {
    background: white;
  }
  #TopLinksMobile .navbar {
    margin-bottom: 0;
  }
  #TopLinksMobile .row {
    padding-top: 10px;
  }
  #TopLinksMobile .input-group {
    margin-bottom: 0;
  }
  #topLinks {
    display: none;
  }
  #BCNLink {
    display: none;
  }
  .textContent {
    border-radius: 15px;
    margin-left: 5px;
  }
  #Footer #BouncyCastleHireLink {
    display: none;
  }
  .castlePanel .castleCheckBook {
    background-color: #444444;
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
    background: linear-gradient(to bottom, #444444, #222222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
  }
  #homepageListingsHeader {
    padding: 41px 0 0 0;
    width: auto;
  }
  .product {
    width: auto;
    padding: 0;
  }
}
@media (max-width: 420px) {
  .page-listings > div {
    width: 100%;
  }
}