@charset "utf-8";
/* CSS Document */

/*@import url(https://fonts.googleapis.com/css?family=Raleway);*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

@import "variables.css";
@import "bootstrap5.min.css";
/*@import "yamm.css";*/
@import "font-awesome.css";
@import "animate.css";
@import "jquery.flexisel.css";
@import "revolution-settings.css";
@import "extralayers.css";
@import "lightbox.css";
@import "responsiveslides.css";
@import "main.css";
@import "responsive-adjustments.css";



@charset "utf-8";
/* CSS Document */
/* ==========================================================================
   Less Variables
   ========================================================================== */
.raleway {
  font-family: 'Raleway', sans-serif;
}
.border-box-sizing {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
#slide,
			#box{
			}
			#slide{
			}
			#slide:after,
			#box:after{
				content: "";
				display: block;
				clear: both;
			}
			#slide img,
			#box img{
				width: 200px;
				margin: 0 30px 40px 0;
				float: left;
			}
			#slide img:nth-of-type(3n),
			#box img:nth-of-type(3n){
				margin-right: 0;
			}

/* ============================== Skin Variables ============================ */
/* ==========================================================================
   Skins

# @skin:"default";
@color1:#7a665f;
@color2:#b39e89;
@color3:#b5d408;
@color4:#f1ebdf;

# Business
@skin:"business";
@color1:#0e4257;
@color2:#3f8dab;
@color3:#880000;








   ========================================================================== */
/* CSS Document */
/********************************************************************
 * Table of Contents                                                *
 ********************************************************************/
/*
1. Common styles
	1.1. Font-face
	1.2. Content colors styles
	1.3. Block background styles
	1.4. Revolution slider
2. Header styles
3. Navbar styles
4. Product style
5. Block styles
6. Footer styles

--- Second pages style ---
7. Header block of secondary pages
8. Products grid style
9. Products list style
10. Product detail styles
11. Checkout styles
12. Shopping cart styles
13. Blog styles
14. Contact
8. Products styles
9. Contact
10. Blog styles
11. 404 page styles
12. Footer styles
*/
/********************************************************************
 * Common styles                                              *
 ********************************************************************/
/* ==========================================================================
   Font-face
   ========================================================================== */
/*@font-face {
  font-family: 'Raleway';
  src: url('css/fonts/Raleway.eot');
  src: url('css/fonts/Raleway.eot?#iefix') format('embedded-opentype'), url('css/fonts/Raleway.woff') format('woff'), url('css/fonts/Raleway.ttf') format('truetype'), url('css/fonts/Raleway.svg#Raleway') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: 'PTSans';
  src: url('css/fonts/PTSans.eot');
  src: url('css/fonts/PTSans.eot?#iefix') format('embedded-opentype'), url('css/fonts/PTSans.woff') format('woff'), url('css/fonts/PTSans.ttf') format('truetype'), url('css/fonts/PTSans.svg#Raleway') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('css/fonts/glyphicons-halflings-regular.eot');
  src: url('css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('css/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
/* ==========================================================================
   Content color style
   ========================================================================== */
body {
  background-color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-size: 14px;
}

/*.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover{background-color: #4e50bb;
border-color: #4e50bb;}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #264172;
	border-color: #264172;
}*/

.pt30{padding-top: 30px}

.mt20{margin-top: 20px}
.mt25{margin-top: 25px}
.mt30{margin-top: 30px}
.mt35{margin-top: 35px}
.mt40{margin-top: 40px}
.mt45{margin-top: 45px}
.mt50{margin-top: 50px}
.mt55{margin-top: 55px}
.mt60{margin-top: 6px}

.mb20{margin-bottom: 20px}
.mb25{margin-bottom: 25px}
.mb30{margin-bottom: 30px}
.mb35{margin-bottom: 35px}
.mb40{margin-bottom: 40px}
.mb45{margin-bottom: 45px}
.mb50{margin-bottom: 50px}
.mb55{margin-bottom: 55px}
.mb60{margin-bottom: 6px}

.top-pannel{background:#264172}
.top-pannel h3{color:#fff}
.top-pannel select{border:none; border-radius:3px; padding:5px}


.boxed {
  max-width: 1170px;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #444444;
}
a {
  color: #656565;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: #687984; outline:none;
}
p {
  color: #555;
  font-family: "PTSans", sans-serif;
}
.icon-1half {
  font-size: 1.5em;
}
.block {
  padding: 10px 0;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.2s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0.2s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation-duration: 1s;
  -o-animation-delay: 0.2s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.btn-default-1 {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
}
.btn-default-1:hover {
  text-decoration: none;
  background-color: #b82334;
  color: #ffffff;
  border-color: #b82334;
}
.btn-read {
  border: 1px solid #687984;
  color: #43515a;
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 10px auto 20px;
  display: inline-block;
}
.btn-read:hover {
  text-decoration: none;
  background-color: #b82334;
  color: #ffffff;
  border-color: #b82334;
}
blockquote p,
.block-form blockquote p {
  color: #43515a;
  font-size: 16px;
}
.form-control {
  border-radius: 0;
}
.text-error {
  font-size: 18px;
  color: red;
}
.color-active {
  color: #b82334 !important;
}
/* ==========================================================================
   Block background style
   ========================================================================== */
.color-scheme-1 {
  background-color: #43515a;
}
.color-scheme-2 {
  background-color: #f0f0f0;
}
.color-scheme-3 {
  background-color: #f8f8f8;
}
.color-scheme-white {
  background-color: #f2f2f2;
}
.color-scheme-dark {
  background-color: #1a1a1a;
}
/* ==========================================================================
Revolution slider
========================================================================== */
.revolution-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.revolution {
  width: 100%;
  position: relative;
}
/* ==========================================================================
   Header styles
   ========================================================================== */
#header .header-top-login {
  background-color: #333;
  padding: 30px 0 0 0;
  display: none;
}
#header .header-top-login h3 {
  color: #ffffff;
}
#header .header-top-login .block-form input {
  background: none;
  border-color: #687984;
  color: #ffffff;
}
#header .header-top-login .block-form ::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #687984;
}
#header .header-top-login .block-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #687984;
}
#header .header-top-login .block-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #687984;
}
#header .header-top-login .block-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #687984;
}
#header .header-top-login .block-form .btn-default-1:hover {
  background-color: #b82334;
  border-color: #b82334;
  color: #ffffff;
}
#header .header-top-login #header-login-close {
  position: absolute;
  right: 20px;
  top: 15px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #687984;
  display: inline-block;
  height: 26px;
  width: 26px;
  border-radius: 70px;
  color: #687984;
  text-decoration: none;
}
#header .header-top-login #header-login-close:hover {
  background-color: #b82334;
  border-color: #b82334;
  color: #ffffff;
}
#header .container {
  position: relative;
}
#header .header-top-row {
  width: 100%;
  background-color: #333;
  position: relative;
}
#header .header-top-row:after {
  content: '';
  position: absolute;
  border-right: 10px solid transparent;
  border-bottom: none;
  border-top: 10px solid #333;
  border-left: 10px solid transparent;
  left: 50%;
  bottom: -10px;
  z-index: 50;
  margin-left: -10px;
}
#header ul.account-menu-list {
  font-family: 'Raleway', sans-serif;
  list-style: none;
  margin: 0;
}
#header ul.account-menu-list li {
  display: inline-block;
  padding: 10px 15px 10px 0;
}
#header ul.account-menu-list li a {
  color: #f0f0f0;
  font-size: 13px;
  text-decoration: none;
}
#header ul.account-menu-list li a:hover {
  color: #b82334;
}
#header #first-welcome p {
  line-height: 40px;
  color: #f0f0f0;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  font-size: 13px;
  text-align: center;
}
#header #first-welcome p a {
  color: #e0221a;
}
#header #first-welcome p a:hover {
  color: #ffffff;
  text-decoration: none;
}
#header .currency ul {
  margin: 0;
  padding: 7px 0;
}
#header .currency ul li a {
  display: block;
  line-height: 24px;
  text-align: center;
  height: 26px;
  width: 26px;
  border: 1px solid #687984;
  border-radius: 40px;
  color: #f0f0f0;
}
#header .currency ul li a:hover,
#header .currency ul li a.active {
  background-color: #b82334;
  color: #ffffff;
  text-decoration: none;
  border-color: #b82334;
}
#header #lang {
  margin: 7px 0 7px 0px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  position: relative;
}
#header #lang:hover .lang-item {
  top: 26px;
  display: block;
  opacity: 1;
}
#header #lang .lang-title {
  display: block;
  line-height: 24px;
  text-align: right;
  height: 26px;
  color: #f0f0f0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header #lang .lang-title:hover {
  border:solid 1px ##e0221a;
  color: #e0221a;
  text-decoration: none;
}
#header #lang .lang-item {
  color: #f0f0f0;
  display: hidden;
  top: -1000px;
  position: absolute;
  z-index: 1000;
  opacity: 0;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#header #lang .lang-item a {
  display: block;
  line-height: 24px;
  text-align: center;
  width: 100px;
}
#header #lang .lang-item a:hover {
  background-color: #f0f0f0;
  color: #43515a;
  text-decoration: none;
}
#header .header-bg {
 
  background-color: #fff;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
#header .header-bg-fixed {
  height: 100px;
}
#header .header-main {

  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  transition: height 0.5s ease;
  background-color: #ffffff;
}
#header .header-main .top-search-form {
  margin: 0px 0px 0;
}
#header .header-main .top-search-form img {
	margin-right:10px
}
#header .header-main .top-search-form form {
  margin: 0;
}
#header .header-main .top-search-form form input {
  border: 1px solid #666;
  height: 30px;
  padding: 5px 10px;
  width: 250px;
}
#header .header-main .top-search-form form button {
  margin-left: -5px;
  border: 1px solid #666;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  color: #43515a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .header-main .top-search-form form button:hover {
  background-color: #b82334;
  border: 1px solid #b82334;
  color: #ffffff;
}
#header #container-fixed {
  height: 80px;
  margin: 10px 0;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  -ms-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
#header .header-logo {
  display: block;
  margin: 0;
}
#header .header-logo img{max-width: 100%}
#header .header-main-fixed {
  height: 100px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  /*        .box-shadow( 0, 2px, 3px, 0.15);*/

}
#header .header-main-fixed .navbar-main {
  background-color: #f7f7f7;
}
#header .header-main-fixed #container-fixed {
  
}
#header .header-mini-cart {
 /* position: relative;
  width:100px; 
  right: 0;
  text-align: center;
  background:#f0f0f0;
  margin:0 0 0 10px; padding:5px;*/
}
#header .header-mini-cart a {
  text-decoration: none;
  display: flex;
  height: 100%;
  outline: 0;
  text-shadow: none;
  padding-right: 10px;
}
#header .header-mini-cart a span {
 /* position: absolute;
  top: -5px;
  right: 0;
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 11px;
  border-radius: 20px;
  line-height: 20px;
  background-color: #b82334;*/
 
 
  /*color: #b82334;*/
  color:#FF0;
  margin:5px 0 0 5px; display:block;
 
}
#header .header-mini-cart .shopping-cart-content {
  width: 238px;
  padding: 10px;
  margin: 5px 0 0 0;
  border: 1px solid #f0f0f0;
  z-index: 99999;
  border-top: 3px solid #b82334;
  border-radius: 0;
  font-size: 12px;
  z-index: 999;
}
#header .header-mini-cart .shopping-cart-content .item {
  width: 216px;
  height: 70px;
  border: 1px solid #f0f0f0;
  margin-bottom: 5px;
  position: relative;
  font-family: "PTSans", Helvetica, sans-serif;
}
#header .header-mini-cart .shopping-cart-content .item img {
  height: 70px;
}
#header .header-mini-cart .shopping-cart-content .item p {
  padding: 5px 5px 0;
  margin: 0;
  color: #666;
  font-size: 13px;
  text-align: left;
}
#header .header-mini-cart .shopping-cart-content .item p strong {
  font-size: 13px;
}
#header .header-mini-cart .shopping-cart-content .item div {
  margin-left: 70px;
  position: absolute;
  margin-right: 30px;
}
#header .header-mini-cart .shopping-cart-content .item a i {
  text-decoration: none;
  color: #666;
  min-width: 30px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  line-height: 55px;
  font-size: 13px;
}
#header .header-mini-cart .shopping-cart-content .item a i:hover {
  color: #b82334;
}
#header .header-mini-cart .shopping-cart-content .item:hover {
  background-color: #f7f7f7;
}
#header .header-mini-cart .shopping-cart-content .total {
  width: 100%;
  color: #43515a;
}
#header .header-mini-cart .shopping-cart-content .total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
  float: right;
  width: 100%;
}
#header .header-mini-cart .shopping-cart-content .total table td {
  padding: 2px 2px 2px 10px;
  text-align: right;
}
#header .header-mini-cart .shopping-cart-content .total a {
  padding: 7px 15px;
  border-radius: 0;
  color: #43515a;
  margin: 0 0 0 10px;
}
#header .header-mini-cart .shopping-cart-content .total a:hover {
  color: #ffffff;
}
#header .header-mini-cart .shopping-cart-content:before {
  content: '';
  position: absolute;
  border-right: 6px solid transparent;
  border-bottom: none;
  border-top: 6px solid #b82334;
  border-left: 6px solid transparent;
  left: 50%;
  top: 0;
  z-index: 50;
  margin-left: -6px;
}
/* ==========================================================================
   navbar styles
   ========================================================================== */
.navbar-main {
  border: none;
  margin: 0;
  line-height: 22px;
  min-height: 50px;
  border-bottom: 1px solid #ddd;
  background-color: #f0f0f0;
  border-radius: 0;
  position: relative;
}
.navbar-main .border-menu-top {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
}
.navbar-main .nav > li > a {
  color: #000;
  padding: 13px 24px;
  border-top: 2px solid transparent;
  font-family: 'Roboto Condensed', sans-serif; font-size:17px;
  text-transform: uppercase;
}
.navbar-main .dropdown-menu {
  border: none !important;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(79, 83, 103, 0.175);
  box-shadow: 0 6px 12px rgba(79, 83, 103, 0.175);
}
.navbar-main .dropdown-menu li > a {
  padding: 0 15px; font-size:16px;
  white-space: nowrap;
  min-height: 32px;
  line-height: 40px;
  font-family: 'Roboto Condensed', sans-serif;
}
.navbar-main .dropdown-submenu {
  position: relative;
}
.navbar-main .dropdown-submenu:hover:after {
  color: #ffffff;
}
.navbar-main .dropdown-submenu:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  padding-left: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.navbar-main .dropdown-submenu > .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
}
.navbar-main .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.navbar-main .dropdown-menu > li > a:hover,
.navbar-main .dropdown-menu > li > a:focus {
  background-color: #b82334;
  color: #ffffff;
}
.navbar-main .nav.navbar-right .dropdown-menu {
  right: 15px;
}
.navbar-main a.navbar-brand {
  padding: 10px 15px;
  height: 30px;
}
.navbar-main a.navbar-brand i {
  display: inline-block;
  color: #000;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-main a.navbar-brand i:hover {
  background-color: #b82334;
  color: #ffffff;
  border: 1px solid #b82334;
}
.navbar-main .navbar-toggle {
  background-color: #43515a;
  border-radius: 0;
}
.navbar-main .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-main .navbar-collapse {
  max-height: none;
}
.nav > li > a:hover,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:focus,
.nav .open > a,
.navbar-main .nav > li.open > a {
  background-color: #ffffff;
  color: #b82334;
  border-color: #b82334;
  -webkit-box-shadow: 0 6px 12px rgba(79, 83, 103, 0.175);
  box-shadow: 0 6px 12px rgba(79, 83, 103, 0.175);
}
.nav > li > a:hover i,
.nav .open > a:hover i,
.nav .open > a:focus i,
.nav > li > a:focus i,
.nav .open > a i,
.navbar-main .nav > li.open > a i {
  color: #fff;
}
.yamm-content ul > li {
  min-height: 40px;
  line-height: 40px;
}
.yamm-content .banner {
  margin: 20px 0 0;
}

/*.btn-success{background:#b82334; border-color: #b82334;}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success{color: #fff;
background-color: #b82334; border-color: #db4da4;}*/
/*============================== product section ===========================*/
.product-section article {
  margin-bottom: 40px;
}
.product-section ul {
  margin-bottom: 0;
}
.product-section ul li {
  margin-bottom: 40px;
}
.product {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #ffffff;
  border: 1px solid #ddd;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.product:hover {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.product-caption {
  padding: 0 10px 10px 10px;
}
.product-caption .product-name {
  font-size: 18px;
  margin: 10px 0;
  display: block;
  text-transform: initial;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  color: #264172;
}
.product-caption .product-name:hover {
  color: #b82334;
}
.product-caption .product-price {
  color: #b82334;
  font-size: 16px;
  margin: 0;
}
.product-caption .product-price span {
  color: #666;
  font-size: 12px;
  text-decoration: line-through;
}
.product-rating {
  width: 100%;
  padding: 9px 0 3px;
}
.product-rating .stars {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 13px;
  text-align: center;
}
.product-rating .stars span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.product-rating .stars span.star:hover {
  cursor: pointer;
}
.product-rating .stars span.star:before {
  content: "\f006";
  padding: 0 3px;
  color: #999999;
}
.product-rating .stars span.star:hover:before,
.product-rating .stars span.star:hover ~ span.star:before {
  content: "\f005";
  color: #b82334;
}
.product-section figure {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.figure-hover-overlay {
  position: relative;
  overflow: hidden;
}
.figure-hover-overlay .figure-href {
  text-transform: lowercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.figure-hover-overlay .img-overlay {
  position: absolute;
  opacity: 1;
  z-index: 2;
}
.product-new,
.product-sale {
  position: absolute;
  font-size: 13px;
  z-index: 101;
  width: 38px;
  bottom: 16px;
  height: 28px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  opacity: 0.9;
}
.product-new {
  left: 10px;
  background-color: #EE4A42;
}
.product-sale {
  right: 10px;
  background-color: #b82334;
}
.figure-hover-overlay img {
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1.25s ease-out;
  transition: 1.25s ease-out;
}
.product:hover .figure-hover-overlay img {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1.25s ease-out;
  transition: 1.25s ease-out;
}
.product:hover .img-overlay {
  opacity: 0;
}
.product-section figcaption {
  bottom: 0;
  opacity: 0;
  top: auto;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  width: 100%;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  color: #FFF;
  left: 0;
  padding: 5px 10px 10px;
  position: absolute;
  z-index: 6;
}
.product:hover .figure-hover-overlay figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
  color: #FFF !important;
}
.figure-hover-overlay figcaption a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ffffff;
  border-radius: 3px;
  /*width: 30px;
  height: 30px;*/
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  background-color: #264172;
  padding: 0 10px;
}
.figure-hover-overlay figcaption .shoping {
  /*width: 40px;
  height: 40px;
  */
  line-height: 42px;
  font-size: 16px;
}
.figure-hover-overlay figcaption a:hover {
  color: #ffffff;
  border-color: #b82334;
  background-color: #b82334;
  text-decoration: none !important;
}
.bar:after,
.bar:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50.2%;
  height: 0;
  border-bottom: 7px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
.bar:before {
  left: 0;
  border-right: 7px solid rgba(0, 0, 0, 0);
}
.bar:after {
  right: 0;
  border-left: 7px solid rgba(0, 0, 0, 0);
}
/*============================== / product section ===========================*/
/*============================== top-slider ===========================*/
#top-slider li {
  position: relative;
}
#top-slider li .caption {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
  padding: 16px;
  color: #43515a;
  z-index: 50;
  bottom: 0;
  font-size: 18px;
  width: 100%;
  margin: 0;
  font-family: 'Raleway', sans-serif;
}
.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  bottom: 10px;
  right: 58px;
  overflow: hidden;
  text-decoration: none;
  height: 38px;
  width: 38px;
  border: 1px solid #666;
  margin-top: -45px;
  z-index: 10;
}
.rslides_nav:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  padding-left: 15px;
  position: absolute;
  top: 3px;
  right: 14px;
  z-index: 11;
  text-decoration: none;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rslides_nav:hover {
  background-color: #b82334;
  border: 1px solid #b82334;
  text-decoration: none;
}
.rslides_nav:hover:before {
  color: #ffffff;
}
.rslides_nav.next {
  left: auto;
  text-decoration: none;
  background-position: right top;
  right: 10px;
}
.rslides_nav.next:before {
  content: "\f105";
}
/*============================== / top-slider =========================*/
/* ==========================================================================
   Block styles
   ========================================================================== */
.header-menu {
  position: relative;
  margin: 20px 0 10px;
  border: 1px solid #666;
}
.header-menu h5 {
  text-align: center;
  color: #43515a;
}
.header-1 {
  margin-bottom: 30px;
}
.header-1 h1 {
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
.header-1 h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.header-1 .header-bottom-line {
  text-align: center;
  width: 100px;
  height: 3px;
  display: block;
  margin: 5px auto 10px;
  background-color: #264172;
}
.header-2 {
  position: relative;
  border-top: 2px solid #b82334;
  background-color: #ffffff;
}
.header-2 h3 {
  margin: 3px 0;
  padding: 15px 0;
  text-align: center; color:#fff;
}
.header-footer {
  position: relative;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
}
.header-footer h3 {
  margin: 10px 0;
  color: #f0f0f0;
}
.block-banner {
  margin-top: 30px;
}
.banner {
  position: relative;
  margin-bottom: 30px;
}
.banner a:before {
  position: absolute;
  content: "";
  left: 20px;
  top: 20px;
  bottom: 20px;
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner a:hover:before {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4) inset;
  -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4) inset;
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4) inset;
  -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4) inset;
}
.block-product-tab .nav-pills > li > a {
  font-size: 42px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #444;
}
.block-product-tab .nav-pills > li.active > a {
  background: none;
}
.block-product-tab .nav-pills > li .header-bottom-line {
  text-align: center;
  width: 100px;
  height: 3px;
  display: block;
  margin: -3px auto 0px;
  background-color: #b82334;
}
.block-product-tab .nav-pills > li .header-bottom-line:after {
  content: '';
  position: absolute;
  border-right: 8px solid transparent;
  border-bottom: none;
  border-top: 8px solid #b82334;
  border-left: 8px solid transparent;
  left: 50%;
  z-index: 50;
  margin-left: -8px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-product-tab .nav-pills > li.active .header-bottom-line:after,
.block-product-tab .nav-pills > li:hover .header-bottom-line:after {
  opacity: 1;
}
.block-product-tab .tab-pane {
  padding-top: 0px;
}
.block-services article {
  margin-bottom: 20px;
}
.block-services article i {
  color: #43515a;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  margin: auto;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 70px;
  border: 1px solid #666;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.block-services article i:after {
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 3px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.block-services article a {
  color: #43515a;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  text-indent: 80px;
}
.block-services article a:hover {
  color: #b82334;
  text-decoration: none;
}
.block-services article p {
  display: block;
  padding-left: 70px;
}
.block-services article:hover i {
  color: #b82334;
  border-color: #b82334;
  box-shadow: 0 0 0 5px #b82334;
}
.block-services article:hover i:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.5;
}
.block-what-clients-say {
  background-color: rgba(255, 255, 255, 0.5);
}
.block-what-clients-say p {
  font-size: 26px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}
.block-what-clients-say h4 {
  text-align: center;
  color: #43515a;
}
.block-what-clients-say h3 {
  text-align: center;
  color: #b82334;
}
.block-toolbar {
  width: 90px;
  margin: 20px auto 10px;
}
.block-toolbar a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0 7px;
  border: 1px #666 solid;
  color: #666;
  font-size: 22px;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
}
.block-toolbar a:hover {
  border-color: #b82334;
  background-color: #b82334;
  color: #ffffff;
}
.block-toolbar a i {
  line-height: 40px;
  padding: 0 3px;
  font-size: 22px;
}
.block-toolbar .next {
  float: right;
}
.block-3-col {
  position: relative;
  max-width: 390px;
  margin: 0 auto 40px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.block-bg-banner {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.block-bg-banner p {
  margin: 20px 0;
}
.block-inner {
  padding: 15px 30px;
  background-color: #ffffff;
}
.block-partners img {
  border: 5px #f0f0f0 solid;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
.block-latest-posts-list h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  margin: 0 0 3px;
}
.block-fl-feed a {
  display: block;
  margin-bottom: 15px;
}
.block-side-category .header-2{position:inherit !important; background:#b82334 !important}
.block-side-category {
  text-align: left;
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 40px;
}
.block-side-category .ul-side-category {
  width: 100%;
  margin: -20px 0 0 0;
  list-style-position: inside;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}
.block-side-category .ul-side-category li {
  padding: 7px 18px;
  border-bottom:solid 1px #2e4e88;
}
.block-side-category .ul-side-category li:nth-child(even) {
	background: #264172
}
.block-side-category .ul-side-category li:nth-child(odd) {
	background: #203863
}

.block-side-category .ul-side-category li a {
  text-decoration: none;
  color: #dde6f5;
}
.block-side-category .ul-side-category li a:hover {
  color: #fff; padding-left:10px;
}
.block-side-category .ul-side-category li i {
  font-size: 13px;
  line-height: 18px;
}
.block-side-category .ul-side-category li:last-child {
  border: none;
}
.block-side-category .ul-side-category .sub-category {
  display: none;
  padding-left: 0px;
}
.block-side-category .ul-side-category .sub-category li{background-color:transparent !important; color:#fff}
.block-side-products {
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 40px;
}
.block-side-products .price {
  color: #b82334;
  font-size: 16px;
}
.block-side-products .banner {
  margin: 0;
}
.block-color {
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 40px;
}
.block-color .colors {
  margin: 0 !important;
  list-style: none;
}
.block-color .colors li {
  float: left;
  margin: 0 10px 10px 0;
}
.block-color .colors li a {
  display: block;
  width: 28px;
  height: 28px;
  border: 1px #CCC solid;
}
.block-range {
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 40px;
}
.block-range .input-group-addon {
  border-radius: 0;
}
.block-range .input-group {
  margin-bottom: 10px;
}
.block-pagination {
  margin-bottom: 40px;
}
.block-pagination ul > .active > a,
.block-pagination ul > .active > span {
  border-color: #43515a;
  color: #ffffff;
  background-color: #43515a;
}
.block-pagination ul > .active > a:hover,
.block-pagination ul > .active > span:hover {
  background: #43515a;
  border-color: #43515a;
}
.block-pagination ul > li > a:focus,
.block-pagination ul > li > a:hover {
  border-color: #b82334;
  background: #b82334;
  color: #ffffff;
}
.block-pagination ul > li > a {
  border: 1px solid #666;
  color: #43515a;
}
.block-pagination ul > li:first-child a {
  color: #43515a;
  border-radius: 0;
}
.block-pagination ul > li:first-child a:hover {
  color: #ffffff;
}
.block-pagination ul > li:last-child a {
  color: #43515a;
  border-radius: 0;
}
.block-pagination ul > li:last-child a:hover {
  color: #ffffff;
}
.block-order-total ul {
  color: #555;
  font-family: 'Raleway', sans-serif;
}
.block-order-total ul li {
  line-height: 40px;
}
.block-order-total ul li strong {
  float: right;
}
.block-order-total ul .active {
  color: #b82334;
}
.block-form {
  margin-bottom: 30px;
}
.block-form h3 {
  margin: 10px 0;
}
.block-form p {
  color: #666;
}
.block-form hr {
  border-color: #ddd;
}
.block-form label {
  margin: 10px 0 0;
  color: #666;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.block-form .form-control {
  border-radius: 0;
  margin: 10px 0;
  border-color: #ddd;
}
.block-form .btn-default-1 {
  border-color: #264172;
  background-color: #264172;
  color: #fff;
  margin: 5px 20px 10px 0;
  display: inline-block;
}
.block-form .btn-default-1:hover {
  border-color: #4e50bb;
  background-color: #4e50bb;
  color: #ffffff;
}
.box {
  padding: 10px 0px 0px 0px;
  background-color: #ffffff;
}
.box-border {
  /*padding: 20px 30px !important;*/
  padding: 10px 30px !important;
  background-color: #ffffff;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.box-border h3 {
  margin: 10px 0;
}
.welcome {
  position: relative;
}
.welcome .over-welcome {
  position: absolute;
  padding: 15px;
  z-index: 5;
}
.welcome .over-welcome h2 {
  color: #43515a;
}
.welcome .over-welcome form {
  margin: 0;
}
.welcome .over-welcome form input {
  border: 1px solid #666;
  height: 30px;
  padding: 5px 10px;
}
.welcome .over-welcome form button {
  border: 1px solid #666;
  padding: 10px 30px;
  color: #43515a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 15px 0;
  background: none;
}
.welcome .over-welcome form button:hover {
  background-color: #b82334;
  color: #ffffff;
  border-color: #b82334;
}
.welcome img {
  opacity: 0.9;
}
.table-responsive .table {
  font-family: 'Raleway', sans-serif;
}
.table-responsive .table td {
  vertical-align: middle;
}
.table-responsive .table tr {
  border-color: #ddd;
}
.table-responsive .table .label {
  background-color: #b82334;
}
.table-responsive .table .new {
  background-color: #43515a;
}
.week-sale {
  position: relative;
}
.week-sale .product-sale {
  bottom: 10px;
  height: 45px;
  width: 45px;
  line-height: 42px;
}
.week-sale .sale-info {
  position: absolute;
  height: 80px;
  width: 80px;
  padding: 10px;
  border-radius: 60px;
  border: 1px solid #264172;
  background-color: #264172;
  color: #ffffff;
  font-size: 22px;
  vertical-align: middle;
  right: 10px;
  top: 70px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
.week-sale .time {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin: 10px 0 0 -110px;
  font-size: 15px;
  color: #fff;
  text-align: left;
}
.week-sale .time div {
  display: inline-block;
  float: left;
  background-color: #264172;
  width: 45px;
  margin: 5px;
  padding: 5px 10px 3px;
  text-align: center;
}
.week-sale .time .cd-time {
  display: block;
  margin-top: 5px;
  font-size: 11px;
}
.payment-service .payment-service-block {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #666;
  border-top: 2px solid #b82334;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.payment-service .payment-service-block i {
  margin: auto;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 70px;
  border: 1px solid #666;
}
.payment-service .payment-service-block:hover {
  background: #ffe4f5;
}
.payment-service .payment-service-block:hover .payment-service-icon {
  color: #b82334;
  -webkit-animation: moveFromBottom 300ms ease;
  -moz-animation: moveFromBottom 300ms ease;
  -ms-animation: moveFromBottom 300ms ease;
}
.payment-service .payment-service-block:hover .payment-service-icon i {
  background-color: #ffffff;
}
.payment-service .payment-service-block:hover .payment-service-main {
  color: #ffffff;
  -webkit-animation: smallToBig 300ms ease;
  -moz-animation: smallToBig 300ms ease;
  -ms-animation: smallToBig 300ms ease;
}
.payment-service .payment-service-block:hover .payment-service-sub {
  color: #ffffff;
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
}
.payment-service .payment-service-block a {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  color: #333;
  position: relative;
}
.payment-service .payment-service-block .payment-service-icon {
  font-size: 42px;
  color: #264172;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0px;
  top: 25px;
  text-align: center;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}
.payment-service .payment-service-block .payment-service-icon i {
  line-height: 100px;
  text-align: center;
}
.payment-service .payment-service-block .payment-service-content {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 50%;
  top: 50%;
}
.payment-service .payment-service-block .payment-service-main {
  font-size: 24px;
  color: #b82334;
  padding: 0 10px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.payment-service .payment-service-block .payment-service-sub {
  text-align: center;
  font-size: 14px;
  right: 0;
  color: #333;
  line-height: 40px;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-bottom: 0;
}
@-webkit-keyframes smallToBig {
  from {
	-webkit-transform: scale(0.1);
  }
  to {
	-webkit-transform: scale(1);
  }
}
@-moz-keyframes smallToBig {
  from {
	-moz-transform: scale(0.1);
  }
  to {
	-moz-transform: scale(1);
  }
}
@-ms-keyframes smallToBig {
  from {
	-ms-transform: scale(0.1);
  }
  to {
	-ms-transform: scale(1);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
	-webkit-transform: translateY(100%);
  }
  to {
	-webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
	-moz-transform: translateY(100%);
  }
  to {
	-moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromBottom {
  from {
	-ms-transform: translateY(100%);
  }
  to {
	-ms-transform: translateY(0%);
  }
}
#bg-banner {
  background-image: url(../img/bg/bg-banner1.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#clients-say {
  background-image: url(../img/bg/bg-banner2.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
/* ==========================================================================
   Footer styles
   ========================================================================== */
#footer {
/*  background-image: url(../img/bg/bg1.jpg);*/
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.footer-block {
  background-color: rgba(255, 255, 255, 0.7);
}
.footer-information {
  padding: 40px 0;
  background: #333;
  font-size: 13px;
}
.footer-information p {
  color: #f0f0f0;
}
.footer-information a {
  color: #f0f0f0;
  text-decoration: none;
  line-height: 20px;
}
.footer-information a:hover {
  color: #b82334;
}
.footer-information .footer-categories {
  margin: 0;
  list-style-type: none;
}
.footer-information .footer-categories li {
  list-style-type: none;
  line-height: 28px;
}
.footer-information form {
  margin: 0;
}
.footer-information form input {
  border: 1px solid #666;
  height: 30px;
  padding: 5px 10px;
  background: none;
}
.footer-information form ::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #f0f0f0;
}
.footer-information form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #f0f0f0;
}
.footer-information form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #f0f0f0;
}
.footer-information form :-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #f0f0f0;
}
.footer-information form button {
  margin-left: -5px;
  border: 1px solid #666;
  height: 30px;
  width: 30px;
  background-color: #43515a;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-information form button:hover {
  background-color: #b82334;
  border: 1px solid #b82334;
}
.footer-information .socials {
  text-align: left;
}
.footer-information .socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin:0 7px 7px 0;
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  line-height: 42px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
}
.footer-information .socials a:hover {
  background-color:#fff;
  color: #333;
 
}
.footer-copy {
  padding: 25px 0;
}
.footer-copy a {
  color: #666;
}
.footer-copy .logo-copy {
  display: inline-block;
  width: 158px;
  height: 52px;
  margin-right: 10px;
}
.footer-copy p {
  display: inline-block;
  height: 42px;
  line-height: 16px;
  border-left: 1px #43515a solid;
  padding: 10px 0 0 10px;
  margin: 0;
  font-size: 12px;
  color: #ccc;
}
.footer-payments {
  list-style: none;
  padding: 10px 14px 0 0;
}
.footer-payments li {
  display: inline-block;
  margin: 0 4px 8px;
  float: inherit;
}
/* ==========================================================================
Header block of secondary pages
========================================================================== */
.breadcrumb {
  margin: 0;
  padding: 25px 0;
  background: none;
  display: inline-block;
}
.breadcrumb > li {
  text-shadow: none;
  margin-left: 5px;
}
.breadcrumb > li:first-child {
  margin-left: 0;
}
.breadcrumb > li a {
  color: #43515a;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
}
.breadcrumb > li a:hover {
  color: #b82334;
}
.breadcrumb > li:after {
  margin-left: 10px;
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 12px;
  color: #43515a;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li:last-child:after {
  content: "";
}
.breadcrumb > .active {
  color: #b82334;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
}
/* ==========================================================================
Page Products grid
========================================================================== */
.block-products-modes {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.block-products-modes label {
  line-height: 34px;
  font-family: 'Raleway', sans-serif;
  margin: 0;
}
.block-products-modes .product-view-mode a {
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 28px;
  color: #666;
  vertical-align: middle;
  line-height: 34px;
}
.block-products-modes .product-view-mode a:hover {
  color: #b82334;
}
.block-products-modes .product-view-mode .active {
  color: #b82334;
}
/* ==========================================================================
Page Products list
========================================================================== */
.product-list {
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #ffffff;
}
.product-list:hover .figure-hover-overlay img {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1.25s ease-out;
  transition: 1.25s ease-out;
}
.product-list .product-name {
  margin: 10px 0;
}
.product-list .product-rating {
  padding: 3px 0 10px;
}
.product-list .product-rating .stars {
  text-align: left;
}
.product-list .product-caption {
  padding: 0;
}
.product-list .product-new {
  bottom: 10px;
}
.product-list .product-sale {
  bottom: 10px;
}
.product-list .list-shopping-cart a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #666;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  color: #43515a;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  background-color: #ffffff;
}
.product-list .list-shopping-cart .shoping {
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 16px;
}
.product-list .list-shopping-cart a:hover {
  color: #ffffff;
  border-color: #b82334;
  background-color: #b82334;
  text-decoration: none !important;
}
.product-list .product-price {
  font-size: 22px;
  margin: 10px 0;
}
/* ==========================================================================
Page Product detail
========================================================================== */
.product-image {
  overflow: hidden;
  position: relative;
}
#product-zoom {
  border: 1px solid #ddd;
  width: 100%;
}
#gal1 {
  margin-top: 10px;
}
#gal1 a {
  text-decoration: none; margin-right: 5px;
}
#gal1 img {
  border: 2px solid #ddd;
}
#gal1 img:hover {
  border-color: #b82334;
}
.product-detail-section .product-rating .stars {
  text-align: center;
}
.product-detail-section .clearfix {
  padding: 5px 0 5px;
}
.product-detail-section .product-price {
  color: #b82334;
  font-size: 16px;
  margin: 0;
}
.product-detail-section .product-price span {
  color: #666;
  font-size: 12px;
  text-decoration: line-through;
}
.product-detail-section a {
  text-decoration: none;
  
}
.product-detail-section a:hover {
 
}
.product-detail-section .product-list h3 {
  text-align: center;
  margin: 5px 0 10px;
  color: #43515a;
}
.zoomContainer {
  overflow: hidden !important;
}
.zoomContainer .zoomWindowContainer div {
  top: 0 !important;
  left: 0 !important;
}
.tab-pane .product-rating .stars {
  text-align: left;
}
.tab-pane .block-color {
  border: none;
}
.product-information {
  font-family: 'Raleway', sans-serif;
  line-height: 30px;
}
.product-information label {
  width: 120px;
  font-weight: 400;
  color: #43515a;
}
.product-information .form-control {
  display: inline-block;
  width: 120px;
}
/* ==========================================================================
Page Checkout
========================================================================== */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #264172;
}
.nav-pills {
  margin-top: 10px;
}
.nav-pills > li > a {
  background-color: #eee;
  border-radius: 0;
  font-size: 16px; border-right:solid 1px #ddd;
}
.nav-pills > li > a i {
  font-size: 18px;
  display: block;
  height: 24px;
}
.nav-pills > li > a:hover {
  background-color: #264172;
  color: #ffffff;
  box-shadow: none;
}
.nav-pills > li > a:hover i {
  color: #ffffff;
}
/* ==========================================================================
Page Shopping cart
========================================================================== */
.cart-table {
  min-width: 300px;
  margin-bottom: 40px;
  background-color: #ffffff; border:solid 1px #ddd; border-right:none
}
.cart-table a {
  text-decoration: none;
  color: #43515a;
}
.cart-table a:hover {
  color: #b82334;
}
.cart-table th {
  display: none;
}
.cart-table td {
  display: block;
}
.cart-table td:first-child {
  padding-top: .5em;
}
.cart-table td:last-child {
  padding-bottom: .5em;
}
.cart-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
}
@media (min-width: 680px) {
  .cart-table td:before {
	display: none;
  }
}
.cart-table th,
.cart-table td {
  text-align: center;
  vertical-align: middle !important;
}
@media (min-width: 680px) {
  .cart-table th,
  .cart-table td {
	display: table-cell;
	padding: .25em .5em;
  }
  .cart-table th:first-child,
  .cart-table td:first-child {
	padding-left: 0;
  }
  .cart-table th:last-child,
  .cart-table td:last-child {
	padding-right: 0;
  }
}
@media (min-width: 680px) {
  .cart-table th,
  .cart-table td {
	padding: 1em !important;
  }
}
@media (max-width: 680px) {
  .cart-table th,
  .cart-table td {
	text-align: left;
  }
}
.cart-table th,
.cart-table td:before {
  color: #43515a;
}
.cart-table .card_product_image img {
  width: 120px;
}
.cart-table .card_product_image {
}
.cart-table .card_product_quantity input {
  width: 50px;
  border-radius: 0;
}
/* ==========================================================================
Page blog
========================================================================== */
.block-blog article {
  margin-bottom: 40px;
}
.block-blog .blog {
  background-color: #ffffff;
  border: 1px solid #ddd;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.block-blog .blog:hover {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.block-blog .blog-caption {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0 15px 10px 15px;
}
.block-blog .blog-caption .post-information {
  color: #43515a;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
}
.block-blog .blog-caption .post-information span {
  padding-right: 10px;
}
.block-blog .blog-caption .blog-name {
  color: #43515a;
}
.block-blog .blog-caption .blog-name:hover {
  color: #b82334;
  text-decoration: none;
}
.block-blog .blog-caption .blog-link {
  color: #43515a;
}
.block-blog .blog-caption .blog-link:hover {
  color: #b82334;
  text-decoration: none;
}
.block-blog figure {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.block-blog .figure-hover-overlay {
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}
.block-blog .figure-hover-overlay .figure-href {
  text-transform: lowercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.block-blog .figure-hover-overlay img {
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1.25s ease-out;
  transition: 1.25s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.block-blog .blog:hover .figure-hover-overlay img {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1.25s ease-out;
  transition: 1.25s ease-out;
}
.block-blog .blog:hover .figure-hover-overlay figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
  color: #FFF !important;
}
.post-information {
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  border-bottom: 1px #ddd solid;
}
.post-information span {
  padding-right: 20px;
}
.post-information a {
  color: #43515a;
}
.post-information a:hover {
  color: #b82334;
  text-decoration: none;
}
.blog-author img {
  margin-right: 20px;
}
.media-heading {
  font-size: 18px;
  margin-bottom: 10px;
}
.time-right {
  float: right;
  padding: 5px 20px;
  font-size: 13px;
  color: #43515a;
}
.btn-right-post {
  border: 1px solid #666;
  padding: 3px 20px;
  float: right;
  color: #43515a;
  font-size: 12px;
}
.btn-right-post:hover {
  text-decoration: none;
  background-color: #b82334;
  color: #ffffff;
  border-color: #b82334;
}
/* ==========================================================================
Page contact
========================================================================== */
.google-map {
  position: relative;
  width: 100%;
  height: 400px;
}
/* ==========================================================================
shortcode
========================================================================== */
span.dropcap {
  font-size: 40px;
  float: left;
  margin: 3px 10px 5px 0;
  line-height: 1;
  padding: 3px 10px;
  background: #b82334;
  color: #ffffff;
}
blockquote {
  font-size: 14px;
  border-color: #f0f0f0;
  font-style: italic;
}
.progress {
  height: 40px;
  border-radius: 0;
}
.progress .progress-bar {
  line-height: 40px;
}
.accordion .accordion-heading {
  border: 1px solid #ccc;
  padding: 0 10px;
  margin-bottom: 5px;
}
.accordion a.accordion-toggle {
  color: #43515a;
  font-weight: 500;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
}
.accordion a.accordion-toggle:hover {
  color: #b82334;
}
.accordion a.accordion-toggle.collapsed i {
  color: #43515a;
}
.accordion a.accordion-toggle i {
  float: right;
  display: block;
  margin-top: 13px;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
}
.accordion a.accordion-toggle i.icon-plus-sign {
  color: #b82334;
}
.accordion .accordion-inner {
  margin: 0 15px;
  padding: 9px 0;
  border-color: #f0f0f0;
}
/* CSS Document */
/* Include LESS variables & mixins */
@media (max-width: 767px) {
  /* Tablet Portrait and Mobile */
  #header #lang .lang-title, #header #first-welcome p{text-align:left}
  #header .header-main .top-search-form form input {
	width: 200px;
  }
  #header .header-main-fixed {
	position: relative;
	height: 180px;
	box-shadow: none;
  }
  #header .header-bg-fixed {
	height: 150px;
  }
  #header .header-bg-fixed #container-fixed {
	margin: 25px 0;
  }
  .nav-justified > li > a {
	margin-bottom: 0;
  }
  #header .header-main .navbar-collapse {
	z-index: 999;
	position: relative;
	background-color: #ffffff;
  }
  .product-image {
	margin-bottom: 30px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
	height: 40px;
	line-height: 30px;
  }
  #header .navbar-main .dropdown-submenu > .dropdown-menu {
	position: relative;
	left: 0;
	padding-left: 30px;
  }
}
@media (max-width: 480px) {
  /* Mobile */
/*  #header .header-bg {
	height: 180px;
  }*/
  #header .header-main .top-search-form {
	width: 100%;
	text-align: right;
  }
  .navbar-main {
	margin: 3px 0 0 0;
  }
/*  .block{padding:53px 0 10px 0}*/
  
}
@media (min-width: 768px) and (max-width: 1200px) {
  /* Mobile Landscape */
  .product-image {
	margin-bottom: 30px;
  }
  
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Mobile Landscape */
}
@media (min-width: 320px) and (max-width: 479px) {
  /* Mobile Landscape */
}
@media (max-width: 319px) {
  /* Mobile Portrait */
}

.chosen-container-multi .chosen-choices{
	padding: 3px !important;
}

.pdt-25{ padding-top:25px;}
table.dataTable{ overflow:scroll; display:block}
.contact-title{}
.contact-text{ font-size:16px; margin-bottom:40px;}
.contact-form .chosen-container{ width:100% !important;}
.contact-form .chosen-container-single .chosen-single{background: none;
    border: solid 1px #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    height: 34px;
    line-height: 32px; border-radius:0}
.contact-form .chosen-container-single .chosen-single div b{ background-position:0 8px;}
.contact-form .form-group{ margin-bottom:25px;}
.contact-form label.checkbox { font-weight:normal;}
.error{ color:#c20000; font-weight:normal;}
.form-control.error{ border-color:#c20000;}
.container-thanks100{width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	background:#00266d;

	}
	.wrap-thanks100 { text-align:center; padding:20px}
.wrap-thanks100 h1{ font-weight:400; color:#fff; font-size:50px;}
.wrap-thanks100 h2{ font-weight:400; color:#fff; font-size:36px;}
.wrap-thanks100 p{ font-weight:400; color:#fff; font-size:20px;}
.contact-socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin:0;
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
   -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
}
.contact-socials a:hover {
  background-color: #333;
  color: #ffffff;
 
}
.fb{ background:#4268b3}
.tw{ background:#43bceb}
.insta{ background:#cf2b9c}
.youtube{ background:#e42b33}
.linkedin{ background:#0177b5}
.pintrest{ background:#e42b33}
.tumblr{ background:#2a445d}
.vk{ background:#4a729f}
@media (max-width: 1199px) {
	.navbar-main .nav > li > a{ padding:13px 20px;}
}
@media (max-width:991px) {
	.navbar-main .nav > li > a{ padding:13px 12px; font-size:14px;}
}

.btn-check:focus+.btn, .btn:focus{ box-shadow:none !important}