* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

nav {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

ul {
    list-style-type: none;
    padding-left: 0px;
}

section#main {
  margin-top: 10px;
  min-height: 900px;
}

.wb_widget_item ul {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

body#tinymce ul {
    list-style-position: inside;
    list-style-type: disc;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:hover {
    color: #fff;
    background: transparent;
    text-decoration: underline;
}

.navbar-brand > img {
    max-height: 30px;
    max-width: auto;
}

.wb_image {
    float: left;
    margin-right: 10px;
}

.wb_content {
    padding-top: 30px;
}

.bx-wrapper img {
  margin: 0 auto;
}

.ec_product_img.thumbnail {
    background: transparent;
    border: none;
}

.thumbnail > .caption {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .navbar-fixed-top {
    position: relative;
  }
  .wb_image {
    float: none;
    margin-right: 0px;
  }
  img, .wb_image img {
    height: auto;
    width: 100%;
  }
  #footer img {
    width: auto;
  }
  #footer_wrapper img {
    width: auto;
    max-width: 100%;
  }
  .layout-2 {
    margin: 0px;
  }
  .navbar-brand {
    display:none;
  }
  #right-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#ec_div_menu {
    text-align: center;
}

.mobile-social {
    margin: 10px 0px;
}

.mobile-social a {
    margin: 0px 5px;
}

.fa-facebook-square,
.fa-google-plus-square,
.fa-twitter-square,
.fa-yelp {
  margin: 0px 2px;
}

iframe {
  max-width: 100%;
}

.no_padding {
    padding-left: 0px;
    padding-right: 0px;
}
.c_width_content_break{
    word-wrap: break-word;
}

.carousel-position{
    margin: auto;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
}

.carousel-inner{
    background: rgba(0,0,0,0.1);
}