html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table {
  border-collapse: collapse;
}

a img {
  border: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  color: #e21a22;
}

textarea {
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
}

.clearfloat:before, .clearfloat:after {
  content: "";
  display: table;
}

.clearfloat:after {
  clear: both;
}

/* For IE 6/7 (triggers hasLayout) */
.clearfloat {
  *zoom: 1;
}

.margin-right {
  margin-right: 0 !important;
}

.remove {
  border-bottom: 0 !important;
  background-image: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

img {
  display: inline-block;
  vertical-align: middle;
  
}
.text-module img {height:auto !important;}
textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.last {
  margin-right: 0 !important;
  padding-right: 0px !important;
}

/*FONTS--------------------------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
       url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
       url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
       url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
       url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url("fonts/opensans-light-webfont.eot");
  src: url("fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-light-webfont.woff") format("woff"), url("fonts/opensans-light-webfont.ttf") format("truetype"), url("fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

p, ul, ol, section, article, div {
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Open Sans', Arial;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

/*
################################################
#                                              #
#   author:  webrix-studio                     #
#   url:  http://webrix-studio.com             #
#                                              #
################################################
 */
/*BODY-------------------------------------------------------------------*/

body {
  background-color: #fff;
  font-family: 'open_sanslight', Arial;
  font-size: 100%;
  color: #000;
}
.wrapper{
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

/*-------------- header ---------------*/
header{
  background: #000;
}

.head-wrap{
  padding-top: 25px;
  padding-bottom: 28px;
  background: url('../images/header_bgr.jpg') no-repeat center top;
  background-size: cover;
}
.header-right{
  float: right;
}

.logo{
  float: left;
}

/*-------------- languages ---------------*/
.lang{
  float: left;
  margin-right: 50px;
  margin-top: 33px;
}
.lang a{
  font-family: 'Open Sans';
  color: #818181;
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
  padding-top: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #3e3e3e;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.lang a:hover{
  background: #3e3e3e;
  color: #fff;
}

/*-------------- phone number ---------------*/
.phone-number{
  float: left;
  font-size: 36px;
  color: #e21a22;
  font-family: 'Open Sans';
  text-align: right;
  margin-top: 5px;
}
.phone-number > div{
  font-size: 14px;
  color: #d0d0d0;

}
.phone-number > div > span {
	padding-left:5px;
  color: #e21a22;
}
.phone-number img{
  position: relative;
  top: -5px;
  margin-right: 15px;
}

/*-------------- shopping cart ---------------*/
.cart{
  float: left;
  margin-top: 6px;
  margin-left: 15px;
  padding: 20px 0px 3px 30px;
  border-left: 1px solid #3e3e3e;
  font-family: 'Calibri';
}
.cart a{
  display: block;
}
.cart a span{
  float: right;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  text-align: center;
  color: #e21a22;
  font-size: 20px;
  position: relative;
  font-weight: bold;
  top: -4px;
  padding-top: 8px;
  margin-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.cart a:hover span{
  background: #3e3e3e;
}

/*-------------- top line ---------------*/
.top-line{
  background: #000;
  height: 35px;
}
.top-menu{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: right;
  font-family: 'Calibri';
}
.top-menu > li{
  float: left;
  position: relative;
}
.top-menu li a{
  display: block;
  height: 35px;
  color: #868686;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 14px;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.top-menu li a i{
  color: #000;
  margin-right: 5px;
  font-size: 15px;
}
.top-menu > li:hover > a{
  color: #fff;
}
.top-menu > li:last-child > a{
  background: #eceff1;
  padding-top: 8px;
}
.top-menu > li:hover:last-child > a{
  color: #e21a22;
}
.top-menu li ul {
  top: 120%;
  right: 0;
  opacity: 0;
  min-width: 100%;
  visibility: hidden;
  position: absolute;
  text-align: right;
  padding: 10px 0px 0px;
  z-index: 9999;
}
.top-menu > li > ul:before{
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: 5px;
  left: 75%;
  margin-left: -5px;
}
.top-menu li ul li{
  border-bottom: 1px solid #e5e5e5;
  list-style:none;
}
.top-menu li ul li:last-child{
  border-bottom: none;
}
.top-menu li ul li a{
  background: #fff;
  padding-top: 8px;
}
.top-menu li:hover > ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
.top-menu li ul li:hover > a{
  color: #e21a22;
}

/*-------------- menu ---------------*/
.menu-wrap{
  background: rgba(226, 26, 34, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}
#menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#menu ul li{
  position: relative;
}
#menu > ul > li{
  float: left;
}
#menu ul li a{
  display: block;
  white-space: nowrap;
  font-family: 'open_sanssemibold';
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 24px 16px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
#menu ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #94040a;
  height: 6px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#menu > ul > li:hover > a:before, #menu > ul > li:focus > a:before, #menu > ul > li:active > a:before, #menu > ul > li.current-menu > a:before {
  left: 0;
  right: 0;
}
#menu > ul > li > ul {
  top: 120%;
  left: 0;
  opacity: 0;
}
#menu ul li ul {
  min-width: 100%;
  visibility: hidden;
  position: absolute;
  text-align: left;
  z-index: 9999;
  padding: 5px 0px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
#menu ul li ul li:last-child{
  border-bottom: none;
}
#menu ul li ul li a{
  padding: 10px 15px;
  font-size: 13px;
  color: #000;
  font-family: 'Open Sans';
}
#menu ul li ul li ul {
  top: 0;
  left: 100%;
  opacity: 0;
}
#menu ul li:hover > ul {
  visibility: visible;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
#menu > ul > li:hover > ul {
  top: 100%;
  opacity: 1;
}
#menu ul li ul li:hover ul {
  left: 100%;
  opacity: 1;
}
#menu ul li ul li a:hover{
  color: #e31e24;
  background: #eceff1;
}

/*--------------- banner -----------------*/
.banner{
  position: relative;
}
.fade .slick-prev, .fade .slick-next{
  opacity: 0;
  visibility: hidden;
  width: 56px;
  height: 56px;
  top: 47%;
}
.fade .slick-prev{
  background: url('../images/arrow_prev.png') no-repeat;
}
.fade .slick-next{
  background: url('../images/arrow_next.png') no-repeat;
}
.fade:hover .slick-prev, .fade:hover .slick-next{
  opacity: 1;
  visibility: visible;
}
.fade img{
  max-width: none;
  width: 100%;
}
.banner-text{
  position: absolute;
  top: 45%;
  left: 50%;
  width: 1100px;
  margin-left: -550px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.ban-title{
  font-size: 72px;
  color: #fff;
  font-family: 'open_sansbold';
  line-height: 86px;
  margin-bottom: 30px;
}
.ban-info{
  font-size: 18px;
  color: #fff;
  font-family: 'Open Sans';
}
.ban-btn{
  display: inline-block;
  font-family: 'open_sanssemibold';
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  background: #e21a22;
  padding: 15px 30px;
}
.ban-btn:hover{
  background: #000;
}

/* ============================================================
  parallax
============================================================ */
.parallax{
  position: relative;
  background-image: url("../images/parallax1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: 1px solid #fff;
}

/*--------------- section accents -----------------*/
.accent-item{
  float: left;
  width: 25%;
  height: 250px;
  border-right: 1px solid #fff;
  padding: 60px 38px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.accent-item:last-child{
  border-right: none;
}
.accent-item h3{
  position: relative;
  font-family: 'open_sansbold';
  padding-bottom: 7px;
  margin-bottom: 22px;
}
.accent-item h3 a{
  color: #fff;
}
.accent-item h3 i{
  color: #818181;
  font-size: 28px;
  margin-left: 15px;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
.accent-item h3:before{
  content: '';
  background: #e21a22;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 190px;
  height: 1px;
}
.accent-item h3:after{
  content: '';
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 1px;
}
.accent-item h3 a:hover{
  color: #e21a22;
}
.accent-item h3 a:hover i{
  opacity: 0;
  margin-left: 25px;
}

.accent-text{
  color: #afafaf;
  font-family: 'open_sanslight';
  line-height: 24px;
  font-size: 14px;
  height: 72px;
  overflow: hidden;
}

/*--------------- section about us -----------------*/
.about-us{
  float: left;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 80px;
}
.about-us .title{
  margin-bottom: 40px;
}
.title{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.title:after{
  content: '';
  background: #e21a22;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.about-us h1{
  font-size: 30px;
}
.about-us-text{
  line-height: 24px;
  font-size: 16px;
}
.about-us-text p{
  font-size: 16px;
}
.more-link{
  display: inline-block;
  font-size: 13px;
  color: #686868;
  margin-top: 30px;
}
.more-link i{
  color: #e21a22;
  margin-left: 4px;
  margin-right: 4px;
}
.more-link:hover{
  color: #e21a22;
}

/*--------------- section login form -----------------*/
.login-form{
  float: right;
  width: 50%;
  padding: 100px 0px;
}
.login-form h3{
  text-align: center;
  text-transform: none;
  margin-bottom: 15px;
}

.login-formInner{
  width: 50%;
  padding: 0 0 100px 0px;
}
.login-formInner h3{
  text-align: center;
  text-transform: none;
  margin-bottom: 15px;
}


.some-form{
  max-width: 350px;
  margin: 0px auto;
}
.some-form ul{
  margin: 0px 0px 15px;
  padding: 0px;
  list-style-type: none;
}
.some-form ul li{
  border-top: 1px solid #e3e3e3;
}
.some-form ul li:last-child{
  border-bottom: 1px solid #e3e3e3;
}
.f-input{
  height: 45px;
  display: block;
  background: #fff;
  width: 100%;
  padding: 12px 5px 12px 55px;    /* заради ie8 */
  border: none;
  color: #000;
  font-size: 14px;
  font-family: 'open_sanslight';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.f-input:focus {
  outline: none;
}
.some-form textarea{
  height: 95px;
  padding-top: 9px;
}
.i1, .i2, .i3, .i4, .i5{
  position: relative;
  color: #e3e3e3;
  font-size: 24px; 
}
.i1:before, .i2:before, .i3:before, .i4:before, .i5:before{
  position: absolute;
  top: 10px;
  left: 7px;
  width: 1.28571429em;
  text-align: center;
}
.i1:before{
  font-family: 'FontAwesome';
  content: '\f007';
}
.i2:before{
  font-family: 'FontAwesome';
  content: '\f0e0';
  font-size: 22px;
}
.i3:before{
  font-family: 'FontAwesome';
  content: '\f095';
}
.i4:before{
  font-family: 'FontAwesome';
  content: '\f040';
  font-size: 22px;
}
.i5:before{
  font-family: 'FontAwesome';
  content: '\f023';
  font-size: 25px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #686868;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #686868;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #686868;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #686868;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #686868;
}

.send-btn{
  display: block;
  text-align: center;
  background: #e21a22;
  color: #fff;
  font-family: 'open_sanssemibold';
  font-size: 14px;
  text-transform: uppercase;
  padding: 11px 20px;
}
.send-btn:hover{
  background: #000;
}

/*-------------------- section logos --------------------*/
.all-logos{
  background: #e3e3e3;
  position: relative;
  padding: 90px 0px;
}
.skew-r, .skew-l{
  background: #e3e3e3;
  position: absolute;
  top: -28px;
  right: 0px;
  width: 62%;
  height: 30px;
}
.skew-r:before, .skew-l:before{
  content: '';
  background: #e3e3e3;
  position: absolute;
  top: 0px;
  left: -20px;
  width: 50px;
  height: 30px;
  transform: skew(-34deg);
  -webkit-transform: skew(-34deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.skew-l{
  bottom: -28px;
  left: 0px;
  right: auto;
  top: auto;
}
.skew-l:before{
  right: -20px;
  left: auto;
}
.other-logo{
  background: #fff;
  margin: 0px 10px;
  text-align: center;
  position: relative;
  height: 120px;
}
.other-logo a{
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}
.other-logo a img{
  display: inline-block;
}
.autoplay{
  padding-left: 10px;
  padding-right: 10px;
}
.autoplay .slick-prev{
  left: -20px;
}
.autoplay .slick-next{
  right: -20px;
}

/*--------------- footer -----------------*/
footer{
  background: #F9F9F9;
  padding-top: 110px;
  padding-bottom: 70px;
  text-align: center;
}
.footer-logo{
  margin-bottom: 20px;
}
/*--------- socials ---------*/
.socials{
  margin-bottom: 3px;
}
.socials a{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F9F9F9;
  color: #b7b7b7;
  font-size: 22px;
  padding-top: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.socials a:hover{
  background: #e21a22;
  color: #fff;
}

.rights{
  color: #b7b7b7;
  font-size: 14px;
  font-family: 'Open Sans';
}

.page-top{
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 15px;
  right: 5%;
  display: block;
  width: 40px;
  height: 38px;
  background: #ccc;
  border-radius: 3px;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
}
.page-top:hover{
  background: #2c2d2e;
  color: #f1f1f1;
}
.page-top.page-top-show{
  visibility: visible;
  opacity: 1;
}

/*--------------- banner inner pages -----------------*/
.inner-b{
  background: #000;
  height: 70px;
}

/*--------------- breadcrumb -----------------*/
.breadcrumb{
  color: #aaa;
  font-size: 11px;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.breadcrumb span{
  color: #383838;
  font-size: 11px;
  border: 1px solid #f1f1f1;
  padding: 2px 5px;
}
.breadcrumb a{
  color: #383838;
  font-size: 11px;
}
.breadcrumb a:hover{
  color: #e21a22;
}
.breadcrumb i{
  font-size: 12px;
}
.breadcrumb a i{
  font-size: 16px;
}

/*--------------- page inside -----------------*/
.main-part{
  float: right;
  width: 73%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-part .title{
  margin-bottom: 15px;
}
.right-part{
  float: left;
  width: 22%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-module{
  padding-top: 15px;
  margin-bottom: 20px;
}

/*--------------- how to be a client page -----------------*/
.offer-form-wrap{
  width: 100%;
}
.float-field{
  margin-bottom: 5px;
}
.float-field label{
  float: left;
  display: block;
  width: 24%;
  font-size: 14px;
  color: #3f454d;
  padding-top: 5px;
  font-family: 'Open Sans';
}
.float-field label span{
  color: #e21a22;
}
.field-wrap{
  float: left;
  width: 69%;
}
.input-field{
  border: 1px solid #e3e3e3;
  background: #fff;
  display: block;
  padding: 7px 5px;
  width: 100%;
  color: #2d2d2b;
  font-family: 'Open Sans';
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.styled-select {
   width: 100%;
   height: 31px;
   margin-bottom: 5px;
   overflow: hidden;
   background: #fff url(../images/arrow_down.png) no-repeat right;
   background-position: 95% 50%;
   border: 1px solid #ddd;
   box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.styled-select select {
   background: transparent;
   width: 110%;
   padding: 8px 5px 6px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   -webkit-appearance: none;
   color: #2d2d2b;
   text-transform: uppercase;
   font-size: 14px;
   font-family: 'Calibri';
   outline: none;
}
.f1{
  width: 50%;
}
.f2{
  width: 66%;
}
.f3{
  width: 35%;
}
.input-textarea{
  border: 1px solid #e3e3e3;
  background: #fff;
  display: block;
  padding: 7px 5px;
  margin-top: 3px;
  width: 100%;
  height: 150px;
  color: #2d2d2b;
  font-size: 14px;
  font-family: 'Open Sans', Arial;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.your-info{
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #f7f7f7;
}
.just-text{
  color: #949494;
  font-style: italic;
  margin-top: 10px;
  font-size: 13px;
  font-family: 'Open Sans';
}
.just-text span{
  color: #e21a22;
}
.your-info-more{
  display: none;
}

.label-checkbox{
  font-size: 14px;
  line-height: 15px;
  color: #2d2d2b;
  float: left;
  margin: 0px 30px 15px 8px;
  max-width: 87%;
  font-family: 'open_sanssemibold';
}
.sub-options{
  margin-left: 25px;
}
.line-btm{
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/*Custom Radio Buttons and Checkboxes using Font Awesome*/
input[type=radio],
input[type='checkbox'] {
  display: none;
}
input[type=radio] + label,
input[type='checkbox'] + label {
  display: block;
  float: left;
  color: #65717f;
  font-size: 10px;
  border: 1px solid #ddd;
  height: 17px;
  width: 17px;
  padding-top: 0px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input[type=radio] + label{
  display: inline-block;
  border-radius: 50%;
  background: #f1f1f1;
}
input[type='checkbox'] + label:before,
input[type='radio'] + label:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ccc;
  font-size: 14px;
}
input[type=radio] + label:before {
  content: ""; /* Radio Unchecked */
  font-size: 10px;
}
input[type=radio]:checked + label:before {
  content: "\f111"; /* Radio Checked */
  color: #bf1717;
}
input[type="checkbox"] + label:before {
  content: ""; /* Checkbox Unchecked */
}
input[type="checkbox"]:checked + label:before {
  content: "\f00c"; /* Checkbox Checked */
  color: #bf1717;
}
.radio label,
.checkbox label {
  padding-left: 0;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  color: #bf1717;
  display: inline-block;
  padding: 5px 15px 6px;
  margin-top: 2px;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
  transition:all .2s ease-in;
}
.fileUpload i{
  font-size: 13px;
  margin-left: 3px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fileUpload:hover{
  background: #3f454d;
  color: #fff;
}

/*--------------------------- news ------------------------- */
.one-new{
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.one-new figure{
  width: 28%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #000;
}
.one-new figure a{
  display: block;
}
.one-new figure img{
  width: 100%;
  max-width: none;
}
.one-new figure:hover a{
  opacity: 0.7;
}
.one-new-title a{
  color: #e31e24;
}
.one-new-title a:hover{
  color: #000;
}
.one-new-text{
  max-height: 80px;
  overflow: hidden;
}
.date{
  color: #bbb;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.one-new .more-btn{
  margin-top: 13px;
}

.simple-image{
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 60%;
}

/*----------- sidebar menu -------------*/
.sidebar-menu{
  margin-bottom: 40px;
}
.sidebar-menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.sidebar-menu ul li{
  display: block;
}
.sidebar-menu ul li a{
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 7px;
}
.sidebar-menu > ul > li > a{
  border: 1px solid #f1f1f1;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  font-family: 'Open Sans';
}
.sidebar-menu > ul > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0px;
  background: #e31e24;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sidebar-menu > ul > li > a:hover:before, .sidebar-menu > ul > li > a:focus:before, .sidebar-menu > ul > li > a:active:before {
  right: 0;
}
.sidebar-menu ul li a:hover{
  color: #e31e24;
}
.sidebar-menu ul li a.sidebar-current{
  color: #e31e24;
}
.sidebar-menu ul li ul{
  margin: 3px 0px;
  border: none;
}
.sidebar-menu ul li ul li{
  margin-bottom: 3px;
  width: auto;
  border: none;
}
.sidebar-menu ul li ul li a{
  font-size: 13px;
  padding: 0px;
  font-weight: normal;
  margin: 0px;
  padding: 2px 0px 3px 20px;
  text-transform: none;
}
.sidebar-menu ul li ul li ul li a{
  padding: 2px 0px 3px 30px;
}
.sidebar-menu ul li ul li a.current{
  color: #000 !important;
  background: none;
}


.right-part .transport-one{
  float: none;
  width: 100%;
  margin: 0px 0px 20px;
}
.right-part .tr-title{
  height: auto;
}


/*----------------------- Simple gallery in details ---------------------------- */
.simple-gallery{
  width: 100%;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  list-style-type: none;
}
.simple-gallery li{
  float: left;
  width: 32%;
  margin-top: 1%;
  margin-right: 1%;
}
.simple-gallery li a{
  display: block;
}
.simple-gallery li img{
  max-width: none;
  width: 100%;
}
.simple-gallery li a:hover{
  opacity: 0.7;
}

/*pagination-----------------------------------------------------------------*/
.pagination {
  margin-bottom: 30px;
}
.pagination ul {
  font-family: 'Calibri', Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: right;
  padding: 0px;
  margin: 0px;
}
.pagination li {
  list-style-type: none;
  display: inline-block;
}
.pagination a,
.pagination a:visited {
  display: inline-block;
  padding: 3px 8px;
  background: #fff;
  border: 1px solid #fff;
  color: #3e3e3e;
  text-decoration: none;
}
.pagination a:hover,
.pagination a:visited:hover {
  background: #707070;
  border: 1px solid #707070;
  color: #FFF;
}
.pagination a.currentpage {
  background-color: #2c2d2e;
  border: 1px solid #2c2d2e;
  color: #fff;
  cursor: default;
}
.pagination a.disablelink,
.pagination a.prevnext {
  font-weight: bold;
}

/*table----------------------------------------------------------------------*/
.nl_osn {
  width: 99%;
  margin: 20px 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  color: #909090;
  margin-top: 50px !important;
}
.nl_osn a {
  font-size: 14px;
  text-decoration: none;
}
.tr {
  width: 100%;
  display: table;
  padding: 2px 10px;
  background: #F6F6F6;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  cursor: default;
  margin-bottom: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tr:hover {
  background: #e9e9e9;
  color: #000;
}
.tr span,
.th {
  display: table-cell;
  color: #3b3e4a;
}
.download1 {
  width: 72%;
  vertical-align: middle;
}
.size1,
.type1 {
  width: 8%;
  padding: 0 3px;
  text-align: right;
  vertical-align: middle;
}
a.pdf,
a.pdf:visited {
  display: block;
  float: right;
  font: normal 12px Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  margin-left: 5px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 80px;
  display: table-cell;
  top: 3px;
  position: relative;
  color: #fff;
  background: #e31e24;
}
a.pdf:hover{
  background: #2c2d2e;
}

/*--------------------------- Promo page ------------------------- */
.promo-box-wrap{
  float: left;
  width: 31%;
  margin: 0px 1% 30px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.promo-box{
  border: 1px solid #e3e3e3;
  padding: 0px 0px 5px 0px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
.sale-ribbon{
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 5px;
  font-family: 'Open Sans', Arial;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  background: #ff0000;
  padding: 7px 9px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.promo-box-image{
  display: block;
  background: #fff;
  text-align: center;
  height: 214px;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.promo-box-image a {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.new-price{
  display: inline-block;
  font-size: 30px;
  font-family: 'Open Sans', Arial;
  color: #000;
  margin-right: 7px;
}
.new-price span{
  font-size: 20px;
}
.old-price{
  display: inline-block;
  color: #777777;
  font-size: 13px;
  font-family: 'Open Sans', Arial;
  text-decoration: line-through;
}
.product-box-title{
  color: #000;
  font-size: 15px;
  display: block; 
  height: 40px;
  overflow: hidden;
  padding-bottom: 5px;
  font-family: 'Open Sans', Arial;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
.promo-box-wrap:hover .promo-box{
  border: 1px solid #ccc;
}
.promo-box-wrap:hover .product-box-title{
  color: #e21a22;
}

/*----------------------- Products page with firm's logos ---------------------------- */
.logos-list{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.logos-list li{
  float: left;
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 20px;
}
.obj{
  height: 140px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.obj > a{
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.obj img{
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.obj figcaption{
  position: absolute;
  z-index: 2;
  height: auto;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  background: #e21a22;
  padding: 5px 10px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.obj:hover figcaption {
 opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.obj figcaption h5{
  font-size: 15px;
  color: #fff;
  line-height: 20px;
}
.obj:hover img{
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

/*----------------------- Partners page ---------------------------- */
.partners{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.partners li{
  margin-bottom: 20px;
}
.partners li:before, .partners li:after{
  content: '';
  display: table;
}
.partners li:after {
  clear: both;
}
.partners li figure{
  float: left;
  width: 180px;
  height: 120px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin-right: 15px;
}
.partners li figure > a{
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  padding: 0px 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.partners li h4{
  margin-bottom: 5px;
}
.firm-text{
  max-height: 79px;
  overflow: hidden;
}


/*----------------------- Index page after login ---------------------------- */
.section-categories{
  padding: 70px 0px;
}
.category-btns{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.category-btns li{
  float: left;
  width: 13.2%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-bottom: 15px;
}
.category-btns li a{
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  height: 50px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  font-family: 'open_sanssemibold';
  background: #b00101;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
}
.category-btns li a:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e21a22;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.category-btns li a:hover:before, .category-btns li a:focus:before, .category-btns li a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.category-btns li a span{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  padding: 0px 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.main-part .category-btns li{
  width: 19%;
}
.back{
  border-top: 1px solid #e3e3e3;
  margin-top: 20px;
}
.back .more-link{
  margin-top: 10px;
}

/*
.section-categories{
  padding: 70px 0px;
}
.category-btns{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.category-btns li{
  float: left;
  width: 15%;
  margin-right: 0.8%;
  margin-left: 0.8%;
  margin-bottom: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.btn-item{
  position: relative;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin-bottom: 2px;
}
.btn-item a{
  display: block;
}
.btn-item a img{
  max-width: none;
  width: 100%;
}
.btn-title{
  padding: 5px 10px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-title a{
  font-size: 13px;
  color: #e21a22;
  line-height: 20px;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.btn-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.category-btns li:hover .btn-title:before, .category-btns li:focus .btn-title:before, .category-btns li:active .btn-title:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.category-btns li:hover .btn-title a{
  color: #fff;
}

.main-part .category-btns li{
  width: 23%;
}
*/






/*----------------------- Products list page ---------------------------- */
.product-box-wrap{
  float: left;
  width: 19%;
  margin: 0px 0.5% 30px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.product-box{
  border: 1px solid #e3e3e3;
  padding: 0px 0px 5px 0px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
.sale-ribbon{
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 5px;
  font-family: 'Open Sans', Arial;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  background: #ff0000;
  padding: 7px 9px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.product-box-image{
  display: block;
  background: #fff;
  text-align: center;
  height: 120px;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.product-box-image a {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.product-box-info{
  padding-left: 8px;
  padding-right: 4px;
}
.product-box .new-price{
  font-size: 22px;
  color: #e31e24;
}

.product-box-description{
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 0px;
  overflow: hidden;
  color: #000;
  opacity: 0;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
.product-box-description > div{
  height: 110px;
  overflow: hidden;
  font-size: 13px;
}
.product-box-description .send-btn{
  margin-top: 10px;
  font-size: 12px;
}
.product-box-wrap:hover{
  position: relative;
  z-index: 100;
}
.product-box-wrap:hover .product-box{
  border: 1px solid #ccc;
}
.product-box-wrap:hover .product-box-title{
  color: #e21a22;
}
.product-box-wrap:hover .product-box-description{
  height: 157px;
  opacity: 1;
}

.buy-btn{
  display: inline-block;
  color: #000;
  background: #ffe900;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}

.buy-btn em{
  font-style: normal;
  display: inline-block;
  float: left;
  background: #383838;
  width: 52px;
  height: 46px;
  text-align: center;
  border-right: 5px solid #fff;
  padding-top: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.buy-btn em img{
  max-width: 100%;
  width: auto;
  display: inline-block;
}
.buy-btn span{
  display: inline-block;
  float: left;
  padding: 13px 23px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.buy-btn:hover{
  background: #dfcc00;
}
.buy-btn:hover em{
  background: #000;
}
.view-btn{
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -40px;
  z-index: 100;
  color: #fff;
  font-size: 24px;
  font-family: 'open_sanssemibold';
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding-top: 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
.view-btn:hover{
  background: rgba(0, 0, 0, 0.85);
}
.product-box-wrap:hover .view-btn{
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.cat-num{
  font-size: 11px;
  color: #888;
  border-top: 1px solid #f1f1f1;
  padding-top: 5px;
  font-family: 'Open Sans', Arial;
}
.sort-by{
  float: right;
  width: 160px;
  margin-top: -58px;
  position: relative;
  z-index: 10;
}
.sort-by .styled-select select{
  text-transform: none;
}

/*----------------------- Image gallery in details---------------------------- */
.image-gallery{
  width: 50%;
  margin-bottom: 18px;
  float: left;
  margin-right: 30px;
 text-align: center;
}
.slider-for{
  background: #fff;
  border: 1px solid #e1e1e1;
}
.slider-nav{
  padding: 0px;
  border-bottom: 1px solid #e1e1e1;
}
.slider-nav div{
  padding: 5px;
  margin: 0px 3px;
  cursor: pointer;
  border:1px solid transparent;
}
.slider-nav .slick-center{
  border:1px solid #e1e1e1;
}
.slider-nav .slick-prev,.slider-nav .slick-next{
  top: -38px;
}
.slider-nav .slick-next{
  right: 5px;
}
.slider-nav .slick-prev{
  right: 38px;
}

/*--------------- product details -----------------*/
.simple-list{
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  list-style-type: none;
}
.simple-list li{
  line-height: 20px;
}
.simple-list li span{
  color: #000;
   position: relative;
   display: inline-block;
   padding-left: 15px;
}
.simple-list li span:before{
  content: '\f10c';
  font-family: 'FontAwesome';
  color: #000;
  font-size: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.price-inner{
  display: inline-block;
  margin-bottom: 10px;
}
.price-inner .new-price{
  font-weight: bold;
  font-size: 40px;
}
.price-inner .new-price span{
  font-size: 24px;
}
.more1, .more-not-active1{
  float: right;
  display: block;
  color: #fff;
  font-family: 'Open Sans';
  background: #e21a22;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
}

.more1 em, .more-not-active1 em{
  font-style: normal;
  display: inline-block;
  float: left;
  background: #383838;
  width: 52px;
  height: 46px;
  text-align: center;
  border-right: 4px solid #fff;
  padding-top: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.more1 em img, .more-not-active1 em img{
  max-width: 100%;
  width: auto;
  display: inline-block;
}
.more1 span, .more-not-active1 span{
  display: inline-block;
  float: left;
  padding: 13px 23px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.more-not-active1{
  cursor: default;
  background: #ccc;
  color: #6a6a6a;
}
.more-not-active1 em{
  background: #fff;
}
.more1:hover{
  background: #94040a;
}
.more1:hover em{
  background: #000;
}

.no-prod{
  margin-top: 10px;
  margin-bottom: 20px;
}
.no-prod span{
  border-bottom: 1px solid #f1f1f1;
}
.no-prod i{
  color: #d41717;
}

.inside-filter-title{
  color: #ebcf10;
  font-size: 16px;
}
.size{
  margin-bottom: 20px;
  display: inline-block;
  border: 1px solid #f3e9a9;
  background: #f6f6f6;
  padding: 10px;
}
.mat {
  margin-right: 20px;
  margin-top: 10px;
  float: left;
}
.mat .label-checkbox{
  margin-left: 5px;
}

.broi{
  margin-bottom: 25px;
  margin-top: 10px;
  display: inline-block;
}
.broi input{
  display: inline-block;
  width: 100px;
  margin-left: 10px;
}

/*--------------- video -----------------*/
.video{
  width: 100%;
  margin: 20px auto 0px;
}
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------- search -----------------*/
.search-form{
	display:inline-block;
	position:relative;
}
.search-wrap{
  width: 430px;
  background: #eceff1;
  height: 35px;
  margin-left:30px;
}
.search-input{
  float: left;
  background: none;
  width: 75%;
  border: 0px;
  color: #e21a22;
  font-size: 16px;
  padding: 6px 20px;
  font-family: 'Calibri', Arial;
  outline: none;
}
::-webkit-input-placeholder {
   color: #e21a22;
}

:-moz-placeholder { /* Firefox 18- */
   color: #e21a22; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #e21a22;  
}

:-ms-input-placeholder {  
   color: #e21a22; 
}
.search-submit{
  display: block;
  float: right;
  padding: 3px 20px;
  font-size: 20px;
  color: #e21a22;
}


















/*contact form------------------------------------------------------------------*/
.contacts-inner-page{
  padding-top: 10px;
}
.map{

}
.map iframe{
  pointer-events: none;
}
.address{
  float: left;
  line-height: 24px;
  width: 45%;
  margin: 0px 4% 40px 0px;
  font-size: 15px;
  color: #636363;
}
.address span{
  color: #000;
  font-family: 'Open Sans';
}
.contact-form {
  margin-bottom: 20px;
  float: right;
  width: 50%;
}
.input{
  border: 1px solid #e3e3e3;
  padding: 0 10px;
  margin-bottom: 12px;
  width: 80%;
  height: 45px;
  color: #000;
  font-family: 'open_sanslight', Arial;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
}
.textarea-input {
  width: 100%;
  height: 150px;
  resize: none;
  padding: 10px;
  border: 1px solid #e3e3e3;
  margin-bottom: 12px;
  color: #000;
  font-family: 'open_sanslight', Arial;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.btn{
  display: inline-block;
  background: #e31e24;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  min-width: 130px;
  padding: 9px 22px;
  margin-top: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.btn:hover{
  background: #000;
}

.ok, .error {
  display: block;
  font-size: 16px;
  margin: 10px;
}
.error {
  color: #BF1717;
}


/*sitemap---------------------------------------------------------------*/
.sitemap ul {
  padding: 0;
  list-style-type: none;
  margin: 0px 0px 0px 20px;
}
.sitemap ul ul,.sitemap ul ul ul, .sitemap ul ul ul ul {
  padding: 10px;
  padding-right: 0px;
  list-style-type: none;
  margin: 10px 0px 10px 20px;
  border-left: 1px solid #C0C0C0;
}
.sitemap ul li {
  padding: 2px;
}
.sitemap a {
  color: #000;
}
.sitemap a:hover {
  color: #e31e24;
}

/*big-panes---------------------------------------------------------------------*/
/* BIG tabs */
.bigTabCont {
  overflow: hidden;
}
.bigTabCont a {
  text-decoration: none;
}
ul.big-tabs {
  margin: 0 !important;
  height: 38px;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
ul.big-tabs li {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.big-tabs a {
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  padding: 9px 10px;
  text-decoration: none;
  border: 1px solid #fff;
  border-bottom: 0px;
  background: #fff;
  height: 18px;
  color: #b0b1b4;
  margin-right: 4px;
  position: relative;
  top: 1px;
  outline: 0;
}
ul.big-tabs a.current {
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  color: #000 !important;
  cursor: default;
  background: #fff;
}
.big-panes > div {
  min-height: 100px;
  padding: 20px 5px;
  color: #000;
}
#contentArea {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#shoCart1Form {
  margin-bottom: 15px;
}
.userCommonLine {
  margin: 14px 0;
}
.userlabel {
  float: left;
  width: 130px;
  padding: 4px 5px 0 0;
  text-align: right;
  font-size: 13px;
}
.userFormContainer {
  float: left;
}
.userFormContainer input {
  background: #F4F3F0;
  height: 23px;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.userFormContainer input:focus {
  outline: none;
  background: #fff;
}
.userFormMandatory {
  display: inline-block;
  width: 12px;
  margin-left: 0;
  padding: 1px 7px 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #e21a22;
}
.warning {
  color: #FC0 !important;
}
.userFormNote {
  position: relative;
  padding: 4px 5px;
  float: right;
  width: 310px;
  color: #fff;
  background-color: #e21a22;
  border-radius: 5px;
  font-size: 11px;
}
.userFormNote b {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 8px;
  left: -7px;
}
.userTextContainer {
  float: left;
  font-size: 14px;
  padding: 4px;
  font-weight: bold;
}
.userTitleContainer {
  font-weight: bold;
  color: #fff;
}
.userCont,
.orderCont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5f5f5f;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  margin: 0px 8px 0 0;
  position: relative;
  padding: 4px;
  z-index: 1001;
}
input.userCont {
  width: 180px;
  margin: 0;
}
.userFormContainer textarea {
  width: 250px;
  height: 130px;
  background: #F4F3F0;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.userFormContainer textarea:focus {
  outline: none;
  background: #fff;
}
input.orderCont {
  width: 50px;
}
input.userCont.disabl {
  color: #999;
}
a span.mediumTitle {
  background: #0043C8;
  text-align: center;
  display: block;
  color: #FFF;
  width: 150px;
  margin-left: 130px;
  text-decoration: none;
}
.buttonM2 span,
a span.mediumTitle,
.buttonM1 span {
  background: #fff;
  border: 3px solid #e21a22;
  display: block;
  text-align: center;
  color: #000;
  font-size: 13px;
  padding: 7px 20px 0px;
  text-decoration: none;
  margin-bottom: 10px;
  height: 38px;
  text-transform: uppercase;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.shopOrder td div span.shopCprod {
  font-weight: bold;
  font-size: 12px;
  color: #060;
}
.userOrderList,
.shopOrder {
  border-collapse: collapse;
}
.userOrderList th,
.shopOrder th {
  padding: 10px;
  text-align: left;
  font-weight: normal;
  background-color: #e21a22;
  color: #fff;
  font-size: 14px;
}
.userOrderList tr.even,
.shopOrder tr.even {
  background-color: transparent;
}
.userOrderList tr.odd,
.shopOrder tr.odd {
  background-color: #F4EBD6;
}
.userOrderList td,
.shopOrder td {
  padding: 6px 7px;
  text-align: left;
  vertical-align: top;
  border: solid #e5e5e5;
  border-width: 0 1px 1px 0;
  color: #5f5f5f;
  font-size: 15px;
}
.c1 img{
  margin-right:10px;
}
.userOrderList td > div,
.shopOrder td > div {
  display: block;
  margin-bottom: 3px;
  padding-left: 10px;
}
.userOrderList th.c1 {
  width: 30px;
}
.userOrderList th.c2 {
  width: 65px;
}
.userOrderList th.c3 {
  width: auto;
  color: #fff;
}
.userOrderList th.c4 {
  width: 65px;
}
.userOrderList th.c5 {
  width: 100px;
}
.userOrderList th.c6 {
  width: 85px;
}
.userOrderList th.c7 {
  width: 17px;
}
.userOrderList td.c7 {
  border-right: none;
}
.userOrderList tr.lastrow td,
.shopOrder tr.lastrow td {
  border-bottom: none;
  color: #fff;
}
.shopOrder th.c1 {
  width: auto;
}
.shopOrder th.c2 {
  width: 78px;
}
.shopOrder th.c3 {
  width: 75px;
}
.shopOrder th.c4 {
  width: 18px;
}
.shopOrder td.c4 {
  border-right: none;
}
.shopOrder td.c4 a{
  color: #818181;
}
.shopOrder td.c5 {
  border-bottom: none;
}
.shopOrder td.c5 {
  border-bottom: none;
}
.shopOrder td.c0 {
  background-color:#e21a22;
  font-weight: bold;
  color:rgba(255,255,255,1);
}
.shopOrder td div span.shopCprod {
  font-weight: normal;
  font-size: 15px;
  color: #c40001;
}
.buttonM1 span {
  float: left;
}
.buttonM2 span {
  float: right;
}
.buttonM2 span i{
  margin-right: 7px;
  font-size: 18px;
}
.buttonM2 span:hover, .buttonM1 span:hover{
  color: #fff;
  background: #e21a22;
  border: 3px solid #e21a22;
}
/*Hidden menu */
#hiddenresult1 {
  position:absolute;
  z-index:11000;
  top:25px;
  left:0px;
  background-color:#E5E5E5;
  width:270px;
  }
#hiddenresult1 ul {
  list-style-type:none;
  margin:0;
  padding:0;}
#hiddenresult1 ul li {
  list-style-type:none;
  float:none;
  display:block;
  padding:4px 1px;
  background:none;
  border-bottom:1px solid #CCCCCC;
}
#hiddenresult1 ul li a, #hiddenresult1 ul li a:visited {
  color: #000000;
  text-decoration:none;
  text-transform:none;
  margin:0px 1px;
  padding:0px 5px;
}
#hiddenresult1 ul li a:hover {
  color:#000000;
  text-decoration:underline;
  background:none;
}
#hiddenresult1 ul li span {
  color:#000000;
  font-style:oblique;}
  
/*Hidden menu */
#hiddenresult2 {
  position:absolute;
  z-index:11000;
  top:25px;
  left:0px;
  background-color:#E5E5E5;
  width:270px;
  }
#hiddenresult2 ul {
  list-style-type:none;
  margin:0;
  padding:0;}
#hiddenresult2 ul li {
  list-style-type:none;
  float:none;
  display:block;
  padding:4px 1px;
  background:none;
  border-bottom:1px solid #CCCCCC;
}
#hiddenresult2 ul li a, #hiddenresult2 ul li a:visited {
  color: #000000;
  text-decoration:none;
  text-transform:none;
  margin:0px 1px;
  padding:0px 5px;
}
#hiddenresult2 ul li a:hover {
  color:#000000;
  text-decoration:underline;
  background:none;
}
#hiddenresult2 ul li span {
  color:#000000;
  font-style:oblique;}  
/*Hidden menu */
#hiddenresultSEARCH {
  position:absolute;
  z-index:11000;
  top:35px;
  left:30px;
  background-color:#eceff1;
  width:430px;
  }
#hiddenresultSEARCH ul {
  list-style-type:none;
  margin:0;
  padding:0;}
#hiddenresultSEARCH ul li {
  list-style-type:none;
  float:none;
  display:block;
  padding:4px 1px;
  background:none;
  border-bottom:1px solid #CCCCCC;
  text-align:left;
}
#hiddenresultSEARCH ul li a, #hiddenresultSEARCH ul li a:visited {
  color: #000000;
  text-decoration:none;
  text-transform:none;
  margin:0px 1px;
  padding:0px 5px;
}
#hiddenresultSEARCH ul li a:hover {
  color:#000000;
  text-decoration:underline;
  background:none;
}
#hiddenresultSEARCH ul li span {
  color:#000000;
  font-style:oblique;
  font-size:13px;}
.botMenu {
	margin:0;
	padding:0;
	text-align:center;
}
.botMenu li {
	list-style:none;
	display:inline-block;
	margin:5px 10px;
	padding:3px;
 }
.menuCurrent {
	color:#e31e24 !important;
}
.author {
	margin-top:15px;}
.loginList {
	padding:15px 0;
	list-style:none;
}
.loginList li {
	list-style:none;
	margin:5px 0;
	border:none !important;
}
.ok {
	color:#41AB00;
}
/* end animations-------------------------------------------------------------------*/

/*/*media queries----------------------------------------------------------*/

@media only screen and (max-width: 1680px) {
}

@media only screen and (max-width: 1500px) {
}

@media only screen and (max-width: 1440px) {
  
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1140px) {
}

@media only screen and (max-width: 1100px) {
  .wrapper{padding: 0 10px;}
}

@media only screen and (max-width: 1024px) {
  

  .download1{width: 60%;}
  .size1, .type1{width: 10%;}
}

@media only screen and (max-width: 980px) {
  #menu{display: none;}
  .our-logo{width: 40%;}
  .about-us-text{width: 60%;}
  .about-us-text::after{right: 25px;}
  .acc1 h3{height: 60px;}
  .footer-menu{float: none; text-align: center; margin-bottom: 30px;}
  .footer-menu ul li{float: none; display: inline-block; margin-right: 10px; margin-left: 10px;}
  .search-form{float: none; text-align: center;}
  .search-input{float: none; margin-right: 0px;}
  .search-submit{float: none; display: inline-block;}
}

@media only screen and (max-width: 900px) {
  .banner-text{top: 37%;}
  .ban-title{font-size: 30px;}
  .ban-info{font-size: 16px;}
  .services{position: relative; margin-bottom: 70px;}
  .banner{border-bottom: 0px;}
  .transport-one{margin-top: 30px; padding-top: 20px;}
  .bgr img{height: auto; max-width: none; width: 100%;}
  .transport-one{width: 48%;}
  .tr-icon{display: block; margin-left: auto; margin-right: auto;}
  .tr-title{height: auto;}
  .acc1{width: 31%; margin-right: 3%;}

  .right-part{display: none;}
  .main-part{float: none; width: 100%;}
}

@media only screen and (max-width: 800px) {
  .head-wrap{padding-bottom: 10px;}
  .logo{margin-top: 0px;}
  header.sticky .head-wrap{padding-top: 7px;}
  .our-logo{width: auto; float: none; padding: 0px;}
  .about-us-text{float: none;width: auto; padding: 0px; border-left: none; margin-top: 30px;}
  .about-us{padding-top: 0px; padding-bottom: 60px; text-align: center;}
  .about-us-text::after{top: -45px; right: 0px;}
  .acc1{margin-right: 0px; width: 100%;}
  .acc1 h3{height: auto;}
  .banner-inner{height: 160px; padding-top: 120px;}
  .address{float: none; width: 100%; margin-right: 0px;}
  .contact-form{float: none; width: 100%;}
}

@media only screen and (max-width: 700px) {
  .banner-text{display: none;}
  .one-new figure{width: 40%;}
  .obj figcaption{padding: 60px 40px 10px;}
}

@media only screen and (max-width: 640px) {
  .logo{height: 40px;}
  .logo img{max-width: none; width: auto; height: 100%;}
}

@media only screen and (max-width: 550px) {
  .one-new figure{float: none; width: 100%; margin-right: 0px;}
  .one-new figure img{max-width: none; width: 100%;}
  .simple-image{float: none; width: 100%; margin-right: 0px; max-width: none;}
  .simple-image img{max-width: none; width: 100%;}
  .simple-gallery li{width: 49%;}
  h1{font-size: 28px;}
  h2 {font-size: 24px;}
  .obj{margin-right: 0px; width: 100%; float: none;}
}

@media only screen and (max-width: 500px) {
  .transport-one{float: none; margin-right: 0px; margin-left: 0px; width: 100%;}
  .tr-info{height: auto;}
  .about-us-text::after{top: 30px;}
  .banner-inner{padding-top: 108px;}
  .simple-gallery li{width: 100%; margin-right: 0px; float: none;}

}

@media only screen and (max-width: 430px) {
  .lang{margin-bottom: 10px;}
  .transport-one{margin-top: 15px;}
  .search-input{width: 85%; margin-bottom: 10px;}
}

@media only screen and (max-width: 360px) {
  .logo{height: 35px;}
  .lang a{width: 20px; padding: 0px;}
  .lang{margin-top: 1px; margin-bottom: 5px;}
  
}

@media only screen and (max-width: 320px) {
  h2{font-size: 22px;}
  
}
