/*{strip}{************************************************************
This file contains the core styles for the following channel

MAIN-ECOMMERCE-DEFAULT

This file should only deal with scaffolding selectors and
channel specifics that are replacing the sys selectors
*************************************************************}{/strip}
*/

#inEditor #contentarea,
#inEditor #contentarea p,
#inEditor #contentarea a,
#inEditor #contentarea li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #000;
}
#inEditor #contentarea li {
  background: none;
  padding-left: 0;
}
#container {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

body {
  background: #fefefe url(/images/ice_age.png) top left repeat;
  color: #5a5a5a;
  /* font-family: "Oxygen", sans-serif; */
  font-family: trebuchet MS, Arial, Helvetica, Sans Serif;
  font-weight: 400;
}
img {
  height: auto;
  max-width: 100%;
}
a {
  color: #f89a22;
}
a:hover,
a:focus {
  color: #e68e1f;
}

h1 {
  color: #2a6ba3;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
}
h2 {
  color: #2a6ba3;
  font-size: 22px;
  font-weight: bold;
}
h3 {
  color: #2a6ba3;
  font-size: 20px;
  font-weight: bold;
}
h4 {
  color: #2a6ba3;
  font-size: 18px;
  font-weight: bold;
}
textarea {
  resize: none;
}

@media only screen and (min-width: 480px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 36px;
  }
}

/**********************************************
EXTRA ELEMENTS
**********************************************/
.clear {
  clear: both;
}
.clickable {
  cursor: pointer;
}
.bold {
  font-weight: 700;
}
.hidden-sec {
  display: none;
}
.inline-block {
  display: inline-block;
}
.noborder {
  border: none;
}
.marginauto {
  margin-left: auto;
  margin-right: auto;
}
.margint0 {
  margin-top: 0;
}
.marginb0 {
  margin-bottom: 0;
}
.margint10 {
  margin-top: 10px;
}
.margintb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.margint15 {
  margin-top: 15px;
}
.marginb15 {
  margin-bottom: 15px;
}
.margintb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.margint20 {
  margin-top: 20px;
}
.marginb20 {
  margin-bottom: 20px;
}
.padding510 {
  padding: 5px 10px !important;
}
.paddingt15 {
  padding-top: 15px;
}
.paddingb15 {
  padding-bottom: 15px;
}
.paddingtb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.paddingt20 {
  padding-top: 20px;
}
.paddingb20 {
  padding-bottom: 20px;
}
.paddingtb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.relative {
  position: relative;
}

/**********************************************
HEADER ELEMENTS
**********************************************/
#header {
  background: #fde6b4;
  position: relative;
  width: 100%;
}

.header-right li {
  border-left: 2px solid #7a7979;
  display: inline-block;
  line-height: 16px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.header-right li:first-child {
  border-left: 0 none;
}
.header-right li a {
  color: #7a7979;
  font-size: 15px;
  font-weight: 700;
  padding: 0 14px 0 12px;
}
.header-right li a:hover,
.header-right li a:focus {
  color: #777;
  text-decoration: none;
}
.logo {
  clear: both;
  float: left;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}
.logo img {
  display: inline-block;
}
.block-wrapper {
  background-color: #2a6ba3;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #header {
    background: #fde6b4 url(/images/acusmasthead3.jpg);
    background-size: cover;
    background-position: left center;
    position: relative;
  }
  /* #header:before{
    content: "";
    height: 30px;
    width: 100%;
    display: block;
    position: absolute;
    background-color: rgba(42, 107, 163, .9);
    z-index: 0;
  } */

  .logo{
    position: relative;
    z-index: 1;
  }
  .logo,
  .menu-wrapper {
    text-align: left;
  }
  .contact-details-wrapper{
    color: #2a6ba3;
    position: absolute;
    top: -10px;
    right: 0;
  }
  .contact-details-wrapper a{
    color: #2a6ba3;
  }
}
@media only screen and (min-width: 992px) {
  #header {
    padding: 0;
    position: relative;
    top: 0;
  }
  .red-wrapper {
    font-size: 1rem;
  }
}

/**********************************************
SEARCH BOX ELEMENTS
**********************************************/
#searchbox {
  background-color: #fff;
  border: #333 1px solid;
  border-radius: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  position: relative;
  width: 220px;
}
#searchbox input.search_field {
  border: 0 none;
  color: #565656;
  display: block;
  float: left;
  margin: 3px 0 0 5px;
  outline: medium none;
  position: relative;
  width: 170px;
}
#searchbox .search_button {
  background: 0;
  border: 0;
  color: #333;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0;
  outline: none;
  padding: 3px 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #searchbox {
    border: 0;
    display: block;
    margin-left: auto;
    margin-right: 0;
    padding: 3px 5px;
  }
}

/**********************************************
LOGINBOX ELEMENTS
**********************************************/
#loginbox {
  float: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  max-width: 320px;
}
#loginbox span {
  font-weight: 700;
  margin-left: 10px;
  margin-top: 5px;
}

#loginbox input.login_field {
  display: block;
  position: relative;
  float: left;
  margin: 0 0 5px;
  color: #565656;
}
#loginbox_wrapper {
  background-color: #fff;
  border-bottom: 5px solid #c0d532;
  display: none;
  float: none;
  overflow: hidden;
  padding: 10px 15px 5px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 10;
}
#loginbox_wrapper span {
  font-weight: 700;
  margin-left: 10px;
  margin-top: 5px;
}

.login-form {
  background-color: #f5f5f5;
  border: #e9e9e9 1px solid;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 140px;
  padding: 20px 20px 0;
}
.login-form h2 {
  font-size: 20px;
  margin: 0 0 10px;
  padding: 10px 0 0;
  color: #555;
  font-weight: 700;
}
.line {
  margin: 20px 0 10px;
  width: 100%;
  height: 2px;
  border-top: #d2d2d2 1px solid;
  border-bottom: #fcfcfc 1px solid;
}
.reg_forgot {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #loginbox {
    background-color: #f5f5f5;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: 0 0 5px #bbb;
    max-width: inherit;
    padding: 20px 20px 0;
    position: absolute;
    right: 25px;
    top: 34px;
  }
  #loginbox_wrapper {
    box-shadow: 0 0 10px -5px #333;
    width: 340px;
  }
}
@media only screen and (min-width: 992px) {
  #loginbox {
    right: 180px;
    top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  #loginbox {
    right: 195px;
    top: 50px;
  }
}

/**********************************************
MOBILE MENU ELEMENTS
**********************************************/
.trigger_wrapper {
  clear: both;
  float: none;
  margin: 0 auto;
  width: 300px;
}
.trigger_output {
  box-shadow: 0 1px 10px -10px #000;
  clear: both;
  float: left;
  width: 100%;
}
#realnav {
  background-color: #2a6ba3;
  float: left;
  width: 100%;
}
.xs-divider {
  border-left: #2b72af 1px solid;
  border-right: #245b8b 1px solid;
  cursor: pointer;
  float: left;
  padding: 15px;
  text-align: center;
}
.xs-divider:first-child {
  border-left: 0;
}
.xs-divider:last-child {
  border-right: 0;
}
.menu,
.search,
.links,
.loggeddetails,
.categs,
.cart,
.call,
.sharethis,
.email {
  color: #fff;
  width: 25%;
}
.call:hover,
.call:focus,
.email:hover,
.email:focus {
  color: #fff;
}
.wa-navbox {
  border-top: 1px solid #245b8b;
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}
.wa-searchbox,
.wa-links,
.wa-loginbox,
.wa-categbox,
.wa-cartbox,
.wa-sharethis {
  border-top: 1px solid #245b8b;
  display: none;
  float: left;
  padding: 20px 15px;
  width: 100%;
}
.wa-cartbox .alert {
  margin-bottom: 0;
}
.wa-links a{
  color: #fff !important;
}
.wa-links .box-shadow-section.p-3{
  padding: 0 !important;
}
.wa-links .sidebar-wrapper ul li {
  list-style-image: url(/images/list-style-mobile.jpg);
}
.wa-cartbox span.shop_cp_items {
  color: #111;
  float: none;
  text-align: center;
}
.wa-cartbox a.shop_cp_link,
.wa-cartbox a.shop_cp_link:hover,
.wa-cartbox a.shop_cp_link:focus {
  color: #333;
}
.wa-loginbox .manage_options {
  float: none;
  margin: 10px auto 0;
  max-width: 320px;
}
.wa-categbox-wrapper {
  float: none;
  margin: 0 auto;
  max-width: 320px;
}
@media only screen and (min-width: 480px) {
  .xs-divider .fa {
    font-size: 20px;
  }
  .trigger_wrapper {
    width: 360px;
  }
}

/**********************************************
BANNER ELEMENTS
**********************************************/
#banner {
  clear: both;
  float: left;
  position: relative;
  width: 100%;
  z-index: 0;
}
#bannershow {
  width: 100%;
}
.carousel-control:hover,
.carousel-control:focus {
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity= "90");
}
.carousel-control.left {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.03) 0px,
    rgba(0, 0, 0, 0) 100%
  );
}
.carousel-control.right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0px,
    rgba(0, 0, 0, 0.03) 100%
  );
}
.gallerylayer img {
  width: 100% !important;
  margin: 0 !important;
}
.galleria-thumbnails .galleria-image {
  border: 0 !important;
}
.galleria-layer {
  width: 100% !important;
}
.galleria-image img {
  padding: 0 !important;
}
.carousel-caption {
  background: rgba(193, 215, 45, 0.8);
  background-repeat: repeat;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  text-transform: capitalize;
}
.carousel-indicators {
  bottom: 10px;
}
@media only screen and (max-width: 1280px) {
  .carousel-inner > .item > img {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .carousel-indicators {
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-caption {
    bottom: 10px;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .carousel-indicators {
    bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .carousel-caption {
    bottom: 20px;
  }
  .carousel-indicators {
    bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  #banner {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 1580px;
    width: auto;
  }
  .carousel-caption {
    bottom: 65px;
  }
  .carousel-indicators {
    bottom: 110px;
  }
}
@media only screen and (min-width: 1600px) {
  .carousel-caption {
    bottom: 65px;
  }
}

#main,
#main_sub {
  clear: both;
  float: left;
  margin-top: 0;
  min-height: 400px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}
#main a:hover,
#main a:focus,
#main_sub a:hover,
#main_sub a:focus {
  text-decoration: underline;
}
.side {
  color: white;
  position: relative;
  float: left;
  background: #356f97;
  width: 100%;
  padding: 0 !important;
}

/**********************************************
SOCIAL MEDIA ELEMENTS
**********************************************/
#social-media {
  clear: both;
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
#social-media ul {
  padding: 20px 0 0;
  float: left;
  width: 100%;
}
#social-media ul > li {
  display: inline;
}
#social-media ul > li img {
  max-width: 100%;
}
.social {
  float: left;
  width: 100%;
}
.fb_iframe_widget {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#twitter-widget-0 {
  float: left;
  margin-bottom: 5px;
  width: 85px !important;
}

/*Social Posting*/
ul#social_posting li {
  background: none;
  padding-left: 0;
  list-style: none;
  float: left;
  margin: 0 0 5px 15px;
}
ul#social_posting li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  #social-media {
    text-align: left;
    font-size: 1.5em;
    color: #fff;
  }
}

/**********************************************
NEWS RELATED ELEMENTS
**********************************************/
#newsletterbox {
  clear: both;
  margin: 30px auto 0;
  max-width: 320px;
  width: 100%;
}
#newsletterbox p {
  margin: 0 0 5px;
}
#newsletterbox input {
  margin: 0 0 10px;
}
#news-related-wrapper {
  background: #c1d72d;
  clear: both;
  float: left;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}
#news-related-wrapper .form-group {
  margin-bottom: 20px;
}
#newsbox {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  position: relative;
  width: 100%;
}
#newsbox #news_items {
  clear: both;
}
#news_items a {
  text-decoration: none;
}
#news_items .news_item {
  clear: both;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#news_items strong {
  display: block;
}
#news_items .news_date,
#news_items .news_date a {
  font-weight: normal;
  font-size: 10px;
}
#news_items .news_title,
#news_items .news_title a {
  font-size: 14px;
}
#news_items .news_text {
  margin-bottom: 10px;
}
#newsbox a.more_news {
  display: block;
  margin-bottom: 20px;
  text-decoration: underline;
}
#new_news {
  background: url(/sys_images/new.png) no-repeat;
  float: right;
  position: relative;
  top: -15px;
  right: 10px;
  width: 24px;
  height: 24px;
}
.heading {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.newsarchive_wrapper {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.newsitem_title {
  font-weight: 700;
}
.news_image_wrapper,
.all_news_image_wrapper {
  clear: both;
  float: left;
  padding-right: 10px;
  width: 25%;
}
.news_image_wrapper img {
  border: 2px solid #fff;
  display: inline-block;
}
.news_item_wrapper,
.all_news_wrapper {
  float: left;
  padding-left: 10px;
  width: 75%;
}
.newsletter_form {
  float: left;
  clear: both;
  width: 100%;
}

/**********************************************
CONTACT FOOTER ELEMENTS
**********************************************/
#contact_us {
  clear: both;
  margin: 30px auto 0;
  max-width: 320px;
}
@media only screen and (max-width: 479px) {
  #rss_panel .btn {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 480px) {
  .news_item_wrapper,
  .all_news_wrapper {
    padding-left: 0;
  }
  .all_news_wrapper {
    width: 90%;
  }
  .all_news_image_wrapper {
    width: 10%;
  }
}
@media only screen and (min-width: 768px) {
  #contact_us,
  #newsletterbox {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1200px) {
}

/**********************************************
CONTENT AREA ELEMENTS
**********************************************/
#contentarea {
  min-height: 300px;
  width: 100%;
  line-height: 1.6em;
  letter-spacing: 0.03em;
}
#contentarea img {
  height: auto !important;
  max-width: 100%;
}
#contentarea p {
  padding: 0;
  text-align: justify;
}
#contentarea img {
  height: auto !important;
  max-width: 100%;
}

.main_content {
  padding-top: 20px;
}
.inner_content {
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #hp_container,
  #c_container {
    overflow: hidden;
    padding: 15px;
  }
  .inner_content {
    padding-right: 0;
    padding-left: 0;
  }
  .content-wrapper {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  #c_container {
    min-height: 600px;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}

/**********************************************
FOOTER ELEMENTS
**********************************************/
#webarenalink {
  width: 96px;
  height: 19px;
  border: none;
  position: relative;
  display: inline;
}
.footer-wrapper {
  background-color: #f0f0f0;
  clear: both;
  float: left;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.footer-wrapper p {
  float: left;
  margin-left: 10px;
  margin-top: 2px;
}

.footer-wrapper a {
  text-decoration: none;
}
.footer-wrapper a:hover {
  text-decoration: underline;
}
.footer {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}
.copyright {
  clear: both;
  position: relative;
  display: inline;
}
.webarena_logo {
  text-align: center;
}
.pre-footer-wrapper a {
  color: #5a5a5a;
}
.pre-footer-wrapper a:hover,
.pre-footer-wrapper a:focus,
.pre-footer-wrapper .fa {
  color: #f89a22;
}
.pre-footer-wrapper .fa {
  padding-right: 5px;
}
.pre-footer-wrapper ul {
  color: #5a5a5a;
}
.pre-footer-wrapper ul {
  padding-left: 0;
}
.pre-footer-wrapper ul li {
  line-height: 1.8;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .copyright {
    padding: 0;
  }
}

/**********************************************
MENU ELEMENTS
**********************************************/
#wacms-nav .caret {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid;
  color: #333;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 0;
  margin: 8px 0 0;
  vertical-align: middle;
  width: 0;
}
.fixednav {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.navbar-default {
  background-color: transparent;
  border: 0;
}
.navbar {
  margin-bottom: 0;
}
.navbar-collapse {
  max-height: inherit;
}
.navbar-nav {
  margin: 0 -15px;
}
.dropdown-menu {
  background-color: #2a6ba3;
  border: 0;
  border-radius: 0;
  min-width: 220px;
  padding: 0;
}
.dropdown-menu > li > a {
  padding: 10px 20px;
}
.dropdown-submenu > .dropdown-menu {
  margin-top: -2px;
}
.dropdown-menu-third {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 160px;
  background-color: #fff;
  padding: 0;
  border-radius: 0 4px 4px 0;
  list-style: none;
}
.dropdown-menu-third li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu-third li a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.nav > li {
  border-bottom: #245b8b 1px solid;
  border-top: #2b72af 1px solid;
}
.nav > li:first-child {
  border-top: 0;
}
.nav > li > a,
.dropdown-menu > li > a,
.navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
}

.navbar-default .navbar-nav > .active > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav > li > a.parent-active {
  background-color: #245b8b;
  color: #ccc;
}
.caret_wrapper {
  border-left: #245b8b 1px solid;
  cursor: pointer;
  padding: 8px 25px 8px 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.caret_wrapper:before,
.caret_wrapper_child:before {
  background: #2b72af;
  content: " ";
  height: 40px;
  left: -2px;
  position: absolute;
  top: 0;
  width: 1px;
}
.caret_wrapper_child,
.caret_wrapper_child_fourth,
.caret_wrapper_child_tab,
.caret_wrapper_child_tab_fourth {
  border-left: #245b8b 1px solid;
  cursor: pointer;
  padding: 10px 25px 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.caret_wrapper_child_tab,
.caret_wrapper_child_tab_fourth {
  border-left: 0;
  padding: 10px;
}
.caret_wrapper .fa,
.caret_wrapper_child .fa {
  color: #fff;
  font-size: 22px;
}
.footer-details {
  border-top: #aaa 1px solid;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .caret_wrapper_child_tab,
  .caret_wrapper_child_tab_fourth {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .navbar {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .fixednav {
    display: none !important;
  }
  .navbar {
    background-color: #2a6ba3;
    border-radius: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .nav > li {
    border-bottom: 0;
    border-top: 0;
    border-left: #fff 2px solid;
  }
  .nav > li:first-child{
    border-left: 0;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-expand .navbar-nav .nav-link {
    background-color: #2a6ba3;
    color: #fff;
    font-size: 15px;
    padding: 0.5rem 0.2rem;
  }
  .dropdown-menu {
    font-size: 12px;
  }
  .navbar-nav {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
  }
  .dropdown-menu[data-bs-popper] {
    margin-top: 0;
  }

  .caret_wrapper,
  .caret_wrapper_child {
    border-left: 0;
    padding-left: 2px;
    padding-right: 2px;
    right: -10px;
  }
  .caret_wrapper_child {
    padding-right: 10px;
  }
  .caret_wrapper .fa,
  .caret_wrapper_child .fa {
    font-size: 15px;
  }
  .caret_wrapper:before,
  .caret_wrapper_child:before {
    background: 0;
    content: " ";
  }
}
@media only screen and (min-width: 992px) {
  .navbar {
    padding-top: 0;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-expand .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0.5rem 0.8rem;
  }
  .caret_wrapper,
  .caret_wrapper_child {
    border-left: 0;
    padding-left: 2px;
    padding-right: 2px;
    right: -8px;
  }
  .nav {
    float: right;
    padding-bottom: 0;
    padding-top: 0;
  }
  .dropdown-menu {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-expand .navbar-nav .nav-link {
    padding: 1rem 1.4rem;
  }
}

@media only screen and (min-width: 1440px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-expand .navbar-nav .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* .navbar-default .navbar-nav > li > a.with-dropdown {
    padding-right: 30px;
  } */
}
@media only screen and (min-width: 1600px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-expand .navbar-nav .nav-link {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

/*********************************************
Success and Error Messages
**********************************************/
.error_name,
.error_phone,
.error_email,
.error_enquiry,
.error_security_code,
.error_f_name,
.error_l_name,
.error_s_email,
.error_your_email,
.error_prod_email,
.error_subject,
.validating_client_email,
.validating_client_phone {
  border: 1px solid transparent;
  border-radius: 0;
  display: none;
  font-size: 10px;
  padding: 1px 4px;
  position: absolute;
  top: 100%;
}
.error_security_code {
  clear: both;
  margin: 5px 0 0;
}
.success_enquiry .alert,
.success_enquiry,
.success_s_enquiry {
  display: none;
}
.server_error_enquiry .alert,
.server_error_enquiry,
.server_s_error_enquiry {
  display: none;
}

/**********************************************
WACMS
**********************************************/

.dynamic-tab-pane-control.tab-pane {
  margin-top: 10px;
}

/**********************************************
PAGE IMAGE
**********************************************/
#page_image {
  margin-top: 15px;
}
#page_image img {
  border: none;
  max-width: 100%;
  height: auto;
}

/**********************************************
GALLERY ELEMENTS
**********************************************/
.galleria-container {
  float: left;
}
.galleria-thumbnails {
  margin: 0 auto;
}
.gallery_pager {
  background: #eee none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 0 3px #8c8c8c;
  float: left;
  right: 15px;
  padding: 10px;
  position: absolute;
  top: 88px;
  width: 250px;
  z-index: 10;
}
.gallery_pager .fa {
  color: #7d7d7d;
  cursor: pointer;
  font-weight: normal;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.gallery_pager a {
  color: #7d7d7d;
  float: left;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 3px;
  width: 100%;
}
.gallery_pager a:hover,
.gallery_pager a:focus {
  text-decoration: none;
}
.gallery_pager ul.parent_ul {
  margin: 0;
}
.gallery_pager ul ul {
  display: none;
  margin-left: 0;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .gallery_pager {
    position: absolute;
    right: 15px;
    top: 90px;
    z-index: 9999;
  }
}

/**********************************************
CONTACT US ELEMENTS
**********************************************/
.textbox_captcha {
  display: inline;
  text-align: center;
  width: 75px;
}
.contact_fields_contents,
.contact_map {
  padding-left: 0;
  padding-right: 0;
}
#ctacode-contact {
  padding: 15px 0 !important;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*.fadeInEffect{
	opacity: 0;
	filter: alpha(opacity=100);
}*/
.delay-25ms {
  -webkit-animation--delay: 0.25s;
  animation-delay: 0.25s;
}
.delay-50ms {
  -webkit-animation--delay: 0.5s;
  animation-delay: 0.5s;
}
form .help-block {
  background-color: #f2dede;
  border-color: #ebccd1;
  border-radius: 0;
  color: #a94442;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  left: 0;
  line-height: 1.2;
  margin-top: 0;
  padding: 1px 5px !important;
  position: absolute;
  top: 100%;
  white-space: initial;
  z-index: 2;
}
@media only screen and (min-width: 321px) {
  .contact_fields {
    padding: 0 0 10px !important;
  }
  .contact_fields_contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .contact_map {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/**********************************************
SCROLL ELEMENTS
**********************************************/
.scrollToTop {
  background-color: #2a6ba3;
  bottom: 30px;
  color: #444;
  display: none;
  padding: 10px 15px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  right: 20px;
  z-index: 10;
}
.scrollToTop .fa {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.scrollToTop:hover {
  text-decoration: none;
}

/*********************************************
PANEL ELEMENTS
**********************************************/
.our-products-wrapper {
  display: block;
  text-align: center;
}
.our-products-wrapper .col-xs-12 {
  padding-bottom: 5px;
  padding-top: 5px;
}
.our-products-wrapper img {
  border: #000 1px solid;
}
.links-wrapper ul {
  margin-bottom: 0;
}
/* .sidebar-wrapper h3{
  background-color: #2a6ba3;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
}
.sidebar-wrapper h4{
  background-color: #f0f0f0;
  color: #2a6ba3;
  padding: 5px 10px;
}
.sidebar-wrapper h4 a{
  color: #2a6ba3 !important;
  text-decoration: none;
} */
.sidebar-wrapper ul li {
  line-height: 1.8rem;
  list-style-image: url(/images/list-style.jpg);
  padding-left: 0;
  position: relative;
}
/* .sidebar-wrapper ul li::before {
  color: #f89a22;
  content: "\f0c1";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
} */
.sidebar-wrapper ul li a {
  text-decoration: none;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .our-products-wrapper .col-xs-12 {
    width: 33.333%;
  }
}
@media only screen and (max-width: 480px) {
  .our-products-wrapper .col-xs-12 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .sidebar-wrapper h2 {
    margin-top: 0;
  }
  .our-products-wrapper .col-xs-12 {
    width: 25%;
  }

  .sidebar {
    padding: 15px;
  }
  .box-shadow-section {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
  }
  .links-wrapper .col-xs-12 {
    width: 33.333%;
  }
}
