/*
Theme Name: Kobewel
Theme URI: http://kobewel.info
Description: Kobewel Responsive Website
Version: 1
Author: Adrianne Marco Medallon
Author URI: http://ammdev.ga
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('css/bootstrap.min.css');
@charset "utf-8";
html{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
    font-family: Poppins;
    
}
::-moz-placeholder {
  opacity: 1;
  color:#e78074;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color:#e78074;
}
::-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color:#e78074;
}
*{
    font-family: Poppins;
    margin: 0;
    padding: 0; 
}
h1,h2,h3,h4,h5,h6{
    font-family: Poppins; !important;
     word-wrap: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     -o-hyphens: auto;
     hyphens: auto;
}
p{
    font-family: Poppins;
    
}
/*
hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #E53935;
    margin: 1em 0;
    padding: 0; 
}*/
body{
    position: relative;
    padding: 0px;
	margin: 0px;
    overflow-x: hidden;
    
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
    
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
#onload{
    z-index: 19999;
}
.home .banner{
    display: block;
    height: auto;
    width: 100%;
    background:url('http://kobewel.info/wp-content/themes/kobewel/images/kobewelbanner.jpg');
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner{
    display: none;
}
.banner h3{
    margin-top: -15px;
    color: #000;
}
.banner img{
    height: auto;
    width: 100%;
}
/*.navbar-brand>img {
  height: 80px;
  width: auto; 
  margin-top: -8px;
  margin-left: 10px;
    -webkit-transition: all .5s;
    transition: all .5s; 
}*/
.navbar-default{
    background: #337ab6;
    border: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    transition: height .5s, line-height .5s;
}
/*.scrolled-nav {
    background: #fff;
    line-height: 60px !important;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999; 
}
.scrolled-nav .navbar-brand>img{
    -webkit-transition: all .5s;
    transition: all .5s;
}
#bs-example-navbar-collapse-1{
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.scrolled-nav #bs-example-navbar-collapse-1{
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}*/
.navbar-default ul li a{
    color: #fff !important;
    background-color: transparent;
    text-transform: uppercase;
}
.navbar-fixed-top{
    -webkit-transition: all .7s;
    transition: all .7s;
}
.navbar-default ul li a:hover{
    background: #286090 !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    background: #286090 !important;
}
.navbar-toggle .icon-bar{
        color: #fff !important;
    }
.carousel{
    background: #fff;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}
.carousel-fade .carousel-inner .jumbotron{
    background: #fff !important;
    margin-bottom: 0;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
}
.carousel-inner .item img{
    height: auto;
    width: 100%;
}
.item:nth-child(1) {
  background: transparent;
}
.item:nth-child(2) {
  background: transparent;
}
.item:nth-child(3) {
  background: transparent;
}
.item:nth-child(4) {
  background: transparent;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 30%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #337ab7;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption h1{
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
    text-shadow: 1px 2px #555;
}
.carousel-caption strong{
    color: #000;
    font-weight: 600;
    text-shadow: 1px 2px #555;
}
@keyframes scaled {
    0% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
@-webkit-keyframes scaled {
    0% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
.scale{
    animation: scaled;
    -webkit-animation: scaled;
}
.item img:first-child {
    animation-delay: 1s
    -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
    animation-duration: 5s;
}

.item img:nth-child(2) {
    animation-delay: 2s;
    -webkit-animation-duration:5s; /* Safari 4.0 - 8.0 */
    animation-duration: 5s;
}
.item img:nth-child(3) {
    animation-delay: 3s;
    -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
    animation-duration: 5s;
}
.item img:nth-child(4) {
    animation-delay: 3s;
    -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
    animation-duration: 5s;
}
.wrapper-one{
    position: relative;
    height: 100vh;
    width: 100%;
    
}
.wrapper-one h1{
    color: #fff;
    padding-top: 250px;
     width: 100%;
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -3px;
    text-shadow: 1px 2px #555;
}
.wrapper-one strong{
    color: #337ab7;
    font-weight: 600;
    text-shadow: 1px 2px #fff;
}


.wrapper-two{   
    min-height: auto;
    width: 100%;
    background:#fff;
    margin-top: -20px;
    margin-bottom: 0px;
    z-index: 2;
}
.wrapper-two a{
    text-decoration: none;
}
.wrapper-two .box{
    height: 200px;
    width: 90%;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
    display:inline-block;
    position: relative;
    box-shadow: 0 20px 20px rgba(0,0,0,.08);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.wrapper-two .box:hover{
    /*box-shadow: 0px 0px 30px rgba(0,0,0,.08);
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);*/
    box-shadow: 0 40px 40px rgba(0,0,0,.16);
    transform: translate(0,-20px);
    transition-delay: 0s !important;
}
.wrapper-two h2{
    color: #fff;
}
.wrapper-two img{
    height: 100%;
    width: 100%;
}
.wrapper-two .box .logo{
    margin-top: 15px;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    margin: auto;
    background:transparent;
}
.wrapper-two .box .logo img{
    height: 80px;
    width: 80px;
    z-index: 5;
    /*-webkit-animation: rotateIn 5s; /* Safari, Chrome and Opera > 12.1 */
    /*-moz-animation: rotateIn 5s; /* Firefox < 16 */
    /*-ms-animation: rotateIn 5s; /* Internet Explorer */
    /*-o-animation: rotateIn 5s; /* Opera < 12.1 */
    /*animation: rotateIn 5s;*/
}
.wrapper-two .box h4{
    color: #000;
}
.wrapper-two .box span{
    padding: 15px;
    color: #555;
}
.wrapper-two .row{
}
.wrapper-two a{
    margin-bottom: 15px;
}
.wrapper-two p{
    color: #555;
    line-height: 1.5em;
}
.wrapper-three .carousel-slider .carousel-slider__item img{
    height: 200px;
    width: 80%;
}
.wrapper-two #about img{
    height: auto !important;
    width: 100%;
}
.wrapper-three{
    background: #fff;
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    min-height: auto;
}
.wrapper-three img{
    width: 100%;
    height: 100%;
}
.wrapper-three h2{
    font-family: FuturaMaxiBold,"Arial Black",sans-serif;
    color: #337ab7;
    font-size: 40px;
    margin-top: 100px;
    text-transform: uppercase;
}   
.wrapper-three h4{
    font-family: FuturaMaxiBold,"Arial Black",sans-serif;
}
.wrapper-three .post-content{
    line-height: 2em;
}
.wrapper-three .row{
    margin-bottom: 50px;
}
.wrapper-three .hr-text{
    margin-top: 50px;
}
.wrapper-four{
    background: #E53935;
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    min-height: auto;
}
.wrapper-four h2{
    color: #FFF;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.wrapper-four .contact-item {
    position: relative;
    display: block;
    padding-left: 100px;
    margin: auto;
    color: #fff;
    -webkit-transition: all .27s cubic-bezier(0.300,.1,.58,1);
    transition: all .27s cubic-bezier(0.300,.1,.58,1);
}
.wrapper-four .ci-icon {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 10px;
    left: 59px;
    color: #fff;
    text-align: center;
    line-height: 23px;
}
.wrapper-four .ci-icon:before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background:#337ab7;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wrapper-four .ci-icon i {
    font-size: 14px;
}
.wrapper-four .ci-icon i, .ci-icon span {
    position: relative;
}
.wrapper-four .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}
.wrapper-four .ci-title {
    margin-bottom: 1px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6;
}
.wrapper-four .ci-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    color: #fff;
}
.footer{
    min-height: auto;
    width: 100%;
    background: #E53935;
    margin-bottom: 0px;
}
.footer footer{
    color: #fff;
    padding-bottom: 10px;
}
.footer ul{
    position: relative;
    
}
.footer ul li{
    list-style: none;
    display: inline-block;
    border-right:1px solid #fff;
    padding-right: 5px; 
    
}
.footer ul li:last-child{
    border: 0px;
}
.footer ul li a{
    color: #fff;
    
}
.footer .row{
    padding-top: 10px;
}

#load_screen{
    display: block;
    min-height: 660px;
    margin-top: 100px;
    margin-bottom: 0px;
    background: #fff;
}
#load_screen h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4em;
  text-align: center;
  letter-spacing: -10px;
  font-weight: lighter;
}
#load_screen h1 span:first-child {
  color: #4285f4;
    -ms-transform: rotate(20deg);
  -webkit-transform: rotatee(20deg);
  transform: rotate(20deg);
  display: inline-block;
}
#load_screen h1 span:nth-child(2) {
  color: #4285f4;
}
#load_screen h1 span:nth-child(3) {
  color: #4285f4;
}
#load_screen h1 span:nth-child(4) {
  color: #4285f4;
}
#load_screen h1 span:nth-child(5) {
  color: #4285f4;
}
#load_screen h1 span:nth-child(6) {
  color: #4285f4;
}
#load_screen h1 span:nth-child(7) {
  color: #db4437;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotatee(-20deg);
  transform: rotate(-20deg);
  display: inline-block;
}
#load_screen h1 span:nth-child(8) {
  color: #db4437;
}
#load_screen h1 span:nth-child(9) {
  color: #db4437;
}
#load_screen h1 span:nth-child(10) {
  color: #db4437;
}
#load_screen h1 span:nth-child(11) {
  color: #db4437;
}
#load_screen h1 span:nth-child(12) {
  color: #db4437;
}
#load_screen h1 span:nth-child(13) {
  color: #db4437;
}
#load_screen .container-fluid {
  display: block;
  width: 122px;
  margin: 100px auto;
}
#load_screen .container-fluid div {
  height: 20px;
  width: 20px;
  position: absolute;
  border-radius: 50%;
  background: #000;
  display: inline-block;
}
#load_screen .container-fluid div:first-child {
  animation: move 1s ease-in-out infinite alternate;
  background: #4285f4;
  margin-left: 0;
}
#load_screen .container-fluid div:nth-child(2) {
  animation: move 1s ease-in-out -0.25s infinite alternate;
  margin-left: 35px;
  background: #4285f4;
}
#load_screen .container-fluid div:nth-child(3) {
  animation: move 1s ease-in-out -0.5s infinite alternate;
  margin-left: 70px;
  background: #4285f4;
}
#load_screen .container-fluid div:nth-child(4) {
  animation: move 1s ease-in-out -0.75s infinite alternate;
  margin-left: 105px;
  background: #4285f4;
}
@-moz-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
@-webkit-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
@-o-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
.intrinsic-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
 
.distributor{
    background: #fff;
    margin-top: 0px;
    height: auto;
    width: 100%;
    background: #fff;
    background: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url('http://localhost/kobewel/wp-content/themes/kobewel/images/welding4.jpg');
    background-size: cover;
    object-fit: cover;    
    background-attachment: fixed;
    z-index: 1;
}
.distributor .distributor-img{
    background-size: cover;
    min-height: auto;
    margin-bottom: 30px;
}
.distributor .text{
    padding: 80px;
}
.distributor .text .btn-default{
    background: transparent;
    color: white;
    padding: 12px;
}
.distributor .text .btn-default:hover{
    background: rgba(255,255,255,0.4);
}
.distributor h1{
    color: #fff;
    width: 100%;
    font-family: "Source Sans Pro",sans-serif !important;
    text-transform: uppercase;
}
.distributor .distributor-img .message{
    
}
.distributor .row{
}
.contact-info{
    min-height: 720px;
    width: 100%;
    /*background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url('http://kobewel.info/wp-content/themes/kobewel/images/welding_acce.jpg');*/
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}
.contact-info .container {
	max-width:500px;
	width:100%;
	margin:0 auto;
	position:relative;
    box-shadow: 0 20px 20px rgba(0,0,0,.2);
    border-radius: 10px;
}
.contact-info #contact {
	background:#FFFFFF;
	padding:25px;
    
}
.contact-info .contact-box-one{
    background: transparent;
    padding-left: 25px;
}
.contact-info .contact-box-two{
    background: transparent;
}
.contact-info h2,h4{
    
    color: #000;
}
.contact-info h3,.info{
    color: #000;
}
.contact-info .contact-box-two .input-group{
    box-shadow: 0 20px 20px rgba(0,0,0,.08);
}
.contact-info .contact-box-two input{
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    background:#FFFFFF;
    color: #000;
}
.contact-info .contact-box-two textarea{
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    background:#FFFFFF;
    color: #000;
}
.contact-info .contact-box-two span{
    background: #337ab7;
}
.contact-info .contact-box-two i{
    color: #fff;
}
.aboutone{
    background: #fff;
    min-height: 630px;
}
.aboutone h2{
    color: #337ab7;
    text-transform: uppercase;
} 
.aboutone p{
    font-size: 18px;
    line-height: 1.5em;
    font-family: Poppins;
}
.aboutone h3{
    color: #337ab7;
    text-transform: uppercase;
}
.aboutone h4{
    color: #000;
    text-align: center;
    width: 100%;
}
.aboutone .col-md-4 img{
    display: block;
    height: 250px;
    width: 100%;
    object-fit: cover;
    margin: auto;
}
.product-list .btn-default{
    width: 250px;
}
.product-list a{
    text-align: left;
}
.product-list{
    display: none;
    min-height: 700px;
    height: auto;
    width: 100%;
    background: #fff;
}
.product-list .col-md-7{
    
}
.product-list .img-border{
    border: 1px solid #ddd;
    height: 300px;
    width: 100%;
    
}
.product-list .title-border{
    border: 1px solid #337ab6;
    background: #337ab6;
    margin-bottom: 15px;
}
.product-list .title-border span{
    color:white;
}
.product-list img{
    height: 300px;
    width: 100%;
    padding: 10px;
    object-fit: contain;
     -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.product-list img:hover{
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.product-list h2{
    margin-top: -4px;
}
.products{
    background: #fff;
    margin-bottom: 0px;
}
.products h2{
    text-transform: uppercase;
    color:#337ab7;
}
.products h4{
    color: #000;
}
.products .img-border{
    border-right: 1px solid #ddd;
    margin-bottom: 10px;
}
.products img{
    padding: 5px;
    display: block;
    margin: auto;
}
.products a{
    font-weight: 600;
    color: #337ab7;
    text-align: left;
    text-decoration: none;
}
.products .container .col-md-12 .col-md-4{
    
    display: block;
    margin: auto;
}
.prod-info{
    min-height: 690px;
    position: relative;
    margin-bottom: 0px;
    background: #fff;
}
.prod-info h4{
    color: #337ab7;
    
}
.prod-info .col-md-6 .prod-img img{
    display: block;
    height: auto;
    width: auto;
    margin: auto;
}
.prod-info .col-md-8 .prod-img{
   
}
.prod-info .btn-default{
    width: 230px;
}
.prod-info .col-md-4 img{
    height: auto;
    width: 80%;
}
.prod-info .col-md-4{
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.prod-info .col-md-6 .prod-img .btn-primary{
    text-align: center !important;
}
.prod-info .col-md-4 .related-item{
    border: 1px solid #ddd;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.prod-info tr,th,td{
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.prod-info span{
    font-size: 15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color : white;
  background-color: #428bca !important;
}
#exTab2 .tab-content{
    border-left: 1px solid #ddd;
}
#exTab2 .tab-pane{
    padding: 15px;
}
.welders h2{
    
}
/* -------------- 
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}*/
.rotateIn {
  animation-name: rotateIn;
}
.safety{
    min-height: 700px;
    width: 100%;
    margin-bottom: 0px;
    background: #fff;
}
.safety .nav-pills .tab-head{
    font-size: 20px;
    color: #E53935;
}
.safety p{
    font-size: 16px;
    font-family: Poppins;
}
.safety .border{
    border-right: 1px solid #ddd;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    display: inline-block;
}
.safety-feature{
    width: 100%;
    min-height: auto;
    background:linear-gradient(rgba(255,255,255,.6),rgba(255,255,255,.9)),url('http://kobewel.info/wp-content/themes/kobewel/images/bg-1.jpg');
    background-size: cover;
    background-position: center;
    
}
.safety-feature .text-border{
    
    padding: 100px; 
}
.safety .col-md-4,.col-md-8{
    overflow: hidden;
}
.safety .prod-serv{
    position: relative; 
    overflow-x: hidden !important;
}
.safety .tab-pane{
    overflow: hidden;
}
#cssmenu ul ul li a {
    cursor: pointer;
    padding: 10px 20px;
    z-index: 1; 
    border-bottom: 1px solid #ddd !important;
    border-left: 0px solid #32373e !important;
    border-right: 0px solid #32373e !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #E53935 !important;
    background: #fff !important;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li.active a{
    color: #fff !important;
    background: #E53935 !important;
}
#cssmenu ul ul li.active a{
    color: #fff !important;
    background: #E53935 !important;
}
#cssmenu ul ul li a:hover{
    margin-left: 20px !important;
    transition: 200ms !important;
    color: #fff !important;
    background: #E53935 !important;
}
.gallery img{
    display: block;
    margin: auto;
    object-fit: contain;
    height: 150px;
    width: 150px;
}
.gallery h6{
    text-align: center;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: #E53935 !important;
    text-align: left;
    height: 1.5em;
    font-size: 30px;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.hr-text:before {
  content: '';
  background: -webkit-linear-gradient(left, transparent, #E53935, transparent);
  background: linear-gradient(to right, transparent, #E53935, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #E53935;
  background-color: #fff;
}
.subscribe{
    background:url('http://kobewel.info/wp-content/themes/kobewel/images/subscribe.jpg');
    height: auto;
    min-height: auto;
    width: 100%;
    margin-bottom: 0px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.subscribe h3{
    color: #fff;
}
.subscribe .hs-line-6{
    color:#eeeeee;
}
.subscribe input{
    background: transparent;
    color: #fff;
}
.subscribe .form-control{
    width: 300px;
}
.subscribe button{
    background: #E53935;
    color: #ffffff;
}
.subscribe .form-tip {
    font-size: 11px;
    color: #aaa;
}
.subscribe .col-md-12{
    padding: 30px;
}
.wrapper-four .hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: #FFF !important;
    text-align: center;
    height: 1.5em;
    font-size: 30px;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.wrapper-four .hr-text:before {
  content: '';
  background: -webkit-linear-gradient(left, transparent, #FFF, transparent);
  background: linear-gradient(to right, transparent, #FFF, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.wrapper-four .hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #FFF !important;
  background-color: #E53935;
}

.page-template-safety  .hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: #000 !important;
    text-align: center;
    height: 1.5em;
    font-size:50px;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.page-template-safety  .hr-text:before {
  content: '';
  background: -webkit-linear-gradient(left, transparent, #337ab7, transparent);
  background: linear-gradient(to right, transparent, #337ab7, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.page-template-safety  .hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #337ab7 !important;
  background-color: transparent;
}












/*--------- for Mobile Devices View---------- */
@media only screen and (max-width: 1199px ) {
    .carousel .item img{
        position: relative;
        right: 20% !important;
    }
    .carousel-caption h1{
        margin-top: 40px !important;
    }
}
@media only screen and (max-width: 768px) {
    .home .banner{
    position: relative;
    height: auto;
    width: auto;
    background-position: left;
    }
    .banner{
        display: none;
    }
    .banner h3{
        margin-top: 15px;
        color: #000;
    }
    .banner img{
        height: auto;
        width: 100%;
    }
    .carousel{
    margin-top: 100px;
    }
    .carousel-caption h1{
    font-size: 30px;
    }
    .carousel .item img{
        position: relative;
        left: 0% !important;
    }
    .wrapper-one{
        height:100% !important;
        width: 100%;
        margin-top: 100px;
        background-size: cover;
        object-fit: cover;
        background-position: bottom center;
    }
    .wrapper-one h1{
        color: #fff;
        padding:20px;
        text-align: left !important;
    }
    .wrapper-three{
        min-height: auto;
    }
    .wrapper-three h2{
        font-size: 25px;
        margin-top: 30px;
    }
    .wrapper-four h2{
        font-size: 25px;
        margin-top: 30px;
    }
    .products .img-border{
    border-right: 0px;
    margin-bottom: 10px;
    }
    #nav-con{
    width: 100%;
    background-position: center;
    }
    .span3 img{
    height: 250px;
    width: 280px;
    }
    .footer{
    width: 100%;
    margin-bottom: 0px;
    }
    .prod-info tr,th,td{
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.3);
    }
    .prod-info .col-md-4 img{
    height: auto;
    width: 60%;
    }
    .prod-info .col-md-4 .related-item{
    border: 0px;
    }
    .distributor{
        height: auto;
        width: 100%;
    }
    .distributor .text{
    padding: 20px;
    }
    .contact-info{
    min-height: auto;
    }
    .product-list{
    min-height: 900px;
    }
    .product-list img{
    height: 280px;
    width: 250px;
    }
    .safety-feature .text-border{
    padding: 20px; 
    }    
    .safety-feature h1{
    font-size: 20px;
    padding: 10px;
    } 
    .subscribe button{
        margin-top: 15px;
    }
    .subscribe .form-control{
        margin: auto;
    }
    .page-template-safety  .hr-text {
        font-size:18px;
    }
    .contact-info{
    background-position: center;
    margin-bottom: 0px;
    }
}
@media
        only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (-o-min-device-pixel-ratio: 3/2),
        only screen and (-min--moz-device-pixel-ratio: 1.5),
        only screen and (min-device-pixel-ratio: 1.5){

          html,
          body{
            width:100%;
              overflow-x: hidden;
            }

}