gdhtml {}

/* BODY */
body {
  background-color: #ffffff;
  border-top: 14px solid #1c0d0d;
  color: #1c0d0d;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

@media (min-width:1200px) {
  .container {
    width: 100% !important;
    max-width: 1400px !important;
  }
}

@media (min-width:992px) {
  .container {
    width: 100% !important;
    max-width: 1400px !important;
  }
}

@media (min-width:768px) {
  .container {
    width: 100% !important;
    max-width: 1400px !important;
  }
}

#mobile_picture_details {
  display: none;
}

/* BOOTSTRAP OVERRIDES */

/* HEADER */
#header {
  color: #ffffff;
  /*min-height: 159px;*/
}

#logo {
  margin-top: 15px;
  margin-bottom: 15px;
}

#logo a {
  outline: 0px !important;
  text-decoration: none !important;
}

#logo img {
  border: 0px;
}

#logo .center-block {
  float: left;
}

/* HEADER ICONS */
#searchwrapper {
  float: right;
  margin-top: 35px;
  text-align: right;
}

#header_basket {
  display: inline-block;
  text-align: right;
}

.items::before {
  content: "\f291";
  font-family: "FontAwesome";
}

.items {
  color: #1c0d0d;
  font-size: 22px;
}

.items a {
  color: #1c0d0d;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}

.items a:hover {
  color: #000000;
  text-decoration: none;
}

.icon {
  margin-left: 7px;
  width: 32px;
}

.footer_icon {
  width: 16px;
}

.downarrowclass {
  width: 16px;
}

.home_icon {
  width: 22px;
}

/* TOP MENU */
#top_menu {
  color: #1c0d0d;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 10px;
  text-align: right;
  text-transform: uppercase;
}

#top_menu a {
  /*color: #1c0d0d;*/
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: none;
}

#top_menu a:hover,
#top_menu a:active {
  color: #ffffff;
}

#top_menu .btn-info {
  background: #1c0d0d;
  border-color: #1c0d0d;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

#top_menu .btn-info:hover {
  background: #13c0df;
  border-color: #13c0df;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

#top_menu .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#top_menu .dropdown-menu {
  background: #298585;
  border-color: #298585;
  margin-top: -8px;
}

#top_menu .dropdown-menu a {
  color: #ffffff;
  font-weight: normal !important;
}

#top_menu .dropdown-menu a:hover {
  background: none;
  color: #3ff63e;
}

/* MAIN MENU */
#menu {
  background: #1c0d0d;
  color: #ffffff;
  margin-top: 0px;
}

#search_form {
  background-image: url("../images/search_box.gif");
  background-repeat: no-repeat;
  float: right;
  height: 24px;
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 275px;
}

.searchbox {
  background-color: transparent;
  border: 0px;
  color: #a1a1a1;
  font-weight: bold;
  height: 24px;
  left: 30px;
  padding: 1px 0px 0px 0px;
  position: absolute;
  top: 0px;
  width: 241px;
}

.searchbox_submit {
  background-image: url("../images/search_btn.gif");
  border: 0px;
  cursor: pointer;
  height: 24px;
  left: 233px;
  position: absolute;
  top: 0px;
  width: 42px;
}

/* FOOTER */
#footer_wrapper {
  background-color: #2a8585;
  color: #ffffff;
  margin-top: 15px;
}

#footer {
  color: #ffffff;
  font-size: 12px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
  float: left;
  width: 100%;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  color: #d1d1d1;
  text-decoration: none;
}

.footer_title {
  font-weight: bold;
}

.footer_section {}

.footer_section a {
  color: #ffffff;
  text-decoration: none;
}

.footer_section a:hover {
  color: #d1d1d1;
  text-decoration: none;
}

#footer_cardsave {
  margin-top: 5px;
}

#final_wrapper {
  background-color: #1c0d0d;
  color: #ffffff;
  font-size: 12px;
  padding-bottom: 5px;
}

#copyright {
  padding-top: 5px;
  text-align: center;
}

#copyright a {
  color: #ffffff;
  text-decoration: none;
}

#copyright a:hover {
  color: #f1f1f1;
  text-decoration: none;
}

#upshot {
  padding-top: 5px;
  text-align: right;
}

#upshot a {
  color: #ffffff;
  text-decoration: none;
}

#upshot a:hover {
  color: #f1f1f1;
  text-decoration: none;
}

/* GENERAL STYLING */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c0d0d;
  font-size: 18px;
  font-weight: bold;
}

p {
  margin: 10px 0px 10px 0px;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

img {
  border: 0px;
}

.nofloat {
  clear: both;
}

.warning {
  color: #cc0000;
  font-weight: bold;
  font-size: 18px;
}

.small {
  font-size: 10px;
}

.font12 {
  font-size: 12px;
}

.medium {
  font-size: 14px;
}

.large {
  font-size: 18px;
}

.bold {
  font-weight: bold;
}

.underlined {
  text-decoration: underline;
}

.red_text {
  color: #cc0000;
}

.white_text {
  color: #ffffff;
}

.centered {
  text-align: center;
}

.justify {
  text-align: justify;
}

.align_middle {
  vertical-align: middle;
}

.float-right {
  float: right;
  margin-left: 15px;
}

/* PRODUCTS */
#left_category {
  float: left;
  margin-right: 10px;
}

#left_category_top {
  background-color: #1c0d0d;
  color: #ffffff;
  font-size: 12px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  height: 24px;
  margin-top: 5px;
  padding-top: 5px;
  text-align: center;
  text-transform: capitalize;
}

#left_category_mid {
  background-color: #f1f1f1;
  border-right: 1px solid #1c0d0d;
  border-left: 1px solid #1c0d0d;
  color: #1c0d0d;
  font-size: 10px;
  padding: 5px;
}

#left_category_bot {
  background-color: #1c0d0d;
  color: #ffffff;
  height: 1px;
}

#left_menu ul {
  list-style: none;
  margin: 0px;
  padding-left: 5px;
}

#left_menu ul li a {
  color: #1c0d0d;
  font-size: 12px;
  text-decoration: none;
}

#left_menu ul li a:hover {
  color: #a1a1a1;
}

#left_banner_ad {
  background-color: #13c0df;
  margin-top: 10px;
  padding: 5px;
  text-align: center;
}

.product {
  background: #f1f1f1;
  border: 5px solid #ffffff;
  height: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.product_thumbs {
  border: 1px solid red;
  height: 40px;
  padding-top: 3px;
}

.product_thumbs img {
  cursor: pointer;
}

.product_name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
}

.product_name:hover,
.product_name:active {
  color: #a1a1a1;
  text-decoration: none;
}

.product_image {
  margin-top: 5px;
  margin-bottom: 5px;
}

.product_price {
  font-size: 16px;
  font-weight: bold;
}

.rrp {
  color: #a1a1a1;
  font-weight: normal;
  text-decoration: line-through;
}

.product_more_info_btn {
  margin-top: 10px;
}

.product_thumb {
  padding: 3px;
}

.product_more {
  background-color: #1c0d0d;
  border: 1px solid #333333;
  margin: 10px auto 0px auto;
  padding: 2px;
  width: 130px;
}

.product_more a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.product_more a:hover {
  text-decoration: none;
  color: #a1a1a1;
}

.btn_left {
  float: left;
  margin-left: 20px;
}

.btn_right {
  float: right;
  margin-right: 20px;
}

#product_info_left {
  margin-top: 5px;
}

#product_options_inner {
  width: 700px;
  margin: auto;
}

.product_options_image {
  float: left;
  width: 170px;
}

.product_options_details {
  float: right;
  width: 500px;
}

.thumbnail {
  width: 99px;
  height: 99px;
  padding: 0px;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
  margin-bottom: 4px;
  background: #ffffff;
}

.main-image {
  margin-top: 10px;
  max-width: 300px;
}

.img-border {
  border: 1px solid #d1d1d1;
  margin: auto;
  text-align: center;
}

.last {
  margin-right: 0px;
}

#gal2 {
  display: none;
}

#product_info_right {}

#product_info_right h2 {
  font-size: 18px;
}

#productdivcontainer ul {
  padding-left: 20px;
}

.product_card_save {
  float: left;
  text-align: left;
}

/* PRODUCT INFO TABS */
.tab-content>.active {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 20px;
}

.nav-tabs>li>a {
  background: #dddddd;
}

/* RELATED PRODUCTS */
.related {
  height: 230px;
  margin-bottom: 10px;
  background: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  background-color: transparent;
}

.related .title {
  height: 40px;
}

/* BUNDLED PRODUCTS */
.plus_sign {
  margin-top: 60px;
  font-size: 48px;
  color: #444444;
  text-align: center;
}

.bundles {
  background: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  background-color: transparent;
  padding: 5px;
}

.bundles .title {
  height: 40px;
}

.bundles a {
  color: #000000;
  background-color: transparent;
}

#bundle_desc {
  margin-top: 10px;
  font-weight: bold;
}

#bundle_individual_price {
  margin-top: 10px;
  font-weight: bold;
  color: #000000;
  background: transparent;
}

#bundle_price {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ff5c00;
  background: transparent;
}

/* BASKET */
#basket_btn {
  width: 220px;
  height: 40px;
  background: url("../images/basket_btn.gif");
  border: 0px;
  cursor: pointer;
}

#basket_btn_disabled {
  width: 220px;
  height: 40px;
  background: url("../images/basket_btn_disabled.gif");
  border: 0px;
}

.readmore {
  color: #1c0d0d;
  text-decoration: none;
}

.readmore:hover,
.readmore:focus,
.readmore:active {
  color: #a1a1a1;
  text-decoration: none;
}

/* BASKET */
#add_to_basket_form select {
  color: #000000;
  font-weight: normal;
  margin-bottom: 5px;
}

#add_to_basket_form label {
  font-weight: bold;
  /*
	float: left;
	width: 120px;
	margin-bottom: 5px;
	*/
}

#add_to_basket_form label.error {
  display: none;
  font-weight: normal;
  color: red;
  text-align: left;
  /*
	width: 350px;
	*/
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background: transparent url("../images/cancel.png") no-repeat scroll left;
}

#add_to_basket_form input.error {
  border: 1px dotted red;
  background: #edbe9c;
}

#add_to_basket_form select.error {
  border: 1px dotted red;
  background: #edbe9c;
}

#add_to_basket_form .quantity {
  width: 100px;
}

.basket_options {
  color: #444444;
  font-size: 12px;
  padding-left: 10px;
}

.bundle_options {
  color: #444444;
  font-size: 12px;
  padding-left: 10px;
}

#basket_error {
  background: #edbe9c url("../images/cart-error.png") no-repeat;
  background-position: 5px 5px;
  border: 1px solid #a40000;
  color: #000000;
  font-size: 14px;
  margin: 0px auto 20px auto;
  min-height: 40px;
  padding-left: 45px;
  text-align: left;
  vertical-align: middle;
  width: 550px;
}

#basket_verify {
  background: #9c6 url("../images/cart-warning.png") no-repeat;
  background-position: 5px 5px;
  border: 1px solid green;
  color: #000000;
  font-size: 14px;
  margin: 0px auto 20px auto;
  padding: 10px 10px 10px 55px;
  text-align: left;
  vertical-align: middle;
  width: 650px;
}

.basket_preview_image {
  float: left;
  width: 100px;
}

.basket_preview_description {
  float: left;
  margin-left: 10px;
}

#contact-form label.error {
  background: transparent url("../images/cancel.png") no-repeat scroll left;
  display: none;
  font-weight: normal;
  color: red;
  text-align: left;
  width: 350px;
  margin-left: 135px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

#contact-form input.error {
  border: 1px dotted red;
  background: #edbe9c;
}

#contact-form textarea.error {
  border: 1px dotted red;
  background: #edbe9c;
}

#contact-form select.error {
  border: 1px dotted red;
  background: #edbe9c;
}

#contact_left {}

#contact_right {}

/* REVIEWS */
#reviews {
  margin: 0px auto 0px auto;
  width: 924px;
}

#review_form {
  background: #f1f1f1;
  border: 1px solid #a1a1a1;
  margin: 10px auto 0px auto;
  padding: 10px;
  width: 914px;
}

#reviewText {
  color: #cc0000;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* GIFT VOUCHERS */
#form-gift-voucher {}

#form-gift-voucher .help-block {
  color: #444444;
}

#form-gift-voucher button.voucher_value_amount {
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  font-size: 15px;
  margin-bottom: 5px;
  padding: 5px 8px 4px 8px;
  width: 74px;
}

#voucher_left {
  margin-top: 15px;
}

#voucher_left .panel {}

#voucher_right {
  margin-top: 15px;
}

#voucher_right .panel {
  border-color: #000000;
  position: relative;
  z-index: 1;
}

#voucher_right .panel-footer {
  border-top-color: #000000;
}

#voucher_logo {
  margin-bottom: 10px;
  text-align: center;
}

#voucher_title {
  background-color: #1c0d0d;
  color: #ffffff;
  font-size: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

#voucher_code {
  color: #232220;
  font-size: 24px;
  margin-top: 20px;
  text-align: center;
}

#voucher_value {
  color: #232220;
  margin-top: 10px;
  text-align: center;
}

#voucher_value_text_description {
  font-size: 24px;
}

#voucher_value_currency {
  font-size: 50px;
}

#voucher_value_text {
  font-size: 50px;
}

#voucher_text {
  font-size: 20px;
  margin-top: 20px;
  padding: 10px;
}

#voucher_text table {
  width: 100%;
}

#voucher_text table td.voucher_text_label {
  width: 100px;
}

#voucher_from {}

#voucher_message {}

#voucher_message_text {
  font-size: 20px;
  height: 120px;
  max-height: 120px;
  overflow: auto;
}

#voucher_expiry_date {
  color: #444444;
  font-size: 18px;
  text-align: center;
}

#voucher_form label.error {
  background: transparent url("../images/cancel.png") no-repeat scroll left;
  color: red;
  display: none;
  font-weight: normal;
  margin-left: 160px;
  padding: 0px 0px 0px 20px;
  text-align: left;
  width: 195px;
}

#voucher_form input.error {
  background: #edbe9c;
  border: 1px dotted red;
}

#voucher_form select.error {
  border: 1px dotted red;
  background: #edbe9c;
}

/* MY ACCOUNT */
#my_account_middle {}

#my_account_middle h1 {}

.my-account-title {
  color: #1c0d0d;
  font-size: 18px;
  font-weight: bold;
}

#viewOrderModal {
  z-index: 50000 !important;
}

#view_order {
  height: 480px;
  overflow: auto;
}

/* CATEGORY BANNER */
#category_banner {
  height: 327px;
  margin: 0px auto 15px auto;
  overflow: hidden;
  width: 980px;
}

#category_banner .category_slideshow {
  height: 327px;
  margin: auto;
  width: 980px;
}

#category_banner .category_slideshow img {}

/* SEARCH BOX */
#show_search {
  float: right;
  position: absolute;
  width: 244px;
  height: 58px;
  margin-top: 6px;
  margin-left: 700px;
  cursor: pointer;
  background: url("../images/search_closed.png");
  border: 0px;
}

#search_open {
  float: right;
  position: absolute;
  width: 244px;
  height: 426px;
  margin-top: 6px;
  margin-left: 700px;
  background: url("../images/search_open.png");
  display: none;
}

#search_content {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  height: 330px;
}

#hide_search {
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  width: 244px;
  height: 58px;
  background: url("../images/blank.gif");
  cursor: pointer;
  border: 0px;
}

#search_form {}

.search_section {
  margin-top: 10px;
}

#search_form label {
  color: #00adf1;
  background-color: transparent;
  font-weight: bold;
}

#search_form select {
  width: 205px;
  margin-top: 2px;
  margin-bottom: 2px;
  border: 1px solid #a1a1a1;
}

#search_category {
  width: 190px;
  height: 115px;
  padding: 5px;
  border: 1px solid #a1a1a1;
  overflow: scroll;
}

.search_price {
  color: #1a418c;
  background-color: transparent;
  font-weight: bold;
  border: 0px;
  width: 100px;
}

#search_button {
  border: 0px;
  background: url("../images/search_button.gif");
  width: 202px;
  height: 38px;
  cursor: pointer;
  margin-top: 20px;
}

/* HOME ICONS */
#home_icons {
  width: 964px;
  margin: 10px auto 10px auto;
  padding-left: 2px;
}

.home_icon {
  margin-left: 11px;
}

/* BRAND LOGOS */
#brand_logos {
  width: 940px;
  margin: 10px auto 10px auto;
  text-align: center;
}

/* BREADCRUMBS */
#breadcrumbs {
  color: #1c0d0d;
  font-size: 10px;
  height: 12px;
  padding-top: 5px;
  padding-left: 5px;
  text-transform: uppercase;
}

#breadcrumbs a {
  color: #1c0d0d;
  text-decoration: none;
}

#breadcrumbs a:hover {
  color: #000000;
}

/* Buy Now/Book Now/Request Callback Buttons */
.buynowbtn {
  background: transparent url("../images/buy-now.png") !important;
  background-repeat: no-repeat;
  border: 0px;
  cursor: pointer;
  float: left;
  height: 50px;
  width: 176px;
}

.paypalbtn {
  width: 153px;
  height: 45px;
  background: url("../images/paypal_btn.png");
  cursor: pointer;
  border: 0px;
}

.requestcallbackbtn {
  background: transparent url("../images/request-callback.png") !important;
  background-repeat: no-repeat;
  border: 0px;
  cursor: pointer;
  float: left;
  height: 50px;
  width: 297px;
}

/* CSS3 Button */
.width_60 {
  width: 60px;
}

.width_80 {
  width: 80px;
}

.width_100 {
  width: 100px;
}

.width_180 {
  width: 180px;
}

.width_250 {
  width: 250px;
}

.width_300 {
  width: 300px;
}

.btn_center {
  text-align: center;
}

/* LOYALTY POINTS */
#cust_loyalty_banner {
  float: right;
  color: #ffffff;
  background-color: #fd8402;
  padding: 10px;
  border-radius: 0.5em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

#cust_loyalty_banner .info_button {
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -5px;
}

#loyalty_message {
  width: 550px;
  padding: 10px;
  margin: 20px auto 20px auto;
  color: #000000;
  background-color: #ecf598;
  border: 1px solid #a39b11;
  text-align: center;
  font-size: 14px;
}

#loyalty_points_product {
  float: right;
  color: #ffffff;
  background-color: #00aeef;
  padding: 5px;
  border-radius: 0.5em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

#loyalty_points_product .info_button {
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -5px;
}

/* centre tables (firefox bug) */
.marginauto {
  margin: auto;
}

#payment_info {
  margin-top: 20px;
}

/* SORT MENU WRAPPER */
#sort_menu_wrapper {
  background-color: #13c0df;
  font-size: 16px;
  margin-top: 5px;
  padding-top: 13px;
  padding-bottom: 3px;
  text-align: left;
}

#sort_menu_wrapper .control-label {
  color: #ffffff;
}

/* SORT MENU */

/* NUMBER OF PRODUCTS MENU */

/* PAGINATION */
.pagination {
  margin: 0px 0px 0px 48px;
  padding: 2px;
}

.pagination ul {
  font-size: 12px;
  margin: 0px 3px 0px 0px;
  padding: 0px;
  text-align: right;
}

.pagination li {
  display: inline;
  list-style-type: none;
  padding: 1px;
}

.pagination a,
.pagination a:visited {
  background: #ffffff;
  border: 1px solid #1c0d0d;
  color: #1c0d0d;
  padding: 1px 5px;
  text-decoration: none;
}

.pagination a:hover,
.pagination a:active {
  background-color: #1c0d0d;
  border: 1px solid #1c0d0d;
  color: #ffffff;
}

.pagination li.currentpage {
  background-color: #1c0d0d;
  border: 1px solid #1c0d0d;
  color: #ffffff;
  font-weight: bold;
  padding: 1px 5px;
}

.pagination li.disablepage {
  border: 1px solid #929292;
  color: #929292;
  padding: 1px 5px;
}

.pagination li.nextpage {
  font-weight: bold;
}

* html .pagination li.currentpage,
* html .pagination li.disablepage {
  /* IE 6 and below. Adjust non linked LIs slightly to account for bugs */
  margin-right: 5px;
  padding-right: 0px;
}

/* Contact Form
-------------------------------------------------------------- */
label {
  color: #1c0d0d;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 4px 0px 4px 0px;
}

input {
  background-color: #f4f4f4;
  border: 1px solid #5f5f5f;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #000000;
  display: block;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type="checkbox"] {
  width: 20px;
}

select {
  background-color: #f4f4f4;
  border: 1px solid #5f5f5f;
  color: #000000;
  display: block;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}

textarea {
  background-color: #f4f4f4;
  border: 1px solid #5f5f5f;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #000000;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

legend {
  background-color: #1c0d0d;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
}

.form_header {
  background-color: #1c0d0d;
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
}

.sendButton {
  background-color: #1c0d0d;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2em;
  margin: auto;
  padding: 10px;
  text-align: center;
  width: 90%;
}

.sendButton:hover {
  background-color: #13c0df;
  color: #ffffff;
}

.form_section {
  width: 100%;
}

.error {
  color: #cc0000;
}

/* CONTACT FROM ERRORS */
label.error {
  display: none;
  font-weight: normal;
  color: red;
  text-align: left;
  width: 350px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background: transparent url("../images/cancel.png") no-repeat scroll left;
}

input.error {
  border: 1px dotted red;
  background: #edbe9c;
}

textarea.error {
  border: 1px dotted red;
  background: #edbe9c;
}

select.error {
  border: 1px dotted red;
  background: #edbe9c;
}

/* ElavateZoom */
/*set a border on the images to prevent shifting*/
#gallery_01 img {
  border: 1px solid white;
}

/* BASKET */
/* CARD LOGOS */
#card_logos {
  text-align: right;
}

.basket_image {
  float: left;
  margin-right: 20px;
}

.delete {
  background: url("../images/delete_icon.gif");
  width: 25px;
  height: 25px;
  border: 0px;
  cursor: pointer;
}

.delete:hover {
  background: url("../images/delete_icon.gif");
  width: 25px;
  height: 25px;
}

.border_bottom_head {
  border-bottom: 2px solid #d1d1d1;
}

.border_bottom {
  border-bottom: 1px solid #d1d1d1;
}

#ff_cart label {
  float: left;
  color: #444444;
  font-weight: normal;
  margin-right: 10px;
}

.voucher {
  float: left;
  text-align: right;
  width: 200px;
}

/* css radio buttons */
input[type="radio"].css-checkbox {
  display: none;
}

input[type="radio"].css-checkbox+label.css-label {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  padding-left: 35px;
  vertical-align: middle;
}

input[type="radio"].css-checkbox:checked+label.css-label {
  background-position: 0px -18px;
}

label.css-label {
  background-image: url("../images/cssradio.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table,
td,
th {
  border: 0px;
  border-collapse: collapse;
}

table {
  border-spacing: 0px;
}

th {
  color: #000000;
  margin: 0px;
  padding: 4px;
}

td {
  margin: 0px;
}

.entryTable {
  background-color: #dddddd;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
}

.entryTableHeader {
  background-color: #f1f1f1;
  color: #000000;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.entryTable .heading {
  background-color: #d1d1d1;
}

.entryTable .label {}

.entryTable .content {
  background-color: #ffffff;
}

.confTable {
  background-color: #dddddd;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
}

.confTableHeader {
  background-color: #ffffff;
  background-position: center;
  color: #444444;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.confTable .label {
  background-color: #efefef;
}

.confTable .content {
  background-color: #ffffff;
}

.infoTable {
  background-color: #dddddd;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
}

.infoTableHeader {
  background-color: #ffffff;
  background-position: center;
  color: #000000;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.infoTable .label {
  background-color: #efefef;
  width: 30%;
}

.infoTable .heading {
  background-color: #d1d1d1;
}

.infoTable .content {
  background-color: #ffffff;
}

/* PAYMENT PAGES */
#paypal {
  margin: auto;
  text-align: center;
}

.paypal_payment {
  margin-top: 10px;
  margin-bottom: 10px;
}

#paypal_button {
  margin: auto;
  text-align: center;
  width: 300px;
}

.paypal_button {
  height: 40px;
  width: 300px;
  background: url("../images/paypal_button.gif");
  border: 0px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paypal_button:hover {
  background: url("../images/paypal_button.gif");
}

.cardsave_button {
  height: 51px;
  width: 300px;
  background: url("../images/payment_button.png");
  cursor: pointer;
  border: 0px;
  margin: 20px auto 20px auto;
}

.cardsave_button:hover {
  background: url("../images/payment_button.png");
}

#sagepay_message {
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

#sagepay_iframe_container {
  margin: auto;
  width: 702px;
}

#sagepay_iframe_container iframe {
  width: 100%;
}

/* REQUEST CALLBACK/CHECKOUT STAGE 2 ERRORS */
.error_validation_message label {
  display: block;
  margin: 0px 0px 0px 4px;
  padding: 5px 0px 5px 20px;
  width: 100%;
}

.checkout-error {
  margin-top: 20px;
}

/* Product Attributes */
#product_attributes_responsive {
  display: none;
}

#responsive_description {
  display: none;
}

.responsive_reviews {
  display: none;
}

/* EU VAT */
#eu-vat {
  display: none;
}

/* Additional Basket Styling */
.margin_top_0 {
  margin-top: 0px;
}

.margin_top_10 {
  margin-top: 10px;
}

.margin_top_20 {
  margin-top: 20px;
}

.margin_top_30 {
  margin-top: 30px;
}

.padding_top_10 {
  padding-top: 10px;
}

.border_top {
  border-top: 1px solid #1c0d0d;
}

.basket_image {
  float: left;
  margin-right: 15px;
}

.text_align_right {
  text-align: right;
}

/* Checkout Styling */
.heading {
  background-color: #1c0d0d;
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.shipping-heading {
  background-color: #d1d1d1;
  color: #444444;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.frmlabel {
  font-weight: bold;
}

.frmwhite {
  color: #ffffff;
}

hr {
  color: #f1f1f1;
}

/* Social share buttons on product detail pages */
.twitter-share-button {
  margin-right: 15px;
  padding-top: 4px;
}

.fb-like {}

.google-share-button {
  padding-top: 4px;
}

/* LEGACY BROWSER SUPPORT */
input[type="hidden"] {
  display: none;
}

.no-padding {
  padding: 0px;
}

/* CAROUSEL */
.carousel-wrapper {
  background: #1c0d0d;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition: opacity ease-out 0.9s;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d),
(-webkit-transform-3d) {

  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right,
  .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel .item {}

.carousel-control {}

.carousel-indicators {}

.carousel-caption {}

/* NAVBAR */
.navbar-default {
  background: #1c0d0d;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
}

.navbar-default .navbar-nav>li>a {
  color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #d1d1d1;
}

.navbar-nav>li>a {
  padding-right: 10px;
  padding-left: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

#main-menu {
  z-index: 1;
}

/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l					(normal)
.jssora05r					(normal)
.jssora05l:hover			(normal mouseover)
.jssora05r:hover			(normal mouseover)
.jssora05l.jssora05ldn		(mousedown)
.jssora05r.jssora05rdn		(mousedown)
*/
.jssora05l,
.jssora05r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../images/a17.png") no-repeat;
  overflow: hidden;
}

.jssora05l {
  background-position: -10px -40px;
}

.jssora05r {
  background-position: -70px -40px;
}

.jssora05l:hover {
  background-position: -130px -40px;
}

.jssora05r:hover {
  background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
  background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
  background-position: -310px -40px;
}

/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01 .p			(normal)
.jssort01 .p:hover		(normal mouseover)
.jssort01 .p.pav		(active)
.jssort01 .p.pdn		(mousedown)
*/
#jssor_1_container {}

#jssor_1 {
  background-color: #ffffff;
  left: 0px;
  margin: 0px auto 0px auto;
  overflow: hidden;
  position: relative;
  top: 20px;
  visibility: hidden;
}

#jssort01_loading {
  left: 0px;
  position: absolute;
  top: 0px;
}

#jssort01_loading_image {
  background: transparent url("../images/loading.gif") no-repeat center center;
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

#jssort01_slides {
  cursor: default;
  height: 768px;
  left: 0px;
  overflow: hidden;
  position: relative;
  top: 0px;
  width: 1024px;
}

#jssort01_thumbnavigator {
  bottom: 0px;
  height: 150px;
  left: 0px;
  position: absolute;
  width: 800px;
}

.jssort01 .p {
  height: 152px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 152px;
}

.jssort01 .t {
  border: none;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.jssort01 .w {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.jssort01 .c {
  border: #d1d1d1 0px solid;
  box-sizing: content-box;
  background: url("../images/t01.png") -800px -800px no-repeat;
  _background: none;
  cursor: pointer;
  height: 152px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 152px;
}

.jssort01 .pav .c {
  top: 2px;
  _top: 0px;
  left: 2px;
  _left: 0px;
  width: 148px;
  height: 148px;
  border: #000 0px solid;
  _border: #fff 2px solid;
  background-position: 50% 50%;
}

.jssort01 .p:hover .c {
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  border: #fff 1px solid;
  background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
  background-position: 50% 50%;
  width: 148px;
  height: 148px;
  border: #000 2px solid;
}

* html .jssort01 .c,
* html .jssort01 .pdn .c,
* html .jssort01 .pav .c {
  /* ie quirks mode adjust */
  width
  /**/
  : 152px;
  height
  /**/
  : 152px;
}

/* YouTube Videos (responsive) */
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.js-video.widescreen {
  padding-bottom: 56.34%;
}

.js-video.vimeo {
  padding-top: 0;
}

.js-video embed,
.js-video iframe,
.js-video object,
.js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.panel.with-nav-tabs .panel-heading {
  padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
  border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
  margin-bottom: -1px;
}

/********************************************************************/

/*** PRODUCT DETAIL TABS ***/

/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs>li>a,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
  color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>.open>a,
.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
  color: #777;
  background-color: #ddd;
  border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:focus {
  color: #555;
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #f5f5f5;
  border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #555;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
  color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
  color: #fff;
  background-color: #3071a9;
  border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
  color: #428bca;
  background-color: #fff;
  border-color: #428bca;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #428bca;
  border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  background-color: #4a9fe9;
}

/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs>li>a,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
  color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>.open>a,
.with-nav-tabs.panel-success .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-success .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
  color: #3c763d;
  background-color: #d6e9c6;
  border-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:focus {
  color: #3c763d;
  background-color: #fff;
  border-color: #d6e9c6;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #3c763d;
}

/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs>li>a,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
  color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>.open>a,
.with-nav-tabs.panel-info .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-info .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
  color: #31708f;
  background-color: #bce8f1;
  border-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:focus {
  color: #31708f;
  background-color: #ffffff;
  border-color: #bce8f1;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #31708f;
}

/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs>li>a,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
  color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>.open>a,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
  color: #8a6d3b;
  background-color: #faebcc;
  border-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:focus {
  color: #8a6d3b;
  background-color: #fff;
  border-color: #faebcc;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #8a6d3b;
}

/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs>li>a,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
  color: #a94442;
}

.with-nav-tabs.panel-danger .nav-tabs>.open>a,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
  color: #a94442;
  background-color: #ebccd1;
  border-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:focus {
  color: #a94442;
  background-color: #fff;
  border-color: #ebccd1;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #f2dede;
  /* bg color */
  border-color: #ebccd1;
  /* border color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #a94442;
  /* normal text color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #ebccd1;
  /* hover bg color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  /* active text color */
  background-color: #a94442;
  /* active bg color */
}

/* PAGINATION */
#pagination_wrapper {
  background-color: #13c0df;
  font-size: 12px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.pagination {
  float: right;
  margin-bottom: 0px;
}

.paginate {
  position: relative;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #1c0d0d;
  border-color: #1c0d0d;
  color: #ffffff;
  cursor: default;
  z-index: 2;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  background: #1c0d0d;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
}

.pagination-sm>li>a:hover,
.pagination-sm>li>span:hover {
  background: #1c0d0d;
  border-color: #1c0d0d;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
}

/* BLOG */
#blog-post-container .row {
  margin-bottom: 20px;
}

#blog-post-container .row:first-child {
  margin-bottom: 0px;
}

#blog-post-container .row:last-child {
  margin-bottom: 0px;
}

/* FRONTEND CALENDAR */
#calendar_navigation {
  margin-bottom: 5px;
}

#calendar_navigation .nav-tabs {
  text-align: center;
}

#calendar_navigation .nav-tabs>li {
  display: inline-block;
  float: none;
}

#calendar_navigation .nav-tabs>li.active a,
#calendar_navigation .nav-tabs>li.active a:hover,
#calendar_navigation .nav-tabs>li.active a:focus {
  color: #1c0d0d;
  font-weight: bold;
}

.calendar_event {
  border: 1px solid #1c0d0d;
  position: relative;
  z-index: 1;

  -moz-transition: background 0.25s ease-in;
  -ms-transition: background 0.25s ease-in;
  -o-transition: background 0.25s ease-in;
  -webkit-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
}

.calendar_event:hover,
.calendar_event:active {
  background-color: #f1f1f1;
  cursor: pointer;
}

.calendar_event a {
  bottom: 0px;
  left: 0px;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 2;
}

.calendar_event_preview_image {
  height: 150px;
  text-align: center;
}

.calendar_event_preview_image img {}

.calendar_event_preview_details {}

.calendar_event_preview_details h2 {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.calendar_event_preview_details h3 {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.calendar_event_preview_details p {
  margin-top: 10px;
  margin-bottom: 0px;
}

/* GDPR PAGES */
.gdpr-link-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.gdpr-link {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.gdpr-link-sub-title {
  background: #444444;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
}

.gdpr-heading {
  cursor: pointer;
}

/*
.accordion-toggle:hover {
	text-decoration: none;
}
*/

.panel-title a {
  display: block;
}

.panel-title>a:before {
  content: "\f146";
  float: left !important;
  font-family: "FontAwesome";
  margin-right: 10px;
  padding-right: 5px;
}

.panel-title>a.collapsed:before {
  content: "\f0fe";
  float: left !important;
  margin-right: 10px;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
  text-decoration: none;
}

#fNameHere {
  display: none;
}

/* GALLERY */
.row-image {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 4px;
}

/* Create four equal columns that sits next to each other */
.gallery {
  margin-top: 30px;
  margin-bottom: 30px;
}

.column {
  flex: 25%;
  max-width: 25%;
  padding: 0px 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/* my account password validation */
/* The message box is shown when the user clicks on the password field */
#message {
  background: #f1f1f1;
  color: #000000;
  display: none;
  margin-top: 10px;
  padding: 20px;
  position: relative;
}

#message p {
  font-size: 18px;
  padding: 10px 35px 10px 35px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  content: "\f00c";
  font-family: "FontAwesome";
  left: -35px;
  position: relative;
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  content: "\f00d";
  font-family: "FontAwesome";
  left: -35px;
  position: relative;
}

/* enquiry form */
.required-form-field {
  color: #ef5030;
  font-weight: bold;
}

.form-horizontal .enquiry-form-checkbox-placeholder {
  margin-left: 10px;
}

.form-horizontal .error_validation_message label {
  color: #ef5030;
  margin-top: 5px;
}

#enquiry-form-panel .panel-heading p {
  margin-top: 10px;
  margin-bottom: 0px;
}

/* page sections */
.page-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-section-btn {
  margin-top: 20px;
}

.page-section-img {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* customer account online videos */
.course-wrapper {
  margin-top: 20px;
}

.course-wrapper h1 {
  margin: 0px;
}

.intro-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.intro-title {
  font-size: 20px;
  font-weight: bold;
}

.bonus-title {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}

.owl-theme .owl-nav[class*="owl-"] {
  /* display: none; */
}

.course-menu {
  background: #d2e9f5;
  border: 1px solid #9acfea;
  padding: 10px;
}

.course-menu-title {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.course-menu-item {
  background: #ffffff;
  border: 2px solid #eaeaea;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
}

.course-menu-item-title {
  color: #444444;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.course-menu-item-title a {
  color: #444444;
}

.course-menu-item-title a:hover {
  color: #1c0d0d;
  text-decoration: none;
}

.course-menu-image {
  margin: 0px auto 0px auto;
  text-align: center;
}

.course-menu-image .img-responsive {
  display: inline-block;
}

.course-menu-desc {
  color: #666666;
  font-size: 12px;
  line-height: 1.2em;
  margin-top: 10px;
}

.course-menu-btn {
  margin-top: 20px;
}

.course-video {
  background: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex>[class*="col-"] {
  display: flex;
  flex-direction: column;
}

/* Video Search */
.alert-info h1 {
  float: left;
}

.alert-info h1.main-intro-title {
  margin-top: 10px;
}

.alert-info .btn {
  /*
	margin-top: 10px;
	*/
}

.alert-info .fa-input {
  background: #ffffff;
  font-family: "FontAwesome", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 0px;
  padding: 0px;
  padding-right: 10px;
}

.video-search {
  float: right;
  /*
	margin-top: 5px;
	*/
  padding-bottom: 0px;
  width: 300px;
}

.video-search {
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
  border-radius: 6px;
  padding: 3px;
}

.video-search input {
  border: 0px;
  box-shadow: none;
  font-size: 16px;
}

.video-search button {
  background: none;
  border: 0px;
  border-left: solid 1px #cccccc;
  box-shadow: none;
  color: #666666;
  margin: 2px 0px 0px 0px;
  padding: 0px 8px 0px 10px;
}

.video-search button:hover {
  border: 0px;
  border-left: solid 1px #cccccc;
  box-shadow: none;
}

.video-search .glyphicon-search {
  font-size: 23px;
}

@media only screen and (max-width: 768px) {
  .alert-info h1.online-course-title {
    float: none;
    text-align: center;
  }

  .video-search {
    float: none;
    margin: 10px auto 0px auto;
    max-width: 300px;
  }
}

/*Custom CSS*/

@font-face {
  font-family: "grandhotel-regular";
  src: url("../fonts/grandhotel-regular.ttf");
}

@font-face {
  font-family: josefinsans-regular;
  src: url("../fonts/josefinsans-regular.ttf");
}

@font-face {
  font-family: josefinsans-light;
  src: url("../fonts/josefinsans-light.ttf");
}

@font-face {
  font-family: josefinsans-bold;
  src: url("../fonts/josefinsans-bold.ttf");
}

@font-face {
  font-family: josefinsans-Italic;
  src: url("../fonts/josefinsans-Italic.ttf");
}

body {
  border-top: 0;
  font-family: josefinsans-regular;
  font-size: 22px;
  line-height: 1.4;
}

#sort_menu_wrapper {
  background-color: #1c0d0d;
}

.p-l-10 {
  padding-left: 10px !important;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
}

body:not(.index) nav.navbar+.container {
  margin-top: 90px;
}

.btn-primary,
.btn-default,
.btn-info,
.btn-success,
.btn-warning,
.btn-primary:active,
.btn-primary.active,
.btn-success:active,
.btn-success.active,
.btn-warning:active,
.btn-warning.active {
  background: #1c0d0d;
  color: #3ff63e;
  border-radius: 0;
  border: 0;
  padding: 8px 15px 6px 15px;
}

.btn-primary:hover,
.btn-default:hover,
.btn-info:hover,
.btn-success:hover,
.btn-warning:hover {
  background: #493d3d;
  color: #3ff63e;
  border-radius: 0;
  border: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: #1c0d0d;
}

.pagination>li>a,
.pagination>li>span {
  color: #3ff63e;
}

.top_header {
  background-color: #2a8585;
}

.top_header .top_tel_no {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
}

.top_header .top_tel_no a {
  color: #ffffff;
  vertical-align: top !important;
  display: inline-block;
  padding-top: 5px !important;
}

.top_header .top_tel_no::before {
  content: "";
  background: url("../images/top_tel_icon.png");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-size: 100%;
  margin-right: 15px;
}

.top_header #top_menu {
  margin-top: 9px;
  font-weight: normal !important;
}

#top_menu a {
  font-size: 13px;
  font-family: josefinsans-bold;
  text-transform: initial;
  margin-bottom: 8px;
}

.top_header #top_menu .btn-info,
.top_header .items a {
  background: none !important;
  color: #ffffff;
}

.top_header .top_social_icon {
  float: right;
  display: inline-block;
  padding-top: 5px;
}

.top_header #header_basket {
  padding-left: 15px;
  vertical-align: middle;
}

.top_header #header_basket .items::before {
  content: "";
  background: url("../images/top_basket.png");
  width: 24px;
  height: 22px;
  background-size: 100%;
  vertical-align: top;
  display: inline-block;
}

.top_header #header_basket .items {
  position: relative;
}

.top_header .top_tel_no+#header_basket .items a {
  position: absolute;
  left: -5px;
  right: 0;
  text-align: center;
  font-size: 9px !important;
  /*line-height: 2.4;*/
}

@media (max-width:1600px) {
  .top_header .top_tel_no+#header_basket .items a {
    line-height: 2.4;
  }
}

.top_header #header_basket .items .title,
.top_header #header_basket .qty .bracket {
  display: none;
}

.top_header #header_basket .qty {
  font-weight: normal;
}

.top_header #top_menu .top_social_icon a,
.top_header #top_menu .top_social_icon a:hover {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin-left: 5px;
  color: #2a8585;
}

#header_right .dropdown-menu #header_basket .title {
  display: inline-block;
}

#top_menu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 20px;
}

#top_menu .dropdown-menu a {
  margin-bottom: 0;
  padding: 3px 32px;
}

#top_menu .dropdown-menu a:focus {
  outline: 0;
  background: transparent;
}

.top_header .dropdown-menu #header_basket {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 1.42857143;
  padding-left: 0px;
}

.top_header .dropdown-menu #header_basket .items {
  font-size: initial;
}

.top_header .dropdown-menu #header_basket .items::before {
  display: none;
}

.top_header .dropdown-menu #header_basket .qty .bracket {
  display: inline-block;
}

.top_header .dropdown-menu #header_basket .items a {
  font-size: 13px;
  line-height: 1.42857143;
  margin-left: 0;
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  text-align: left;
  padding: 3px 32px;
}

@media only screen and (max-width: 991px) {
  #top_menu {
    text-align: center;
    padding-left: 0;
  }
}

.navbar-header .navbar-brand img.logo {
  height: 150px;
  z-index: 1;
  position: absolute;
  margin-top: -50px;
}

#navbar2 #main-menu li:last-child .mega-menu-main-link {
  padding-right: 0;
}

.sm-blue ul {
  background: #1b0d0d;
  min-width: 6em !important;
  margin-top: -35px !important;
}

.sm-blue a span.sub-arrow {
  display: none;
}

.sm-blue ul a {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  font-family: josefinsans-regular;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sm-blue ul a:hover {
  text-align: center;
  font-size: 12px;
  color: #3ff63e;
  font-family: josefinsans-regular;
  padding-top: 5px;
  padding-bottom: 5px;
}

#myCarousel img {
  min-width: 100%;
}

#myCarousel .carousel-indicators .active {
  background: #1c0d0d;
  margin: 0 5px;
}

#myCarousel .carousel-indicators li {
  border: 1px solid #1c0d0d;
  margin: 0 5px;
  width: 12px;
  height: 12px;
}

#myCarousel .carousel-control {
  color: #1c0d0d;
  background: none;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #493d3d;
}

#myCarousel .carousel_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#myCarousel .carousel_content h1 {
  font-size: 62px;
  font-family: "grandhotel-regular";
  font-weight: normal;
  color: #1c0d0d;
}

#myCarousel .carousel_content h2 {
  font-size: 62px;
  font-family: "grandhotel-regular";
  font-weight: normal;
  color: #1c0d0d;
}

#myCarousel .carousel_content p {
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 40px;
}

#myCarousel .carousel_content .btn-primary {
  font-size: 15px;
  color: #3ff63e;
  background: #493d3d;
  padding: 15px 60px 10px 60px;
  text-transform: uppercase;
  font-weight: bold;
}

#myCarousel .carousel-caption h1 {
  font-size: 62px;
  font-family: "grandhotel-regular";
  font-weight: normal;
  color: #1c0d0d;
}

#myCarousel .carousel-caption p {
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #000;
}

#myCarousel .carousel-caption .btn-primary {
  font-size: 15px;
  color: #3ff63e;
  background: #493d3d;
  padding: 15px 60px 10px 60px;
  text-transform: uppercase;
  font-weight: bold;
}

.home_page_sections {
  background: #ffffff;
}

.home_page_sections h2.title {
  font-size: 75px;
  font-family: "grandhotel-regular";
  color: #1c0d0d;
  font-weight: normal;
}

.home_page_section1 {
  padding: 30px 0 80px 0;
  background: linear-gradient(180deg, #ffffff 62%, #f3f1f4 38%);
}

.home_page_section1 .main_content p {
  margin-bottom: 40px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.home_page_section1 .img_box {
  height: 320px;
  background-size: cover !important;
  padding: 34px 54px;
  position: relative;
}

.home_page_section1 .img_box::before {
  position: absolute;
  top: 212px;
  right: -37px;
  bottom: 0;
  content: "";
  width: 130px;
  height: 170px;
  background-image: url("../images/sec1_dog.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.home_page_section1 .boxes_1 {
  position: relative;
}

.home_page_section1 .boxes_1 .box1_btn {
  margin-top: 30px;
}

.home_page_section1 .boxes_1 .box1_btn .btn-primary {
  font-size: 15px;
  padding: 12px 25px 9px 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.home_page_section1 .boxes_1 .box1_content {
  float: right;
  width: 66%;
  text-align: right;
  line-height: 1.2;
  color: #fff;
}

.home_page_section1 .boxes_1 .box1_content h2 {
  color: #ffffff;
  margin: 0;
}

.home_page_section1 .boxes_1 .online_new {
  display: none;
}

.home_page_section1 .boxes_1+.boxes_1 .box1_content {
  float: left;
  width: 66%;
  text-align: left;
  line-height: 1.2;
}

.home_page_section1 .boxes_1+.boxes_1 .box1_content h1 {
  margin: 0;
}

.home_page_section1 .boxes_1+.boxes_1 .box1_content h1,
.home_page_section1 .boxes_1+.boxes_1 .box1_content {
  color: #ffffff;
}

.home_page_section1 .img_box {
  float: left;
}

.home_page_section1 .boxes_1+.boxes_1 .img_box::before {
  display: none;
}

.home_page_section1 .boxes_1+.boxes_1 .img_box .online_new {
  padding-left: 22px;
  padding-right: 22px;
  font-weight: normal;
  position: absolute;
  top: -70px;
  right: -70px;
  content: "";
  width: 140px;
  height: 140px;
  text-shadow: none;
  vertical-align: middle;
  border-radius: 100%;
  line-height: 1;
  display: inline-block;
  font-size: 30px;
  word-spacing: inherit;
  background: #3ff53d;
  color: #fff;
  font-family: "grandhotel-regular";
  outline: 5px #000;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  padding-top: 45px;
}

.home_page_section1 .boxes_1+.boxes_1 .img_box .online_new::before {
  content: " ";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 2px solid #ffffff;
  border-radius: 100%;
}

.home_page_section2 {
  background: #f3f1f3;
  padding: 5px 0 50px 0;
}

.home_page_section2 .main_content2 .cap_icon img {
  width: 50px;
  height: 64px;
}

.home_page_section2 .main_content2 h1 {
  margin-top: -13px;
}

.home_page_section2 .main_content2 p {
  color: #333333;
  font-family: josefinsans-light;
}

.home_page_section2 .box2 {
  padding: 15px;
  background: #ffffff;
}

.home_page_section2 .box2:hover {
  box-shadow: 0px 0 12px rgba(0, 0, 0, 0.4);
}

.home_page_section2 .img_box2 {
  width: 100%;
  min-height: 320px;
  height: 320px;
  background-position: center !important;
  position: relative;
  background-size: cover !important;
}

.home_page_section2 .img_box2 .box2_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.home_page_section2 .img_box2 .box2_btn a {
  width: 140px;
  height: 140px;
  text-shadow: none;
  vertical-align: middle;
  border-radius: 100%;
  line-height: 1;
  display: inline-block;
  font-size: 30px;
  word-spacing: inherit;
  background: #3ff53d;
  color: #fff;
  font-family: "grandhotel-regular";
  outline: 5px #000;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  padding-top: 45px;
}

.home_page_section2 .img_box2 .box2_btn a::before {
  content: " ";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 2px solid #ffffff;
  border-radius: 100%;
}

.home_page_section2 .box2:hover .box2_btn {
  display: block;
}

.home_page_section2 .box2 .box2_content {
  font-size: 20px;
  font-family: josefinsans-regular;
}

.home_page_section2 .box2_content h3 {
  font-family: josefinsans-bold;
  margin-bottom: 0;
}

.home_page_section2 .box2_content p {
  font-family: josefinsans-light;
  color: #333333;
  margin-top: 0;
  font-size: 20px;
}

.home_page_section2 .box2 .img_box2::before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 26px;
  height: 24px;
  display: inline-block;
  content: "";
  background: url("../images/foot.png") no-repeat;
  background-size: 100%;
}

/**********************************/

.home_page_section7 {
  background: #f3f1f3;
  padding: 5px 0 50px 0;
}

.home_page_section7 .main_content2 .cap_icon img {
  width: 50px;
  height: 64px;
}

.home_page_section7 .main_content2 h1 {
  margin-top: -13px;
}

.home_page_section7 .main_content2 p {
  color: #333333;
  font-family: josefinsans-light;
}

.home_page_section7 .box2 {
  padding: 15px;
  background: #ffffff;
}

.home_page_section7 .box2:hover {
  box-shadow: 0px 0 12px rgba(0, 0, 0, 0.4);
}

.home_page_section7 .img_box2 {
  width: 100%;
  min-height: 320px;
  height: 320px;
  background-position: center !important;
  position: relative;
  background-size: cover !important;
}

.home_page_section7 .img_box2 .box2_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.home_page_section7 .btn.btn-primary.btn-md {
  background: #3ff53d;
  padding: 12px 30px 10px 30px;
  color: #fff;
  text-shadow: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;

}

.home_page_section7 .img_box2 .box2_btn a::before {
  content: " ";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 2px solid #ffffff;
  border-radius: 100%;
}

.home_page_section7 .box2:hover .box2_btn {
  display: block;
}

.home_page_section7 .box2 .box2_content {
  font-size: 20px;
  font-family: josefinsans-regular;
}

.home_page_section7 .box2_content h3 {
  font-family: josefinsans-bold;
  margin-bottom: 0;
}

.home_page_section7 .box2_content p {
  font-family: josefinsans-light;
  color: #333333;
  margin-top: 0;
  font-size: 20px;
}

.home_page_section7 .box2 .img_box2::before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 26px;
  height: 24px;
  display: inline-block;
  content: "";
  background: url("../images/foot.png") no-repeat;
  background-size: 100%;
}

/***********************************/
.home_page_section3 .main_box3 {
  background-size: cover !important;
  min-height: 500px;
  position: relative;
  padding: 20% 0;
}

.home_page_section3 .main_box3 .box3 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  padding: 5% 16%;
  line-height: 1.3;
}

.home_page_section3 h2 {
  font-size: 55px;
  color: #ffffff;
  font-family: "grandhotel-regular";
  font-weight: normal;
}

.home_page_section3 p {
  font-family: josefinsans-bold;
  color: #ffffff;
}

.home_page_section3 .main_box3 .box3 .box3_btn a {
  background: #3ff53d;
  padding: 12px 30px 10px 30px;
  color: #ffffff;
  text-shadow: none;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}

.home_page_section4 {
  padding: 50px 0;
}

.home_page_section4 .foot_icon img {
  width: 40px;
  margin-bottom: 15px;
}

.home_page_section5 {
  padding: 50px 0;
}

.home_page_section5 .main_content5 .quote_icon img {
  width: 40px;
  height: 38px;
}

.home_page_section5 .main_content5 h1 {
  margin-top: 0;
}

.home_page_section5 .owl-carousel {
  /*display: block;*/
}

.home_page_section5 .box5_content .feedback {
  font-size: 28px;
  padding: 0px 8%;
  line-height: 1.2em;
}

.home_page_section5 .box5_content .fb_name {
  font-family: josefinsans-light;
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
}

.home_page_section5 .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 20%;
  font-size: 20px;
}

.home_page_section5 .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 20%;
  font-size: 20px;
}

.home_page_section5 .owl-carousel .owl-nav .owl-prev:hover,
.home_page_section5 .owl-carousel .owl-nav .owl-next:hover {
  background: transparent;
}

.home_page_section5 .owl-carousel .owl-nav .owl-prev:focus,
.home_page_section5 .owl-carousel .owl-nav .owl-next:focus {
  outline: 0;
}

.home_page_section6 {
  padding-bottom: 20px;
}

.home_page_section6 .image {
  display: inline-block;
  height: 140px;
  padding-left: 25px;
  padding-right: 25px;
}

.alert-info {
  background: #1C0D0D;
  color: #fff;
  border-color: #1C0D0D;
}

.alert-info h1 {
  color: #fff;
}

#sort_menu_wrapper_blog {
  margin-top: 80px;
}

#footer .with_care_img {
  width: 355px;
  height: auto;
}

#footer .with_care_img img {
  width: 100%;
  height: auto;
}

#footer .footer_title {
  font-size: 20px;
  font-family: josefinsans-bold;
  color: #ffffff;
  margin: 0 0 20px 0;
}

#footer .footer_links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer_links a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-family: josefinsans-regular;
  padding-bottom: 4px;
}

#footer .footer_links #header_basket .items::before {
  display: none;
}

#footer .footer_links #header_basket .items a {
  font-weight: normal;
  margin: 0;
}

#footer .footer_tel_no {
  display: inline-block;
  vertical-align: middle;
}

#footer .footer_tel_no a {
  color: #ffffff;
  vertical-align: top;
  font-family: josefinsans-bold;
  font-size: 14px;
}

#footer .footer_tel_no::before {
  content: "";
  background: url("../images/top_tel_icon.png");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-size: 100%;
  margin-right: 10px;
}

#footer .footer_mail {
  padding-top: 5px;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
}

#footer .footer_mail a {
  color: #ffffff;
  vertical-align: top;
  font-family: josefinsans-bold;
  font-size: 14px;
}

#footer .footer_mail::before {
  content: "";
  background: url("../images/email_icon.png");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-size: 100%;
  margin-top: -3px;
  margin-right: 10px;
}

#footer .footer_social {
  margin-top: 10px;
}

#footer .footer_social .icon_circle {
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  margin-right: 7px;
}

#footer .footer_social .icon_circle i {
  color: #2a8585;
  font-size: 20px;
  padding-top: 12px;
}

#final_wrapper {
  padding-top: 10px;
  padding-bottom: 15px;
}

#final_wrapper .company_details,
#final_wrapper .bottom_footer_link {
  display: inline;
}

.home_page_section5 .owl-carousel .owl-prev span,
.home_page_section5 .owl-carousel .owl-next span {
  font-size: 0;
}

.home_page_section5 .owl-carousel .owl-prev span::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../images/left_arrow_m.png);
  background-size: 100%;
}

.home_page_section5 .owl-carousel .owl-next span::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../images/right_arrow_m.png);
  background-size: 100%;
}

#footer #footer_follow_us {
  overflow: auto;
}

/*Custom Media Queries*/

@media screen and (max-width: 575px) {
  body:not(.index) nav.navbar+.container {
    margin-top: 50px;
  }

  #navbar2 #main-menu {
    margin-top: 35px;
  }

  #navbar2 #main-menu:before {
    background: transparent;
  }

  #top_menu a {
    font-size: 13px !important;
  }

  #myCarousel .carousel-control {
    display: none;
  }

  .navbar-header .navbar-brand img.logo {
    height: 80px;
    margin-top: -10px;
  }

  .top_header .top_social_icon {
    float: none;
  }

  body,
  .home_page_section5 .box5_content .fb_name {
    font-size: 15px;
  }

  #myCarousel .container h1,
  .home_page_sections h1 {
    font-size: 44px;
  }

  #myCarousel .container {
    display: none;
  }

  #top_menu a {
    font-size: 13px;
  }

  .top_header .dropdown-menu {
    min-width: 130px !important;
  }

  #top_menu .dropdown-menu a,
  .top_header .dropdown-menu #header_basket .items a {
    padding: 3px 15px;
  }

  .home_page_section1 .boxes_1 {
    margin-bottom: 60px;
  }

  .home_page_section1 .boxes_1+.boxes_1 {
    margin-bottom: 0;
  }

  .home_page_section1 .boxes_1 .box1_content {
    float: right;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em white, 0 0 0.2em white;
    width: 60%;
    text-align: right;
    line-height: 1.2;
  }

  .home_page_section1 {
    padding: 20px 0 30px 0;
    background: linear-gradient(180deg, #fff 40%, #f3f1f4 38%);
  }

  .home_page_section1 .img_box {
    height: initial;
    background-size: cover !important;
    padding: 30px 50px;
    position: relative;
  }

  .home_page_section1 .img_box::before {
    position: absolute;
    top: initial;
    right: 0;
    bottom: -25px;
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(../images/sec1_dog.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .home_page_section1 .boxes_1+.boxes_1 .img_box .online_new {
    padding-left: 22px;
    padding-right: 22px;
    font-weight: 400;
    position: absolute;
    top: -25px;
    right: -10px;
    content: "";
    width: 100px;
    height: 100px;
    text-shadow: none;
    vertical-align: middle;
    border-radius: 100%;
    line-height: 1;
    display: inline-block;
    font-size: 20px;
    word-spacing: inherit;
    background: #3ff53d;
    color: #fff;
    font-family: "grandhotel-regular";
    outline: 5px #000;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding-top: 32px;
  }

  .home_page_section1 {
    padding: 30px 0 40px 0;
  }

  .home_page_section2 .img_box2 {
    width: 100%;
    min-height: 380px;
    height: 380px;
  }

  .home_page_section2 .img_box2 .box2_btn a {
    width: 140px;
    height: 140px;
    line-height: 1;
    display: inline-block;
    font-size: 30px;
    padding-top: 42px;
  }

  .home_page_section2 .box2 {
    width: 250px;
    margin: 0 auto;
  }

  .home_page_section3 h2 {
    font-size: 44px;
  }

  .home_page_section5 .box5_content .feedback {
    font-size: 20px;
    padding: 0 8%;
    line-height: 1.2em;
  }

  .home_page_section6 .img_box6 {
    height: 80px;
  }

  #footer .with_care_img {
    margin-left: auto;
    margin-right: auto;
  }

  #footer {
    text-align: center;
  }

  #footer .with_care_img {
    width: 220px;
    height: auto;
  }

  #footer .footer_tel_no,
  #footer .footer_mail {
    display: block;
  }

  #footer .footer_title {
    margin: 15px 0 15px 0;
  }

  #copyright {
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  body:not(.index) nav.navbar+.container {
    margin-top: 50px;
  }

  #navbar2 #main-menu {
    margin-top: 35px;
  }

  #navbar2 #main-menu:before {
    background: transparent;
  }

  #top_menu a {
    font-size: 13px !important;
  }

  #myCarousel .carousel-control {
    display: none;
  }

  .navbar-header .navbar-brand img.logo {
    height: 80px;
    margin-top: -10px;
  }

  .top_header .top_social_icon {
    float: none;
  }

  body,
  .home_page_section5 .box5_content .fb_name {
    font-size: 15px;
  }

  #myCarousel .container h1,
  .home_page_sections h1 {
    font-size: 44px;
  }

  #myCarousel .container {
    display: none;
  }

  .home_page_section1 .boxes_1 {
    margin-bottom: 60px;
  }

  .home_page_section1 .boxes_1+.boxes_1 {
    margin-bottom: 0;
  }

  .home_page_section1 .boxes_1 .box1_content {
    float: right;
    width: 60%;
    text-align: right;
    line-height: 1.2;
  }

  .home_page_section1 {
    padding: 20px 0 30px 0;
    background: linear-gradient(180deg, #fff 40%, #f3f1f4 38%);
  }

  .home_page_section1 .img_box {
    height: 270px;
    background-size: cover !important;
    padding: 30px 50px;
    position: relative;
  }

  .home_page_section1 .img_box::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 60px;
    height: 100px;
    background-image: url(../images/sec1_dog.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .home_page_section1 .boxes_1+.boxes_1 .img_box .online_new {
    padding-left: 22px;
    padding-right: 22px;
    font-weight: 400;
    position: absolute;
    top: -25px;
    right: -10px;
    content: "";
    width: 100px;
    height: 100px;
    text-shadow: none;
    vertical-align: middle;
    border-radius: 100%;
    line-height: 1;
    display: inline-block;
    font-size: 20px;
    word-spacing: inherit;
    background: #3ff53d;
    color: #fff;
    font-family: "grandhotel-regular";
    outline: 5px #000;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding-top: 32px;
  }

  .home_page_section1 {
    padding: 30px 0 40px 0;
  }

  .home_page_section2 .img_box2 {
    width: 100%;
    min-height: 380px;
    height: 380px;
  }

  .home_page_section2 .img_box2 .box2_btn a {
    width: 140px;
    height: 140px;
    line-height: 1;
    display: inline-block;
    font-size: 30px;
    padding-top: 42px;
  }

  .home_page_section2 .box2 {
    width: 250px;
    margin: 0 auto;
  }

  .home_page_section3 h2 {
    font-size: 44px;
  }

  .home_page_section5 .box5_content .feedback {
    font-size: 20px;
    padding: 0 8%;
    line-height: 1.2em;
  }

  .home_page_section6 .img_box6 {
    height: 120px;
  }

  #footer .with_care_img {
    margin-left: auto;
    margin-right: auto;
  }

  #footer {
    text-align: center;
  }

  #footer .with_care_img {
    width: 220px;
    height: auto;
  }

  #footer .footer_tel_no,
  #footer .footer_mail {
    display: block;
  }

  #footer .footer_title {
    margin: 15px 0 15px 0;
  }

  #copyright {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body:not(.index) nav.navbar+.container {
    margin-top: 50px;
  }

  #navbar2 #main-menu {
    margin-top: 35px;
  }

  #navbar2 #main-menu:before {
    background: transparent;
  }

  #myCarousel .carousel-control {
    display: none;
  }

  .navbar-header .navbar-brand img.logo {
    height: 80px;
    margin-top: -10px;
  }

  .top_header .top_social_icon {
    float: none;
  }

  body,
  .home_page_section5 .box5_content .fb_name {
    font-size: 15px;
  }

  #myCarousel .carousel_content h1,
  .home_page_sections h1 {
    font-size: 44px;
  }

  #myCarousel .carousel_content p {
    line-height: 1.2;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #myCarousel .carousel_content .btn-primary {
    font-size: 12px;
    color: #3ff63e;
    background: #493d3d;
    padding: 12px 30px 10px 30px;
  }

  #myCarousel .carousel-control {
    width: 4%;
  }

  .home_page_section1 .boxes_1 {
    margin-bottom: 60px;
  }

  .home_page_section1 .boxes_1+.boxes_1 {
    margin-bottom: 0;
  }

  .home_page_section1 .boxes_1 .box1_content {
    float: right;
    width: 60%;
    text-align: right;
    line-height: 1.2;
  }

  .home_page_section1 {
    padding: 20px 0 30px 0;
    background: linear-gradient(180deg, #fff 40%, #f3f1f4 38%);
  }

  .home_page_section1 .img_box {
    height: 270px;
    background-size: cover !important;
    padding: 30px 50px;
    position: relative;
  }

  .home_page_section1 .img_box::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 60px;
    height: 100px;
    background-image: url(../images/sec1_dog.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .home_page_section1 .boxes_1+.boxes_1 .img_box .online_new {
    padding-left: 22px;
    padding-right: 22px;
    font-weight: 400;
    position: absolute;
    top: -15px;
    right: -15px;
    content: "";
    width: 100px;
    height: 100px;
    text-shadow: none;
    vertical-align: middle;
    border-radius: 100%;
    line-height: 1;
    display: inline-block;
    font-size: 20px;
    word-spacing: inherit;
    background: #3ff53d;
    color: #fff;
    font-family: "grandhotel-regular";
    outline: 5px #000;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding-top: 32px;
  }

  .home_page_section1 {
    padding: 30px 0 40px 0;
  }

  .home_page_section2 .img_box2 {
    width: 100%;
    min-height: 380px;
    height: 380px;
  }

  .home_page_section2 .img_box2 .box2_btn a {
    width: 140px;
    height: 140px;
    line-height: 1;
    display: inline-block;
    font-size: 30px;
    padding-top: 42px;
  }

  .home_page_section3 h2 {
    font-size: 44px;
  }

  .home_page_section5 .box5_content .feedback {
    font-size: 20px;
    padding: 0 8%;
    line-height: 1.2em;
  }

  .home_page_section6 .img_box6 {
    height: 120px;
  }

  #footer .with_care_img {
    width: 220px;
    height: auto;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body:not(.index) nav.navbar+.container {
    margin-top: 50px;
  }

  body,
  .home_page_section5 .box5_content .fb_name {
    font-size: 18px;
  }

  #myCarousel .carousel_content h1,
  .home_page_sections h1 {
    font-size: 50px;
  }

  .navbar-header .navbar-brand img.logo {
    height: 120px;
  }

  #myCarousel .carousel-control {
    width: 4%;
  }

  .home_page_section1 .boxes_1 .box1_content {
    float: right;
    width: 60%;
    text-align: right;
    line-height: 1.2;
  }

  .home_page_section1 .img_box {
    height: 270px;
    background-size: cover !important;
    padding: 15px 30px;
    position: relative;
  }

  .home_page_section1 .img_box::before {
    position: absolute;
    top: 180px;
    right: -20px;
    bottom: 0;
    content: "";
    width: 82px;
    height: 170px;
    background-image: url(../images/sec1_dog.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .home_page_section1 .boxes_1+.boxes_1 .img_box .online_new {
    padding-left: 22px;
    padding-right: 22px;
    font-weight: 400;
    position: absolute;
    top: -40px;
    right: -30px;
    content: "";
    width: 100px;
    height: 100px;
    text-shadow: none;
    vertical-align: middle;
    border-radius: 100%;
    line-height: 1;
    display: inline-block;
    font-size: 20px;
    word-spacing: inherit;
    background: #3ff53d;
    color: #fff;
    font-family: "grandhotel-regular";
    outline: 5px #000;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding-top: 32px;
  }

  .home_page_section1 {
    padding: 30px 0 40px 0;
  }

  .home_page_section2 .img_box2 {
    width: 100%;
    min-height: 260px;
    height: 260px;
  }

  .home_page_section2 .img_box2 .box2_btn a {
    width: 100px;
    height: 100px;
    line-height: 1;
    display: inline-block;
    font-size: 20px;

    padding-top: 32px;
  }

  .home_page_section3 h2 {
    font-size: 44px;
  }

  .home_page_section5 .box5_content .feedback {
    font-size: 20px;
    padding: 0 8%;
    line-height: 1.2em;
  }

  .home_page_section6 .img_box6 {
    height: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .home_page_section1 .boxes_1+.boxes_1 .img_box .online_new {
    padding-left: 22px;
    padding-right: 22px;
    font-weight: 400;
    position: absolute;
    top: -40px;
    right: -30px;
    content: "";
    width: 100px;
    height: 100px;
    text-shadow: none;
    vertical-align: middle;
    border-radius: 100%;
    line-height: 1;
    display: inline-block;
    font-size: 20px;
    word-spacing: inherit;
    background: #3ff53d;
    color: #fff;
    font-family: "grandhotel-regular";
    outline: 5px #000;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding-top: 32px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  #myCarousel .carousel-control {
    width: 4%;
  }
}

@media screen and (min-width: 1600px) {

  body,
  .home_page_section5 .box5_content .fb_name {
    font-size: 25px;
  }

  .container {
    width: 1400px;
  }

  .top_header #top_menu {
    margin-top: 14px;
    margin-bottom: 5px;
  }

  #top_menu a,
  .top_header .dropdown-menu #header_basket .items a {
    font-size: 18px;
  }

  .top_header .top_tel_no::before {
    width: 32px;
    height: 32px;
  }

  .top_header #header_basket .items::before {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
  }

  .top_header #header_basket .items a {
    font-size: 10px;
    line-height: 2.8;
    margin-left: 12px;
  }

  .top_header #top_menu .top_social_icon a,
  .top_header #top_menu .top_social_icon a:hover {
    width: 32px;
    height: 32px;
    line-height: 38px;
  }

  .sm-blue a,
  .sm-blue a:hover,
  .sm-blue a:focus,
  .sm-blue a:active,
  .sm-blue a.highlighted {
    font-size: 18px;
    padding: 45px 20px;
  }

  .navbar-header .navbar-brand img.logo {
    width: 200px;
    height: auto;
  }

  #myCarousel .carousel_content h1,
  .home_page_sections h1 {
    font-size: 76px;
  }

  #myCarousel .carousel_content .btn-primary {
    font-size: 20px;
    padding: 17px 60px 13px 60px;
  }

  .home_page_section1 .img_box {
    height: 400px;
    padding: 40px 60px;
  }

  .home_page_section1 .boxes_1 .box1_btn {
    margin-top: 35px;
  }

  .home_page_section1 .boxes_1 .box1_btn .btn-primary {
    font-size: 18px;
    padding: 18px 40px;
  }

  .home_page_section1 .img_box::before {
    width: 160px;
    height: 100%;
    position: absolute;
    top: 250px;
    right: -40px;
  }

  .home_page_section2 .main_content2 .cap_icon img {
    width: 54px;
    height: 62px;
  }

  .home_page_section1 .boxes_1+.boxes_1 .img_box .online_new {
    padding-left: 26px;
    padding-right: 26px;
    font-weight: 400;
    position: absolute;
    top: -85px;
    right: -85px;
    content: "";
    width: 174px;
    height: 174px;
    text-shadow: none;
    vertical-align: middle;
    border-radius: 100%;
    line-height: 1;
    display: inline-block;
    font-size: 35px;
    word-spacing: inherit;
    background: #3ff53d;
    color: #fff;
    font-family: "grandhotel-regular";
    outline: 5px #000;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding-top: 60px;
  }

  .home_page_section2 .img_box2 {
    min-height: 380px;
    height: 380px;
  }

  .home_page_section2 .img_box2 .box2_btn a {
    width: 174px;
    font-size: 35px;
    height: 174px;
    padding-top: 55px;
  }

  .home_page_section2 .box2 .img_box2::before {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 34px;
    height: 30px;
    display: inline-block;
    content: "";
    background: url(../images/foot.png) no-repeat;
    background-size: 100%;
  }

  .home_page_section2 .box2_content h3,
  .home_page_section2 .box2_content p {
    font-size: 25px;
  }

  .home_page_section2 {
    padding: 16px 0 90px 0;
  }

  .home_page_section3 h2 {
    font-size: 72px;
  }

  .home_page_section3 .main_box3 .box3 .box3_btn a {
    background: #3ff53d;
    padding: 15px 40px 10px 40px;
    color: #fff;
    text-shadow: none;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
  }

  .home_page_section4 {
    padding: 60px 0 90px 0 !important;
  }

  .home_page_section4 .foot_icon img {
    width: 48px;
    margin-bottom: 15px;
  }

  .home_page_section5 .box5_content .feedback {
    font-size: 35px;
    padding-top: 35px;
  }

  .home_page_section5 .box5_content .fb_name {
    margin-top: 30px;
  }

  .home_page_section6 {
    /*padding-bottom: 85px;*/
  }

  .home_page_section6 .img_box6 {
    height: 160px;
  }

  .home_page_section6 .img_box6 img {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    height: 100%;
  }

  #footer .with_care_img {
    width: 464px;
    height: auto;
  }

  #footer {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #footer .footer_title {
    size: 25px;
  }

  #footer .footer_links a,
  #footer .footer_tel_no a,
  #footer .footer_mail a {
    font-size: 18px;
  }

  #footer .footer_tel_no::before {
    width: 28px;
    height: 28px;
  }

  #footer .footer_mail::before {
    width: 28px;
    height: 28px;
  }

  #footer .footer_social .icon_circle {
    width: 56px;
    height: 56px;
  }

  #footer .footer_social .icon_circle i {
    color: #2a8585;
    font-size: 24px;
    padding-top: 16px;
  }

  #final_wrapper {
    font-size: 16px;
    padding: 20px 0 18px 0;
  }
}

.alert-booking-time-limit {
  margin-top: 10px;
  margin-bottom: 0px;
}

.alert-booking-time-limit p {
  font-size: 14px;
  line-height: 2em;
  margin-top: 0px;
  font-weight: bold;
}

.alert-booking-time-limit p i {
  font-size: 2em;
  vertical-align: middle;
}

/* ONLINE PORTAL */
.portal-category-header {
  margin-top: 20px;
  margin-bottom: 20px;
  background: var(--menu-color);
  color: #fff;
  text-align: center;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  border-radius: 20px;
}

.portal-details {
  font-size: 14px;
  text-align: center;
}

.portal-details a {
  margin-top: 20px;
  margin-bottom: 20px;
}

.portal-file {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid var(--light-blue);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

.portal-file .file-title {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}

.portal-file .file-desc {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

.portal-file img {
  max-height: 220px;
}

/* page sections */
.page-section {
  margin-top: 20px;
  margin-bottom: 0px;
}

.page-section-price {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.page-section-button {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.page-section-product-wrapper {
  margin-top: 15px;
  padding: 20px 40px;
  border: 1px solid var(--top-menu-bar-bg-color);
  border-radius: 15px;
}

.page-section-product-name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}