/*------------------------------------------------------------------
Theme Name: BLVCK
Version:	1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[TABLE OF CONTENTS]

	1. Global Styles
	2. Header Styles
	3. Navbar Styles
		3.1. Search Styles 
	4. Breadcrumbs 
	5. Page Header
	6. Checkout Styles
		6.1. Checkout - Aside styles
	7. Extras
	8. Footer Styles
	9. Cart Styles
	10. Login Styles 
	11. Contact Styles 
		11.1. Google Map Styles 
		11.2. Contact Info
		11.3. Contact Form
	12. Shop Styles
-------------------------------------------------------------------*/

/* 1. Global Styles */

body {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #404040;
	background: #f0f0f0;
	padding-top: 102px;
}

.body {
	width: 100%;
	overflow: hidden;
}

.home3 {
	padding: 0;
}

p {
	line-height: 21px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
	color: #404040;
	transition: .3s;
}

a:hover,
a:focus {
	color: #a49260;
	text-decoration: none;
	transition: .3s;
}

a:hover,
a:focus,
a:active,
input:focus, textarea:focus {
	outline:0;
}

/* 2. Header Styles */

header {
	height: 102px;
	background: #fff;
	padding: 42px 0;
	position: fixed;
	z-index: 88888888;
	top: 0;
	left: 0;
	right: 0;
}

.home3 header {
	position: relative;
}

.logo h1 {
	margin: 0;
	line-height: 17px;
}

.logo h1 a {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.4em;
}

.topbar {
	display: table;
	float: right;
	padding: 0px;
	margin: -9px 0 0;
}

.topbar li {
	list-style: none;
	float: left;
	margin-left: 41px;
	font-size: 11px;
	text-transform: uppercase;
	color: #858585;
	letter-spacing: 0.1em;
	position: relative;
	padding-top:10px;
	padding-bottom:10px;
}

.topbar li:before {
	content: "";
	background: url(../images/sep.png) no-repeat;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 13px;
	left: -22px;
}

.topbar li:first-child:before {
	display: none;
}

.topbar li a {
	color: #858585;
}

.topbar li a:hover {
	color: #a49260;
}

.tb-favorites {
	padding-left: 22px;
	background: url(../images/icon/heart.png) no-repeat center left;
}

.tb-cart {
	padding-left: 23px;
	background: url(../images/icon/cart.png) no-repeat center left;
}

.cart-dropdown {
	position: absolute;
	top: 45px;
	right: 0;
	background: #000;
	padding:5px 10px;
	border-radius: 3px;
	transition:.4s;
	opacity:0;
	visibility:hidden;
}

.cart-dropdown:after {
content: '';
position: absolute;
border-style: solid;
border-width: 0 6px 6px;
border-color: #000 transparent;
display: block;
width: 0;
z-index: 1;
top: -6px;
right: 20px;
}

.cart-dropdown a {
	padding: 10px 10px !important;
	display: table;
	border-bottom:1px solid #151515;
	width:100%;
}

.cart-dropdown a:nth-child(2) {
	border-bottom:none;
}

.tb-cart:hover {
	cursor:pointer;
}

.tb-cart:hover .cart-dropdown {
	position:absolute;
	top:40px;
	transition:.4s;
	opacity:1;
	visibility:visible;
}

/* 3. Navbar Styles */

.menu-trigger {
	width: 28px;
	margin-right: 28px;
	float: left;
	display: block;
	margin-top: 2px;
	cursor: pointer;
}

.mt1 {
	width: 28px;
	height: 2px;
	background: #050505;
	margin: 0 auto;
	margin-bottom: 6px;
	display: table;
	transition: .3s;
}

.mt2 {
	width: 28px;
	height: 2px;
	background: #050505;
	margin-bottom: 6px;
	display: table;
	opacity: 1;
	transition: .3s;
}

.mt3 {
	width: 28px;
	height: 2px;
	background: #050505;
	display: table;
	margin: 0 auto;
	transition: .3s;
}

.menu-trigger-active .mt2 {
	opacity: 0;
	transition: .3s;
}

.menu-trigger-active .mt1 {
	width: 24px;
	height: 2px;
	background: #050505;
	margin: 0 auto;
	margin-bottom: 6px;
	display: table;
	transition: .3s;
	transform: rotate(45deg);
	position: relative;
	top: 8px;
}

.menu-trigger-active .mt3 {
	width: 24px;
	height: 2px;
	background: #050505;
	display: table;
	margin: 0 auto;
	transition: .3s;
	transform: rotate(-45deg);
	position: relative;
	top: -8px;
}

nav {
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.05);
	box-shadow: 1px 2px 2px rgba(0,0,0,.05);
	height: 93px;
	border-top: 1px solid #ededed;
	position: fixed;
	top: 9px;
	left: 0;
	right: 0;
	z-index: 888888;
	transition: .4s;
}

.home3 nav {
	position: absolute;
}

.nav-active {
	top: 102px;
}

#cssmenu {
	position: relative;
	z-index: 999;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Raleway;
}

#cssmenu:after,
#cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu > ul > li {
	float: left;
}

#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right > ul > li {
	float: right;
}

#cssmenu > ul > li > a {
	padding: 40px 36px;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #050505;
}

#cssmenu > ul > li:first-child a {
	padding-left: 0;
}

#cssmenu > ul > li:last-child a {
	padding-right: 0 !important;
}

#cssmenu > ul > li:hover > a {
	color: #A49260;
}

#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	top: 92px;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu li:hover > ul {
	left: auto;
}

#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}

#cssmenu li:hover > ul > li {
	height: 50px;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul li a {
	border-bottom: 1px solid #242424;
	padding: 0px 20px;
	line-height: 49px;
	width: 190px;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	height: 50px;
	background: #050505;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
	color: #999;
}

#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}

#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}

@media all and (max-width: 1050px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {#cssmenu {
	width: 100%;
}

#cssmenu ul {
	width: 100%;
	display: none;
}

#cssmenu.align-center > ul {
	text-align: left;
}

#cssmenu ul li {
	width: 100%;
	border-top: 1px solid rgba(120, 120, 120, 0.2);
}

#cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
	height: auto;
}

#cssmenu ul li a,
  #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
}

#cssmenu > ul > li {
	float: none;
}

#cssmenu ul ul li a {
	padding-left: 25px;
}

#cssmenu ul ul ul li a {
	padding-left: 35px;
}

#cssmenu ul ul li a {
	color: #dddddd;
	background: none;
}

#cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
	color: #ffffff;
}

#cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}

#cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
	display: none;
}

#cssmenu #menu-button {
	display: block;
	padding: 17px;
	color: #dddddd;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

#cssmenu #menu-button:after {
	position: absolute;
	top: 22px;
	right: 17px;
	display: block;
	height: 4px;
	width: 20px;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	content: '';
}

#cssmenu #menu-button:before {
	position: absolute;
	top: 16px;
	right: 17px;
	display: block;
	height: 2px;
	width: 20px;
	background: #dddddd;
	content: '';
}

#cssmenu #menu-button.menu-opened:after {
	top: 23px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#cssmenu #menu-button.menu-opened:before {
	top: 23px;
	background: #ffffff;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(120, 120, 120, 0.2);
	height: 46px;
	width: 46px;
	cursor: pointer;
}

#cssmenu .submenu-button.submenu-opened {
	background: #262626;
}

#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px;
}

#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}

#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}

#cssmenu .submenu-button.submenu-opened:after {
	background: #ffffff;
}

#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
}

#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}

#cssmenu .submenu-button.submenu-opened:before {
	display: none;
}

}

/* 3.1. Search Styles */

.search input {
	background: transparent;
	border: none;
	width: 100%;
	height: 93px;
	padding: 20px 25px;
	padding-right: 50px;
	font-size: 13px;
}

.search button {
	position: absolute;
	top: 0;
	right: 20px;
	margin: 37px 0 0;
	width: 18px;
	height: 18px;
	display: table;
	border: none;
	background: url(../images/icon/search.png) no-repeat center center;
}


/* 4. Breadcrumbs */

.bcrumbs {
	border-bottom: 1px solid #fff;
	padding: 35px 0 18px;
}

.bcrumbs ul {
	padding: 0;
	margin: 0;
}

.bcrumbs li {
	float: left;
	list-style: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #9e9e9e;
	margin-right: 32px;
	position: relative;
}

.bcrumbs li:before {
	content: "/";
	font-size: 12px;
	color: #dedede;
	position: absolute;
	top: 0;
	right: -19px;
}

.bcrumbs li:last-child:before {
	display: none;
}

.bcrumbs li a {
	color: #6b6b6b;
}

.bcrumbs li a:hover {
	color: #a49260;
}

/* 5. Page Header */

.page_header {
	padding: 54px 0;
}

.page_header h3 {
	color: #050505;
	font-size: 80px;
	text-align: center;
	font-family: Merriweather;
	font-weight: 300;
}

/* 6. Checkout Styles */

.cc-info h4 {
	font-size: 36px;
	margin: 0;
	border-bottom: 3px solid #050505;
	text-transform: uppercase;
	font-weight: 300;
	font-style: italic;
	color: #050505;
	line-height: 27px;
	padding-bottom: 40px;
	font-family: Merriweather;
}

.cc-info form {
	margin-bottom: 80px;
}

.cc-info form .row, .contact-form .row {
	margin: 0;
}

.cc-info form .col-md-6, .contact-form .col-md-6 {
	padding: 0;
}

.cc-info form input, .contact-form input {
	height: 70px;
	border: none;
	border-top: 1px solid #050505;
	padding: 15px 10px;
	width: 100%;
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	color: #050505;
	letter-spacing: 0.05em;
}

.contact-form input {
	border: none;
	border-top: none;
}

.cc-info form input.input-left, .contact-form input.input-left {
	border-right: 1px solid #050505;
	padding: 15px 0px;
}

.cc-info form textarea, .contact-form textarea {
	height: 160px;
	border: none;
	border-bottom: 1px solid #050505;
	border-top: 1px solid #050505;
	padding: 25px 0px;
	width: 100%;
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	color: #050505;
	letter-spacing: 0.05em;
}

.cc-info form input::-webkit-input-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.cc-info form input:-moz-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.cc-info form input::-moz-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.cc-info form input:-ms-input-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.cc-info form textarea::-webkit-input-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.cc-info form textarea:-moz-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.cc-info form textarea::-moz-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.cc-info form textarea:-ms-input-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.contact-form input::-webkit-input-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.contact-form input:-moz-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.contact-form input::-moz-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.contact-form input:-ms-input-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.contact-form textarea::-webkit-input-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.contact-form textarea:-moz-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.contact-form textarea::-moz-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.contact-form textarea:-ms-input-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.cc-info h5 {
	font-size: 36px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-style: italic;
	color: #050505;
	line-height: 27px;
	font-family: Merriweather;
	margin-bottom: 80px;
}

.cc-info form input[type=radio] {
}

input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=radio].css-checkbox + label.css-rlabel {
	padding-left: 23px;
	height: 13px;
	display: inline-block;
	line-height: 14px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 400;
}

input[type=radio].css-checkbox:checked + label.css-rlabel {
	background-position: 0 -13px;
}

label.css-rlabel {
	background-image: url(../images/css-radio.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.payment-method .col-md-4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #050505;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.payment-method .col-md-4 p {
	font-family: Merriweather;
	font-size: 14px;
	color: #6b6b6b;
	text-transform: none;
	letter-spacing: 0;
	line-height: 28px;
	margin: 15px 0 45px;
}

.accept-terms {
	font-family: Merriweather;
	font-size: 12px;
	font-weight: 300;
	color: #050505;
	border-top: 1px solid #e0e0e0;
	min-width: 1115px;
	padding-top: 20px;
}

.accept-terms a {
	color: #a49260;
}

input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 23px;
	height: 13px;
	display: inline-block;
	line-height: 13px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 13px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -13px;
}

label.css-label {
	background-image: url(../images/css-cbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cc-address {
	display: table;
	float: right;
	position: relative;
	top: 5px;
	font-family: Merriweather;
	font-weight: 300;
	color: #050505;
}

.cc-address input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 13px;
	margin-left: 5px;
}

/* 6.1. Checkout - Aside styles */

aside {
	background: #fff;
	padding: 40px 20px !important;
}

aside table {
	width: 100%;
}

aside thead {
}

aside thead tr {
	padding-bottom: 15px;
	border-bottom: 25px solid transparent;
}

aside table thead th {
	font-size: 14px;
	color: #050505;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.1em;
}

aside table thead span {
	border-bottom: 1px solid #ededed;
	width: 100%;
	display: table;
	padding-bottom: 10px;
	height: 27px;
}

aside tbody {
}

aside table {
	width: 100%;
	margin: 50px 0;
	position: relative;
}

aside table:before {
	width: 100%;
	height: 1px;
	background: #ededed;
	position: absolute;
	content: "";
	top: -27px;
	left: 0;
	right: 0;
}

.no-border:before {
	display: none;
}

aside tbody td {
	font-size: 14px;
	color: #050505;
	font-family: Merriweather;
	line-height: 45px;
}

aside tbody td span {
	color: #858585;
	margin-left: 2px;
}

.uppercase {
	text-transform: uppercase;
}

aside table thead tr th:nth-child(2),
aside table tbody tr td:nth-child(2) {
	text-align: right;
}

aside h5 {
	font-family: Merriweather;
	font-size: 24px;
	color: #050505;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	margin: 0 0 70px;
}

/* 7. Extras */

.space10 {
	margin-top: 10px;
}

.space20 {
	margin-top: 20px;
}

.space30 {
	margin-top: 30px;
}

.space37 {
	margin-top: 37px;
}

.space40 {
	margin-top: 40px;
}

.space50 {
	margin-top: 50px;
}

.space60 {
	margin-top: 60px;
}

.space70 {
	margin-top: 70px;
}

.space80 {
	margin-top: 80px;
}

.space90 {
	margin-top: 90px;
}

.space100 {
	margin-top: 100px;
}

.btn1 {
	height: 40px;
	width: 100%;
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
	font-family: Merriweather;
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 300;
	background: #a49260;
	letter-spacing: 0.1em;
	display: table;
	color: #fff;
	border: 1px solid #a49260;
}

.btn2 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 40px;
	font-family: Merriweather;
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 300;
	background: #a49260;
	letter-spacing: 0.1em;
	display: table;
	color: #fff;
	border: 1px solid #a49260;
}

.btn-center {
	margin: 0 auto;
}

.btn1 i {
	font-size: 16px;
	margin-left: 15px;
}

.btn2 i {
	font-size: 16px;
	margin-left: 15px;
}

.btn1:hover, .btn2:hover {
	background: transparent;
	color: #a49260;
	border: 1px solid #a49260;
}

.reduce-margin-10 {
	margin-top: -10px;
}

.reduce-margin-30 {
	margin-top: -30px;
}

/* 8. Footer Styles */

footer {
	padding: 80px 0 40px;
	background: #050505;
}

.footer-widget h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9e9e9e;
	border-bottom: 1px solid #3d3d3d;
	padding-bottom: 20px;
	margin: 0 0 35px;
	letter-spacing: 0.1em;
}

.footer-widget h5 {
	letter-spacing: 0.1em;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 12px;
}

.footer-widget span em {
	font-style: normal;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px 0px 12px;
	display: table;
	width: 100%;
	padding: 0;
	line-height: 13px;
}

.footer-widget span {
	margin-bottom: 40px;
	font-size: 14px;
	color: #b8b8b8;
	line-height: 24px;
	display: table;
	width: 100%;
}

.footer-links {
	padding: 0;
	margin-bottom: 40px;
}

.footer-links li {
	list-style: none;
	font-size: 14px;
	color: #b8b8b8;
	line-height: 24px;
	display: table;
	width: 100%;
}

.footer-links li a {
	color: #b8b8b8;
}

.footer-links li a:hover {
	color: #a49260;
}

.footer-map a {
	font-size: 14px;
	text-transform: uppercase;
	color: #b8b8b8;
	height: 70px;
	border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;
	line-height: 68px;
	color: #b8b8b8;
	display: table;
	width: 100%;
	background: url(../images/icon/marker.png) no-repeat left;
	padding-left: 55px;
	background-position: 12px 50%;
	letter-spacing: 0.05em;
}

.footer-map a:hover {
	color: #a49260;
}

.footer-widget p {
	margin-bottom: 40px;
	font-size: 14px;
	color: #b8b8b8;
	line-height: 24px;
	display: table;
	width: 100%;
}

/* 9. Cart Styles */

.cart-table {
	width: 100%;
}

.cart-table tbody tr {
	background: #fff;
	border: none;
}

.cart-table thead th span {
	font-size: 14px;
	text-transform: uppercase;
	color: #050505;
	margin: 0px 0px 20px;
	display: table;
	width: 100%;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-size: 13px;
}

.cart-table thead th:nth-child(2) span {
	margin: 0px 20px 20px;
	text-align: left;
}

.cart-table thead th:nth-child(5) span {
	text-align: right;
	margin-right: 0 !important;
	margin-left: 0;
}

.cart-table tbody tr td img {
	width: 100%;
}

.cart-table tbody tr td:nth-child(1) {
	width: 190px;
}

.cart-table tbody tr td:nth-child(2) {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #525252;
	letter-spacing: 0.1em;
	padding: 0;
	padding-left: 20px;
	width: 35%;
}

.cart-table tbody tr td:nth-child(3) {
	width: 19%;
}

.cart-table tbody tr td:nth-child(4) {
	text-align: center;
	width: 20%;
}

.cart-table tbody tr td:nth-child(5) {
	text-align: center;
	width: 4%;
}

.close-cart {
	width: 10px;
	height: 10px;
	background: url(../images/icon/cross.png) no-repeat center;
	display: table;
	margin: 0 auto;
	cursor: pointer;
}

.close-cart:hover {
	background: url(../images/icon/cross-hr.png) no-repeat center;
}

.cart-table tbody tr td:nth-child(3) form {
	margin-bottom: 1px;
}

.cart-table tbody tr td:nth-child(3) input[type=text] {
	float: left;
	width: 20px;
	padding: 3px 0px 0px;
	text-align: center;
	background: transparent;
	height: 35px;
	border: none;
	font-size: 13px;
	margin: 0 auto;
	font-weight: 600;
	color: #6b6b6b;
}

.cart-table tbody tr td:nth-child(3) form div {
	overflow: hidden;
	display: table;
	margin: 0 auto;
}

.cart-table tbody tr td:nth-child(3) .button {
	margin: 12px 0 0 5px;
	text-indent: -9999px;
	cursor: pointer;
	width: 5px;
	height: 8px;
	float: left;
	text-align: center;
	background: url(../images/buttons.png) no-repeat center top;
	font-size: 0px;
}

.cart-table tbody tr td:nth-child(3) .dec {
	background: url(../images/buttons.png) no-repeat center bottom;
	position: relative;
	right: 10px;
	top: 8px;
}

.spacer {
	height: 20px;
	background:#f0f0f0 !important;
}

.spacer td {
	opacity:0;
}

/* 10. Login Styles */

.logreg-content .container {
	width: 100%;
	padding: 0;
}

.logreg-content h4 {
	font-size: 36px;
	margin: 0;
	border-bottom: 3px solid #050505;
	font-weight: 300;
	font-style: italic;
	color: #050505;
	line-height: 27px;
	padding-bottom: 40px;
	font-family: Merriweather;
	text-align: center;
}

.login-content {
	padding: 325px 0px 325px;
	padding-right: 95px;
	background: #fff;
}

.register-content {
	padding: 325px 0px 325px;
	padding-left: 95px;
	background: #f0f0f0;
}

.logreg-content form input {
	height: 70px;
	border: none;
	border-bottom: 1px solid #050505;
	padding: 15px 0px;
	width: 100%;
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	color: #050505;
	letter-spacing: 0.05em;
}

.logreg-content form input::-webkit-input-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.logreg-content form input:-moz-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.logreg-content form input::-moz-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.logreg-content form input:-ms-input-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.logreg-content form textarea::-webkit-input-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.logreg-content form textarea:-moz-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.logreg-content form textarea::-moz-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.logreg-content form textarea:-ms-input-placeholder {
	color: #050505 !important;
	opacity: 1 !important;
}

.logreg-content p {
	font-family: Merriweather;
	font-size: 12px;
	font-weight: 300;
	color: #050505;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

.logreg-content a {
	color: #a49260;
}

/* 11. Contact Styles */

/* 11.1. Google Map Styles */

#google-map {
	position: relative;
}

.gmap {
	padding: 0px;
	height: 490;
}

.gmap div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map {
	display: block;
	width: 100%;
	height: 490px;
	margin: 0 auto;
}

#map.large {
	height: 490px;
}

#map img {
	max-width: none !important;
	height: auto;
}

.gmap1 {
	padding: 0px;
	height: 975px;
}

.gmap1 div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map1 {
	display: block;
	width: 100%;
	height: 975px;
	margin: 0 auto;
}

#map1.large {
	height: 975px;
}

#map1 img {
	max-width: none;
	height: auto;
}

/* 11.2. Contact Info */

.overlay {
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0.8;
}

.overlay1 {
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0.3;
}

.overlay2 {
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0.4;
}

.map-address {
	width: 309px;
	height: 302px;
	border: 3px solid #a49260;
	margin: 0 auto;
	position: absolute;
	z-index: 888;
	top: 94px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 75px 0 0;
}

.map-address h5 {
	font-size: 36px;
	margin: 0;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	line-height: 27px;
	padding-bottom: 25px;
	font-family: Merriweather;
}

.map-address p {
	font-size: 18px;
	margin: 0;
	font-weight: 300;
	font-style: italic;
	color: #999;
	line-height: 30px;
	padding-bottom: 40px;
	font-family: Merriweather;
}

/* 11.3. Contact Form */

#cform {
	padding: 55px 0;
}

#cform h4 {
	font-size: 36px;
	margin: 0;
	border-bottom: 3px solid #050505;
	font-weight: 300;
	font-style: italic;
	color: #050505;
	line-height: 27px;
	padding-bottom: 40px;
	font-family: Merriweather;
	text-align: center;
}

.contact-form {
	width: 610px;
	margin: 0 auto;
}

.contact-form2 {
	width: 100%;
}

#contact2 {
	background: #fff;
}

.cform .col-md-11 {
	padding-left: 120px;
}

.map-address2 {
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 80px;
	padding: 100px 0 32px;
}

.map-address2 h5 {
	font-size: 36px;
	margin: 0;
	font-weight: 300;
	font-style: italic;
	color: #050505;
	line-height: 27px;
	padding-bottom: 25px;
	font-family: Merriweather;
}

.map-address2 p {
	font-size: 18px;
	margin: 0;
	font-weight: 300;
	font-style: italic;
	color: #6b6b6b;
	line-height: 30px;
	padding-bottom: 40px;
	font-family: Merriweather;
}

.contact-content2 .row {
	margin: 0;
}

.contact-content2 .col-md-6 {
	padding: 0;
}

.statusMessage,.successmessage,.errormessage {
	display: none;
	margin: auto;
	width: 100%;
	height: auto;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 auto;
	padding: 30px;
}

.statusMessage p {
	margin: 0;
	color: #888;
}

.successmessage p {
	margin: 0;
	color: #888;
}

.success-ico {
	background: url(../images/success.png) no-repeat;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: -6px;
}

.error-ico {
	background: url(../images/error.png) no-repeat;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: -5px;
}

.errormessage p {
	margin: 0;
	color: #888;
}

/* 12. Shop Styles */

#list, .list {
	padding: 0;
	margin: 0 -11px;
}

#list li, .list li {
	float: left;
	list-style: none;
	width: 16.66666%;
	padding: 0 10px;
}

.product-image {
	position: relative;
	overflow: hidden;
}

.product-name {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #525252;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 18px auto 0px;
	line-height: 24px;
	position: relative;
	display: table;
}

.product-name a {
	color: #525252;
	position: relative;
}

.product-name:before {
	content: "";
	background: transparent;
	height: 1px;
	width: 0%;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	transition: .6s;
}

.product-name a:before {
	content: "";
	background: transparent;
	height: 1px;
	width: 0%;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	transition: .6s;
}

.product-name:hover:before {
	content: "";
	background: #e0e0e0;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	transition: .6s;
}

.product-name:hover a:before {
	content: "";
	background: #e0e0e0;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	transition: .6s;
}

.product-price {
	font-family: Merriweather;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	color: #a49260;
	text-align: center;
	margin: 0 0 35px;
}

.product-info {
	height: 105px;
}

.splitter {
	padding: 0;
	display: table;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	margin: 40px 0;
}

.splitter-inner {
	float: left;
	list-style: none;
	position: relative;
	margin-right: 40px;
	padding-bottom: 9px;
	cursor: pointer;
}

.splitter-inner div.trigger {
background: none repeat scroll 0% 0% transparent;
border: none !important;
height: 30px !important;
padding: 6px 13px 0px 0px !important;
font-size: 12px !important;
text-transform: uppercase;
color: #6B6B6B !important;
font-weight: 400 !important;
}

.splitter-inner .fancy-select div.trigger:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 0px;
	transition: all 0.4s ease 0s;
	border-width: 4px 2px 4px 4px;
	border-style: solid;
	border-color: #6B6B6B transparent transparent;
}

.splitter-inner .fancy-select div.trigger.open:after {
	content: "";
	position: absolute;
	top: 9px;
	right: 0px;
}

.splitter-inner .fancy-select ul.options li {
	padding: 9px 15px;
	margin: 0px;
	width: 100%;
}

.splitter-inner .fancy-select ul.options {
	position: absolute;
	top: 52px;
}

.splitter-inner .fancy-select ul.options.open {
	top: 40px;
}

.sort-count {
	padding: 0px;
	display: table;
	float: right;
	margin: -76px 0 0;
}

.sort-count li {
	list-style: none;
	float: left;
	font-size: 12px;
	color: #6b6b6b;
	position: relative;
	margin-left: 30px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.sort-count li a {
	color: #9e9e9e;
}

.sort-count li a:hover {
	color: #6b6b6b;
}

.sort-count li:before {
	content: "/";
	color: #d6ddde;
	position: absolute;
	top: 0;
	left: -18px;
}

.sort-count li:first-child:before ,
.sort-count li:nth-child(2):before {
	display: none;
}

.sort-count li:nth-child(2) {
	margin-left: 10px;
}

.splitter li:hover em {
	color: #9e9e9e;
}

.page_nav ul {
	display: table;
	margin: 40px auto 0;
	padding: 0;
}

.page_nav ul li {
	float: left;
	margin: 0 1px;
	list-style: none;
}

.page_nav ul li a {
	line-height: 39px;
	padding: 0 15px;
	background: transparent;
	display: table;
	color: #6b6b6b;
	font-size: 16px;
	font-weight: 600;
}

.page_nav ul li.active a ,
.page_nav ul li a:hover {
	background: #050505;
	color: #fff;
}

.prev a , .next a {
	background: #e8e8e8 !important;
	padding: 0 10px;
	font-family: Merriweather;
	font-size: 14px;
	font-style: italic;
	color: #6b6b6b;
	font-weight: 300 !important;
	opacity: 0.5;
}

.prev a:hover , .next a:hover {
	opacity: 1;
	color: #6b6b6b !important;
}

.prev {
	margin-right: 39px !important;
}

.next {
	margin-left: 40px !important;
}

#related-products h5 {
	font-size: 36px;
	margin: 0;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	color: #050505;
	line-height: 27px;
	padding-bottom: 40px;
	font-family: Merriweather;
}

.shop-single h3 {
	color: #050505;
	font-size: 80px;
	text-align: center;
	font-family: Merriweather;
	font-weight: 300;
	margin: 75px 0 65px;
}

.ss-content {
	padding: 40px 0;
	background: #fff;
}

#owl-demo .owl-prev {
	opacity: 1 !important;
	border-radius: 0 !important;
	position: relative;
	font-size: 0px !important;
	background: transparent !important;
	float: left;
}

#owl-demo .owl-next {
	position: relative;
	opacity: 1 !important;
	border-radius: 0 !important;
	font-size: 0px !important;
	background: transparent !important;
	float: right;
}

#owl-demo .owl-prev:before {
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 28px;
	color: #050505;
	position: absolute;
	top: -17.5px;
	left: -60px;
}

#owl-demo .owl-next:before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 28px;
	color: #050505;
	position: absolute;
	top: -17.5px;
	right: 20px;
}

#owl-demo .owl-controls {
	background: transparent;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

#owl-demo .owl-prev:hover:before ,
#owl-demo .owl-next:hover:before {
	color: #6b6b6b;
}

.shop-meta {
	padding: 0;
	display: table;
	margin: 87px auto 0;
}

.shop-meta li {
	float: left;
	margin: 0 20px;
	list-style: none;
}

.shop-meta .fancy-select div.trigger {
	background: transparent;
	border: none;
	height: 30px;
	padding: 6px 13px 0 0px !important;
	font-size: 12px;
	text-transform: uppercase;
	color: #6b6b6b;
	font-weight: 400;
}

.shop-meta .fancy-select div.trigger:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 0px;
	transition: all 0.4s ease 0s;
	border-width: 4px 2px 4px 4px;
	border-style: solid;
	border-color: #6b6b6b transparent transparent;
}

.shop-meta .fancy-select div.trigger.open:after {
	content: "";
	position: absolute;
	top: 9px;
	right: 0px;
}

.shop-meta .fancy-select ul.options li {
	padding: 9px 15px;
	margin: 0px;
	width: 100%;
}

.shop-meta .fancy-select ul.options {
	position: absolute;
	top: 42px;
}

.shop-meta .fancy-select ul.options.open {
	top: 30px;
}

.ss-price {
	font-family: Merriweather;
	font-size: 24px;
	font-style: italic;
	text-transform: uppercase;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 20px;
	color: #a49260;
	display: table;
	margin: 30px auto 40px;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.ss-price span {
	text-decoration: line-through;
	color: #bdbdbd;
	margin-right: 30px;
}

.ss-inner p {
	font-family: Merriweather;
	font-size: 18px;
	font-style: italic;
	color: #6b6b6b;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	margin: 30px 0 50px;
	padding: 0 5%;
}

.ss-favorites a {
	font-size: 14px;
	text-transform: uppercase;
	color: #b8b8b8;
	height: 70px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	line-height: 68px;
	color: #6b6b6b;
	display: table;
	background: url(../images/icon/heart-big.png) no-repeat left;
	padding-left: 55px;
	background-position: 12px 50%;
	margin: 0 auto;
	letter-spacing: 0.05em;
}

.ss-favorites a:hover {
	color: #a49260;
}

.addthis_native_toolbox {
	display: table;
	margin: 0 auto;
}

.tabs-menu {
	float: left;
	clear: both;
	margin: 0 0 -1px;
	padding: 0;
}

.tabs-menu li {
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 20px;
	background-color: transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}

.tabs-menu li.current {
	position: relative;
	background-color: #fff;
	border-color: #e0e0e0;
	border-bottom: 1px solid #fff;
	z-index: 5;
}

.tabs-menu li a {
	padding: 20px;
	text-transform: uppercase;
	text-decoration: none;
	display: table;
	font-size: 14px;
	text-transform: uppercase;
	color: #9e9e9e;
	letter-spacing: 0.1em;
}

.tabs-menu .current a {
	color: #050505;
}

.tab {
	border: 1px solid #e0e0e0;
	background-color: #fff;
	float: left;
	margin-bottom: 0px;
	width: 100%;
}

.tab-content {
	width: 100%;
	padding: 40px;
	display: none;
}

.tab-content p {
	line-height: 28px;
	font-family: Merriweather;
	font-size: 14px;
	color: #050505;
}

.dot-list {
	padding: 0px;
	margin: 0;
}

.dot-list li {
	list-style: none;
	font-family: Merriweather;
	font-size: 14px;
	color: #050505;
	line-height: 36px;
	padding-left: 20px;
	position: relative;
}

.dot-list li:before {
	height: 4px;
	border-radius: 50%;
	background: none repeat scroll 0% 0% #050505;
	content: "";
	position: absolute;
	top: 16px;
	left: 0;
	width: 4px;
}

#tab-1 {
	display: block;
}

.shop-tabs {
	margin: 80px auto;
}

.rating {
	margin: -8px 0px 10px;
	display: table;
}

.rating i {
	margin-right: 3px;
	font-size: 13px;
}

.rating .yes {
	color: #f8d800;
}

.rating .no {
	color: #d2d2d2;
}

.tab-content h3 {
	font-size: 28px;
	margin: 0;
	border-bottom: 3px solid #050505;
	font-weight: 300;
	font-style: italic;
	color: #050505;
	line-height: 27px;
	padding-bottom: 25px;
	font-family: Merriweather;
	text-align: left;
}

.reviews-wrap p {
	font-style: italic;
}

.reviews-wrap .uppercase {
	text-transform: none;
	font-style: normal;
	font-size: 15px;
	font-family: Raleway;
	letter-spacing: 0.1em;
}

.quick-view {
	background: #a49260;
	padding: 0 10px;
	line-height: 23px;
	position: absolute;
	display: table;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -23px;
	font-family: Merriweather;
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	transition: .3s;
	cursor: pointer;
	z-index:55;
}

#list li:hover, .list li:hover  {
	cursor: pointer;
}

#list li:hover .quick-view , .list li:hover .quick-view {
	transition: .3s;
	bottom: 0;
}

.home-products .item:hover .quick-view {
	transition: .3s;
	bottom: 0;
}

.intro {
	background: url(../images/bg_1.jpg) no-repeat center top;
	background-size: auto 100%;
	padding: 213px 0;
}

.intro h2 {
	border: 10px solid #FFF;
	width: 491px;
	padding: 37px 60px 37px;
	margin: 0px auto;
	font-size: 100px;
	font-weight: 900;
	color: #FFF;
	line-height: 118px;
	letter-spacing: 27px;
	padding-right: 0;
}

.intro h2 span {
	margin-left: 15px;
}

.header-wrap {
	position: relative;
	z-index:9999999;
}

.home-blog {
	padding: 100px 0 80px;
	border-bottom: 1px solid #e0e0e0;
}

.hb-inner {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.hb-inner h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #050505;
	letter-spacing: 0.1em;
	margin: 37px 0 29px;
	text-align: center;
	padding: 0 40px;
}

.hb-inner h4 a {
	color: #050505;
}

.hb-inner h4 a:hover {
	color: #a49260;
}

.hb-inner p {
	padding: 0 40px 34px;
	margin: 0;
	display: table;
	line-height: 28px;
	font-family: Merriweather;
	font-size: 14px;
	color: #525252;
	font-weight: 300;
}

.home-blog .row {
	margin: 0 -10px;
}

.home-blog .col-md-6 {
	padding: 0 10px;
}

.hb-inner-thumb {
	position: relative;
	overflow:hidden;
}

.hb-inner-thumb img {
	width: 100%;
	transform:scale(1,1);
	transition:.4s;
	opacity:1;
}

.date {
	width: 70px;
	height: 70px;
	background: #050505;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 36px;
	text-align: center;
	line-height: 28px;
	padding: 12px 0 0;
}

.date span {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	text-align: center;
}

.blog-overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	opacity:0;
	visibility:hidden;
	transition:.3s;
}

.blog-overlay a {
height: 50px;
border: 2px solid #000;
line-height: 48px;
display: table-cell;
position: absolute;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
margin: auto;
width: 202px;
color: #000;
text-transform: uppercase;
font-size: 13px;
letter-spacing: -0.2em;
text-align: center;
transition:.3s;
}

.blog-overlay a:hover {
	background:#000;
	color: #fff;
}

.hb-inner:hover .hb-inner-thumb img {
transform:scale(1.15,1.15);
transition:.4s;
opacity:0.6;
}

.hb-inner:hover .blog-overlay {
	opacity:1;
	visibility:visible;
	transition:.3s;
}

.hb-inner:hover .blog-overlay a {
	transition:.5s;
	letter-spacing: 0.2em;
}

.services {
	padding: 104px 0 95px;
	border-bottom: 1px solid #e0e0e0;
}

.services .row {
	margin: 0 -10px;
}

.services .col-md-2 {
	padding: 0 10px;
}

.services img {
	display: table;
	margin: 0 auto;
}

.services h4 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 21px 0 48px;
	position: relative;
}

.services h4:before {
	content: "";
	width: 20px;
	height: 2px;
	background: #a49260;
	position: absolute;
	bottom: 17px;
	right: 0px;
	left: 0px;
	margin: 0 auto;
}

.services p {
	font-family: Merriweather;
	font-size: 12px;
	color: #050505;
	margin: 0;
	font-weight: 300;
	line-height: 18px;
	text-align: center;
}

.lookbook {
	padding: 104px 0 98px;
	border-bottom: 1px solid #e0e0e0;
}

.lookbook h3 {
	font-size: 36px;
	margin: 0;
	font-weight: 300;
	font-style: italic;
	color: #050505;
	line-height: 27px;
	padding-bottom: 35px;
	font-family: Merriweather;
	text-align: center;
}

.lookbook .row {
	margin: 0 -10px;
}

.lookbook .col-md-3 {
	padding: 0 10px;
}

.lookbook h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #525252;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	margin: 40px 0 0;
}

.lookbook-filter ul {
	margin: 0 auto 85px;
	display: table;
	padding: 0;
}

.lookbook-filter li {
	float: left;
	list-style: none;
	position: relative;
	margin: 0 20.5px;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.lookbook-filter li:before {
	width: 1px;
	height: 100%;
	content: "";
	background: #c7c7c7;
	position: absolute;
	top: 4px;
	right: -20px;
	height: 11px;
}

.lookbook-filter li:last-child:before {
	display: none;
}

.lookbook-filter li a:before {
	content: "";
	background: transparent;
	height: 1px;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
}

.lookbook-filter li a {
	color: #000;
	position: relative;
	cursor: pointer;
}

.lookbook-filter li a.active:before {
	background: #161616;
	content: "";
}

#sort1, #sort2, #sort3, #sort4 {
	transition: 0.5s;
}

.clients {
	padding: 80px 0px 112px;
}

.clients ul {
	padding: 0;
}

.clients li {
	float: left;
	list-style: none;
	margin-right: 7%;
}

.clients li:last-child {
	margin-right: 0px;
}

.clients img {
	transition: .3s;
	transform: scale(1,1);
}

.clients img:hover {
	transition: .3s;
	transform: scale(1.1,1.1);
}

.img-left {
	float: left;
	display: table;
}

.img-center {
	float: none;
	display: table;
	margin: 0 auto;
}

.img-right {
	float: right;
	display: table;
}

.header-wrap {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	z-index:9999999;
}

.home-blocks {
	padding: 0 0 80px;
}

.home-blocks .col-md-12 {
	margin-bottom: 20px;
}

.home-blocks .col-md-4 {
	margin-bottom: 20px;
	padding: 0 10px;
}

.home-blocks .row .row {
	margin: 0;
	padding: 0 10px;
}

.hb-thumb {
	position: relative;
	transition:.3s;
	overflow:hidden;
}

.hb-thumb img {
	transition:.3s;
}

.hb-thumb:hover {
cursor:pointer;
}

.hb-thumb:hover img {
	transform:scale(1.1);
	transition:.3s;
}

.hb-overlay {
	text-align: center;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 52px;
	bottom: 0;
	margin: auto;
	display: table-cell;
}

.hb-overlay h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #f6f6f6;
	margin: 0 0 10px;
	letter-spacing: 0.1em;
}

.hb-overlay p {
	font-family: Merriweather;
	font-size: 14px;
	font-style: italic;
	color: #d1d1d1;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.home-products {
	background: #fff;
	padding: 96px 0 67px;
}

#product-filter {
	margin: -3px 0 45px;
	display: table;
	padding: 0;
	position:relative;
	z-index:777;
}

#filters {
	padding: 0;
	margin-bottom:44px;
}

.product-filter li {
	float: left;
	list-style: none;
	position: relative;
	margin-right: 40px;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.product-filter li a:before {
	content: "";
	background: transparent;
	height: 1px;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
}

.product-filter li a {
	color: #9e9e9e;
	position: relative;
}

.product-filter li a.active ,
.product-filter li a:hover {
	color: #161616;
}

.product-filter li a.active:before ,
.product-filter li a:hover:before {
	background: #161616;
	content: "";
}

#portfolio {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.portfolio-items {
	margin: 0px -10px;
	padding: 0;
	list-style: none;
}

.portfolio-items li {
	float:left;
	width:16.66666% !important;
	padding:0 10px;
}

.hn-inner {
	background: #fff;
}

.hn-inner h4 {
	text-align: center;
	margin: -6px 0 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #525252;
	letter-spacing: 0.1em;
	line-height: 24px;
}

.hn-inner h4:hover {
	color: #a49260;
}

.hni-inner {
	min-height: 175px;
	padding: 40px;
}

/* Isotope Animations */

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}

.home-news .row {
	margin: 0 -10px;
}

.home-news .col-md-3 {
	padding: 0 10px;
}

.home-news p {
	font-family: Merriweather;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	color: #a49260;
	text-align: center;
	font-weight: 300;
	margin: 33px 0 0;
	position: relative;
}

.home-news p:before {
	width: 80px;
	height: 1px;
	content: "";
	top: -18px;
	left: 0;
	right: 0;
	position: absolute;
	background: #ebebeb;
	margin: 0 auto;
}

#owl-news .item {
	margin: 0 10px;
}

#owl-news .owl-prev {
	border-radius: 0;
	opacity: 1;
	height: 40px;
	line-height: 40px;
	padding: 0;
	padding-right: 55px;
	width: 158px;
	text-transform: capitalize;
	font-family: Merriweather;
	font-style: italic;
	color: #d8d8d8;
	font-weight: 300;
	text-align: right;
	position: relative;
	background: transparent;
	font-size: 0px;
	transition: .4s;
	overflow: hidden;
	transition: .4s;
	float: left;
	margin-top: -10px;
	margin-left: -30px;
	z-index: 100;
}

#owl-news .owl-next {
	background: transparent;
	border-radius: 0;
	opacity: 1;
	height: 40px;
	line-height: 40px;
	padding: 0;
	padding-left: 55px;
	width: 158px;
	text-transform: capitalize;
	font-family: Merriweather;
	font-style: italic;
	color: #d8d8d8;
	font-weight: 300;
	text-align: left;
	position: relative;
	font-size: 0px;
	overflow: hidden;
	transition: .4s;
	float: right;
	margin-top: -10px;
	margin-right: -29px;
	z-index: 100;
}

#owl-news .owl-prev:before {
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 28px;
	color: #FFF;
	position: absolute;
	top: -1px;
	left: 13px;
	font-style: normal;
	z-index: 99;
}

#owl-news .owl-prev:after {
	content: "";
	background: #050505;
	width: 40px;
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
	transition: .3s;
}

#owl-news .owl-prev:hover:after {
	width: 100%;
	transition: .3s;
}

#owl-news .owl-next:before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 28px;
	color: #FFF;
	position: absolute;
	top: -1px;
	right: 13px;
	font-style: normal;
	z-index: 99;
}

#owl-news .owl-next:after {
	content: "";
	background: #050505;
	width: 40px;
	height: 40px;
	right: 0;
	position: absolute;
	top: 0;
	z-index: -1;
	transition: .3s;
}

#owl-news .owl-next:hover:after {
	width: 100%;
	transition: .3s;
}

#owl-news .owl-prev:hover ,
#owl-news .owl-next:hover {
	font-size: 12px;
	transition: .4s;
	transition-delay: .2s;
}

#owl-news .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -20px;
}

.home-social-blocks {
	padding: 100px 0 0;
}

#index .home-news {
	padding: 0 0 100px;
}

.home-social-blocks h2 {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #525252;
	letter-spacing: 0.1em;
	margin: 0 auto 60px;
	padding: 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
	display: table;
}

.home-social-blocks h3 {
	font-family: Merriweather;
	font-size: 80px;
	color: #050505;
	font-weight: 300;
	text-align: center;
	line-height: 33px;
	margin: 40px 0 80px;
}

.home-social-blocks .row {
	margin: 0px -9px;
	position: relative;
	right: 1px;
}

.home-social-blocks .col-md-6 {
	padding: 0 10px;
}

.fb-block {
	background: #ffffff;
	height: 610px;
	margin-bottom: 20px;
}

.fb-block h4 {
	font-family: Merriweather;
	font-size: 60px;
	font-style: italic;
	color: #050505;
	margin: 0;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	background: url(../images/sep1.png) no-repeat center bottom;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.fb-iframe {
	display: table;
	margin: 0 auto;
	min-width: 65%;
}

.fb-iframe iframe {
	border:none !important;
	overflow:hidden !important;
	background:transparent !important;
}

.fb-block-inner {
	height: 178px;
	display: table-cell;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0 40px;
}

.tweet-block {
	background: #050505;
	padding: 70px 40px;
	margin-bottom: 20px;
	height: 300px;
}

.tweet-block p {
	font-family: Merriweather;
	font-size: 16px;
	font-style: italic;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	margin: 35px 0 0;
}

.tweet-block a {
	color: #fff;
}

.tweet-block a:hover {
	color: #a49260;
}

.gplus-block {
	background: #a49260;
	padding: 70px 40px;
	margin-bottom: 20px;
	height: 300px;
}

.gplus-block h4 {
	font-family: Merriweather;
	font-size: 24px;
	font-style: italic;
	color: #fff;
	margin: 0;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
}

.g-page {
	display: table;
	margin: 0 auto;
}

#___page_0 {
display:table !important;
margin:0 auto !important;
left:0 !important;
right:0 !important;
}

.insta-block {
	background: url(../images/xtra/4.jpg) no-repeat center top;
	background-size: auto 100%;
	height: 610px;
}

.insta-inner {
	height: 60px;
	display: table;
	position: absolute;
	bottom: 40px;
	left: 40px;
	background: #fff;
	padding: 15px 40px;
}

.insta-block h4 {
	font-family: Merriweather;
	font-size: 24px;
	font-style: italic;
	color: #050505;
	margin: 0;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 40px;
}

.insta-block h4:before {
	width: 3px;
	height: 3px;
	background: #050505;
	border-radius: 50%;
	content: "";
	position: absolute;
	right: -22px;
	top: 13px;
}

.insta-block a {
	font-family: Merriweather;
	font-size: 12px;
	font-style: italic;
	color: #A49260;
	margin: 0px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	background: #fff;
	border-radius: 2px;
	display: inline-block;
	padding: 6px 8px;
	margin: 0px 0 0;
	transition: .3s;
}

.insta-block a:hover {
	color: #FFF;
	background: #A49260;
	transition: .3s;
}

.lp-600 {
	letter-spacing: 0.6em;
}

.tp-bullets.preview4 {
	height: auto !important;
	opacity: 1 !important;
}

.tp-bullets {
	display: table;
	left: 0 !important;
	margin-left: 0 !important;
	bottom: 38px !important;
}

.tp-bullets.preview4 .bullet {
	float: none !important;
	display: table !important;
	width: 95px !important;
	height: 32px !important;
	border: none !important;
	opacity: 1 !important;
	background: #a49260 !important;
	border-radius: 0px !important;
	margin-bottom: 3px !important;
	position: relative;
}

.tp-bullets.preview4 .bullet:nth-child(1):before {
	content: ".01";
}

.tp-bullets.preview4 .bullet:nth-child(2):before {
	content: ".02";
}

.tp-bullets.preview4 .bullet:nth-child(3):before {
	content: ".03";
}

.tp-bullets.preview4 .bullet:nth-child(4):before {
	content: ".04";
}

.tp-bullets.preview4 .bullet:nth-child(5):before {
	content: ".05";
}

.tp-bullets.preview4 .bullet:nth-child(6):before {
	content: ".06";
}

.tp-bullets.preview4 .bullet:nth-child(7):before {
	content: ".07";
}

.tp-bullets.preview4 .bullet:nth-child(8):before {
	content: ".08";
}

.tp-bullets.preview4 .bullet:nth-child(9):before {
	content: ".09";
}

.tp-bullets.preview4 .bullet:before {
	content: "";
	font-family: Merriweather;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	color: #0b0f28;
	font-weight: 300;
	text-align: center;
	line-height: 32px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.tparrows {
	display: none !important;
}

.tp-bullets.preview4 .bullet.selected:before ,
.tp-bullets.preview4 .bullet:hover:before {
	color: #FFF;
}

.tp-bullets.preview4 .bullet:hover ,
.tp-bullets.preview4 .bullet.selected {
	float: none !important;
	display: table !important;
	width: 95px !important;
	height: 32px !important;
	border: none !important;
	opacity: 1 !important;
	background: rgba(164,146,96,0.5)!important;
	border-radius: 0px !important;
}

.home-shop-collection {
	background: #fff;
	padding: 310px 0 60px;
	position:relative;
	z-index:77;
}

.home-shop-collection #list li, .home-shop-collection .list li  {
	width: 50%;
}

.home-shop-collection h5 {
	font-size: 36px;
	margin: 0;
	font-weight: 300;
	font-style: italic;
	color: #050505;
	line-height: 27px;
	padding-bottom: 40px;
	font-family: Merriweather;
}

.home-shop-collection h3 {
	font-family: Merriweather;
	font-size: 80px;
	color: #050505;
	font-weight: 300;
	margin: -131px 0px 22px;
}

.home-shop-collection .row {
	margin: 0 -10px;
}

.home-shop-collection .col-md-4 {
	padding: 0 10px;
}

.left-shop h5 {
	text-align: right;
	position: relative;
}

.discount-badge {
	width: 110px;
	height: 110px;
	background: #d52124;
	border-radius: 50%;
	display: table;
	font-family: Merriweather;
	font-size: 18px;
	font-style: italic;
	color: #fff;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	padding: 26px 0 0;
}

.left-shop h5 .discount-badge {
	position: absolute;
	bottom: 40px;
	right: 65px;
}

.mid-shop ul {
	padding: 0;
}

.mid-shop ul li {
	list-style: none;
}

.ms-inner {
	padding: 40px 30px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 40px;
}

.mid-shop ul li:last-child .ms-inner {
	border-bottom: none;
}

.ms-inner h4 {
	font-family: Raleway;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #050505;
	letter-spacing: 0.1em;
	margin: -3px 0 13px;
	text-align: center;
}

.ms-inner p {
	font-family: Merriweather;
	font-size: 14px;
	font-style: italic;
	color: #525252;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 0 18px;
} 

.tp-banner-container {
	position: relative;
}

/* CSS3 Flip */

.f1_container {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
}

.f1_container {
	perspective: 1000;
}

.f1_card {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	transition: all 0.4s ease-in-out 0s;
}

.f1_container:hover .f1_card {
	transform: rotateY(-180deg);
	transform-style: preserve-3d;
	backface-visibility: hidden;
	transition: all 0.4s ease-in-out 0s;
	cursor:pointer;
}

.face {
position: relative;
width: 100%;
height: 100%;
backface-visibility: hidden;
}

.face.back {
	display: block;
	transform: rotateY(180deg);
	box-sizing: border-box;
	position:absolute;
	z-index:11;
	top: 0;
	left:0;
	right:0;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {

.portfolio-items li , .home-shop-collection #list li, #list li,.home-shop-collection .list li, .list li {
    width: 33.3333% !important;
}

.home-shop-collection {
	background: none repeat scroll 0% 0% #FFF;
	padding: 310px 0px 60px;
	position: relative;
	z-index: 77;
}

header .col-md-5 {
	width: 50%;
}

header .col-md-7 {
	width: 50%;
}

.logo h1 a {
	font-size: 21px;
	position: relative;
	top: -2px;
}

#list li img ,
.list li img ,
.portfolio-items img {
	width: 100%;
}

nav .col-md-9 {
	width: 50%;
}

nav .col-md-3 {
	width: 50%;
}

#cssmenu #menu-button {
	color: #9B9B9B;
	padding-bottom: 26px;
}

#cssmenu #menu-button:after {
	height: 8px;
	border-top: 2px solid #9B9B9B;
	border-bottom: 2px solid #9B9B9B;
	content: "";
}

#cssmenu #menu-button:before {
	background: #9B9B9B;
	content: "";
}

#cssmenu ul {
	width: 100%;
	display: none;
	background: #050505;
	position: relative;
	z-index: 99999;
}

#cssmenu ul li a, #cssmenu ul ul li a {
	color: #999;
	width: 100%;
	border-bottom: 0px none;
	padding: 15px 27px !important;
}

#cssmenu .open {
	display: block;
	padding: 0px;
	margin: 13px 0 0 !important;
	top: 0px;
	overflow: hidden;
}

#cssmenu ul ul li a {
	line-height: 20px;
}

#cssmenu #menu-button:after ,
#cssmenu #menu-button:before {
	transition: .3s;
}

#cssmenu #menu-button.menu-opened:after {
	background: none repeat scroll 0% 0% #a49260;
	transition: .3s;
}

#cssmenu #menu-button.menu-opened:before {
	background: none repeat scroll 0% 0% #a49260;
	transition: .3s;
}

#cssmenu {
	width: 100%;
	background: transparent;
	padding: 24px 0 13px;
}

#cssmenu > ul > li.has-sub > a {
	height: 46px;
}

#cssmenu .has-sub .open {
	margin: 0px !important;
}

.portfolio-items li , .home-shop-collection #list li, #list li, .home-shop-collection .list li, .list li {
	width: 100%;
}

.home-shop-collection h3 {
	font-family: Merriweather;
	font-size: 46px;
	color: #050505;
	font-weight: 300;
	margin: -57px 0px 22px;
}

.home-shop-collection {
	padding: 210px 0px 60px;
}

.home-shop-collection .btn2 {
	padding: 0px 24px;
}

.ms-inner h4 {
	font-size: 17px;
	line-height: 22px;
}

.tweet-block {
	padding: 51px 30px;
}

.insta-block h4 {
	font-family: Merriweather;
	font-size: 21px;
	font-style: italic;
	color: #050505;
	margin: 0px 33px 0px 0px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	float: left;
}

.insta-block {
	margin-bottom: 20px;
}

.insta-inner {
	height: 60px;
	display: table;
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.hni-inner {
	min-height: 175px;
	padding: 40px 20px;
}

.hn-inner h4 {
	text-align: center;
	margin: -6px 0px 0px;
	font-size: 13px;
}

.fb-block h4 {
	font-family: Merriweather;
	font-size: 49px;
}

}

@media only screen and (min-width: 100px) and (max-width: 600px) {

.tp-caption-anim .tp-splitted {
	font-size:130%;
}

.tp-caption-anim {
	left: 2% !important;
	margin-top: 10px !important;
}

}

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

.hb-thumb img {
width:100%;
}

body {
	padding: 0;
}

header {
	position: relative;
}

nav {
	position: absolute;
}

.logo h1 a {
	font-size: 20px;
	letter-spacing: 0.3em;
}

.menu-trigger {
	margin-right: 15px;
	margin-top: 5px;
}

.topbar li {
	margin-left: 15px;
	margin-right: 15px;
}

.topbar {
	display: table;
	float: none;
	padding: 0px;
	margin: 3px auto 0px;
	position: relative;
	top: -65px;
}

.logo h1 {
	line-height: 17px;
	display: table;
	margin: 10px auto 0;
}

.search {
	display: none;
}

#cssmenu {
	width: 100%;
	margin-top: 12px;
}

.nav-active {
	top: 102px;
}

nav {
	height: 68px;
	top: 34px;
}

#cssmenu #menu-button {
	color: #9B9B9B;
	padding-bottom: 26px;
}

#cssmenu #menu-button:after {
	height: 8px;
	border-top: 2px solid #9B9B9B;
	border-bottom: 2px solid #9B9B9B;
	content: "";
}

#cssmenu #menu-button:before {
	background: #9B9B9B;
	content: "";
}

#cssmenu ul {
	width: 100%;
	display: none;
	background: #050505;
	position: relative;
	z-index: 99999;
}

#cssmenu ul li a, #cssmenu ul ul li a {
	color: #999;
	width: 100%;
	border-bottom: 0px none;
	padding: 15px 27px !important;
}

#cssmenu .open {
	display: block;
	padding: 0px;
	margin: 0px !important;
	top: 0px;
	overflow: hidden;
}

#cssmenu ul ul li a {
	line-height: 20px;
}

#cssmenu #menu-button:after ,
#cssmenu #menu-button:before {
	transition: .3s;
}

#cssmenu #menu-button.menu-opened:after {
	background: none repeat scroll 0% 0% #a49260;
	transition: .3s;
}

#cssmenu #menu-button.menu-opened:before {
	background: none repeat scroll 0% 0% #a49260;
	transition: .3s;
}

.tp-bullets.preview4 .bullet ,
.tp-bullets.preview4 .bullet:hover ,
.tp-bullets.preview4 .bullet.selected {
	border: 2px solid #a49260 !important;
	background: transparent !important;
	width: 5px !important;
	height: 5px !important;
	border-radius: 50% !important;
	float: left !important;
	opacity: 0.7 !important;
}

.tp-bullets.preview4 {
	width: 44px;
}

.tp-bullets.preview4 .bullet:hover ,
.tp-bullets.preview4 .bullet.selected {
	background: #a49260 !important;
}

.tp-bullets.preview4 .bullet:before {
	display: none;
}

.tp-bullets.preview4 {
	height: auto !important;
	opacity: 1 !important;
	display: table !important;
	margin: 0 auto !important;
	left: 0;
	right: 0;
	bottom: 10px !important;
}

.home-shop-collection h3 {
	font-family: Merriweather;
	font-size: 47px;
	color: #050505;
	font-weight: 300;
	margin: 60px 0px 22px;
}

.left-shop {
	margin-top: 80px;
}

.home-social-blocks h3 {
	font-size: 55px;
}

.fb-block {
	height: 240px;
}

.fb-block h4 {
	font-size: 40px;
	margin: 0px 0px 29px;
	padding-bottom: 27px;
}

.fb-block-inner {
	height: 138px;
}

.tweet-block {
	background: none repeat scroll 0% 0% #050505;
	padding: 40px 18px;
	margin-bottom: 20px;
	height: 300px;
}

.tweet-block p {
	line-height: 26px;
}

.insta-inner {
	height: 56px;
	bottom: 23px;
	left: 14px;
	padding: 15px 20px;
	width: 85%;
}

.insta-block h4 {
	font-family: Merriweather;
	font-size: 18px;
	font-style: italic;
	color: #050505;
	margin: 0px 33px 0px 0px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	float: left;
}

.insta-block {
	height: 400px;
	margin-bottom: 20px;
}

#owl-news .owl-prev {
	padding: 0px 30px 0px 0px;
	width: 102px;
	margin-left: 0px;
}

#owl-news .owl-next {
	padding: 0px 0px 0px 30px;
	width: 105px;
	margin-right: 0;
}

.footer-map {
	margin-bottom: 50px;
}

.footer-widget .space70 {
	margin-top: 25px !important;
}

.home-shop-collection {
	padding: 80px 0px 60px;
}

.home-shop-collection .col-md-4 {
	padding: 0px 10px;
	width: 100%;
	display: inline;
}

.home-shop-collection h3 {
	margin: 0px 0px 22px;
}

.left-shop h5 {
	margin-top: 40px;
}

.home-shop-collection #list li ,
.home-shop-collection .list li {
	width: 100%;
}

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

.portfolio-items li {
	padding: 0px 15px;
	width: 100% !important;
	float: left;
}

.product-filter li {
	float: left;
	width: 50%;
	margin: 0 0 14px;
}

.home-products {
	padding: 100px 0px 35px;
}

.home-news .col-md-3 {
	padding: 0px 10px;
	margin-bottom: 20px;
}

.intro h2 {
	border: 10px solid #FFF;
	width: 85%;
	padding: 37px 0px 37px 39px;
	margin: 0px auto;
	font-size: 69px;
	font-weight: 900;
	color: #FFF;
	line-height: 82px;
	letter-spacing: 2px;
}

.intro {
	padding: 180px 0px;
}

.home-blog .col-md-6 {
	padding: 0px 10px;
	margin-bottom: 20px;
}

.services .col-md-2 {
	padding: 0px 10px;
	margin-bottom: 30px;
}

.services {
	padding: 104px 0px 65px;
}

.lookbook-filter li {
	float: left;
	width: 100%;
	margin: 0 0 17px;
	text-align: center;
}

.lookbook-filter ul {
	margin: 0px auto 40px;
}

.lookbook .col-md-3 {
	padding: 0px 10px;
	margin-bottom: 40px;
}

.lookbook {
	padding: 104px 0px 58px;
}

.clients {
	padding: 70px 0px 50px;
	display: table;
	width: 100%;
}

.clients img {
	transition: all 0.3s ease 0s;
	transform: scale(1, 1);
	display: table !important;
	float: none;
	margin: 0 auto 20px;
}

.clients ul {
	padding: 0px;
	display: table;
	margin: 0px auto;
}

.clients li {
	float: none;
	list-style: outside none none;
	margin-right: 0;
}

.splitter {
	padding-bottom: 45px;
}

#list li, .list li {
	float: left;
	list-style: outside none none;
	width: 100%;
	padding: 0px 10px;
}

.no-mob {
	display: none;
}

.prev {
	margin-right: 2px !important;
	height: 39px !important;
	overflow: hidden;
}

.next {
	margin-left: 2px !important;
	height: 39px !important;
	overflow: hidden;
}

.bcrumbs li {
	margin-bottom: 5px;
}

.shop-single h3 {
	font-size: 68px;
}

#owl-demo .owl-prev:before {
	left: 20px;
}

.shop-meta li {
	margin: 0px 15px;
}

.shop-meta {
	margin: 40px auto 0px;
}

.tabs-menu li {
	margin: 0px 0px 0px 0px;
}

.tabs-menu li a {
	padding: 8px;
	font-size: 9px;
}

.cc-info form input.input-left, .contact-form input.input-left {
	border-right: none;
	padding: 15px 0px;
	border-bottom: 1px solid #050505;
}

.login-content, .register-content {
	padding: 100px 0px;
	display: table;
	width: 100%;
}

.logreg-content h4, .register-content h4 {
	font-size: 28px;
	padding-bottom: 25px;
}

.page_header h3 {
	font-size: 52px;
}

.cc-address {
	float: left;
}

.cc-info h4 {
	font-size: 30px;
	padding-bottom: 25px;
}

.cc-address {
	margin-bottom: -45px;
}

.cc-info form input, .contact-form input {
	padding: 15px 0px;
}

.cc-info .fancy-select ul.options {
	width: 100% !important;
}

.cc-info h5 {
	font-size: 30px;
	margin: 0px 0px 50px;
}

aside {
	margin-bottom: 80px;
}

.cart-table tbody tr td:nth-child(1) {
	display: none;
}

.cart-table tbody tr td:nth-child(2) {
	padding: 0px 0px 0px 10px;
	width: 29%;
}

.cart-table thead th span {
	font-size: 10px;
}

.cart-table tbody tr td:nth-child(2) {
	font-size: 12px;
}

.contact-form {
	width: 100%;
	margin: 0px auto;
}

.gmap1 {
	padding: 0px;
	height: 400px;
}

#map1 {
	display: block;
	width: 100%;
	height: 400px;
	margin: 0px auto;
}

.cform .col-md-11 {
	padding-left: 20px;
	width: 100% !important;
	float: none;
}

.map-address2 {
	margin-bottom: 80px;
	padding: 40px 0px 32px;
}

.home-shop-collection h3 {
	font-size: 29px;
}

.gplus-block {
	padding: 70px 0px;
}

.gplus-block div {
	display:table;
	margin:0 auto;
}

}

@media only screen and (min-width: 200px) and (max-width: 400px) {

.gplus-block {
	background: none repeat scroll 0% 0% #A49260;
	margin-bottom: 20px;
	height: 300px;
	padding: 70px 0px;
	overflow: hidden;
	border: 2px solid #A49260;
	border-right-width: 3px;
}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

.home-shop-collection #list li ,
.home-shop-collection .list li {
	width: 50%;
}

.portfolio-items li {
	padding: 0px 15px;
	width: 50% !important;
}

.mid-shop li img {
	width: 100%;
}

.insta-block {
	background-size: 100% auto !important;
}

.insta-inner {
	height: 56px;
	bottom: 30px;
	left: 30px;
	padding: 15px 20px;
	width: auto;
}

}