/**
 * Fonts
 */
@font-face {
  font-family: 'NovecentoWideBook';
  src: url('../fonts/novecentowide-book-webfont.eot');
  src: url('../fonts/novecentowide-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/novecentowide-book-webfont.woff') format('woff'), url('../fonts/novecentowide-book-webfont.ttf') format('truetype'), url('../fonts/novecentowide-book-webfont.svg#NovecentoWideBook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NovecentoWideBook';
  src: url('../fonts/novecentowide-bold-webfont.eot');
  src: url('../fonts/novecentowide-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/novecentowide-bold-webfont.woff') format('woff'), url('../fonts/novecentowide-bold-webfont.ttf') format('truetype'), url('../fonts/novecentowide-bold-webfont.svg#NovecentoWideBook') format('svg');
  font-weight: bold;
  font-style: normal;
}
/**
 * LESS Stuff
 */
/**
 * Remove Bootstrap border radius
 */
* {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* Bootstrap Merkent v2.1 */
html,
body {
  height: 100%;
}
body {
  padding-top: 60px;
}
a {
  cursor: pointer;
}
ul {
  list-style: square;
}
.input-append input.input-tiny {
  width: 30px;
}
h1.logo a {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  color: #999;
  text-decoration: none;
}
.carousel.carousel-fade .item {
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}
.carousel.carousel-fade .carousel-control {
  z-index: 3;
}
.dropdown-menu > .row .row a {
  display: block;
  padding: 4px 20px;
  line-height: 20px;
}
.dropdown-menu > .row .row a:hover,
.dropdown-menu > .row .row a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.loading {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-right: 4px;
  background: url("../img/loading.gif") no-repeat center center;
}
.thumbnail {
  background-color: #fff;
}
.thumbnails > li.thumbnail-grid {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.thumbnails > li div:not([class*="carousel"]):not(.item) {
  margin-top: 6px;
}
.thumbnails > li:not(.span1) .name > a {
  text-decoration: underline;
}
.thumbnails > li:not(.span1) .name > a:hover {
  text-decoration: none;
}
.thumbnails > li.span1 .caption {
  font-size: 11px;
  line-height: 14px;
}
.text-center > a > .thumbnail {
  margin-left: auto;
  margin-right: auto;
}
/*
th.text-right,td.text-right{text-align:right}
th.text-center,td.text-center{text-align:center}
.thumbnail{background-color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.thumbnail img{margin-left:auto;margin-right:auto}
*/
[class^="stars-"],
[class*=" stars-"] {
  display: inline-block;
  width: 85px;
  height: 15px;
  line-height: 15px;
  vertical-align: text-top;
  background-image: url("../img/stars.png");
  background-position: -85px 0;
  background-repeat: no-repeat;
}
.stars-1 {
  background-position: -68px 0;
}
.stars-2 {
  background-position: -51px 0;
}
.stars-3 {
  background-position: -34px 0;
}
.stars-4 {
  background-position: -17px 0;
}
.stars-5 {
  background-position: 0 0;
}
.modal-gallery {
  width: auto;
  max-height: none;
  margin-top: 0 !important;
}
.modal-gallery .modal-body {
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.modal-gallery .modal-title {
  display: inline-block;
  max-height: 54px;
  overflow: hidden;
}
.modal-gallery .modal-image {
  position: relative;
  margin: auto;
  min-width: 128px;
  min-height: 128px;
  overflow: hidden;
  cursor: pointer;
}
.modal-loading .modal-image {
  background: url("../img/loading.gif") center no-repeat;
}
.modal-gallery.fade .modal-image {
  -webkit-transition: width 0.15s ease,height 0.15s ease;
  -moz-transition: width 0.15s ease,height 0.15s ease;
  -ms-transition: width 0.15s ease,height 0.15s ease;
  -o-transition: width 0.15s ease,height 0.15s ease;
  transition: width 0.15s ease, height 0.15s ease;
}
.modal-gallery .modal-image * {
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-gallery.fade .modal-image * {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.modal-gallery .modal-image *.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-footer .btn-toolbar {
  margin-top: 0;
  margin-bottom: 0;
}
body.modal-open {
  overflow: hidden;
}
#modal-body meta + h1 {
  display: none;
}
#cart .thumbnail {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
#cart .cart-detail {
  display: inline-block;
  vertical-align: top;
}
#cart > .cart-block {
  padding: 3px 20px;
}
#cart a:hover .help {
  color: #ffffff;
}
.description {
  max-width: 420px;
}
.required {
  color: #f00;
  font-weight: bold;
}
.button {
  display: inline-block;
  padding: 4px 11px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border: 1px solid #0044cc;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button:hover {
  text-decoration: none;
  background-color: #0044cc;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:active {
  background-color: #0044cc;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.htabs {
  height: 32px;
  line-height: 16px;
  border-bottom: 1px solid #dddddd;
}
.htabs a {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #f2f2f2;
  padding: 8px 15px 7px;
  float: left;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000;
  margin-right: 2px;
  display: none;
}
.htabs a.selected {
  padding-bottom: 8px;
  background: #ffffff;
}
.box {
  margin-bottom: 20px;
}
.box .box-heading,
.sidebar-header {
  font-weight: bold;
  font-size: 15px;
  padding: 10px 12px 8px;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background-image: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background-image: linear-gradient(to bottom, #f8f8f8, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #e5e5e5;
}
.box .box-content {
  background: #fff;
  border-left: 1px solid #DBDEE1;
  border-right: 1px solid #DBDEE1;
  border-bottom: 1px solid #DBDEE1;
  padding: 10px;
}
.box-product {
  width: 100%;
  overflow: auto;
}
.box-product > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
}
.box-product .image {
  display: block;
  margin-bottom: 0;
}
.box-product .image img {
  padding: 4px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.box-product .name a {
  display: block;
  margin-bottom: 4px;
}
.box-product .price {
  display: block;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
}
.box-product .price-old {
  color: #f00;
  text-decoration: line-through;
}
.box-product .price-new {
  font-weight: bold;
}
.box-product .rating {
  display: block;
  margin-bottom: 4px;
}
.box-category > ul > li ul {
  display: none;
}
.box-category > ul > li a.active + ul {
  display: block;
}
.box-category a.active {
  color: #333;
  font-weight: bold;
}
.sidebar-header {
  border-bottom: 0;
}
.nav-sidenav {
  padding: 0;
  margin-bottom: 20px;
  background-color: #fff;
}
.nav-sidenav > li > a {
  border: 1px solid #e5e5e5;
  display: block;
  margin: 0 0 -1px;
  padding: 8px 14px;
}
.nav-sidenav > .active > a {
  border: 0 none;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  padding: 9px 15px;
  position: relative;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.nav-sidenav > .nav-subcategory > a {
  padding-left: 40px;
}
.nav-sidenav .icon-chevron-right {
  margin-top: 2px;
  float: right;
  margin-right: -6px;
  opacity: 0.25;
}
.nav-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.nav-sidenav a:hover .icon-chevron-right {
  opacity: 0.5;
}
.nav-sidenav .active .icon-chevron-right,
.nav-sidenav .active a:hover .icon-chevron-right {
  background-image: url("../img/glyphicons-halflings-white.png");
  opacity: 1;
}
.wishlist {
  font-size: 11px;
  margin: 10px 0 0 15px;
  color: #555555;
}
.wishlist li {
  line-height: 18px;
}
#checkout-container .checkout-heading {
  display: block;
  padding: 10px 15px 9px;
  line-height: 20px;
  font-weight: bold;
  background-color: #f9f9f9;
}
#checkout-container .accordion-inner {
  padding: 14px 20px 5px;
}
#notification {
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 10px;
}
@media (min-width: 980px) {
  .dropdown-menu > .row li > a {
    white-space: inherit;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .nav-tabs .dropdown-menu,
  .nav-pills .dropdown-menu,
  .navbar .dropdown-menu {
    margin-top: 0;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  #notification {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .modal-gallery {
    margin-left: 0 !important;
  }
  .modal-fullscreen {
    left: 0 !important;
    right: 0 !important;
  }
}
@media (max-width: 480px) {
  .media .pull-left {
    margin-right: 0;
  }
  .media .pull-right {
    display: none;
  }
}
/* Override Bootstrap for Google Maps */
.geomap img {
  max-width: none;
}
.geomap-btn {
  background-color: #49ad99 !important;
  font-family: "NovecentoWideBook", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
.geomap-search-input,
div.form .geomap-search-input {
  border-color: #49ad99 !important;
  margin-bottom: 0 !important;
}
legend {
  font-family: "NovecentoWideBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form .required,
.form-horizontal .required,
.form-vertical .required {
  color: #231f20;
}
.form span.required,
.form-horizontal span.required,
.form-vertical span.required,
.form b.required,
.form-horizontal b.required,
.form-vertical b.required {
  color: #dc373b;
}
.qty-field {
  text-align: center;
  width: 24px !important;
}
/**
 * Pagination
 */
.pagination .links {
  margin-bottom: 20px;
}
.pagination .links a,
.pagination .links b {
  background: #fafafa;
  border: 1px solid #ccc;
  font-weight: normal;
  padding: 8px;
}
.pagination .links a:hover {
  background: #fff;
  text-decoration: none;
}
#page .list-view .pager {
  margin-top: 20px;
}
#page ul.yiiPager {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: inline;
}
#page ul.yiiPager li {
  display: inline;
  line-height: 360%;
}
#page ul.yiiPager a:link,
#page ul.yiiPager a:visited {
  border: solid 1px #e82629;
  font-weight: normal;
  color: #e82629;
  padding: 8px 12px;
  text-decoration: none;
}
#page ul.yiiPager .page a {
  font-weight: normal;
}
#page ul.yiiPager a:hover,
#page ul.yiiPager .selected a {
  background: #e82629;
  color: #FFFFFF;
  font-weight: normal;
}
#page ul.yiiPager .hidden a {
  border: solid 1px #DEDEDE;
  color: #888888;
}
/**
 * Sticky Footer
 */
/*
#wrapper
{
  position: relative;
  min-height: 100%;
}
* html #wrapper
{
  height: 100%;
}
#wrapper-inner
{
  padding-bottom: 240px;
}
#footer
{
  height: 180px;
  padding: 20px 0;
  position: relative;
  margin-top: -220px;
}
@media (max-width:767px)
{
  #wrapper-inner
  {
    padding-bottom: 120px;
  }
  #page-content
  {
    margin: 0 20px;
  }
  .page-common-home #page-content
  {
    margin: 0 auto;
  }
  #footer
  {
    height: 100px;
    margin-top: -100px;
    padding: 0;
  }
}
*/
/**
 * Bootstrap Overrides
 */
h1,
h2,
h3,
h4,
h5,
h6,
.media-heading,
.box-heading,
.nav-sidenav {
  font-family: "NovecentoWideBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
h1 em,
h2 em,
h3 em,
h4 em {
  color: #49ad99;
  font-style: normal;
}
.btn {
  font-family: "NovecentoWideBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  font-family: "NovecentoWideBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
  }
  #wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
a {
  color: #dc373b;
}
a:hover,
a:focus {
  color: #cb262a;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background: #49ad99 !important;
  border: none !important;
  filter: none !important;
}
.btn {
  background: #d4d5d6;
  border: none;
  filter: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background: #b2b3b4;
}
.btn-primary {
  background: #49ad99;
  border: none;
  filter: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #278b77;
}
.btn-danger {
  background: #dc373b;
  border: none;
  filter: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background: #ba1519;
}
.btn-info {
  background: #f9d55d;
  border: none;
  color: #231f20;
  filter: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background: #d7b33b;
  color: #231f20;
}
.btn-inverse {
  background: #231f20;
  border: none;
  filter: none;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background: black;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background: #49ad99;
}
a.thumbnail:hover,
a.thumbnail:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #49ad99;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-tabs {
  font-family: "NovecentoWideBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav-pills > li > a {
  background: #fff;
  color: #231f20;
  font-family: "NovecentoWideBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  background: #49ad99;
  color: #fff;
}
.center-pills {
  text-align: center;
}
.center-pills li {
  display: inline-block;
  float: none;
}
.dropdown-menu {
  border: none;
  font-family: "NovecentoWideBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  min-width: 150px;
  padding: 0;
}
.dropdown-menu > li {
  background: #d4d5d6;
  text-align: center;
}
.dropdown-menu > li > a {
  padding: 10px;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background: #384543;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background: #49ad99;
  filter: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #384543;
  color: #d4d5d6;
  filter: none;
}
.alert {
  background: #f9d55d;
  border-color: #e8c44c;
  color: #231f20;
  text-shadow: none;
}
.alert a {
  color: #231f20;
  text-decoration: underline;
}
.alert-success {
  background: #49ad99;
  border-color: #389c88;
  color: #fff;
  text-shadow: none;
}
.alert-success a {
  color: #fff;
  text-decoration: underline;
}
.alert-error {
  background: #dc373b;
  border-color: #cb262a;
  color: #fff;
  text-shadow: none;
}
.alert-error a {
  color: #fff;
  text-decoration: underline;
}
/**
 * Carousels
 */
.scrollTo {
  background: url(../img/down-arrow.png) no-repeat;
  bottom: 6px;
  display: block;
  height: 64px;
  left: 6px;
  outline: none;
  position: absolute;
  text-indent: -99999px;
  width: 64px;
  z-index: 999;
}
@media (max-width: 768px) {
  .scrollTo {
    display: none;
  }
}
/**
 * Main Menu
 */
.navbar a {
  font-family: "NovecentoWideBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar .navbar-inner {
  background: #fff;
  filter: none;
}
.navbar .dropdown-menu {
  border: none;
  filter: none;
  padding: 0;
}
.navbar .dropdown-menu:before,
.navbar .dropdown-menu:after {
  display: none !important;
}
.navbar .dropdown-menu > li {
  background: #49ad99;
  text-align: left;
}
.navbar .dropdown-menu > li > a {
  color: #231f20;
  font-family: "NovecentoWideBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 10px 20px;
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a {
  background: #384543;
  color: #d4d5d6;
  filter: none;
}
.navbar .in.collapse .dropdown-menu > li {
  background: #fff;
}
.navbar .in.collapse .dropdown-menu > li > a:hover,
.navbar .in.collapse .dropdown-menu > li > a:focus,
.navbar .in.collapse .dropdown-submenu:hover > a,
.navbar .in.collapse .dropdown-submenu:focus > a,
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: #f2f2f2;
  color: #231f20;
}
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
  background: #384543;
  color: #d4d5d6;
}
/**
 * Sorting
 */
#orderList .ui-sortable-placeholder,
#eimage-sort .ui-sortable-placeholder,
#widget-sort .ui-sortable-placeholder {
  background: #fff;
  border: 6px dotted #bababa;
  opacity: .25;
  padding: 0;
  visibility: visible !important;
}
#orderList,
#eimage-sort,
#widget-sort {
  list-style: none;
  margin: 0;
  padding: 0;
}
#orderList li,
#eimage-sort li,
#widget-sort li {
  background: #fff;
  border: 1px solid #dedede;
  margin: 5px 0;
  overflow: hidden;
  padding: 5px 25px 5px 10px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#orderList li,
#widget-sort li {
  color: #000;
  text-shadow: none;
  filter: none;
}
#orderList li {
  cursor: pointer;
}
#orderList li:hover {
  background-color: #f4f4f4;
}
#eimage-sort li .close {
  color: #999;
  display: block;
  font: 20px/20px Verdana, sans-serif;
  font-weight: bold;
  height: 20px;
  position: absolute;
  right: 5px;
  text-align: center;
  text-decoration: none;
  top: 5px;
  width: 20px;
}
#eimage-sort li .close:hover {
  color: #333;
}
#eimage-sort .eimage-thumb {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  height: 90px;
  line-height: 90px;
  width: 90px;
}
#eimage-sort .eimage-thumb img {
  -moz-box-shadow: 0px 0px 6px #999;
  -webkit-box-shadow: 0px 0px 6px #999;
  box-shadow: inset 0px 0px 6px #999;
}
#eimage-sort .eimage-form {
  margin-left: 125px;
}
#eimage-sort .eimage-form label {
  color: #333;
  display: inline-block;
  text-align: right;
  width: 40px;
}
#eimage-sort .eimage-form input {
  margin-bottom: 9px;
  width: 66%;
}
/**
 * Footer
 */
#footer {
  background: #231f20;
  color: #d4d5d6;
  margin-top: 20px;
  padding: 20px 0;
}
#footer dt {
  float: left;
  font-family: "NovecentoWideBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  width: 80px;
}
#footer li {
  margin-bottom: 6px;
}
#footer hr {
  border-top-color: #231f20;
  border-bottom-color: #343031;
}
#footer a {
  color: #fff;
}
#footer a:hover,
#footer a:focus {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .span4 {
    margin-bottom: 40px;
  }
}
/**
 * Homepage
 */
.page-common-home #wrapper,
*[class^="page-bag"] #wrapper,
*[class^="page-disc"] #wrapper,
*[class^="page-team"] #wrapper,
*[class^="page-news"] #wrapper,
*[class^="page-category"] #wrapper,
*[class^="page-plastic"] #wrapper,
*[class^="page-snippet"] #wrapper {
  margin: 0;
  width: 100%;
}
#slideshow0 {
  margin-top: -20px;
}
#slideshow0 img {
  width: 100%;
}
#course-finder .control-label {
  width: 100px;
}
#course-finder .controls {
  margin-left: 110px;
}
@media (max-width: 480px) {
  #course-finder .control-label {
    width: auto;
  }
  #course-finder .controls {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .page-common-home #wrapper,
  *[class^="page-bag"] #wrapper,
  *[class^="page-disc"] #wrapper,
  *[class^="page-team"] #wrapper,
  *[class^="page-news"] #wrapper,
  *[class^="page-category"] #wrapper,
  *[class^="page-plastic"] #wrapper,
  *[class^="page-snippet"] #wrapper {
    padding: 0;
  }
  .page-common-home #wrapper .container,
  *[class^="page-bag"] #wrapper .container,
  *[class^="page-disc"] #wrapper .container,
  *[class^="page-team"] #wrapper .container,
  *[class^="page-news"] #wrapper .container,
  *[class^="page-category"] #wrapper .container,
  *[class^="page-plastic"] #wrapper .container,
  *[class^="page-snippet"] #wrapper .container {
    padding: 0 20px;
  }
}
/**
 * Admin Menu
 */
#admin-menu {
  background: #dc373b;
  color: #fff;
  margin-bottom: -20px;
  margin-top: 20px;
  padding: 20px 0;
}
#admin-menu ul {
  margin-bottom: 0;
  margin-left: -15px;
}
#admin-menu li {
  font-family: "NovecentoWideBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 150%;
  margin: 10px 0;
}
#admin-menu li a {
  background: none;
  color: #fff;
}
#admin-menu li a:hover,
#admin-menu li a:focus {
  color: #231f20;
  text-decoration: none;
}
/**
 * Content
 */
#cboxLoadedContent {
  background: white !important;
}
.disc-popup:focus,
.team-popup:focus {
  outline: none;
}
.disc-category .snippet,
.disc-plastic .snippet {
  font-size: 120%;
  line-height: 150%;
  margin-bottom: 40px;
}
#disc-filter {
  background: #d4d5d6;
  margin-bottom: 20px;
  margin-top: -20px;
  padding: 20px 0;
}
#disc-filter h2 {
  color: #49ad99;
}
#disc-filter .nav-pills {
  display: inline-block;
  margin-bottom: 0;
}
#disc-filter .nav-pills a {
  margin: 6px;
}
#available-plastics {
  background: #d4d5d6;
  margin-bottom: -20px;
  margin-top: 20px;
  padding: 20px 0;
}
#available-plastics ul {
  margin-left: -15px;
}
#available-plastics li {
  font-family: "NovecentoWideBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 150%;
  margin: 10px 0;
  padding: 0 15px;
}
#available-plastics li a {
  color: #384543;
}
#available-plastics li a:hover,
#available-plastics li a:focus {
  color: #49ad99;
  text-decoration: none;
}
.disc-teaser {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .disc-teaser .thumb {
    min-height: 228px;
  }
}
.disc-teaser h3,
.disc-teaser h4,
.disc-teaser h5,
.disc-teaser h6 {
  font-weight: bold;
  margin: 0;
}
#category-disc-list .category {
  display: none;
}
#disc-flight {
  margin: 40px 0 20px;
  position: relative;
  width: 260px;
}
#disc-flight .flight-path {
  display: inline-block;
  height: 140px;
  width: 75px;
}
#disc-flight .understable {
  background: url(../img/flight-understable.png) no-repeat;
}
#disc-flight .slightly_understable {
  background: url(../img/flight-understable.png) no-repeat;
}
#disc-flight .stable {
  background: url(../img/flight-stable.png) no-repeat;
}
#disc-flight .slightly_overstable {
  background: url(../img/flight-overstable.png) no-repeat;
}
#disc-flight .overstable {
  background: url(../img/flight-overstable.png) no-repeat;
}
.inbounds {
  background: url(../img/inbounds-logo-inv.png) no-repeat;
  display: inline-block;
  height: 36px;
  left: 100%;
  margin-left: -168px;
  margin-top: -36px;
  outline: none;
  position: absolute;
  text-indent: -99999px;
  top: 100%;
  width: 168px;
}
.news-widget {
  margin-bottom: 40px;
}
.news-widget-teaser .thumb,
.products-widget-teaser .thumb {
  margin-bottom: 20px;
}
.news-widget-teaser a {
  color: #231f20;
}
.news-widget-teaser a:hover,
.news-widget-teaser a:focus {
  color: #dc373b;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-widget-teaser,
  .products-widget-teaser {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .news-widget-teaser .thumb,
  .products-widget-teaser .thumb {
    min-height: 228px;
  }
}
#featured-products {
  background: #d4d5d6;
  margin-bottom: 20px;
  padding: 20px 0;
}
#featured-products h3,
#featured-products a {
  color: #384543;
}
#featured-products a:hover,
#featured-products a:focus {
  color: #49ad99;
  text-decoration: none;
}
/**
 * Team
 */
#team-list h3,
.news-teaser h3 {
  font-weight: bold;
  margin-top: 0;
}
.team-teaser,
.plastic-teaser {
  margin-bottom: 40px;
}
.news-teaser {
  margin-bottom: 80px;
}
.news-teaser hr {
  margin: 4px 0;
}
.news-teaser h4 {
  color: #49ad99;
}
.news-teaser hr {
  border-top-color: #49ad99;
  border-bottom-color: #fff;
}
/**
 * Carousel
 */
.carousel-control {
  height: 80px;
  margin-top: 0;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
}
/**
 * Social Icons
 */
@media (min-width: 481px) {
  #social-icons
  {
    margin-bottom: -40px; 
  }
}


/**
 * Superfish
 */
#column-left .sf-menu
{
}
#column-left .sf-menu li
{
  background: #fff;
}
#column-left .sf-menu a
{
  border-top: 1px solid #e5e5e5;
  color: #dc373b;
}
#column-left .sf-menu li:hover,
#column-left .sf-menu li.sfHover,
#column-left .sf-menu a:focus,
#column-left .sf-menu a:hover,
#column-left .sf-menu a:active
{
  background: #49ad99;
  color: #fff;
}
#column-left .sf-menu ul li
{
  border-left: 1px solid #e5e5e5;
}

/**
 * Videos
 */
.youtube-video img {
  cursor: pointer;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.videoWrapper iframe,  
.videoWrapper object,  
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .navbar .nav > li > a
  {
    padding: 11px 13px 11px;
  }
}