@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(../font/AVG35.otf);
}
body {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
/* Global Paddings */
.padding-tb-big{ 
	padding-top: 100px;
	padding-bottom: 100px;	
}
.padding-tb-med{ 
	padding-top: 50px;
	padding-bottom: 50px;	
}
.padding-tb-small{ 
	padding-top: 20px;
	padding-bottom: 20px;	
}
.padding-tb-thin{ 
	padding-top: 10px;
	padding-bottom: 10px;	
}
.padding-t-big{ 
	padding-top: 100px;	
}
.padding-t-med{
	padding-top: 23px;
}
.padding-t-small{ 
	padding-top: 20px;	
}
.padding-t-thin{ 
	padding-top: 10px;	
}
.padding-b-big{ 
	padding-bottom: 100px;	
}
.padding-b-med{ 
	padding-bottom: 50px;	
}
.padding-b-small{ 
	padding-bottom: 20px;	
}
.padding-b-thin{ 
	padding-bottom: 10px;	
}
@media only screen  
and (max-width:992px) { 
	/* Global Paddings */
	.padding-tb-big{ 
		padding-top: 30px;
		padding-bottom: 30px;	
	}
	.padding-tb-med{ 
		padding-top: 20px;
		padding-bottom: 20px;	
	}
	.padding-tb-small{ 
		padding-top: 10px;
		padding-bottom: 10px;	
	}		
	.padding-t-big{ 
		padding-top: 30px;	
	}
	.padding-t-med{ 
		padding-top: 20px;	
	}
	.padding-t-small{ 
		padding-top: 10px;	
	}	
	.padding-b-big{ 
		padding-bottom: 30px;	
	}
	.padding-b-med{ 
		padding-bottom: 20px;	
	}
	.padding-b-small{ 
		padding-bottom: 10px;	
	}
}
.padding-0 {
	padding:0px!important;
}
.btn,
.form-control,
.dropdown-menu,
.panel,
.panel-heading,
.n-wrapper-form-control select, input, .navbar {
	border-radius: 0;
}
*:focus {
    box-shadow: none;
    outline: 0;
}
.line-thru {
    overflow: hidden;
    text-align: center;
}
.line-thru:before,
.line-thru:after {
    background-color: #ccc;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.line-thru:before {
    right: 1.5em;
    margin-left: -50%;
}
.line-thru:after {
    left: 1.5em;
    margin-right: -50%;
}

@media screen and (max-width: 1199px) {
	.container {
		width: 100%;
	}
}
.carousel-control.right, .carousel-control.left {
    background: none;
}
/* header */
.top-header-info {
    background: #e6e4e4;
    text-align: center;
    color: #717171;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 5px;
}

.info-wrapper p {
    margin: 0 0 2px!important;
}

.header-social .list-social {
	margin-top: 32px;
}
.header-social .fa {
    color: black;
    font-size: 16px;
}
.wrapper-header > .row:first-child {
	display: block;
}
.wrapper-logo {
    padding-top: 12px;
	text-align: center;
}
.wrapper-logo img {
	max-width: 100%;
	width: 200px;
	margin-top: 0px;
}
.navigation-wrapper {
	background: none;
	border: none;
	padding-top: 10px;
	min-height: inherit;
    margin-bottom: 0px;
}
.main-menu-holder > li {
	padding-bottom: 0px;
}
.main-menu-holder > li > a, .main-menu-holder > li > a:active, .main-menu-holder > li > a:visited, .main-menu-holder > li > a:focus {
    font-weight: 400;
    color: #000!important;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 2s;
    transition: all 2s;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}
.main-menu-holder > li > a:hover {
	color: #ca8aa8!important;
	-webkit-transition: all 0.3s; /* Safari */
	transition: all 0.3s;
}
.main-menu-holder > li > .dropdown-menu {
	padding: 30px;
	border-top: 3px solid #ded4d7;
	background-color: rgba(255, 255, 255, 0.96);
	min-width: 240px;
	padding-top: 15px;
	width: 100%;
}
.main-menu-holder > li > .dropdown-menu > li {
	text-transform: uppercase;
}
.main-menu-holder > li > .dropdown-menu > li a {
	color: #83744d;
	padding: 3px 0px!important;
}
.main-menu-holder > li > .dropdown-menu > li a:hover {
	background: none;
	color: #dccdd2;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
.main-menu-holder > li > .dropdown-menu > li > a {
	margin-bottom: 10px;
	margin-top: 10px;
}
.main-menu-holder > li > .dropdown-menu > li:last-child > a {
	margin-bottom: 0px;
}
/*  mega menu */
.main-menu-holder {
    position: relative;
    display: table;
    float: none;
    margin: 0 auto;
}
.mega-menu {
	position: initial!important;
}
.mega-menu > ul {
	width: 100%;
    padding: 30px;
    border-top: 3px solid #ceb791;
	background-color: rgba(34,34,34,0.92);
}
.mega-menu > ul > li {
	float: left;
	width: 31%;
    margin-right: 2.3%;
	text-transform: uppercase;
}
.mega-menu > ul > li > a {
	color:  #ceb791;
	padding: 3px 0px!important;
}
.mega-menu > ul > li > a:hover {
	background: none;
	color: #a4a4a4;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
.mega-menu > ul > li > ul {
    display: block;
    position: relative;
    left: 0;
    width: auto;
	border: none;
    box-shadow: none;
    margin-top: 0px;
	background: none;
}
.mega-menu ul li > ul > li {
	width: 100%;
	text-transform: none;
}
.mega-menu ul li > ul > li a {
	padding: 3px 0px!important;
	color: #000000!important;
}
.mega-menu ul li > ul > li a:hover {
	color: #ded4d7!important;
	background: none;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
.mega-menu .menu-advert {
	position: relative;
    margin-top: 42px;
    width: 100%;
}
/* header icons - search / user / cart */
.icon-header-wrapper {
    padding-top: 20px;
	width: auto;
	padding-left: 0;
    padding-right: 0;
}
.icon-header-wrapper .icon-header:last-child {
	margin-right: 0px;
}
.icon-header-holder {
	float: left;
	padding: 0px 10px;
	position: relative;
	padding-bottom: 30px;
}
.icon-header-holder .icon-header {
    height: 24px;
}
.cart-holder .cart-dropdown-holder {
    display: block;
    border-top: 3px solid #d0b691;
    opacity: 0;
    height: 0px;
    overflow-y: hidden;
    top: 150px;
    padding: 0;
    margin: 0;
    line-height: 0;
    border: none;
    background-color: rgba(34,34,34,0.92);
    right: -100%;
}
.cart-holder:hover .cart-dropdown-holder {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	height: auto;
	top: 100%;
	right: 0px;
	border-top: 3px solid #ded4d7;
	padding: 30px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition:  all 0.6s;
	-o-transition: all 0.6s;
	transition:  all 0.6s;
	color: #fff;
    line-height: 1.5em;
}
.cart-dropdown-holder li a {
	padding: 3px 0px;
	color: #a4a4a4!important;
}
.cart-dropdown-holder li a:hover, ..cart-dropdown-holder li a:focus, .cart-dropdown-holder li a:active, .cart-dropdown-holder li a:visited {
	background: none;
	color: #fff!important;
} 
.cart-dropdown-holder li:first-child a {
	padding-top: 0px;
}
.cart-dropdown-holder li:last-child a {
	padding-bottom: 0px;
}
.thumb_cart ul li {
	position: relative;
}
.thumb_cart ul li .right > a.float-right {
	position: absolute;
	right: 10px;
	top: 10px;
} 
.thumb_cart ul li > .left, .thumb_cart ul li > .right {
	color: #fff;
	line-height: 1.5em;
}
.thumb_cart ul li > .right a:hover {
	text-decoration: none;
}
.cart-dropdown-holder .checkout {
	background-color: #ded4d7;
	border: 1px solid #ded4d7;
}
.header-search {
    width: 0px;
    padding: 0;
    overflow: hidden;
    margin: 0;
	position: absolute;
    right: 0px;
	top: -4px;
	-webkit-transition: width 0.6s; /* Safari */
    transition: width 0.6s;
}
.search-holder:hover .header-search {
    width: 270px;
    top: -4px;
	-webkit-transition: width 0.6s; /* Safari */
    transition: width 0.6s;
}
.header-search-opened {
	width: 270px;
    top: -4px;
}
.search-holder .search-button {
	padding: 0px;
	border: none;
	z-index: 9;
    position: relative;
}
.search-holder .search-button {
	background: none;
	color: inherit;
	opacity: 1;
}
.header-search .input-group {
	display: block;
}
.header-search .search-input:focus {
	border-color: #ccc;
}
.header-search .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-weight: 300;
}
.header-search .search-input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-weight: 300;
}
.header-search .search-input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-weight: 300;
}
.header-search .search-input:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-weight: 300;
}
.user-holder {
	padding-bottom: 30px;
}
.user-holder .account-menu-holder {
	display: block;
    border-top: 3px solid #d0b691;
	opacity: 0;
	height: 0px;
	overflow-y: hidden;
	top: 150px;
    padding: 0;
    margin: 0;
    line-height: 0;
    border: none;
	background-color: rgba(34,34,34,0.92);
	right: -100%;
}
.user-holder:hover .account-menu-holder {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	height: auto;
	top: 100%;
	border-top: 3px solid #ded4d7;
	padding: 30px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition:  all 0.6s;
	-o-transition: all 0.6s;
	transition:  all 0.6s;
}
.account-menu-holder li a {
	padding: 3px 0px;
	color: #a4a4a4!important;
}
.account-menu-holder li a:hover, .account-menu-holder li a:focus, .account-menu-holder li a:active, .account-menu-holder li a:visited {
	background: none;
	color: #fff!important;
} 
.account-menu-holder li:first-child a {
	padding-top: 0px;
}
.account-menu-holder li:last-child a {
	padding-bottom: 0px;
}

@media screen and (max-width: 1199px) {
	.main-menu-holder > li > a {
		font-size: 13px;
	}
}
.cart-holder span {
    background: #ded4d7;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    padding-left: 1px;
    top: 0px;
    right: 1px;
}
img.icon-mobile {
    margin-bottom: 12px;
}
@media (max-width: 1023px) {
	.menu-line-holder .navbar-collapse {
		border: none;
		box-shadow: none;
		position: absolute;
		z-index: 100000;
		width: 100%;
		top: 75px;
		background-color: rgba(251, 251, 251, .94);
		left: -2000px;
		right: initial;
		-webkit-transition: all 0.8s;
		transition: all 0.8s;
	}
	.menu-line-holder {
		width: 100%;
		padding: 0px;
	}
	.menu-line-holder .navbar-header {
		width: 100%;
	}
	.menu-line-holder .navbar-collapse.fly-in {
		left: 0;
		right: initial;
		-webkit-transition: all 0.8s;
		transition: all 0.8s;
	}
	.main-menu-holder .fly-in {
		display: block!important;
	}
	.wrapper-logo {
		margin: 0 auto;
		display: block;
		float: none;
		min-width: 210px;

	}
	.icon-header-wrapper {
		display: none;
	}
	.main-menu-holder {
		float: none!important;
		padding-top: 30px;
		padding-bottom: 30px;
		width: 100%;
	}
	.main-menu-holder > li {
		padding-bottom: 0px;
		width: 100%;
		border-bottom: 1px solid #5f5b5461;
		position: relative!important;
	}
	.main-menu-holder > li:last-child {
		border-bottom: none;
	}
	.main-menu-holder > li > a {
		font-size: 14px;
	}
	.main-menu-holder li a {
		color: #000!important;
	}
	.main-menu-holder li .caret {
		display: none;
	}
	.next-level-expander {
		display: block;
		width: 60px;
		position: absolute;
		right: 0px;
		height: 100%;
		bottom: 0px;
		padding: 10px 0px;
		padding-top: 10px;
		text-align: center;
		z-index: 999;
	}
	.next-level-expander .fa {
		font-size: 30px;
		color: #ca8aa8!important;
	}
	.next-level-wrapper {
		height: auto;
		max-height: 0px;
		overflow: hidden;
		display: block;
		position: relative;
		padding: 0!important;
		margin: 0;
		border-top: none!important;
	}
	.next-level-wrapper-expanded {
		max-height: 2000px;
		-webkit-transition:  max-height 2s ease-out; /* Safari */
		transition:  max-height 2s ease-out;
		padding-bottom: 0px!important;
		padding-top: 0px!important;
		border-top: none!important;
	}
	.next-level-wrapper > li:first-child { 
		border-top: 1px solid transparent!important;
	}
	.next-level-wrapper-expanded > li:first-child { 
		border-top: 1px solid #4e4d4d!important;
	}
	.third-level-wrapper.next-level-wrapper-expanded > li:first-child {
		border-top: none!important;
	}
	.main-menu-holder > li > .dropdown-menu > li a {
		padding: 3px 15px!important;
	}
	.next-level-wrapper a {
		font-size: 14px;
	}
	.mega-menu > ul > li {
		float: left;
		width: 100%;
		margin-right: 0;
		text-transform: uppercase;
	}
	.mega-menu .menu-advert {
		display: none;
	}
	.next-level-wrapper-expanded > li:last-child a {
		margin-bottom: 10px!important;
	}
	.third-level-wrapper {
		padding-top: 0px!important;
		background-color: rgba(251,251,251,0.3)!important;
		width: 100%!important;
	}
	.third-level-wrapper > li:first-child {
		padding-top: 10px;
	}
	.third-level-wrapper > li:last-child {
		padding-bottom: 10px;
		margin-bottom: 0px!important;
	}
	.next-level-expander .fa-angle-up:before {
		content: "\f106"!important;
	}
}
@media (max-width: 768px) {
	.wrapper-logo img {
		max-width: 100%;
		width: 90px;
		margin-top: 0px;
	}
	.navigation-list .icon {
		margin-bottom: -4px;
		display: inline-block;
	}
}

@media (max-width: 480px) {
	img.icon-mobile {
		max-height: 28px;
	}
}
.mobile-menu-holder {
	display: block;
}
.next-level-expander {
	display: block;
}
.mobile-search-holder {
	display: none;
}
.mobile-search-holder-opened {
	display: block;
    position: relative;
    width: 100%;
    float: left;
    z-index: 999;
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: #fff;
	padding: 0 20px;
}
.mobile-search-holder-opened .search-input-mobile {
	width: 100%;
}
.mobile-search-holder-opened .search-input {
	width: 100%;
}
.mobile-search-holder-opened .search-button {
    position: absolute;
    right: 15px;
    z-index: 999;
	top: 0px;
    max-height: 100%;
}
.search-input-mobile .search-input {
	min-height: 36px;
}
.mobile-search-holder-opened .search-button img {
	max-height: 22px;
}
.mobile-search-holder-opened .search-input:focus {
    border-color: #d2b897;
}
@media screen and (min-width: 1024px) {
	.mobile-menu-holder {
		display: none;
	}
	.next-level-expander {
		display: none;
	}
	.mobile-search-holder {
		display: none;
	}
}
/* slider */
.homepage-banner-row {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	display: flex;
}
.homepage-banner-row .left-wrapper, .homepage-banner-row .right-wrapper {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.homepage-banner-row .slide {
	height: 100%;
}
.homepage-banner-row .carousel-inner {
	height: 100%;
}
.homepage-banner-row .carousel-inner .item {
	height: 100%;
}
.homepage-banner-row .carousel-inner .item > a img {
	height: 100%;
}
.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
    bottom: 30%;
}
.carousel-caption h3 {
	font-family: 'Montserrat', sans-serif;
	color: #cdb790;
    font-size: 90px;
}
.carousel-caption h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
    text-transform: uppercase;
	color: #fff;
	padding: 10px 0px;
}
.carousel-caption p .btn-caption {
	font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    border: none;
}
#homepageCarousel a {
    position: relative;
    width: 100%;
    display: block;
	height: 100%;
}
.small-banners-wrapper .left-wrapper {
	padding-right: 6px;
	padding-left: 15px;
}
.small-banners-wrapper .left-wrapper .carousel-caption {
    left: inherit;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(154, 136, 124, 0.97);
	padding: 20px;
}
.small-banners-wrapper .left-wrapper .carousel-caption h3 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-shadow: none;
    font-size: 20px;
    margin-bottom: 0px;
}
.small-banners-wrapper .left-wrapper .carousel-caption h2 {
	color: #000;
	text-shadow: none;
}
.small-banners-wrapper .left-wrapper p {
	padding-top: 5px;
    border-top: 1px solid #b9a99e;
    margin: 0;
    margin-top: 8px;
}
.small-banners-wrapper .left-wrapper p .btn-caption {
	background: none;
    color: #ffffff;
    text-transform: none;
    font-size: 21px;
    padding: 0px;
    font-weight: 300;
}
.small-banners-wrapper .right-wrapper {
	padding-left: 6px;
	padding-right: 15px;
}
.small-banners-wrapper .right-wrapper .top-banner {
	margin-bottom: 11px;
}
.small-banners-wrapper .right-wrapper .top-banner .carousel-caption {
    right: inherit;
    left: 0;
    bottom: 0;
    background-color: rgba(154, 136, 124, 0.97);
    width: 100%;
	padding: 20px;
}
.small-banners-wrapper .right-wrapper .top-banner .carousel-caption h3 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-shadow: none;
    font-size: 20px;
    margin-bottom: 0px;
}
.small-banners-wrapper .right-wrapper .top-banner .carousel-caption h2 {
	color: #fff;
	text-shadow: none;
}
.small-banners-wrapper .right-wrapper .top-banner .carousel-caption p {
	padding-top: 5px;
    border-top: 1px solid #b9a99e;
    margin: 0;
    margin-top: 8px;
}
.small-banners-wrapper .right-wrapper .top-banner .carousel-caption p .btn-caption {
	background: none;
    color: #ffffff;
    text-transform: none;
    font-size: 21px;
    padding: 0px;
    font-weight: 300;
}
.small-banners-wrapper .right-wrapper .bottom-banner {
	
}
.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption {
	left: inherit;
    right: 0px;
    bottom: 0%;
    width: 100%;
    text-align: center;
    background-color: rgba(154, 136, 124, 0.97);
	padding: 20px;
}
.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption h3 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-shadow: none;
    font-size: 20px;
    margin-bottom: 0px;
	/*font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    text-shadow: none;*/
}
.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption h2 {
	color: #cfb78e;
    font-size: 18px;
    padding: 0;
    text-shadow: none;
    text-transform: none;
}
.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption p {
	
}
.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption .btn-caption {
	
}
.small-banners-wrapper .carousel-inner .item > a img {
    opacity: 1;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.small-banners-wrapper .carousel-inner .item:hover > a img {
    opacity: 0.97;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
	/*transform: scale(1.1);*/
}
.slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
	background: rgba(255,255,255,.3);
    z-index: 100000;
    top: 0;
}
@media screen and (max-width: 1200px) {
	.big-slider-wrapper .carousel-caption {
		left: 10%;
		right: 10%;
		padding-bottom: 30px;
		bottom: 15%;
	}
	.big-slider-wrapper .carousel-caption h3 {
		font-size: 70px;
	}
	.big-slider-wrapper .carousel-caption h2 {
		font-size: 34px;
	}
	.big-slider-wrapper .carousel-caption p {
		
	}
	.big-slider-wrapper .carousel-caption p .btn-caption {
		font-size: 14px;
		padding: 20px 45px;
	}
}
@media only screen  
and (max-width:992px) {
	.big-slider-wrapper .home-banner-item {
		width: auto;
		height: 520px!important;
		max-width: inherit!important;
		transform: translateX(-13%);
	}
	.small-banners-wrapper .right-wrapper .top-banner {
		margin-bottom: 10px;
	}
	.small-banners-wrapper .right-wrapper {
		padding-left: 6px;
	}
}
@media only screen  
and (max-width:1440px) {
	.big-slider-wrapper .home-banner-item {
		width: auto;
		height: 446px!important;
		max-width: inherit!important;
		transform: translateX(-17%);
	}
}
@media only screen  
and (max-width:768px) {
	.homepage-banner-row {
		display: block;
	}
	.homepage-banner-row .left-wrapper, .homepage-banner-row .right-wrapper {
		max-width: 100%;
		float: left;
		width: 100%;
		display: block;
	}
	.small-banners-wrapper .left-wrapper .carousel-caption, .small-banners-wrapper .right-wrapper .carousel-caption {
		position: absolute!important;
	}
	.small-banners-wrapper .left-wrapper .carousel-caption h3 {
		color: #ffffff;
	}
	.small-banners-wrapper .left-wrapper p .btn-caption {
		color: #ffffff;
	}
	.small-banners-wrapper .left-wrapper p {
		padding-top: 9px;
		border-top: 1px solid #b6a499;
		margin-top: 8px;
		margin-bottom: 5px;
	}
	.small-banners-wrapper .right-wrapper .top-banner .carousel-caption h3 {
		color: #ffffff;
	}
	.small-banners-wrapper .right-wrapper .top-banner .carousel-caption p .btn-caption {
		color: #ffffff;
	}
	.small-banners-wrapper .right-wrapper .top-banner .carousel-caption p {
		padding-top: 9px;
		margin-top: 8px;
		border-top: 1px solid #b6a499;
		margin-bottom: 5px;
	}
	.small-banners-wrapper .left-wrapper {
		padding-right: 15px;
		margin-bottom: 15px;
	}
	.small-banners-wrapper .right-wrapper {
		padding-left: 15px;
	}
	.small-banners-wrapper .right-wrapper .top-banner .carousel-caption,
	.small-banners-wrapper .left-wrapper .carousel-caption {
		position: relative;
	}
	.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption {
		position: relative;
		left: 0;
	}
	
}
@media only screen  
and (max-width:580px) {
	.big-slider-wrapper .home-banner-item {
		width: auto;
		height: 360px!important;
		max-width: inherit!important;
		transform: translateX(-28%);
	}
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.pos-rel {
	position: relative;
}
.swiper-button-next, .swiper-button-prev {
	background: none!important;
}
.swiper-button-next img, .swiper-button-prev img {
	width: 100%;
    background-color: #fff!important;
    border: 1px solid #bdbdbd;
    padding: 12px 1px;
}
/*
.swiper-button-next, .swiper-button-prev {
    background-color: #fff!important;
    border: 1px solid #bdbdbd;
}
*/
/* home page small carosel */
.custom-carousel-holder {
    position: relative;
    overflow: hidden;
}

.custom-carousel-holder .carousel-inner .active.left { left: -20%; }
.custom-carousel-holder .carousel-inner .next { left:  20%; }
.custom-carousel-holder .carousel-control.left, .custom-carousel-holder .carousel-control.right {background-image:none;}

.custom-carousel-holder .one-slide-small {text-align: center;padding-bottom: 10px;}
.custom-carousel-holder .one-slide-small a img {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
}
.one-slide-small .caption h3 a {
	color: black;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}
.one-slide-small .caption .price {
    font-size: 16px;
    height: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.swiper-button-next {
    right: 5px!important;
}
.swiper-button-prev {
    left: 5px!important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1!important;
    cursor: auto!important;
    pointer-events: visible!important;
    z-index: 9999!important;
}
.custom-carousel-holder .left.carousel-control .fa-angle-left {
	left: 0px;
	right: inherit;
	font-size: 70px;
}
.custom-carousel-holder .right.carousel-control .fa-angle-right {
	right: 0px;
	left: inherit;
}
.custom-carousel-holder .right.carousel-control .fa-angle-right, .custom-carousel-holder .left.carousel-control .fa-angle-left  {
	font-size: 26px;
    line-height: 70px;
    margin-top: -35px;
    width: 50px;
    background-color: white;
    border: 1px solid #ccc;
    text-shadow: none;
    color: #ccc;
    opacity: 1;
}
.custom-carousel-holder .left.carousel-control, .custom-carousel-holder .right.carousel-control {
	width: 40px;
}
.custom-carousel-holder .left.carousel-control {
	opacity: 0;
	transform: translateX(-50%);
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.custom-carousel-holder .right.carousel-control {
	opacity: 0;
	transform: translateX(50%);
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.custom-carousel-holder .carousel-inner:hover + .left.carousel-control, .custom-carousel-holder .left.carousel-control:hover {
	opacity: 1;
	transform: translateX(0%);
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.custom-carousel-holder .carousel-inner:hover ~ .right.carousel-control, .custom-carousel-holder .right.carousel-control:hover  {
	opacity: 1;
	transform: translateX(0%);
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.custom-carousel-holder .carousel-control .fa:hover {
	color: #6f6f6f;
	border: 1px solid #6f6f6f;
	transform: translateX(0%);
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.wrapper-thumbnail .caption h3 a {
    color: black;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}
.wrapper-thumbnail .caption h3 a:hover {
	text-decoration: none;
}
.wrapper-thumbnail .caption .price {
    font-size: 16px;
    height: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.btns-wrapper .addtocart {
	background-color: #ffffff;
    border: 1px solid #3e3e3e;
    color: #3e3e3e;
    font-weight: 600;
}
.btns-wrapper .fa {
	margin-right: 10px;
}
.btns-wrapper .options-btn {
	background-color: #ffffff;
    border: 1px solid #ded4d7;
    color: #ded4d7;
    font-weight: 600;
}
.btns-wrapper .options-btn, .btns-wrapper .addtocart, .btns-wrapper .outofstock-btn {
	display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 6px 30px;
}
@media (max-width: 480px) {
	.btns-wrapper .options-btn, .btns-wrapper .addtocart, .btns-wrapper .outofstock-btn {
		padding: 6px 0px;
		width: 100%;
	}
}
.prim-color {
	color: #ded4d7;
}
/* Features section */

.features-section {
    background-image: url(../img/features-section-bg.jpg);
    background-size: cover;
	background-position: center center;
}
.features-section .wrapper {
    background: white;
    text-align: center;
}
.features-section .wrapper a, .features-section .wrapper a:hover {
	color: #000;
	text-decoration: none;
	padding: 50px;
	display: block;
}

.features-section h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

/* testimonials section */
.testimonials {
	margin-top: 80px;
	padding: 80px 0px;
	background-image: url(../img/market-link-sbd-bg.jpg);
	height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials h2 {
	text-align: center;
    font-size: 38px;
    padding: 10px 0px;
    margin-bottom: 20px;
	color: #000;
}
.testimonials-holder {
	color: #fff;
	text-align: center;
}
.author-signature {
	margin-bottom: 30px;
	margin-top: 20px;
    font-size: 16px;
}
.testimonial-text p {
	font-style: italic;
}
.testimonials-holder .testimonials-on-page a.left {
	left: -30%;
}
.testimonials-holder .testimonials-on-page a.right {
	right: -30%;
}
.rating-wrapper img {
	max-width: 120px;
    height: auto!important;
}

/* latest-news-section */
.latest-news-section h2 {
	text-align: center;
    font-size: 38px;
    padding: 10px 0px;
    margin-bottom: 20px;
}
.latest-news-section .image-holder {
	position: relative;
	margin-bottom: 12px;
	background-color: #000;
    overflow: hidden;
}
.latest-news-section img {
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.latest-news-section .image-holder:hover img {
	opacity: 0.6;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
	transform: scale(1.1);
	cursor: pointer;
}
.latest-news-section .post-date-holder {
	position: absolute;
    background-color:rgba(165, 71, 74,0.76);
    color: #fff;
    font-size: 12px;
    left: 0px;
    display: inline-block;
    padding: 6px 12px;
    z-index: 9;
    bottom: -10px;
    width: 100%;
}
.latest-news-section h4 {
	font-size: 16px;
}
.latest-news-section h4 a {
	color: #000;
	text-decoration: none;
}
.latest-news-section .description {
	color: #5d5d5d;
	font-weight: 300;
	line-height: 1.4em;
}
.link-icon {
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -20px;
	-webkit-transition: opacity 0.6s; /* Safari */
    transition: opacity 0.6s;
}
.latest-news-section .image-holder:hover .link-icon {
	opacity: 1;
	-webkit-transition: opacity 0.6s; /* Safari */
    transition: opacity 0.6s;
}
.latest-news-section .link-icon a {
	width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 10px;
    padding-top: 8px;
    color: #fff;
}
.latest-news-section .read-more-link {
	
}
.latest-news-section .read-more-link a {
	color: #5d5d5d;
}
.latest-news-section .read-more-link a:hover {
	color: #ded4d7;
	text-decoration: none;
}

/* top brand section */
.one-brand {
	width: 20%;
	float: left;
	padding: 0 15px;
}
.one-brand img {
    max-width: 100%;
}
@media (max-width: 767px) {
	.one-brand {
		width: 50%;
		text-align: center;
	}
}
/* item page */
.wrapper-product-title h1 {
	font-size: 38px;
    margin-bottom: 20px;
}
.social-wrapper-product {
	margin-bottom: 20px;
}
.social-wrapper-product .btn {
	border: none;
}
.social-wrapper-product .btn:hover, .social-wrapper-product .btn:focus, .social-wrapper-product .btn:active {
	background: none;
}
.social-wrapper-product .btn-default:active, .social-wrapper-product .btn-default.active, .social-wrapper-product.open > .dropdown-toggle.btn-default {
	background: none;
}
.social-wrapper-product .btn .fa {
	font-size: 20px;
	margin-right: 5px;
	color: #ded4d7;
}
.social-wrapper-product .dropdown-menu li a .fa {
	color: #ded4d7;
	font-size: 18px;
	margin-right: 12px;
}
.reviews-wrapper .fa {
	font-size: 18px;
	color: #c18801;
}
.label-reviews {
	margin-left: 10px;
}
.label {
	border-radius: 0px;
}
.colour-wrapper .specific a, .colour-wrapper .specific a._itmspec_selected {
	width: 40px;
	height: 40px;
	float: left;
	display: inline-block;
	border-radius: 0px;
    margin-right: 10px;
	padding: 4px;
}
.colour-wrapper .specific a._itmspec_selected {
	border: 1px solid #000;
}
.colour-wrapper .specific a:hover {
	border-color: #000;
}
.colour-wrapper .specific a ._itmspec_listitm {
	display: block;
	width: 100%;
    height: 100%;
}
.colour-wrapper .specific a .nSwatchProduct {
	display: inline-block;
	width: 100%;
    height: 100%;
}
.sizes-wrapper .specific a, .sizes-wrapper .specific a._itmspec_selected {
	width: 40px;
	height: 40px;
	float: left;
	display: inline-block;
	border-radius: 0px;
    margin-right: 10px;
	text-align: center;
	color: #000;
	padding: 4px;
}
.sizes-wrapper .specific a._itmspec_selected {
	background-color: #000;
	color: #fff;
	border-color: #000;
}
.sizes-wrapper .specific a:hover {
	border-color: #000;
	background-color: #000;
	color: #fff;
}
.sizes-wrapper .specific a ._itmspec_listitm {
	margin: 0px;
	margin-top: 5px;
}
.add-to-cart-holder .addtocart {
	background-color: #ffffff;
    color: #3e3e3e;
    border: 1px solid #3e3e3e;
}
.add-to-cart-holder .addtocart:hover {
	background-color: #ae3737;
	border: 1px solid #ae3737;
	color: #fff;
}
.add-to-cart-holder .addtocart .fa {
	margin-right: 15px;
}
.product-wishlist .btn {
	border: 1px solid #ded4d7;
	background-color: #fff;
	color: #ded4d7;
}
.product-wishlist .btn:hover {
	background-color: #ded4d7;
	color: #fff;
	border: 1px solid #ded4d7;
}
.add-to-cart-holder .btn-info {
	background-color: #378096;
	border: 1px solid #378096;
}
.add-to-cart-holder .btn-info .fa {
	font-size: 20px;
	margin-right: 15px;
}
.add-to-cart-holder .btn-info:hover {
	background-color: #1d6a82;
	border: 1px solid #1d6a82;
}
.calc-ship-wrapper .btn {
	background-color: #378096;
	border: 1px solid #378096;
	color: #fff;
}
.calc-ship-wrapper .btn:hover {
	background-color: #1d6a82;
	border: 1px solid #1d6a82;
	color: #fff;
}
.calc-ship-wrapper .btn .fa {
	font-size: 20px;
	margin-right: 15px;	
}
.tabbable .nav-tabs > li > a {
	border-radius: 0px;
	color: #000;
    font-weight: 600;
}
.tabbable .nav-tabs > li > a:hover {
	background-color: #ded4d7;
	color: #fff;
}
.productdetails p:first-child {
    font-size: 14px;
    line-height: 1.5em;
	font-weight: 400;
}
.productdetails {
    margin-top: 0;
}
.custom-carousel-holder .line-thru {
	margin-bottom: 20px;
}
.components-buying-opt .addtocart {
	background-color: #ded4d7;
	border: 1px solid #ded4d7;
	color: #fff;
}
.components-buying-opt .addtocart .fa {
	margin-right: 12px;
}
/* category page */
.breadcrumb {
	margin-bottom: 10px;
	border-radius: 0px;
}
.breadcrumb li a {
	color: #000;
	font-size: 12px;
}
.breadcrumb li a:hover {
	text-decoration: none;
	color: #ded4d7;
}
.breadcrumb > li + li:before {
    padding-right: 0px;
}
.category-banner {
	max-width: 100%;
}
.line-thru {
    overflow: hidden;
    text-align: center;
	line-height: 1.5em;
}
.page-header {
	border-bottom: none;
	margin-bottom: 0px;
}
.line-thru:before,
.line-thru:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.line-thru:before {
    right: 1.5em;
    margin-left: -50%;
}
.line-thru:after {
    left: 1.5em;
    margin-right: -50%;
}
.sort_container {
    margin-bottom: 20px;
}
.sort_container .viewby .btn {
	box-shadow: none;
	background: none;
	border: none;
	color: #000;
	font-size: 18px;
}
.sort_container .viewby .btn.active {
	color: #ded4d7;
}
.category-thumbs-holder .thumbnail {
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
}
.one-item-wrapper {
	text-align: center;    
	position: relative;
	margin-bottom: 40px;
}
.one-item-wrapper a img {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.one-item-wrapper:hover a img {
	opacity: 0.97;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.thumbnail .caption {
    min-height: 161px;
}
.thumbnail .caption .text-muted {
	min-height: 19px;
}
.category-alt-image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    margin: auto;
    width: auto!important;
    height: auto;
	opacity: 0!important;
}
#n_category .thumbnail-image:hover .category-alt-image  {
    opacity: 1!important;
}
#n_category .thumbnail-image:hover .category-main-image {
    opacity: 0!important;
}
@media (max-width: 991px) {
	.category-wrapper {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.wrapper-thumbnail {
		float: left;
	}
	.thumbnail .caption {
		min-height: inherit;
	}
}
@media (max-width: 480px) {
	.sort_container .viewby .list-fa-holder {
		padding: 6px 10px; 
	}
}
.pagination {
	border-radius: 0px;
}
.pagination li a {
	border-radius: 0px!important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #ded4d7;
    border-color: #ded4d7;
    cursor: default;
}
.pagination > li > a, .pagination > li > span {
    color: #ded4d7;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #ded4d7;
    border-color: #ded4d7;
}
.med-title {
	font-size: 18px;
}
.input-group-addon {
	border-radius: 0px;
	font-size: 12px;
    font-weight: 600;
    color: #000000;
}
/* list view - category page */
.one-list-thumb h3 {
	font-size: 20px;
}
.one-list-thumb h3 a {
	color: #000;
}
.one-list-thumb h3 a {
	text-decoration: none;
}
.one-list-thumb .btn-primary {
	background-color: #ded4d7;
	border: 1px solid #ded4d7;
}
/* sidebar */
.custom-panel {
	border: none;
	box-shadow: none;
}
.custom-panel .panel-heading-thumbnails .panel-title a:hover {
	text-decoration: none;
}
.custom-panel #filters .list-group-item {
	border: none;
}
.custom-panel #filters > .list-group-item {
	margin-top: 10px;
}
li.filter-colour {
	float: left;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 9999999;
    position: relative;
}
li.filter-colour a {
	width: 100%;
    height: 100%;
    display: block;
	border: 1px solid #fff;
}
li.filter-colour a:hover {
	border: 1px solid #000;
}
li.filter-colour a:before {
	display: none;
}
.list-group-item {
	padding-left: 0px;
}
.arrival-date-span {
	font-size: 15px;
    color: red;
    padding: 0;
}
.arrival-date-div {
	margin-bottom: 10px;
}
.panel-heading.panel-heading-thumbnails {
    border-bottom: none;
    background: none;
    padding-left: 0px;
}
#filters li {
	width: 100%;
	float: left;
}
#filters li a:hover {
	background: none;
}
#filters li.filter-colour, #filters li.filter-Size  {
	margin-right: 10px;
    text-align: center;
    display: inline-block;
    width: 33px;
    height: 32px;
	margin-bottom: 5px;
}
#filters li.filter-Size a {
	padding: 8px 0px;
    border: 1px solid #000!important;
    line-height: 1em;
    width: 33px;
    text-align: center;
    color: #000;
	border-radius: 0px;
}
#filters li.filter-Size a:hover {
	background-color: #000;
	color: #fff;
}
/* start price filter */
.ui-slider-horizontal {
    height: 5px!important;
    padding: 0;
	margin-bottom: 20px;
}
.ui-widget-content {
    border-bottom: 1px solid #aaaaaa;
	border-top: 0px!important;
	border-left: 0px!important;
	border-right: 0px!important;
    background: none;
    color: #222222;
}
.ui-widget-header {
    background: none!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-radius: 0px!important;
	border: 1px solid #d3d3d3;
    font-weight: normal;
    background-color: #eaeaea;
    box-shadow: none;
    color: #555555;
}
/* end price filter */
.submit-filter-btn {
    background-color: #ded4d7;
    color: #fff;
    padding: 5px 15px;
	border: 1px solid #ded4d7;
	font-size: 14px;
}
.clear-filter-btn {
    background-color: #3e3e3e;
    color: #fff;
    padding: 5px 15px;
	border: 1px solid #3e3e3e;
	font-size: 14px;
}
@media (min-width: 992px) {
	.custom-panel #filters {
		height: auto !important;
		display: block;
	}
}
@media (max-width: 991px) {
	.sidebar-wrapper {
		width: 100%;
	}
	.custom-panel .panel-title {
		text-align: center;
		position: relative;
	}
	.custom-panel .panel-title .accordion-toggle:before {
		font-family: fontAwesome;
		content: "\f107";
		position: absolute;
		left: 10px;
	}
	.custom-panel .panel-title .accordion-toggle:after {
		font-family: fontAwesome;
		content: "\f107";
		position: absolute;
		right: 10px;
	}
	.custom-panel .panel-title .accordion-extend:before {
		font-family: fontAwesome;
		content: "\f106";
		position: absolute;
		left: 10px;
	}
	.custom-panel .panel-title .accordion-extend:after {
		font-family: fontAwesome;
		content: "\f106";
		position: absolute;
		right: 10px;
	}
}
.tab-content .tab-pane blockquote {
	font-size: 14px;
}
.tab-content .tab-pane h4 {
	font-size: 16px;
}

/* about us page */
.about-us-advert-wrapper {
	float: left;
	width: 100%;
	padding: 50px 0px; 
}
.about-us-video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	text-align: center;
}
.about-us-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 70%;
}

/* store finder page */
.store-finder-wrapper {
	padding: 40px 15px;
}
.store-finder-wrapper .btn {
	color: #fff;
    background-color: #ded4d7;
    border-color: #ded4d7;
	padding: 6px 15px;
    margin-top: 3px;
}
.store-finder-wrapper .btn:hover {
	color: #ded4d7;
    background-color: #fff;
}

/* account */
#n_customer .well {
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-prim-color {
	background-color: #ded4d7;
	border: 1px solid #ded4d7;
}
.btn-prim-color:hover {
	opacity: 0.9;
}
/* footer */
.wrapper-footer {
	background-color: #fff;
}
.top-footer-box {
    padding: 30px 20px;
    padding-top: 50px;
    color: #a4a4a4;
    margin-bottom: 50px;
    border-top: 1px solid #dedede;
}
.top-footer-box .text-holder p {
	margin-bottom: 0px;
}
.logo-footer-holder img {
    max-width: 170px;
	width: 100%;
}
.social-footer-holder ul li a {
	color: #000000;
	font-size: 20px;
}
.social-footer-holder ul li a:hover {
	color: #ded4d7;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition:  all 0.6s;
	-o-transition: all 0.6s;
	transition:  all 0.6s;
}
.social-footer-holder ul li {
	padding-left: 8px;
	padding-right: 8px;
}
.social-footer-holder ul {
	margin-left: 0px;
}
.text-holder {
    padding-top: 44px;
}
.text-holder input {
    padding: 22px;
}
.text-holder .btn-default {
    color: #fff;
    background-color: #000;
    border-color: #ccc;
    border: none;
    line-height: 34px;
    padding: 6px 26px;
}
.wrapper-footer h4 {
	color: #ded4d7;
	font-size: 26px;
	margin-bottom: 20px;
}
.footer-menu-wrapper ul {
	margin-left: 0px;
}
.footer-menu-wrapper ul li {
	
}
.footer-menu-wrapper ul li a {
	border-radius: 0;
	color: #000000;
	font-size: 14px;
	padding: 5px 15px;
}
.footer-menu-wrapper ul li a:hover, .footer-menu-wrapper ul li a:focus, .footer-menu-wrapper ul li a:active {
	background: none;
	color: #ded4d7;
}
.logo-footer-holder {
    padding-top: 12px;
}
.social-footer-holder {
    padding-top: 36px;
}
.clarity-button:hover {
	background-color: #333333;
	color: #fff;
}
.address-footer p {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 40px;
}
.address-footer p:first-child {
	margin-top: 16px;
}
.address-footer > p:last-child {
	border-bottom: none;
}
.address-footer p .fa {
    color: #000000;
    position: absolute;
    left: 0px;
    top: 2px;
}
.address-footer p span {
	color: #000000;
}
.wrapper-footer hr {
	border-top: 1px solid #a4a4a4;
}
.footer-bottom a, .footer-bottom .small {
	color: #a4a4a4;
}
.payment-icon-container {
    background: #ffffff;
}
.payment-icon-cheque {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.top-footer-box {
		margin-bottom: 5px;
	}
	.wrapper-footer h4 {
		color: #ded4d7;
		font-size: 22px;
		margin-bottom: 5px;
	}
	.footer-menu-wrapper ul {
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.address-footer p {
		padding-top: 5px;
	}
	.address-footer p .fa {
		color: #000000;
		position: relative;
		left: inherit;
		top: inherit;
		margin-right: 10px;
	}
}

/* isotope */
.gif-loader {
    position: absolute;
    width: 100%;
    text-align: center;
}
.grid {
	background-color: #000;
	opacity: 0;
}
.grid-item {
	width: 33.33333333%;
	border: 1px solid #000;
	background-color: #000;
	min-height: 200px;
}
.grid-item img {
	opacity: 0.7;
	width: 100%;
}
.effect-wrapper {
	position: relative;
	overflow: hidden;
}
.caption-holder {
	position: absolute;
	top: 35%;
	left: 0%;
	width: 100%;
}
.social-holder {
	position: absolute;
	bottom: 0px;
	width: 100%;
	max-height: 0px;
    overflow: hidden;
	-webkit-transition: all 0.8s; /* Safari */
    transition: all 0.8s;
	opacity: 0;
	padding-top: 26px;
}
.social-custom-menu {
    list-style: none;
    padding: 0px;
	text-align: center;
    display: inline-block;
    width: 100%;
}
.title-holder {
	text-align: center;
}
.title-holder a {
	color: #fff;
}
.title-holder a h4 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.title-holder a h6 {
	font-weight: 300;
    margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.title-holder a:hover {
	text-decoration: none;
}
.social-holder .social-custom-menu li {
	display: inline-block;
	margin: 0px 10px;
}
.social-holder .social-custom-menu li a {
	color: #fff;
	font-size: 20px;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.social-holder .social-custom-menu li a:hover {
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.date-holder {
	top: 0px;
    left: 0;
    position: absolute;
    padding: 4px;
    background-color: #ded4d7;
}
.date-holder p {
	margin: 0px;
	color: #fff;
	font-size: 11px;
}
.grid-item .effect-wrapper > a img {
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.grid-item .effect-wrapper:hover > a img {
    opacity: 0.2;
	-webkit-transition: all 0.8s; /* Safari */
    transition: all 0.8s;
	transform: scale(1.1);
}
.grid-item .effect-wrapper:hover > .social-holder {
	max-height: 200px;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.8s; /* Safari */
    transition: all 0.8s;
	opacity: 1;
}
.social-holder .social-custom-menu li:nth-child(1) a i {
  color: #fff;
}
.social-holder .social-custom-menu li:nth-child(1) a:hover i {
  color: #3b5998;
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  -moz-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
}

.social-holder .social-custom-menu li:nth-child(2) a i {
  color: #fff;#
}

.social-holder .social-custom-menu li:nth-child(2) a:hover i {
	color: #1da1f2;
  -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
  -moz-animation: neon2 1.5s ease-in-out infinite alternate;
  animation: neon2 1.5s ease-in-out infinite alternate;
}

.social-holder .social-custom-menu li:nth-child(3) a i {
  color: #fff;
}

.social-holder .social-custom-menu li:nth-child(3) a:hover i {
	color: #ce1e1f;
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  -moz-animation: neon3 1.5s ease-in-out infinite alternate;
  animation: neon3 1.5s ease-in-out infinite alternate;
}

.social-holder .social-custom-menu li:nth-child(4) a i {
  color: #fff;
}

.social-holder .social-custom-menu li:nth-child(4) a:hover i {
	color: #db4437;
  -webkit-animation: neon4 1.5s ease-in-out infinite alternate;
  -moz-animation: neon4 1.5s ease-in-out infinite alternate;
  animation: neon4 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #3b5998, 0 0 70px #3b5998, 0 0 80px #3b5998, 0 0 100px #3b5998, 0 0 150px #3b5998;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #3b5998, 0 0 35px #3b5998, 0 0 40px #3b5998, 0 0 50px #3b5998, 0 0 75px #3b5998;
  }
}

@-webkit-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #1da1f2, 0 0 70px #1da1f2, 0 0 80px #1da1f2, 0 0 100px #1da1f2, 0 0 150px #1da1f2;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #1da1f2, 0 0 35px #1da1f2, 0 0 40px #1da1f2, 0 0 50px #1da1f2, 0 0 75px #1da1f2;
  }
}

@-webkit-keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ce1e1f, 0 0 70px #ce1e1f, 0 0 80px #ce1e1f, 0 0 100px #ce1e1f, 0 0 150px #ce1e1f;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ce1e1f, 0 0 35px #ce1e1f, 0 0 40px #ce1e1f, 0 0 50px #ce1e1f, 0 0 75px #ce1e1f;
  }
}

@-webkit-keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #db4437, 0 0 70px #db4437, 0 0 80px #db4437, 0 0 100px #db4437, 0 0 150px #db4437;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #db4437, 0 0 35px #db4437, 0 0 40px #db4437, 0 0 50px #db4437, 0 0 75px #db4437;
  }
}
/*glow for mozilla*/

@-moz-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #3b5998, 0 0 70px #3b5998, 0 0 80px #3b5998, 0 0 100px #3b5998, 0 0 150px #3b5998;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #3b5998, 0 0 35px #3b5998, 0 0 40px #3b5998, 0 0 50px #3b5998, 0 0 75px #3b5998;
  }
}

@-moz-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #1da1f2, 0 0 70px #1da1f2, 0 0 80px #1da1f2, 0 0 100px #1da1f2, 0 0 150px #1da1f2;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #1da1f2, 0 0 35px #1da1f2, 0 0 40px #1da1f2, 0 0 50px #1da1f2, 0 0 75px #1da1f2;
  }
}

@-moz-keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ce1e1f, 0 0 70px #ce1e1f, 0 0 80px #ce1e1f, 0 0 100px #ce1e1f, 0 0 150px #ce1e1f;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ce1e1f, 0 0 35px #ce1e1f, 0 0 40px #ce1e1f, 0 0 50px #ce1e1f, 0 0 75px #ce1e1f;
  }
}

@-moz-keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #db4437, 0 0 70px #db4437, 0 0 80px #db4437, 0 0 100px #db4437, 0 0 150px #db4437;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #db4437, 0 0 35px #db4437, 0 0 40px #db4437, 0 0 50px #db4437, 0 0 75px #db4437;
  }
}
/*glow*/

@keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #3b5998, 0 0 70px #3b5998, 0 0 80px #3b5998, 0 0 100px #3b5998, 0 0 150px #3b5998;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #3b5998, 0 0 35px #3b5998, 0 0 40px #3b5998, 0 0 50px #3b5998, 0 0 75px #3b5998;
  }
}

@keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #1da1f2, 0 0 70px #1da1f2, 0 0 80px #1da1f2, 0 0 100px #1da1f2, 0 0 150px #1da1f2;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #1da1f2, 0 0 35px #1da1f2, 0 0 40px #1da1f2, 0 0 50px #1da1f2, 0 0 75px #1da1f2;
  }
}

@keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ce1e1f, 0 0 70px #ce1e1f, 0 0 80px #ce1e1f, 0 0 100px #ce1e1f, 0 0 150px #ce1e1f;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ce1e1f, 0 0 35px #ce1e1f, 0 0 40px #ce1e1f, 0 0 50px #ce1e1f, 0 0 75px #ce1e1f;
  }
}

@keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #db4437, 0 0 70px #db4437, 0 0 80px #db4437, 0 0 100px #db4437, 0 0 150px #db4437;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #db4437, 0 0 35px #db4437, 0 0 40px #db4437, 0 0 50px #db4437, 0 0 75px #db4437;
  }
}
/* one blog page */
.blog-content-wrapper {
	float: right;
}
.blog-content-wrapper .page-header {
	margin-bottom: 0px;
}
.blog-content-wrapper .text-muted {
	font-size: 12px;
}
.blog-sidebar-holder {
	padding-top: 20px;
}
.sidebar-post-thumb {
	background-color: #000;
	border: 1px solid #fff;
	width: 45%;
}
.sidebar-post-thumb .post-title-holder {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    margin-top: -24px;
	padding: 0px 5px;
}
.sidebar-post-thumb .sidebar-img-holder img {
	width: 100%;
    opacity: 0.6;
}
.sidebar-post-thumb .post-title-holder a {
	color: #fff;
}
.sidebar-post-thumb .post-title-holder a:hover {
	text-decoration: none;
}
.sidebar-post-thumb .social-holder a:hover {
	
}
.sidebar-post-thumb .post-title-holder a h4 {
	font-size: 14px;
}
.sidebar-post-thumb .post-title-holder a h6 {
	font-weight: 300;
}
.sidebar-post-thumb .social-holder .social-custom-menu {

}
.sidebar-post-thumb .social-holder .social-custom-menu li {
	
}
.sidebar-post-thumb .social-holder .social-custom-menu li a{
	
}
.sidebar-post-thumb .social-holder .social-custom-menu li a:hover {
	
}
.sidebar-post-thumb .sidebar-date-holder {
	position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    left: 5px;
}
.sidebar-post-thumb .sidebar-date-holder .text-muted {
	color: #fff;
	font-size: 10px;
}
.img-wrapper-post {
	position: relative;
}
.img-wrapper-post img {
	max-width: 100%;
	width: 100%;
}
.content-wrapper-post {
	text-align: justify;
}
.social-post {
	padding: 0px;
	list-style: none;
	text-align: center;
	margin-bottom: 0px;
}
.social-post li {
	display: inline-block;
    margin: 0 18px;
}
.social-post li:last-child {
	margin-right: 0px;
}
.social-post li a {
	color: #fff;
	font-size: 30px;
}
.social-post li a:hover {
	text-decoration: none;
}
.blog-sidebar-wrapper .sidebar-post-thumb {
	overflow: hidden;
}
.blog-sidebar-wrapper .sidebar-post-thumb > a img {
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.blog-sidebar-wrapper .sidebar-post-thumb:hover > a img {
    opacity: 0.2;
	-webkit-transition: all 0.8s; /* Safari */
    transition: all 0.8s;
	transform: scale(1.1);
}
.social-post-wrapper {
	position: absolute;
    bottom: 0px;
    background-color: rgba(0,0,0,.6);
    padding: 10px 0px;
	left: 15px;
    right: 15px;
}
.social-post-wrapper .social-post li:nth-child(1) a:hover i {
  color: #3b5998;
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  -moz-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
}
.social-post-wrapper .social-post li:nth-child(2) a:hover i {
  color: #1da1f2;
  -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
  -moz-animation: neon2 1.5s ease-in-out infinite alternate;
  animation: neon2 1.5s ease-in-out infinite alternate;
}
.social-post-wrapper .social-post li:nth-child(3) a:hover i {
  color: #ce1e1f;
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  -moz-animation: neon3 1.5s ease-in-out infinite alternate;
  animation: neon3 1.5s ease-in-out infinite alternate;
}
.social-post-wrapper .social-post li:nth-child(4) a:hover i {
  color: #db4437;
  -webkit-animation: neon4 1.5s ease-in-out infinite alternate;
  -moz-animation: neon4 1.5s ease-in-out infinite alternate;
  animation: neon4 1.5s ease-in-out infinite alternate;
}
.blog-content-wrapper .btn-success, .blog-content-wrapper .btn-success:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.blog-content-wrapper .form-group label {
	margin-bottom: 1px;
}
.blog-sidebar-holder h3 .left-arrow, .blog-sidebar-holder h3 .right-arrow, .mouse-click {
	display: none;
} 
/*RESPONSIVE*/
@media screen and (max-width: 1023px) {
	.grid-item {
		width: 33.33%;
	}
	.blog-sidebar-holder {
		width: 100%;
		float: right;
	}
	.blog-content-wrapper {
		width: 100%;
	}
	.content-wrapper-post {
		width: 70%;
	}
	.img-wrapper-post {
		width: 30%;
	}
	.sidebar-post-thumb {
		width: 33.33%;
	}
	.blog-sidebar-holder > h3 {
		text-align: center;
	}
	.blog-sidebar-holder h3 .left-arrow, .blog-sidebar-holder h3 .right-arrow {
		display: inline-block;
		margin: 0 20px;
	} 
	.blog-sidebar-wrapper {
		max-height: 0px!important; 
		overflow: hidden!important;
		-webkit-transition: all 0.6s; /* Safari */
		transition: all 0.6s;
	}
	.blog-sidebar-wrapper-expand {
		max-height: 10000px!important; 
		-webkit-transition: all 0.6s; /* Safari */
		transition: all 0.6s;
	}
	.blog-sidebar-holder h3 {
		position: relative;
		height: 70px;
		z-index: 99999;
	}
	.blog-sidebar-holder h3 .fa-angle-up:before {
		font-family: fontAwesome;
		content: "\f106"!important;
	}
	.social-post li {
		margin: 0 10px;
	}
	.social-post li a {
		font-size: 20px;
	}
	.mouse-click {
		display: block;
		position: absolute;
		top: 45px;
		left: 50%;
		margin-left: -40px;
	}
	/* Pulse */
	@-webkit-keyframes hvr-pulse {
	  25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	  }

	  75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	  }
	}

	@keyframes hvr-pulse {
	  25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	  }

	  75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	  }
	}
	.mouse-click {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -moz-osx-font-smoothing: grayscale;
	  -webkit-animation-name: hvr-pulse;
	  animation-name: hvr-pulse;
	  -webkit-animation-duration: 1s;
	  animation-duration: 1s;
	  -webkit-animation-timing-function: linear;
	  animation-timing-function: linear;
	  -webkit-animation-iteration-count: infinite;
	  animation-iteration-count: infinite;
	}
}
@media screen and (max-width: 767px) {
	.grid-item {
		width: 50%;
	}
	.content-wrapper-post {
		width: 60%;
	}
	.img-wrapper-post {
		width: 40%;
	}
}
@media screen and (max-width: 600px) {
	.content-wrapper-post {
		width: 100%;
	}
	.img-wrapper-post {
		width: 100%;
	}
	.sidebar-post-thumb {
		width: 50%;
	}
}
@media screen and (max-width: 425px) {
	.title-holder a h4 {
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 2px;
	}
	.title-holder a h6 {
		margin: 0px;
		margin-top: 5px;
		font-weight: 300;
	}
	.sidebar-post-thumb .sidebar-date-holder .text-muted {
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 375px) {
	.sidebar-post-thumb {
		width: 100%;
	}
}

/* info pages */
.banner-info-page img {
	max-width: 100%;
}
/* cart page */
.cart-items-wrapper {
	
}
.cart-items-wrapper .item {
	border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.cart-items-wrapper .item .image {
	padding: 25px;
}
.cart-items-wrapper .item .description-info {
	padding-top: 55px;
}
.cart-items-wrapper .item .description-info a {
	color: #000;
}
.cart-items-wrapper .item .description-info a h4 {
	
}
.cart-items-wrapper .item .qty-price-del-wrap {
	padding-top: 50px;
}
.cart-items-wrapper .item .qty-price-del-wrap .quantity {
	
}
.cart-items-wrapper .item .qty-price-del-wrap .cart-item-price {
	padding-top: 8px;
}
.cart-items-wrapper .item .qty-price-del-wrap .cart-item-price h4 {
	
}
.cart-items-wrapper .item .qty-price-del-wrap .cart-item-price h5 {
	
}
.cart-items-wrapper .item .qty-price-del-wrap .edit a {
	padding-top: 5px;
    display: block;
    color: #da0404;
}
.cart-items-wrapper .item .qty-price-del-wrap .edit a .fa {
	font-size: 18px;
}
.cart-items-wrapper .item .quantity-label-cart {
	padding-left: 30px;
}

/* info page */
.letter-spacing-style p {
	letter-spacing: 1px;
}
/* contact us */
.contact-info-wrapper ul {
	padding-left: 0px;
	margin: 0px;
	margin-top: 20px;
	list-style: none;
}
.contact-info-wrapper ul li {
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
    position: relative;
    padding-left: 40px;
}
.contact-info-wrapper ul li .fa {
	margin-right: 0px;
    font-size: 22px;
    color: #636363;
    position: absolute;
    left: 0px;
}
#map {
    height: 350px;
}
.map-wrapper {
	width: 100%;
	float: left;
	margin-top: 30px;
}
@media (max-width: 768px) {
	.contact-info-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.custom-account-btn {
	color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    display: block;
    background-color: #ded4d7;
    padding: 10px;
	margin-top: 28px;
}

.custom-account-btn:hover {
	color: #000;
	text-decoration: none;
}
.custom-account-btn .fa {
	margin-right: 16px;
}
.login-4-pricing, .login-4-pricing:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.login-4-pricing-holder {
	display: block;
	float: right;
	margin-left: 16px;
}
.login-4-pricing-product {
	padding: 4px 34px;
    letter-spacing: 1px;
    border: 1px solid #dccdd2;
    float: right;
    font-weight: 600;
    font-size: 14px;
	color: #000;
}
.login-4-pricing-product:hover {
	text-decoration: none;
	color: #000;
}
@media (max-width: 767px) {
	.login-4-pricing-holder {
		width: 100%;
	}
	.login-4-pricing-product {
		float: left;
	}
}
/* wholesale register */
.custom-btn, .custom-btn:hover {
	background-color: #dccdd2;
    border: none;
}
#instafeed img {
	margin: 2px;
}