/* GLOBAL STYLES
-------------------------------------------------- */
body {
  font-family: 'Roboto', sans-serif;
  color: #545454;
  line-height: 1;
  background: #f9f9f9;
  /* background: /url(../images/bg.jpg) left top repeat;*/
}
img {
  max-width: 100%;
}
p {
  font-size: 12px;
  line-height: 16px;
}
a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
}
li{
  list-style: none;
}

/*Transition Animation*/ 
a, button, .button, .service_tiem, .pmask, .pimg-wrap img, a:after, a:before {
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  -ms-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
.fleft{
  float: left;
}
/* CUSTOMIZE
-------------------------------------------------- */
.wrapper{
  width: 100%;
  overflow-y: hidden;
}
.main-wrap{
  position: relative;
  max-width: 1045px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px;
  background: #fff;
  border-top: 10px solid #d0d0d0;
  padding-bottom: 15px;
}
.top-bar{
  width: 100%;
  position:absolute;
  height: 10px;
  background:#c70007;
  left: 0;
  top: 0;
}

.block-rw{
  display: block;
  clear: both;
  overflow: hidden;
}
.leftbar{
  width: 273px;
  float: left;
  background: #ebebeb;
}
.content-area{
  float: right;
  width: 731px;
}
/* Header */
.header{
  float: left;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.logo-brand{
  float: left;
  width: 28%;
}
.header-main{
  float: right;
  width: 72%;
}
.top-header{
  width: 100%;
  border-bottom: 1px solid #155019;
}
.top-header ul{
  display: block;
  text-align: right;
  margin: 5px 0;
  padding: 0;
}
.top-header ul li{
  display: inline-block;
  margin-left: 10px;
}
.top-header ul li .fa-envelope-o, .top-header ul li .fa-home { color:#c70007; }
.top-header ul li a { color:#333; padding: 5px; display: block; }
.navbar{
  display: block;
  margin: 0;
}
.navbar-nav{
  float: left;
}
.nav, #navbar {
  padding: 0;
}
.nav li{
  position: relative;
}
.nav li>span{
  position: absolute;
  right: 0;
  top: 35%;
  color: #c70007;
}
.nav li a{
  font-size: 16px;
  color: #2f2f2f;
  padding: 25px 14px;
  position: relative;
}
.nav > li > a:after{
  width: 15%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #c70007;
  content: "";
  opacity: 0;
}
.nav > li > a:before{
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #d0d0d0;
  content: "";
  opacity: 0;
}
.nav li a:hover:after, .nav li a:hover:before, .nav li:hover a:after, .nav li:hover a:before,
.nav li a:active:after, .nav li a:active:before, .nav li a:focus:after, .nav li a:focus:before{
  opacity: 1;
} 
.nav > li > ul{
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10000;
  background: #fff;
  border:#ddd;
  width: 230px;
  padding: 0;
  margin: 0;
  display: none;
}
.nav > li > ul > li  ul{
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10000;
  background: #fff;
  border:#ddd;
  width: 170px;
  padding: 0;
  margin: 0;
  display: none;
}

.nav > li > ul > li, .nav > li > ul > li > ul >li {
  display: list-item;
  padding: 0;
  border-bottom:1px solid #ddd;
  position: relative;
}
.nav > li > ul li a{
  display: block;
  padding: 10px 10px;
}
.nav > li:hover > ul, .nav > li:active > ul{
  display: block;
}
.nav >li>ul> li:hover > ul, .nav > li > ul> li:active > ul{
  display: block;
}
.nav >li>ul> li>ul> li:hover > ul, .nav > li > ul>li>ul> li:active > ul{
  display: block;
}
.nav > li > ul > li:hover > a, .nav > li > ul > li > ul >li:hover > a,  .nav > li > ul > li > ul>li > ul  >li:hover > a{
  background: #e7e7e7;
}
.carousel {
  margin-bottom: 20px;
}
.carousel-caption {
  z-index: 10;
}
.carousel .item {
  height: 377px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.carousel-caption{
  left: 0;
  right: 0;
  padding: 10px;
  bottom: 0;
  background: #f00;
  background:rgba(199,0,7,0.7);
  font-size: 14px;
}
.carousel-control{
  width: 50px;
  opacity: 0;
}
.slide:hover .carousel-control{
  opacity: 1;
}
.carousel-control.right, .carousel-control.left{
  background: none;
} 
.product-wrap{
  display: block;
  position: relative;  
}
.product-list{
  display: block;
  padding: 0;
  margin: 0;
}
.product-list li{
  float: left;
  width: 25%;
  padding: 10px;
}
.line-title{
  display: block;
  position: relative;
  text-align: center;
}
.line-title:after{
  width: 100%;
  height: 1px;
  background:#c3c3c3;
  content: "";
  position: absolute;
  left: 0;
  top: 60%;
}
.line-title h2{
  background: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 10px;
}
.prod-item{
  position: relative;
  width: 100%;
  margin-top: 90px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
  text-align: center;  
  padding-top: 70px;
}
.prod-item .icon-top{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ebebeb;
  border:5px solid #fff;
  text-align: center;
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -60px;
  margin-left: -60px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.prod-item h2, .prod-item p{
  padding: 0 15px;
}
.read-more{
  display: block;
  background: url(../images/arow.png) left center no-repeat #d0d0d0;
  padding:10px 10px 10px 27px;
  color: #5e5e5e;
}
.prod-item h2 {
  font-size: 17px;
  font-weight: 700;
  color: #5e5e5e;
}
.prod-item p{
  font-size: 12px;
}
.company-logos{
  background: #e7e7e7;
  border:3px solid #f7d9da;
  text-align: center;
  margin-top: 30px;
  padding: 20px 10px;
}

.footer{
  border-top: 5px solid #d0d0d0;
  background: #fff;
  margin-top: 30px;
  text-align: center;
  display: block;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 10px;
}
.social-link{
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.social-link ul{
  padding: 0;
}
.social-link li{
  display: inline-block;
  margin: 5px;
}
.social-link li a{
  display: block;
  text-align: center;
  padding: 5px;
  background: #636363;
  font-size: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  min-width: 32px;
  min-height: 32px;
  color: #fff;
  line-height: 20px;
}
.left-nav{
  display: block;
  padding: 0;
  margin: 0 0 30px 0;
  background: #ebebeb
}
.left-nav li{
  display:list-item;
  border-bottom: 1px solid #aaaaaa;
}
.left-nav li a{
  display: block;
  background: #ebebeb;
  padding: 15px 15px 15px 50px;
  color: #000;
  position: relative;
  font-size: 14px;
}
.left-nav li a:before{
  width: 40px;
  height: 100%;
  background: url(../images/arow-cog.png) center center no-repeat #ebebeb;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.left-nav li a:after{  
  width: 100%;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/line-highlight.png) left bottom repeat-y #d0d0d0;
  opacity: 0;
}
.left-nav li:hover a:after{
  opacity: 1;
}
.hithlight-title{ 
  display: block;
  background: #d0d0d0;
  padding: 13px 15px 13px 52px;
  color: #000;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.hithlight-title:after{
  width: 40px;
  height: 100%;
  background: url(../images/arow-hithlight.png) center center no-repeat #c70007;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.bg-title{
  background: #ebebeb;
  position: relative;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0;
}

.bg-title:after{  
  width: 100%;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/line-highlight.png) left bottom repeat-y #d0d0d0;
}
.founder{
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
}
.founder-content{
  padding: 15px;
  text-align: justify;
  margin-bottom: 20px;
}
.btn-more{
  float: right;
  padding: 10px 10px 10px 40px;
  color: #000;
  background: #d0d0d0;
  position: relative;
}
.btn-more:after{
  position: absolute;
  width: 30px;
  height: 100%;
  background: #c80005;
  color: #fff;
  font-weight: 700;
  content: "+";
  left: 0;
  top: 0;
  text-align: center;
  font-size: 20px;
  padding-top: 7px;
}

.btn-more.sm{
  padding: 5px 5px 5px 30px;
}
.btn-more.sm:after{
  padding-top: 3px;
  width: 20px;
}
.founder-img{
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid #c3c3c3;
}
.product-sec{
  width: 100%;
  background: #fff;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
  margin-top: 30px;
  overflow: hidden;  
}
.lukoil{
  background: url(../images/lukoil-bg.jpg) left bottom no-repeat #e7e8ea;
  background-size: cover;
}
.product-content{
  float: left;
  width: 260px;
  padding: 15px;
}
.logo-product{
  display: block;
  margin-bottom: 10px;
}
.product-itemwrap{
  float: right;
  width: 720px;
}
.product-item{
  float: left;
}
.product-item h2{
  font-size: 24px;
  color: #de091e;
  font-weight: 700;
  padding-left: 15px; 
  margin: 0;
}
.lukoil .product-item{
  width: 33.33%;
  padding-top: 25px;
}
.belarus{
  background: url(../images/agreeculture.jpg) left center no-repeat;
  background-size: cover;
}
.belarus .row{
  margin-left: -10px;
  margin-right: -10px;
}
.belarus .product-item{
  display: inline-block;
  padding: 5px 10px;
  width: 33.33%;
}
.belarus .product-item.wide{
  width: 30%;
}
.belarus .product-item.wide2{
  width: 40%;
}
.belarus .product-itemwrap{
  position: relative;
}
.belarus  .note{
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #c51720;  
}
.gold{
  background: url(../images/sunflower.jpg) left center no-repeat;
  background-size: cover;
}
.gold  .product-itemwrap{
  padding-top: 20px;
}
.gold .product-item{
  width: 20%;
}

.gold .product-item h2{
  font-size: 16px;
  color: #000;
  font-weight: 700;
  padding-left: 0;
  margin-bottom: 5px;  
}
.ticker-container{
  display: block;
  width: 100%;
  border: 1px solid #646464;
  height: 30px;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcf7+0,e4e8e1+100 */
background: #f9fcf7; /* Old browsers */
background: -moz-linear-gradient(top, #f9fcf7 0%, #e4e8e1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f9fcf7 0%,#e4e8e1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f9fcf7 0%,#e4e8e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#e4e8e1',GradientType=0 ); /* IE6-9 */
  
}
.ticker-caption{
  float: left;
  width: 120px;
  background: url('../images/ticker-caption-bg.png') right center;
  color: #fff;
  padding: 7px;
}
.marquee0{
  padding-top: 5px;
}

.page-content{
  width: 100%;
  background: #fff;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
  margin-top: 30px;
  overflow: hidden; 
  max-height: 200px;
  overflow: auto; 
}
.product-row {
  width: 100%;
  background: #fff;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
  margin-top: 30px;
  overflow: hidden; 
}
.sec-title{
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  padding: 5px 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}
.plist{
  display: block;
  padding: 0;
  clear: both;
  overflow: hidden;
}
.plist li{
  float: left;
  width: 20%;
  padding: 10px;
}
.plist .product-item{
  display: block;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
}
.plist .product-item:hover{
  background: #fff;
-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
}
.plist .ptitle{
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.plist .ptitle a{
  color: #333;
}
.plist .ptitle a:hover{
  color: #c70007;
}
.page-banner{
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 5px;
  border: 1px solid #ddd;
}
.about-content{
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
.pagination{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  clear: both;
}
.pagination ul{
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination ul li{
  display: inline-block;
}
.pagination ul li a{
  display: block;
  border:1px solid #ddd;
  padding: 5px;
  color: #222;
  min-width: 25px;
}
.pagination ul li a.active{
  background: #c70007;
  color: #fff;
  border:1px solid #c70007;
}
.details-content{
  display: block;
  overflow: hidden;
  border:1px solid #ddd;
  padding: 15px;
}
.prod-title{
  display: block;
  font-size: 24px;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
}
.detail-pic{
  float: left;
  width: 250px;
  border:1px solid #ddd;
  padding: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.details-content h4{
  font-size: 18px;
  font-weight: 700;
  color: #f00;
}
.details-content p{
  margin-bottom: 15px;
  font-size: 14px;
}
.details-content h5{
  font-size: 15px;
  font-weight: 700;
  color: #f00;
  text-decoration: underline;
}
.details-content ul{
  margin-bottom: 30px;
}
.details-content ul li{
  display: list-item;
  margin-bottom: 5px;
  list-style: outside disc;
}

.gallery-cat, .gallery-list{
  display: block;
  margin: 20px 0;
  padding: 0;
  overflow: hidden;
}
.gallery-cat li{
  display: inline-block;
  width: 300px;
}
.gallery-cat li a{
  display: block;
}
.gallery-cat h3{
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
  color: #333;
  font-weight: 600;
  text-align: center;
}
.gallery-cat img{
  border:1px solid #ddd;
  padding: 5px;
}
.gallery-cat li a:hover h3{
  color: #c70007;
}
.gallery-cat li a:hover img{
    border:1px solid #c70007;
}

.gallery-list li{
  display: inline-block;
  width: 33.33%;
  float: left;
  padding: 15px;
}
.gallery-list li a{
  border: 1px solid #ddd;
  padding: 5px;
  display: block;
}
.main-container{
  width: 100%;
  clear: both;
  display: block;
  float: left;
}
.left-map{
  float: left;
  width: 250px;
  margin-right: 50px;
}

.clist{
  display: block;
  padding: 0;
  clear: both;
  overflow: hidden;
}
.clist li{
  float: left;
  width: 20%;
  padding: 10px;
}
.cl-item{
  display: block;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
}
.cl-item:hover{
  background: #fff;
-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
}
.ctitle{
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  min-height: 60px;
}
.ctitle a{
  color: #333;
}
.ctitle a:hover{
  color: #c70007;
}

.belwrap{
  display: block;
  background: url(../images/product-bg.png) center top no-repeat;
}
.bel-content{
  width:80%;
  padding-top: 50px;
}
.lnk-button{
  border: none;
  border-bottom: 1px solid transparent;
  background: #e82323;
  padding: 8px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-family: 'Arial', serif;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 30px;
}
.belwrap td{
  padding: 5px;
}
.details-content.bl{
  border: none;
}
.uline-table{
  display: block;
}
.uline-table table{
  width: 100%;
}
.uline-table td{
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.uline-table th{
  padding: 35px 0 10px;
  font-weight: bold;
}

.b-find-dealer{
  border: 3px solid #e9e9dc;
padding: 25px 20px;
border-radius: 7px;
margin-bottom: 35px;
}
.b-find-dealer .title {
    font-weight: bold;
    margin-bottom: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

a.link-button{
  border: none;
border-bottom: 1px solid transparent;
background: #e82323;
padding: 10px 21px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color: #fff;
font-size: 18px;
font-family: 'Arial', serif;
font-weight: bold;
text-decoration: none;
vertical-align: middle;
}
.bulet-list{
  display: block;
  padding-top: 60px;
}
.bulet-list li{
  display: list-item;
  margin-bottom: 8px;
}
.bulet-list li span{
  width: 10px;
  height: 10px;
  background: #ddd;
  margin-right: 5px;
  display: inline-block;
  
}
.bulet-list li span.bulet-yello{
  background: #ff0
}
.bulet-list li span.bulet-red{
  background: #f00;
}
.bulet-list li span.bulet-sky{
  background: #87ceeb;
}
.bulet-list li span.bulet-purple{
  background: #FF5669;
}
.form-horizontal{
  padding: 30px;
}
.form-horizontal label{
  text-align: right;
  text-transform: uppercase;
}
.center-title{
  display: block;
  border-bottom: 1px solid #ddd;
}
.form-horizontal .form-row{
  margin-bottom: 10px;
}
.captcha-field{
  display: inline-block;
  width: 150px;
}
.captcha-image{
  display: inline-block;
  font-size: 24px;
  color: #f00;
}
.submit{
  border:none;
  background: #333;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1024px) {
  .leftbar{
    width: 24%;
  }
  .content-area{
    width: 76%;
  }
  .nav li a{
    padding: 15px 13px;
  }
  .product-content{
    width: 24%
  }
  .product-itemwrap{
    width: 76%;
  }
  .navbar-toggle{
    background: #333;
  }
  .navbar-toggle .icon-bar{
    background: #fff;
  }
}
@media (max-width:768px) {
  .leftbar{
    width: 35%;
  }
  .content-area{
    width: 65%;
  }
  .product-content{
    width: 35%
  }
  .product-itemwrap{
    width: 65%;
  }
  .nav li a {
    padding: 5px;
    font-size: 14px;
  }
  .nav li > span{
    top: 25%;
  }
  .lukoil .product-item h2{
    margin-bottom: 15px;
  }
  .gold .product-item h2{
    min-height: 50px;
  }
}
@media (max-width:767px) {
  .leftbar, .content-area, .product-content,  .product-itemwrap{
    width:100%;
  }
  .logo-brand, .header-main{
    width: 100%;
    text-align: center;
  }
  .top-header ul li{
    width: 100%;
    text-align: center;
  }
  .navbar-nav, #navbar{
    width: 100%;
    text-align: left;
    background: #f9f9f9;
  }
}
@media (max-width:550px) {
  .belarus .product-item, .gold .product-item, .lukoil .product-item{
    width: 100%;
    text-align: center;
  }
  .carousel .item{
    height: 250px;
  }
}
@media (max-width:480px) {
  .carousel .item{
    height: 200px;
  }
}
@media (max-width:320px) {
  .carousel .item{
    height: 150px;
  }
}