/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
	
* {
    margin: 0;
    padding: 0;
}
body {
    background: #faf9f9;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
a:focus {
    outline: inherit;
}
header {
    background-image: url("../img/homeslide.jpeg");
    background-position: center center;
    background-repeat: no-repeat;
    
    
}
#index_index header {
	height: 100%;
	background-size: cover;
}
.header-logo img {
	width:390px
}
header .arm-header {
    background: rgba(255,255,255,0.5);
    padding: 30px 0;
	position:relative
}
header .arm-header {
    background: #fff;
	border-bottom:1px solid #FAF9F9
}
.stock_available, .stock_unavailable {
	font-size:10px
}
.stock_available i, .stock_unavailable i {
	margin-right:5px
}
.stock_available {
	color:green
}
.stock_unavailable {
	color:red
}
.arm-header.fixed {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
	 padding: 20px 0;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
	box-shadow:0 0 10px #ccc;
	background:#fff 
}
.bootstrap-select .btn-default {
    border-radius: 0;
}
.category-filter .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    max-width: 175px;
	margin-left: 10px;
	
}
.bootstrap-select .btn-default {
    border-color: #d0d0d0;
    border-radius: 3px;
    padding-bottom: 0;
    padding-left: 15px;
}
.dropdown-menu {
    border-color: #afafaf;
    border-radius: 0;
    box-shadow: inherit;
}
.bootstrap-select .filter-option {
    color: #727272;
    padding-top: 5px;
}
.dropdown-menu > li > a {
    color: #727272;
    padding: 5px 15px;
}
.bootstrap-select .bs-caret {
    display: inline-block;
    height: 32px;
    margin-bottom: -2px;
    position: relative;
    right: 14px;
    top: -2px;
    width: 32px;
	background:url(../img/chevron-down.png) no-repeat  scroll center center
}
.bootstrap-select .caret {
    border:0;
	
}
.category-filter .dropdown-menu a.type {
    color: #767676;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 3px 15px;
}
.category-filter .dropdown-menu a.cat, .category-filter .dropdown-menu a.sub-cat {
    color: #777;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 3px 25px;
}
.category-filter .dropdown-menu a.sub-cat {
    padding: 3px 40px;
}
.category-filter a.search {
    color: #454545;
    display: block;
    font-size: 13px;
    padding-left: 15px;
    padding-top: 5px;
}
header .user-space {
    color: #454545;
    display: inline-block;
    padding-left: 20px;
    padding-top: 15px;
}
header .user-space i.fa-user{
    padding-right: 5px;
}
header ul.languages {
    display: inline-block;
    float: right;
    list-style: none;
    padding-top: 15px;
}
header ul.languages li {
    display: inline-block;
    padding-left: 10px;
}
header ul.languages a {
    color: #727272;
    text-transform: uppercase;
}
header ul.languages a.active {
    color: #454545;
}
header .arm-home {
    position: absolute;
    width: 100%;
}
.arm-container {
    /*padding-left: 75px;
    padding-right: 75px;*/
}
.arm-catalog a {
    background: #454545 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 25px;
    text-transform: uppercase;
}
.arm-catalog a img {
	height:29px
}
.arm-catalog a:hover, .arm-catalog a:focus {
    outline: inherit;
    text-decoration: none;
}
.arm-catalog img {
	padding-left: 10px;
    vertical-align: middle;
}
.arm-catalog span {
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}
.slick-slide {
    height: inherit;
    text-align: center;
}
.slick-prev, .slick-next {
    border: 0 none;
    color: transparent;
    height: 30px;
    position: absolute;
    top: 42%;
    width: 30px;
	background-size:cover;
	background-color:transparent;
	z-index:2
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev {
    background-image: url("../img/slick-prev.png");
    left: 15px;
}
[dir='rtl'] .slick-prev {
    right: 20px;
    left: auto;
}
.slick-next {
    background-image: url("../img/slick-next.png");
    right: 15px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: 20px;
}
h3.arm-title {
    color: #646363;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.85px;
    margin-top: 30px;
}
.arm-products h3.arm-title {
    font-size: 3rem;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
}
.search-results h3.arm-title {
    font-size: 2.2rem;
    margin-top: 30px;
    text-align: left;
    text-transform: inherit;
}
.search-results .count {
    font-size: 1.6rem;
    margin-top: 30px;
    text-align: left;
    text-transform: inherit;
	color:#c6c8ca;
	
}
.arm-products .arm-container {
    margin-top: 60px;
}
.arm-products .col-sm-3 {
    margin-bottom: 40px;
}
.product-preview {
    position: relative;
	background:#fff none repeat scroll 0 0
}
.img-pdt {
    position: relative;
}
.productBloc .img-pdt {
    display: flex;
	flex-direction: column;
	place-content: center;
	height: 200px;
	background: #fff;
}
.img-pdt .product-preview  {
	display:block;
	line-height:200px;
}
.img-pdt .product-preview img {
	object-fit:cover;
	max-height:200px;
	width:100%
}
.images-wrapper .img-pdt img {
	max-height:450px;
	margin: 0 auto;
}
.saled-reserved {
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.saled-reserved span {
    border: 1px solid #454545;
    padding: 5px;
    text-transform: uppercase;
}
.saled-reserved span.saled {
    background: #454545;
    color: #fff;
}
.saled-reserved span.reserved {
    background: #fff;
    color: #454545;
    margin-left: 2px;
}
.product-preview.link {
    border: 0 none;
    color: #454545;
    margin-bottom: 0;
}
.contact-link {
    border: 0 none;
    color: #454545;
    display: block;
    margin-bottom: 0;
    padding: 15px 0 0;
}
.contact-link:hover, .contact-link:focus {
    color: #454545;
}

.product-preview:hover {
    text-decoration: none;
}
.product-preview span.hover {
    color: #3c3c3b;
    cursor: pointer;
    text-align: left;
    font-weight: 400;
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
    ::i-block-chrome,.product-preview span.hover  {
		display:block
	}
}
.product-preview span.hover small {
    font-size: 10px;
}
.form-group {
    clear: both;
}
#arm-carrousel .product-preview span.hover {
    background-color: #454545;
}
#arm-carrousel .product-preview {
    border: 0;
	margin:0 auto;
	display:inline-block
}
.product-preview span.hover span {
    color: #454545;
    display: block;
    font-weight: 500;
}
#arm-carrousel  .product-preview span.hover span {
    color: #fff;
    font-weight: normal;
}
.hover {
	font-weight:600 
}
.hover span {
	color: #454545;
    font-size: 13px;
    font-weight: 500;
}
.load-more {
    border: 1px solid #454545;
    color: #454545;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.8px;
    margin: 20px 0;
    padding: 7px 30px;
    text-align: right;
}
.load-more:hover {
    color: #454545;
}
.pdct-btn {
	border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0;
    padding: 5px 10px;
    text-align: right;
	color: #3c3c3b;
	background:#454545;
	color: #fff;
}
.productBloc {
    margin-bottom: 20px;
    overflow: hidden;
}
.hover {
	display: block;
    padding-top: 35px;
}
.pdct-btn:hover {
    color: #fff;
    text-decoration: none;
}

#loader {
	display:inline-block !important
}
.fire-arm {
    margin-top: 30px;
}

.fire-arm > div {
    margin-bottom: 20px;
}
.fire-arm span {
     color: #646363;
    display: block;
    font-weight: 400;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}
.fire-arm a:hover, .fire-arm a:focus {
    text-decoration: none;
}
.fire-arm img {
	margin:0 auto
}
.page-content h2 {
    color: #454545;
    font-size: 18px;
    padding-top: 20px;
}
.page-content p {
    color: #767676;
    line-height: 24px;
    text-align: justify;
	font-size:16px
}
.page-content iframe {
	width:100%
}

.page-content input, .page-content textarea {
    border-radius: 0;
    color: #767676;
}
.page-content label {
    color: #767676;
    font-weight: 500;
}
.page-content b.name {
    color: #000;
}
.page-content span.and {
    color: #454545;
}
.page-content {
	min-height:150px
}
.arm-button {
    background: #454545;
    border-radius: 0;
    color: #fff;
	padding:5px 30px;
	font-size: 18px
}
.arm-button:hover, .arm-button:focus {
    background: #454545;
    color: #fff;
}
#product_index .pdt-container {
    padding-top: 60px;
}
.modal-backdrop.in {
    opacity: 0.65;
}
#ProductModal .modal-dialog {
    margin: 180px auto 30px;
    max-width: 95%;
    width: 615px;
}
#ProductModal .modal-content {
    border-radius: 0;
}
#ProductModal .modal-body {
    padding: 30px;
}
#ProductModal button.close {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    opacity: 1;
    position: absolute;
    right: -15px;
    top: -35px;
    width: 30px;
}
#ProductModal button.close span {
    height: 30px;
}
#ProductModal ul, .pdt-container ul {
    list-style: none;
}
#ProductModal li, .pdt-container li {
    display: inline-block;
    padding-right: 10px;
}

#ProductModal h3.arm-title, .pdt-container h3.arm-title {
    padding-bottom: 15px;
}
#ProductModal a, .pdt-container a {
    color: #454545;
}
#ProductModal a:hover, .pdt-container a:hover {
    text-decoration: none;
}

#ProductModal .product-name, .pdt-container .product-name {
   clear: both;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 0;
}
#product_index {
	background:#fff
}
#ProductModal .product-name span.price, .pdt-container .product-name span.price {
    color: #454545;
    display: block;
}
#ProductModal .product-carac, .pdt-container .product-carac {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
}
#ProductModal .product-identity, .pdt-container .product-identity {
    color: #000;
    margin-bottom: 50px;
    text-align: center;
}
#ProductModal .product-identity i.fa-check-circle, .pdt-container .product-identity i.fa-check-circle {
    color: #454545;
    display: block;
    padding-bottom: 5px;
}
#pages_index h3.arm-title {
    color: #454545;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.85px;
    margin-top: 50px;
	text-transform:uppercase
}
.product-infos  {
	font-size: 12px;
}
.product-infos b {
	font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
#ProductModal .add-cart, .pdt-container .add-cart, #search-filter {
     background: #454545 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 20px;
}
.pthumbs li {
    margin: 10px 4px 10px 0;
    float: left;
    height: 75px;
    line-height: 75px;
}
.phr {
	border-width: 2px 0 0;
    margin: 5px 0 15px 0;
}
#search-filter {
    margin: 0;
}
.panel-group .panel {
    border-color: #f5f5f5;
    border-radius: 0;
}
.panel-heading {
    padding: 15px;
}
.panel-default > .panel-heading {
    color: #727272;
}
#advanced-search {
	padding-top: 20px;
}
#advanced-search li {
    display: inline-block;
	position: relative;
	margin-right: 20px;
}
#advanced-search .arm-title  {
    padding-right:20px;
	color:#454545;
	text-transform:uppercase
}
input[type=radio]{
	position: absolute;
	visibility: hidden;
}
#advanced-search label {
	cursor: pointer;
    font-weight: 500;
    margin: 15px auto;
    padding: 0 0 0 30px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s linear 0s;
    z-index: 9;
	-webkit-transition: all 0.25s linear;
}

.whiteBloc {
	background:#fff;
	padding:30px 0
}
.check {
	
	border: 1px solid #c6c8ca;
	border-radius: 100%;
	height: 20px;
	left: 0;
	position: absolute;
	top: 14px;
	transition: border .25s linear;
	width: 20px;
	z-index: 5;
	
	-webkit-transition: border .25s linear;
}
.check::before {
	border-radius: 100%;
	content: '';
	height: 12px;
	left: 3px;
	position: absolute;
	top: 3px;
	transition: background 0.25s linear;
	width: 12px;
	-webkit-transition: background 0.25s linear;
}
input[type=radio]:checked ~ .check {
  border: 1px solid #454545;
}
input[type=radio]:checked ~ .check::before{
  background: #454545;
}
input[type=radio]:checked ~ label{
  color: #454545;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    cursor: pointer;
    padding-left: 25px;
    position: relative;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    background: #f8f8f8;
    border: 1px solid #aaa;
    border-radius: 3px;
    content: '';
    height: 17px;
    left: 1px;
    position: absolute;
    top: 3px;
    width: 17px;  
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    color: #454545;
    content: 'âœ”';
    font-size: 14px;
    left: 4px;
    line-height: 1.75;
    position: absolute;
    top: 0; 
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
footer {
    background: #454545;
    margin-top: 50px;
    padding: 20px 0;
	color: #fff;
}
footer .arm-static-pages ul {
   list-style:none;
   color: #fff;
}
footer .arm-static-pages a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
footer .copyright {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding-top: 35px;
    text-transform: uppercase;
}
.scroll-to-top {
    bottom: 75px;
    display: none;
    position: fixed;
    right: 109px;
}

.parallax { 
	background-color:rgb(241,241,240);
    

    /* Set a specific height */
    padding:60px 0;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax_wrapper { 
	background:rgba(241,241,240,0.8);
	
}
.parallax1 { 
	background-image: url("../img/parallax1.jpeg");
}

@media screen and (max-width: 1200px) {
	.arm-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}	
@media screen and (max-width: 767px) {
	.arm-static-pages {
    padding-top: 0 !important;
}
.hover {
   padding-top: 0 !important;
}
	.footer-logo img {
		position:static !important;
		margin-top: 0 !important;
	}
	.crsl-logo b {
		font-size:40px
	}
	.logo img {
		height: 45px !important;
		right: -15px;
		top: -15px !important;
	}
	.header-dropdown-menu {
		 left: inherit !important;
		width: 100% !important;
	}
	.header-dropdown-menu .sublist a {
		padding-bottom: 2px;
		padding-top: 2px;
	}
	.header-dropdown-menu h3 a {
		 font-size: 16px !important;
	}
	.category-filter .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		width: 100%;
		max-width: 100%;
	}
	#autocomplete_mobile {
		background:transparent;
		height:45px;
		color:#fff
	}
	header .dropdown-menu {
		left:0
	}
	.arm-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.arm-static-pages {
		float:none !important
	}
	.footer-logo img {
		width:300px;
		margin:20px auto 0;
	}
    #ProductModal .modal-dialog {
        margin: 80px auto 10px;
    }
    header {
        background: #333131;
    }
    header .arm-header {
        background: transparent;
        padding: 20px 0;
    }
    header .arm-header.visible-xs {
        background: #fff ;
    }
    header .fa-search, header .fa-bars {
        color: #3c3c3b;
    }
    #toggle-dktop {
        background: transparent;
        border: 0 none;
    }
    header .navbar-toggle {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        top: -18px;
    }
    header a.logo {
        margin: 0 auto;
    }
    header .dropdown-menu {
        background: #333131;
        border-color: transparent;
        left: -15px;
        min-width: 245px;
        top: 55px;
    }
    header .dropdown-menu > li > a {
        color: #fff;
    }
    header .dropdown-menu > li > a:hover, header .dropdown-menu > li > a:focus {
        background: transparent;
        border-color: transparent;
        color: #fff;
    }
    header .arm-catalog {
        text-align: center;
    }
	
	header .arm-catalog a img {
        height: 25px;
    }
	header .arm-catalog span {
		font-weight:400
	}
    header ul .arm-catalog {
        background: #454545;
        color: #fff;
        display: inline-block !important;
        font-size: 14px;
        letter-spacing: 0.5px;
        margin: 0 auto 0 15px;
        padding: 10px 25px;
    }
	.mobile-menu .arm-catalog {
        background: #454545;
        color: #fff;
        display: block !important;
        font-size: 13px;
        letter-spacing: 0.5px;
        margin: 10px auto !important;
        padding: 5px 0;
    }
	.mobile-menu .header-dropdown-menu {
		padding-bottom:10px
	}
    header .arm-catalog:hover, header .arm-catalog:focus {
        outline: inherit;
        text-decoration: none;
    }
    header .arm-catalog img {
        padding-right: 8px;
    }

    
    .arm-products .col-sm-12 {
        clear: both;
    }
    .load-more {
        font-size: 16px;
        font-weight: normal;
        padding: 5px 10px;
        position: relative;
        text-align: center;
        top: 20px;
    }
    .fire-arm img {
        display: table;
        margin: 0 auto;
    }
    .arm-static-pages, .arm-footer-logo, .copyright {
        text-align: center;
    }
    #ProductModal img.arm-cover, .pdt-container img.arm-cover {
        margin: 0 auto;
    }
    /*.pdt-container ul, #ProductModal ul {
        display: none;
    }*/
    .scroll-to-top {
        right: 15px;
    }
    #ProductModal .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .pdt-container .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        max-width: 100%;
    }
    .container .container {
        padding: 0 !important;
    }
    .container > .row {
        margin: 0 !important;
    }
    .container [class*="col-"] {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
@media screen and (max-width: 580px) {
    .arm-container {
        padding: 0;
    }
    .fire-arm .col-xs-6 {
        padding-bottom: 15px;
    }
    .product-preview {
        display: table;
        margin: 0 auto 20px;
    }
    .product-preview span.hover {
        padding: 4px 0;
    }
    .product-preview span.hover {
        font-weight: 400;
		padding: 4px 10px;
    }
    #ProductModal button.close {
        right: 0;
    }
}
@media screen and (max-width: 420px) {
    .pdt-container .visible-xs .col-xs-6, #ProductModal .visible-xs .col-xs-6 {
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .crsl-logo b {
		font-size: 30px !important;
	}
	.crsl-logo span {
		font-size: 18px !important;
	}
}
@media screen and (max-width: 500px) {
    .ajax-list .col-xs-6, .fire-arm .col-xs-6 {
        width: 100%;
    }
	.product-preview {
		max-width: 100%;
	}
	.product-preview img {
		max-height: inherit;
	}
}
/*IE9*/
:root .slick-slide img { width:100% \0/IE9; }
/*IE10 and IE11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.slick-slide img {
		width:100%
	}
}

.mobile-menu  {
	margin:0 auto;
	list-style-type:none
}
.mobile-menu .divider {
	border-bottom: 2px solid #fff;
    margin: 10px 0 0;
}
.mobile-menu  .dropdown-toggle,.mobile-menu  .dropdown-toggle:focus,.mobile-menu  .dropdown-toggle:hover  {
	background:none !important;
	border:none !important;
}
.mobile-menu .bootstrap-select .filter-option {
	 padding: 8px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
	font-weight:900;
	text-transform:uppercase;
	 text-align: center !important;
}
.mobile-menu .bootstrap-select .bs-caret {
	top:9px
}
.mobile-menu .dropdown-menu  a{
	font-size:12px
}
.mobile-menu .dropdown-menu > a ul  {
	margin-left:10px
}
.mobile-menu .dropdown-menu > a ul ul {
	margin-left:10px
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
   display:none;
    position: absolute; /* Stay in place */
    z-index: 50; /* Sit on top */
    left: 0;
    top: 100%;
    background-color: #fff; /* Black fallback color */
    overflow-x: hidden; /* Disable horizontal scroll */
    
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 0; /* 25% from the top */
    width: 100%; /* 100% width */
    
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

footer h3 {
	color:#fff;
	font-size: 20px;
}
.arm-footer-logo img {
	margin-top:20px;
}
.footer-logo img {
	display: block;
    height: 30px;
	position:absolute
}

.arm-static-pages ul {
	margin:0
}
.copyright {
	background: #fff none repeat scroll 0 0;
    font-size: 12px;
    font-weight: 500;
    padding: 20px 0;
}
.copyright img{
	position: relative;
    top: -2px;
}
.copyright a {
	color:#fff
}
.arm-slider-logo {
	position:absolute;
	top:-70px;
	width:100%
}
.arm-slider-logo h3 {
	color:#fff;
	font-size: 15px;
	margin:0 0 10px 0
}
.arm-slider-logo img {
	margin-right:20px;
	width:150px
}
.style-handler {
	cursor:pointer
}
.style-handler i {
	right:15px;
	float:right;
	color:#454545;
	position:relative;
	top:7px
}
.p-style  {
	padding:10px
}

@media screen and (max-width: 550px) {
    .arm-slider-logo img {
		margin-right:4px;
		width:90px
	}
}
.pthumbs {
	width:100%
}
.video i {
	color: #454545;
}

.pthumbs  .slick-prev, .pthumbs  .slick-next  {
	width: 15px;
	height: 15px;
}
.pthumbs  .slick-prev {
    left: -15px;
}
.pthumbs  .slick-next {
    right: -15px;
}
#autocomplete {
	border: 1px solid #d0d0d0;
    border-radius: 3px;
	height: 43px;
}
.autocomplete-suggestions { border-radius: 3px;border: 1px solid #d0d0d0; background: #FFF; overflow: auto;width:auto !important;max-width:350px !important }
.autocomplete-suggestion { 
font-size: 13px;
    overflow: hidden;
    padding: 2px 5px;
}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #454545; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.arm-catalog {
	text-align:center
}
.crsl-logo {
	display: block;
    position: absolute;
    bottom: 15%;
    width: 100%;
	text-align:center
}
.crsl-logo img {
	display: inline-block;
    width:250px
}
.crsl-logo b {
	color: #fff;
    display: block;
    font-size: 48px;
    letter-spacing: 2.4px;
	font-weight:normal
}

.crsl-logo .load-more {
	border: 0;
	margin-top: 30px;
	background: rgba(255,255,255,0.7);
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}
.crsl-logo:hover {
	text-decoration:none
}
.crsl-logo span {
	display: block;
    font-size:24px;
	color:#fff;
	letter-spacing: 2.4px;
}

.header-menu {
	text-align:center
}
.header-menu ul {
	margin:0
}
.header-menu a {
	 color: #3c3c3b;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
	font-size: 13px;
}
.list-inline > li {
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
}
.header-dropdown-menu {
	background: #f7f7f7 none repeat scroll 0 0;
    border: 0 none;
    top: 48px;
    width: 400px;
	padding-bottom: 0;
}
.header-dropdown-menu {
	background: #f7f7f7 none repeat scroll 0 0;
    border: 0 none;
    top: 48px;
    width: 400px;
}
.header-dropdown-menu h3 {
	font-size: 16px;
    margin: 0;
	padding: 10px 0;
	color:#b3b4b3
}
.header-dropdown-menu h3 > a {
	color:#3c3c3b;
	font-weight: 600;
	letter-spacing:inherit;
	text-transform: uppercase !important;
}

.header-dropdown-menu .sublist a{
	display: block;
    font-weight: 400;
    letter-spacing: inherit;
    text-align: left;
    text-transform: inherit;
	color:#3c3c3b
}
a.cat {
	 color: #b3b4b3 !important;
    font-weight: 500;
    letter-spacing: inherit;
	text-transform: uppercase !important;
}

.dropdown-wrapper {
	padding: 0 30px;
	margin: 0 auto;
	overflow-y:scroll;
	height:400px;
}
.sublist .cat {
	display:block;
	 font-size: 16px;
	 text-decoration:uppercase !important
}
.sublist .sub-cat {
	display:block;
	padding-left: 40px;
}

.dropdown .arm-catalog a {
	display:block;
	color:#fff;
	margin-top:10px
}
.logo img {
	height: 70px;
	position: absolute;
	top: -25px;
}
.arm-header.fixed .header-dropdown-menu { 
	top: 38px;
}
.arm-header.fixed .logo img {
	height: 50px;
	top: -15px;
}
.link  {
	padding:5px 20px
}
.plisting {
	min-height: 210px;
}
.link  .dropdown-menu {
	background: #333131 none repeat scroll 0 0;
    left: 15px;
    top: 21px;
}
.link a {
	color: #3c3c3b;
    font-weight: 600;
    letter-spacing: inherit;
    text-transform: uppercase;
}
.page-content a {
    color: #454545;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
	.autocompleteWrapper {
		clear:both;
		margin-top:10px
	}
	.autocompleteWrapper .autocomplete {
		width:360px
	}
}
@media screen and (min-width: 767px) {
	
	.img-pdt iframe {
		margin-top:50px
	}
}


#popupSlider {
	background: rgba(220,218,220,0.8);
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	top: 0;
	width: 100%;
}
#popupSlider p {
	margin:0
}

.list-line {
	border-bottom:1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.list-line .add-cart {
	color: #000;
	text-decoration: underline;
	font-weight: 500;
}
.list-line .price {
	color:#454545
}
.list-line .product-carac {
	font-size:12px
}
.arm-products .list-line .col-sm-3 {
	margin-bottom: 0;
	
}
.list-line  h3.product_name {
	font-weight:600;
	font-size:14px;
	margin: 0;
}
.ttmenu .dropdown {
	position:static
}			
.ttmenu .ttmenu-full .dropdown-menu {
    left: 0;
    right: 0;
	top: 50px;
}
.ttmenu .ttmenu-full .dropdown-menu {
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
    box-shadow:none !important;
	border:0;
}
.ttmenu-content {
    padding: 15px 30px;
	position: relative;
}
.ttmenu  ul {
    padding-left: 0;
    list-style: none;
}
.ttmenu .nav-pills {
    margin-top: 6px;
}
.ttmenu  .nav-pills > li {
    float: none;
    margin-top: 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ttmenu  .nav-pills > li > a, .ttmenu  .nav-pills > li > a:hover {
    border-radius: 0;
    cursor: pointer !important;
    border: 0 !important;
    position: relative;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin-right: 0;
	font-size:12px;
	color: #3c3c3b;
	font-weight: 600;
	letter-spacing: inherit;
	text-transform: uppercase !important;
}
.ttmenu  .nav-pills > li > a::after {
    content: "\f105";
    color: #1a1a1a;
    font-family: 'FontAwesome';
    display: block;
    right: 10px;
    width: 0;
    position: absolute;
    height: 0;
    top: 7px;
    margin-top: 0;
    margin-right: 10px;
}
.ttmenu .nav-pills li a {
    color: #282828;
    list-style: none;
    background-color: transparent !important;
	padding: 8px 10px 8px 15px !important;
	position: relative;
	font-weight: 600 !important;
}
.ttmenu .tt-category a {
	display: block;
	font-weight: 500;
	letter-spacing: inherit;
	text-align: left;
	text-transform: uppercase !important;
	/*color: #454545 !important;*/
	font-size: 14px;
}
.ttmenu .tt-category {
	margin:0 0 10px 0;
}
a.tt-sub-category {
	display: block;
	font-weight: 400;
	letter-spacing: inherit;
	text-transform: inherit;
	font-size: 12px;
	padding: 2px 0 2px 18px;
	position: relative;
}
a.tt-sub-category::before {
    content: "\f105";
    color: #454545;
    font-family: 'FontAwesome';
    display: block;
    left: 8px;
    width: 0;
    position: absolute;
    height: 0;
    top: 1px;
    margin-top: 0;
}

.cmt-topmenu-pane-container {
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
   
	 -moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}

.cmt-topmenu-item {
    display: inline-block;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
}

@media screen and (max-width: 767px) {
	#popupSlider {
		position:static;
		top:0
	}
	.dropdown-wrapper {
		height: 300px;
	}
}
@media screen and (max-width: 400px) {
	.crsl-logo {
		display: block;
		left: inherit;
		margin-left: 0;
		max-width: 100%;
		position: absolute;
		top: 50%;
		width: 400px;
	}
}
@media screen and (max-width: 767px) {
	#ProductModal .img-pdt img {
		max-height:350px
	}
	.logo img {
		  margin: 0 auto;
	}
}