/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 12-Apr-2018, 13:29:39
    Author     : ibridge
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
body {
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow,
.cycle-slideshow * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cycle-slideshow {
  width: 77%;
  min-width: 100px;
  margin: 0px auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cycle-slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 0;
  display: block;
}
.cycle-slideshow > div {
  width: 100%;
  padding: 0;
  display: block;
}
@media screen and (max-width: 991px) {
  .cycle-slideshow {
    width: 100%;
  }
}
.heroBanners .cycle-slideshow {
  width: 100%;
}
.slide-thumbnail {
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
  max-width: 100%!important;
  height: auto;
}
/* in case script does not load */
.cycle-slideshow img:first-child {
  position: static;
  z-index: 100;
}
.cycle-pager-active {
  border-color: #1c5893;
}
.cycle-pager {
  text-align: center;
}
.cycle-pager img {
  width: 100px;
  height: 75px;
  margin: 5px;
}
#fancybox-thumbs.bottom {
  bottom: 20px;
}
.no-right-padding {
  padding-right: 0;
}
.no-left-padding {
  padding-left: 0;
}
a {
  color: #fff;
}
.well a {
  color: #1c5893;
}
.well a.btn,
.tableContainer .table a.btn {
  color: #fff;
}
.well.custombgBlue a,
.well.custombgGray a {
  color: #fff;
}
.bodyContainer > div {
  padding-top: 10px;
  padding-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #ededed;
}
.bodyContainer.shoppingCart > div {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bodyContainer.shoppingCart h1 {
    font-size: 24px;
  }
}
.bodyContainer.shoppingCart .tableContainer {
  border: none;
  background-color: #ebebeb;
  margin: 40px;
}
.bodyContainer.shoppingCart .tableContainer .table th {
  border-top: 0;
  border-bottom: 1px solid #b9b9b9;
  text-transform: none;
}
.bodyContainer.shoppingCart .tableContainer .table td {
  border-top: 0;
  border-bottom: 1px solid #b9b9b9;
  text-transform: none;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .bodyContainer.shoppingCart .tableContainer .table {
    /*                td:nth-of-type(4):before { content: "Favorite Color"; }
                                    td:nth-of-type(5):before { content: "Wars of Trek?"; }
                                    td:nth-of-type(6):before { content: "Porn Name"; }
                                    td:nth-of-type(7):before { content: "Date of Birth"; }
                                    td:nth-of-type(8):before { content: "Dream Vacation City"; }
                                    td:nth-of-type(9):before { content: "GPA"; }
                                    td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
  }
  .bodyContainer.shoppingCart .tableContainer .table table,
  .bodyContainer.shoppingCart .tableContainer .table thead,
  .bodyContainer.shoppingCart .tableContainer .table tbody,
  .bodyContainer.shoppingCart .tableContainer .table th,
  .bodyContainer.shoppingCart .tableContainer .table td,
  .bodyContainer.shoppingCart .tableContainer .table tr {
    display: block;
  }
  .bodyContainer.shoppingCart .tableContainer .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .bodyContainer.shoppingCart .tableContainer .table td {
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    padding-left: 50%;
    text-align: right;
  }
  .bodyContainer.shoppingCart .tableContainer .table td:before {
    /* Now like a table header */
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
  }
  .bodyContainer.shoppingCart .tableContainer .table td:first-child {
    padding-left: 0;
    text-align: left;
  }
  .bodyContainer.shoppingCart .tableContainer .table td:first-child:before {
    position: static;
    border-bottom: 1px solid #b9b9b9;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .bodyContainer.shoppingCart .tableContainer .table td:nth-of-type(1):before {
    content: "Product";
  }
  .bodyContainer.shoppingCart .tableContainer .table td:nth-of-type(2):before {
    content: "Quantity";
  }
  .bodyContainer.shoppingCart .tableContainer .table td:nth-of-type(3):before {
    content: "Price";
  }
}
.bodyContainer.shoppingCart .tableContainer .qtyBoxContainer {
  display: inline-block;
  background-color: #fff;
}
.bodyContainer.shoppingCart .tableContainer .qtyBoxContainer .productRemove {
  background-color: #fff;
  padding: 5px;
  cursor: pointer;
  border: 0;
  box-shadow: none;
  border-radius: 0px;
}
.bodyContainer.shoppingCart .tableContainer .qtyBoxContainer .productAdd {
  background-color: #fff;
  padding: 5px;
  cursor: pointer;
  border: 0;
  box-shadow: none;
  border-radius: 0px;
}
.bodyContainer.shoppingCart .tableContainer .qtyBoxContainer .qtyBox {
  background-color: #fff;
  color: #000;
  padding: 5px 5px;
}
@media screen and (max-width: 991px) {
  .bodyContainer.shoppingCart .tableContainer {
    margin: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bodyContainer.shoppingCart .tableContainer {
    margin: 0px;
  }
}
.bodyContainer.shoppingCart hr {
  border-color: #b9b9b9;
}
.bodyContainer.shoppingCart .btn {
  border-radius: 5px;
  text-transform: none;
}
.bodyContainer.shoppingCart #shp_country {
  border: none;
  padding: 5px;
}
.bodyContainer.shoppingCart #discount_code {
  border: none;
  padding: 5px;
}
.bodyContainer.shoppingCart .basketTotal {
  padding-top: 10px;
}
.bodyContainer.loginPage > div {
  background-color: #fff;
}
.bodyContainer.loginPage h1 {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .bodyContainer.loginPage h1 span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bodyContainer.loginPage h1 span {
    font-size: 15px;
  }
}
.bodyContainer.loginPage .loginBox {
  background-color: #ebebeb;
}
.bodyContainer.loginPage .loginBox .passwordField {
  margin-bottom: 0;
}
.bodyContainer.loginPage .loginBox .loginPageHeadinBox {
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
  font-weight: bold;
}
.bodyContainer.createAccountPage > div {
  background-color: #fff;
}
.bodyContainer.createAccountPage h1 {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .bodyContainer.createAccountPage h1 span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bodyContainer.createAccountPage h1 span {
    font-size: 15px;
  }
}
.bodyContainer.createAccountPage .createAccount .customBG {
  background-color: #ebebeb;
  margin: 0 15px;
  padding: 15px 0;
}
.bodyContainer.createAccountPage .createAccount .customBG .loginBorder {
  border-left: 1px solid #b9b9b9;
}
@media screen and (max-width: 991px) {
  .bodyContainer.createAccountPage .createAccount .customBG .loginBorder {
    border: none;
    border-top: 1px solid #b9b9b9;
    padding-top: 5px;
  }
}
.bodyContainer.createAccountPage .createAccount .heading {
  font-size: 20px;
  font-weight: bold;
  color: #202020;
  text-transform: uppercase;
}
.bodyContainer.checkoutShipping > div {
  background-color: #fff;
}
.bodyContainer.checkoutShipping h1 {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .bodyContainer.checkoutShipping h1 span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bodyContainer.checkoutShipping h1 span {
    font-size: 15px;
  }
}
.bodyContainer.checkoutShipping .tableContainer {
  background-color: #ebebeb;
  margin: 0 15px;
  padding: 25px 25px;
  border: none;
}
.bodyContainer.checkoutShipping .tableContainer .headding {
  font-weight: bold;
  margin-bottom: 15px;
}
.bodyContainer.checkoutShipping .tableContainer .changeAddress {
  color: #1b5790;
  text-decoration: underline;
}
.bodyContainer.checkoutShipping .tableContainer .shippingBorder {
  border-left: 1px solid #b9b9b9;
}
@media screen and (max-width: 991px) {
  .bodyContainer.checkoutShipping .tableContainer .shippingBorder {
    border: none;
    border-top: 1px solid #b9b9b9;
    padding-top: 5px;
  }
}
.bodyContainer.checkoutShipping .tableContainer .shippingOptions {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bodyContainer.checkoutShipping .tableContainer .shippingOptions .deliveryTitle {
  color: #009247;
  font-size: 28px;
  text-transform: uppercase;
}
.bodyContainer.checkoutShipping .tableContainer .shippingOptions .deliveryText {
  text-align: right;
  font-weight: bold;
  font-size: 28px;
  color: #202020;
}
.bodyContainer.checkoutPayment > div {
  background-color: #fff;
}
.bodyContainer.checkoutPayment h1 {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .bodyContainer.checkoutPayment h1 span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bodyContainer.checkoutPayment h1 span {
    font-size: 15px;
  }
}
.bodyContainer.checkoutPayment .tableContainer {
  background-color: #ebebeb;
  margin: 0 15px;
  padding: 25px 25px;
  border: none;
}
.bodyContainer.checkoutPayment .tableContainer .headding {
  font-weight: bold;
  margin-bottom: 15px;
}
.bodyContainer.checkoutPayment .tableContainer .changeAddress {
  color: #1b5790;
  text-decoration: underline;
}
.bodyContainer.checkoutPayment .tableContainer .cardHolderAddress {
  padding: 30px 30px 30px 0px;
}
.bodyContainer.checkoutPayment .tableContainer .paymentBorder {
  border-left: 1px solid #b9b9b9;
}
@media screen and (max-width: 991px) {
  .bodyContainer.checkoutPayment .tableContainer .paymentBorder {
    border: none;
    border-top: 1px solid #b9b9b9;
    padding-top: 5px;
  }
}
.bodyContainer.checkoutPayment .tableContainer #discount_code {
  border: none;
  padding: 5px;
}
.bodyContainer.checkoutConfirmation > div {
  background-color: #fff;
}
.bodyContainer.checkoutConfirmation h1 {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .bodyContainer.checkoutConfirmation h1 span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bodyContainer.checkoutConfirmation h1 span {
    font-size: 15px;
  }
}
.bodyContainer.checkoutConfirmation .tableContainer {
  background-color: #ebebeb;
  margin: 0 15px;
  padding: 25px 25px;
  border: none;
}
.bodyContainer.checkoutConfirmation .tableContainer .headding {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
.bodyContainer.checkoutConfirmation .tableContainer .table > tbody > tr > th {
  font-weight: normal;
  border-bottom: 1px solid #b9b9b9;
}
.bodyContainer.checkoutConfirmation .tableContainer .table > tbody > tr > td {
  border-bottom: 1px solid #b9b9b9;
  font-weight: bold;
}
.bodyContainer.checkoutConfirmation .tableContainer .changeOrder {
  color: #1b5790;
  text-decoration: underline;
}
.bodyContainer.checkoutConfirmation .tableContainer .leftBorder {
  border-left: 1px solid #b9b9b9;
}
@media screen and (max-width: 991px) {
  .bodyContainer.checkoutConfirmation .tableContainer .leftBorder {
    border: none;
  }
}
.bodyContainer.checkoutConfirmation .tableContainer hr {
  margin-top: 40px;
  padding-bottom: 40px;
}
.bodyContainer.sagePay > div {
  background-color: #ebebeb;
}
.bodyContainer.sagePay h1 {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .bodyContainer.sagePay h1 span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bodyContainer.sagePay h1 span {
    font-size: 15px;
  }
}
.bodyContainer.checkoutSuccess > div {
  background-color: #fff;
}
.bodyContainer.checkoutSuccess h1 {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .bodyContainer.checkoutSuccess h1 span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bodyContainer.checkoutSuccess h1 span {
    font-size: 15px;
  }
}
.bodyContainer.checkoutSuccess .tableContainer {
  background-color: #ebebeb;
  margin: 0 15px;
  padding: 25px 25px;
  border: none;
}
.bodyContainer.checkoutSuccess .tableContainer .headding {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.bodyContainer.checkoutShippingAddress > div {
  background-color: #fff;
}
.bodyContainer.checkoutShippingAddress h1 {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .bodyContainer.checkoutShippingAddress h1 span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bodyContainer.checkoutShippingAddress h1 span {
    font-size: 15px;
  }
}
.bodyContainer.checkoutShippingAddress .tableContainer {
  background-color: #ebebeb;
  margin: 0 15px;
  padding: 25px 25px;
  border: none;
}
.bodyContainer.checkoutPaymentAddress > div {
  background-color: #fff;
}
.bodyContainer.checkoutPaymentAddress h1 {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .bodyContainer.checkoutPaymentAddress h1 span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bodyContainer.checkoutPaymentAddress h1 span {
    font-size: 15px;
  }
}
.bodyContainer.checkoutPaymentAddress .tableContainer {
  background-color: #ebebeb;
  margin: 0 15px;
  padding: 25px 25px;
  border: none;
}
.bodyContainer.rewiews > div {
  background-color: #fff;
  padding-top: 0;
}
.bodyContainer.rewiews .reviewBanner {
  position: relative;
  background-image: url('../jpg/reviewsbanner.jpg');
  min-height: 230px;
}
.bodyContainer.rewiews .reviewBanner .reviewBannerContainer {
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 0;
  text-align: left;
}
.bodyContainer.rewiews .reviewBanner .reviewBannerContainer .reviewBannerText {
  font-size: 34px;
  border-bottom: 1px solid #fff;
}
.bodyContainer.rewiews .reviewBanner .reviewBannerContainer table {
  margin-left: 0;
}
.bodyContainer.rewiews .reviewBanner .reviewBannerContainer table .counter {
  font-size: 94px;
}
.bodyContainer.rewiews .reviewBanner .reviewBannerContainer table .counterText {
  font-size: 34px;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .bodyContainer.rewiews .reviewBanner .reviewBannerContainer table {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .bodyContainer.rewiews .reviewBanner .reviewBannerContainer {
    position: static;
    margin: 0 audio;
    text-align: center;
  }
}
.bodyContainer.rewiews .reviewBG {
  background-color: #ebebeb;
  margin: 15px 15px 0 15px;
  padding: 25px 15px;
}
.bodyContainer.rewiews .reviewStars {
  padding: 0 0 10px 0;
}
.bodyContainer.rewiews .addedBy {
  margin-top: 10px;
  font-weight: bold;
}
.bodyContainer.rewiews .reviewBorder {
  border-left: 1px solid #b9b9b9;
  padding-top: 5px;
  padding-bottom: 5px;
}
.bodyContainer.rewiews .reviewBorder a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #1b5791;
}
@media screen and (max-width: 991px) {
  .bodyContainer.rewiews .reviewBorder {
    border: none;
    border-top: 1px solid #b9b9b9;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.headerRow {
  text-align: right;
  margin-top: 20px;
}
.headerRow a {
  color: #1b5791;
  text-decoration: none;
}
.headerCol:not(:first-child) {
  padding-top: 7px;
  padding-bottom: 6px;
  white-space: nowrap;
}
.headerCol:nth-last-child(n+3) {
  border-right: 1px solid #202223;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headerCol:nth-last-child(n+3) {
    border: none;
  }
}
.headerCol:last-child {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .headerCol:last-child {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .headerCol:first-child {
    border: none;
  }
}
.navigation {
  margin-top: 15px;
  margin-right: 0;
  margin-left: auto;
}
.navigation td.exBorder > a {
  border-left: 1px solid #202223;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .navigation td.exBorder > a {
    border: none;
  }
}
.navigation a {
  color: #1b5791;
  padding: 10px;
}
a.basketButton {
  background-color: #707070;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  a.basketButton {
    background: none;
    color: #3d3d3d;
    font-size: 48px;
    position: relative;
  }
  a.basketButton .basketCount {
    position: absolute;
    right: 0;
    top: -5px;
    background-color: #009247;
    font-size: 12px;
    border-radius: 25px;
    padding: 5px 10px;
    color: #fff;
  }
}
a.searchButton {
  color: #3d3d3d;
  font-size: 48px;
  border: none;
  background: none;
}
.boxContainer {
  border: 1px solid #28a6fd;
  margin-bottom: 10px;
  background: #202223;
}
.headerNavigation {
  margin-top: -40px;
  font-size: 16px;
}
.headerNavigation table {
  margin-right: 0;
  margin-left: auto;
  white-space: nowrap;
}
.headerNavigation a {
  color: #202223;
  text-decoration: none;
  padding: 0px 9px;
  line-height: 40px;
  text-align: right;
}
.headerNavigation a:hover {
  color: #1C5893;
}
.headerNavigation a.headerNavigation {
  color: #fff;
  text-decoration: none;
}
.headerNavigation a.headerNavigation:hover {
  color: #fff;
}
.headerNavigation .input-group-addon {
  background: none;
  border: none;
}
@media screen and (max-width: 1199px) {
  .headerNavigation {
    margin-top: -40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .headerNavigation {
    /*        margin-top: 0px;*/
    font-size: 14px;
  }
}
.headerNavigationMobile {
  width: 100%;
  text-align: center;
}
.headerNavigationMobile .hamburger {
  padding-left: 10px;
  font-size: 8vw;
}
.headerNavigationMobile i,
.headerNavigationMobile .glyphicon {
  color: #202223;
}
.headerNavigationMobile .basketDropdown a {
  color: #202020;
}
.headerNavigationMobile .img-responsive {
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .headerNavigationMobile .siteLOgoMobile {
    width: 70%;
  }
}
.headerNavigationMobile .basketButton {
  font-size: 8vw;
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .headerNavigationMobile .basketButton {
    margin-right: 30px;
  }
}
.headerNavigationMobile .searchButton {
  font-size: 8vw;
}
.headerNavigationMobile .headerPhone {
  font-size: 8vw;
  white-space: nowrap;
  color: #202020;
}
.mainMobileMenu {
  font-size: 16px;
  color: #202020;
  display: none;
  width: 100%;
  background-color: #e1e1e1;
}
.mainMobileMenu.open {
  display: block;
}
.mainMobileMenu a {
  color: #202020;
  padding: 10px 15px;
  display: block;
}
.mainMobileMenu a.blueColor {
  color: #1b5791;
}
.dropdown-menu {
  min-width: 300px;
  right: 0;
  left: auto;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .dropdown-menu {
    right: auto;
  }
  .dropdown-menu.basketDropdown {
    right: 0;
    left: auto;
  }
}
#headerCategories {
  background-color: #1c5893;
  padding: 8px;
}
#headerCategories .form-group {
  width: 19%;
}
#headerCategories .form-group select {
  width: 100%;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  #headerCategories .form-group {
    width: 100%;
  }
}
#headerCategories .search_btn {
  width: 100%;
}
#headerCategoriesContainer {
  text-align: center;
  background-color: #202223;
  padding: 20px 8px;
}
#headerCategoriesContainer #homeCategories {
  display: inline-block;
}
#headerCategoriesContainer #homeCategories .form-group {
  padding-left: 8px;
}
#headerCategoriesContainer #homeCategories .form-group:not(:first-child):not(:last-child) {
  width: 215px;
}
@media screen and (max-width: 991px) {
  #headerCategoriesContainer #homeCategories .form-group:not(:first-child):not(:last-child) {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  #headerCategoriesContainer #homeCategories .form-group:not(:first-child):not(:last-child) {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  #headerCategoriesContainer #homeCategories .form-group:first-child {
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  #headerCategoriesContainer #homeCategories .form-group:first-child {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  #headerCategoriesContainer #homeCategories .form-group:first-child {
    width: 100%;
  }
}
#headerCategoriesContainer #homeCategories .form-group select {
  width: 100%;
}
#headerCategoriesContainer #homeCategories .search_btn {
  border-color: #009247;
  width: 100%;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  #headerCategoriesContainer #homeCategories {
    display: block;
  }
}
.infoBar {
  background-color: #3a3a3a;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}
.infoBar a:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .infoBar {
    text-align: center;
  }
}
.headerCategoriesTitle {
  text-align: center;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .headerCategoriesTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .headerCategoriesTitle {
    font-size: 15px;
  }
}
.mobileBanner {
  font-size: 23px;
  background-color: #1b5791;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px 0 20px;
}
.mobileBanner h2 {
  font-weight: bold;
  font-size: 23px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.mobileBanner h3 {
  font-weight: bold;
  font-size: 49px;
  border-bottom: 1px solid #fff;
}
.btn.btn-green {
  background-color: #009247;
  border-color: #009247;
  text-transform: none;
  border-radius: 5px;
}
.btn.btn-gray {
  background-color: #959595;
  border-color: #959595;
  text-transform: none;
  border-radius: 5px;
}
@media screen and (max-width: 1199px) {
  .whyWe div:first-child img {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .whyWe div:first-child img {
    padding-top: 100px;
  }
}
.whyWe .whyChoose {
  padding: 25px 25px 25px 25px;
}
.whyWe h2 {
  font-weight: bold;
}
.whyWe ul {
  padding-left: 0px;
  list-style: none;
}
.whyWe ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.whyWe ul li:before {
  content: ">";
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .whyWe ul {
    margin-bottom: 0;
  }
}
.homeSocial {
  background-image: url('../jpg/socialbg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  background-color: #1b5791;
}
.homeSocial h2 {
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 34px;
}
.homeSocial .author {
  text-align: center;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.homeSocial hr {
  width: 80%;
  color: #4979a7;
  background-color: #4979a7;
  border-color: #4979a7;
}
@media screen and (max-width: 767px) {
  .homeSocial .followText {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .homeSocial {
    background-image: url('../jpg/csmobilequote.jpg');
    background-size: 100% 100%;
  }
}
.maidInBritain {
  background-color: #1b5791;
  margin-left: 15px;
  margin-right: 15px;
  background-image: url('../jpg/maidinbritan.jpg');
  background-repeat: no-repeat;
  min-height: 88px;
}
.maidInBritain div:not(:last-child) {
  padding: 30px 15px 0 15px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .maidInBritain div:not(:last-child) {
    padding: 15px 15px 0 15px;
    text-align: center;
    color: #fff;
  }
}
.maidInBritain div:first-child {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .maidInBritain div:first-child {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .maidInBritain {
    background-color: #1b5791;
    background-size: 100%;
    background-position: center center;
    padding-bottom: 15px;
  }
}
.easyToFit .easyToFitText {
  padding-right: 0;
}
.easyToFit .easyToFitText h2 {
  font-weight: bold;
}
.easyToFit .easyToFitText > div {
  padding: 80px 60px 80px 40px;
  background-color: #ebebeb;
}
@media screen and (max-width: 1199px) {
  .easyToFit .easyToFitText > div {
    padding: 40px 60px 40px 20px;
  }
}
@media screen and (max-width: 991px) {
  .easyToFit .easyToFitText > div {
    padding: 40px 60px 80px 40px;
  }
}
@media screen and (max-width: 767px) {
  .easyToFit .easyToFitText {
    padding: 0 15px;
  }
}
.easyToFit .easyToFitImageMid {
  padding-left: 0;
  padding-right: 0;
  margin-left: -40px;
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .easyToFit .easyToFitImageMid {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .easyToFit .easyToFitImageMid {
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.easyToFit .easyToFitImageRig {
  padding-left: 5px;
  padding-top: 60px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .easyToFit .easyToFitImageRig {
    padding-left: 15px;
    padding-top: 0px;
    padding-right: 15px;
  }
}
.sunOut .sunOutText.col-sm-push-8 {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .sunOut .sunOutText.col-sm-push-8 {
    padding-left: 15px;
  }
}
.sunOut .sunOutText > div {
  padding: 70px 40px 70px 60px;
  background-color: #ebebeb;
}
@media screen and (max-width: 1199px) {
  .sunOut .sunOutText > div {
    padding: 40px 20px 40px 40px;
  }
}
@media screen and (max-width: 991px) {
  .sunOut .sunOutText > div {
    padding: 40px 20px 80px 40px;
  }
}
.sunOut .sunOutText h2 {
  font-weight: bold;
}
.sunOut .sunOutText .btn-green {
  position: relative;
  z-index: 50;
}
.sunOut .sunOutImages {
  right: -40px;
  position: relative;
}
.sunOut .sunOutImages .sunOutImageMid {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .sunOut .sunOutImages .sunOutImageMid {
    padding-top: 0px;
  }
}
.sunOut .sunOutImages .sunOutImageLeft {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .sunOut .sunOutImages .sunOutImageLeft {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .sunOut .sunOutImages {
    right: 0px;
    position: relative;
  }
}
.breadcrumbs {
  color: #202223;
  font-size: 10px;
}
.weaccept {
  display: inline-block;
}
.benefits {
  position: relative;
  width: 100%;
  min-height: 350px;
  background-color: #000;
  background-image: url('../jpg/benefits-2.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}
.subBenefits {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.benefitsTitle {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  text-align: right;
}
.benefits .nav-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.benefits .nav-menu li a {
  display: block;
  text-decoration: none;
  color: #888888;
  font-size: 19px;
  font-weight: bold;
}
.benefits .nav-menu li a:after {
  padding: 0 5px;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: "\e075";
  color: #1c5893;
  font-weight: normal;
}
.quick_find {
  margin-bottom: 15px;
}
.popover {
  width: 500px;
  max-width: none;
  right: 0px!important;
  left: auto!important;
  display: block!important;
}
.popover a {
  color: #202223;
}
.popover a:hover {
  color: #1C5893;
}
@media screen and (max-width: 767px) {
  .popover {
    width: 350px;
    right: auto!important;
  }
}
.specialContainer {
  width: 100%;
  height: 100%;
  position: relative;
}
.specialImage img {
  min-width: 360px;
  min-height: 256px;
}
.specialText {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 30px 15px 0 15px;
  color: #fff;
  background-color: rgba(28, 88, 147, 0.6);
  font-size: 28px;
  cursor: pointer;
}
.productOldSpecialPrice {
  font-size: 20px;
  text-decoration: line-through;
}
.copyright {
  padding: 8px;
  background-color: #202223;
  color: #9e9e9e;
  margin-left: 15px;
  margin-right: 15px;
}
.copyright hr {
  border-color: #9e9e9e;
  width: 97%;
  margin-bottom: 0;
}
.copyright .copySocial {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .copyright .copySocial {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .copyright .copySocial {
    padding: 10px 0;
    text-align: center;
  }
}
.copyright .copyText {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .copyright .copyText {
    text-align: center;
    padding: 0;
  }
}
.copyright .byText {
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .copyright .byText {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .copyright .byText {
    text-align: center;
  }
}
.specialText a {
  color: #fff;
}
.catTopIMage {
  font-size: 36px;
}
.categoryView a {
  display: block;
  position: relative;
  margin-top: 15px;
}
.categoryView .catTitle {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 24px;
}
.productListing,
.productListing a {
  color: #202223;
  font-weight: bold;
}
.productTitle {
  margin-top: 10px;
}
.price {
  color: #1c5893;
  font-size: 20px;
}
.oldPrice {
  text-decoration: line-through;
  color: #ed1e26;
}
.productMoreInfo .btn {
  background-color: #202223;
  color: #fff;
  border-radius: 0;
}
.productMoreInfo .btn.btn-default {
  color: #fff;
}
.custombgBlue {
  background-color: #1c5893;
  color: #fff;
}
.loginPageHeadinBox {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.btn.custombgGray,
.custombgGray {
  background-color: #202223;
  color: #fff;
}
.product h1 {
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  margin-top: 0;
}
.product .oldPrice {
  color: #202223;
}
.product .priceTotal {
  color: #1c5893;
}
.product a {
  color: #1C5893;
}
.product a.btn-primary {
  color: #fff;
}
.btn-primary {
  background-color: #1c5893;
}
.btn {
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
}
.btn.btn-default {
  color: #202223;
}
.specialProductTag {
  background-color: red;
  border-radius: 7px;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.quickFind {
  margin: 8px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.reviewsLinks a {
  color: #1c5893;
  text-transform: uppercase;
  font-weight: bold;
}
.estimateShippingTitle {
  font-weight: bold;
  padding: 10px 0;
}
.tableContainer {
  border: 3px solid #202223;
  padding: 15px;
}
.tableContainer .table a {
  color: #202223;
}
.tableContainer .table a:hover {
  color: #1c5893;
}
.tableContainer .qtyBox {
  background-color: #202223;
  color: #fff;
  text-align: center;
  border: none;
}
.table > tbody > tr > th {
  border-top: 0;
  border-bottom: 5px solid #202223;
  text-transform: uppercase;
}
.table > tbody > tr > td {
  border-bottom: 2px solid #202223;
}
.accountHeader {
  padding: 0px;
  margin: 0px;
  list-style: outside none none;
}
.accountHeader li {
  float: left;
  height: 42px;
  line-height: 42px;
  background-color: #43494c;
  border-radius: 5px 5px 0 0;
  border-left: 1px solid #202223;
  border-right: 1px solid #202223;
}
.accountHeader li,
.accountHeader li a {
  text-align: center;
  padding: 0px 9px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.accountHeader.account li,
.accountHeader.account li a {
  font-size: 14px;
}
.accountHeader li.active {
  background-color: #202223;
}
.headding {
  text-transform: uppercase;
  font-size: 20px;
  color: #202223;
  margin-top: 15px;
}
hr {
  border-color: #b9b9b9;
}
.checkoutSuccess a,
.pageResults {
  color: #1c5893;
}
.accountsLinks ul {
  margin: 0;
  padding: 0 15px;
}
.accountsLinks a {
  color: #1c5893;
  font-weight: bold;
}
.tableLinks td {
  cursor: pointer;
}
#removeVoucher {
  cursor: pointer;
}
#removeVoucher:hover {
  text-decoration: underline;
}
#discount_code_status {
  margin-top: 5px;
}
/*   BLOG  */
html {
  margin-top: 0 !important;
}
h1 {
  color: #202223;
  text-align: center;
  text-transform: uppercase;
}
.multiple_item_block h3 {
  margin-top: 5px;
  text-transform: uppercase;
}
#secondary {
  float: left;
  width: 220px;
}
#secondary ul,
#information ul {
  list-style: none;
  margin-left: 0;
  padding-left: 5px;
}
#secondary h3 {
  border-bottom: 1px dashed #ccc;
}
#information ul li,
#secondary ul li {
  margin-bottom: 2px;
}
.sep,
.by-author,
.tag-links,
.cat-links,
.assistive-text {
  display: none;
}
h2.entry-title {
  margin-bottom: 0;
}
.tagcloud {
  float: left;
  width: 200px;
}
.tagcloud a {
  clear: both;
  float: left;
  font-size: 12px !important;
  padding: 2px;
}
.tagcloud a:hover {
  background: #28A6FD;
  color: #fff;
  text-decoration: none;
  padding: 2px 5px;
}
#secondary .boxContainer_round3 {
  float: left;
  width: 200px;
  padding: 10px;
}
#s {
  width: 150px;
  float: left;
  margin-right: 5px;
}
#searchsubmit {
  position: relative;
  float: rightl;
}
#widget_custom_post_widget-2 ul,
#widget_tag_cloud-2 div.tagcloud {
  border: 1px solid #28a6fd;
  margin: 0 0 20px;
  background: #fff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 1%, #e4e4e4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #e4e4e4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 1%, #e4e4e4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 1%, #e4e4e4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 1%, #e4e4e4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 1%, #e4e4e4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e4e4', GradientType=0);
  /* IE6-9 */
  padding: 10px;
  font-size: 12px;
}
#widget_custom_post_widget-2 li {
  list-style-type: disc;
}
#widget_custom_post_widget-2 ul li {
  margin-left: 20px;
}
#widget_tag_cloud-2 div.tagcloud {
  float: left;
  width: 198px;
}
.multiple_item_block {
  background: url('../multiple-item-bg.html') top right repeat-y;
  padding: 5px 0;
  margin: 1em 0 0;
  width: 100%;
}
.read_more {
  font-weight: bold;
}
#footer {
  padding: 0 15px 15px 15px;
  background-color: #202223;
  color: #fff;
}
#footer:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
}
#footer h3 {
  font-size: 12px;
  color: #9e9e9e;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #footer h3 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
#footer a,
#footer p {
  font-size: 12px;
  color: #9e9e9e;
}
#footer a {
  clear: both;
  margin: 1px 0 2px;
}
#footer h4 {
  margin-bottom: 0;
  text-transform: uppercase;
}
#footer h5 {
  margin-top: 10px;
  color: #a7e610;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer li {
  float: left;
  margin: 0;
  list-style: none;
  width: 100%;
}
.left {
  margin: 0 10px 10px 0;
}
.leftonly,
.left {
  float: left;
}
.right {
  margin: 0 0 10px 10px;
}
.rightonly,
.right {
  float: right;
}
.blog a {
  color: #1c5893;
}
#columnCategories .search_btn_container a.search_btn {
  color: #fff;
}
.tableFormatting td {
  padding: 5px;
}
.tableFormatting tr:nth-child(odd) {
  background: #E8E8E8;
}
.tableFormatting tr:nth-child(even) {
  background: #A5A5A5;
  color: #fff;
}
.wordpressContent .wp_content img {
  max-width: 100%;
  height: auto;
}
/*  BLOG END**/
@media screen and (max-width: 991px) {
  .videoGallery > .col-md-6 {
    border: 1px solid #1b5791;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
  }
}
.productmessage {
  background-color: #009247;
  border-color: #009247;
  border-radius: 5px;
  color: #fff;
  padding: 10px 10px;
  display: inline-block;
  margin-top: 20px;
}
/* RESPONSIVE SPECIFIC */
/* RESPONSIVE SPECIFIC */
/*# sourceMappingURL=main.css.map */