body {
    font-family:Roboto,sans-serif;
    font-size: 15px;
    line-height: 20px;
    color:#000;
    text-align: left;
    margin:0px !important;
    padding:0px !important;
    width: 100%;
    overflow-x:hidden;
    
}
.mobile-mmenu {
  display: none;
}
.mm-menu_opened .mobile-mmenu {
  display: block;
}
.form-control {
 border-radius: 0;
 background: #efefef;
 border: none;
 box-shadow: none;
 height: auto;
 padding: 17px 15px;
 font-size: 16px;
 font-weight: 300;
}

.form-control::placeholder {color:#5b5b5b}
.fix-menu {
  position: fixed;
  width: 100%;
  left:0px;
  top:0px;
  box-shadow:  0px 0px 15px rgba(0,0,0,0.6);
  background: rgba(0,0,0,0.5);
  z-index: 555;
}
a {
    color:#000;
    text-decoration: none;
    transition: none !important;
}
a:hover, a:focus, a:visited {
 
}
.sorry404 {
  font-size: 250px;
  text-align: center;
  font-weight: bold;
  line-height: 250px;
}
.sorry {
  text-align: center;
  font-size: 100px;
  line-height: 120px;
}
.text-sorry {
  font-size: 20px;
  text-align: center;
  padding:20px 0 0;
}
.sorry::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1fd";
    font-size: 450px;
    display: block;
    line-height: 465px;
}
h1,h2,h3,h4,h5,h6 {margin:0 0 40px;}

h1 {font-size: 37px;font-weight: 700;line-height: 40px;/* border-bottom: 1px solid #ff9300; */padding-bottom: 20px;color: #000000;}
h2 {font-size: 37px;font-weight: 700;line-height: 40px;/* border-bottom: 1px solid #ff9300; */padding-bottom: 20px;color: #000000;}
h3 { font-size:25px; font-weight:normal; line-height: 25px;}
h4 { font-size:18px; font-weight:normal; line-height: 22px;}
h5 { font-size:12px; font-weight:normal; line-height: 15px;}      
h6 { font-size:11px; font-weight:normal;}

h2:before {content:url(../img/li.png); margin-right:20px}
input[type=checkbox], input[type=radio] {
    margin:-2px 4px 0 4px ;
}

label {
    font-weight: 400;
    display: inline;
}
label, dt {
    font-weight: 400;
}
legend {
    display: none;
}

/*----------------------------------------*/
/*  design
/*----------------------------------------*/
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  //background: url(../img/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main-menu {
  -webkit-animation-duration: 0.3s;
  animation-duration:  0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: #141414;
}
.main-menu ul.menu li.active, .main-menu ul.menu li:hover {
  background: #e90030;
  transform: skew(-20deg);
}
.main-menu ul.menu li.active a, .main-menu ul.menu li:hover a{
  color: #fff;
  /* font-weight: 700; */
  /* background: #e90030; */
  transform: skew(20deg);
}
.main-menu ul.menu li a::after {
  background: #fff;
  display: none;
}
/*  inner-menu  */
.inner-menu ul {
  margin:0px 0 20px;
}
.inner-menu ul li {
  display:block;

  color:#000;
  position:relative;
  transition: all 0.3s ease 0s;
}
.inner-menu ul li:last-child a{
  /* border:0px; */
}
.inner-menu ul li a {
  font-size:15px;
  display:block;
  width: 100%;
  padding:10px;
  /* border-bottom:2px solid #000; */
  text-transform: uppercase;
  background: #131313;
  margin-bottom: 5px;
  color: white;
  border-right: 15px solid #e80030;
}
.inner-menu ul > li.active > a, .inner-menu ul > li:hover > a,.inner-menu ul > li:first-child > a {
  background: #e90031;
  color: #fff;
  opacity: 1;
}

.vmgroup {
    display: flex;
    flex-wrap: wrap;
}
/*  news  */
.block-news {
  padding: 40px 0;
  background: #141414;
}         

.block-news h2 {color: #ffffff;border: none;}
.banner-box {
  padding:0px;

  color:#fff;
  margin:0 0 20px;
}
.banner-box a {
  color:#fff;
  
}

/*  content  */
.block-content {
  padding:20px 0;
  color:#000;

  background-size: cover;
}
.block-content h1, .block-content a {
  /* color:#000; */
}
.bg-formblock {
  background-size:cover !important;
}
.form-block {position:relative; z-index:2;}

/*  form  */
.form-block {
  padding:20px 0;
  font-weight: 300;

}

.form-block p {color:#8d8d8d;font-size:18px;text-align: center;}
.form-block h2 {
  text-align: center;
  color: #000;
  padding:10px 0;
  margin-bottom: 20px;
}
.bg-form-block {
  padding:20px 0;
  margin: 0 -15px;
}

.submit-form:hover {
  opacity: 0.8;
}
/*  form-inner  */
.bg-form-block-inner {
  /* background: #222; */
  padding:15px;
  box-shadow: 0px 0px 15px silver;
}
.bg-form-block-inner h2 {
  color: #000;
  font-size: 18px;
  margin: 0;
  border: none;
  text-align: center;
}
.bg-form-block-inner h2:before {display:none;}
.bg-form-block-inner textarea.form-control {
  height: 100px;
}
.bg-form-block-inner .agreement_label {
  padding: 15px 0px 0px 0px;
  text-align: left;
  color: black;
}

/*  footer  */
footer .main-menu ul.menu li.active, footer .main-menu ul.menu li:hover {
  /* background: #222; */
}
footer {
  color: #fff;
  /* padding: 20px 0 0; */
  margin:40px 0 0;
  background: #141414;
}
footer.landing {
  margin:0px;
}
footer a {
  color:#fff;
}
footer .block-contact, footer .block-contact a {
  color: #fff;
}
footer .block-contact span.email i, footer .block-contact span.phone i,footer span.address i {
  color:#000;
}
footer .block-contact {
  padding: 0;
}
/*----------------------------------------*/
/*  header
/*----------------------------------------*/   

.block-header-promo {
  position: relative;
}
.sub-block-top {
  padding:10px 0;
}
/*  menu */
.main-menu ul.menu {
  list-style: none url();
  text-align: right;
  margin:0;
}
.main-menu ul.menu li {
  position:relative;
  display: inline-block;
  padding: 0 2%;
  margin:0 0%;
  line-height: 50px;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  height: 50px;
  /* -webkit-transition: all 0.3s, opacity 0.2s; */
  /* transition: all 0.3s, opacity 0.2s; */
  /* transform: skew(20deg); */
  /* min-width: 220px; */
}
/* ---- */
.main-menu ul.menu li:first-child { }
.main-menu ul.menu li:last-child { }
/* ---- */
.main-menu ul.menu > li::after {
  content: "\f07d";
  font-family: FontAwesome;
  width: auto;
  height: auto;
  position: absolute;
  opacity: 0;
  right: -3px;
  z-index: 555;
  color:#fff;
  transform: translate(0, -50%);
  top: 55%;
  font-size: 14px;
}
.main-menu ul.menu > li:last-child:after{
  display:none;
}
footer .main-menu > ul.menu li::after{

}

footer .main-menu ul.menu li.active a, .main-menu ul.menu li:hover a {
    color: #fff;
    font-weight: 700;
}
.main-menu ul.menu li a {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  position:relative;
  text-decoration: none;
  font-weight: 300 !important;
  transform: transform: skew(20deg);
  /* transform: skew(20deg); */
}

footer .main-menu ul.menu li a {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  position:relative;
  text-decoration: none;
  font-weight: 300;
}

/*----------------------------------------*/
/*   Dropdown Menu
/*----------------------------------------*/
.main-menu ul.menu li ul.sub-menu {
    left: initial;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 250px;
    z-index: -99;
    background-color: #444;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    padding: 5px 0; 
    z-index: 555;
    transform-origin: center top 0;
    transition: all 0.6s ease 0s;
    transform: rotateX(90deg);
    visibility: hidden;
    display: none;
}

.main-menu.listing-menu ul.menu > li > ul.sub-menu{
    display: block;
}
.main-menu.listing-menu ul.menu li ul > li.parent::after{
    display: none;
}

.main-menu.multi-menu ul.menu li ul.sub-menu{
    display: block;
}
.main-menu.multi-menu ul.menu li ul > li.parent::after{
    display: block;
}

.inner-menu.left-menu-right.inner-listing-menu ul.menu > li > ul.sub-menu{
    display: block;
}
.inner-menu.left-menu-right.inner-listing-menu > ul > li.parent > a::after{
  display: block;
}
.inner-menu.left-menu-right.inner-listing-menu ul.menu li ul > li.parent::after{
    display: none;
}

.inner-menu.left-menu-right.inner-multi-menu ul.menu li ul.sub-menu{
    display: block;
}
.inner-menu.left-menu-right.inner-multi-menu  ul > li.parent > a::after{
  display: block;
}

.main-menu ul.menu li:last-child ul.sub-menu, 
.main-menu ul.menu li.submenu_to_left ul.sub-menu {
   left: initial;
   right: 0;
   text-align: right;
}
.main-menu ul.menu li ul.sub-menu li  {
    margin:0;
    position: relative;
    width: 100%;
    line-height: 17px;
    height: auto;
    text-align: left;
    display: block;
}
.main-menu ul.menu li ul.sub-menu li:last-child a{
  border-bottom:0px;
}
.main-menu ul.menu li ul > li.parent::after {
    content: "\f0da";
    color:#fff;
    font: normal normal normal 13px/24px FontAwesome;
    display: inline-block;
    vertical-align: top;
    position:absolute;
    opacity: 0.5;
    right:20px;
    transition: all 0.3s ease 0s;
    top:3px;
}
.main-menu ul.menu li:last-child ul li.parent::after, 
.main-menu ul.menu li.submenu_to_left ul li.parent::after  {
   content: "\f0d9";
}

.main-menu ul.menu li > ul > li:hover:after {
    opacity: 0.2;
}
.main-menu ul.menu li ul.sub-menu li a, .main-menu ul.menu li .megamenu span a {
    color: #fff;
    display: block;
    margin: 0px 10px;
    opacity: 1;
    padding: 7px 0;
    font-size: 15px;
    text-transform: none;
    font-weight: normal;
    line-height: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.4);

}
.main-menu ul.menu li > ul.sub-menu > li:hover > a, .main-menu ul.menu li > ul.sub-menu > li.active > a {
  opacity: 0.6;
} 
.main-menu ul.menu li:hover > ul.sub-menu {
    margin-top: 0;
    transform: rotateX(0deg);
    visibility: visible;
    z-index: 99999;
}   
/*---------------  next level  ------------------*/

.main-menu ul.menu li ul.sub-menu li ul.sub-menu {
  left:100%;
  top:0px;
}               
.main-menu ul.menu li:last-child ul.sub-menu li ul, .main-menu ul.menu li.submenu_to_left ul.sub-menu li ul {
  left: initial;
  right: 100%;
}

/*----------------------------------------*/
/*  megamenu
/*----------------------------------------*/
.main-menu ul.menu li.megamenu > ul.sub-menu li::after {
  display:none;
}
.main-menu ul.menu li.megamenu > ul.sub-menu {
  position: absolute;
	top: 100%;
	width: 700px;
	left: 0;
	background: #444;
	border-bottom: 3px solid #222;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: center 10%;
	-moz-transform-origin: center 10%;
	transform-origin: center 10%;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.main-menu ul.menu li.megamenu > ul.sub-menu li ul {
    left: 0px;
    position: initial;
    text-align: left;
    top: 0%;
    width: 100%;
    background-color: #222;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px;
    z-index: 555;
    transform-origin: center top 0px;
    transform: rotateX(0deg);
    visibility: none;
    margin: 0px;
    padding: 5px 0px;
    transition: all 0.6s ease 0s;
}
.main-menu ul.menu li.megamenu > ul.sub-menu li ul {
  padding:10px;
}
.main-menu ul.menu li.megamenu > ul.sub-menu li ul li {
   float:none;
   width: 100%;
   padding:0px;
   display: block;
}
.main-menu ul.menu li.megamenu > ul.sub-menu li ul li:last-child a {
  border-bottom:0px;
}
.main-menu ul.menu li.megamenu ul.sub-menu > li {
    width: 20%;
    float:left;
    display: block;
    margin:0;
    padding:6px 0;
    background: none !important;
    position: relative;
    border-bottom:0px solid #fff;
}
.main-menu ul.menu li.megamenu ul.sub-menu li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.main-menu ul.menu li.megamenu:hover ul.sub-menu {
	display: block;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
/*----------------------------------------*/
/*  inner-menu
/*----------------------------------------*/
.inner-menu {
  background: #fff;
  /* box-shadow: 0px 0px 9px silver; */
}
.inner-menu ul {
  list-style: none url();
}
/*----------------------------------------*/
/*   Dropdown Menu
/*---------------------------------------- */
.inner-menu.left-menu-right ul li ul.sub-menu {
    left: 100%;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 0%;
    width: 200px;
    z-index: -99;
    background-color: #444;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    padding: 0px 0; 
    z-index: 555;
    transform-origin: center top 0;
    transition: all 0.6s ease 0s;
    transform: rotateX(90deg);
    visibility: hidden;
    display: none;
}
.inner-menu.left-menu-right ul li ul.sub-menu.level-4 {
    left: 0%;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 100%;
}
/*----------------------------------------*/
/*     2
----------------------------------------
.inner-menu ul li ul.sub-menu li ul {
  display: none;
} 
/*---------------------------------------- */
.inner-menu.left-menu-right ul li ul.sub-menu li  {
    margin:0;
    position: relative;
    width: 100%;
    padding:0px 0;
    line-height: 17px;
    height: auto;
    text-align: left;
    display: block;
}

.inner-menu.left-menu-right ul li ul.sub-menu li a {
    color: #fff;
    display: block;
    padding: 11px 10px;
    opacity: 1;
    font-size: 15px;
    position: relative;
    text-transform: none;
    font-weight: normal;
    line-height: 17px;
    border-bottom: 2px solid rgba(0,0,0,0.7);

}
.inner-menu.left-menu-right ul > li.parent > a::after {
    content: "\f0da";
    font: normal normal normal 13px/24px FontAwesome;
    display: inline-block;
    vertical-align: top;
    position:absolute;
    right:12px;
    transition: all 0.3s ease 0s;
    top:9px;
    display: none;
}
.inner-menu.left-menu-right ul li ul.sub-menu.level-3 li.parent a::after {
   content: "\f0d7";
}
.inner-menu.left-menu-right ul li ul.sub-menu.level-4 li a::after {
  display: none;
}
.inner-menu.left-menu-right ul > li.parent > a:hover:after {
   opacity: 0.4;
}
.inner-menu.left-menu-right ul li > ul.sub-menu > li:hover > a, .inner-menu.left-menu-right ul li > ul.sub-menu > li.active > a {
  background: #222;
} 
.inner-menu.left-menu-right ul li:hover > ul.sub-menu {
    margin-top: 0;
    transform: rotateX(0deg);
    visibility: visible;
    z-index: 99999;
}  
/*----------------------------------------*/

/*----------------------------------------*/
/*   Down Menu
/*---------------------------------------- */
.inner-menu.left-menu-down ul li > ul.sub-menu {
    background-color: #222;
    padding: 0px; 
    display: none;
    margin:0px;
}
.inner-menu.left-menu-down ul li ul.sub-menu a {
  background-color: #222; 
}
.inner-menu.left-menu-down ul li ul.sub-menu li.active a, .inner-menu.left-menu-down ul li ul.sub-menu li:hover a {
   background-color: #444; 
} 
.inner-menu.left-menu-down ul li.active > ul.sub-menu {
  display: block;
}
.inner-menu.left-menu-down ul li ul.sub-menu li ul,.inner-menu.left-menu-down ul li.active ul.sub-menu li ul a {
    background-color: #444;   
}
/*----------------------------------------*/
/*     2
/*---------------------------------------- */
.inner-menu.left-menu-down ul li ul.sub-menu > li > ul {

}
.inner-menu.left-menu-down ul li ul.sub-menu > li a::after {

}
/*---------------------------------------- */
.inner-menu.left-menu-down ul li ul.sub-menu > li > ul li.active a,.inner-menu.left-menu-down ul li ul.sub-menu li ul li:hover a {
    background-color: #222; 
 }
.inner-menu.left-menu-down ul li ul.sub-menu li ul li ul, .inner-menu.left-menu-down ul li.active ul.sub-menu li ul li ul a {
    background-color: #222;    
}
.inner-menu.left-menu-down ul li ul.sub-menu > li > ul > li > ul > li.active a, .inner-menu.left-menu-down ul li ul.sub-menu > li > ul > li > ul > li:hover a {
   background:#444;
}
.inner-menu.left-menu-down ul li ul.sub-menu li ul li ul li ul, .inner-menu.left-menu-down ul li.active ul.sub-menu li ul li ul li ul a {
    background-color: #444;   
}   
.inner-menu.left-menu-down ul li.active ul.sub-menu li ul li ul li ul li.active a,.inner-menu.left-menu-down ul li.active ul.sub-menu li ul li ul li ul li:hover a {
    background:#222;
}
 

.inner-menu.left-menu-down ul li ul.sub-menu li  {
    margin:0;
    position: relative;
    width: 100%;
    padding:0;
    line-height: 17px;
    height: auto;
    text-align: left;
    display: block;
}

.inner-menu.left-menu-down ul li ul.sub-menu li a {
    color: #fff;
    display: block;
    margin: 0px;
    opacity: 1;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    line-height: 17px;

}  
.inner-menu.left-menu-down ul li ul.sub-menu li ul li a {
  padding: 10px 25px; 
}
.inner-menu.left-menu-down ul li ul.sub-menu li ul li ul li a {
  padding: 10px 35px; 
}
.inner-menu.left-menu-down ul li ul.sub-menu li ul li ul li ul li a {
  padding: 10px 45px; 
}
.inner-menu.left-menu-down ul > li.parent > a::after {
    content: "\f0d7";
    font: normal normal normal 13px/24px FontAwesome;
    display: inline-block;
    vertical-align: top;
    position:absolute;
    right:12px;
    transition: all 0.3s ease 0s;
    top:7px;
}
.inner-menu.left-menu-down ul > li.parent > a:hover:after {
   opacity: 0.4;
}


.inner-menu.left-menu-down ul li > ul.sub-menu > li:hover > a {
  opacity: 0.6;
}   
/*----------------------------------------*/
.wrap-header {
  padding: 31px 0 27px;
}
/*  logo */
.logo {
   margin: -31px 0 -14px;
}

footer .logo {margin:5px 0}
.logo > a {
  display: inline-block;
}
.logo > a:hover {
  opacity: 0.7;
}
/*----------------------------------------*/
.block-contact {
  padding: 0px 0;
}
.block-contact {
  /* color: #fff; */
  text-decoration: none;
  font-weight: 300;
}

.block-contact a {color: #f70000;border-bottom:1px solid;font-weight: 300;}
.block-contact span.phone {
  margin: 8px 25px 5px 4px;
  font-size: 17px;
  line-height: 30px;
  display: inline-block;
  text-align: right;
  font-weight: 500;
}
.block-contact span.email {
  margin-left: 0;
  font-size: 15px;
  margin-right: 26px;
}

footer .block-contact span.email {
  margin-left: 0;
  font-size: 15px;
  margin-top:10px;
  display:inline-block;
  margin-right: 26px;
}
span.address {
  display: inline-block;
  padding:10px 0;
}
span.address p {
  display: inline-block;
}
.block-contact span.email i, 
.block-contact span.phone i, 
span.address i {
  margin:0 5px 0 0;
  font-size: 15px;
  color: #300330;
}

.block-contact span.address i {font-size: 19px;}
.block-contact span.email p, .block-contact span.phone p, span.address p {
  display: inline-block;
  margin:0px;
}
/*----------------------------------------*/
/* Animate button
/*----------------------------------------*/

.button-animate {
   -moz-transition: all 0.2s 0s ease;
   -o-transition: all 0.2s 0s ease;
   -webkit-transition: all 0.2s 0s ease;
   transition: all 0.2s 0s ease;
   background: #e90031;
   box-shadow: none !important;
   font-size: 17px;
   color: #fff;
   font-weight:500;
   border:0px;
   text-align: center;
   display: inline-block;
   padding: 12px 30px;
   text-decoration: none !important;
   margin:0px 0;
   text-transform: uppercase;
}
.button-animate:hover, 
.button-animate:focus {
  color:#fff;
}
.button-animate i, .button-animate img {

  margin:0px 5px 0 0;
 
  font-size: 17px;

  position: relative;
 -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
.button-animate:hover {
   background:#000 ; 
   box-shadow:  0px 2px 0px #a77512; 
   color:#fff;
   opacity: 1;
}
.button-animate:hover i, .button-animate:hover img {
    transform: rotate(-360deg);
    color:#fff;
}
/*----------------------------------------*/
.block-vertical-center {
  padding:20px 0 0;
}
.modal-call {
   -moz-transition: all 0.2s 0s ease;
   -o-transition: all 0.2s 0s ease;
   -webkit-transition: all 0.2s 0s ease;
   transition: all 0.2s 0s ease;
   background:#eebb55 ;
   font-size: 15px;
   color:#000;
   display: inline-block;   
   text-align: center;
   padding:4px 15px 4px;
   width: 80%;
   text-decoration: none;
   margin:0px 0;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   border-radius: 50px;
}
.mobile-round {
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   border-radius: 50px;
   display: inline-block;
   background:#000;
   padding:3px 8px 1px;
   margin:0 5px 0 0;
   color:#eebb55;
   -moz-transition: all 0.2s 0s ease;
   -o-transition: all 0.2s 0s ease;
   -webkit-transition: all 0.2s 0s ease;
   transition: all 0.2s 0s ease;
}
.modal-call i {

  font-size: 18px;
}
.modal-call img {
  display: block;
  margin:0px 10px 0 0;
  float:left;
  
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.modal-call:hover {
   background:#222 ; 
   color:#fff;
   opacity: 1;
}
.modal-call:hover .mobile-round {
   background:#eebb55 ; 
   color:#000;
}


/*----------------------------------------*/
/*  content
/*----------------------------------------*/
.promo-block {
  background: url(/images/promo.jpg) no-repeat center;
  margin:0 0 185px;
  min-height: 500px;
  position: relative;
  z-index: 10;
  background-size: cover !important;
}

.inner-block-promo {
  min-height: 210px;
  margin:0 0 10px;
}
.block-slide-text {
    background:url(/images/slide-promo.png) no-repeat right top;
    height: 450px;
    position: relative;
    top: 250px;
}
.text-promo {
  font-size: 23px;
  line-height: 40px;
  color:#fff;
}
.text-promo h2 {
  font-size: 70px;
  font-family: Acrom_B;
  margin:0px;
  line-height: 75px;
}
.text-promo h2 span {
  font-size: 40px;
  display: block;
  line-height: 65px;
}
.promo-block img {
  width: 100%;
}
.item-page {
   font-family: Open_Sans_R,sans-serif;
}
.block-content-inner {
  /* font-family: Open_Sans_R,sans-serif; */
}

/*----------------------------------------*/
/*  news
/*----------------------------------------*/
.banner-box-all {
  min-height: 271px;

  margin: 0 0 30px;
} 
.header-news {
  margin:0 0 15px 0;
}
.sub-block-news a{
  padding: 4px 0px;
  display: block;
  color: #ccc;
  border-top: 1px dotted #eaeaea;
  border-bottom: 1px dotted #eaeaea;
}
.sub-block-news a:hover {
  color:#eebb55;
}
.banner-box-all .max-height-text {
  display: none;
}
.image-blog img {
   transition: all 300ms ease-in-out 0s;
   max-width:100%;
   display: block;
   width: 100%;
}
.image-blog img:hover {transform: scale(1.05)}
.image-blog {
  display: block;
  max-height:150px;
  overflow: hidden;
  margin:0 0 15px;
}
.blog-title {
  display: block;
  line-height: 45px;
  text-overflow: ellipsis;
  vertical-align: top;
  cursor: pointer;
  height: 45px;
  overflow: hidden;
  margin:0 0 10px;
}

.image-blog a:hover {
  opacity: 0.7;
}
.blog-title-inner {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;  
  margin:0 0 10px;
}
.blog-title span {
  font-size: 20px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.max-height-text {
  position:relative;
  height:60px;
}
.text-inner-news {
  font-size: 15px;
  line-height: 20px;
}
.over-block-position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  transition: all 200ms ease-in-out 0s;
}
.scroll-text {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 50px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: 300;
}
.scroll-text hr {
  border-top: 0px solid #eee;
}
.all-news {
  font-size: 15px;
 
}

.all-news .fa {
 -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  
}
.all-news:hover .fa {
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
}

.all-news i {
  margin:0 0 0 5px;

}
/*----------------------------------------*/
/*  form
/*----------------------------------------*/
.bg-form-block-inner {
  margin:30px 0;
}
.bg-form-block textarea.form-control {
  height:100px;
}
.form-control:focus {
	border-color: rgba(0,0,0,0.1);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.025), 0 0 8px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.025), 0 0 8px rgba(0,0,0,.2)
}
/*----------------------------------------*/
/*  footer
/*----------------------------------------*/
footer .main-menu  {
  /* padding:0px 0; */
  /* margin: 0px 0 0px; */
  /* background: rgba(0,0,0,.3); */
}
footer .main-menu ul.menu {
  list-style: none url();
}
footer .main-menu ul.menu li {
  text-align: center;
  line-height: 53px;
}
footer .sub-menu {
 display: none;
}
/*----------------------------------------*/
/* virtuemart
/*----------------------------------------*/

.old-price span{
  color:#ccc;
  text-decoration: line-through;
}  
.old-price {
 /*text-align: left;  /rzd*/
 margin:0 0 5px;
 color:#ccc;

}    
.old-price.productDetails .product-fields{
  float:left;
  margin:0 5px 0 0;
  text-decoration: line-through;
}  
.old-price.productDetails .product-fields .product-field-display {
  text-decoration: line-through;
} 
.productdetails-view .addtocart-bar {
  margin:10px 0 0;
}
.product .button-order-click {
  display: block;
  margin:0 0 10px;
}
#fancybox-content {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
     color: #000;
     background: #fff;
     font-family: Open_Sans_R,sans-serif;
     //width: 300px !important;
     min-width: 300px; 
     padding:0px;
     -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.4);
     -moz-box-shadow: 0 0 18px rgba(0,0,0,0.4);
     box-shadow: 0 0 18px rgba(0,0,0,0.4);
}
#fancybox-content .product-related-products {
  display: none;
}
.main-image img {
  position: relative !important;
}
#fancybox-outer {
  background: transparent;
}
#fancybox-wrap {
  //width: 300px !important;
  min-width: 300px; 
  padding:0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sj_quickview_handler {
  width: 100%;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  background: #eebb55 !important;
  box-shadow: 0 4px 0px #000;
  border: 0 none;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  padding: 8px 4px 8px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  margin: 0px 0 5px; 

}
.sj_quickview_handler:hover {
  box-shadow: 0px 2px 0px #000;
  opacity: 1; 

}
.vm3pr-2 .addtocart-area {
  min-height: auto;
}
div[class*="-view"] .row {
  display: block;
}
.sj_quickview_handler::before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  position: relative;
  top: 0px;
  margin: 0 10px 0 0;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f030";
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.product-field-type-R, .product-field-type-Z {
  float:none;
  margin:0px;
}
.product-fields-title-wrapper {
 display: none;
}
.sj_quickview_handler:hover:before {
  transform: rotate(-360deg);
}  

.fancybox-type-ajax {
  max-width: 940px; 
}
.fancybox-overlay-fixed {
  padding:0px 0 10px 0;
}
.fancybox-skin {
  padding:15px 15px 15px 0 !important;
}
.fancybox-skin .fancybox-outer {
  position: relative;
  overflow: hidden;
}
.fancybox-skin .fancybox-inner {
    padding: 0 20px 0 0;
    left: 17px;
    position: relative;
    width: 100% !important;
   
}
.fancybox-skin #sj_quickview {
  padding:5px 5px 10px;
  position:relative;

}
.fancybox-bg {
  display: none;
}
#fancybox-outer {
 -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}

#fancybox-content .continue_link {
 display: none; 
}
#fancybox-wrap #fancybox-close, .fancybox-close {
  top: -20px;
  right: -35px;
  font-size: 13px;
  width: auto;
  height:auto;
  background: none !important;

}
#fancybox-close::before, .fancybox-close::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
  content: "\f00d";
  transition: all 0.3s ease 0s;
  color:#fff;
  font-size: 20px;
}
#fancybox-close:hover:before, .fancybox-close:hover:before {
  color:#000;
}
#fancybox-content .showcart {
  float:none !important;
  display: block;
  padding:5px;
  margin:0 0 10px;
  background: #eebb55;
  color:#fff;
 -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}
#fancybox-content br {
 display: none;
}
#fancybox-content h4 {
  text-transform: none;
  margin:0px;
  font-size: 15px;
  line-height: 20px;
}
#fancybox-content .showcart::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    content: "\f07a";
    margin:0 10px 0 5px;
}

.contact-us-area .col-md-4 {
  margin:0 0 20px;
}
#facebox a:hover {
  text-decoration: none; 
  color:#000 !important;
}
/*----------------------------------------*/

header .branch {
    width: 200px;
    color: #fff;
    text-align: left;
    position: relative;
    top: 0;
    float:right;
    margin: 9px auto 0;
    padding: 0px 0 0 35px;
    line-height: 18px;
    line-height: 20px;
}   
header .branch .branch-img {
   position: absolute;
   left:-45px;
   top:50%;
   margin-top: -18px;
}
.header-branch{
  padding:0 0 3px 0;
  font-size: 13px;
  color: black;
}  
header .branch a {
  color: #000 !important;
  font-size: 15px;
}
header .branch a:hover {
  color:#fff;
}

div.vm-details-button a {  
  display: block;
  border: 0;
  cursor: pointer;
  background: url(../img/button.png) no-repeat 0 0;
  width: 89px;
  height: 25px;
  margin: 0 auto;
  position: relative;  
  text-indent: -999px;
  overflow: hidden; 
  padding:0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
/*span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
  display: block;
  border: 0;
  cursor: pointer;
  background: url(../img/button.png) no-repeat 0 0;   
  width: 89px;
  height: 25px;
  margin: 0 auto;
  position: relative;  
  text-indent: -999px;
  overflow: hidden; 
  margin:0 0 0 20px;
  padding:0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
*/
.addtocart-button {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  width: auto;
  position: relative;
  height: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}
.block-sales-product {
  position: absolute;
  top: -1px;
  width: 55px;
  height: 85px;
  right: 35px;
  z-index: 333;
}
span.addtocart-button::before {
  
}

span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
 width:auto;
 background:#e90031;
 border: none;
 font-family: 'Roboto';
 font-weight: 400;
 border-radius: 0;
 padding: 7px;
 height: auto;
 margin-top: 11px;
 margin-right: 10px;
}
span.addtocart-button input.addtocart-button:hover {
  /* background: url(../img/button.png) no-repeat 0 0; */
  opacity: 0.7;
}
.desc-product {
  padding:10px 0 0;
}
.block-fields-details h4{
  margin:10px 0 5px;
}
.productdetails-view .product-description {
  padding:10px 0;
  margin:10px 0;
  border-top:1px dotted #dedede;
  border-bottom:1px dotted #dedede;
}
a.details:hover, div.details:hover, div.vm-details-button a.product-details:hover {
  background: url(../img/button.png) no-repeat 0 0;
   opacity: 0.7;
}
.vendor-store-desc, .category_description {
  padding:0 0 20px 0;
}
.category-description-list{
  padding:0 15px 20px 15px;
}
.vm-page-counter {
 display: none;
}
.vm-pagination {
  float:left;
  padding:30px 0;
}
.vm-pagination ul li a, .vm-pagination ul li span {
  padding:9px 10px;
  background: #fff;
  color:#000;
  margin:0 6px 0 0;
  border:1px solid #dedede;
}
.manufacturer {
  padding:10px 10px 0px 10px; 
  background: #222;
  color:#fff;
  margin:30px 0 ;
}
.manufacturer a {
  font-size: 17px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  padding:0 0 6px;
  color:#fff;
  border-bottom:1px dotted #fff;
  margin:0 0 10px;
}
.list-count-pagination {
  margin:0 20px 0 0;
}
.display-number {
  padding:35px 0 0;
}
.vm-pagination ul li.pagination-prev span, .vm-pagination ul li.pagination-start span, .vm-pagination ul li.pagination-next span, .vm-pagination ul li.pagination-end span {
  background: #fff;
  color:#000;  
}
.vm-pagination ul li span, .vm-pagination ul li:hover a {
  background: #222;
  color:#fff;
  text-decoration: none;
}
.single-product-item {
    line-height: normal;
    position: relative;
    padding:10px;
    background: #fff;
    box-shadow: 0px 0px 25px silver;
}

.single-product-item .button-animate {display:none}
.product-price {

}
.product .product-price .ask-a-question {
  display: none;
}
.vmgroup .addtocart-bar {
  margin: 5px 0 0 12px;
}
.single-product-item .quantity-input {
  width: 25px;
  height:25px;
}
.single-product-item span.quantity-controls input.quantity-plus, .single-product-item span.quantity-controls input.quantity-minus {
  width: 13px;
  height: 12px;
  background-size: cover;
}

.single-product-item span.quantity-controls input.quantity-minus {
  background-position: 13px 0; 
}
.single-product{
    display: block;
    margin: -10px -10px 0 -10px;
    overflow: hidden;
    position: relative;
}
.single-product > a {
    display: block;
    float: left;
    width: 100%;
    z-index: 1;
    opacity: 1 !important;
}
.single-product > a .hover-image {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
}
.single-product > a .product-image {
  display: inline-block;
  width: 100%;
  /* height: 335px; */
  /* line-height: 335px; */
  text-align: center;
  vertical-align: middle;
}
.block-hover-img-description-header {
  left: 0;
  background: rgba(0,0,0,0.7);
  position: absolute;
  color:#fff;
  height: 100%;
  width: 100%;
  top: 0;
  transition: all 0.3s ease 0s; 
}
.single-product-item .block-hover-img-description-header .product-price {
  text-align: center;
  margin: 10px 0 10px;
}
.customfields-product {
  min-height: 40px;
  margin:10px 0 0;
}
.single-product-item .block-hover-img-description-header .max-height-text {
  height: 315px;
}
.single-product-item .block-hover-img-description-header .scroll-text {
  height: 315px; 
}
.single-product-item .block-hover-img-description-header .product-product_sku-list {
  padding:5px 0 10px;
}
.single-product-item .block-hover-img-description-header h2.single-product-name {
  color:#fff;
  padding: 0 10px;
  margin:10px 0 0;
  height: inherit;
}
.single-product-item .block-hover-img-description-header .old-price {
  font-size: 13px;
  line-height: 15px;
  padding: 5px 0 0px;
  text-align: center;
  text-decoration: line-through;
}
.single-product-item:hover .hover-image {opacity: 1;}
.product-product_sku-list {
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  min-height: 20px;
}
.product-container .product .button-order-click {
  margin:15px 0 0;
  padding: 10px 0;
}
.single-product > a .product-image img {
    max-height: 100%;  
    vertical-align: middle;
    margin: 0 auto;

}
.single-product-item .block-product-img {
  background-size: cover !important;
  width: 100%;
  height: 170px;
}
.single-product-item .single-product-name {
    color: #000000;
    font-weight: 400;
    line-height: 50px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: top;
    margin: 15px 0 0;
    cursor: pointer;
    height: 50px;
    border: none;
}
.single-product-item .single-product-name:before {display:none}
.product-related-products, .product-related-categories {
     border-top: solid #ccc 0px; 
     width: 100%;
}
.product-related-products-over, .product-related-categories-over {
     padding:40px 0 0;  
     width: 100%;
}
.product-related-products .single-product > a .product-image {
  height: 150px;
  line-height: 150px;
}
.product-related-products .single-product-item .product-price {
 text-align: center;
 margin:5px 0 ;
}
.product-related-products .single-product-name span {
  font-size: 15px;
  line-height: 20px;
}
.product-related-products .single-product-item .single-product-name {
  height:45px;
  line-height: 45px;
}
.single-product-name a, .single-product-name span, .block-hover-img-description-header .single-product-name span {
    font-size: 16px;
    line-height: 23px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

.vm-price-desc  {
  display: none;
}
.vmgroup .addtocart-area {
  margin: 0px 0px;
}
.addtocart-bar {
  margin:5px 0 0;
}
.single-product-item .product-price {
    font-size: 18px;
    /*text-align: left; /rzd*/
    display: block;
    float:none;
    margin: 0px 0 10px 0;
}
.vm-product-container .product-price {
    font-size: 25px;
    line-height: 25px;
    text-align: left;
    display: block;
    float:none;
    margin: 0px 0 20px;
}
.main-image a[rel='vm-additional-images']{
  height: auto;
  margin:0px;
}
a[rel='vm-additional-images'],.product-image-link{
 display: block;
 height: 45px;
 margin:0 0 10px;
 overflow: hidden;
}
.additional-images img {
  width: 50px;

  margin: 0 5px 5px 0;
}
.display-number {
  display: none;
}
.breadcrumbs {
  padding:0 0 10px;
  position:relative;
  top:-10px;
}
.breadcrumbs span {
  color: #e90031;
}
.single-product-item .max-height-text {
  height:75px;
}
.single-product-item .product-fields {
  padding:5px 15px;
}
.single-product-item .name-field-color .jq-radio,
.productdetails-view .jq-radio {
  margin:0 0 5px;
  display:none;
}
.single-product-item .name-field-color .product-field-display label.radio,
.productdetails-view label.radio  {
 -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  cursor:pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px; 
  width: 22px;
  height:22px;
  overflow: hidden;  
  margin:0 1px;
}
.single-product-item .vm-customfields-wrap {
  min-height:0px;
}
.single-product-item .name-field-color {
  padding:5px 0 0;
  text-align: center;
  margin:0px;
}
.productdetails-view .vm-customfields-wrap .product-field-display {
  padding:10px 0 0; 
}
.single-product-item .name-field-color img,
.productdetails-view .name-field-color img{
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  cursor:pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px; 
}
.single-product-item .name-field-color img:hover {
  opacity: 0.7;
}
.single-product-item .over-block-position {

}
.single-product-item .scroll-text {
    vertical-align: middle;
    height: 75px;
    text-overflow: ellipsis;
    text-align: center;
    position:relative;
    left:10px;
    line-height: 75px;
}   
.single-product-item .product_s_desc {
  height: auto;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.vendor-store-desc, .featured-view, .discontinued-view, .latest-view, .topten-view, .recent-view, .related-products-view, .browse-view, .order-view {
  margin:0px;
}
.form-login-cart {
 display: block;
 margin:0 0 20px; 
}
.chzn-container {
  width: 100% !important;
}
.chzn-container-single .chzn-drop {
 width: 100% !important;
 margin-top: 0px;
 border:1px solid #dedede;
}
.chzn-container .chzn-results li.highlighted {
 background: #eebb55; 
}
.chzn-container .chzn-results {
  margin:0px; 
  padding:0px;
}
.chzn-container-single .chzn-single {
  border:1px solid #ccc !important;
}
/*------------  Cart --------------*/
.table-responsive {
 border:0px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top:0px;
}
.table-responsive tr.header-table, .table-responsive tr.header-table .inner-hr tr {
    background: transparent;
}
.sectiontableentry1 {
    border-bottom: solid #E9E8E8 1px;
}
.table-responsive tr:nth-child(odd) th, .table-responsive tr:nth-child(odd) td {
    background: #f4f4f4;
}
.table-responsive tr:nth-child(odd) td .checkoutStep {
  background: #fff;
  padding:5px 10px;
  margin:10px 0 5px;
  border-top: solid #E9E8E8 1px;
  border-bottom: solid #E9E8E8 1px;
  text-transform: uppercase;
}
.table-responsive tr td .checkoutStep {
  background: #f4f4f4;
  padding:5px 10px;
  margin:10px 0 5px;
  border-top: solid #E9E8E8 1px;
  border-bottom: solid #E9E8E8 1px;
  text-transform: uppercase;  
}
.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited, button.default, .vm-button {
    -moz-transition: all 0.2s 0s ease;
    -o-transition: all 0.2s 0s ease;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
    background: #e90031 !important;
    box-shadow: none !important;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0px;
    border: 0px;
    display: inline-block;
    border-radius: 0px;
    font-weight: normal;
    float:left;
    padding: 10px 25px;
    text-decoration: none !important;
    text-transform: uppercase;
    margin: 0px 10px 0 0;
}
#checkoutFormSubmit:disabled{
  opacity: 0.5;
  cursor: no-drop;
}
.userfields_info {
    display: block;
    font-weight: normal;
    border-bottom: 0px;
    clear: both;
    padding: 0px 0 0 0px;
    margin: 0px 0 0px;
    position:relative;
    top:20px;
}
.vm2-billto-icon {
  background: none;
  display: inline-block;
  z-index: 3;
  width: 16px;
  height: 18px;
  font: normal normal normal 13px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.vm2-billto-icon::before {
    content: "\f2c2";
}
.output-billto span.titles, .output-shipto span.titles {
  width: auto;
  margin: 0 10px 0 0;
  font-weight: bold;
  font-size: 13px;
}
.billto-shipto {
  margin:0px;
}
.vm-shipment-plugin-single,
.vm-payment-plugin-single {
  margin:0 0 10px;
}
.control-buttons button.default,
.buttonBar-right .vm-button-correct {
  margin: 0 10px 0 0;
}
.general-bg, 
.manufacturer-product-link a, 
a.ask-a-question, 
a.product-details, 
a.details, 
div.details, 
button.default {
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  background: #e90031 !important;
  box-shadow: 0 4px 0px #a77512;
  font-size: 17px;
  color: #fff;
  border: 0px;
  opacity: 1 !important;
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none !important;
  text-transform: uppercase;
  margin: 0px 0;
  border-radius:0px !important;
}
.general-bg:hover, 
.manufacturer-product-link a:hover, 
a.ask-a-question:hover, 
a.product-details:hover, 
a.details:hover, 
div.details:hover, 
button.default:hover {
  color:#fff;
  box-shadow: 0 2px 0px #a77512;
}
.billto-shipto span.header_cart_address {
  font-size: 16px;
  text-transform: uppercase;
}

.block_address_userfields {
 display: block;
 padding:35px 0 0;
}
table.user-details label {
  display: block;

}
.asterisk {
  color:red;
}
table.user-details input {
  border-radius: 0px;
  color: #777;
  margin-bottom: 2px;
  padding: 10px;
  width: 100%;
  margin: 0 0 15px; 
}
.adminForm.user-details {
 text-align: left;
 width: 100%;
 margin-right: -15px !important;
 margin-left: -15px !important;
}
.adminForm.user-details tr td {
  text-align: left;
  padding: 0 ;
  width: inherit; 
}
.vm-button-correct:hover {
    background: #000;
    box-shadow: 0px 2px 0px #a77512;
    color: #fff;
    opacity: 1;
}
.cart-table.table-responsive tr td {
    padding: 10px;
    line-height: 21px;
    text-align: left;
}
.cart-table.table-responsive tr th  {
  padding: 10px;
  line-height: 21px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;  
}
.text-all-price {
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;  
}
.cart-summary td, .cart-summary th {
  border:0px;
}
.cart-table.table-responsive tr td h3 {
  padding:5px 0 ;
  margin:0px;
}
.vm-shipment-header-selected {
  padding:10px 0 0;
}
.vm-cart-item-discount, .vm-cart-item-sku, .vm-cart-item-discount, .vm-cart-item-sku {
 display: none;
}
.product-fields-details {
  padding:0px 0 15px;
}

.product-fields .product-field-type-M img {
  float:none;
  margin:0 auto;
}
.product-fields .product-field-type-M input[type=radio] {
  display: block;
  margin: 0px auto 5px !important;
}


.product-fields-details .product-fields-details-list {
 display: block;
 border-bottom:1px dotted rgba(0,0,0,0.2);
 padding:5px 0;
}
.product-fields-details span {
  font-size: 9px;
}

.cart-images-name {
    height: 100%;
    display: inline-block;
    min-height: 100%;     
    padding:0 0 0 15px;
}
span.cart-images img {
    transition: all 300ms ease-in-out 0s;
}
span.cart-images img:hover {
  transform: scale(1.05);
}
.cart-summary .quantity-input {
  width: 35px;
}
.vmpayment_description, .vmshipment_description {
  font-size: 13px;
}
.vm2-add_quantity_cart {
    background: transparent;
    z-index: 5;
    position: relative;
    width: 11px;
    height: 16px;
}
.vm2-add_quantity_cart::after {
    display: inline-block;
    z-index: 3;
    font: normal normal normal 13px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f021";
    position: absolute;
    left: 6px;
    top: 3px;
}
.vm2-add_quantity_cart:hover::after {color:#00923f;}

.vm2-remove_from_cart {
 background: none;
}
.table-responsive .sectiontableentry2 .PricebillTotal {
  font-size: 20px;
}
.vm2-remove_from_cart::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00d";
    position: relative;
}
.vm2-remove_from_cart:hover {
  color:red;
}
.product-carousel-area {
  margin: 50px 0 0px;
}


.product-carousel-area-inner {
  margin:10px 0 10px;
}
.product-carousel-area-inner .col-lg-3, .product-carousel-area-inner .col-md-3{
  margin:0 0 15px;
  width: 33.33333333%;
}      
/*------------  owl-slide-product --------------*/
.owl-prev {
  position: absolute;
  left:-30px;
}
.owl-item .item.product {
  float:none;
  min-width: auto;
}
.owl-carousel .owl-item img {
  width: initial !important;
}
.owl-next {
  position: absolute;
  right:-30px;  
}
.owl-item .item {
  padding:15px; 
}
.owl-carousel.owl-theme .owl-nav {
     position: absolute;
    margin-top: -95px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 98%;
    left:1% 
}        
.owl-theme .owl-dots .owl-dot span {margin:5px;}
.owl-carousel.owl-theme:hover .owl-nav{
  opacity: 1;
} 
.owl-theme .owl-dots .owl-dot span {
  background: #222 !important;
}  
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
   background: #eebb55 !important; 
}
.owl-theme .owl-nav button i {
   font-size: 50px;
}
.owl-theme .owl-dots {
  padding:10px 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
     background: 0 0;
    color: #222 !important;
    border: none;
    padding: 0!important;
    opacity: 1 !important;
    font-size: 104px !important; 
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent !important;
}
.owl-prev {
  float:left;
}
.owl-next {
  float:right;
}
/*----------------------------------------*/
/*  CustomFilters
/*----------------------------------------*/
.filter-pro {
  background: #eaeaea;
  padding:15px;
  margin:0 0 30px;
}
.form-horizontal {
  position: relative;
}
.cf_wrapper_input_text_1 input[type="search"] {
  padding:7px;
  width: 100%;
  border-radius: 4px;
  border:1px solid #ccc !important;
}
.cf_wrapper_input_text_2 input[type="search"] {
  padding:7px;
  margin:0 4px 0 0;
  border-radius: 4px;  
}
.cf_wrapper_inner .cf_wrapper_input_text_2 input:nth-child(5) {
  margin: 0 4px;
}
.cf_wrapper_input_text_2 .cf_search_button.btn {
  border:1px solid #000;
  background: #eebb55;
  color:#fff; 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding:6px 10px;
}
label.ordering {
  margin:10px 0;
  display: block;
}
fieldset .only {
 display: block;
 padding:10px 0; 
}
.cf_wrapper_input_text_2 .cf_search_button.btn:hover {
  opacity: 0.6;
}
.cf_wrapper_input_text_1 .btn {
  right: 0;
  position: absolute;
  top: 2px;
  padding: 5px;
  background: transparent;
  border-radius: 0;  
  box-shadow:  0px 0px 0px #000 !important;
}
.cf_wrapper_input_text_1 .btn:hover {
  opacity: 0.5;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border: 0;
-webkit-box-shadow: inset 0 0 0 50px #ccc;
-webkit-text-fill-color: #000;
color:#000 !important;
-webkit-text-fill-color: #;
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
transition: background-color 5000s ease-in-out 0s;
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,174,255,0.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,0.03) 100%);
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 5px auto transparent;
	outline-offset: -2px
}
.cf_filtering_slider_gutter {
     width: 100%;
     padding:0px 8px;
 
}


.cf_filtering_slider_gutter_item.cf_slider_gutter_l {
     left: -9px;
    height: 8px;
    display: none;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #eebb55;
    margin: 11px 0 0;
}
.cf_filtering_slider_gutter_item.cf_slider_gutter_r {
    left: 9px;
    height: 8px;
    display: none;
    background: #eebb55;
    margin: 11px 0 0;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cf_slider_gutter_m {
  width: 100%;
  margin:0 0;
  background: transparent;
}
.cf_filtering_knob.cf_filtering_knob_from {
  margin:0 0 0 9px;
}
.cf_filtering_knob.cf_filtering_knob_to {
  margin:0 0 0 -9px;
}
.cf_flt_header {
  font-weight: normal;
  padding:0 0 5px;
}

.slider_bkg_img {
  background: #eebb55;
  z-index: 11;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  margin:11px 0 0 0px;
   width: 100%;

}
.cf_flt_wrapper {
  border-bottom:1px solid rgba(0,0,0,.2);
  padding:0 0 5px;
}

.cf_resetAll_link {
  display: inline-block;
  background:#eebb55 ;
  padding:5px 10px;
  width: 100%;   
  font-size: 15px;
  margin:0px 0 0;
  color:#fff;
}
.cf_resetAll_link::before{
 display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "\f056";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    margin:0 5px 0 0;
}
#price_clear,
.cf_filters_list li a.cf_clear {
  margin:0 0 10px; 
  display: block;
  background: #eebb55;
  padding:5px 10px;
  color:#fff;
}
#price_clear {
  position:relative;
  top:10px;
}
#price_clear:hover,
a.cf_clear:hover {
  opacity: 0.5;
}
#price_clear::before,
a.cf_clear::before {
 display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "\f056";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    margin:0 5px 0 0;
}
a.cf_resetAll_link:hover {
 background:#222 ; 
 color:#fff;
}
.cf_slider_gutter_m::after {
  content: "";
  position: absolute;
  width: 100%;
  height:8px;
  left:0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top:11px;
  background: #ccc;
}
.headexpand {
  position: relative;
  top:4px;
}
.cf_filters_list li {
  margin:0 0 5px 0;
}


/*----------------------------------------*/
/*  end vertumar
/*----------------------------------------*/

.O_O {
  clear: both;
  font-size: 1px;
}

/*----------------------------------------*/
/*  modal
/*----------------------------------------*/
.modal-content .agreement_label {
   padding: 15px 0 0px 0px;
   text-align: left;
}
.modal-content .agreement_label {
  color:#000;
  text-align: center;
}     
.modal-content .agreement_label a{ 
   color:#000;
}
/*----------------------------------------*/
/*  counter-animation
/*----------------------------------------*/
.block-counter {
  background: url(../img/bg2.jpg) no-repeat center fixed;
  background-size: cover;
  font-size: 70px;
  padding:20px 0;
  line-height: 80px;
  margin:20px 0;
  color: #fff;
}
.counter-animation {
    font-size: 135px;
    line-height: 175px;
    text-align: right;
}

/*----------------------------------------*/
/*  private
/*----------------------------------------*/
.agreement_label {
  font-size: 15px;
  text-align: center;
  display: block;
  padding: 13px 0 0px 60px;
  position: relative;
  color: #3f3f3f;
  float:left;
  font-weight: 300;
}
.agreement_label a {
 text-decoration: underline;
 color: inherit;
}
.agreement_label a:hover {
  opacity: 0.4;
  text-decoration: none;
}
#checkoutForm .agreement_label, #checkoutForm .agreement_label a {
  color:#000;
}



.monotype {
  font-family: monotype;
}
/*----------------------------------------*/
/*  all
/*----------------------------------------*/
* { margin:0; padding:0; }
.inner-block {margin-top: 0px;}
html, body {height: 100%;}
.floatleft {float:left;}
.floatright {float:right !important;}
.floatnone {float:none;}
.alignleft, .text-left {text-align:left;}
.alignright, .text-right {text-align:right;}
.aligncenter, .text-center {text-align:center;}
img {
    max-width:100%;
    height:auto;
    border:0; 
    vertical-align:top;
}
p {margin:0 0 5px;}

a:active, a:hover, a:focus {
    outline: 0 none;
    text-decoration: none;
}
input[type=checkbox], input[type=radio] {
  margin:0px;
}
:focus{ outline:none; }
ul{
    list-style: disc inside url();
    margin: 10px 0;
    padding: 0
}

.clear{clear:both}
input[type=number]::-webkit-inner-spin-button {
 opacity: 1
}
form { display:block; }
table { 
  border:0; 
  border-spacing:0; 
  empty-cells:show; 
  font-size:100%; 
}
caption,th,td  {
  vertical-align: middle;
  text-align:center; 
  font-weight:normal; 
}
input,select,textarea,button  {
    font-size:15px;
    line-height: 20px;
    vertical-align:middle;
    color:#000;
    background:#fff;
    border: 1px solid #ccc;
    padding:5px;
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: none
}


/*----------------------------------------*/
/*  scrollUp
/*----------------------------------------*/
#scrollUp {
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 70px;
  padding:20px 23px;
  bottom: 35px;
  color: #ffffff;
  right: 12px;
  cursor: pointer;
  line-height: 30px;
  position: fixed;
  text-align: center;
  transition: all 4ms linear 0s;
  z-index: 9999;
}
#scrollUp i {
  font-size: 25px;
}
#scrollUp {
  line-height:25px;
  opacity: 1 !important;
}
#scrollUp:hover {background: #222 none repeat scroll 0 0}

/*----------------------------------------*/
/*  slideshow
/*----------------------------------------*/
#slideshow {
  position:relative;
  overflow: hidden;
  margin:0 0 30px;
}
#slideshow .block-slide:first-child {
  position:relative;
}
#slideshow .block-slide {
  position:absolute;
  top:0;
  left:0;
  z-index:8;
  width: 100%;
  opacity:0.0;
}
#slideshow .block-slide.active {
  z-index:10;
  opacity:1.0;
}

#slideshow .block-slide.last-active {
  z-index:9;
}
/*----------------------------------------*/
/*  Tabs
/*----------------------------------------*/
.block-tabs {
  padding:0 0 30px;
}
.nav-tabs {
  border-bottom:0px;
}
.nav-tabs>li {
  float:none;
  display: inline-block;
} 
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background: #eebb55;
  border:0px solid #000;       
  color:#fff;
} 
.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
  border:0px;
  padding:10px 30px;
  color:#fff;          
  font-size:20px;
  background: #222;  
  border-radius: 0px;
}
.tab-content pre {
  display: none;
}
.tab-content>.tab-pane {
  padding:15px 20px;
  background: transparent;
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.partners {
    margin: 15px 0;
}

/*----------------------------------------*/
/*  clip1
/*----------------------------------------*/
.block-clip1 {
  padding:20px 0;
}
.block-clip1 ul li {
  display: inline-block;
  position: relative;
  font-size: 25px;
  line-height: 30px;
  width: 33.33333333%;
  padding:0 15px;
  color:#fff;
  height: 300px;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  -webkit-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
  margin: 0 0 20px;
  text-shadow: 3px 3px 6px rgba(0,0,0,0.8) ;
}
.block-clip1 .image-description {
 padding:10px 0;
 font-size: 15px;
 text-transform: none;
}

.block-clip1 ul li a {
  color:#fff;
  position: relative;
  display: block;
}
.block-clip1 ul li img {
  position: relative;
  width: 100%;
  height:300px;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.block-clip1 ul li .over-block-text {
  position: absolute;
  top:0%;
  width: 100%;
  height:300px;
  color:#fff;
  padding:  0 5%;
  left:0px;
  border:15px solid transparent;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.45s 0s ease;
  transition: all 0.45s 0s ease;
  line-height: 285px;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: top;

}
.block-clip1 ul li .over-block-text .text-vertical {
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (max-width: 1200px) { 
  .single-product-item .single-product-name {
        height: 90px;
            line-height: 90px;
  }
}
.text-vertical {
    font-size: 20px;

    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.block-clip1 ul li:hover a {
  opacity: 1;
}
.block-clip1 ul li:hover {
 transform: scale(1.05);  
 opacity: 1;
 z-index: 22;
}
.block-clip1 ul li:hover .over-block-text {
  background: rgba(0,0,0,0.3);
  z-index: 33;     
  border:15px solid rgba(255,255,255,0.4)
}
.block-clip1 ul li:hover .over-block-text .text-vertical {

  -webkit-transform:  translateY(-20px);
  -ms-transform:  translateY(-20px); 
  transform:  translateY(-20px);
 
}
/*----------------------------------------*/
/*  clip2
/*----------------------------------------*/
.background-block-clip2.block-clip2 {
  background:url(../img/bg2.jpg) no-repeat center;
  background-size: cover !important;
  padding:40px 0 0;
}
.background-block-clip2.block-clip2 {
  color:#fff;
}
.background-block-clip2.block-clip2 h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin:0 0 10px;
}
.background-block-clip2.block-clip2 ul li .over-block-text {
  color:#fff; 
}
.background-block-clip2.block-clip2 .description-block {
  text-align: center;
  font-size: 20px;
  margin:0 0 70px;
}
.block-clip2 {
  padding:20px 0;
}
.block-clip2 h2 {
  margin:0 0 40px;
}
.block-clip2 ul {
  text-align: center;
}
.block-clip2 ul li {
  display: inline-block;
  position: relative;
  font-size: 25px;
  text-align: center;
  line-height: 30px;
  width: 25%;
  min-height: 270px;
  color:#000;
  vertical-align: top;
  margin: 0 0 20px;
}
.block-clip2 .image-description {
 padding:10px 0;
 text-transform: none;
}
.block-clip2 ul li a {
  color:#000;
}
.block-clip2 ul li img {
  position: relative;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  margin:0 0 10px 0;
}
.block-clip2 ul li .over-block-text {
  color:#000;
  padding:  0 10%;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  line-height: 100px;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: top;

}
@media (max-width: 1100px) { 

}
.block-clip2 ul li .text-vertical {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.block-clip2 ul li .text-vertical .image-title {
  font-size: 20px;
  line-height: 24px;
}
.block-clip2 ul li:hover img {
  transform: scale(1.05); 
    opacity: 0.75;
  z-index: 22;
  -webkit-transform:  translateY(-10px);
  -ms-transform:  translateY(-10px); 
  transform:  translateY(-10px);

}
/*----------------------------------------*/
/*  clip3
/*----------------------------------------*/
.block-clip3 {
  padding:20px 0;
}
.block-clip3 h2 {
  margin:0 0 60px;
}
.block-clip3 ul li {
  display: inline-block;
  position: relative;
  font-size: 25px;
  text-align: center;
  line-height: 30px;
  color:#000;
  vertical-align: top;
  margin: 0 0 20px;
}
.block-clip3 .image-description {
 font-size: 15px;
 padding:10px 0;
 line-height: 21px;
 text-transform: none;
}
.block-clip3 ul li a {
  color:#000;
}
.block-clip3 ul li img {
  position: relative;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  margin:0 0 10px 0;
}

@media (max-width: 1100px) { 

}

.block-clip3 ul li .image-title {
  font-size: 40px;
  line-height: 40px;
  color:#eebb55;}
.block-clip3 ul li .image-title::after {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 25px;
  top: -5px;
  margin: 0 0 0 10px;
  position: relative;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-clip3 ul li:hover img {
  transform: scale(1.05); 
    opacity: 0.75;
  z-index: 22;
  -webkit-transform:  translateY(-10px);
  -ms-transform:  translateY(-10px); 
  transform:  translateY(-10px);

}
/*----------------------------------------*/
/*  block-full-clip-modal 
/*----------------------------------------*/
.block-text-dop {
  margin:0 0 20px;
}
.font-family-text {
}
.block-text-dop .main-block-img {
   height:100%;
   width:100%;
   margin:20px 20px 20px 0;
   background-size: cover;
}
.height-block-over-flex {
      display: -webkit-flex;
    -webkit-justify-content: flex-start;
    display: flex;
    justify-content: flex-start;
    margin:0 0 30px;
}
.text-block-flex {
-webkit-justify-content: flex-start;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.text-block-position {
  display: block;
}
/*----------------------------------------*/
/*  block-full-clip-modal 
/*----------------------------------------*/
.block-full-clip-modal.block-clip-modal ul > li.clip-li {
  padding:0px;
  height:400px;
  margin:0 0 0;
}
.block-full-clip-modal.block-clip-modal ul > li.clip-li .image-title-top {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  line-height: 400px;
  text-overflow: ellipsis;
}
.block-full-clip-modal.block-clip-modal ul > li.clip-li:first-child .image-title-top {
  line-height: 800px;
}
.block-full-clip-modal.block-clip-modal ul > li.clip-li .image-title-top span {
  font-size: 25px;
  line-height: 30px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.block-full-clip-modal.block-clip-modal ul > li.clip-li .over-block-text {
  height: 400px;
  opacity: 0;
  line-height: 400px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform:  translateY(50%);
  -ms-transform:  translateY(50%); 
  transform:  translateY(50%);
}

.block-full-clip-modal.block-clip-modal ul > li.clip-li .over-block-text:hover {
  -webkit-transform:  translateY(0%);
  -ms-transform:  translateY(0%); 
  transform:  translateY(0%);
  opacity: 1;
  background: rgba(0,0,0,0.7);
}

.block-full-clip-modal.block-clip-modal .button-animate {
  font-size: 15px; 
}
.block-full-clip-modal.block-clip-modal .button-animate.button-more-modal i{
  font-size: 15px;
  margin:2px 10px 0 0       
}
.block-full-clip-modal.block-clip-modal ul > li .menu_image_li {
  background-size: cover !important;
  height: 100%;
  width:100%;
}
.block-full-clip-modal.block-clip-modal ul > li img {
    transform: scale(1.01); 
}
.block-full-clip-modal.block-clip-modal ul > li:hover img {
   transform: scale(1.05); 
  filter:none;
  -webkit-filter:none; 
   z-index: 22;
   box-shadow:  0px 0px 0px rgba(0,0,0,0.4) ;
}
.block-full-clip-modal.block-clip-modal ul li:hover .over-block-text {
  z-index: 33;      
  -webkit-transform:  translateY(-0px);
  -ms-transform:  translateY(-0px); 
  transform:  translateY(-0px);
 
}
.block-full-clip-modal.block-clip-modal ul li.clip-li:first-child {
  height: 800px;
}
.block-full-clip-modal.block-clip-modal ul > li.clip-li:first-child  .over-block-text {
  height: 800px;
  line-height: 800px;
}
/*----------------------------------------*/
/*  clip-modal
/*----------------------------------------*/
.block-clip-modal {
  padding:20px 0;
}
.block-clip-modal ul li a {
  opacity: 1 !important;
}
.block-clip-modal ul li:hover .modal-text img {
  transform:inherit;
  filter: none !important;
  -webkit-filter:none !important;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
}
.block-clip-modal h2 {
  margin:0 0 40px;
}
.block-clip-modal ul li {
  display: inline-block;
  position: relative;
  font-size: 25px;
  line-height: 30px;
  color:#fff;
  width: 33.33333333%;
  padding:0 15px;
  height: 300px;
  overflow: hidden;
  margin: 0 0 20px;

}
.block-clip-modal ul li a {
  color:#000;
  margin:0 0 10px;
}
.block-clip-modal ul li img {
  position: relative;
  width: 100%;
  height:100%;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.block-clip-modal ul li .over-block-text {
  position: absolute;
  top:0%;
  width: 100%;
  height:300px;
  color:#fff;
  padding:  0 10%;
  left:0px;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  line-height: 285px;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: top;

}
@media (max-width: 1100px) { 

}
.block-clip-modal .text-vertical {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 20px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.block-clip-modal .image-description {
  padding:15px 0 0;
  text-transform: none;
}
.block-clip-modal ul li:hover img {

  filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
  filter: gray;
  -webkit-filter: grayscale(100%); 
 opacity: 1;
 z-index: 22;
 box-shadow:  0px 0px 6px rgba(0,0,0,0.4) ;
}
.block-clip-modal ul li:hover .over-block-text {
  z-index: 33;      
  -webkit-transform:  translateY(-20px);
-ms-transform:  translateY(-20px); 
transform:  translateY(-20px);
 
}
/*----------------------------------------*/
/*  clip-text
/*----------------------------------------*/
.block-clip-text {
  padding:20px 0;

}
.block-clip-text h2 {
  margin:0 0 40px;
}
.block-clip-text ul li {
  display: inline-block;
  position: relative;
  color:#000;
  width: 100%;
  height:300px;
  overflow: hidden;
  margin: 0 0 60px;
}
.block-clip-text ul li:last-child {
  margin:0px;
}
.block-clip-text ul li:nth-child(2n) .block-img-align {
  float:right;
}

.block-clip-text ul li img {
  position: relative;
  width: 100%;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.block-clip-text h2.text-clip-header {
  margin:0 0 20px
}

.block-clip-text ul li .over-block-text {
  height:300px;
  color:#000;
  padding:0 0 0 10px;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  line-height: 300px;
  text-overflow: ellipsis;   
  text-align: left;
  vertical-align: top;
  overflow: hidden;

}
.block-clip-text .note {
  font-size: 25px;
  padding: 20px 0 15px;
  text-transform: uppercase;
}
@media (max-width: 1100px) { 

}
.block-clip-text .text-vertical {
  font-size: 15px;
  line-height: 20px;
  text-transform: none;     
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.block-clip-text ul li:hover img {
 transform: scale(1.02); 
 opacity: 1;
 z-index: 22;

}
/*----------------------------------------*/
/*  clip-text2
/*----------------------------------------*/
.block-clip-text2 {
  padding:20px 0;

}
.block-clip-text2 h2 {
  margin:0 0 40px;

}
.block-clip-text2 ul li {
  display: inline-block;
  position: relative;
  color:#000;
  width: 50%;
  margin: 0 0 10px;
}
.block-clip-text2 ul li ul li {
  width: 100%;
  margin: 0 0 5px 15px;
  display: list-item;
  list-style: disc url();
}
.block-clip-modal2 ul li a {
  color:#fff;
}
.block-clip-text2 ul li img {
  position: relative;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.block-clip-text2 h2.text-clip-header {
  margin:0 0 10px;
  font-size: 18px;
}
.block-clip-text2 ul li .over-block-text {
  height:220px;
  color:#000;
  padding:0 0 0 10px;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  line-height: 220px;
  text-overflow: ellipsis;   
  text-align: left;
  vertical-align: top;
  overflow: hidden;

}

.block-clip-text2 .text-vertical {
  text-transform: none;   
  width: 100%;
  font-size: 15px;
  line-height:20px;
  display: inline-block;
  vertical-align: middle;
}
.block-clip-text2 ul li a.button-animate {
  margin:20px 0 0 ;
}
.block-clip-text2 .note {
  font-size: 18px;
  padding: 20px 0 0;
  text-transform: uppercase;
}
@media (max-width: 1100px) { 

}

.block-clip-text2 ul li:hover img {
 transform: scale(1.02); 
 opacity: 1;
 z-index: 22;

}
/*----------------------------------------*/
/*  partners
/*----------------------------------------*/
.li-block-partners {
  text-align: center;
  float:left;
  width: 16.66666667%;
}

/*----------------------------------------*/
/*  clip-text3
/*----------------------------------------*/
.block-clip-text3 {
  padding:20px 0;

}
.block-clip-text3 h2 {
  margin:0 0 40px;

}
.block-clip-text3 ul li {
  display: inline-block;
  position: relative;
  color:#000;
  margin: 0 0 20px;
}
.block-clip-text3 ul li .text-bg {
  background: #dedede;
  min-height: 755px;
}
.block-clip-text3 ul li ul {
  margin:0px;
}
.block-clip-text3 ul li ul li {
  width: 100%;
  margin: 0 0 10px 0px;
  padding:0px 0 10px;
  display: list-item;      
  list-style: none;
  min-height: inherit;
  font-size: 20px;
   -moz-transition: all 0.3s 0s ease;
   -o-transition: all 0.3s 0s ease;
   -webkit-transition: all 0.3s 0s ease;
   transition: all 0.3s 0s ease;
  border-bottom:1px solid rgba(0,0,0,0.2);
}
.block-clip-text3 .min-heaght-text {
  min-height: 280px;  
}
.block-clip-text3 ul li ul li:last-child {
  border:0px;
  margin:0 0 5px;
}
.block-clip-text3 ul li ul li:before {
    content: "\f00c";
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    margin:0 10px 0 0 ;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: inherit;
}
.block-clip-text3 ul li ul li:hover:before {
   color:red; 
}
.block-clip-modal3 ul li a {
  color:#fff;
}
.block-clip-text3 ul li img {
  position: relative;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.block-clip-text3 h2.text-clip-header {
  margin:0 0 10px;
  font-size: 25px;
}
.block-clip-text3 ul li .over-block-text {
  height:100px;
  color:#000;
  padding:0 10px;
  text-align: center;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  line-height: 100px;
  text-overflow: ellipsis;   
  vertical-align: top;
  overflow: hidden;

}

.block-clip-text3 .text-vertical {
  text-transform: none;   
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.block-clip-text3 .note {
  font-size: 22px;
  padding: 0px 0 10px;
  text-transform: uppercase;
}
@media (max-width: 1100px) { 

}

.block-clip-text3 ul li:hover img {
 transform: scale(1.05); 
 opacity: 1;
 z-index: 22;

}
.block-clip-text3 .block-text-list {
  padding:20px;
}
/*----------------------------------------*/
/*  clip-text3
/*----------------------------------------*/
.block-clip-text4 {
  padding:20px 0;
}
.block-clip-text4 h2 {
  margin:0 0 40px;
}
.block-clip-text4 ul li {
  display: inline-block;
  position: relative;
  font-size: 25px;
  overflow: hidden;
  line-height: 30px;
  color:#fff;
  height: 300px;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  margin: 0 0 20px;
  text-shadow: 3px 3px 6px rgba(0,0,0,0.8) ;
}
.block-clip-text4 ul li h2.text-clip-header {
  font-size: 25px;
  width:90%;
  margin:0 auto;
}
.block-clip-text4 ul li h2 {
  margin:0 0 20px;
  font-size: 22px;
}
.block-clip-text4 ul li ul li {
    display: list-item;
    position: relative;
    color: #fff;
    height: inherit;
    overflow: inherit;
    list-style: disc url();
    margin: 0 0 0px 20px;
    text-shadow: 0 0 0;
}
.block-clip-text4 ul li .scroll-text h2 {
}
.block-clip-text4 .scroll-text {
  overflow-x: hidden 
}
.block-clip-text4 ul li:hover .over-block-text-mouseover img {
    transform: inherit;
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1;
    height: inherit;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
}
.block-clip-text4 .image-description {
 font-size: 15px;
 padding:10px 0;
 text-transform: none;
}
.block-clip-text4 ul li a {
  color:#fff;
}
.block-clip-text4 ul li img {
  position: relative;
  width: 100%;
  height:300px;
  -moz-transition: all 0.6s 0s ease;
  -o-transition: all 0.6s 0s ease;
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
}
.block-clip-text4 ul li .over-block-text {
  position: absolute;
  top:0%;
  width: 100%;
  height:300px;
  color:#fff;
  padding:  0 10%;
  left:0px;
  opacity: 1;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  line-height: 300px;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: top;

}
.block-clip-text4 ul li .over-block-text-mouseover {
  position: absolute;
  top:0px;
  width: 100%;
  opacity: 0;
  height:100%;
  color:#fff;
  padding:  15px;
  z-index: 55;
  left:0px;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.8);
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  line-height: 300px;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: top;

}
.block-clip-text4 .over-block-text-mouseover .text-vertical {
    position: absolute;
    width: 94%;
    height: 100%;
    text-transform: none;
    top: 20px;
    left: 5%;
    padding:0 0 40px;
    font-size: 15px;
    line-height:20px;
    overflow: hidden;
    transition: all 200ms ease-in-out 0s;
}
.block-clip-text4 ul li:hover .over-block-text {
  z-index: 33;      
  opacity: 0;
}
.block-clip-text4 ul li:hover .over-block-text-mouseover { 
  opacity: 1;
}
@media (max-width: 1100px) { 

}

.block-clip-text4 ul li:hover img {
 transform: scale(2.05); 
 opacity: 0;

}
.block-clip-text4 ul li:hover {
  background: #eebb55;
   z-index: 22;

}


/*----------------------------------------*/
/*  simple image gallery pro
/*----------------------------------------*/
ul.sigProClassic {
  clear: both;
}
ul.sigProClassic li.sigProThumb {
  background: transparent !important;
}
ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
  border: 1px solid #dedede;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4); 
}
/*----------------------------------------*/
/*  search
/*----------------------------------------*/
header .search-box {
  width: 200px;
  display: block;
  text-align: center;
  margin: 3px auto;
  position: relative;
}
.text-search {
  background: #dfdfdf;
  border: medium none;
  border: 0px;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  outline: none;
  padding: 6px 55px 7px 10px;
  width: 100%;
  margin:0 0 0;
  position: relative;
  z-index: 22;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
   background-color: #eebb55 !important;
   color: #fff !important;
}
 
input:-ms-input-placeholder {  
 color: #000 !important;  
}
.btn-search-category {
    font-style: normal;
    font-family: FontAwesome;
    background: none;
    border: 0 none;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 10px !important;
    top: 50%;
    transform: translate(0%, -11px);
    width: 25px;
    z-index: 99;
    transition: all 0.3s ease 0s;
}
.btn-search-category:hover {
  opacity: 0.5;
}
#searchForm button.button {
    display: inline-block;
    padding: 4px 15px;
    font: normal 1em/1.35em 'Arial', sans-serif;
    text-align: center;
    white-space: nowrap;
    background: #eebb55;
    color: #fff;
    border: 0px;
    width: auto;
}
.searchintro {
  background:#f4f4f4;
  padding:10px;
  font-size: 15px;
  margin:15px 0 0;
}
.searchintro p {
  margin:0px;
}
.searchintro strong {
  font-weight: normal;
}
.search-results .result-category{
 display: none;  
}
.search-results .result-title {
  border-top:1px dotted rgba(0,0,0,0.5);
  padding:10px 0 0;
  margin:10px 0 0;
  text-transform: uppercase;
}
div.search fieldset.only{
  padding: 15px 0;
}
/*--------------------------------------------*/
/*  Modal Start
/*--------------------------------------------*/   
.modal {z-index: 13000}
.modal-header h2 {
  display: block;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
}
.modal-header .close {
    margin-top: 0;
    right: 0;
    top: 0;
    font-size: 21px;
    position: absolute;
    line-height: 21px;
    color: #000;
    padding: 5px 10px 6px 11px;
    opacity: 1;
}
.modal.fade .modal-dialog {
  padding:15px;
  border: 10px solid rgba(255,255,255,0.1);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0 0  rgba(50, 50, 50, 0.85); 
   box-shadow: 0 0 0 rgba(0,0,0,0.5);
   top: 50%;
   transform: translate(0,-50%);
}     
.modal.in .modal-dialog {
  padding:15px;
  border: 10px solid rgba(255,255,255,0.1);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0 0  rgba(50, 50, 50, 0.85); 
   box-shadow: 0 0 0 rgba(0,0,0,0.5);
   top: 50%;
   margin:0 auto;
   transform: translate(0,-50%);
}    
.fancybox-container.vm_fancybox_class .fancybox-content {
    /*position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;*/
    border: 10px solid rgba(0,0,0,.0);
    border-radius: 0px;
    outline: 0;
    padding: 30px 25px 10px;
    color: #000;
    max-width: 450px;
    /*overflow: initial;*/
    -webkit-box-shadow: 0 0px 0px 10px rgba(255,255,255,.1);
    box-shadow: 0 0px 0px 10px rgba(255,255,255,.1);
}    
.fancybox-container .fancybox-content a {
    width: auto;
    text-align: center;
    padding: 5px 0;
    display: inline-block;
    margin: -39px 0 0px;
    font-size: 13px;
    vertical-align: top;
    color: #fff;
    left:-7px;
    position: relative;
    Z-INDEX: 222;
}
.fancybox-container .fancybox-content a:hover {
   color:#ccc;
}

.fancybox-container .fancybox-content a.showcart {
   left: -20px; 
}

.fancybox-container .fancybox-content a.showcart::before {
    content: "\f07a";
    font: normal normal normal 15px/1 FontAwesome;
    display: inline-block;
    margin: 0 7px 0 0;
}


.fancybox-container .fancybox-content a.continue_link::before {
    content: "\f0ce";
    font: normal normal normal 15px/1 FontAwesome;
    position: relative;
    top:2px;
    display: inline-block;
    margin: 0 7px 0 0;
}
.fancybox-container .fancybox-content a:hover,
.fancybox-container .fancybox-content a:focus,
.fancybox-container .fancybox-content a:visited {
  opacity: 1;

}
.fancybox-button.fancybox-close-small svg {
  opacity: 1;
  color:#fff;
  display: inline-block;
  width: auto;
  position: relative;
  top:3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fancybox-button.fancybox-close-small svg:hover {
  transform: scale(1.15);
}
.fancybox-container .fancybox-content h4 {
  margin:0px 0 0;
  display: block;
  text-align: center;
}
.fancybox-stage .fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 11px 10px;
    right: 0;
    display: block;
    background: #222;
    text-align: right;
    width: 100%;
    height: 45px;
    z-index: 1;
    opacity: 1;
    top: -7px;
}

.fancybox-container .fancybox-content br {
  display: none;
}
.modal-dialog {
  padding:15px;
  border: 10px solid rgba(255,255,255,0.1);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0 0  rgba(50, 50, 50, 0.85); 
   box-shadow: 0 0 0 rgba(0,0,0,0.5);
   top: 50%;
   transform: translate(0,-50%);
}     
#modalCall .modal-dialog {
  width:320px;
  padding:15px;
  border: 10px solid rgba(255,255,255,0.1);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0 0  rgba(50, 50, 50, 0.85); 
   box-shadow: 0 0 0 rgba(0,0,0,0.5);
}      
.modal-content {
  padding:25px;
  color:#000;
  border-radius: 0px;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}
#modalCall .modal-header h2 {
  display: block;
  padding: 10px 0;
  color:#000;
  width: 190px;
  margin: 0 auto;
  border:0px !important;
  line-height: 24px;
   
}
.modal-content .submit-form {
    background: #eebb55;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    border: 0px;
    margin:0px;
    width: 100%;

}
.modal-content .agreement_label {
  float:none;
  display: block;
  padding:5px 0 0;
}
.modal-content .submit-form input {
  color: #fff;
  font-size: 15px;
  display: block;
  width: 100%;
  background: transparent;
  border: 0px solid #f2f2f2;
} 
.close {
    text-shadow: 0 0px 0 #fff; 
}
.modal-header .close:hover {
  opacity: 0.5;   
}
.modal-header {
 padding: 0px 0 0;
 border: 0px ;
 
}
#modalFormMessage .modal-product {
  text-align: center;
}
#modalFormMessage .modal-body {
  background: none;
  border: 0px solid #fff;
  padding:10px;
  margin:15px 0 0;
  background: #efefef;
}
.modal-body {
  padding: 10px 0;
  margin:0;
 
}
.modal-body textarea {
   height:100px;
}
/*--------------------------------------------*/
/*  Mod_vm_cart
/*--------------------------------------------*/
  #vmCartModule {
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    background: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    height: inherit;
    line-height: normal;
    padding: 0;
    position: relative;
    width: inherit;
    z-index: inherit;
  }
  .branch .cart_top {
 
    line-height: 18px;
    position: relative;
    overflow: initial;
  }
  .cart_top div {
    display: inline-block;
  }
  .cart_top .total_products {
    box-sizing: border-box;
    color: #000;
    background: transparent;
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    height: auto;
    left: 0;
    min-width: inherit;
    line-height: inherit;
    padding:0px;
    position: relative;
    text-align: center;
    top: 0;
  }
  .cart_top .total {
    display: inline-block;
    float: none;
    font-size:inherit;
    height: inherit;
    line-height: inherit;
    text-align: left;
    visibility: inherit;
    width: auto;
  }
  .vmCartModule > a {
   overflow: inherit; 
  }
  .cart_content {
        background: #fff;
    border-radius: 4px;
    border: 1px solid #ECF0F1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-sizing: content-box;
    color: #333;
    margin-top: 9px;
    padding: 10px 10px 10px 10px;
    width: 300px;
    position: relative;
    overflow: hidden;
    z-index: 999;
    
  }
  .vmCartModule .vm_cart_products {
    max-height: 250px;
    overflow-y: scroll;

    top: 5px;
    width: 110%;
    padding: 0 20px 0 0;
    left: 10px;
   }
   .cart_content:before {
    display: none;
   }
   .wrap-cart-content {
    position: absolute;
    opacity: 0;
    right: 0;
    z-index: 22;
    top: 100%;
    -webkit-transition: all 300ms ease-in 000ms;
    transition: all 300ms ease-in 000ms;
    visibility: hidden;
    }
    .wrap-cart-content.open {
      transition: all 300ms ease-in 000ms !important;
    } 
   .wrap-cart-content:before {
    border-bottom-color: #ccc;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    right: 47%;
    top: 2px;
   }
   .cart_content .total {
    float: left;
    padding: 10px 10px 10px;
    width: 100%;
    border-radius: 4px;
    background: #f7f7f7;
    font-size: 17px;
    color: #000;
    margin: 0 0 10px;
    position:relative;
    }
    .cart_content .show_cart {
      margin:0px 0 10px;
    }
    .cart_content .show_cart a {
      -moz-transition: all 0.2s 0s ease;
      -o-transition: all 0.2s 0s ease;
      -webkit-transition: all 0.2s 0s ease;
      transition: all 0.2s 0s ease;
      background: #eebb55 !important;
      box-shadow: 0 4px 0px #000;
      color: #fff;
      border: 0px;
      display: inline-block;
      padding: 7px 25px;
      width: 100%;
      text-decoration: none !important;
      margin: 0px 0;
    }
    .cart_content .show_cart a:hover {
        background: #000;
        box-shadow: 0px 2px 0px #000;
        color: #fff;
        opacity: 1;
    }
/*--------------------------------------------*/
/*  Nivo slider
/*--------------------------------------------*/     
    .theme-default .nivoSlider {
      -webkit-box-shadow:  0px 0px 0px 0px #4a4a4a;
      -moz-box-shadow:  0px 0px 0px 0px #4a4a4a;
      box-shadow: 0px 0px 0px 0px #4a4a4a;
    }
    .nivo-controlNav {
      display: none;
    }
    .nivo-slider-wrapper {
      margin:0 0 40px 0 !important;
    }
    .theme-default .nivo-directionNav a {
      position: absolute;
      background: none;
      right: 25px;
      top: 0;
      width: 80px;
      height: 100%;
      text-indent:inherit;
      text-align: right;
      display: -webkit-flex;
      webkit-justify-content: flex-start;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      transition: all 0.4s ease 0s;
    }
    .theme-default .nivo-directionNav a.nivo-prevNav {
       right: inherit;
       text-align: left;
       left:25px;
    }
    .theme-default .nivo-directionNav a.nivo-nextNav::after {
        display: inline-block;
        font: normal normal normal 34px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
        content: "\f105";
        font-size: 60px;
        color:#fff;  
       
    }
    .theme-default .nivo-directionNav a.nivo-prevNav::after {
        display: inline-block;
        font: normal normal normal 34px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f104";
        font-size: 60px;
        color:#fff;  
    }
    .theme-default .nivo-caption {
    	position:absolute;
    	left: 5%;
        height:100%;
    	top: 0px;
    	background: transparent;
    	color:#fff;
    	width: 90%;
        text-indent:inherit;
        text-align: right;
         display: -webkit-flex;
        webkit-justify-content: flex-start;
        display: flex;
        align-items: center;
        justify-content: flex-start;
       transition: all 0.4s ease 0s;
        font-size: 15px;
        font-family: Open_Sans_R,sans-serif;
    	padding: 15px;
    	z-index:8;
    	/* padding: 5px 10px; */
    	opacity: 1;
    	overflow: hidden;
    	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
    	box-sizing: border-box;         /* Opera/IE 8+ */
    }
    
/*--------------------------------------------*/
/*  Nivo owl
/*--------------------------------------------*/ 
 .slider-owl-nivo .owl-item .item {
    padding:0px;
 }  
  .slider-owl-nivo  .owl-carousel .owl-nav button.owl-next, 
  .slider-owl-nivo .owl-carousel .owl-nav button.owl-prev, 
  .slider-owl-nivo .owl-carousel button.owl-dot  {
    color:#fff !important;
  }
  .slider-owl-nivo .owl-prev {
    left:0px;
  }
  .slider-owl-nivo .owl-next {
    right:0px;
  }
  .slider-owl-nivo .owl-carousel.owl-theme .owl-nav {
    margin-top:-55px;
  }
  .slider-owl-nivo .nivo-html-caption {
    display: block;
    background: rgba(0,0,0,.5);
    padding:0 15px;
    color:#fff;
  }   
  .slider-owl-nivo .over-block-text {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 300px;
    color: #fff;
    padding: 0 5%;
    left: 0px;
    border: 15px solid transparent;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    -webkit-transition: all 0.45s 0s ease;
    transition: all 0.45s 0s ease;
    line-height: 285px;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: top; 
  }
  .slider-owl-nivo .text-vertical  {
    font-size: 15px;
    line-height: 20px;
  }
/*--------------------------------------------*/
/*  reviews
/*--------------------------------------------*/   

.reviews-box {
    padding: 15px;
    border:1px solid #ccc;
    color: #000;
    text-align: center;
    margin: 0 0 20px;
}
.reviews-image-blog {
    display: block;
    max-height: 150px;
    overflow: hidden;
    margin: 0 0 15px;
}
.reviews-image-blog img {
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}    
.reviews-image-blog img:hover {
    transform: scale(1.05);
}
.reviews-blog-title {
    display: block;
 
    margin: 0 0 10px;
}
.reviews-blog-title span {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
}
/*--------------------------------------------*/
/*  End reviews
/*--------------------------------------------*/
/*--------------------------------------------*/
/*  block-form-liner
/*--------------------------------------------*/    

.block-form-liner {
    background: url(../img/bg3.jpg) no-repeat center #fff;
    padding: 20px 0 0;
    color:#fff;
}
.block-form-liner h2 {
    font-size: 50px;
    line-height: 50px;
    padding: 0px 0 0;
    margin: 10px 0 15px;
    text-align: center;
}
.description-question {
    padding: 0 0 20px;
    text-align: center;
}
.block-form-liner .agreement_label {
   width: 100%;
}
.block-form-liner .button-animate {
  width: 100%;
}
@media (max-width: 1200px) {
  .block-form-liner {
      padding: 0px 0 0;
  }
}
/*--------------------------------------------*/
/*  End block-form-liner
/*--------------------------------------------*/
/*--------------------------------------------*/
/*  block-gallary landing
/*--------------------------------------------*/ 
.blog-gallary {
  padding:20px 0;
}
.blog-gallary-owl {
  text-align: center;
}
.owl-carousel.blog-gallary-owl .owl-item img {
  width: 100%;
  margin:0 auto;
}
/*--------------------------------------------*/
/*  End block-gallary landing
/*--------------------------------------------*/ 

/*--------------------------------------------*/
/*  timer
/*--------------------------------------------*/     
    .block-timer {
      position: relative;
      top:-30px; 
    }
    .block-timer h2 {
     margin:0 0 10px 0px;
     font-size: 31px;
     padding:0 0 0 5px;
    }
    @media (max-width: 1200px) {
      .block-timer {
        top:-20px; 
      }
      .block-timer h2 {
        font-size: 25px;
      } 
    }
    #countbox{
      padding: 0;
      line-height: 1.2;
      color: #fff;
      font-size: 55px;
      width: 380px;
      height: 113px;
      transform:scale(1);
      -webkit-transform:scale(1);
      transform-origin:0 0;
      -webkit-transform-origin:0 0;
    }
	#countbox-days,#countbox-hours,#countbox-mins,#countbox-secs{
      float: left;
      text-align: center;
      background-image: url('/templates/jblank/img/flip.png');
      background-repeat: no-repeat;
      margin: 0 0px 0 0px;
      height: 110px;
      width: 95px;
      padding:10px 0 0;
      color: #fff;
      z-index: 1;
  }
	#countbox-days-text,#countbox-hours-text,#countbox-mins-text,#countbox-secs-text{
      margin-top: 15px;
      color: #000;
      font-size: 13px;
      height: 26px;
      width: 100%;
    }
	#countbox-days-text{
    
    }
	#countbox-hours-text{
    
    }
	#countbox-mins-text{
    
    }
	#countbox-secs-text{
    
    }
	#countbox-days span, #countbox-hours span, #countbox-mins span, #countbox-secs span {
    background-repeat:no-repeat;
    position: absolute;
    display: block;
    height: 57px;
    width: 94px;
    } 
/*--------------------------------------------*/
/*  Photogallary-Simple
/*--------------------------------------------*/  
.fancybox-is-open .fancybox-stage {
    background: rgba(0,0,0,.7);
}
.fancybox-container .fancybox-thumbs {
     background: rgba(0,0,0,.8);
}
.fancybox-container .fancybox-thumbs__list a:before {
  border: 6px solid rgba(0,0,0,.8);;
}
.list-style-gallary {
  list-style: none url();
  margin:0 -5px;
}
.list-style-gallary li {
  padding:0 5px;
  margin:0 0 10px;
}
.list-style-gallary .inner-data-fancybox {
   width: 100%;
   height:200px;
   background-size: cover !important;
}

/*--------------------------------------------*/
/*  Modal clip
/*--------------------------------------------*/  
.modal-text {
  text-shadow: 0 0 0;
  color:#000;
   line-height: 20px;
  font-size: 15px;
} 
.modal-text h2 {
  margin:0 0 15px;
}
.modal-text ul {
  margin:5px 0 10px;
} 
.modal-text ul li {
  display: list-item;
  position: relative;
  color: #000;
  height: inherit;
  font-size: 15px;
  overflow: inherit; 
  list-style: disc url();
  margin:0 0 0px 20px;
  text-shadow: 0 0 0;
} 

#fancybox-title {
 display: none !important;
}
/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/


#preloader {
  position:fixed;
  width: 100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(../img/preloader.svg); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/*-------------------------------------------------------*/
/* soc
/*-------------------------------------------------------*/
 .social-icons {
    text-align: center;
 }
 .social-icons li {
   display: inline-block;
   text-align: center;
   margin: 5px;
 }
 .social-icons li a {
   color: #222;
}
 .social-icons li a:hover {
   color:#eebb55 !important;
 }
/*-------------------------------------------------------*/
/* accordion
/*-------------------------------------------------------*/ 
 .sp-accordion.sp-accordion-style1 .toggler span, .sp-accordion.sp-accordion-style1 .toggler span span {
  font-weight: normal;
  font-size: 17px;
  text-transform: uppercase;
}
.sp-accordion.sp-accordion-style1 .toggler, .sp-accordion.sp-accordion-style1 .toggler span, .sp-accordion.sp-accordion-style1 .toggler span span {
  height: inherit;
  line-height: 30px;
  background: #222;
}
.sp-accordion.sp-accordion-style1 .icon-toggler::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
  content: "\f0fe";
  margin:0 10px 0 0;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sp-accordion.sp-accordion-style1 .toggler {
    padding:5px 0px;
    margin:0 0 6px;
    color:#fff;
}
.sp-accordion.sp-accordion-style1 {
    border: 0px solid #ccc;
}
.sp-accordion.sp-accordion-style1 .sp-accordion-inner {
  background:#fff;
  padding:10px 15px;
  border:0px solid #dedede;
  color:#000;
  position:relative;
  top:-7px; 
}
/*----------------------------------------*/
/* mmenu
/*----------------------------------------*/
.mmenu-bg-block {
  padding:0 0;
  display: none;
}
.mm-divider {
  font-size: 17px !important;
  padding: 16px 20px !important;
}
button.hamburger {
  padding:15px 0;
}
.hamburger .hamburger-inner, 
.hamburger .hamburger-inner::before, 
.hamburger .hamburger-inner::after,
.hamburger-for-mmenu .hamburger.is-active .hamburger-inner, 
.hamburger-for-mmenu .hamburger.is-active .hamburger-inner::before, 
.hamburger-for-mmenu .hamburger.is-active .hamburger-inner::after {
  background-color:#fff;
}
.mm-wrapper__blocker a {
  display: block;
  width: 100%;
  height:100%;
}

.mm-navbar__btn {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;  
}

.mburger:focus,
.mburger:hover {
  color:#fff;
  outline-offset: 0;
}
.block-contact.mobile-block-contact {
   margin:8px 0px 0 0;
   float:right;
   text-align: right;
}
.mmenu-bg-block .mburger b {
  color:#fff;
}
.mmenu-bg-block .block-contact span.phone,
.mmenu-bg-block .block-contact span.phone a {
  color:#fff;
}
.mmenu-bg-block .block-contact span.phone i {
  color:#fff;
}
.mmenu-bg-block {
  background: #353535;
}
.logo-mobile {
   text-align: center; 
}
.logo-mobile img {
  margin:10px 0;

}
#hamburger .mburger {
    margin-left: 15px;
    margin-top:1px;
    --mb-button-size: 46px;
    --mb-bar-height: 2px;
    --mb-bar-width: 0.8;
    --mb-bar-spacing: 10px;
}
/*----------------------------------------*/
/* animate logo-isite
/*----------------------------------------*/
.modal-backdrop {
 display: none;
}
#quickview-wrapper .modal,
.modal.modal-text {
  background: rgba(0,0,0,.8);
}         
.img-logo {
  position: relative;
    float: left;
    width: 55px;
    position: relative;
    height: 50px;
    top: -15px;
}
.img-logo .triangle {
    position: absolute;
    top: 6px;
    left: -6px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: scale3d(0.75, 0.75, 0.75);
    transform: scale3d(0.75, 0.75, 0.75);
}

.img-logo:hover .triangle {
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
  transform: scale3d(0.95, 0.95, 0.95);
}


.img-logo .triangle_b_l {
    top: 47px;
    position: absolute;
    left: 9px;
  transition: all 0.8s ease 0s
}
.full-logo:hover .triangle_b_l {
-webkit-transform: translate3d(-40%, 120%, 0);
    transform: translate3d(-40%, 120%, 0);
}
.Live{
  padding:15px 0 0;
}
.text-logo {
  float:right;
  padding:10px 0 0 0px;
  width: 120px;
}
.img-logo .triangle_b_r {
  position: absolute;
  top: 51px;
  left: 23px;
  transition: all 0.7s ease 0s
}
.img-logo:hover .triangle_b_r {
  -webkit-transform: translate3d(90%, -120%, 0);
    transform: translate3d(130%, -220%, 20%);
}
.img-logo .triangle_l {
    position: absolute;
    left: 0px;
    top: 17px;
    transition: all 0.7s ease 0s
}

.full-logo:hover .triangle_l {
  -webkit-transform: translate3d(-60%, -50%, 0);
   transform: translate3d(-60%, -50%, 0);
}
.img-logo .triangle_r {
    position: absolute;
    top: 17px;
    left: 28px;
    transition: all 0.8s ease 0s
}
.full-logo:hover .triangle_r {
  -webkit-transform: translate3d(60%, -50%, 0);
  transform: translate3d(60%, -50%, 0);
}
.img-logo .triangle_t {
  position: absolute;
left: 17px;
    top: 2px;
  transition: all 0.8s ease 0s
}
.img-logo:hover .triangle_t {
 -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);

}
.isite {
  font-size: 12px;
  line-height: 17px;
  width: 185px;
  text-align: right;
  float: right;
}
.isite a {color: black;}
.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
.zoomContainer{
  z-index: 1100;
}


@media (max-width: 1200px) {
  .modal-call {
    width: 100%;
  }
  header .search-box {
    width: 100%;
  }
  .main-menu ul.menu li {
    /* padding: 0 0 0 4%; */
  }
  .block-slide-text {
    background-size: 68%;
  }
  .promo-block {
    margin:0 0 125px;
  }
	.main-menu ul.menu li a {
    /* color: #fff; */
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
}
}  
/*----------------------------------------*/
/*  Form promo
/*----------------------------------------*/  
.block-form-promo {
  background: url(/images/slide-promo.png) no-repeat right top;
  height: 450px;
  position: relative;
  top: 250px;  
}
.block-form-promo form {
  width: 60%;
  background: rgba(0,0,0,.4);
  border:3px solid #fff;
  padding:15px;
  position:relative;
  top:-70px;
}
.block-form-promo input[type='text'] {
  border:3px solid #fff;
  border-radius:0px;
  background:rgba(0,0,0,.2);
  padding:10px;
  height:auto;
  color:#fff !important;
}
.block-form-promo input:-webkit-autofill, 
.block-form-promo input:-webkit-autofill:hover, 
.block-form-promo input:-webkit-autofill:focus input:-webkit-autofill, 
.block-form-promo textarea:-webkit-autofill, 
.block-form-promo textarea:-webkit-autofill:hover
.block-form-promo textarea:-webkit-autofill:focus {
    border:3px solid #fff;
    -webkit-box-shadow: inset 0 0 0 50px #ccc;
    -webkit-text-fill-color: #fff;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,
    rgba(0,174,255,0.04) 50%,rgba(255,255,255,0) 51%,
    rgba(0,174,255,0.03) 100%);
}
.block-form-promo input:-webkit-autofill, 
.block-form-promo textarea:-webkit-autofill, 
.block-form-promo select:-webkit-autofill {
   background-color: rgba(0,0,0,.2) !important;
   color: #fff !important;
} 
.block-form-promo input:-ms-input-placeholder {  
 color: #fff !important;  
}
.header-form-promo h3 {
  text-align: center;
  font-size: 45px;
  line-height: 46px;
  color: #fff;
}
.block-form-promo .header-input {
  color:#fff;
  padding:0 0 10px;
}
.block-form-promo .button-animate {
  text-align: center;
  font-size: 30px;
  width: 100%;
  height:auto;
  padding:15px 0;
  margin:0 0 20px;
}
.block-form-promo .agreement_label {
  padding:0px;
  text-align: center;
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .block-form-promo {
      background-size: 68%;
  }
  .header-form-promo h3 {
      font-size: 36px;
      line-height: 36px;
  }  
}
/*----------------------------------------*/
/*  end Form promo
/*----------------------------------------*/
/*----------------------------------------*/
/*  clip1
/*----------------------------------------*/
  .block-clip1 ul li {
    height: 250px; 
  }
  .block-clip1 ul li img {
    height: 250px;
  }
  .block-clip1 ul li .over-block-text {
    height:250px;
    line-height: 235px;
  }
  .block-clip1 .image-description {
    line-height: 20px;
  }
/*----------------------------------------*/
/*  end clip1
/*----------------------------------------*/  
  .single-product-item span.addtocart-button {
    width: auto;
    /* background: #e90030; */
    color: white;
  }
  .single-product-item .productdetails .col-md-6, 
  .single-product-item .product-container .col-md-6{
     padding:0 15px 0 0;
  }
  .single-product-item .productdetails .price-list.col-md-6,
  .single-product-item .product-container .price-list.col-md-6 {
     padding:0 0 0 15px;
  }
  .single-product-item .scroll-text {
    left:0px;
  }
  .owl-carousel.owl-theme .owl-nav {
   display: none;
  }
  .button-animate {
    /* padding:6px 15px; */
  }
/*----------------------------------------*/
/*  partners
/*----------------------------------------*/
.li-block-partners {
  text-align: center;
  float:left;
  width: 16.66666667%;
}  
/*----------------------------------------*/
/*  clip2
/*----------------------------------------*/
  .block-clip2 ul li {
    min-height: 210px;
  }
/*----------------------------------------*/
/*  clip5_modal
/*----------------------------------------*/  
  .block-clip-modal ul li {
    height: 250px; 
  }
  .block-clip-modal ul li img {
    height: 250px;
  }
  .block-clip-modal ul li .over-block-text {
    height:250px;
    line-height: 235px;
  }          
  .block-clip-text3 ul li .text-bg {
    min-height: 680px;
  }       
/*----------------------------------------*/
/*  filter
/*----------------------------------------*/ 
  .cf_wrapper_input_text_2 input[type="search"] {
      width: 20%;
      min-width: 20px; 
  }
  .cf_wrapper_input_text_2 .cf_search_button.btn {
    padding:6px;
  }
  
  .productdetails-view .spacer-buy-area {
    padding:15px 0 0;
  }
  .adminForm.user-details {
    margin:0px !important;
  }


.pr {background:url(/images/promo.jpg) no-repeat center 0; padding:140px 0 200px 0; color:white;}
.pr h2 {font-weight:500;font-size:31px;line-height:48px;color: white;border: none;}
.pr span {color:#ff9300}
.pr h3 {font-size:22px; margin-bottom:10px; }
.pr p {font-size:17px;}
.blog-title2 {display: inline-block;margin:20px 0;border-bottom: 1px solid #e90031;font-weight: 300;color: #e90031 !important;}
.or {padding: 10px 0;background:#f29214;}
.gr {padding: 30px 0;background:#fff;}
.block-news-inner a {color:black !important}
.block-news-inner .banner-box {color:black !important}
.all a {color:white;display: inline-block;border: 1px solid #e90031;padding:10px 67px;background: #e90031;}
.all a:hover {background:none;}
.blog-gallary {
  padding:20px 0;
}
.blog-gallary-owl {
  text-align: center;
}
.owl-carousel.blog-gallary-owl .owl-item img {
  margin:0 auto;
  height:350px;
}