@import 'fonts.css';
@import 'font-awesome.css';
.btn, a.btn {
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 5px 30px;
  border-radius: 0;
  font-size: 13px;
  font-family: "Montserrat-Bold", sans-serif;
}
.btn:hover, .btn:hover, .btn:focus, .btn:focus, a.btn:hover, a.btn:hover, a.btn:focus, a.btn:focus {
  outline: none;
  background-color: transparent;
  color: #FFF;
}

ul li, ul li a, ol li, ol li a {
  font-family: "OpenSansRegular", sans-serif;
}

/*Helper Classes*/
.pad0 {
  padding: 0;
}

.margauto {
  float: initial;
  margin: auto;
}

/*header*/
header .headtop {
  background: #000;
  padding: 10px 0;
}
header .headtop .fa {
  margin-right: 10px;
}
header .headtop p {
  margin-top: 5px;
}
header .headtop p, header .headtop .btn, header .headtop span {
  color: #ffcf07;
  font-family: "open_sanssemibold", sans-serif;
  font-size: 16px;
  margin-right: 30px;
}

#read-more .close {
  font-size: 16px;
}
#read-more #modal-parts-header > div {
  background-color: #000000;
  border: 1px solid #000000;
  padding: 2px;
}
#read-more .btn {
  color: #ffcf07;
  font-family: "open_sanssemibold", sans-serif;
  font-size: 16px;
  margin-right: 30px;
}

header .headtop em, #read-more .btn em {
  color: #FFF;
  font-style: normal;
}

.navbar-inverse {
  background-color: #FFF;
  /*border-bottom: 2px solid #ffcd09 !important;*/
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 0;
}

.navbar-brand {
  height: auto;
  padding: 14px 15px;
}

.header_menu, .header_login {
  padding-top: 18px;
  padding-bottom: 18px;
}

.header_joinus {
  background-color: #fb6a0f;
  background-image: url(../images/bird_bg.png);
  background-repeat: no-repeat;
  background-position: -30px -15px;
  padding-left: 20px;
  padding-right: 15px;
  margin-left: 10px;
  margin-right: 10px !important;
}

.header_joinus .btn {
  background-color: #fff;
  color: #181720;
  padding: 6px 12px;
}
.header_joinus .btn:hover {
  color: #fb6a0f;
}

.navbar-inverse .navbar-nav > li > a {
  color: #000;
  font-size: 16px;
}
.navbar-inverse .navbar-nav > .active > a:after {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  left: calc(50% - 6px);
  color: #ffcd09;
  bottom: -24px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #d5ac09;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #d5ac09;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fb6a0f;
  background-color: transparent;
}
.navbar-inverse .header_login > li > a {
  color: #fb6a0f;
  font-family: "Montserrat-Bold", sans-serif;
}

.navbar-nav > li > a {
  padding: 10px 10px;
}

.header_banner .carousel-caption {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: initial;
}
.header_banner .carousel-caption h1, .header_banner .carousel-caption h2, .header_banner .carousel-caption h3 {
  font-family: "OpenSansBold", sans-serif;
  text-shadow: none;
  color: #000;
  font-size: 60px;
}
@media (max-width: 1290px) {
  .header_banner .carousel-caption h1, .header_banner .carousel-caption h2, .header_banner .carousel-caption h3 {
    font-size: 50px;
  }
}
.header_banner .carousel-caption p {
  color: #000;
  font-family: "OpenSansRegular", sans-serif;
  text-shadow: none;
  font-size: 28px;
}
@media (max-width: 1290px) {
  .header_banner .carousel-caption p {
    font-size: 25px;
  }
}
.header_banner .carousel-caption .navbar-left .form-group {
  width: 100%;
}
.header_banner .carousel-caption .navbar-left .form-group input[type=text] {
  border-radius: 0;
  padding: 20px;
  font-size: 18px;
  min-height: 35px;
  width: 100%;
  margin-left: -8px;
}
.header_banner .carousel-caption .navbar-form {
  width: 100%;
  padding: 0;
}
.header_banner .carousel-caption .btn {
  color: #000;
  border: 1px solid #FFF;
  padding: 11px 20px;
  border-radius: 0;
  font-size: 13px;
  font-family: "OpenSansBold", sans-serif;
  background: #ffcd09;
  margin-left: 5px;
}

.searchwraper {
  background: #FFF;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffcd09;
  border: 0;
}
.carousel-indicators li {
  border-radius: 0;
  border: 0;
  background: #FFF;
}

.navbar-inverse .navbar-toggle {
  border-color: #ffcf07;
  margin-top: 48px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffcf07;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

/*.header_banner{background-image:url(../images/slide_1.jpg);background-repeat:no-repeat;background-attachment:fixed;}*/
/*section*/
section .product_info {
  background: #efefef;
}
section .product_info .container {
  margin-top: 30px;
  margin-bottom: 30px;
}
section .product_info img {
  margin-bottom: 10px;
}
section .product_info h1, section .product_info h2, section .product_info h3, section .product_info h4 {
  font-family: "OpenSansBold", sans-serif;
  color: #000;
}
section .product_info h4 {
  margin-bottom: 0;
}

section .welcome .container {
  padding: 40px 0;
}
section .welcome .btn, section .welcome a.btn {
  margin-top: 30px;
  border: 1px solid #000;
  font-family: "OpenSansRegular", sans-serif;
  color: #000;
  font-size: 16px;
}
section .welcome .btn:hover, section .welcome .btn:focus, section .welcome a.btn:hover, section .welcome a.btn:focus {
  border-color: #ba7d20;
  color: #ba7d20;
  outline: none;
}
section .welcome .btn:hover .fa, section .welcome .btn:focus .fa, section .welcome a.btn:hover .fa, section .welcome a.btn:focus .fa {
  color: #ba7d20;
}
section .welcome .fa {
  color: #000;
  margin-left: 10px;
  font-size: 16px;
}
section .welcome p {
  font-family: "OpenSansRegular", sans-serif;
  color: #000;
  margin-top: 20px;
}
section .welcome h4, section .welcome h5, section .welcome h6 {
  font-family: "OpenSansBold", sans-serif;
  font-size: 25px;
}
section .welcome h1, section .welcome h2, section .welcome h3 {
  font-family: "OpenSansBold", sans-serif;
  color: #ffcd09;
  font-size: 55px;
}

section .info {
  background: #414144;
}
section .info .col-sm-1 {
  width: 5.33%;
}
section .info .container {
  padding: 40px 0;
}
section .info h1, section .info h2, section .info h3, section .info h4, section .info h5, section .info h6 {
  color: #ffcd09;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 30px;
}
section .info form input, section .info form textarea {
  background: transparent;
  border-radius: 0;
  border-color: #929292;
}
section .info form .btn {
  background: #ffcd09;
  width: 100%;
  font-family: "OpenSansBold", sans-serif;
  border: 0;
  color: #000;
  text-transform: uppercase;
}
section .info ul li {
  color: #FFF;
  font-family: "OpenSansRegular", sans-serif;
  margin-bottom: 15px;
}
section .info ul li .fa {
  color: #ffcd09;
  font-size: 20px;
  margin-right: 10px;
}
section .info ul li a {
  color: #FFF;
  text-decoration: none;
}
section .info form .captcha {
  background: #FFF;
}

.gradbg {
  background-color: #f0f0f0;
}
.gradbg div.pad0 {
  background-color: #fff;
}

.shopingproduct .container {
  background-color: #f0f0f0;
}
.shopingproduct .row h1, .shopingproduct .row h3 {
  text-align: left;
  margin-left: 20px;
}
.shopingproduct .row h1 {
  color: #000;
  font-family: "OpenSansBold", sans-serif;
  font-size: 22px;
}
.shopingproduct ul li {
  width: 25%;
  margin: 20px;
  cursor: pointer;
}
.shopingproduct ul li h2,
.shopingproduct ul li h3,
.shopingproduct ul li h4,
.shopingproduct ul li h5,
.shopingproduct ul li h6 {
  color: #808080;
  font-family: "OpenSansRegular", sans-serif;
}
.shopingproduct .thumbnail {
  padding: 0 0 10px;
}
.shopingproduct .thumbnail img {
  margin-bottom: 10px;
  margin-top: 10px;
}
.shopingproduct a.btn.btn-default .fa {
  margin-right: 10px;
}

.shopingproduct a.btn.btn-default, .gradbg a.btn.btn-default {
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
  font-family: "OpenSansRegular", sans-serif;
  text-transform: uppercase;
}

.gradbg a.btn.btn-default {
  margin-top: 20px;
}
.gradbg a.btn.btn-default .fa {
  font-size: 16px;
  margin-right: 10px;
}
.gradbg .carousel .fa {
  color: #e5e5e5;
  font-size: 40px;
}
.gradbg .carousel-control {
  top: 50%;
}

/*About Us*/
.header_callus {
  border-top: 20px solid #636363;
}

.header_calls-left {
  background-color: #636363;
  color: #fff;
}
.header_calls-left h1,
.header_calls-left h2,
.header_calls-left h3,
.header_calls-left h4,
.header_calls-left h5 {
  font-family: "HelveticaLTStd-BoldCond", sans-serif;
  color: #fff;
  text-shadow: 2px 1px #000;
}
.header_calls-left h1 {
  font-size: 42px;
  margin: 0;
}
.header_calls-left h2 {
  font-size: 32px;
  margin: 0;
}
.header_calls-left h3 {
  font-size: 25px;
  margin: 0;
}

.header_callus h6 {
  font-family: "HelveticaLTStd-BoldCond", sans-serif;
  color: #fff;
  text-shadow: 2px 1px #000;
}

.header_calls-right {
  background-color: #fff;
}

#aboutus h3 {
  font-size: 30px;
  margin-top: 10px;
}

.header_calls-right h1,
.header_calls-right h2, #aboutus h3,
.header_calls-right h3,
.header_calls-right h4,
.header_calls-right h5,
.header_calls-right h6 {
  font-family: "Arial-BoldMT", sans-serif;
  color: #636363;
  text-shadow: none;
}

.header_calls-right p {
  color: #000000;
  font-family: "HelveticaLTStd-Roman", sans-serif;
  font-size: 16px;
}
.header_calls-right h2 {
  margin-top: 17px;
}

.header_calls-right a, .parts-img .text-danger {
  color: #ff0000;
}

.parts-img {
  padding-top: 20px;
}
.parts-img img {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.parts-img > div {
  font-size: 15px;
}
@media (max-width: 1000px) {
  .parts-img > div {
    font-size: 16px;
  }
}

.header_calls-left,
.header_calls-right {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header_calls-right.callus-img {
  padding-top: 0;
  padding-bottom: 0;
}

/*section .tab_section{height: calc(100%);}*/
.vertical_aside { /*height:100vh;*/
  background-color: #ffcd09;
  padding-top: 20px;
}
.vertical_aside ul {
  margin-left: -15px;
  margin-right: -15px;
}
.vertical_aside ul li {
  border-top: 1px solid #f5c309;
  box-shadow: inset 1px 1px #fdd337;
}
.vertical_aside ul li a {
  color: #636363;
  font-size: 24px;
  padding-left: 17%;
  padding-right: 17%;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.vertical_aside ul li a:focus {
  outline: none;
  text-decoration: none;
}
.vertical_aside ul li.active a, .vertical_aside ul li:hover a {
  color: #000000;
  text-decoration: none;
}
.vertical_aside img { /*position: absolute;bottom: 15px;width: 100%;padding-right: 30px;*/
  margin-top: 227px;
  padding-bottom: 15px;
}

.vertical_section .tab-content {
  background-color: #fff; /*height: calc(100%);*/
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 30px;
}

.tab-content h1 {
  color: #ffcd09;
  font-family: "Helvetica-Condensed-Black", sans-serif;
}
.tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6 {
  font-family: "HelveticaLTStd-BoldCond", sans-serif;
  color: #231f20;
}
.tab-content p {
  font-family: "MyriadPro-Regular", sans-serif;
  color: #010101;
}

.nav-tabs.nav, .nav-tabs > div {
  background-color: #ffcd09;
}
.nav-tabs.nav > .active > a, .nav-tabs.nav > .active > a:focus, .nav-tabs.nav > .active > a:hover, .nav-tabs > div > .active > a, .nav-tabs > div > .active > a:focus, .nav-tabs > div > .active > a:hover {
  border: 1px solid transparent;
}
.nav-tabs > li, .nav-tabs > div {
  text-transform: uppercase;
  border: 0 solid transparent;
  text-align: center;
}
.nav-tabs > li > a, .nav-tabs > li, .nav-tabs > div > a, .nav-tabs > div {
  border-radius: 0 0 0 0;
  padding: 6px 15px;
  color: #fff;
}
@media (max-width: 990px) {
  .nav-tabs > li > a, .nav-tabs > li, .nav-tabs > div > a, .nav-tabs > div {
    padding: 6px 4px;
  }
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li:hover, .nav-tabs > li:focus, .nav-tabs > div > a:hover, .nav-tabs > div > a:focus, .nav-tabs > div:hover, .nav-tabs > div:focus {
  border-color: #636363 #636363 #636363;
  background-color: #636363;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li.active, .nav-tabs > div.active > a, .nav-tabs > div.active > a:focus, .nav-tabs > div.active > a:hover, .nav-tabs > div.active {
  color: #fff;
  background-color: #636363;
  border: 1px solid #636363;
  border-bottom: 0;
}
.nav-tabs > li.active:after, .nav-tabs > li:hover:after, .nav-tabs > div.active:after, .nav-tabs > div:hover:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 12px dashed;
  border-top: 4px solid \9 ;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 10px);
  color: #636363;
  transform: rotate(180deg);
}

.tab-content .carousel-control.left, .tab-content .carousel-control.right {
  background-image: none;
}
.tab-content .carousel-control.left {
  left: -5%;
  width: 4%;
}
.tab-content .carousel-control.right {
  right: -5%;
  width: 4%;
}
.tab-content img {
  width: 100%;
}
.tab-content .list-item img {
  max-height: 200px;
}

#lg-download {
  display: none;
}

body .lg-backdrop {
  background-color: rgba(0, 0, 0, 0.63);
}

/*Footer*/
footer .footer_top .container {
  margin-top: 60px;
  margin-bottom: 30px;
}
footer .footer_top h1, footer .footer_top h2, footer .footer_top h3 {
  font-family: "Montserrat-Bold", sans-serif;
}
footer .footer_middle {
  background-image: url(../images/bluebg.png);
  background-size: cover;
  height: auto;
  margin-bottom: 65px;
}
footer .footer_middle .container {
  padding: 30px 0 60px;
}
footer .footer_middle .container a.btn {
  margin-top: 20px;
  padding: 12px 70px;
}
footer .footer_middle .container a.btn:hover {
  background-color: #FFF;
  color: #3d3d3d;
}
footer .footer_middle h1, footer .footer_middle h2, footer .footer_middle h3 {
  margin-bottom: 0;
  color: #FFF;
  font-family: "DAGGERSQUARE-OBLIQUE", sans-serif;
}
footer .footer_bottom .list-inline > li {
  border-right: 1px solid #3d3d3d;
  padding-right: 8px;
}
footer .footer_bottom .list-inline > li:last-child {
  border-right: 0;
}
footer .footer_bottom .list-inline > li a {
  font-size: 15px;
  color: #3d3d3d;
  text-decoration: none;
  font-family: "OpenSansRegular", sans-serif;
}
footer .footer_bottom p {
  font-family: "OpenSansRegular", sans-serif;
  color: #3d3d3d;
}

/*----17-02-2017-----*/
.pg .pagination li {
  margin: 0 !important;
}

.pg .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #000;
  border-color: #000;
}

.pg .pagination li a {
  color: #000;
}

.tab_section .jcarousel-wrapper a.jcarousel-control-prev {
  display: none;
}
.tab_section .jcarousel-wrapper a.jcarousel-control-next {
  display: none;
}

.info form .form-group input {
  color: #999 !important;
}

textarea.form-control {
  color: #999 !important;
}

/*----18-02-2017----*/
#ui-id-1 li img.thumbnaildata {
  padding-right: 20px;
}

#ui-id-1 {
  list-style-type: none;
  background: #fff;
}
#ui-id-1 li a:focus, #ui-id-1 li a:hover {
  text-decoration: none;
  background: none !important;
  border: 0;
  color: #000;
}
#ui-id-1 li:hover, #ui-id-1 li:focus {
  background: #ffcd09;
}
#ui-id-1 li:hover #ui-id-1 li a, #ui-id-1 li:focus #ui-id-1 li a {
  color: #fff;
}
#ui-id-1 li a img:hover {
  background: none !important;
}
#ui-id-1 li:hover #ui-id-1 li a {
  background: transparent !important;
  border: 0;
  color: #000 !important;
}

.ui-state-active {
  background: none !important;
  border: none !important;
  color: #000 !important;
}

.ui-menu-item-wrapper:hover {
  background: none !important;
}

@-moz-document url-prefix() {
  .header_banner .carousel-inner input[type=text] {
    font-size: 13px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 43px !important;
  }
}
.home-search-button {
  color: #000;
  border: 1px solid #FFF;
  padding: 11px 20px;
  border-radius: 0;
  font-size: 13px;
  font-family: "OpenSansBold", sans-serif;
  background: #ffcd09;
  margin-left: 5px;
}

.header_banner .carousel-inner .navbar-left .form-group input[type=text] {
  border-radius: 0;
  padding: 20px;
  font-size: 18px;
  min-height: 35px;
  width: 100%;
  margin-left: -8px;
}
.header_banner .carousel-inner .navbar-form {
  width: 100%;
  padding: 0;
}

.navbar-form .pad0 .form-group {
  width: 100%;
}

.tab-content #myform a.btn.btn-success, .tab-content #contact-us-page-form a.btn.btn-success {
  border: 0;
  font-size: 14px;
}
.tab-content #myform input.btn.btn-primary.waves-effect.waves-light, .tab-content #myform button.btn.btn-primary.waves-effect.waves-light, .tab-content #contact-us-page-form input.btn.btn-primary.waves-effect.waves-light, .tab-content #contact-us-page-form button.btn.btn-primary.waves-effect.waves-light {
  background: #FFCD09;
}
.tab-content #myform .btn-success:active:focus, .tab-content #contact-us-page-form .btn-success:active:focus {
  background: #FFCD09;
}

.btn-success:active:hover {
  background: #FFCD09;
}

/*----20-02-2017----*/
.navbar-form .form-group .dropdown-menu .media .media-left img.media-object {
  width: 50px;
  display: inline-block;
}
.navbar-form .form-group .form-control button.btn.dropdown-toggle.btn-default {
  margin-left: 0;
  background: #fff;
  border: 1px solid #ccc;
  color: #555;
}
.navbar-form .form-group .form-control button.btn.dropdown-toggle.btn-default span.filter-option.pull-left {
  font-size: 15px;
}
.navbar-form .form-group .form-control button.btn.dropdown-toggle.btn-default .glyphicon {
  right: 5px;
}
.navbar-form .pad0 {
  padding-right: 10px;
}

#search .dropdown-menu > li > a {
  font-size: 17px;
}

.header_banner #myCarousel .carousel-inner {
  overflow: visible;
}

@media (max-width: 4000px) {
  .carousel-inner .col-xs-12.col-sm-4.search-field.margauto {
    position: absolute;
    bottom: 27%;
    left: 39%;
    z-index: 11111;
  }
}
@media (max-width: 1366px) {
  .carousel-inner .col-xs-12.col-sm-4.search-field.margauto {
    position: absolute;
    bottom: 19%;
    left: 35%;
  }
}
@media (min-width: 1200px) {
  .header_calls-left, .vertical_aside {
    width: 27%;
  }
  .header_calls-right, .vertical_section {
    width: 73%;
  }
  .header_calls-left h1 {
    font-size: 56px;
    margin: 0;
  }
  .header_calls-left h2 {
    font-size: 43px;
    margin: 0;
  }
  .header_calls-left h3 {
    font-size: 36px;
    margin: 0;
  }
}
@media (max-width: 1030px) {
  .carousel-inner .col-xs-12.col-sm-4.search-field.margauto {
    bottom: 10%;
    left: 29%;
  }
  /*.header_banner .carousel-inner .navbar-form {
      width: 89%;}*/
}
@media (max-width: 800px) {
  .carousel-inner .col-xs-12.col-sm-4.search-field.margauto {
    left: 23%;
  }
}
@media (min-width: 768px) {
  .search-field {
    width: 419px;
  }
  section .tab_section {
    display: flex;
  }
  .header_callus .container {
    display: flex;
  }
  .header_calls-left, .header_calls-right {
    display: flex;
  }
  .header_banner .carousel-caption {
    top: 32%;
  }
}
@media (max-width: 768px) {
  .carousel-inner .col-xs-12.col-sm-4.search-field.margauto {
    bottom: 10%;
    left: 23%;
  }
  .navbar-form .form-group .dropdown-menu {
    left: 0;
  }
  .header_banner .carousel-caption {
    top: 32%;
  }
}
@media (max-width: 736px) {
  .navbar-form .form-group .form-control button.btn.dropdown-toggle.btn-default span.filter-option.pull-left {
    font-size: 11px;
  }
  .navbar-form .form-group .dropdown-menu {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .shopingproduct ul li {
    width: 42%;
  }
  section .product_info ul li {
    width: 42%;
  }
  #myCarousel .carousel-indicators {
    bottom: -10px;
  }
  .header_banner .carousel-caption h1 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  p, ul li a, ul li, ol li a, ol li {
    font-size: 14px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
  .header_callus h1 {
    font-size: 31px;
    margin: 0;
  }
  .header_callus h2 {
    font-size: 24px;
    margin: 0;
  }
  .header_callus h3 {
    font-size: 20px;
    margin: 0;
  }
  .header_callus h3 > img {
    width: 32px;
  }
  .vertical_aside ul li a {
    font-size: 16px;
  }
  .header_banner .carousel-caption h1 {
    font-size: 30px;
  }
  .header_banner .carousel-caption p {
    font-size: 18px;
  }
  .header_banner .carousel-caption .btn {
    height: 36px;
    padding: 0 20px;
  }
  .header_banner .carousel-caption .navbar-left .form-group input[type=text] {
    font-size: 14px;
    height: 29px;
    padding: 6px 12px;
  }
  .search-field {
    width: 419px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .navbar-inverse .navbar-nav.header_menu > li > a {
    padding: 10px 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header_menu, .header_login {
    padding-top: 0;
  }
  .navbar-brand > img {
    width: 121px;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
  }
  header .headtop p, header .headtop .btn, header .headtop span {
    font-size: 14px;
    margin-right: 0;
  }
  .navbar-inverse .navbar-nav > .active > a:after {
    bottom: -19px;
  }
}
@media (max-width: 767px) {
  p, ul li a, ul li, ol li a, ol li, footer .footer_bottom .list-inline > li a {
    font-size: 14px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
  section .welcome h1, section .welcome h2, section .welcome h3 {
    font-size: 36px;
  }
  section .product_info ul li {
    padding: 20px 0;
  }
  section .product_info ul li:last-child {
    padding-bottom: 0;
  }
  section .welcome .container {
    padding: 0 0 30px;
  }
  .navbar-inverse .navbar-nav > .active > a:after {
    bottom: 0;
  }
  footer .footer_top .container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .header_menu, .header_login {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 -15px;
    text-align: center;
  }
  header .headtop .pull-right, header .headtop .pull-left {
    float: inherit !important;
    text-align: center;
  }
  header .headtop p, header .headtop .btn, header .headtop span {
    margin-right: 0;
    margin-top: 0;
    font-size: 14px;
  }
  header .headtop .btn {
    padding: 5px 15px;
    white-space: normal;
  }
  .shopingproduct ul li {
    width: 43%;
  }
  .carousel-indicators {
    bottom: -10px;
  }
  .navbar-form .col-xs-8.col-sm-10.col-md-10.col-lg-10.pad0 {
    padding-left: 30px;
  }
  .searchwraper {
    margin-top: -13px;
    padding-bottom: 7px;
  }
  .header_banner .carousel-caption .navbar-form {
    float: left;
  }
  .header_banner .carousel-caption .btn {
    font-size: 13px;
    padding: 6px 20px;
  }
  .header_banner .carousel-caption .navbar-left .form-group input[type=text] {
    padding: 15px;
    font-size: 12px;
  }
  .header_banner .carousel-caption h1, .header_banner .carousel-caption h2, .header_banner .carousel-caption h3 {
    font-size: 30px;
  }
  .header_banner .carousel-caption p {
    font-size: 16px;
  }
  .navbar-brand {
    padding: 14px 12px;
  }
  section .product_info ul li {
    width: 50%;
    margin-left: 0;
  }
  .vertical_aside ul li a {
    font-size: 16px;
  }
  .vertical_aside img {
    margin-top: 20px;
  }
  .header_banner .carousel-inner .navbar-left .form-group input[type=text] {
    font-size: 13px;
  }
  .carousel-inner .col-xs-12.col-sm-4.search-field.margauto {
    left: 21%;
  }
  .navbar-form .col-xs-4.col-sm-2.col-md-2.col-lg-2.button-type.pad0 {
    text-align: center;
  }
}
@media (max-width: 680px) {
  .carousel-inner .col-xs-12.col-sm-4.search-field.margauto {
    left: 17%;
  }
  .header_banner .carousel-caption h1 {
    font-size: 24px;
  }
  .header_banner .carousel-caption p {
    font-size: 13px;
  }
}
@media (max-width: 568px) {
  .shopingproduct ul li {
    width: 100%;
    margin: 0;
  }
  .carousel-indicators {
    bottom: -10px;
  }
  .navbar-form .col-xs-8.col-sm-10.col-md-10.col-lg-10.pad0 {
    padding-left: 30px;
  }
  .searchwraper {
    margin-top: -13px;
  }
  .header_banner .carousel-caption .navbar-form {
    float: left;
  }
  .header_banner .carousel-caption .btn {
    font-size: 13px;
    padding: 6px 20px;
  }
  .header_banner .carousel-caption .navbar-left .form-group input[type=text] {
    padding: 15px;
    font-size: 12px;
  }
  .header_banner .carousel-caption h1 {
    font-size: 20px;
  }
  .header_banner .carousel-caption p {
    display: none;
  }
  section .product_info ul li {
    width: inherit;
    margin-left: 0;
  }
  .carousel-inner .col-xs-12.col-sm-4.search-field.margauto {
    left: 14%;
    bottom: 18%;
  }
}
@media (max-width: 480px) {
  .carousel-inner .col-xs-12.col-sm-4.search-field.margauto {
    left: 7%;
    bottom: 16%;
  }
}
@media (max-width: 420px) {
  .carousel-inner .col-xs-12.col-sm-4.search-field.margauto {
    left: -1%;
  }
}
@media (max-width: 360px) {
  .carousel-inner .col-xs-12.col-sm-4.search-field.margauto {
    left: 0;
  }
  .navbar-form .col-xs-4.col-sm-2.col-md-2.col-lg-2.button-type.pad0 {
    text-align: left;
  }
}
@media (max-width: 300px) {
  .navbar-inverse .navbar-brand {
    width: 70%;
  }
}
#contact-us-page h2 {
  font-size: 36px;
  margin-top: 10px;
}

#contact-us-address li {
  font-size: 12px;
}
#contact-us-address li a {
  font-size: 26px;
}

.readmore {
  cursor: pointer;
}

.header_calls-right .shop-by-part {
  color: #0a68b4;
}

#shopbycat > div a {
  font-size: 13px;
}

#citycontent {
  margin-top: 20px;
}
#citycontent ul, #citycontent ul li {
  list-style: none;
}
#citycontent li {
  margin-top: 10px;
}
#citycontent > div {
  padding: 0 10px 10px 10px;
}

/*# sourceMappingURL=style.css.map */
