/**********************
Sass Variable
*****************************************/
@import url(fonts.css);
@import url(margin.css);
/**********************************************************************************
***********************************************************************************
0. General
***********************************************************************************
**********************************************************************************/
html {
  height: 100%;
}

body {
  outline: none !important;
  height: 100%;
  background-color: #000000;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image: url(../images/midlebg.jpg);
  background-repeat: repeat;
}

* {
  outline: none !important;
}

.white {
  color: #fff !important;
}

.default-ul {
  list-style: none;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
}

.no-border {
  border: none !important;
}

@media only screen and (max-width: 991px) {
  .center-block-r {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .hidden-mq {
    display: none;
  }
}

.tdn {
  text-decoration: none !important;
}

@media only screen and (min-width: 767px) {
  .navbar-brand {
    display: none;
  }
}

@media only screen and (min-width: 991px) {
  .hidden-mn {
    display: none;
  }
  .pull-right-m {
    float: right;
  }
  .mtb118-m {
    margin: 118px auto;
  }
  .full-width {
    width: 100% !important;
  }
  .row-cmn {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row-clmn {
    margin-left: -15px;
  }
  .row-crmn {
    margin-right: -15px;
  }
}

.row-c {
  margin-right: -15px;
  margin-left: -15px;
}

.row-cl {
  margin-left: -15px;
}

.row-cr {
  margin-right: -15px;
}

.navbar-brand {
  color: #fff !important;
}

/*=========================================  Main Container  ===================================================*/
@media (min-width: 1200px) {
  .container {
    width: 1064px !important;
    padding: 0;
  }
}

.top-bg1 {
  background-image: url(../images/topbg.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

/*=========================================  Header  ===================================================*/
header .top-area {
  background: #000;
  padding: 10px 0;
}

header .top-area p {
  font-family: Tahoma;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
}

@media only screen and (min-width: 991px) {
  header .top-area p {
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  header .top-area p {
    text-align: center;
  }
}

.search input {
  font-family: Arial;
  font-size: 12px;
  line-height: 28px;
  font-weight: normal;
  color: #212121;
  text-decoration: none;
}

.mainTxt {
  font-family: Tahoma;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
}

@media only screen and (min-width: 991px) {
  .mainTxt {
    text-align: right;
  }
}

.mainTxt a {
  color: #FFFFFF;
}

@media only screen and (max-width: 991px) {
  .translate-this-button {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none !important;
  }
}

.cat-arae .container {
  background: url(../images/menubottom.jpg) !important;
  min-height: 100% !important;
}

.cat-arae ul {
  padding: 10px 15px;
  margin: 0;
}

.cat-arae ul li {
  background: url(../images/ln.jpg) no-repeat right;
  display: inline-block;
}

.cat-arae ul li:last-child {
  background: none;
}

.cat-arae ul li a {
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Play', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
  color: #FFFFFF;
}

/*=================================================    Navbar   =================================================*/
#navbar {
  background-color: transparent;
  border-radius: 0;
  border: none;
  margin: 0;
}

#navbar form {
  min-width: 300px;
  position: relative;
  margin: 17px 0;
}

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

#navbar form input {
  width: 100%;
  padding: 10px 0px 10px 30px;
  border-radius: 30px;
}

#navbar form button {
  background-color: transparent;
  position: absolute;
  top: 1px;
  left: 15px;
}

@media (max-width: 767px) {
  #navbar form button {
    top: 10px;
  }
}

@media only screen and (min-width: 767px) {
  #navbar .navbar-collapse {
    padding: 0;
  }
}

@media only screen and (min-width: 767px) {
  #navbar .container {
    background: url(../images/menuright.png) no-repeat right, url(../images/menubg.jpg);
    min-height: 52px;
  }
}

@media (max-width: 767px) {
  #navbar .container {
    background: #272626;
  }
}

#navbar .navbar-nav li a {
  position: relative;
  margin-right: 2px;
  font-family: 'bebasregular';
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000000;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  #navbar .navbar-nav li a {
    background: url(../images/border-nav.gif) right 0 no-repeat;
    padding: 16px 15px;
  }
}

@media only screen and (min-width: 991px) {
  #navbar .navbar-nav li a {
    padding: 16px 35px;
  }
}

#navbar .navbar-nav li a .fa-caret-down {
  position: absolute;
  left: 0;
  right: 0;
  color: #E54903;
}

@media only screen and (min-width: 767px) {
  #navbar .navbar-nav li a .fa-caret-down {
    bottom: 5px;
  }
}

@media (max-width: 767px) {
  #navbar .navbar-nav li a .fa-caret-down {
    bottom: -5px;
  }
}

#navbar .navbar-nav li a:hover {
  background-image: url(../images/over.jpg);
  background-position: center;
  background-repeat: repeat;
  color: #FFFFFF;
}

#navbar .navbar-nav .open a {
  background: #3D3C3C;
}

#navbar .navbar-nav .open ul {
  display: block !important;
  height: 100%;
  opacity: 1;
}

#navbar .dsp ul {
  display: none !important;
}

#navbar .dsp:hover ul {
  display: block !important;
}

@media only screen and (min-width: 991px) {
  #navbar .dsp ul {
    left: -510%;
  }
}

/*****************
Navbar Effect
**********************/
.navbar-toggle {
  background: #F1002B !important;
  border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #fff !important;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .type1 {
  top: 6px;
  transform: rotate(46deg);
}

.navbar-toggle.active .type2 {
  background-color: transparent !important;
}

.navbar-toggle.active .type3 {
  top: -6px;
  transform: rotate(-50deg);
}

/*==============================   Slider   ====================================*/
.jcarousel-pagination {
  left: 0;
  right: 0;
  text-align: center;
}

.jcarousel-pagination a {
  display: block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-indent: 20em;
  text-decoration: none;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 9999;
  display: block;
  position: relative;
  margin-right: 5px !important;
}

.jcarousel-pagination a.active {
  background: #000 !important;
}

/*=======================  Cat Area  ===================*/
.owl-demo {
  position: relative;
}

.owl-demo .owl-item {
  padding: 0 8px;
}

.owl-demo .owl-pagination {
  display: none;
}

.owl-demo .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
}

.owl-demo .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  right: -50px;
}

.owl-demo .owl-buttons div {
  border: 1px solid #686868;
  color: #686868 !important;
  font-size: 16px !important;
  border-radius: 50%;
  padding: 7px 15px !important;
}

.owl-demo .owl-buttons div:hover {
  border-color: #ec174d !important;
  background: #ec174d !important;
  color: #fff !important;
}

.cat-area h2 {
  margin: 28px 20px 18px;
  text-transform: uppercase;
  color: #383737;
  font-weight: normal;
  font-family: 'Oswald',sans-serif;
  padding: 0;
  font-size: 18px;
}

/*===============================   Products Area  =================================*/
.product-arae img {
  border: 1px solid #CCC;
}

.product-arae .product-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  text-transform: capitalize;
  text-align: center;
}

/*===============================   Footer  =================================*/
footer {
  background: url(../images/fotterbg.jpg) top no-repeat;
  background-size: cover;
  padding: 10px 0;
}

footer .footer-panel {
  color: #ffffff;
  font-size: 13px;
  line-height: 25px;
}

footer .footer-panel h2 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 8px;
  margin-top: 0;
}

footer .footer-panel ul li {
  display: block;
  padding: 0 0 0px 18px;
}

@media only screen and (min-width: 991px) {
  footer .footer-panel ul li {
    background: url(../images/err.png) no-repeat 0 7px;
  }
}

@media only screen and (max-width: 991px) {
  footer .footer-panel ul li {
    text-align: center;
  }
}

footer .footer-panel ul li a {
  font-family: Tahoma;
  text-transform: uppercase;
  line-height: 23px;
  font-size: 12px;
  color: #FF0000;
  text-decoration: none;
  font-weight: normal;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

footer .footer-panel ul li a:hover {
  color: #fff !important;
}

@media only screen and (max-width: 991px) {
  footer .footer-panel {
    text-align: center;
  }
}

footer .footer-panel p {
  color: #ffffff;
  font-size: 13px;
  line-height: 25px;
}

footer .footer-panel p a {
  color: #ffffff;
}

footer .footer-panel .input-box {
  position: relative;
}

footer .footer-panel .input-box input {
  border-radius: 30px;
}

footer .footer-panel .input-box button {
  color: #F35000;
  background: transparent;
  border: none;
  position: absolute;
  top: 5px;
  right: 0;
}

.copy-right {
  margin-bottom: 0;
  color: #6a6969;
}

.copy-right a {
  color: #6a6969;
}

@media only screen and (min-width: 991px) {
  .fallow-icons {
    position: absolute;
    bottom: -18px;
    right: 165px;
  }
}

@media only screen and (max-width: 991px) {
  .fallow-icons {
    margin-top: 15px;
  }
}

#Map {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 71px;
  z-index: 9999;
  text-align: center;
}

#Map area {
  width: 44px;
  height: 45px;
  display: block;
  position: relative;
  top: 24px;
  display: inline-block;
}

.active-contact {
  right: 0px !important;
}

.contact-main {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  width: 350px;
  position: fixed;
  right: -350px;
  top: 164px;
  background: #626262;
  border-radius: 0px 0 0 4px;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition: all 0.5s ease;
  -moz-transition-delay: 0.5s;
  -o-transition: all 0.5s ease;
  -o-transition-delay: 0.5s;
}

.contact-main .btn-contact {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 10px 10px 10px 10px;
  border-radius: 4px 0px 0px 4px;
  background: #626262;
  display: inline-block;
  position: absolute;
  left: -107px;
  width: 107px;
  text-align: center;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.contact-main .btn-contact:hover {
  color: #fec302 !important;
}

.contact-main #contactForm {
  border: none;
  padding: 30px 30px 30px 30px;
  width: 100%;
}

#contactForm {
  float: left;
  width: 721px;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 16px 20px 20px 20px;
}

#contactForm input {
  width: 100%;
  max-width: 270px;
}

#contactForm textarea {
  width: 100%;
  max-width: 270px;
}

#contactForm .fieldset {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.contact-main #contactForm .fieldset .legend {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
  margin-bottom: 0;
}

#contactForm .fieldset .legend {
  background: none;
  border: none;
  float: none;
  margin: 0px 0 16px 0px;
  padding: 0 0px 14px 0;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  color: #383737;
  border-bottom: 1px solid #e6e6e6;
  font-family: 'Oswald',sans-serif;
  font-weight: 600;
}

.contact-main .form-list li {
  margin-bottom: 0;
}

.form-list li {
  margin: 0 0 7px;
}

#contactForm .form-list .field.last {
  float: left;
  width: 228px;
}

.contact-main .form-list label {
  color: #fff;
}

.form-list label {
  float: left;
  color: #000000;
  font-weight: bold;
  position: relative;
  z-index: 0;
  display: inline-block;
  padding-bottom: 5px;
}

.form-list label.required em {
  float: right;
  font-style: normal;
  color: #f35000;
  position: absolute;
  top: 0;
  right: -8px;
}

.form-list li.wide .input-box {
  width: 535px;
}

.contact-main .form-list .input-box {
  text-align: left;
}

.form-list .input-box {
  display: block;
  clear: both;
  width: 260px;
}

/*=======================  Product Area  ==================================*/
.pro-head {
  background-image: url(../images/prodimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 21px 20px;
}

.pro-head h2 {
  font-family: "Play", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0;
  padding: 0px 35px;
}

.left-sidebar .panel-body ul li a {
  font-family: "Play", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.left-sidebar .panel {
  background-color: transparent;
  border-radius: 0;
  border: none;
}

.left-sidebar .panel-heading {
  padding-left: 5px;
  padding-right: 5px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

@media only screen and (min-width: 991px) {
  .left-sidebar .panel-heading img {
    width: 94%;
  }
}

.product-area .container {
  background: #fff;
}

.dn {
  display: none;
}

.paging_con {
  border-top: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
  padding: 5px 0;
}

.paging_con a {
  color: #000000;
  border-right: 1px solid #000;
  padding-right: 10px;
}

.arial_12white {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}

.size_field {
  font-family: Arial;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #1a1a1a;
  margin: 0px;
  padding: 0px;
  height: 16px;
  width: 30px;
  border: 1px solid #7a7a7a;
}

.products-1 {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #E2E2E2;
  padding: 10px;
min-height:305px;
}

.products-1:hover {
  background-color: #C3C3C3;
}

.products-1 .p-cap h2 {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #434343;
  text-decoration: none;
  margin: 5px auto;
  border-bottom: 1px solid #939393;
  padding-bottom: 5px;
}

.products-1 .p-cap h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #737373;
  text-decoration: none;
  margin: 5px auto;
}

.p-area-p .col-md-3 {
  margin: 15px auto;
  padding: 0 5px;
}

.p-area-p .col-md-3:nth-child(3n+1) {
  padding: 0 5px 0 0;
}

.p-area-p .col-md-3:nth-child(3n+2) {
  padding: 0 5px 0 0;
}

.p-area-p .col-md-3:nth-child(3n+3) {
  padding: 0 5px 0 0;
}

.p-area-p .col-md-3:nth-child(3n+4) {
  padding: 0 5px 0 0;
}

.p-area-p {
  margin-right: 0;
  margin-left: 0;
}

.quot-us-form {
  padding-right: 15px;
}

.quot-us-form input {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.quot-us-form select {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.quot-us-form textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.quot-us-form .btn {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  margin-left: auto;
  margin-right: auto;
  background: #B61414 !important;
  color: #fff !important;
}

.quote_request {
  text-align: center;
}

.contact-us-form input {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.contact-us-form select {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.contact-us-form textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.contact-us-form .btn {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  margin-left: auto;
  margin-right: auto;
  background: #B61414 !important;
  color: #fff !important;
}

.cdetail {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 40px;
}

.cdetail h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.15;
  font-weight: bold;
  margin-left: 15px;
}

.cdetail p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 40px;
  margin-left: 25px;
}

.large-img {
  background: #E2E2E2;
  padding: 10px;
}

.large-cap {
  background: #E2E2E2;
  padding: 10px;
}

.large-cap h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #737373;
  margin: 10px auto;
  font-weight: bold;
}

.large-cap h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #737373;
  margin: 10px auto;
  font-weight: bold;
}

.large-cap h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #737373;
  margin: 10px auto;
  font-weight: bold;
}

.large-cap .btn {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  margin-left: auto;
  margin-right: auto;
  background: #B61414 !important;
  color: #fff !important;
  float: right;
}
