@font-face {
    font-family: AutoReg;
    src:url(../fonts/Auto1-regular.ttf);
}   

@font-face {
    font-family: Exo2;
    src:url(../fonts/Exo2-Regular.ttf);
}


/*Preloader*/
#preloader {
	position:fixed;
	top:0; 
	left:0; 
	right:0;
	bottom:0; 
	background-color:#fff; 
	z-index:9998; /* makes sure it stays on top */
}
.preload-content { 
	z-index:9999; 
	position:relative;
}

/*End Preloader*/

::selection { color: #0b0b0b; background:#e0bb68; }
*::-moz-selection { color: #0b0b0b; background:#e0bb68; }
	
body {
	background-color: #ffffff; 
	color: #4d4d4d; 
	font-family: 'PT Sans', sans-serif; 
	text-rendering: optimizelegibility; 
	overflow-x: hidden; 
	font-size:14px;
	border-top:3px solid #044f34;
	-webkit-font-smoothning:antialiased;
}

a { 
	-webkit-transition: all 0.4s ease-in-out;  
	-moz-transition: all 0.4s ease-in-out;  
	-o-transition: all 0.4s ease-in-out;	
	-ms-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
	color:#dfba67;
}
a:hover, a:focus { 
	text-decoration:none; color:#137f56;
}
a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: 0;
	outline : none !important;
}
.btn {	
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

/*------------------------------------------------------*/
/*----------------------SECTIONS----------------------*/
.section {
  padding: 3rem;
}

.light {
  background: #f2f2f2;
}

.light p {
  color: #222;
}

.dark {
  background: #0b0b0b;
  color: #fff;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color:#fff;
}

.dark p {
  color: #fff;
}

.color-white {
  color:#fff;
}

.section-heading-container, .section-heading-container-left, .section-heading-container-right {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.section-heading-container h1, .section-heading-container-left h1, .section-heading-container-right h1 {
  margin-bottom: 3rem;
}

.section-heading-container > h2, .section-heading-container-left > h2, .section-heading-container-right > h2 {
  margin-bottom: 1rem;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.section-heading-container p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 35px;
}

.section-heading-container-left, .section-heading-container-right {
  text-align: left;
}

.section-heading-container-left .double-border,
.section-heading-container .double-border {
  margin-top: 13px;
  display: inline-block;
}
.section-heading-container-left .double-border:before,
.section-heading-container-left .double-border:after,
.section-heading-container .double-border:before,
.section-heading-container .double-border:after {
  content: '';
  display: block;
  background: #B9B9B9;
  height: 1px;
}
.section-heading-container-left .double-border:before,
.section-heading-container .double-border:before {
  width: 136px;
}
.section-heading-container-left .double-border:after,
.section-heading-container .double-border:after  {
  width: 72px;
  margin-top: 5px;
}
.section-heading-container .double-border:before,
.section-heading-container .double-border:after {
  margin-left: auto;
  margin-right: auto;
}

.section-full-screen-image {
  padding: 0;
}

.section-full-screen-image .overlay-dark {
  padding: 10rem 0;
  background: rgba(0, 0, 0, 0.5);
}

/*------------------------------------------------------*/
/*----------------------Margin Padding ------------------*/
.no-padding {
  padding: 0 !important;
}
.margin-top { margin-top:35px; }
.margin-bottom { margin-bottom:35px; }




/*********************************
    03. Typography
    @Since 1.0
*********************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans', sans-serif;
  font-weight:700;
  margin: 0px 0 15px 0;
  color:#161414;
  font-weight: normal;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 36px;
  line-height: 42px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

h5 {
  font-size: 14px;
  line-height: 22px;
}

h6 {
  font-size: 13px;
  line-height: 16px;
}

p {
  font-size: 13px;
  line-height: 24px;
}

ul { padding:0px; }

ul li {
  line-height: 32px;
  list-style:none;
}

ol li {
  line-height: 32px;
  list-style-position: outside;
}

ul li a:hover {
  text-decoration: none;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

input {
  font-size: 14px;
  border: none;
  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

textarea {
  font-size: 14px;
  line-height: 26px;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  background: none;
}

iframe {
  border: none;
}

q {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-style: italic;
  font-weight: 300;
}

i {
  font-size: 18px;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 400;
}

.ex-bold {
  font-weight: 800;
}

h1 span, h2 span {
  font-weight: 400;
}

/* Blockquote */
blockquote { border:none; position:relative;}
blockquote:before {
	content:'\f10e'; 
	font-family:'FontAwesome'; 
	top: 0; 
	left:0; 
	right:0; 
	position:absolute; 
	z-index:-1; 
	font-size:5em; 
	color:#ececec;  
	/* IE 8 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
	/* Safari 1.x */ 
	-khtml-opacity: 0.6; 
	/* Modern browsers */
	opacity: 0.15;
}
blockquote footer:before, blockquote small:before, blockquote .small:before { content:""; }
blockquote footer, blockquote small, blockquote .small { font-weight:500; }
blockquote cite { font-weight:300; }

/*===============================
========== Grid Blocks ==========
===============================*/
.main-container{ overflow:hidden; position:relative; height:100%;}
.page-wrapper {background-color:#fff; position:relative; z-index:10; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}

/* Full Width Container */
.fullsize { color: inherit; width:100% ; position:relative; }
.container-inner { padding-top:100px; padding-bottom:100px; }

  

/*========== Header Wrapper ==========*/	

.header-wrapper{ width:100%; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease;   transition: 0.4s ease; z-index:15; background: #0b0b0b;}


/*header top*/
.header-top{ color: #fff; font-size:12px; display:block; position:relative; width:100%; z-index:1150; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease; }
.header-top ul, .header-top ol, .header-top dl{font-weight:500; font-size:12px; margin-bottom:0;}
.header-top ul .fa{ margin-right: 10px;}
.header-top p{margin:0;}
.header-top-left{ float:left; width:100%;}
.header-top-right{ float:right; width:100%; margin-top: 28px; }

/*header top navigation */
.top-menu {list-style:none; padding-left:0; float:right;}
.top-menu li:first-child {}
.top-menu li { display:inline-block;line-height: 20px; font-size:14px; }
.top-menu li a{ color:inherit; padding:10px 12px; display:block; font-weight:300;}

.header-top .dropdown-menu{  margin-top:0px; margin-left:-4px;}
.header-top .dropdown-menu > li{ display:block; border:none;}

/* social top */
.social-top{ list-style:none; padding-left:0; float:left;}
.social-top li:first-child { }
.social-top li {display:inline-block;line-height: 25px; }
.social-top li a{ color:inherit; padding:8px 12px; display:block; font-size:14px;}
.social-top a:hover, .social-top a:focus { text-decoration:none;}
.social-top .fa{ margin-right:0 !important;}

.top-menu a{ color: inherit;}
.top-menu a:hover, .top-menu a:focus {text-decoration:none;}
/*header main*/
.header-main{width:100%; background-color:#0b0b0b; height:auto; position:relative; z-index:1100; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease;   transition: 0.4s ease; }
.main-navigation{ position:relative;}
.logo{ max-width:185px; line-height:100px; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease;   transition: 0.4s ease; margin: auto; }
.logo a{ display:block;}
.logo .logo-light {}
.logo .logo-dark { display:none;}
.logo img{ width:100%; height:auto; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; }

.header-wrapper.shrink .logo{ line-height:60px; -webkit-transition: all 1s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.header-wrapper.shrink .logo img{-webkit-transform:scale(0.8); -moz-transform:scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8);}

.header-wrapper.header-main-scrolled{background:#0b0b0b; position:fixed; -webkit-box-shadow: 0px 4px 0px rgba(204, 204, 204, 0.4); -moz-box-shadow: 0px 4px 0px rgba(204, 204, 204, 0.4); box-shadow:  0px 4px 0px rgba(204, 204, 204, 0.4);}
.header-wrapper.header-main-scrolled .header-top{ }
.header-wrapper.header-main-scrolled .logo .logo-light { display:none;}
.header-wrapper.header-main-scrolled .logo .logo-dark { display: block;}


/*========== Main Navigation ==========*/
.navbar-header{float:none;}
.nav-right .navbar-header{float:right;}
.nav-left .navbar-header{float:left;}
.nav-left .p2p-nav{float:right;}
.nav-centered .navbar-header{float:none; text-align:center;}
.nav-centered .nav > li { display:inline-block;}
.nav-centered .navbar-nav > li { float:none;}
.nav-centered .p2p-nav{ width:100%; text-align:center;}

@media (min-width: 992px) {
  .navbar-nav > li > a {line-height: 100px; }  
  .header-wrapper.shrink .navbar-nav > li > a { line-height:60px;  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav > li > a { padding: 0 9px;}
  .navbar-nav > li > a {line-height: 100px;}
}

@media screen and (max-width: 767px) {
  .nav-right .navbar-header{float:none; width:100%; text-align:right;}
  .nav-left .navbar-header{float:none; width:100%; text-align:left;}
  .nav-right .navbar-toggle { left:0;}
  .nav-left .navbar-toggle { right:0; top:26px; }
  .nav-left .p2p-nav{float:none;}
  .header-main.header-main-scrolled { position:relative;}
  .header-wrapper.shrink .p2p-nav a { line-height:1.4;}
  .header-wrapper.shrink .nav-left .navbar-toggle { right:0; top:14px; }
}

.navbar, .navbar-nav{ margin:0; min-height:inherit;}
.navbar-collapse{ max-height:inherit; padding:0;}
.navbar-default{ background:none; border:none;}
.navbar-default .navbar-nav > li > a { color: #999898; font-family: 'PT Sans', sans-serif; font-size: 11px; font-weight: 400; text-transform:uppercase; text-decoration: none; letter-spacing: 0.21em;
} }

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus { color:#fff; }
.header-wrapper.header-main-scrolled .navbar-default .navbar-nav > li > a { color:#1c1c1c;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background:none; color:#ffffff;}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: transparent;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{text-decoration: none; background-color: none; color:#b5b2aa; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background: none; color:#ffffff !important;}

.navbar-toggle {position: absolute; cursor:pointer; width:48px; height:48px; font-size:18px; float: none; text-align:center; right:0;  margin: 0;  padding: 9px 10px; color:#fff;  border: none; -webkit-border-radius: 2px 2px 2px 2px ;-moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;}
.navbar-toggle:focus {outline: none;}
.navbar-toggle:after {content:'\f0c9'; font-family:FontAwesome;}

@media (min-width: 992px) {
  .navbar-nav > li > a {padding: 0 15px; line-height:60px; }  
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus { color:#fff!important; }

  .navbar-nav > li > a.current::before, 
  .navbar-nav > li > a.current::after, 
  .navbar-nav > li > a:hover::before, 
  .navbar-nav > li > a:focus::before, 
  .navbar-nav > li > a:hover::after, 
  .navbar-nav > li > a:focus::after, 
  .navbar-nav > li > a.highlighted:before, 
  .navbar-nav > li > a.highlighted:after { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px);}
}

.caret { display: inline-block; vertical-align: middle; -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}

/* Mega Menu */
.p2p-mega .nav,
.p2p-mega .collapse,
.p2p-mega .dropup,
.p2p-mega .dropdown {
  position: static;
}
.p2p-mega .container { width:780px;}
.p2p-mega .dropdown-menu {left: auto; margin: auto;}
.p2p-mega .nav.navbar-right .dropdown-menu {left: auto; right: 0;}
.p2p-mega .p2p-mega-content { padding:0px 15px;}
.p2p-mega .dropdown.p2p-mega-fw .dropdown-menu {left: auto; right: 0;}
.p2p-mega.nav-centered .dropdown.p2p-mega-fw .dropdown-menu{ left:0;right:0;}
.p2p-mega.nav-right .dropdown.p2p-mega-fw .dropdown-menu{ left:0;right:auto;}

/* Mega Menu Elements styling*/
/* lists */
.mega-menu-list{ list-style: none; margin:0; padding:0;}
.mega-menu-list > li {font-size: 13px;}
.mega-menu-list > li > a {color: #999898; display:block; padding: 4px 10px; font-weight:400; text-align:center; font-size:14px;letter-spacing: 0.1rem;-webkit-font-smoothing: antialiased;}
.mega-menu-list > li.active > a {color:#ffffff !important;}
.mega-menu-list > li > a:hover, .mega-menu-list > li > a:focus{color:#ffffff;}
.mega-menu-list .title-header{ font-size:16px; display:block; padding:0 10px 10px; color:#cca658; text-align:center; margin-bottom: 0px; line-height:14px; letter-spacing: 0.2em; -webkit-font-smoothing: antialiased;}
.mega-menu-list .title-header span{ font-size:10px; }
.p2p-nav h1, .p2p-nav h2, .p2p-nav h3, .p2p-nav h4, .p2p-nav h5, .p2p-nav h6{color:#8c8c8c; padding:10px 0;}


/* dropdowns */
.p2p-mega-fw .dropdown-menu { width:780px; background: #1e211f url("../image/mega-menu-bg.jpg") no-repeat; padding:60px 0; min-height: 334px; }
.dropdown-menu { padding: 0px; border:none; -webkit-border-radius: 0px 0px 2px 2px ;-moz-border-radius: 0px 0px 2px 2px; border-radius: 0px 0px 2px 2px; }
.dropdown-menu > li > a { background:#0b0b0b; color: #939597; font-size: 13px;  padding:12px 10px; font-weight:400;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { background:#000000; color: #fff;}
.dropdown-menu .divider{ background:#ececec;}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background-color:#262626; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #ffffff; background-color:#000; }


/* .open > .dropdown-menu { display:none;}  Uncomment for sliding menu effect */

/* Vertical Navigation */
.nav-stacked {}
.nav-stacked .dropdown-menu { position:relative; width:100%; }

.menu-separator { background:url(../image/menu-separator.png) no-repeat right; }


.p2p-mega-fw .dropdown-menu.brands {
	background:rgba(17,17,17,0.9);
}
.brand-menu { position:relative; }
.brand-menu h6 { color:#c9c6c0; font-size:13px; padding:0px; margin:0 0 13px 0; font-family: 'PT Sans', sans-serif; letter-spacing: 0.21em; -webkit-font-smoothing: antialiased;}
.brand-menu p { color:#999898; font-size:11px; margin:0; line-height:13px; font-family:'lora', serif; -webkit-font-smoothing: antialiased;letter-spacing: 0.21rem;}
.brand-menu a { color:#cca658; font-size:11px; margin:0; line-height:11px; font-family: 'PT Sans', sans-serif; letter-spacing: 0.21em; -webkit-font-smoothing: antialiased;}

.history-menu { position:absolute; top:13px; left:60px; }
.founder-menu { position:absolute; top:13px; left:262px; }
.awards-menu { position:absolute; top:13px; left:530px; }
.legacy-menu { position:absolute; top:120px; left:160px; }
.craftmanship-menu { position:absolute; top:120px; left:395px; }


/*========== Tooltips ==========*/

.o-tooltip{position:absolute;z-index:9999;display:block;visibility:visible;font-size:13px;}
.o-tooltip-inner{padding:15px 20px;color:#fff;text-align:center;text-decoration:none;}
.o-tooltip.bl,.o-tooltip.bc,.o-tooltip.br{margin-top:-12px}
.o-tooltip.ml{margin-left:12px}
.o-tooltip.tl,.o-tooltip.tc,.o-tooltip.tl,.o-tooltip.tr{margin-top:12px}
.o-tooltip.mr{margin-left:-12px}
.o-tooltip.bc .o-tooltip-arrow{left:50%;margin-left:-12px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid;}
.o-tooltip.mr .o-tooltip-arrow{top:50%;right:-12px;margin-top:-12px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid;}
.o-tooltip.tc .o-tooltip-arrow{left:50%;margin-left:-12px;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid;}
.o-tooltip.ml .o-tooltip-arrow{top:50%;left:-12px;margin-top:-12px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid;}
.o-tooltip.tl .o-tooltip-arrow{left:0;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-left:12px solid; }
.o-tooltip.bl .o-tooltip-arrow{left:0;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-left:12px solid; }
.o-tooltip.tr .o-tooltip-arrow{right:0;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-right:12px solid;}
.o-tooltip.br .o-tooltip-arrow{top:100%;right:0;margin-top:-13px;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-right:12px solid;}

/* Tooltip arrow bottom */
.o-tooltip.bl .o-tooltip-arrow,
.o-tooltip.bc .o-tooltip-arrow,
.o-tooltip.br .o-tooltip-arrow
{bottom:-11px;}
/* Tooltip arrow top */
.o-tooltip.tl .o-tooltip-arrow,
.o-tooltip.tc .o-tooltip-arrow,
.o-tooltip.tr .o-tooltip-arrow
{top:-12px;}

.o-tooltip-arrow{position:absolute;width:0;height:0;}
.o-tooltip-close{position:absolute;width:15px;height:15px;background:#137861;cursor:pointer;left:100%;margin-left:-15px;-webkit-border-top-right-radius: 2px;-webkit-border-bottom-left-radius: 2px;-moz-border-radius-topright: 2px;-moz-border-radius-bottomleft: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;}
.o-tooltip-close span{display:block;width:4px;height:4px;line-height:4px;font-size:10px;position:absolute;left:50%;top:50%;margin:-4px 0 0 -2px;color:#FFF;font-weight:bold;}

.o-tooltip.mr .o-tooltip-close,
.o-tooltip.tr .o-tooltip-close
{left:0px;margin:0;-webkit-border-top-left-radius: 3px;-webkit-border-bottom-right-radius: 1px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomright: 1px;border-top-left-radius: 3px;border-bottom-right-radius: 1px;}

.o-tooltip-inner { background-color: #e0bb68; color:#0b0b0b; }
.o-tooltip.bc .o-tooltip-arrow{border-top-color:#e0bb68;}
.o-tooltip.mr .o-tooltip-arrow{border-left-color:#e0bb68;}
.o-tooltip.tc .o-tooltip-arrow{border-bottom-color:#e0bb68;}
.o-tooltip.ml .o-tooltip-arrow{border-right-color:#e0bb68;}
.o-tooltip.tl .o-tooltip-arrow{border-left-color:#e0bb68; }
.o-tooltip.bl .o-tooltip-arrow{border-left-color:#e0bb68; }
.o-tooltip.tr .o-tooltip-arrow{border-right-color:#e0bb68;}
.o-tooltip.br .o-tooltip-arrow{border-right-color:#e0bb68;}


/*========== Bradcrumb ==========*/
.breadcrumb {    padding: 0px 15px; margin-bottom: 0px;}
.bradcrumb-wrapper { color:#58595B; text-align:center; padding:20px 0 0 0; letter-spacing: 0.15rem;font-family: 'PT Sans', sans-serif; }
.bradcrumb-wrapper a { color:#58595B; text-transform:capitalize; }



/*  15. Product View  */
/* 15a. Product Images */
.owl-carousel {
	background: none;
}
.owl-wrapper-outer {
	border: 0px solid #fff !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}

.owl-theme .owl-controls .owl-buttons div {
	background: none !important;
}
.owl-buttons {
	opacity: 1;
}
.slider-items-products .owl-buttons .owl-prev {
	position: absolute;
	right: 18px;
	top: -20.5%;
}
.slider-items-products .owl-buttons .owl-next {
	position: absolute;
	right: -10px;
	top: -20.5%;
}
.slider-items-products .owl-buttons .owl-prev a {
	background-position: 0 100%;
}
.slider-items-products .owl-buttons .owl-next a {
	background-position: 100% 100%;
	top: 50%;
	padding: 2px;
	border-left: 1px #ddd solid;
	background: none;
}
.slider-items-products .owl-buttons .owl-next a:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f105";
	text-transform: none;
	font-size: 32px;
	line-height: 12px;
}
.slider-items-products .owl-buttons .owl-prev a:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f104";
	text-transform: none;
	font-size: 32px;
	line-height: 16px;
}
.slider-items-products .owl-buttons a {
	display: block;
	height: 18px;
	margin: 0px 0 0 -30px;
	position: absolute;
	top: 50%;
	width: 30px;
	z-index: 5;
	color: #888;
	border: 0px #eaeaea solid;
	background: none;
}
.product-view {
	background: none repeat scroll 0 0 #fff;
	margin: 0 0px 20px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.product-view .product-img-box .product-image .product-flexslider {
	margin: 20px 2px 0px 0px;
}

.product-view .product-img-box .product-image .product-full img {
	width: 100%;
}

.product-view .product-img-box .product-image .owl-next {
	right: -32px;
	top: 37%;
}
.product-view .product-img-box .product-image .owl-next a, .product-view .product-img-box .product-image .owl-prev a {
	border: none;
	background: none;
}
.more-views .slider-items-products .owl-buttons .owl-next a:before, 
.more-views .slider-items-products .owl-buttons .owl-prev a:before {
	font-size: 24px;
}
.product-view .product-img-box .product-image .owl-prev {
	left: 0px;
	right: auto;
	top: 37%;
}
.product-view .product-img-box .product-image .more-views-items {
	margin: 0px 10px;
}

.product-essential {
	background-color: #FFFFFF;
}


.product-essential .product-image img {
	height: auto;
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 1px;
}

.outofstock{
    opacity: 0.3;
}


/*========== Buttons ==========*/
.btn { padding: 11px 28px; font-size: 14px; font-weight:normal; line-height:1; border: none; -webkit-border-radius: 2px 2px 2px 2px ;-moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; margin:0px; font-family: 'PT Sans', sans-serif; }
.btn:hover, .btn:focus { color: #8c8c8c;}
.btn:active, .btn.active {-webkit-box-shadow: none;  box-shadow: none;}

/*button default*/
.btn-default {color: #fff; background-color: #a1a0a0; border:none;}
.btn-default:hover,.btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {color: #fff; background-color: #888686;}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active{ background-color:#f0f0f0;}
/*alt*/
.btn-default.btn-alt {color: #999; border:2px solid; border-color:#ececec; background-color:transparent;}
.btn-default.btn-alt:hover,.btn-default.btn-alt:focus, .btn-default.btn-alt:active, .btn-default.btn-alt.active, .open .dropdown-toggle.btn-default.btn-alt {background-color: #ececec; border:2px solid; border-color:#ececec;}

/*button primary*/
.btn-primary { color: #ffffff; background-color:#161414; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #ffffff; background-color:#000000; }
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {background-color: #ff9966;}
.btn-primary .badge {  color: #428bca;  background-color: #ffffff;}
/*alt*/
.btn-primary.btn-alt {border:2px solid; background-color:transparent;}
.btn-primary.btn-alt:hover, .btn-primary.btn-alt:focus, .btn-primary.btn-alt:active, .btn-primary.btn-alt.active, .open .dropdown-toggle.btn-primary.btn-alt {color: #ffffff;   border:2px solid;}

/*button success*/
.btn-success {color: #ffffff; background-color: #9dd55d;}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {color: #ffffff; background-color: #8dbd0a;}
.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: #bbdb66;}
.btn-success .badge {color: #5cb85c; background-color: #ffffff;}
/*alt*/
.btn-success.btn-alt {color: #9dd55d; border:2px solid; border-color:#9dd55d; background-color:transparent;}
.btn-success.btn-alt:hover, .btn-success.btn-alt:focus, .btn-success.btn-alt:active, .btn-success.btn-alt.active, .open .dropdown-toggle.btn-success.btn-alt {color: #ffffff; background-color: #9dd55d; border:2px solid; border-color:#9dd55d;}

/*button info*/
.btn-info { color: #ffffff; background-color: #22d2d2;}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {color: #ffffff; background-color: #0cc0c0;}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active,
.btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {background-color: #66eeee;}
.btn-info .badge {color: #5bc0de; background-color: #ffffff;}
/*alt*/
.btn-info.btn-alt { color: #22d2d2; border:2px solid; border-color:#22d2d2; background-color:transparent;}
.btn-info.btn-alt:hover, .btn-info.btn-alt:focus, .btn-info.btn-alt:active, .btn-info.btn-alt.active, .open .dropdown-toggle.btn-info.btn-alt {color: #ffffff; background-color: #22d2d2; border:2px solid; border-color:#22d2d2;}

/*button warning*/
.btn-warning {color: #ffffff; background-color: #f4aa44;}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {color: #ffffff; background-color: #ee8820;}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {background-color: #ffcc99;}
.btn-warning .badge {color: #f0ad4e;  background-color: #ffffff;}
/*alt*/
.btn-warning.btn-alt {color: #f4aa44; border:2px solid; border-color:#f4aa44; background-color:transparent;}
.btn-warning.btn-alt:hover, .btn-warning.btn-alt:focus, .btn-warning.btn-alt:active, .btn-warning.btn-alt.active, .open .dropdown-toggle.btn-warning.btn-alt {color: #ffffff; background-color: #f4aa44; border:2px solid; border-color:#f4aa44;}

/*button danger*/
.btn-danger {color: #ffffff; background-color: #f33440;}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {color: #ffffff; background-color: #dd3333;}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {background-color: #ff9999;}
.btn-danger .badge {color: #d9534f; background-color: #ffffff;}
/*alt*/
.btn-danger.btn-alt {color: #f33440; border:2px solid; border-color:#f33440; background-color:transparent;}
.btn-danger.btn-alt:hover, .btn-danger.btn-alt:focus, .btn-danger.btn-alt:active, .btn-danger.btn-alt.active, .open .dropdown-toggle.btn-danger.btn-alt {color: #ffffff; background-color: #f33440; border:2px solid; border-color:#f33440;}

/*button white*/
.btn-white {color: #8c8c8c; background-color: #fff;}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {background-color: #ececec;}
.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active { color:#cccccc; background-color:#f5f5f5;}
.btn-white .badge {color: #d9534f; background-color: #ffffff;}
/*alt*/
.btn-white.btn-alt {color: #ffffff; border:2px solid; border-color:#fff; background-color:transparent;}
.btn-white.btn-alt:hover, .btn-white.btn-alt:focus, .btn-white.btn-alt:active, .btn-white.btn-alt.active, .open .dropdown-toggle.btn-white.btn-alt {color: #8c8c8c; background-color: #ffffff; border:2px solid; border-color:#ffffff;}

/*button dark*/
.btn-dark {color: #fff; background-color: #e0bb68;}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {background-color: #caa34c; color:#ffffff;}
.btn-dark.disabled, .btn-dark[disabled], fieldset[disabled] .btn-dark, .btn-dark.disabled:hover, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus, .btn-dark[disabled]:focus, fieldset[disabled] .btn-dark:focus, .btn-dark.disabled:active, .btn-dark[disabled]:active, fieldset[disabled] .btn-dark:active, .btn-dark.disabled.active, .btn-dark[disabled].active, fieldset[disabled] .btn-white.active { color:#cccccc; background-color:#f5f5f5;}
.btn-dark .badge {color: #d9534f; background-color: #1c1c1c;}
/*alt*/
.btn-dark.btn-alt {color: #1c1c1c; border:2px solid; border-color:#1c1c1c; background-color:transparent;}
.btn-dark.btn-alt:hover, .btn-dark.btn-alt:focus, .btn-dark.btn-alt:active, .btn-dark.btn-alt.active, .open .dropdown-toggle.btn-dark.btn-alt {color: #fff; background-color: #2c2c2c; border:2px solid; border-color:#2c2c2c;}


/*button sizes*/
.btn.btn-alt{padding:16px 28px;}
.btn-lg,.btn-group-lg > .btn { padding: 20px 48px; font-size: 18px;}
.btn-lg.btn-alt,.btn-group-lg > .btn.btn-alt {padding: 22px 46px;}
.btn-sm,.btn-group-sm > .btn {padding: 14px 20px; font-size: 14px;}
.btn-sm.btn-alt,.btn-group-sm > .btn.btn-alt {padding: 12px 18px;}
.btn-xs,.btn-group-xs > .btn { padding: 8px; font-size: 12px;}
.btn-xs.btn-alt,.btn-group-xs > .btn.btn-alt { padding: 6px 14px;}

/*===============================
========= Hero Wrapper ==========
===============================*/

.slider-wrapper{ background:#040404;  }

/*===============================
========= Our Collection ==========
===============================*/
.our-collection { position:relative; }
.our-collection img { position:absolute; top:0px; left:250px; }
.our-collection h3 { font-size:25px; font-weight:normal; color:#137f56; line-height:30px; text-align:center; margin-bottom:20px; font-family: 'PT Sans', sans-serif; letter-spacing: 0.21rem;-webkit-font-smoothing: antialiased;}
 
.collection-txt {
  margin:150px 0 150px 500px;
  text-align:center;
  position:relative;
 }
 .collection-txt p {
  font-family: 'lora', serif;
  color:#999898;
  letter-spacing: 0.01em;
 }
 .collection-txt a { font-family: 'PT Sans', sans-serif; font-style:normal; letter-spacing:0.21rem; color:#cca658;}
 

/*===============================
========= Inspiration ==========
===============================*/

.top-divider { background:url("../image/top-divider.png") no-repeat bottom center; height:7px; }
.bottom-divider { background:url("../image/bottom-divider.png") no-repeat top center; height:7px; }
.inspiration { padding:30px 0; }
.inspiration img { margin:10px 0;  }
.inspiration h3 { color:#cca658; font-size:25px; font-family: 'PT Sans', sans-serif; margin: 0;letter-spacing: 0.21rem; -webkit-font-smoothing: antialiased;}
.inspiration p { color:#cca658; font-family: 'lora', serif; letter-spacing: 0.01em; }

/*===============================
========= Right Collection ==========
===============================*/

.right-collection { position:relative; }
.right-collection img { position:absolute; top:0px; right:250px; }
.right-collection h3 { font-size:25px; font-weight:normal; color:#137f56; line-height:30px; text-align:center; margin-bottom:20px; font-family: 'PT Sans', sans-serif; letter-spacing: 0.21rem;-webkit-font-smoothing: antialiased;}

.right-collection .collection-txt {
  margin:150px 700px 150px 100px;
  text-align:center;
 }
.right-collection .collection-txt p {
  font-family: 'lora', serif;
  color:#999898;
  letter-spacing: 0.01em;
 }


/* ==============================
========= History Hero  =========
============================== */

.hero-wrapper { 
	background:url(../image/full-width-images/history.jpg) no-repeat top center / cover;
	min-height:540px; 
	position:relative;
}
.hero-wrappercraft { 
	background:url(../image/full-width-images/history.jpg) no-repeat top center / cover;
	min-height:540px; 
	position:relative;
}
.hero-wrappercraftfounders { 
	background:url(../image/full-width-images/founders.jpeg) no-repeat top center / cover;
	min-height:540px; 
	position:relative;
}

.hero-wrapper .collection-txt { 
	bottom: 80px;
    margin: 0;
    position: absolute;
    right: 300px;
    width: 200px;
}
.hero-wrapper .collection-txt h3 {
	color:#e0bb68;
	margin-bottom: 20px;
}
.hero-wrapper .collection-txt p {
	color:#fff;
}

.history p.lead {
	font-size:22px;
	text-align:right;
	color:#0b0b0b;
	font-family: AutoReg;
}
.history p {
	font-size:18px;
	text-align:center;
	margin-bottom:20px;
	color:#7f7e7c;
	font-family: AutoReg;
}
.sep-history {
	height:43px;
	background:url(../image/sep-history.jpg) no-repeat top center;
}

/*===============================
========== Back To Top ==========
===============================*/

.scrollup{ border:2px solid #ececec; color:#ececec; display: none; font-size: 26px; line-height:1.3; position: fixed; bottom:40px; right:10px; text-align: center; width: 40px; height:40px; z-index: 1100; }
.scrollup:hover, .scrollup:focus{border:2px solid;}

/*===============================
============= Forms =============
===============================*/
select {  height:auto; background-color:#fff; border: 1px solid #cecece; color:#7a7979;  -webkit-border-radius: 2px 2px 2px 2px ;-moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
.form-control { padding:8px 20px 8px 10px; height:auto; background-color:#fff; border: 1px solid #cecece; color:#7a7979; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 2px 2px 2px 2px ;-moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;}
.form-control:focus {-webkit-box-shadow: none; box-shadow: none;}
.form-group [class*="col-sm-"], .form-group [class*="col-md-"], .form-group [class*="col-lg-"] { margin-bottom:15px;}
.form-group [class*="col-sm-"]:last-child, .form-group [class*="col-md-"]:last-child, .form-group [class*="col-lg-"]:last-child { margin-bottom:0;}
.form-control::-moz-placeholder {color:#8c8c8c; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* Safari 1.x */ -khtml-opacity: 0.5; /* Modern browsers */opacity: 0.5;}
input { -webkit-border-radius: 2px !important;-moz-border-radius: 2px !important; border-radius: 2px !important; border:1px solid #ececec;}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {-webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0;border-radius:0;}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{-webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0;border-radius:0;}
.input-group-btn > .btn{ line-height:inherit; padding:9px 12px; z-index:3;}
.input-group > .form-control { padding-left:10px;}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { font-size:14px;}
.input-lg{ height: 46px;}

/*dark form*/
.dark-form{}


/* ==============================
======== Footer  styles  ========
============================== */

#footer { background: #0b0b0b; padding: 30px 0; }
#footer h3 { font-weight:bolder; color:#999898; font-size:12px; text-transform: uppercase; margin-bottom:0px; letter-spacing:0.1rem;}
#footer a { color:#999898; letter-spacing:0.1rem;}
#footer a:hover { color:#fff; }
#footer p { color: #999898;line-height:  inherit;letter-spacing: 0.1rem;-webkit-font-smoothing: antialiased; }
#footer .search-txt { background:none; url("../image/search-icon.png") color:#999898; width:100%; padding:3px 10px; border:1px solid #999898; border-radius:0px; }
#footer .search-btn { color:#C3C2C2; background:none; border:0px; }
#footer .copyright { color:#C3BEB2; font-size:12px; margin-top:70px;-webkit-font-smoothing: antialiased; }

/* ==============================
========= Social Icons  =========
============================== */

ul.social-link {
    margin-top: 10px;
}
ul.social-link li, 
ul.social-link li a, 
ul.nayax-links li, 
.instagram a {
    display: inline-block;
}
ul.social-link li a {
    background: #353535;
    border-radius: 18px;
    color: #0b0b0b;
    font-size: 15px;
    height: 30px;
    position: relative;
    width: 30px;
}
ul.social-link li a span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}
ul.social-link li a:hover span {
	border-radius: 30px;
	background:#e0bb68;
	height: 30px;
	width: 30px;
	top: -1px;
	left: -1px;
	right: 0;
	bottom: 0;
}
ul.social-link li a i {
	color: #0b0b0b;
	height: 100%;
	left: 0;
	line-height: 30px;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 10;
}
.ToolTip { background:#e0bb68; }

/*===============================
======== Product Details ========
===============================*/
.product-details{
    float: right;}
.product-details h2 {  font-size:18px; font-weight:normal; letter-spacing: 0.21rem;font-family: 'PT Sans', sans-serif;-webkit-font-smoothing: antialiased;}
 
.product-details p  { font-family: 'lora', serif; margin-bottom:20px; color: #999898;letter-spacing: 0.15rem;-webkit-font-smoothing: antialiased;
margin-bottom: 20px;}
.product-details pre  { font-family: 'lora', serif; margin-bottom:20px; color: #999898;letter-spacing: 0.15rem;-webkit-font-smoothing: antialiased;
    margin-bottom: 20px;  border:none; background-color: white; padding-left: 0px;}
.product-details .black-link a { color:#161414; padding: 0 10px 0 0; }
.product-details .black-link a:hover { color:#000000; }
.product-details .black-link a { color:#161414; padding: 0 10px 0 10px; }
.product-details .black-link  { color:#161414; padding: 0 10px 0 10px; }
.product-details .black-link  span { cursor:pointer; }
.product-details .black-link  a { cursor:pointer; }

.product-img { margin-bottom:20px; }

.product-img img { border:1px solid #d2d2d2; width:100%; margin-bottom:20px;  }
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    /*border: 1px solid #ddd;*/
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

/*===============================
======== Left Category ========
===============================*/
.list-categories li { border-bottom:1px solid #B5B2AA; line-height:42px; }
.list-categories li:first-child { border-bottom:0px solid #B5B2AA; }
.list-categories li ul li { border-bottom:1px solid #B5B2AA; }
.list-categories li ul li:first-child { border-bottom:1px solid #B5B2AA; }
.list-categories li ul { border-top:1px solid #B5B2AA; }
.list-categories li ul li a { padding-left:10px; }
.list-categories li a { color:#B5B2AA; }
.list-categories li a:hover { color:#231F20; }

/*===============================
======== Related Product ========
===============================*/
.title-header { font-size:22px; font-weight:normal; margin-bottom:20px; letter-spacing: 0.21rem;-webkit-font-smoothing: antialiased;}
.item-inner { margin-bottom:30px; }
.item-inner h2 { font-size:18px; font-weight:normal; }
.item-inner h3 { font-size:16px; font-weight:bold; color:#231F20; }
.item-inner h4 { font-size:16px;min-height: 50px; max-height:50px;letter-spacing: 0.15rem;font-family: 'PT Sans', sans-serif;-webkit-font-smoothing: antialiased;}
.item-inner p { font-family: 'lora', serif; color:#000000; }
.divider { background:url(../image/divider.jpg) no-repeat bottom center; height:4px; }

.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 5px 15px;
    position: relative;
}

.item-info h4 a {
	color: #B5B2AA;
}
.item-info p {
	min-height: 50px;
    max-height: 50px;
    overflow: hidden;
    letter-spacing: 0.15rem;
    -webkit-font-smoothing: antialiased;
}
.item-inner {
	position: relative;
	overflow: hidden;
}
.item-inner:hover {
	left: 0px;
	top: 0px;
}
.item-img {
    position: relative;
	border:1px solid #d2d2d2;
	margin-bottom:20px;
}
.item-img .item-img-info {
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
}
.item-img .item-img-info a.product-image {
	width: 100%;
	overflow: hidden;
	display: inline-block;
}
.item-img .item-img-info a.product-image img {
	width: 100%;
}
.item-img .item-img-info a.product-image img {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.item-img .item-img-info a.product-image:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.box-hover {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.box-hover {
	position: absolute;
	top: -115px;
	right:15px;
	float:right;
	/* bottom: -56px; */
	/* right: -100%; */
	/* text-align: right; */
	z-index: 10
}
.box-hover .add-to-links {
	margin: 0;
	list-style: none;
	padding: 0;
}
.box-hover .add-to-links li {
	margin: 0;
}
.box-hover .add-to-links li a {
	height: 36px;
	width:36px;
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	padding: 0;
	text-transform: uppercase;
	margin: 0;
	background: #555;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	cursor: pointer;
}
/*.box-hover .add-to-links li a:after {
	width: 34px;
	height: 34px;
	float: right;
	background: #555;
	content: "";
	text-align: center;
	font-family: FontAwesome;
	font-size: 11px;
	border-bottom: 1px rgba(255,255,255,0.2) solid
}*/
.box-hover .add-to-links li a:hover {
	font-size: 16px;
	background: #dfba67;
	color: #fff
}
.nopadding{
	margin-left: 0px!important;
}

/*.box-hover .add-to-links li a:hover:after {
	margin-right: 0px;
	background: #dfba67;
}
.item-inner .item-img .box-hover .add-to-links li a.link-wishlist:after {
	content: "\f004";
	font-size: 13px;
	font-weight: normal;
}
.item-inner .item-img .box-hover .add-to-links li a.link-compare:after {
	content: "\f005";
	font-size: 15px;
	font-weight: normal;
}
.item-inner .item-img .box-hover .add-to-links li a.link-quickview:after {
	content: "\f00e";
	font-size: 15px;
	font-weight: normal;
}*/
.item:hover .box-hover {
    position: absolute;
	float:right;
    top: 15px;
	right:0px;
    z-index: 10;
}
.item:hover .item-inner .item-info h4 a {
	color: #dfba67;
}


/*===============================
======== Checkout Table ========
===============================*/
.checkout table { margin-bottom:40px; }
thead td { background:#f5f5f5; color:#4d4d4d; }

/*===============================
========== Cart Table ==========
===============================*/
.cart table { margin:0px; }
.cart table.table-bordered {
    border: 1px solid #171717;
}
.cart table.table-bordered > tbody > tr > td, 
.cart table.table-bordered > tbody > tr > th, 
.cart table.table-bordered > tfoot > tr > td, 
.cart table.table-bordered > tfoot > tr > th, 
.cart table.table-bordered > thead > tr > td, 
.cart table.table-bordered > thead > tr > th {
    border: 1px solid #171717;
}
.cart thead td { background:#262626; color:#fff; }

.top-menu .dropdown-menu,
.btn-group .dropdown-menu { background:#0b0b0b; }
.top-menu .dropdown-menu a,
.btn-group .dropdown-men a { color:#e0bb68; }
.top-menu .dropdown-menu .text-right a { display:inline-block; }
.top-menu table td a {
    padding: 0px;
}
#top-links { margin-right:10px; }
.cart table td .fa {
    margin-right: 0px;
}
.cart td strong { color:#a3a3a3; font-weight:normal; }
.btn-group .btn-link {
    color:#b5b2aa;
	font-size:12px;
	text-align: initial;
}
.btn-group .btn-link:hover {
    color:#fff;
	text-decoration:none;
}
ul.list-inline li a { color:#999898; font-size:12px; letter-spacing:0.15rem;}
ul.list-inline li a:hover { color:#fff; }

/*===============================
========== Table CSS ==========
===============================*/
.events .table-bordered {
    border: 1px solid #959595;
}
.events .table-bordered > tbody > tr > td, 
.events .table-bordered > tbody > tr > th, 
.events .table-bordered > tfoot > tr > td, 
.events .table-bordered > tfoot > tr > th, 
.events .table-bordered > thead > tr > td, 
.events .table-bordered > thead > tr > th {
    border: 1px solid #959595;
	font-size:16px;
	text-align:center;
}
.events .table > thead > tr > th {
    border-bottom: 2px solid #959595;
    vertical-align: bottom;
	background:#ebebeb;
	text-transform:uppercase;
	color:#0b0b0b;
	font-size:16px;
}

/*===============================
========== Responsive Media Queries ==========
===============================*/

@media (min-width: 768px) and (max-width: 991px) {

	.page-wrapper.active {-webkit-transform: translate(-40%, 0px); -moz-transform: translate(-40%, 0px);  -o-transform: translate(-40%, 0px); -ms-transform: translate(-40%, 0px);
	 transform: translate(-40%, 0px);}
	.header-wrapper.active {-webkit-transform: translate(-40%, 0px); -moz-transform: translate(-40%, 0px); -o-transform: translate(-40%, 0px); -ms-transform: translate(-40%, 0px);
	 transform: translate(-40%, 0px); }
	.logo { max-width:135px;}	
	.p2p-nav { float:none;}
	
	/*===============================
	======== Our Collection =========
	===============================*/
	.our-collection img { position:absolute; top:0px; left:0px; }
	.collection-txt {
		margin:150px 0 150px 450px;
		text-align:center;
		width:200px;
	}
	
	/*===============================
	======= Right Collection ========
	===============================*/
	.right-collection img { position:absolute; top:0px; right:0px; }
	.right-collection .collection-txt {
		margin:150px 0px 150px 100px;
		text-align:center;
		width:200px;
	}
	
	/* ==============================
	========= History Hero  =========
	============================== */
	
	.hero-wrapper .collection-txt { 
		bottom: 70px;
		right: 80px;
	}
	.history p.lead {
		text-align: center; margin-bottom:20px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {

}
@media (max-width: 767px) {
	h1 {font-size: 48px; margin-top: 0;}
	h2 {font-size: 40px; margin-top: 0;}
	h3 {font-size: 32px; margin-top: 0;}
	h4 {font-size: 24px; margin-top: 0;}
	h5 {font-size: 18px; margin-top: 0;}
	h6 {font-size: 14px; margin-top: 0;}
	
	/*.header-wrapper{ position:absolute !important;} comment this for One Page Version  */
	.header-top-left{padding:0px;}
	.p2p-nav { float:none;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {background: rgb(28, 28, 28) !important; background: rgba(28, 28, 28, 0.9) !important; border:none;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {background: rgb(28, 28, 28) !important; background: rgba(28, 28, 28, 0.9) !important; border:none;}
	.header-wrapper.header-main-scrolled .navbar-default .navbar-collapse, .navbar-default .navbar-form {background: rgb(255, 255, 255) !important; background: rgba(255, 255, 255, 0.9) !important; border:none;}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a { padding:12px 25px;}
	.navbar-nav .open .dropdown-menu{ background:rgba(17,17,17,0.9); }
	.main-wrapper-header .breadcrumbs-wrapper { text-align:left;}
	.fancy-header .breadcrumbs-wrapper { text-align:center;}
	
	.p2p-mega-fw .dropdown-menu { width:100%!important; }
	.p2p-mega .container { width: 100%; }
	.nav-centered .nav > li { display: block; }
	
	.p2p-mega-fw .dropdown-menu.brands { padding: 20px 0 10px 0; min-height: auto; }
	.brand-menu { position:relative; }
	.history-menu { position:static; margin-bottom:10px; float:left; width:50%; }
	.founder-menu { position:static; margin-bottom:10px; float:left; width:50%; }
	.awards-menu { position:static; margin-bottom:10px; float:left; width:50%; }
	.legacy-menu { position:static; margin-bottom:10px; float:left; width:50%; }
	.craftmanship-menu { position:static; margin-bottom:10px; float:left; width:50%; }
	
	/* Section */
	.section,
	.section-full-screen-image .overlay-dark { padding: 6rem 0; }
	.section-full-screen-image { padding: 0; }
	
	.section-heading-container > h2, 
	.section-heading-container-left > h2, 
	.section-heading-container-right > h2 {
	  font-size: 38px;
	  line-height: 40px;
	}
	
	/*===============================
	======== Our Collection =========
	===============================*/
	.our-collection img { position:absolute; top:0px; left:-50px; width:220px; }
	.our-collection h3 { font-size:25px; line-height:30px; margin-bottom:12px; }
	.collection-txt { margin:84px 0px 60px 150px; width:184px; }
	.collection-txt p { line-height:18px; }

	/*===============================
	======= Right Collection ========
	===============================*/
	.right-collection img { position:absolute; top:20px; right:-50px;  width:220px; }
	.right-collection h3 { font-size:25px; line-height:30px; margin-bottom:12px; }
	.right-collection .collection-txt { margin:84px 100px 60px 20px; width:184px; }
	.right-collection .collection-txt p { line-height:18px; }
	
	/* ==============================
	========= History Hero  =========
	============================== */
	
	.hero-wrapper { min-height:340px; }
	.hero-wrapper .collection-txt { bottom: 20px; right: 20px; }
	.history p.lead { text-align:center; margin-bottom:10px; }

	/*===============================
	============ Footer =============
	===============================*/
	 #footer {  padding:20px 0; }
	 #footer ul { border-bottom:1px solid #232323; padding-bottom:20px; margin-bottom: 20px; }
	 .address { margin-bottom: 20px; }
	 #footer .copyright { margin-top: 20px; text-align:center; }
}

@media (max-width: 540px) {
	.mobile { display:none; }
	.top-menu li a { padding: 10px 1px; }
	
}

/* ====================================
=========Pull right sort label========
======================================= */
.pull-right label{
	font-weight: 400!important;
	color: #999898;
	margin: 0 5px;
}

.pull-right select{
  border: 0;
     outline: 1px solid #CCC;
     background-color: white;
     height:20px;
     
}
/* ============================================== */


/* ====================================
=========Login========
======================================= */
.well{
	background : #fff;
}
.form-horizontal .control-label{
	padding-top:0px!important;
}

/* ============================================== */

/* ====================================
=========footer========
======================================= */
.footerlist li{
	line-height: inherit;
	font-size:13px;
	-webkit-font-smoothing: antialiased;
}
.form-horizontal .control-label{
	padding-top:0px!important;
}

#qLpercentage{
	font-size: 20px!important;
	font-family:'lora', serif !important; 
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.21rem !important;
}

/* ============================================== */

/*===========cart quntity==========*/

@media (max-width: 420px) {
    .cart-quantity{ width:65px !important; }
}

.xzoom-container{
    text-align: center;
}
.xzoom-thumbs{
    display: inline-block;
}
.xzoom-thumbs .thumbnail{
    float:left;
}




