.content-block .col-lg-9.col-md-8.col-sm-8 .editContent {
    margin-top: 22px;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.mega-dropdown {
    position: static !important;
    width: auto;
}
.navbar-brand {
    padding: 15px 10px;
    height: auto;
}
.mega-dropdown-menu {
  padding: 15px 0px 5px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: square;
  margin-bottom: 0;
  margin-left: 19px;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 0;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #000;
  white-space: normal;
  font-size: 13px;
}
.dropdown-menu .divider{margin: 4px 0;}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #6583f1;
}
.mega-dropdown-menu .dropdown-header {
  color: #6583f1;
  font-size: 15px;
  padding-top: 0;
  margin: 0;
  font-weight: 600;
}
.dropdown-menu img.img-responsive {
    width: 100%;
}
.mega-dropdown-menu form {
  margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.main-nav {
	background: #fff;
}
#header-2 .main-nav .nav {
    margin-top: 16px;
}
#header-2{
    background: #fff;
}
.navbar-default {
    background:#fff;
    border: none;
    width: 100%;
}
.bg-darkgray { background-color: #080808 !important; }
.bg-orange { background-color: #FF9800 !important;padding: 10px 0; }
.bg-blue {
    background-color: #6583f1 !important;
    padding: 10px 0;
}
section.footer {
    background: #000;
    color: #999;
}
.copy-right {
    text-align: center;
    padding: 20px 0;
}
.bg-crete {
    background-color: #506fde !important;
}
.motor-bg {
    background-image: url(../images/motors.jpg);
    background-size: cover;
    background-position: top;
}
.motor-img {
	margin: 0 auto;
}
.footer-top a {
    color: #999;
}
.footer-top a.btn-info {
    color: #fff;
    background: #6583f1;
    box-shadow: 0 2px #5273ec;
}
.footer-top a.btn-info:hover {
    background: #5273ec;
}
.footer a {
	color: #6583f1;
}
.footer-top .lead {
	color: #999 !important;
}
.top-content .fa-quote-left {
    text-align: left;
    margin-right: 10px;
    font-size: 1em;
}
.top-content .fa-quote-right {
    text-align: right;
    text-indent: 10px;
    font-size: 1em;
}
.team-details {
    padding: 20px;
    background: #ff9800;
    color: #fff;
    border-top: 5px solid #6583f1;
}
.team-member .position {
    color: #e7e7e7;
}
.team-member {
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}
.team-member .team-thumb {
    position: relative;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    padding: 6px;
}
.team-member:hover .team-thumb img {
    transform: scale(1.1);
}
.team-member .team-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 1s ease;
    width: 100%;
    border: 1px solid #e7e7e7;
}
.ab-list {
    padding-left: 0;
    background: #6583f1;
    width: 100%;
    display: block;
    float: left;
    border: 1px solid #4e71ef;
}
.ab-list li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 0;
    padding: 12px;
    color: #fff;
}
.ab-list li:last-child {
    border: none;
}
.ab-list li:hover {
    background: #04050a;
}
ul.ab-right-list {
    padding-left: 2px;
}
.ab-right-list i.fa.fa-share {
    color: #6583f1;
    vertical-align: middle;
}
.contact-details a {
    color: #6583f1;
}
.contact-details a:hover,.contact-details a:focus {
    color: #000;
    text-decoration: none;
}
#contact .form-control {
    border-radius: 0;
    border: 1px solid #e7e7e7;
}
#map {
    height: 320px;
}
.pt-40 {
    padding-top: 40px;
}
label.error {
    font-weight: normal;
    font-size: 12px;
    color: #ff0000;
    margin-top: 6px;
}
.thank-info-details {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
i.fa.fa-check {
    font-size: 6em;
    color: #38ad23;
    border: 1px solid;
    padding: 20px;
    border-radius: 50%;
}
.thank-info-details h3 {
    font-size: 5em;
    font-weight: bold;
    color: #ff9800;
}
.thank-info-details p {
    font-size: 2em;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
   background: #6583f1;
   color: #fff;
}
.navbar-default .navbar-nav>li>a {
    padding: 15px 20px;
    color: #000;
}
.caret-link {
    left: 4px;
    top: 4px;
}
.menus {
    float: right;
    margin-top: 20px;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    background-color: #6583f1 !important;
    color: #fff !important;
}
.navbar-nav>li {
    float: left;
    margin-right: 5px;
}
.navbar-nav>li:last-child {
    margin:0;
}
.dropdown-menu {
    left: -644px;
    min-width: 1170px;
    width: 100%;
    max-width: 100%;
}
.dropdown-header {
  padding: 3px 0;
}
.products img{
  width: 100%;
}
.footer-top p.lead {
    font-size: 14px;
    line-height: 25px;
}
.other-products-list ul {
    float: left;
    width: 100%;
    padding: 0;
    padding-left: 15px;
}
.other-products-list ul li {
    float: left;
    list-style: square;
    color: #375be0;
    width: 100%;
}
.other-products-list ul li:nth-child(even) {
    margin-right: 0px;
}
.other-products-list ul li a {
    color: #000;
    margin-left: -5px;
    display: block;
    float: left;
    width: 100%;
}
.other-products-list ul li a:focus,.other-products-list ul li a:hover {
    text-decoration: none;
    color: #375be0;
}
.other-products-list .panel-body {
    padding: 15px 12px 0px 12px;
}
.top-link ul {
    margin-top: 28px;
}
.top-link ul li a:hover {
  color: #fff;
}
.top-link ul li {
    display: inline-block;
}
.top-link ul li.active {
    color: #fff;
}
.top-link {
    text-align: right;
}
.top-link a {
    color: #000;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.panel-title a {
    display: block;
    color: #fff;
    padding: 10px 10px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
}
.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}
.panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}
.panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}
.other-products-list h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.other-products-list h4.panel-title {
    text-transform: capitalize;
}
.top-content h1 {
    color: #fff;
    font-size: 30px;
}
.other-products-list .panel {
    border: none !important;
    margin-bottom: 1px;
}
.products h4 {
    margin-top: 0;
}
.content-block .glyphicon {
    position: absolute;
    top: 11px;
    right: 10px;
}