/*------------------------------------------------------------------
Project:		Sport Store
Version:		1.0
Last change:	02/10/17 [Fixed]
AuthorName:		FineLayers
Primary use:	Sports Store


[Color codes]
Background:	#ffffff (white)
Content:	#444444 (gray)
Header h1:	#00000 (black)
Header h2:	#222222 (dark gray)
Footer:		#101010 (dark gray)


[Typography]
Body copy:			font:24px/14px 'Open Sans', sans-serif;
Headers:			font:48px/48px 'Signika', sans-serif;
Input, textarea:	font:24px/14px 'Open Sans', sans-serif;
Sidebar heading:	font:18px/18px 'Signika', sans-serif;


/------------------------------------------------------------
[Table of contents]
1. Theme Reset Style							=	00
   1.1. Wrapper // .wrapper, a, p, :hover		=	00
2. Global Elements // bidy h1, h2, h3 			=	00
3. Home Page 									=	00
    3.1 Inner Banner // .inner-banner	    	=	00
    3.2 Blog // .blog-post						=	00
4. Single Post // .single-post					=	00
5. Shop // .products-grid						=	00
6. Product Detail								=	00
   6.1 Product Slider // .product-slides		=	00
   6.2 Product Details // .product-detail		=	00
7. Contact Us // .contact-list					=	00
8. Home 2   									=	00
9. Gallery Pages // .gallery-widget				=	00
10. Cart Pages // .cart-options 				=	00
11. Slide menu // .toggle-meun					=	00
12. Updates // At the End						=	00
-------------------------------------------------------------------*/

/*********** Theme Reset Style Start ***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i|Roboto+Condensed:400,400i,700,700i|Signika:300,400,600,700');
html body {
	background: #fff;
	font-size: 14px;
	color: #888;
	font-family: "Century Gothic", "CenturyGothicRegular", Verdana, Tahoma, Helvetica, sans-serif!important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	margin: 0 0 20px;
	font-family: 'Signika', sans-serif;
	color: #000;
	font-weight: bold;
}
body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a {
	color: #000;
}
h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 38px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
div {
	outline: none;
}
p a {
	color: #999;
}
p a:hover {
	text-decoration: underline;
	outline: none;
}
p {
	letter-spacing: normal;
	margin: 0 0 20px;
	line-height: 22px;
	font-size: 14px;
	color: #888;
}
a {
	color: #999;
	text-decoration: none;
	outline: none!important;
	display: block;
}
body a:hover, body a:focus {
	outline: none;
	text-decoration: none;
}
body .btn:hover, body .btn:focus, body .btn.focus, body input {
	outline: none;
	text-decoration: none;
}
img {
	max-width: 100%;
}
iframe {
	border: 0;
	width: 100%;
}
button {
	background: none;
	border: 0;
	background: none;
}
blockquote {
	padding: 0;
	border: 0;
}
label {
	display: block;
	font-weight: 400;
	margin: 0;
}
body textarea {
	border-radius: 0;
	resize: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input, .form-control {
	border: 0;
	height: 50px;
	line-height: 50px;
	width: 100%;
	border-radius: 0;
	background: none;
	color: #999;
	padding: 0 20px;
	font-size: 16px;
	border: 1px solid #e1e1e1;
	box-shadow: none;
	text-transform: capitalize;
}
.form-control.border-0 {
	border: 0;
}
.form-control.bg-wihet {
	background: #fff;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control:-moz-placeholder {
color: #999;
}
.form-control::-moz-placeholder {
color: #999;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control:focus::-webkit-input-placeholder {
opacity: 0;
}
.form-control:focus:-moz-placeholder {
opacity: 0;
}
.form-control:focus::-moz-placeholder {
opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
opacity: 0;
}
/******************** Theme Reset Style ********************/

/******************** Global Elements Start ********************/

.wrapper {
	position: relative;
}
.tc-btn {
	display: inline-block;
	position: relative;
	padding: 0 60px 0 20px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #005994;
	position: relative;
	font-size: 18px;
	overflow: hidden;
}
.tc-btn i {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	background: rgba(0,0,0,0.1);
}
.tc-btn-1 {
	height: 36px;
	line-height: 36px;
	padding: 0 30px;
	text-align: center;
	color: #fff;
	background: #424242;
	border-radius: 3px;
	display: inline-block;
}
.tc-btn-1:hover {
	color: #fff;
}
.tc-btn:hover {
	color: #fff;
}
.tc-btn::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 43px;
	background: rgba(0,0,0,0.1);
}
.tc-btn:hover::before {
	right: 0;
	width: 100%;
}
.main-heading-holder {
	text-align: center;
}
.main-heading {
	display: inline-block;
	padding: 0 0 50px;
}
.main-heading h2 {
	margin: 0 0 16px;
}
.dot-style {
	display: inline-block;
	width: 120px;
	border-bottom: 1px solid #424242;
	position: relative;
}
.dot-style::before, .dot-style::after, .dot-style i::before, .dot-style i::after {
	content: "\f111";
	font-family: icomoon;
	font-style: normal;
	position: absolute;
	top: -7px;
	font-size: 9px;
}
.dot-style::before {
	right: 100%;
}
.dot-style::after {
	left: 100%;
}
.dot-style i {
	display: inline-block;
	height: 5px;
	left: 50%;
	position: absolute;
	width: 55px;
	margin: 0 0 0 -26px;
	top: -2.8px;
}
.dot-style i::before, .dot-style i::after {
	top: -4.2px;
}
.dot-style i::before {
	left: 98%;
}
.dot-style i::after {
	right: 98%;
}
.main-heading-holder.left {
	overflow: hidden;
}
.main-heading-holder.left .main-heading {
	float: left;
}
.main-heading-holder.left .main-heading {
	width: 100%;
	display: block;
}
.main-heading-holder.left .main-heading .dot-style {
	width: 100%;
}
.main-heading-holder.left .main-heading h2 {
	text-align: left;
}
.main-heading-holder.left .main-heading .dot-style i {
	left: 0;
	width: 30%;
	margin: 0;
}
.main-heading-holder.left .main-heading .dot-style::before {
	display: none;
}
.main-heading-holder.left .main-heading .dot-style i::after {
	left: -1px;
}
.main-heading.h-white .dot-style {
	border-color: #fff;
}
.main-heading.h-white .dot-style::before, .main-heading.h-white .dot-style::after {
	color: #fff;
}
.tc-pagination {
	text-align: center;
	position: relative;
}
.tc-pagination.border-top {
	border-top: 1px solid #e7e7e7;
	padding: 30px 0 0;
}
.tc-pagination ul {
	display: inline-block;
	margin: 0;
}
.tc-pagination ul li {
	margin: 0 0 0 5px;
	float: left;
}
.tc-pagination ul li:first-child {
	margin: 0;
}
.tc-pagination ul li a {
	height: 35px;
	line-height: 30px;
	min-width: 35px;
	text-align: center;
	font-weight: bold;
	color: #777;
	border: 2px solid #e1e1e1;
	padding: 0;
	border-radius: 0!important;
	display: block;
	background: none;
	font-size: 12px;
}
.tc-pagination ul li a:hover {
	color: #fff;
}
.tc-breadcrumb ul {
	display: inline-block;
}
.tc-breadcrumb li {
	float: left;
	color: #fff;
}
.tc-breadcrumb li a {
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.tc-breadcrumb li::before {
	float: left;
	line-height: 22px;
	content: "/";
	font-family: fontawesome;
	margin: 0 10px;
}
.tc-breadcrumb li:first-child::before {
	display: none;
	margin: 0;
}
.rating-stars li {
	float: left;
	margin: 0 0 0 3px;
}
.rating-stars li:first-child {
	margin: 0
}
.rating-stars li i {
	color: #fdcb2f;
}
.tc-social-icons ul {
	overflow: hidden;
}
.tc-social-icons ul li {
	margin: 0 0 0 1px;
	float: left;
}
.tc-social-icons ul li:first-child {
	margin: 0;
}
.tc-social-icons ul li a {
	height: 40px;
	line-height: 40px;
	width: 40px;
	background: rgba(0,0,0,0.1);
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.overlay-dark {
	position: relative;
}
.overlay-dark::before, .overlay-dark::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.position-center-x {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.position-center-y {
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.p-absolute {
	position: absolute;
}
.p-relative {
	position: relative;
}
.z-index-1 {
	z-index: 1;
}
.z-index-2 {
	z-index: 2;
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
padding-right: 0;
padding-left: 0;
}
.meta-post ul {
	overflow: hidden;
}
.meta-post ul li {
	float: left;
	color: #000;
	font-size: 14px;
	margin: 0;
}
.meta-post ul li::before {
	content: "\f142";
	float: left;
	margin: 0 8px;
	font-family: icomoon;
	color: #d9d9d9;
	font-size: 12px;
}
.meta-post ul li:first-child::before {
	display: none;
}
.meta-post ul li i {
	margin: 0 10px 0 0;
	color: #000;
}
.white-bg {
	background: #fff;
}
.gray-bg {
	background: #f7f7f7;
}
.text-white {
	color: #fff;
}
.font-bold {
	font-weight: bold;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.d-inline-block {
	display: inline-block;
}
.d-block {
	display: block;
}
.h-white h1, .h-white h2, .h-white h3, .h-white h4, .h-white h5, .h-white h6 {
	color: #fff;
}
.p-white p {
	color: #fff;
}
.h-m-0 h1, .h-m-0 h2, .h-m-0 h3, .h-m-0 h4, .h-m-0 h5, .h-m-0 h6 {
	margin: 0;
}
.p-m-0 p {
	margin: 0;
}
.h-white h1 a, .h-white h2 a, .h-white h3 a, .h-white h4 a, .h-white h5 a, .h-white h6 a {
	color: #fff;
}
.p-white p {
	color: #fff;
}
.h-m-0 h1 a, .h-m-0 h2 a, .h-m-0 h3 a, .h-m-0 h4 a, .h-m-0 h5 a, .h-m-0 h6 a {
	margin: 0;
}
.p-m-0 p a {
	margin: 0;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-80 {
	margin-bottom: 90px;
}
.mb-80 {
	margin-bottom: 1000px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-80 {
	margin-top: 90px;
}
.mt-80 {
	margin-top: 100px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-80 {
	padding-bottom: 90px;
}
.pb-80 {
	padding-bottom: 100px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-80 {
	padding-top: 90px;
}
.pt-80 {
	padding-top: 100px;
}
.tc-padding-top {
	padding-top: 70px;
}
.tc-padding-bottom {
	padding-bottom: 70px;
}
.tc-padding {
	padding: 70px 0;
}
.tc-margin {
	margin: 70px 0;
}
.tc-margin-top {
	margin-top: 70px;
}
.tc-margin-bottom {
	margin-bottom: 70px;
}
.btn-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.btn-list li {
	float: left;
	margin: 0 0 0 30px;
}
.btn-list li:first-child {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.d-list li {
	float: left;
	margin: 0 0 0 10px;
}
ul.d-list li:first-child {
	margin: 0;
}
.m-0 {
	margin: 0!important;
}
.m-bottom-0 {
	margin-bottom: 0!important;
}
.p-0 {
	padding: 0!important;
}
.border-0 {
	border: 0!important;
}
.m-lef-0 {
	margin-left: 0;
}
.m-right-0 {
	margin-right: 0;
}
.w-100-pre {
	width: 100%;
}
.h-100-pre {
	height: 100%;
}
.radius-1 {
	border-radius: 1px;
}
.radius-2 {
	border-radius: 2px;
}
.radius-3 {
	border-radius: 3px;
}
.radius-4 {
	border-radius: 4px;
}
.radius-5 {
	border-radius: 5px;
}
.radius-6 {
	border-radius: 6px;
}
.radius-7 {
	border-radius: 7px;
}
.radius-8 {
	border-radius: 8px;
}
.radius-9 {
	border-radius: 9px;
}
.radius-10 {
	border-radius: 10px;
}
.overflow-hidden {
	overflow: hidden;
}
.has-layout {
	float: left;
	width: 100%;
}
.navbar-brand {
	height: auto;
	width: auto;
	padding: 0;
}
.after-clear::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.slick-list {
	margin: 0 -15px;
	overflow: hidden;
}
.slick-list .slick-slide {
	margin: 0 15px;
	display: inline-block;
}
/****** Global Elements End******/


/****** Home Page 1 Start *****************************************************************/

/* Top Bar */
.top-bar .tc-social-icons {
	float: left;
}
.top-bar .tc-social-icons ul {
	float: left;
}
.shipping-p {
	float: left;
	margin: 0 0 0 20px;
	line-height: 40px;
	color: #fff;
	font-family: 'Signika', sans-serif;
}
.address-nd-search {
	float: right;
}
.mobile-address {
	line-height: 40px;
	display: inline-block;
	color: #fff;
	float: left;
	margin: 0 20px 0 0;
	font-family: 'Signika', sans-serif;
}
.mobile-address i, .search-bar a {
	height: 40px;
	line-height: 40px;
	width: 40px;
	background: rgba(0,0,0,0.1);
	color: #fff;
	text-align: center;
	font-size: 18px;
	float: left;
	margin: 0 20px 0 0;
}
.search-bar a {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
.search-bar {
	position: relative;
	float: left;
}
.search-bar input {
	height: 40px;
	line-height: 40px;
	border: 0;
	color: #fff;
	font-size: 13px;
	background: #c50e00;
}
 .search-bar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
}
.search-bar input::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
.search-bar input:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
.search-bar input:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
/* Logo Bar */
.logo-bar {
	text-align: center;
	padding: 30px 0;
}
.logo {
	display: inline-block;
}
.cart-options li {
	float: left;
	margin: 0 0 0 10px;
}
.cart-options li:first-child {
	margin: 0;
}
.cart-options li a {
	height: 48px;
	line-height: 52px;
	position: relative;
	width: 48px;
	text-align: center;
	color: #888;
	border: 1px solid #ddd;
	font-size: 20px;
}
.cart-options li a:hover {
	color: #fff;
}
.cart-options .icon-cart {
	position: relative;
}
.badge.badge-notify.my-cart-badge {
	position: absolute;
	top: 0;
}
/* Nav Holder */
.nav-holder {
	background: #f2f2f2;
	text-align: center;
}
.nav-list li {
	float: left;
	position: relative;
}
.nav-list li a {
	padding: 15px 59px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Signika', sans-serif;
	border-left: 1px solid #dfdfdf;
	color: #535353;
}
.nav-list li:last-child a {
	border-right: 1px solid #dfdfdf;
}
.nav-list li:first-child::before {
	display: none;
}
.nav-list li:hover ul {
	visibility: visible;
	opacity: 1;
}
.nav-list li ul {
	position: absolute;
	top: 100%;
	background: #fff;
	left: 0;
	z-index: 1;
	min-width: 200px;
	visibility: hidden;
	opacity: 0;
}
.nav-list li ul li {
	float: none;
}
.nav-list li ul li a {
	padding: 10px 20px;
	border: 0;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 13px;
}
.nav-list li ul li a:hover {
	color: #fff;
}
.nav-holder.style-2 .nav-list li a {
	color: #fff;
	border-color: rgba(255,255,255,0.4);
}
.nav-holder.style-2 .nav-list li ul li a {
	color: #999;
}
.nav-holder.style-2 .nav-list li ul li a:hover {
	color: #fff;
}
/* Shipping Alerts */
.shipping-alerts {
	background: #1a1a1a;
}
.alerts-list li {
	float: left;
	width: 33%;
	text-align: center;
	padding: 15px 0;
}
.alerts-list li h5 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}
.alerts-list li span {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.alerts-list li.active {
	background: #005994;
}
/* Banner */
.banner {
	position: relative;
	padding: 110px 0;
}
.banner img {
	width: 100%;
}
.inner-overlay {
	width: 100%;
}
.caption-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.caption {
	padding: 80px 0 0;
}
.caption h1 {
	font-size: 72px;
	color: #005994;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
.caption h2 {
	font-size: 42px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.caption .tc-btn {
	margin: 10px 0 0 0;
}
/* Circul Products */
.circul-products {
	background: #fff;
	text-align: center;
	position: relative;
	border-radius: 100%;
	overflow: hidden;
}
.circul-products img {
	border: 10px solid #eee;
	border-radius: 100%;
}
.circul-products h4 {
	padding: 15px 0;
	background: #eee;
	position: absolute;
	bottom: 5px;
	width: 100%;
	margin: 0;
}
.circul-products:hover h4 {
	color: #fff;
}
/* Products */
.products-grid {
	background: #fff;
	border: 1px solid #c8c6c6;
	margin: 15px 0;
}
.products-grid:hover .product-btach {
	left: 0;
}
.products-grid figure {
	position: relative;
	overflow: hidden;
}
.product-btach {
	position: absolute;
	top: 20px;
	left: -45%;
	padding: 2.4px 10px;
	background: #ba9f65;
	color: #fff;
	font-size: 11px;
}
.product-btach::before {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	height: 20px;
	width: 10px;
	/* background: url(/assets/images/) no-repeat; */
}
.products-grid .detail {
	overflow: hidden;
	padding: 20px 15px;
	border-bottom: 1px solid #eee;
}
.products-grid .detail h3 {
	float: left;
	line-height: 24px;
	margin: 0;
}
.products-grid .detail h4 {
	float: right;
	color: #bababa;
	line-height: 24px;
	margin: 0;
}
.products-grid .btm {
	overflow: hidden;
}
.products-grid .btm .shop-btn:hover {
	color: #fff;
}
.products-grid .btm .shop-btn:first-child {
	width: 30%;
	border-right: 1px solid #f2f2f2;
}
.shop-btn {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	float: left;
}
.products-grid .btm .shop-btn:last-child {
	width: 70%;
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.products-grid .btm .shop-btn:last-child i {
	margin: 0 10px 0 0;
}
.my-cart-icon {
	cursor: pointer;
}
/* Testimonial Holder */
.testimonial-holder {
	position: relative;
}
.testimonial-holder::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.aurthor-title {
	text-align: center;
	float: left;
	margin: 0 100px 0 0;
}
.aurthor-title img {
	border: 3px solid #fff;
	border-radius: 100%;
	margin: 0 0 20px;
}
.aurthor-title h3 {
	color: #fff;
	margin: 0;
}
.testimonial-text {
	float: left;
	width: 77%;
}
.testimonial-text .head {
	overflow: hidden;
	margin: 0 0 20px;
}
.testimonial-text .head h3 {
	float: left;
	color: #fff;
	margin: 0;
}
.testimonial-text .head .rating-stars {
	float: left;
	margin: 8px 0 0 20px;
}
.testimonial-text p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin: 0;
}
/* Brands icons */
.icons-list ul {
	margin: -20px 0 0 -30px;
	overflow: hidden
}
.icons-list ul li {
	float: left;
	margin: 20px 0 20px 30px;
}
.address-list {
	background: #005994;
}
.address-list li {
	font-size: 14px;
	color: #fff;
	padding: 14px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.address-list li i {
	margin: 0 10px 0 0;
}
.instagram-slider .slick-list, .instagram-slider .slick-slide {
	margin: 0!important;
}
.instagram-slider li a {
	position: relative;
}
.instagram-slider li a::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	visibility: hidden;
	opacity: 0;
	top: 100%;
}
.instagram-slider li a:hover::before {
	visibility: visible;
	opacity: 1;
	top: 0;
}
.instagram-slider li img {
	width: 100%;
}
.instagram-slider li a span {
	font-size: 0;
	color: #fff;
}
.instagram-slider li a:hover span {
	font-size: 40px;
}
.instagram-feed {
	position: relative;
}
.instagram-heading {
	width: 16.7%;
	position: absolute;
	height: 100%;
	z-index: 1;
	padding: 40px 30px;
	overflow: hidden;
}
.instagram-heading h1 {
	font-size: 40px;
	color: #fff;
	line-height: 55px;
}
/*
.instagram-heading::before {
	content: "";
	width: 0;
	height: 100%;
	border-style: solid;
	border-width: 0 0 230px 180px;
	border-color: transparent transparent #252525 transparent;
	position: absolute;
	top: 0;
	right: 0;
}
*/
.blog-nd-map-holder {
	position: relative;
}
.blog-nd-map {
	padding: 80px 0;
	background: #fff;
}
.blog-grid figure {
	margin: 0 0 10px;
	border: 1px solid #bfbfbf;
}
.blog-grid .detail h4 {
	margin: 0 0 5px;
}
.blog-grid .detail p {
	font-size: 12px;
	margin: 0;
}
.blog-grid .detail p a {
	display: inline-block;
}
#map-1 {
	height: 188px;
	border-top: 8px solid;
}
.footer-map .btm {
	padding: 10px 15px;
	overflow: hidden;
	margin-top: -5px;
}
.footer-map iframe {
	border: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 200px;
}
.footer-map .btm span {
	float: left;
	color: #fff;
}
.footer-map .btm a {
	float: right;
	color: #fff;
	font-size: 16px;
}
.nav-nd-icons {
	padding: 30px 0;
	overflow: hidden;
}
.footer-nav {
	float: left;
	margin: 10px 0 0;
}
.footer-nav li {
	float: left;
	margin: 0 0 0 50px;
}
.footer-nav li:first-child {
	margin: 0;
}
.footer-nav li a {
	color: #9a9a9a;
}
.nav-nd-icons .tc-social-icons {
	float: right;
}
/* Sub Footer */
.sub-footer {
	background: #101010;
	padding: 20px 0;
}
.sub-footer p {
	float: left;
	margin: 0;
}
.sub-footer .d-list {
	float: right;
}
.sub-footer .d-list li a {
	font-size: 20px;
}
/****** Inner Banner ***************************/
.inner-banner {
	padding: 90px 0;
}
.inner-banner h2 {
	font-size: 60px;
	float: left;
	margin: 0;
}
/****** Blog ***********************************************************/
.blog-post figure {
	margin: 0 0 30px;
	border: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.blog-post figure img {
	width: 100%;
}
.blog-post figure iframe {
	height: 340px;
}
.blog-post figure .overlay {
	position: absolute;
	right: -100%;
	top: auto;
	left: auto;
	bottom: -100%;
	height: 300px;
	width: 300px;
	background: none;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}
.blog-post figure .overlay::before {
	content: "";
	width: 0;
	height: 100%;
	border-style: solid;
	border-width: 0 0 140px 232px;
	border-color: #d0d0d0;
	top: 0;
	right: 0;
	position: absolute;
}
.blog-post figure .overlay .d-list {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.blog-post figure .overlay .d-list li a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	background: #293237;
	transform: scale(0.9);
	visibility: hidden;
	opacity: 0;
}
.blog-post figure .overlay .d-list li:first-child a {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.blog-post figure .overlay .d-list li:last-child a {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.blog-post figure:hover .overlay .d-list li a {
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}
.blog-post figure:hover .overlay {
	visibility: visible;
	opacity: 1;
	bottom: 0;
	right: 0;
}
.blog-post .detail {
	padding: 0 0 0 125px;
	position: relative;
}
.blog-post .detail .blog-date {
	position: absolute;
	left: 0;
}
.blog-date .date {
	position: relative;
	height: 85px;
	width: 85px;
	text-align: center;
	background: #424242;
	border-radius: 100%;
	padding: 15px 0 0;
}
.blog-date .date .ref-icon {
	position: absolute;
	right: -20px;
	top: 0;
	height: 40px;
	line-height: 40px;
	width: 40px;
	font-size: 16px;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
}
.blog-date strong, .blog-date span {
	color: #fff;
	font-family: 'Signika', sans-serif;
}
.blog-date strong {
	font-size: 30px;
	display: block;
	line-height: 30px;
}
.blog-date span {
	font-size: 12px;
}
.blog-date img {
	border: 7px solid #fff;
	border-radius: 100%;
	margin: 0;
	position: relative;
	z-index: 1;
	visibility: visible;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}
.blog-post:hover .blog-date img {
	margin: -15px 0 0;
	visibility: visible;
	opacity: 1;
}
.blog-post:hover .blog-date .ref-icon {
	background: #424242;
}
.blog-post .inner-detail .meta-post {
	margin: 0 0 20px;
	border-top: 1px solid #e3e7e8;
	border-bottom: 1px solid #e3e7e8;
	padding: 10px 0;
}
/* Aside */
.aside-widget {
	margin: 0 0 40px;
	overflow: hidden;
}
.aside-widget:last-child {
	margin: 0;
}
.aside-widget h3 {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 30px;
}
.aside-widget h3::before {
	content: "\f111";
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 10px;
	font-family: icomoon;
	margin: -5px 0 0;
}
.aside-search {
	position: relative;
}
.aside-search .form-control {
	width: 84%;
	height: 40px;
	line-height: 40px;
}
.aside-search button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: none;
	border: 0;
	padding: 0 20px;
}
.categories-list ul li {
	border-bottom: 1px solid #eee;
}
.categories-list ul li:first-child a {
	padding-top: 0;
}
.categories-list ul li a {
	padding: 10px 0;
	font-size: 16px;
	color: #444;
	font-weight: bold;
}
.recent-post ul li {
	position: relative;
	border-bottom: 1px solid #eee;
	margin: 0 0 15px;
	padding: 0 0 15px 85px;
}
.recent-post ul li:last-child {
	margin: 0;
	padding-bottom: 0;
	border: 0;
}
.recent-post ul li img {
	position: absolute;
	left: 0;
}
.recent-post ul li h5 {
	margin: 0 0 2px;
}
.instagram-gallery ul {
	margin: -5px 0 0 -5px;
}
.instagram-gallery ul li {
	margin: 0 0 5px 5px;
	float: left;
	width: 31%;
}
.instagram-gallery ul li a {
	border: 1px solid #eee;
}
.aside-widget .tc-social-icons ul li, .tc-social-icons.style-2 ul li {
	margin: 0 0 0 10px;
}
.aside-widget .tc-social-icons ul li:first-child, .tc-social-icons.style-2 ul li:first-child {
	margin: 0;
}
.aside-widget .tc-social-icons ul li a, .tc-social-icons.style-2 ul li a {
	border-radius: 100%;
	background: #005994;
	line-height: 37px;
	height: 35px;
	width: 35px;
	font-size: 14px;
}
.aside-tags ul {
	margin: 0 0 -8px -8px;
}
.aside-tags ul li {
	float: left;
	margin: 0 0 8px 8px;
}
.aside-tags ul li a {
	padding: 0 20px;
	font-size: 12px;
	color: #888;
	background: #eee;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.aside-tags ul li a:hover {
	color: #fff;
}
.twitter-list li {
	padding: 0 0 20px 40px;
	position: relative;
	border-bottom: 1px solid #e3e7e8;
	margin: 0 0 20px;
}
.twitter-list li p {
	color: #444;
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 10px;
}
.twitter-list li p a {
	display: inline-block;
	color: #00bdff;
}
.twitter-list li i {
	position: absolute;
	font-size: 30px;
	left: 0;
	color: #00bdff;
}
.twitter-list li span {
	font-size: 14px;
	color: #333;
	font-style: italic;
}
/****** Single Post ***********************************************************/
.blog-post.single-post blockquote {
	position: relative;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	font-family: 'Signika', sans-serif;
	padding: 0 0 0 25px;
}
.blog-post.single-post blockquote::before {
	content: "\f10e";
	position: absolute;
	left: 0;
	font-family: icomoon;
	color: #005994;
}
.blog-post.single-post > p {
	font-size: 15px;
	color: #444;
	line-height: 30px;
}
.tags-and-share {
	margin: 0 0 20px;
	overflow: hidden;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.aside-tags.style-2 {
	float: left;
}
.aside-tags.style-2 ul {
	margin: 0;
}
.aside-tags.style-2 ul li {
	float: left;
	color: #444;
	margin: 0 0 0 10px;
}
.aside-tags.style-2 ul li a {
	color: #444;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
}
.aside-tags.style-2 ul li:first-child {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.post-share {
	float: right;
}
.post-share strong {
	font-size: 18px;
	font-weight: bold;
	color: #444;
	margin: 0 20px 0 0;
	float: left;
	line-height: 40px;
}
.post-share .tc-btn {
	border-radius: 3px;
}
.post-aurthor {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	margin: 0 0 50px;
}
.post-aurthor > img {
	position: absolute;
	left: 0;
}
.post-aurthor .detail {
	padding: 0 0 0 130px;
}
.post-aurthor .detail p {
	font-size: 16px;
	color: #444;
}
.post-aurthor .detail .head {
	overflow: hidden;
	margin: 0 0 20px;
}
.post-aurthor .detail .head h3 {
	float: left;
	margin: 0;
}
.post-aurthor .detail .head .tc-social-icons {
	float: right;
}
.post-aurthor .detail .head .tc-social-icons ul li {
	margin: 0 0 0 10px;
}
.post-aurthor .detail .head .tc-social-icons ul li a {
	border-radius: 100%;
	background: #005994;
	line-height: 37px;
	height: 35px;
	width: 35px;
	font-size: 14px;
}
.related-post {
	margin: 0 0 40px;
}
.realted-post-grid figure {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.realted-post-grid figure img {
	width: 100%;
}
.realted-post-grid .detail {
	padding: 10px 0 0;
	text-align: center;
}
.realted-post-grid .detail h6 {
	margin: 0 0 5px;
}
.realted-post-grid .detail span {
	color: #666;
}
.comment-holder {
	margin: 0 0 50px;
}
.comment-holder h4 {
	text-align: center;
	background: #eee;
	font-size: 18px;
	font-weight: bold;
	line-height: 70px;
	height: 70px;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 0 0 40px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.54);
	-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.54);
	box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.54);
}
.comment-holder ul li {
	position: relative;
	overflow: hidden;
	margin: 0 0 40px;
}
.comment-holder > ul > li:last-child {
	margin: 0;
}
.comment-holder ul li img {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.54);
	-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.54);
	box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.54);
}
.comment-detail {
	padding-left: 130px;
}
.comment-detail h5 {
	display: inline-block;
	margin: 0 10px 0 0;
}
.comment-detail span {
	display: inline-block;
}
.comment-detail p {
	margin: 5px 0;
	color: #555;
}
.reply-btn {
	margin: 0 10px 0 0;
	padding: 3px 20px;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	background: #eee;
	color: #444;
}
.sub-comment {
	margin: 0 0 0 130px!important;
}
.sub-comment ul li .comment-detail {
	padding-left: 90px;
}
.leave-a-reply .form-control {
	padding: 0 35px;
}
.leave-a-reply .form-group i {
	color: #aaa;
}
.form-control.style-d {
	padding: 10px 35px;
}
/****** Shop ***********************************************************/
.range-slider .slider.slider-horizontal {
	margin: 0 0 20px;
	width: 100%;
}
.range-slider .slider.slider-horizontal .slider-track {
	background: #eee;
	box-shadow: none;
	border-radius: 0;
	height: 8px;
}
.range-slider .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
	margin-top: -10px;
	background: #fff;
	border-radius: 3px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	width: 20px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.range-slider .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
	height: 15px;
	width: 15px;
	background: #005994;
	margin-top: -3px!important;
	box-shadow: none;
	border-radius: 0;
}
.range-slider span {
	color: #444;
	font-weight: bold;
	display: block;
	float: left;
	line-height: 30px;
}
.filter-btn {
	padding: 3px 20px;
	border-radius: 3px;
	text-align: center;
	background: #005994;
	color: #fff;
	display: inline-block;
	float: right;
}
.recent-products-list > ul > li {
	position: relative;
	border-bottom: 1px solid #eee;
	margin: 0 0 15px;
	padding: 0 0 15px 90px;
	clear: both;
}
.recent-products-list > ul > li:last-child {
	margin: 0 0 3px;
	padding-bottom: 0;
	border: 0;
}
.recent-products-list > ul > li img {
	position: absolute;
	left: 0;
	border: 1px solid #c8c6c6;
}
.recent-products-list > ul > li h5 {
	margin: 0 0 10px;
	font-size: 18px;
}
.recent-products-list > ul > li span {
	display: block;
	margin: 0 0 10px;
}
.recent-products-list > ul > li > .rating-stars {
	overflow: hidden;
}
.shop-sort {
	margin: 0 0 20px;
}
.shop-sort p {
	float: left;
	color: #000;
	line-height: 40px;
	font-size: 14px;
}
.shop-sort::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.shop-sort .bootstrap-select > .dropdown-toggle {
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
}
.shop-sort .filter-option {
	color: #000;
	font-weight: bold;
}
.grid-option {
	float: right;
}
.grid-option li {
	float: left;
	margin: 0 0 0 10px;
	line-height: 30px;
	font-size: 16px;
	color: #ccc;
}
.grid-option li a {
	font-size: 14px;
	color: #cecece;
	height: 30px;
	width: 30px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 28px;
}
/****** Product Detail ***********************************************************/
/* Product Slider */
.product-slides .slick-list {
	margin: 0 0 10px!important;
}
.product-slides li {
	margin: 0!important;
	padding: 2px;
}
.product-slides ul li {
	position: relative;
}
.search-icon {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #d5d5d5;
	position: absolute;
	bottom: 0;
	left: 0;
}
.product-slides li img, .product-thumnail li img {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.20);
}
.product-thumnail .slick-list {
	margin: 0 -7.5px;
	padding-top: 5px;
}
.product-thumnail li {
	display: inline-block;
	cursor: pointer;
	margin: 0 7.5px!important;
}
/* Product Detail */
.product-detail h3 {
	font-size: 30px;
	margin: 0 0 5px;
}
.product-detail h3 span {
	display: block;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	margin: 5px 0 0;
}
.product-detail p {
	color: #333;
	margin: 0 0 10px;
}
.p-price {
	font-size: 36px;
	font-weight: bold;
	display: block;
	margin: 0 0 5px;
}
.p-price span {
	color: #444;
	font-size: 26px;
	margin: 0 0 0 10px;
	font-weight: normal;
}
.rating-stars.style-2 {
	overflow: hidden;
	margin: 0 0 20px;
}
.rating-stars.style-2 li i {
	font-size: 16px;
}
.rating-stars.style-2 li:last-child i {
	color: #c0ccd3;
}
.delivery-report ul {
	overflow: hidden;
	border: 1px solid #e2e2e2;
	margin: 0 0 20px;
}
.delivery-report ul li {
	width: 50%;
	float: left;
	padding: 15px 25px;
	background: #f1f1f1;
	border-left: 1px solid #e2e2e2;
}
.delivery-report ul li:first-child {
	border: 0;
}
.delivery-report ul li span {
	color: #3d3938;
	display: block;
}
.delivery-report ul li strong {
	font-size: 15px;
}
.quantity-addwish {
	overflow: hidden;
	margin: 0 0 20px;
}
.quantity-addwish .quantity-box {
	float: left;
	width: 150px;
	height: 35px;
}
.quantity-addwish .input-number {
	text-align: center;
	height: 35px;
	line-height: 35px;
}
.quantity-addwish .input-group-btn {
	background: #f1f1f1;
}
.quantity-addwish .discount-code {
	float: left;
	height: 35px;
	line-height: 35px;
	width: 248px;
	margin: 0 0 0 10px;
}
.product-detail .d-list {
	overflow: hidden;
	margin: 0 0 10px;
}
.product-detail .d-list .tc-btn-1 i {
	margin: 0 10px 0 0;
}
.products-tags {
	overflow: hidden;
}
.products-tags span {
	color: #848484;
	display: block;
	margin: 0 0 10px;
}
.products-tags span i {
	font-style: normal;
}
.products-tags ul li {
	float: left;
	margin: 0 0 0 10px;
}
.products-tags ul li:first-child {
	margin: 0;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 400;
}
.products-tags ul li a {
	padding: 5px 10px;
	background: #f1f1f1;
	color: #636363;
	border-radius: 4px;
	font-size: 12px;
}
.detail-tabs {
	border: 1px solid #f2f2f2;
}
.tab-nav {
	border-bottom: 1px solid #f2f2f2;
	background: #fdfdfd;
}
.tab-nav::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.tab-nav li {
	float: left;
}
.tab-nav li a {
	padding: 10px 30px;
	position: relative;
	color: #333;
	background: #fdfdfd;
	font-size: 18px;
}
.tab-nav li.active a {
	background: #f1f1f1;
}
.tab-nav li.active a::before {
	content: "";
	position: absolute;
	border-bottom: 3px solid;
	width: 100%;
	height: 100%;
	bottom: 100%;
	left: 0;
}
.tabs-panal-widget {
	padding: 30px;
}
.reviewer-list li {
	margin: 0 0 30px;
}
.reviewer-list li .comment-detail {
	position: relative;
	padding: 0 0 0 85px;
}
.reviewer-list li img {
	position: absolute;
	left: 0;
	top: 0;
}
.tabs-disc p {
	font-size: 14px;
	color: #636363;
}
.tabs-disc p:last-child {
	margin: 0;
}
.custom-rating h2 {
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 18px;
}
.custom-rating .rating-container {
	display: inline-block;
	position: absolute;
	top: -5px;
}
.custom-rating {
	margin: 0 0 30px;
}
.custom-rating .caption, .custom-rating .clear-rating {
	display: none;
}
.rating-xs {
	font-size: 17px;
}
/****** Contact Us ***********************************************************/
.map-2 {
	height: 400px;
}
.contact-list ul li {
	position: relative;
	padding: 0 0 0 50px;
	margin: 0 0 15px;
}
.contact-list ul li h5 {
	margin: 0 0 10px;
}
.contact-list ul li i {
	height: 35px;
	line-height: 35px;
	left: 0;
	width: 35px;
	background: #404040;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	text-align: center;
	position: absolute;
}
.contact-list ul li p {
	color: #969595;
	margin: 0;
}
.contact-list ul li p:last-child {
	border-bottom: 1px solid #f2f2f2;
	padding: 0 0 15px;
}
.contact-holder > div > h3 {
	font-size: 36px;
	margin: 0 0 40px;
}
/****** Home 2 ***********************************************************/
.cart-etc-option {
	float: right;
}
.cart-etc-option ul li {
	float: left;
	margin: 0 0 0 40px;
}
.cart-etc-option ul li:first-child {
	margin: 0;
}
.cart-etc-option ul li a i {
	height: 40px;
	line-height: 40px;
	width: 40px;
	background: rgba(0,0,0,0.1);
	color: #fff;
	text-align: center;
	font-size: 18px;
	float: left;
	margin: 0 10px 0 0;
}
.cart-etc-option ul li a {
	line-height: 40px;
	color: #fff;
	font-family: 'Signika', sans-serif;
}
.cart-etc-option ul li a::after {
	content: "\f107";
	float: right;
	font-family: icomoon;
	color: #fff;
	margin: 0 0 0 10px;
}
.logo-bar.style-2 .logo {
	float: left;
}
.add-1 {
	float: right;
}
.add-1 {
	padding: 1px;
	border: 1px solid #ccc;
}
.logo-bar.style-2 .opencart {
	float: right;
	margin: 20px 0 0 30px;
	padding: 10px 20px;
	background: #e0e0e0;
	font-size: 18px;
	position: relative;
}
.logo-bar.style-2 .toggleMenu {
	float: right;
	margin: 20px 0 0 10px;
	padding: 10px 20px;
	background: #e0e0e0;
	font-size: 18px;
}
.banner.style-2 {
	position: relative;
}
.banner.style-2::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
}
.banner.style-2 .caption {
	padding: 140px 0 0;
}
.banner.style-2 .caption h2 {
	font-size: 70px;
	color: #fff;
	text-transform: none;
}
.banner.style-2 .caption h1 {
	font-size: 100px;
	text-transform: none;
}
.banner.style-2 .caption h2 span {
	display: block;
	font-size: 44px;
	color: #fff;
	margin-top: 20px;
}
.quotes-and-reviews {
	background: #ececec;
}
.quotes {
	background: #45aadd;
	padding: 27px 0;
	position: relative;
}
.quotes::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 999%;
	right: 100%;
	background: #45aadd;
	top: 0;
}
.quotes h2 {
	font-size: 48px;
	color: #fff;
	margin: 0;
	line-height: 55px;
}
.reviews {
	padding: 30px 0 30px 40px;
}
.reviews p {
	color: #666;
	font-size: 18px;
	margin: 0;
}
.reviews .btm {
	overflow: hidden;
	margin: 20px 0 0;
}
.reviews .btm .rating-stars {
	float: left;
	margin: 5px 0 0;
}
.reviews .btm .rating-stars li i {
	font-size: 24px;
}
.reviews .btm .rating-stars li:last-child i {
	color: #666;
}
.reviews .btm .tc-btn {
	float: right;
}
.categories-figure {
	position: relative;
}
.categories-figure .overlay {
	padding: 30px 80px 30px 20px;
}
.categories-figure .overlay h2, .categories-figure .overlay p {
	color: #fff;
	margin: 0 0 15px;
}
.categories-figure .overlay .tc-btn {
	background: #505050;
}
.categories-figure .overlay .tc-btn i {
	background: #393939;
}
.products-grid.style-2 figure .overlay {
	background: rgba(0,0,0,0.5);
	padding: 20px 10px;
	margin: 0 0 0 50px;
	visibility: hidden;
	opacity: 0;
}
.products-grid.style-2:hover figure .overlay {
	visibility: visible;
	opacity: 1;
	margin: 0;
}
.products-grid.style-2 figure .overlay ul {
	float: left;
	margin: 0 0 0 -40px;
	visibility: hidden;
	opacity: 0;
}
.products-grid.style-2:hover figure .overlay ul {
	margin: 0;
	visibility: visible;
	opacity: 1;
}
.products-grid.style-2 figure .overlay ul li a {
	color: #222;
	height: 40px;
	line-height: 40px;
	width: 40px;
	margin: 0 0 1px;
	background: #ececec;
	text-align: center;
}
.products-grid.style-2 figure .overlay ul li a:hover {
	color: #fff;
}
.color-option {
	padding: 15px;
	overflow: hidden;
	border: 1px solid #eee;
}
.color-option .rating-stars {
	float: left;
}
.color-option .rating-stars li i {
	font-size: 16px;
}
.color-option .rating-stars li:last-child i {
	color: #666;
}
.color-option .colors {
	float: right;
}
.products-grid.style-2 .btm .shop-btn:first-child {
	color: #fff;
	line-height: 42px;
	border: 0;
	background: rgba(255,255,255,0.1);
}
.products-grid.style-2 .btm .shop-btn:last-child {
	color: #fff;
}
.products-grid.style-2 .btm .shop-btn:hover {
	background: #222;
}
.filter-tags-holder {
	text-align: center;
	overflow: hidden;
}
.filter-tags-holder ul {
	display: inline-block;
	margin: 0 0 30px;
}
.filter-tags-holder ul li {
	float: left;
	margin: 0 0 0 10px;
}
.filter-tags-holder ul li:first-child {
	margin: 0;
}
.filter-tags-holder ul li a {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #222;
	font-family: 'Signika', sans-serif;
	font-size: 16px;
	color: #fff;
}
.cart-option-list {
	overflow: hidden;
	border-top: 1px solid #eee;
}
.cart-option-list ul li {
	width: 33%;
	float: left;
	border-left: 1px solid #eee;
}
.cart-option-list ul li:first-child {
	border: 0;
}
.cart-option-list ul li a {
	color: #bababa;
	height: 50px;
	line-height: 50px;
	background: none;
	text-align: center;
	font-size: 18px;
}
.fabric-processing {
	position: relative;
}
.fabric-processing::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.9);
}
.fabric-p-figure figure {
	margin: 0 0 20px;
	border: 1px solid #979797;
}
.fabric-p-figure .detail h3 {
	margin: 0 0 10px;
}
.fabric-p-figure .detail h3 a {
	color: #fff;
}
.fabric-p-figure .detail p {
	color: #fff;
}
.fabric-p-figure .detail p a {
	display: inline-block;
}
.delivery-peross {
	padding: 20px 100px 20px 30px;
	position: relative;
	overflow: hidden;
}
.delivery-peross.peross-1 {
	background: #ececec;
}
.delivery-peross.peross-2 {
	background: #dadada;
}
.delivery-peross.peross-3 h3, .delivery-peross.peross-3 p {
	color: #fff;
}
.delivery-peross h3 {
	font-size: 30px;
	margin: 0 0 10px;
	position: relative;
	z-index: 2;
}
.delivery-peross p {
	margin: 0;
	color: #888;
	position: relative;
	z-index: 2;
}
.delivery-peross::before {
	font-family: icomoon;
	position: absolute;
	left: 50%;
	top: 0;
	font-size: 188px;
	margin: -55px 0 0 -120px;
	color: #e1e1e1;
	z-index: 1;
}
.delivery-peross.peross-1::before {
	content: "\f0d1";
}
.delivery-peross.peross-2::before {
	content: "\e96d";
}
.delivery-peross.peross-3::before {
	content: "\f025";
	opacity: 0.1;
}
.blog-nd-map-holder.style-2 .icons-list ul {
	margin: -20px 0 0 0;
}
.blog-nd-map-holder.style-2 .social-figure {
	float: right;
}
.blog-nd-map-holder.style-2 .icons-list ul li {
	margin: 20px 0 20px 54px;
}
.blog-nd-map-holder.style-2 .icons-list ul li a {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.blog-nd-map-holder.style-2 .icons-list ul li a:hover {
	filter: grayscale(0);
}
/****** Gallery Pages ***********************************************************/
.gallery-widget {
	margin: 15px 0;
}
.gallery-widget figure {
	position: relative;
	margin: 0 0 20px;
	border: 1px solid #cbc9c9;
}
.gallery-widget figure::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity: 0;
}
.gallery-widget figure a {
	font-size: 40px;
	margin: 40px 0 0;
	font-weight: 100;
	color: #fff;
	visibility: hidden;
	opacity: 0;
}
.gallery-widget:hover figure::before {
	visibility: visible;
	opacity: 1;
}
.gallery-widget:hover figure a {
	visibility: visible;
	opacity: 1;
	margin: 0;
}
.gallery-widget .detail {
	overflow: hidden;
}
.gallery-widget .detail > div {
	float: left;
}
.gallery-widget .detail h5 {
	font-size: 18px;
	margin: 0;
}
.gallery-widget .detail span {
	color: #888;
	font-size: 16px;
}
.gallery-widget .detail > a {
	float: right;
	font-size: 18px;
}
.gallery-widget .detail > a i {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.error-content {
	text-align: center;
}
.error-content img {
	display: inline-block;
	margin: 0;
}
.error-content strong {
	font-size: 90px;
}
.error-content strong span {
	color: #005994;
}
.error-content div {
	display: block;
}
.error-content p {
	font-size: 28px;
	color: #545454;
}
/****** Cart Page ***********************************************************/
.shop-cart {
	background: #fff;
	padding: 60px 30px;
}
.cart-table-holder {
	overflow: hidden;
	margin-bottom: 50px;
}
.cart-table-holder table {
	border: 0;
	margin: 0;
}
.cart-table-holder table thead tr {
	border-bottom: 1px solid #f5f5f5;
}
.cart-table-holder table thead tr th:first-child {
	text-align: left;
}
.cart-table-holder table thead tr th {
	text-align: center;
	padding: 20px;
	border: 0;
	color: #555;
	font-size: 13px;
}
.cart-table-holder table tbody tr td {
	text-align: center;
	padding: 20px;
	color: #555;
	font-weight: bold;
	border: 0;
	line-height: 50px;
}
.cart-table-holder table tbody tr {
	border-bottom: 1px solid #f5f5f5;
}
.cart-table-holder table tbody tr td .delete-product {
	font-size: 16px;
	cursor: pointer;
	color: #bfbfbf;
}
.table-cart-product {
	float: left;
}
.table-cart-product img {
	display: inline-block;
	margin: 0 20px 0 0;
	border-radius: 100%;
}
.table-cart-product h4 {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
}
.cart-btns {
	overflow: hidden;
	padding: 20px;
}
.cart-btns a:first-child {
	float: left;
}
.cart-btns a:last-child {
	float: right;
}
.quantity-box {
	width: 100px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	margin: 0 auto;
}
.quantity-box input {
	padding: 0;
	text-align: center;
	border: 0;
	height: 30px;
	line-height: 30px;
}
.quantity-box .btn {
	font-size: 16px;
	color: #bfbfbf;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
}
.quantity-box .quantity-box {
	float: left;
}
.total-ammount2 {
	overflow: hidden;
	padding: 15px 30px;
	margin: 0 0 20px;
	border-bottom: 1px solid #f5f5f5;
}
.total-ammount2 strong:first-child {
	float: left;
}
.total-ammount2 strong:last-child {
	float: right;
}
.total-ammount2 strong {
	color: #999;
	font-size: 14px;
}
.total-ammount2 strong span {
	margin: 0 0 0 10px;
}
.delivery-address {
	background: #fff;
}
.d-address-form {
	width: 65%;
	margin: 0 auto;
}
.d-address-form .form-group .form-control {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background: #f9f9f9;
	border-color: #d0d0d0;
	border-radius: 3px;
}
.d-address-form .form-group label {
	display: block;
	margin: 0 0 10px;
	color: #555;
}
.d-address-form .form-group .bootstrap-select > .dropdown-toggle {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background: #f9f9f9;
	color: #999;
}
.delivery-address .btn-list {
	display: inline-block;
	margin: 20px 0 0;
}
.checkout-holder {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.cards-list {
	padding: 0 80px;
	position: relative;
	margin: 0 0 30px;
}
.cards-slider .slick-arrow {
	height: 25px;
	width: 25px;
	border-radius: 100%;
	border: 1px solid #c2c2c2;
	display: block;
	text-align: center;
	line-height: 23px;
	position: absolute;
	top: 15px;
	font-family: icomoon;
	cursor: pointer;
}
.cards-slider .slick-arrow.slick-next {
	right: 0;
}
.cards-slider .slick-arrow.slick-prev {
	left: 0;
}
.cards-slider .slick-arrow.slick-next::before {
	content: "\f105";
}
.cards-slider .slick-arrow.slick-prev::before {
	content: "\f104";
}
.cards-form {
	padding: 20px 50px;
	border: 2px solid #ededed;
	overflow: hidden;
}
.cards-form .form-group label {
	display: block;
	margin: 0 20px 0 0;
	font-size: 16px;
	font-weight: 600;
	color: #555;
	margin: 0 0 10px;
	text-align: left;
}
.cards-form .form-group input {
	float: left;
	height: 38px;
	line-height: 38px;
	border-radius: 4px;
	background: #f1f2f7;
	border: 1px solid #d0d0d0;
}
.checkout-holder .btn-list {
	display: inline-block;
	margin: 30px 0 0;
}
.done-order {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.done-order img {
	margin: 0 0 20px;
}
.done-order h2 {
	font-size: 34px;
	color: #333;
	margin: 0 0 10px;
	font-weight: bold;
}
.done-order p {
	color: #555;
	margin: 0;
}
/****** Slide menu ***********************************************************/
.toggleMenu {
	float: right;
	display: none;
	color: #fff;
	font-size: 16px;
}
.slide-menu {
	padding: 30px;
	background: #fff;
}
.slide-menu li a {
	font-size: 18px;
	padding: 10px 0;
	position: relative;
	text-transform: capitalize;
}
.slide-menu li ul {
	margin: 0 0 0 20px;
}
.slide-menu li a.drop-icon::before {
	content: "\f0dd";
	position: absolute;
	right: 0;
	font-family: icomoon;
}
.slide-logo {
	margin: 0 0 30px;
}
/****** Updats **********************************************************
[02-10-2017]
*/

.footer {
	background: #1a1a1a;
	width: 100%;
	float: left;
	padding-top: 50px;
}
.widget {
	margin-bottom: 50px;
}
.widget.text-widget img {
	margin-bottom: 20px;
}
.widget h3 {
	color: #fff;
	font-size: 24px;
}
.quick-links li {
	width: 50%;
	float: left;
}
.quick-links li a {
	line-height: 30px;
	color:#888888;
}

.sub-footer .d-list a {color:#888;}

.quick-links li a:before {
	background: url(/assets/images/arrow.png);
	display: inline-block;
	margin-right: 10px;
	content: "";
	width: 7px;
	height: 7px;
	line-height: 30px;
}
.f-pro li {
	width: 33%;
	float: left;
	padding: 3px;
	box-sizing: border-box;
}
.footer .tc-social-icons {
	width: 100%;
	float: left;
}
.newsletter-bar {
	position: relative;
	margin-bottom: 20px;
}
.newsletter-bar input {
	background: #f5f5f5;
	height: 33px;
	line-height: 33px;
	padding: 0 15px;
	font-size: 14px;
	border: 0px;
}
.widget .tc-social-icons ul li a {
	background: #333;
}
.newsletter-bar a {
	position: absolute;
	top: 0;
	right: 0px;
	background: #d31001;
	height: 33px;
	color: #fff;
	width: 38px;
	line-height: 33px;
	text-align: center;
}
.tc-pagination {
	margin-bottom: 50px;
}

div#gmap {width:100%; float:left; overflow:hidden;}
.footer-map div#gmap iframe {width:100%; border:0px; outline:none; height:200px; margin-bottom:0;}
div#gmap iframe {width:100%; border:0px; outline:none; height:350px; margin-bottom:50px;}

.form-control {
	text-transform: none!important;
}
/*------------------------------------------------------------------
Project:		Sport Store
Version:		1.0
Last change:	02/10/17 [Fixed]
AuthorName:		FineLayers
Primary use:	Sports Store 


[Color codes]
Background:	#ffffff (white)
Content:	#444444 (gray)
Header h1:	#00000 (black)
Header h2:	#222222 (dark gray)
Footer:		#101010 (dark gray)


[Typography]
Body copy:			font:24px/14px 'Open Sans', sans-serif;
Headers:			font:48px/48px 'Signika', sans-serif;
Input, textarea:	font:24px/14px 'Open Sans', sans-serif;
Sidebar heading:	font:18px/18px 'Signika', sans-serif;


/------------------------------------------------------------ 
[Table of contents]


1. Scrollup To Top //  .scrollup
2. Css Resets // article, aside, details
3. Fancybox
4. Rating-loading // .rating-loading
5. Bootstrap Form Elements
6. Range Slider // .slider

-------------------------------------------------------------------*/

/*********** Theme Reset Style Start ***********/

/****** Scroll To Top ******************************/
/****************************** Scroll To Top ******/
.scrollup{ display: inline-block; position: fixed; bottom: 55px; right: 50px; font-size: 20px; cursor: pointer;  opacity: 0; z-index: 1000; display: block;
height: 50px; width: 50px; text-align: center; line-height: 50px; color: #fff;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-moz-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;}
.scrollup.cd-is-visible, .scrollup.cd-fade-out, .no-touch .scrollup:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;}
.scrollup.cd-is-visible{ visibility: visible; opacity: 1;}
.scrollup.cd-fade-out{ opacity: .5;}
.no-touch .scrollup:hover{ opacity: 1;}
/****** Scroll To Top ******************************/
/****************************** Scroll To Top ******/

/****** normalize ******************************/
/****************************** normalize ******/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
[hidden]{display:none;}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
a:focus{outline:thin dotted;}
a:active,a:hover{outline:0;}
h1{font-size:2em;margin:.67em 0;}
abbr[title]{border-bottom:1px dotted;}
b,strong{font-weight:700;}
dfn{font-style:italic;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
mark{background:#ff0;color:#000;}
code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}
pre{white-space:pre-wrap;}
q{quotes:\201C \201D \2018 \2019;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-.5em;}
sub{bottom:-.25em;}
img{border:0;}
svg:not(:root){overflow:hidden;}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}
button,input{line-height:normal;}
button,select{text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled]{cursor:default;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
textarea{overflow:auto;vertical-align:top;}
table{border-collapse:collapse;border-spacing:0;}
body,figure{margin:0;}
legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
/****** normalize ******************************/
/****************************** normalize ******/

/******** fancybox Latest *****************************************************************/
/**************************************************************** fancybox Latest *********/
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}
/******** fancybox Latest *****************************************************************/
/**************************************************************** fancybox Latest *********/

/******** Bootstrap-select v1.12.1 *****************************************************************/
/**************************************************************** Bootstrap-select v1.12.1 *********/
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/******** Bootstrap-select v1.12.1 *****************************************************************/
/**************************************************************** Bootstrap-select v1.12.1 *********/

/******** bootstrap-star-rating v4.0.2 *****************************************************************/
/**************************************************************** bootstrap-star-rating v4.0.2 *********/
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url('../img/loading.gif') top left no-repeat;
    border: none;
}

/*
 * Stars
 */
.rating-container .rating {
    cursor: default;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.rating-disabled .rating {
    cursor: not-allowed;
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
}

.rating-container .empty-stars {
    color: #aaa;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #ff8105;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #ff8105;
}

.rating-rtl {
    float: right;
}

.rating-animate .filled-stars {
    transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}

.rating-rtl.is-star .filled-stars {
    right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
}

/**
 * Sizes
 */
.rating-xl {
    font-size: 4.89em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 2em;
}

.rating-xl {
    font-size: 4.89em;
}

/**
 * Clear
 */
.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.rating-container .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */
.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -0.6em;
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0;
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
}

/**
 * Print
 */
@media print {
    .rating-container .clear-rating {
        display: none;
    }
}
/******** bootstrap-star-rating v4.0.2 *****************************************************************/
/**************************************************************** bootstrap-star-rating v4.0.2 *********/

/******** slider-pro *****************************************************************/
/**************************************************************** slider-pro *********/
/* Core
--------------------------------------------------*/
.slider-pro {
	position: relative;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sp-slides-container {
	position: relative;
}

.sp-mask {
	position: relative;
	overflow: hidden;
}

.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sp-slide {
	position: absolute;
}

.sp-image-container {
	overflow: hidden;
}

.sp-image {
	position: relative;
	display: block;
	border: none;
}

.sp-no-js {
	overflow: hidden;
	max-width: 100%;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
	position: absolute;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
}

.sp-black {
	color: #FFF;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}

.sp-white {
	color: #000;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
	border-radius: 10px;
}

.sp-padding {
	padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-selectable {
	cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
	text-align: center;
	margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
	margin: 0 !important;
	background-color: #000;
}

.sp-full-screen-button {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-full-screen-button:before {
	content: '\2195';
}

.sp-fade-full-screen {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
	opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.sp-rtl .sp-buttons {
	direction: rtl;
}

.sp-full-screen .sp-buttons {
	display: none;
}

.sp-button {
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.sp-selected-button {
	background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sp-button {
		width: 14px;
		height: 14px;
	}
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
	.sp-button {
		width: 16px;
		height: 16px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
	.sp-button {
		width: 18px;
		height: 18px;
	}
}


/* Video
--------------------------------------------------*/
a.sp-video {
	text-decoration: none;
}

a.sp-video img {
	-webkit-backface-visibility: hidden;
	border: none;
}

a.sp-video:after {
	content: '\25B6';
	position: absolute;
	width: 45px;
	padding-left: 5px;
	height: 50px;
	border: 2px solid #FFF;
	text-align: center;
	font-size: 30px;
	border-radius: 30px;
	top: 0;
	color: #FFF;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	margin: auto;
	line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
	max-width: none;
	max-height: none;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	-mox-box-shadow: none !important;
	box-shadow: none !important;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.slider-pro a {
	position: static;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
	max-width: none;
	max-height: none;
}

.slider-pro p.sp-layer {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h1.sp-layer {
	font-size: 32px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h2.sp-layer {
	font-size: 24px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h3.sp-layer {
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h4.sp-layer {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h5.sp-layer {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h6.sp-layer {
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro img.sp-layer {
	border: none;
}
/******** slider-pro *****************************************************************/
/**************************************************************** slider-pro *********/

/******** Range Slider *****************************************************************/
/**************************************************************** Range Slider *********/
.slider{display:inline-block;vertical-align:middle;position:relative;}
.slider.slider-horizontal{width:210px;height:20px;}
.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0;}
.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-low,.slider.slider-horizontal .slider-track-high{height:100%;top:0;bottom:0;}
.slider.slider-horizontal .slider-tick,.slider.slider-horizontal .slider-handle{margin-left:-10px;margin-top:-5px;}
.slider.slider-horizontal .slider-tick.triangle,.slider.slider-horizontal .slider-handle.triangle{width:0;height:0;border-bottom-color:#0480be;margin-top:0;border-width:0 10px 10px;}
.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px;}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{padding-top:4px;display:inline-block;text-align:center;}
.slider.slider-vertical{height:210px;width:20px;}
.slider.slider-vertical .slider-track{width:10px;height:100%;margin-left:-5px;left:50%;top:0;}
.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0;}
.slider.slider-vertical .slider-track-low,.slider.slider-vertical .slider-track-high{width:100%;left:0;right:0;}
.slider.slider-vertical .slider-tick,.slider.slider-vertical .slider-handle{margin-left:-5px;margin-top:-10px;}
.slider.slider-vertical .slider-tick.triangle,.slider.slider-vertical .slider-handle.triangle{width:1px;height:1px;border-left-color:#0480be;margin-left:0;border-width:10px 0 10px 10px;}
.slider.slider-vertical .slider-tick-label-container{white-space:nowrap;}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px;}
.slider.slider-disabled .slider-handle{background-image:linear-gradient(tobottom,#dfdfdf0%,#bebebe100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',endColorstr='#ffbebebe',GradientType=0);}
.slider.slider-disabled .slider-track{background-image:linear-gradient(tobottom,#e5e5e50%,#e9e9e9100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);cursor:not-allowed;}
.slider .tooltip.top{margin-top:-36px;}
.slider .tooltip-inner{white-space:nowrap;max-width:none;}
.slider-track{position:absolute;cursor:pointer;background-image:linear-gradient(tobottom,#f5f5f50%,#f9f9f9100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);border-radius:4px;}
.slider-selection{position:absolute;background-image:linear-gradient(tobottom,#f9f9f90%,#f5f5f5100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;}
.slider-selection.tick-slider-selection{background-image:linear-gradient(tobottom,#89cdef0%,#81bfde100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef',endColorstr='#ff81bfde',GradientType=0);}
.slider-track-low,.slider-track-high{position:absolute;background:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;}
.slider-handle{position:absolute;width:20px;height:20px;background-color:#337ab7;background-image:linear-gradient(tobottom,#149bdf0%,#0480be100%);background-repeat:repeat-x;filter:none;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);border:0 solid transparent;}
.slider-tick{position:absolute;width:20px;height:20px;background-image:linear-gradient(tobottom,#f9f9f90%,#f5f5f5100%);background-repeat:repeat-x;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;filter:none;opacity:0.8;border:0 solid transparent;}
.slider-tick.in-selection{background-image:linear-gradient(tobottom,#89cdef0%,#81bfde100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef',endColorstr='#ff81bfde',GradientType=0);opacity:1;}
.slider input,.slider .hide{display:none;}
.slider-handle.round,.slider-tick.round{border-radius:50%;}
.slider-handle.triangle,.slider-handle.custom,.slider-tick.triangle,.slider-tick.custom{background:transparent none;}
.slider-handle.custom::before,.slider-tick.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204;}
/******** Range Slider *****************************************************************/
/**************************************************************** Range Slider *********/
@font-face {
  font-family: 'icomoon';
  src:  url('/assets/fonts/icomoon.eot?zepziq');
  src:  url('/assets/fonts/icomoon.eot?zepziq#iefix') format('embedded-opentype'),
  url('/assets/fonts/icomoon.ttf?zepziq') format('truetype'),
  url('/assets/fonts/icomoon.woff?zepziq') format('woff'),
  url('/assets/fonts/icomoon.svg?zepziq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-brand-circle:before {
  content: "\e902";
}
.icon-brand:before {
  content: "\e90f";
}
.icon-mask-circle:before {
  content: "\e900";
}
.icon-mask:before {
  content: "\e901";
}
.icon-xco-branding:before {
  content: "\e903";
}
.icon-xco-gifting:before {
  content: "\e904";
}
.icon-xco-sport:before {
  content: "\e905";
}
.icon-xco-video:before {
  content: "\e906";
}
.icon-xco-workwear:before {
  content: "\e907";
}
.icon-xco-branding-circle:before {
  content: "\e908";
}
.icon-xco-gifting-circle:before {
  content: "\e909";
}
.icon-xco-sport-circle:before {
  content: "\e90a";
}
.icon-xco-video-circle:before {
  content: "\e90b";
}
.icon-xco-workwear-cicle:before {
  content: "\e90c";
}
.icon-ppe:before {
  content: "\e90d";
}
.icon-ppe-circle:before {
  content: "\e90e";
}

/***** Theme Primary Color (Blue) ******/

/* color */
a:hover,
.tc-color,
.dot-style i::before,
.dot-style i::after,
.blog-grid .detail p a,
.aside-widget h3::before,
.p-price,
.fabric-p-figure .detail p a,
.error-content strong
{ color: #d31001;}


/* Background Color */
.top-bar,
.cart-options li a:hover,
.dot-style i,
.products-grid .btm .shop-btn:hover,
.instagram-heading,
.footer-map .btm,
.tc-btn-1:hover,
.ref-icon,
.blog-post:hover .blog-date .date,
.tc-btn-1.red,
.products-grid.style-2 .btm,
.delivery-peross.peross-3,
.tc-pagination ul li a:hover,
.products-grid .btm a:hover,
.circul-products:hover h4,
.nav-list li ul li a:hover,
.aside-tags ul li a:hover
{ background: #d31001;}

/* Border Color */
.cart-options li a:hover,
#map-1,
.tc-pagination ul li a:hover,
.circul-products:hover img
{ border-color: #d31001;}


/* Background RGba Color Dark */
.testimonial-holder::before,
.gallery-widget figure::before
{ background: rgba( 211, 16, 1, 0.75);}

/* Background RGba Color Light */

{ background: rgba( 27, 138, 243, 0.7);}

/* Background RGba Color Extra Light */

{ background: rgba( 27, 138, 243, 0.5);}


.blog-post figure .overlay::before{ border-color: transparent transparent #d31001 transparent;}

@media (max-width: 1300px) {
.banner{ padding: 70px 0;}
.caption{ padding: 30px 0 0 140px;}
.caption h1{ font-size: 52px;}
.caption h2{ font-size: 32px;}
.layer-imgs{ width: 70%;}
.instagram-heading{ width: 25.1%;}

.banner.style-2 .layer-imgs{ float: right;}
.banner.style-2 .caption{ padding: 80px 0 0;}
}

@media (max-width: 1199px) {
.caption{ padding: 30px 0 0 0;}
.nav-list li a{ padding: 15px 44px;}
.products-grid figure img{ width: 100%;}
.aurthor-title{ margin: 0 70px 0 0;}
.address-list li{ font-size: 20px;}
.icons-list ul li img{ width: 100%;} 
.icons-list ul li{ width: 20.3%;}
.instagram-heading h1{ font-size: 33px; line-height: 44px;}
.aside-widget .tc-social-icons ul li{ margin: 0 0 0 5px;}

.aside-tags.style-2 ul li{ margin: 0 0 0 2px;}
.aside-tags.style-2 ul li a{ padding: 0 15px;}
.tags-and-share{ text-align: center;}
.tags-and-share .aside-tags.style-2{ margin: 0 0 20px;}
.tags-and-share .aside-tags.style-2,
.tags-and-share .post-share{ display: inline-block; float: none;}

.products-grid .detail h3{ font-size: 18px;}
.product-btach{ left: -50%;}

.products-tags ul li{ margin: 0 0 10px 10px;}
.quantity-addwish .discount-code{ width: 173px;}

.quotes h2{ font-size: 38px;}
.categories-figure .overlay h2{ font-size: 28px; line-height: 20px;}

.logo-bar.style-2 .pull-right{ width: 65%;}
.logo-bar.style-2 .opencart{ margin: 10px 0 0 30px;}
.logo-bar.style-2 .add-1{ width: 80%;}

}

@media (max-width: 1024px) {

}

@media (max-width: 1023px) {
.nav-list li a{ padding: 15px 25px;}
.top-bar .tc-social-icons > p{ display: none;}
.caption h2{ font-size: 24px;}
.layer-imgs{ width: 90%;}
.caption{ padding: 10px 0 0;}
.testimonial-text p{ font-size: 14px;}
.aurthor-title{ margin: 0 50px 0 0;}
.icons-list ul li{ margin: 20px 0 20px 20px;}
.icons-list ul li{ margin: 20px 0 14px 38px;}
.blog-grid figure img{ width: 100%;}
.blog-date .date{ height: 65px; width: 65px;}
.blog-date strong{ font-size: 20px; line-height: 20px;}
.blog-date span{ font-size: 10px;}
.blog-date a{ width: 72%;}
.blog-post .detail{ padding: 0 0 0 95px;}
.meta-post ul li{ font-size: 12px;}
.meta-post ul li::before{ margin: 0 10px;}

.product-thumnail{ margin: 0 0 30px;}
.logo-bar.style-2 .add-1{ display: none;}
.logo-bar.style-2 .pull-right{ width: auto;}
.banner.style-2 .caption h2 span{ font-size: 30px;}
.banner.style-2 .caption h1{ font-size: 80px;}
.reviews p{ font-size: 15px;}


}

@media (max-width: 991px) {

}

@media (max-width: 800px) {

}

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

}

@media screen and (max-width: 767px) {
.toggleMenu{ display: block;}
.logo-bar.style-2 .toggleMenu{ margin: 0 0 0 10px; padding: 10px 15px;}
.logo-bar.style-2 .opencart{ margin: 0;}
.nav-holder{ display: none;}
.layer-imgs{ width: 66%; margin: 0 0px 0 70px;}
.caption h1{ font-size: 38px; line-height: 30px;}
.caption h2{ font-size: 18px;}
.tc-btn{ font-size: 15px; height: 35px; line-height: 35px; padding: 0 50px 0 20px;}
.tc-btn i{ height: 35px; line-height: 35px;}
.aurthor-title{ margin: 0 30px 0 0;}
.instagram-heading{ width: 33.6%; padding: 21px 20px;}
.footer-nav li{ margin: 0 0 0 20px;}
aside{ margin: 50px 0 0;}

.realted-post-grid figure > img{ width: 100%;}
.instagram-gallery ul li a img{ width: 100%;}

.r-pull-none{ float: none!important;}

.product-detail-holder{ margin: 0 0 30px; padding: 0 70px;}
.banner.style-2 .layer-imgs{ display: none;}
.banner.style-2 .caption{ padding: 0;}
.quotes h2{ font-size: 33px;}
.reviews p{ font-size: 14px;}

}

@media screen and (max-width: 639px) {
.address-nd-search .mobile-address{ display: none;}
.cart-options.pull-left{ display: none;}
.logo{ float: left;}
.shipping-alerts{ display: none;}
.caption h1{ font-size: 30px; line-height: 15px;}
.caption h2{ font-size: 15px; line-height: 30px;}
.layer-imgs{ margin: 0 0 0 50px; width: 71%;}
.products-grid .detail h3{ font-size: 16px;}
.instagram-heading{ padding: 21px 20px; width: 49.9%;}
.product-btach{ left: -48%;}
.icons-list ul li{ width: 17.8%; margin: 20px 0 14px 30px;}
.icons-list{ margin: 0 0 50px;}
.main-heading h2{ margin: 0 0 6px; font-size: 38px;}
.testimonial{ text-align: center;}
.testimonial .aurthor-title{ float: none; display: inline-block; margin: 0 0 40px;}
.testimonial .testimonial-text{ width: 100%;}
.testimonial .testimonial-text .head{ margin: 0 0 10px;} 
.testimonial .testimonial-text .head{ float: none; display: inline-block;}
.testimonial .testimonial-text,
.testimonial-text .head h3,
.testimonial-text .head .rating-stars{ display: inline-block; float: none;}
.testimonial-text .head .rating-stars{ margin: 10px 0 0; }
.nav-nd-icons{ text-align: center;}
.nav-nd-icons .footer-nav{ display: none;}
.nav-nd-icons .tc-social-icons{ float: none; display: inline-block;}
.sub-footer{ text-align: center;}
.sub-footer p{ flex: none; margin: 0 0 20px;}
.sub-footer .d-list{ float: none; display: inline-block;}

.inner-banner{ padding: 50px 0; background-size: 243%!important;}
.inner-banner h2{ font-size: 40px;}
.blog-post .detail .blog-date{ left: 10px; top: -110px;}
.blog-post .detail{ padding: 0;}

.product-detail-holder{ padding: 0;}
.banner.style-2 .caption h2{ font-size: 40px; line-height: 30px;}
.banner.style-2 .caption h2 span{ line-height: 30px; margin: 5px 0;}
.banner.style-2 .caption h1{ font-size: 60px; line-height: 60px;}
.cart-etc-option{ display: none;}
}

@media screen and (max-width: 480px) {
.r-fullwidth-2{ width: 100%;}
.quotes-and-reviews .container{ padding: 0!important;}
.quotes-and-reviews .quotes,
.quotes-and-reviews .reviews{ padding: 20px;}
.shop-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){ width: 130px;}

}

@media screen and (max-width: 479px) {
.r-fullwidth{ width: 100%;}
.address-nd-search{ display: none;}
.logo{ width: 40%;}
.cart-options li a{ font-size: 16px; height: 35px; line-height: 35px; width: 35px;}
.layer-imgs{ display: none;}
.banner{ padding: 40px 0; background-size: 410%!important;}
.caption h1{ font-size: 24px;}
.instagram-heading{ position: relative; width: 100%;}
.blog-grid-slider{ margin: 0 0 20px;}
.icons-list ul li{ width: 25%;}
.meta-post ul li{ font-size: 11px;}
.blog-post .inner-detail h3{ font-size: 18px;}
.blog-post figure iframe{ height: 190px;}

.aside-tags.style-2 ul li{ margin: 0 0 5px 5px;}
.post-aurthor{ text-align: center;}
.post-aurthor > img{ position: static; margin: 0 0 30px;}
.post-aurthor .detail{ padding: 0;}
.comment-holder ul li img{ width: 22%;}
.comment-detail{ padding-left: 90px;}
.sub-comment{ margin: 0 0 0 25px!important;}
.sub-comment ul li .comment-detail{ padding-left: 85px;}

.shop-sort p{ font-size: 12px;}
.product-detail h3{ font-size: 20px;}
.quantity-addwish .discount-code{ width: 170px;}
.tab-nav li a{ font-size: 14px; padding: 10px 20px;}
.tabs-disc{ padding: 12px;}
.tabs-disc p{ font-size: 12px;}
.delivery-report ul li{ padding: 10px 19px;}

.banner.style-2 .caption h2 span{ font-size: 24px; line-height: 30px; }
.banner.style-2 .caption h1{ font-size: 40px; line-height: 30px;}
.quotes{ padding: 0 10px!important;}
.quotes h2{ font-size: 23px;}
.filter-tags-holder ul li{ margin: 0 0 0 5px;}
.filter-tags-holder ul li a{ font-size: 14px; height: 35px; line-height: 35px; padding: 0 10px;}
.delivery-peross h3{ font-size: 20px;}

}

@media screen and (max-width: 359px) {
.icons-list ul li{ margin: 20px 0 14px 20px;}
.meta-post ul li::before{ margin: 0 5px;}
.meta-post ul li i{ margin: 0 5px 0 0;}
.inner-banner{ padding: 50px 0; background-size: 300%!important;}
.inner-banner h2{ font-size: 30px;}
.blog-post.single-post blockquote::before{ left: 10px;}
.comment-detail{ padding-left: 80px;}
.sub-comment ul li .comment-detail{ padding-left: 75px;}

.quantity-addwish .quantity-box{ width: 110px;}
.product-detail .tc-btn-1{ padding: 0 22px;}
.leave-a-reply .form-control{ padding: 0 20px;}
.blog-nd-map-holder.style-2 .icons-list ul li{ margin: 20px 0 20px 14px;}

}
/* Theme transition Effect */
*:after,
*:before,
a,
p,
h1,h2,h3,h4,h5,h6,
button,
.product-btach,
.blog-date img,
.blog-date .date,
.ref-icon,
.blog-post figure .overlay,
.gallery-widget figure,
.products-grid.style-2 figure .overlay,
.products-grid.style-2 figure .overlay ul,
.circul-products img,
.nav-list li ul
{}







