.accent {
  color: #cc2a2a;
}
.panel-primary .panel-title a:hover {
  text-decoration: underline;
}
.panel-title a:focus {
  color: #FFF;
}
.home-carousel {
  position: relative;
  background: url('../img/jefa-autopilot-carousel-bg.jpg') center center repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-carousel2 {
  position: relative;
  background: url('../img/flooranchorbackground.jpg') center center repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-carousel2 .owl-carousel {
  padding-top: 60px;
  padding-bottom: 20px;
}
.home-carousel2 .owl-theme .owl-controls .owl-page span {
  background: #666;
}
.home-carousel2 .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.home-carousel2 .owl-theme .owl-controls .owl-page:hover span {
  background: #fff;
}
/* TOP NAVIGATION */
#navbar {
  background-color: #19283f;
  border-bottom: 6px solid #cc2a2a;
  min-height: 65px;
}
.navbar ul.nav > li > a:hover {
  background-color: #cc2a2a;
  color: #FFF;
}
.navbar ul.nav > li > a {
  height: 65px;
}
.navbar .yamm-content ul li a:hover {
  color: #cc2a2a;
  text-decoration: none;
  padding-left: 2px;
}
.navbar ul.nav > li > a {
  color: #FFF;
  text-decoration: none;
}
.navbar ul.nav > li.active > a,
.navbar ul.nav > li.open > a {
  text-decoration: none !important;
  border-top: solid 5px #cc2a2a;
  background-color: #cc2a2a;
}
#navbar-2 {
  background-color: #f5f5f5;
  min-height: 65px;
}
.navbar-2 ul.nav > li > a {
  height: 65px;
  color: #333333;
  text-decoration: none;
}
.navbar-2 .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #cc2a2a;
}
.navbar-2 .container .navbar-header .navbar-buttons .navbar-toggle {
    color: #333333;
}
.navbar-2 .container .navbar-header .navbar-buttons {
  margin-right: -10px;
}
.navbar-2 .container .navbar-header .navbar-buttons .navbar-toggle:hover, 
.navbar-2 .container .navbar-header .navbar-buttons .navbar-toggle:focus,
.navbar-2 .container .navbar-header .navbar-buttons .navbar-toggle:active {
    color: #FFF;
}
@media(max-width:767px){
.navbar-2 .navbar-nav .open .dropdown-menu > li > a {
  color: #333333;
}
}
/* HOME-CAROUSEL */
.home-carousel .dark-mask {
  background: #19283f;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.bar.background-pentagon {
  background: url('../img/texture-background.jpg') center center repeat;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
}
.bar.background-sailing {
  background: url('../img/About-section.jpg') center center repeat;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
}
/* BLOG SECTION */
.content h4 a {
  color: #cc2a2a;
}
/* FOOTER */
#footer {
  background: #19283f;
  padding: 50px 0;
  color: #FFF;
  border-top: 4px solid #cc2a2a;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #FFF;
}
#footer ul a {
  color: #FFF;
}
#footer ul a:hover {
  color: #cc2a2a;
  text-decoration: none;
}
#footer .social a {
  color: #FFF;
  font-size: 25px;
  margin: 0 10px 0 0;
}
#footer .social a:hover {
  color: #ee2526;
}
#copyright {
  background: #19283f;
  color: #FFF;
  padding: 5px 0;
  height: 24px;
  font-size: 10px;
  line-height: 12px;
}
#copyright p {
  margin: 0;
}
.navbar-affixed-top-mp {
  top: -32px;
}
.navbar-affixed-top-mp.affix-top {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navbar-affixed-top-mp.affix {
  position: fixed;
  width: 100%;
  top: 68px;
  z-index: 800;
  -webkit-box-shadow: 0 0 5px #cccccc;
  box-shadow: 0 0 5px #cccccc;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
body.boxed .navbar-affixed-top-mp.affix {
  position: static;
}
.back-to-top {
  background: none;
  margin: 0;
  padding: 15px;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 100;
  display: none;
  text-decoration: none;
  color: #ffffff;
  background-color: #cc2a2a;
}
.back-to-top:hover {
  color: #cc2a2a;
  background-color: #FFF;
  border: 1px solid #cc2a2a;
  text-decoration: none;
}
.box-shadow--2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.box-shadow--3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.box-shadow--4dp {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.box-shadow--6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}
.box-shadow--8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
.box-shadow--16dp {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}
@media (max-width: 991px) {
#copyright p {
  float: none !important;
  text-align: center;
  margin-bottom: 10px;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.back-to-top {
  top: 310px;
}
.navbar-affixed-top-mp.affix {
  top: 67px;
}
}
@media (max-width: 767px) {
.navbar .yamm-content h5 {
  margin-top: 25px;
  color:#FFF;
  border-bottom: dotted 1px #FFF;
}
.navbar .yamm-content ul li a {
  color:#FFF;
}
.navbar .yamm-content ul li {
  border-bottom: none;
}
}
.home-carousel-max-prop {
  position: relative;
  background: url('../img/max-prop-slider-img.jpg') center center repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-carousel-max-prop .owl-carousel {
  padding-top: 60px;
  padding-bottom: 20px;
}
.home-carousel-max-prop .owl-theme .owl-controls .owl-page span {
  background: #666;
}
.home-carousel-max-prop .owl-theme .owl-controls .owl-page.active span {
  background: #FFF;
}
.home-carousel-max-prop .owl-theme .owl-controls .owl-page:hover span {
  background: #FFF;
}
.home-carousel-max-prop h1,
.home-carousel-max-prop h2,
.home-carousel-max-prop h3,
.home-carousel-max-prop p,
.home-carousel-max-prop ul {
  color: #FFF;
}
.home-carousel-max-prop h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 46px;
  letter-spacing: 0.08em;
}
.home-carousel-max-prop ul,
.home-carousel-max-prop p {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}
.home-carousel-max-prop h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 0.08em;
}
.home-carousel-ls {
  position: relative;
  background: url('../img/hydraulic-steering-slider-bg.jpg') center center repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-carousel-ls .owl-carousel {
  padding-top: 60px;
  padding-bottom: 20px;
}
.home-carousel-ls .owl-theme .owl-controls .owl-page span {
  background: #666;
}
.home-carousel-ls .owl-theme .owl-controls .owl-page.active span {
  background: #FFF;
}
.home-carousel-ls .owl-theme .owl-controls .owl-page:hover span {
  background: #FFF;
}
.home-carousel-ls h1,
.home-carousel-ls h2,
.home-carousel-ls h3,
.home-carousel-ls p,
.home-carousel-ls ul {
  color: #FFF;
}
.home-carousel-ls h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 46px;
  letter-spacing: 0.08em;
}
.home-carousel-ls ul,
.home-carousel-ls p {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}
.home-carousel-ls h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 0.08em;
}
.container-fluid {
  width: 100% !important;
}

/* DROPDOWN CSS*/

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
/* TOP NAVIGATION MEDIA QUERIES */

@media (max-width: 1000px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

/* PYI HOME PAGE CSS */

.grid-container {
  width: 100%;
}
/*-- our cleafix hack -- */ 
.grid-row:before, 
.grid-row:after {
  content:"";
  display: table ;
  clear:both;
}
[class*='grid-col-'] {
  float: left; 
  min-height: 1px; 
  width: 16.66%; 
  padding: 12px; /*-- our gutter -- */
  text-align: center;
}
.grid-col-1{ width: 16.66%; }
.grid-col-2{ width: 33.33%; }
.grid-col-3{ width: 50%;    }
.grid-col-4{ width: 66.66%; }
.grid-col-5{ width: 83.33%; }
.grid-col-6{ width: 100%;   }
[class*='grid-col-'] > p {
  padding: 0;
  margin: 0;
}
.gray {
  background-color: #eeeeee;
}
.text-align-center {
  text-align: center;
}

/*PYI HOMEPAGE */
.main-content {
  width: 960px;
  min-height: 700px;
  margin: 0 auto;
  background: #FFF;
}
.section {
  margin: 0 auto;
  padding: 35px 5px;
  width: 960;
  overflow: hidden;
}
.section-gray {
  margin: 0 auto;
  padding: 35px 5px;
  width: 100%;
  overflow: hidden;
  background-color: #eeeeee;
}
.category {
  margin: 10px;
  padding: 5px;
  width: 138px;
  height: 155px;
  float: left;
}
.category img {
  width: 120px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.category p {
  margin-top: -5px;
  font-size: 0.85em;
}
.category h4 {
  font-size: 0.95em;
}
.category-text {
  text-align: center;
}
.homepage-carousel {
  position: relative;
  width: 960px;
  height:250px;
  background: url('../img/homepagesliderbackground.jpg') center center repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.homepage-carousel .dark-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 250px;
  background: #cc2a2a;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.homepage-carousel .owl-carousel {
  padding-top: 10px;
  padding-bottom: 10px;
}
.homepage-carousel .owl-theme .owl-controls .owl-page span {
  background: #666;
}
.homepage-carousel .owl-theme .owl-controls .owl-page.active span {
  background: #19283f;
}
.homepage-carousel .owl-theme .owl-controls .owl-page:hover span {
  background: #19283f;
}
.homepage-carousel h1,
.homepage-carousel h2,
.homepage-carousel h3,
.homepage-carousel p,
.homepage-carousel ul {
  color: #FFF;
  text-align: right;
}
.homepage-carousel h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 46px;
  letter-spacing: 0.08em;
}
.homepage-carousel ul,
.homepage-carousel p {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}
.homepage-carousel h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 0.08em;
}
.box-image-text {
  width: 440px;
  margin: 10px;
  float: left;
  overflow: hidden;
}
.section-wheel-bg {
  width: 960px;
  height: 505px;
  padding: 35px 5px;
  background: url('../img/section-wheel-bg.jpg') center center repeat;
}
.blocks {
  width: 380px;
  height: auto;
  padding: 25px;
  margin: 0 25px;
  float: left;
  background: #eeeeee;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.margin-top {
  margin-top: 10px;
}
.bar.background-imoca {
  background: url('../img/imoca60-background.jpg') center center repeat;
  height: 2000px;
}
.bar.background-blue-gradient {
  background: url('../img/blue-gradient-background.jpg') center center repeat;
}
iframe {
	width: 100%;
	height: 900px;
	margin: 5px 0px 25px 0px;
	border: 1px #898989 solid;
}
@media (max-width: 1200px) {
iframe {
	width: 100%;
	height: 900px;
	margin: 5px 0px 25px 0px;
}
}
hr {
  margin-top: 1px;
  margin-bottom: 1px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.fa-facebook {
  color: #FFF;
}
.fa-youtube {
  color: #FFF;
}
.fa-twitter {
  color: #FFF;
}
.fa-envelope {
  color: #FFF;
}
.background-red {
  background-color: #cc2a2a;
  color: #FFF;
}