.container {
  max-width: 1600px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  margin-right: auto;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none !important;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    float: left;
    width: 95%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1500px;
    padding-left: 100px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1450px;
    padding-left: 150px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
    padding-left: 200px;
    padding-bottom: 2em;
  }
}

.container .wide, .container .nav-android {
  position: relative;
  left: -17px;
}

@media (min-width: 768px) {
  .container .wide, .container .nav-android {
    width: 100%;
    left: -105px;
    right: 0;
  }
}

@media (min-width: 992px) {
  .container .wide, .container .nav-android {
    left: -155px;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .container .wide, .container .nav-android {
    left: -205px;
    right: 0;
  }
}

.container .wide_chain {
  height: 145px;
  vertical-align: middle;
  line-height: 135px;
}

.container .wide_chain img {
  display: inline;
  max-width: 100%;
}

.container.tab-pane {
  display: none;
}

.container.tab-pane.active {
  display: block;
}

h3, h5,
.h3, .h5 {
  font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  color: inherit;
  font-weight: 500;
}

h3 {
  margin-top: 31px;
  margin-bottom: 15.5px;
  position: relative;
}

h5 {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}

h5 {
  margin-bottom: 10.5px;
}

h3 {
  margin-top: 46px;
  margin-bottom: 5.5px;
}

h5 {
  font-family: sans-serif, Arial;
  font-width: 500;
  margin-top: 40px;
}

h3, .h3 {
  font-size: 28px;
  line-height: 1.35714285;
}

h5, .h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

p {
  margin: 0 0 15.5px;
  text-align: left;
}

b, strong, u, i {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 15.5px;
  list-style-type: none;
  max-width: 100%;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

ul > li {
  line-height: 1.85;
  margin-bottom: 10px;
}

.adamant-tabs .nav {
  margin-bottom: 0;
  padding-left: 15px;
  list-style: none;
  font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
  padding: 2px 0 4px;
  margin-right: 31px;
}

.nav > li > a, .nav > li > .pseudo {
  position: relative;
  display: inline;
}

.nav > li > a:hover,
.nav > li > .pseudo:hover,
.nav > li > a:focus, .nav > li > .pseudo:focus {
  text-decoration: none;
}

.nav > li.disabled > a, .nav > li.disabled > .pseudo {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > .pseudo:hover,
.nav > li.disabled > a:focus, .nav > li.disabled > .pseudo:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
}

.nav > li > a > img, .nav > li > .pseudo > img {
  max-width: none;
}

.nav-android {
  margin-top: 50px;
  list-style: none;
  display: table;
}

.nav-android > li:before {
  display: none;
  content: '';
  float: none;
  margin: 0;
}

.nav-android .pctr_box {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  display: block;
}

.nav-android .pctr_box img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin-top: 0;
}

.nav-android .pctr_hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("machines/s1_fade.png");
}

.nav-android li {
  display: table-cell;
  text-align: center;
  width: 20%;
  margin: 0 !important;
  vertical-align: top;
}

.nav-android li a, .nav-android li .pseudo {
  border: none;
}

.nav-android li small {
  color: gray;
  position: relative;
  z-index: 5;
}

.nav-android li .pseudo {
  border-bottom: 1px dotted #b09442;
  position: relative;
  z-index: 5;
}

.nav-android li .pctr_box {
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: relative;
  z-index: 1;
}

.nav-android li .pctr_box .pctr_hover {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.nav-android li img {
  margin-top: 10px;
}

.nav-android li.active .pctr_box {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.nav-android li.active .pctr_box .pctr_hover {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.nav-android li.active a, .nav-android li.active .pseudo {
  border: none;
  color: black !important;
}

.nav-android li.active .pseudo {
  border-bottom-color: transparent;
}

.nav-android li:hover .pctr_hover {
  opacity: .5;
}

#nonna-tab .pctr_hover {
  background-image: url("machines/s1_fade.png");
}

#nonna-bismark-tab .pctr_hover {
  background-image: url("machines/s2_fade.png");
}

#garibaldi-tab .pctr_hover {
  background-image: url("machines/s3_fade.png");
}

#rope-tab .pctr_hover {
  background-image: url("machines/s4_fade.png");
}

#ancor-tab .pctr_hover {
  background-image: url("machines/s5_fade.png");
}

.tab-content > .tab-pane {
  margin-top: 31px;
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.adamant-tabs a, .pseudo {
  border-bottom: 1px solid;
  text-decoration: none !important;
  color: #b09442;
  border-color: #b09442;
  border-color: rgba(176, 148, 66, 0.3);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

a img, .pseudo img {
  display: inline-block;
}

.adamant-tabs a:hover,
.pseudo:hover,
.adamant-tabs a:focus, .pseudo:focus {
  color: #756e60 !important;
  border-color: #756e60 !important;
  border-color: rgba(117, 110, 96, 0.3) !important;
}

.adamant-tabs a:focus, .pseudo:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.pseudo {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.ng-scope{
	padding-bottom: 0.4em;
}