.bg {
  background: url("../../images/bg.jpg") no-repeat scroll top center #FAFAFA; 
  -webkit-background-size:cover;
    -moz-background-size:cover;
	  background-size:cover;
  position: fixed;
  width: 100%;
  height: 300%;
  top:0;
  left:0;
  z-index: -1;
}

.header-button {
	float: right;
	margin-right: 10px;
	margin-top: 35px;
	margin-left: 10px;
}
.header-button i:hover {
	background-color: #f7931e;
	color: #fff !important;
}
.header-button i {
	background: none repeat scroll 0 0 #F6F6F6;
	border-radius: 100px;
	color: #AFAFAF !important;
	display: inline-block !important;
	font-size: 20px !important;
	height: 60px;
	line-height: 26px;
	margin: 5px 5px 10px 0;
	padding: 17px;
	position: relative;
	text-align: center;
	transition: all 0.1s ease 0s;
	vertical-align: top;
	width: 60px;
	z-index: 101;
}

#search_block_top .btn.button-search {
    color: #AFAFAF !important;
}


#site-menu{
	margin-top:-5px;
}


.popover {
	background-clip: padding-box;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	margin-left: -52px;
	max-width: 190px;
	min-width: 164px;
	padding: 1px;
	position: absolute;
	text-align: left;
	top: 68px;
	white-space: normal;
	z-index: 9999;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	padding: 8px 14px 0px 14px;
	text-align: center;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top > .arrow {
	border-bottom-width: 0;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
}
.popover.top > .arrow:after {
	border-bottom-width: 0;
	border-top-color: #FFFFFF;
	bottom: 1px;
	content: " ";
	margin-left: -10px;
}
.popover.right > .arrow {
	border-left-width: 0;
	border-right-color: rgba(0, 0, 0, 0.25);
	left: -11px;
	margin-top: -11px;
	top: 50%;
}
.popover.right > .arrow:after {
	border-left-width: 0;
	border-right-color: #FFFFFF;
	bottom: -10px;
	content: " ";
	left: 1px;
}
.popover.bottom > .arrow {
	border-bottom-color: rgba(0, 0, 0, 0.25);
	border-top-width: 0;
	left: 50%;
	margin-left: -11px;
	top: -11px;
}
.popover.bottom > .arrow:after {
	border-bottom-color: #FFFFFF;
	border-top-width: 0;
	content: " ";
	margin-left: -10px;
	top: 1px;
}
.popover.left > .arrow {
	border-left-color: rgba(0, 0, 0, 0.25);
	border-right-width: 0;
	margin-top: -11px;
	right: -11px;
	top: 50%;
}
.popover.left > .arrow:after {
	border-left-color: #FFFFFF;
	border-right-width: 0;
	bottom: -10px;
	content: " ";
	right: 1px;
}
.popover1, .popover2, .popover3 {
	position: relative;
	display: inline-block;
}
.popover1:hover .popover, .popover2:hover .popover, .popover3:hover .popover {
	display: block;
}
.title-box {
	display: inline-block;
	font-weight: normal;
	margin:40px 0 25px 0;
	padding: 0;
	text-align: left;
	text-transform: none;
	width: 100%;
}
.title-carousel:after {
	background: none repeat scroll 0 0 #838383;
	border-bottom: 0 solid #838383 !important;
	border-radius: 100px;
	bottom: -5px;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	width: 120px;
}
.title-carousel {
	float: left;
	font-family: bree serif;
	font-size: 46px;
	font-weight: normal;
	line-height: 60px;
	margin-bottom: 0;
	margin-top: -10px;
	position: relative;
	text-transform: none;
	transition: all 1s ease 0s;
}
#footer h4, #footer h4 a {
	font-family: bree serif;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
}
#footer .block {
	color: #6D6D6D;
	font-size: 16px;
	line-height: 1.888;
	margin: 0;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline-block;
	font-size: 16px;
	list-style: none outside none;
	padding: 3px 0;
	width: 100%;
}
.footer-set {
	display: inline-block;
	width: 100%;
}
.footer-set-bottom {
	display: inline-block;
	width: 100%;
}
.icon-set a {
	border: 2px solid #919191;
	border-radius: 100px;
	display: inline-block;
	height: 40px;
	text-align: center;
	width: 40px;
}
.contact-fot .icon-set {
	float: left;
	margin-right: 12px;
	margin-top: -2px;
}
.icon-set em {
	font-size: 19px !important;
	left: 1px;
	position: relative;
	top: 7px;
}
.icon-set span {
	display: none;
}
.blockcategories_footer, #block_various_links_footer {
	display: none !important;
}

#left_column .block li a,#right_column .block li a  {
	font-size:14px;
}

.layered_filter a{
	font-size:12px !important;
}

.block li a {

    font-size: 16px;
    line-height: 1.333;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
footer .block li a:hover {
	border-bottom: 2px dotted;
	margin-left: 3px;
	color:#f7931e;
}
.bottom-menu a:hover {
	border-bottom: 2px dotted;

}
#footer-absolute {
	color: #6D6D6D;
	font-size: 16px;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.bottom-menu {
    float: left;
    margin-left: 20px;
}
.bottom-menu a {
	padding-right: 10px;
}
.copy {
 float: right;
    margin-right: 10px;
}
.label-poduct {
	color: #FFFFFF !important;
	font-size: 14px;
	left: 3%;
	padding: 20px 2px 10px 2px;
	position: absolute;
	text-align: center;
	top: -10px;
	width: 41px;
	font-family: bree serif;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.label-poduct:after {

	border-top: 21px solid #e66a1f;
	border-bottom: 0px solid#e66a1f;
	  border-left: 21px solid #FFFFFF !important;
    border-right: 21px solid #FFFFFF !important;
	
	bottom: -16px;
	content: "";
	left: 0;
	position: absolute;
}
ul.product_list.grid > li .product-container:hover .label-poduct, #image-block:hover .label-poduct {
	top: 0px;
}
#products-list .label-poduct {
	left: auto;
	right: 3%;
}
.label-hot {
	background: #e66a1f;
}
.label-sale {
	background: #a1bd59;
}
.label-poduct.label-sale:after {
	border-top: 19px solid #a1bd59;
}
.products-grid h5 {
	display: table;
	height: 47px;
	line-height: 1;
	margin: 10px 50px 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 175px;
}
.product-name {
  color: #6D6D6D;
	display: table-cell;
	font-family: bree serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 23px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.product_list.actions .box-slide, .product_list .actions .box-slide {
	background: none repeat scroll 0 0 #676767;
	border-radius: 100px 0 0 100px;
	color: #FAFAFA;
	font-size: 20px;
	overflow: hidden;
	padding: 0 15px;
	position: absolute;
	right: -44%;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: auto;
}
ul.product_list.grid li:hover .box-slide {
	right: 0 !important;
}
.product_list .actions .box-slide {
	background: none repeat scroll 0 0 #676767;
	border-radius: 100px 0 0 100px;
	color: #FAFAFA;
	font-size: 20px;
	overflow: hidden;
	padding: 0 15px;
	position: absolute;
	right: -44%;
	bottom: 20px;
	text-align: center;
	transition: all 1s ease 0s;
	width: auto;
}
.box-slide .price-wrap {
	display: inline-block;
	margin: 0 8px 0 10px;
	padding: 4px;
}
.btn-circle {
	padding: 0 3px;
	transition: all 1s ease 0s;
}
.btn-circle i {
	left: 5px;
	position: relative;
	top: -2px;
}
.top-pagination-content #pagination {
	display: none !important;
}
.bottom-pagination-content .product-count, .bottom-pagination-content .compare-form {
	display: none !important;
}
.bottom-pagination-content .showall {
	display: none !important;
}
.pagination li {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0 none;
	border-radius: 100px;
	color: #6D6D6D;
	float: left;
	font-size: 16px;
	line-height: 20px;
	margin: 0 2px;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
}
html .ui-state-default, .ui-widget-content .ui-state-default, html .ui-widget-header .ui-state-default {
	background: none repeat scroll 0 0 #FAFAFA !important;
	border: 1px solid #D9D9D9 !important;
	border-radius: 100px !important;
	cursor: pointer;
	height: 25px !important;
	margin-top: -5px;
	width: 25px !important;
}
html .layered_slider_container {
	margin: 6px 0 6px 10px;
	width: 87%;
}
#left_column #layered_block_left .block_content, #right_column #layered_block_left .block_content {
	padding: 0 12px 19px;
}
html #layered_block_left ul li label {
	width: 92px;
}
html #layered_form div.checker {
	display: inline-block;
	margin-top: 5px;
	vertical-align: top;
}
html #layered_block_left .layered_subtitle {
	display: inline-block;
	font-family: bree serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0;
	text-transform: none;
}
html #enabled_filters li a, html #categories_block_left li span.grower.CLOSE:before, #categories_block_left li span.grower.OPEN:before, html #categories_block_left li span.grower.CLOSE:before {
	color: #C0C0C0;
	cursor: pointer;
	float: right;
}
.block .products-block .product-name {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
.block .products-block .product-name:hover {
	text-decoration: underline;
}
.block .products-block li .products-block-image {
	border: none;
}
html table#product_comparison .product_discount .reduced-price {
	color: #f7931e;
	font-weight: normal;
}
.footable .footable-sortable .footable-sort-indicator:after {
	display: none;
}
#special_block_right .price-percent-reduction {
	margin: 0px 0;
}
.width-carousel .product-container2:hover .button-container {
	right: 0;
}
.width-carousel .slider-price {
	color: #FAFAFA !important;
}
.width-carousel .product-container2 {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 1px 1px 1px #E1E1E1;
	overflow: hidden !important;
	display: block;
	position: relative;
}
.width-carousel ul.product_list.grid > li {
	overflow: hidden;
}
.width-carousel .label-poduct {
	color: #FFFFFF;
	font-family: bree serif;
	font-size: 14px;
	left: 8% !important;
}
.width-carousel .product-container2:hover .label-poduct {
	top: -3px !important;
}
.width-carousel ul.product_list.grid > li .left-block h5 {
	margin: 5px 5% 0 !important;
}
.width-carousel .bx-controls .bx-pager {
	display: none !important;
}
.mega-menu .menu-title:hover a {
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
	color: #fff;
}
.mega-menu .menu-title:hover {
	background: none repeat scroll 0 0 #f7931e;
}
.footable .footable-sortable .footable-sort-indicator:after {
	display: none !important;
}
.alert-banner-white .close, .alert-banner-black .close, .alert-banner-text .close {
	display: none !important;
}




.cat_banner li:hover h4{
	-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}


.cmsinfo_block .panel-icon-wrap{
	margin-right:0;
}


.alert-banner-white, .alert-banner-black, .alert-banner-text {
	
	background-position: center center;
 background-size: cover;
	font-size: 20px;
	padding: 20px;
	position: relative;
	text-align: center;

}
.alert-banner-white h4, .alert-banner-black h4, .alert-banner-text h4 {
	font-size: 24px;
	text-transform: uppercase;
			transition: all 0.6s ease 0s;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header-wrap .banner {
	box-shadow: none;
		transition: all 0.6s ease 0s;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner {

}
.alert-banner-text {
	background: none repeat scroll 0 0 #FFFFFF !important;
	box-shadow: 1px 1px 1px #E1E1E1;
}
.alert-banner-white:hover, .alert-banner-black:hover, .alert-banner-text:hover {

}
.alert-banner-white, .alert-banner-white h4 {
	color: #FFFFFF;
	text-shadow: inherit !important;
}
.alert-banner-black, .alert-banner-black h4 {
	color: #000000 !important;
	text-shadow: inherit !important;
}
.alert-banner-text, .alert-banner-text h4 {
	color: #6D6D6D !important;
	text-shadow: inherit !important;
}
.filter-items a.active {
	background: none repeat scroll 0 0 #FFFFFF;
	font-family: 'Bree Serif', serif;
	position: relative;
}


.bx-controls-direction a{
	text-decoration:none !important;
}

.bx-controls-direction  .fa {
		transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s  ease-in-out;
	-moz-transition: all 0.1s  ease-in-out;
	transition: all 0.1s  ease-in-out;
	background-color:#fff;
    border-radius: 100px;
    color: #AFAFAF ;
    font-size: 30px !important;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 33px;
    padding: 1;
    text-decoration: none !important;
}


.bx-controls-direction  .fa:hover{
	background-color:#f7931e;
	color:#fff;
	
}



/*Revslider*/

.tp-bullets{
	display:none !important;

}



.tp-bullets.simplebullets .bullet,.tparrows{
	border-radius:0 !important;
}

html .tp-bullets.simplebullets .bullet {
    background: red;
 border: 7px solid #000000 !important;
    padding: 0;
    margin: 0;
    background-image: none !important;
    height: auto;
    width: auto;
}
html  .tp-bullets.simplebullets .bullet:hover, html .tp-bullets.simplebullets .bullet.selected {
 border: 7px solid #000000 !important;
    padding: 0;
    margin: 0;
    background-image: none !important;
    height: auto;
    width: auto;
}
.rev_slider_wrapper {
    position: relative;
 margin-bottom: 25px !important;
}






/*Loader*/


.spinner {
	margin: 100px auto 0;
	position: relative;
	text-align: center;
	top: 30%;
	width: 70px;
}
.spinner > div {
	width: 18px;
	height: 18px;
	background-color:#413937;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
      -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
 @-webkit-keyframes bouncedelay {
 0%, 80%, 100% {
-webkit-transform: scale(0.0)
}
 40% {
-webkit-transform: scale(1.0)
}
}
 @keyframes bouncedelay {
 0%, 80%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
40% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}


.infinite-hide {
    display: none !important;
}
.loader-infinite-wrapper {
    background: #938d86;
    opacity:0.80;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.loader-infinite {
    animation: 0.5s ease-in-out 0s normal both infinite loader;
    background: none repeat scroll 0 0 #DDDDDD;
    border-radius: 50%;
    box-shadow: 0 0 1px #CCCCCC, 15px 30px 1px #CCCCCC, -15px 30px 1px #CCCCCC;
    height: 20px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: fixed;
    top: 50%;
    width: 20px;
    z-index: 99999999;
}



.popover-shorty {
    display: inline-block;
    position: relative;
}



.shorty-portfolio    .selected{
   color: inherit !important;
}
