﻿html, body {
	height:100%;
	min-height:100%;

	/*background:#ffffff url('') no-repeat top center ;background-size: 100% 100%; color:#000;
	background:#ffffff url('') no-repeat top center; background-size: 100% 100%; color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:300;*/

	position: relative;
	margin: 0;
	padding: 0;
	color: #0a0a0a;
	font-size: 14px;
	font-weight:400;
    line-height: 1.428571429;
	font-family: "Open Sans", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;	
	
	/* background:#ffffff url('../gimg/sbg.jpg') no-repeat top center ;background-size: 100% 100%; color:#000;
	font-size:0.75em;
	line-height:1.25em; */
	
}
ul, ol {
	margin: 0;
	padding: 0;
}
a {
	color: #000;
}
a:hover {
	color: #000;
}
a:focus {
	outline: none;
}
a.underline {
	text-decoration:underline;
}
a.underline:hover {
	text-decoration:none;
}
h1 {
	font-size: 18px;
	font-weight:700;
	line-height: 1.428571429;
}
h2 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight:200;
	padding-right:65px;
}
h2 a, h2 a:hover {
	text-decoration: none;
}
h2 span, h2 a.active {
	color: #ed6100;
}
h2 [class^="icon-"], h2 [class*=" icon-"] {
 display:block;
 float:left;
 color: #ed6100;
 margin : -2px 10px 0 0;
 font-size:20px;
}
h2.nopadding {
	padding:0;
}
h3 {
	font-size: 16px;
	font-weight:400;
}
h4 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight:400;
}
h4 [class^="icon-"], h4 [class*=" icon-"] {
 display:block;
 float:left;
 color: #ed6100;
 margin : -2px 10px 0 0;
 font-size:20px;
 white-space:nowrap;
}
h5 {
	font-size: 14px;
	font-weight:400;
	font-style:italic;
	margin:0;
	padding:0;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.wrapper {
	overflow:hidden;
	width:100%;

}
.wrapper_w {
	display:inline-block;
	width: 100%;
	padding-bottom:10px;
}
.padding-1 {
	padding:13px 0 20px 0;
}
.padding-2 {
	padding:0 0 0 10px;
}
.margin-1 {
	margin-top: 20px;
	margin-bottom:32px;
}
.margin-2 {
	margin-top: 12px;
}
.alignright {
	padding:3px!important;font-size:15px;text-align:right;
}
.aright{text-align:right;}
.sptk {font-size:15px;color:#ed6100;}
.alignleft {
	text-align:left;
}
.aligncenter {
	text-align:center;
}
.hide {
	display:none;
}
.hover {
	z-index:1000;
}
.col-1, .col-2, .col-3 {
	float:left;
}
.col {
	float: left;
}
p.small {
	font-size:0.75em;
	line-height:1.25em;
}
a.btn {
	margin:0;
	padding:3px 0;
	border:none;
	border-radius: 3px;
	background:#ed6100;
	background-image:none;
	box-shadow: none;
	color:#fff;
	text-shadow: none;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
a.btn:hover {
	background:#1d1d1b;
	color:#fff;
	cursor: pointer;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.custom_color, a .custom_color {
	color:#ed6100;
}
a:hover .custom_color, a.custom_color:hover {
	text-decoration:underline;
	color:#ed6100;
}
/*HEADER*/
#header {
	padding: 10px 0 0 0;
}
#logo {
	padding:5px 0;
	float: left;
}
/*topline*/
#topline {
	padding:8px 0 0px;
	background:#333333;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27);
	color:#9b9b9b;
	line-height:22px;
}
#topline .phone span {
	color:#fff;
}
#topline a {
	color:#ed6100;
	text-decoration:underline;
}
#topline a:hover {
	text-decoration:none;
}
#topline .fadelink {
	position:relative;
	display:inline-block;
	margin-right: 15px;
	margin-left: 15px;
	margin-top:2px;
	text-align: left;
	white-space:nowrap;
	z-index:50005;
}
#topline .fadelink .ul_wrapper {
	position:absolute;
	top: 15px;
	z-index:100;
	display:none;
}
#topline .fadelink .ul_wrapper ul {
	padding:  7px 30px 7px 7px;
	width:auto;
	border-radius: 2px;
	background:#4a4a4a;
}
#topline .fadelink li {
	padding:2px 0;
}
#topline .fadelink li a, #topline .fadelink > a {
	color:#b6b6b6;
	text-decoration:none;
}
#topline .fadelink li a:hover, #topline .fadelink > a:hover {
	text-decoration: underline;
}
#topline .fadelink > a {
	display:block;
	margin-top:-1px;
	padding: 0 30px 0 7px;
	border-radius: 2px;
	background: #4a4a4a url(../img/arrow_down.png) no-repeat right -2px;
	color:#b6b6b6;
	text-decoration:none;
}
#topline .fadelink > a:hover {
	text-decoration:none;
}
#topline img {
	padding-right:5px;
	vertical-align: middle;
}
/*navigation mobile*/
#header .nav-list {
	/*margin-bottom:15px;*/
}
/*navigation mobile*/
.nav-list {
	display:block;
	position:absolute;
	top:-10000px;
	margin:10px 15px 25px 15px;
	padding:0
}
.nav-header>a {
	border-radius:3px;
	/*background:#9d3bc6;
	color:#fff*/
}
.nav-header a>.icon-down {
	display:none;
}
.nav-header a.collapsed>.icon-up {
	display:none;
}
.nav-header a.collapsed>.icon-down {
	display:block;
}
.nav-list ul {
	margin:0;
	padding:0;
}
.nav-list #level0 {
	height: 0;
}
.nav-list li {
	margin:0;
	padding:0;
	position:relative;
}
.nav-list li:last-child {
	border:none;
}
.nav-list li a {
	display:block;
	margin:0;
	padding: 15px 15px;
	text-decoration:none;
	font-size: 18px;
	font-weight:400;
	text-shadow:none;
}
.nav-list li li a {
	border-bottom:1px solid #dadada;
}
.nav-list li a.icon-collapse {
	position:absolute;
	right: 0;
	top:0;
	z-index:100;
	border: none;
}
.nav-list li li a:hover {
	background:none;
	/*color:#9d3bc6;*/
}
.nav-list > li > a:hover {
	/* background:#9d3bc6;*/
}
.nav-list li li li a {
	padding-left:35px;
}
.nav-list li li li li a {
	padding-left:45px;
}
.nav-list [class^="icon-"] {
color:#000;
}
.nav-list [class^="icon-"]:hover {
color:#9d3bc6;
}
.nav-list .nav-header>a [class^="icon-"], .nav-list .nav-header>a [class^="icon-"]:hover {
color:#fff;
font-size:20px;
}
/*navigation desktop*/
#nav {
	position: relative;
	z-index:50002;
	display: block;
	margin: 0;
	padding: 0px 0px 0 0;
	line-height: 100%;
}
#nav:hover {
	z-index:50006;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0 0;
	list-style: none;
}
#nav > li > a {
	display: block;
	margin: 0;
	padding:  13px 22px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight:300;
}
#nav > li:hover > a {
	color: #ffffff;
	background: #01457f;
}
#nav li.level1 > a, #nav li.level2 > a, #nav li.level3 > a {
	display:block;
	padding: 1px 15px;
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-weight:300;
	border-bottom: 1px solid #e7e7e7;
}
#nav li.level1:hover > a, #nav li.level2:hover > a, #nav li.level3:hover > a {
	background: #e5e5e5;
}
#nav li:hover > ul, #nav li:hover > ul > li > ul.list_in_column {
	display: block;
}
#nav > li > ul, #nav li:hover .menu_custom_block {
	width:auto;
	margin-top:5px;
	border-top: 1px solid #000;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background:#f3f3f3;
}
#nav > li > ul {
	position: absolute;
	top: 41px;
	display:none; 
}
#nav li ul.shadow, #nav li .menu_custom_block .shadow {
	border-left-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	/* overflow:hidden; */
}
#nav .menu_custom_block {
	position: absolute;
	top: 47px;
	display:none;
	margin: 0;
	padding: 0;
	background:#fdfdfd;
	float:none;
}
#nav li .menu_custom_block .shadow {
	padding:24px 15px 30px;
}
#nav li:hover .menu_custom_block {
	display:block;
}
#nav .menu_custom_block .col-third {
	float:left;
	width: 230px;
	margin:0 14px;
	display:inline;
}
#nav .menu_custom_block .col-third h1, #nav .menu_custom_block .col-third h2, #nav .menu_custom_block .col-third h3 {
	padding: 14px 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
}
#nav ul ul li {
	position:relative;
}
#nav ul ul ul ul {
	position:absolute;
	z-index:100;
	top: -10px;
	left: 150px;
	padding: 10px 0;
	width:200px;
	border-radius: 6px;
	background:#fdfdfd;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#nav li.list_column {
	width:200px;
}
#nav li.list_column, #nav li.category_desc_in_menu {
	display:block;
	float:left;
	margin:30px 0;
	border-left:2px solid #eaeaea;
}
#nav li:hover li:first-child {
	border-left: none;
}
#nav li:hover li.category_desc_in_menu {
	padding: 0 30px;
	width: 240px;
}
#nav a.custom_category_link, #nav .menu_custom_block a {
	display:inline;
	
}
#nav h1.custom_menu_title {
	font-size: 1.25em;
}
#nav li:hover ul.list_in_column {
	position:relative;
	top:0;
}
#nav ul.list_in_column li {
	float:none;
}
#nav ul.list_in_column ul {
	display:none;
}
#nav ul.list_in_column li:hover ul {
	display:block;
}

#nav ul.list_in_column ul.level1 ul.level2{
	display:none;
}
#nav ul.list_in_column ul.level1 li:hover ul.level2 {
	display:block;
}

#nav .category_desc_in_menu img, .custom_menu_img img {
	border:5px solid #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}


.login_block {
	position:relative;
	padding-right: 10px;
	text-align: right;
	display: inline-block;
}
.login_block a {
	padding-bottom:5px;
}
.login_social {
	display: inline-block;
	padding-right: 10px;
	white-space:nowrap;
}
.shoppingcart {
	position:relative;
	float:right;
	z-index: 50001;
	margin-top: 2px;
}
.shoppingcart:hover {
	z-index: 50003;
}
.shoppingcart .badge {
	position:absolute;
	top:-7px;
	right: -10px;
}
.shoppingcart .fadelink {
	padding-bottom:10px;
	position:absolute;
	right:0;
	top:0;
	float:right;
}
.shoppingcart .fadelink span a.btn {
	width:32px;
}
.shoppingcart:hover .fadelink span a {
	background:#1d1d1b;
	color:#fff;
	cursor: pointer;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.shopping_cart_mini {
	margin-top:38px;
	z-index: 100;
	display: none;
	width:300px;
	border-radius: 5px;
	background-color:#fdfdfd;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
	color:#000;
}
.shopping_cart_mini .inner-wrapper {
	padding:10px 15px;
}
.shopping_cart_mini .item {
	position:relative;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom:10px;
}
.shopping_cart_mini .product-image {
	float:left;
	margin-right:10px;
	border: 1px solid #f3f3f3;
}
.shopping_cart_mini .product-detailes {
	float:left;
	width: 110px;
}
.shopping_cart_mini .product-detailes .product-name {
	color: #000;
	text-decoration: none;
	font-weight: 700;
	font-size: 12px;
}
.shopping_cart_mini .product-detailes .product-price {
	color: #000;
	font-weight: bold;
}
.shopping_cart_mini .button {
	float:right;
	margin-left: 5px;
}
.shopping_cart_mini a i {
	margin-left:7px;
	color:#000;
	font-size:18px;
}
.shopping_cart_mini .button {
	float: left;
	margin-right:5px;
	padding: 0 7px;
	border-radius: 3px;
	background:#f0f0f0;
	color:#000;
	text-decoration:none;
	line-height:31px;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.shopping_cart_mini .button:hover {
	background:#ed6100;
	color:#fff;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
/* HEADER VARIANT 2*/
#header.header_v_2 .row {
	position:relative;
}
#header.header_v_2 {
	position:relative;
	z-index:1001;
	margin-bottom:25px;
}
#header.header_v_2 .line_header_bot {
	position:relative;
	margin-top:-6px;
	height:5px;
	border-bottom: 1px solid transparent;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
#header.header_v_2 #logo {
	float:none;
}
#header.header_v_2 .fadelink {
	position:relative;
	display:inline-block;
	margin-left: 10px;
	white-space:nowrap;
	padding-top: 7px;
}
#header.header_v_2 .shoppingcart {
	position: absolute;
	right:0;
	bottom:45px;
}
#header.header_v_2 .shoppingcart .fadelink {
	display:block;
	position:absolute;
}
#header.header_v_2 #nav > li {
	float: left;
	margin-right: 12px;
	padding:7px 0 0;
	list-style: none;
}
#header.header_v_2 #nav > li > a {
	min-width: 170px;
	display:block;
	padding: 15px 20px 15px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	background: #fff url(../img/arrow_down_1.png) no-repeat right -4px;
	box-shadow: 0px -2px 1px rgba(0, 0, 0, 0.15);
	color:#000;
	text-decoration:none;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
	text-transform:none;
}
#header.header_v_2 #nav > li:hover > a {
	background: #333333 url(../img/arrow_down_1.png) no-repeat right 20px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	color:#fff;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
	-webkit-transition: border-color 0.25s 0s ease;
	-moz-transition: border-color 0.25s 0s ease;
	-o-transition: border-color 0.25s 0s ease;
}
#header.header_v_2 #nav > li > ul {
	border-color: #fff;
	border-top-color: #333333;
	top: 54px;
}
#header.header_v_2 #nav li.level1 > a, #header.header_v_2 #nav li.level2 > a, #header.header_v_2 #nav li.level3 > a {
	line-height:16px;
	padding:5px 0 5px 12px;
}
#header.header_v_2 #nav li.level1:hover {
	border-left: 4px solid #ed6100;
	text-indent:-4px;
}
#header.header_v_2 #nav li.level1 > a:hover {
	color:#ed6100;
	font-weight:bold;
}
#header.header_v_2 #nav li.level2, #header.header_v_2 #nav li.level2:hover {
	border: none;
	text-indent:0;
}
#header.header_v_2 #nav li.level3, #header.header_v_2 #nav li.level3:hover {
	border: none;
	text-indent:0;
}
#header.header_v_2 #nav li.level2 a:hover {
	color:#000;
	font-weight:normal;
}
#header.header_v_2 #nav li.level3 a:hover {
	color:#000;
	font-weight:normal;
}
#header.header_v_2 #nav li.list_column {
	padding-top:10px;
	padding-bottom:20px;
	margin:0;
}
#header.header_v_2 #nav li.category_desc_in_menu {
	padding:20px 40px 20px 30px;
	margin:0;
}
#header.header_v_2 .fadelink > a {
	min-width: 70px;
	display:block;
	padding: 15px 30px 15px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	background: #fff url(../img/arrow_down_1.png) no-repeat right -4px;
	box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.15);
	color:#000;
	text-decoration:none;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
#header.header_v_2 .fadelink:hover {
	z-index: 50005;
}
#header.header_v_2 .fadelink:hover > a {
	background: #333333 url(../img/arrow_down_1.png) no-repeat right 20px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	color:#fff;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
	-webkit-transition: border-color 0.25s 0s ease;
	-moz-transition: border-color 0.25s 0s ease;
	-o-transition: border-color 0.25s 0s ease;
}
#header.header_v_2 .fadelink li.level1:hover a {
	background: #f0f0f0;
}
#header.header_v_2 .fadelink .ul_wrapper {
	position:absolute;
	display:none;
	top: 47px;
	border-top: 5px solid #333;
	z-index:50;
}
#header.header_v_2 .fadelink .ul_wrapper ul {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding:  10px 30px 10px 10px;
	min-width:80px;
	width:auto;
	border-color:#fff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	background:#fff;
}
#header.header_v_2 .fadelink li {
	padding:2px 0;
}
#header.header_v_2 .form-search-wrapper {
	padding: 7px 5px 0 15px;
	margin-right: 10px;
}
#header.header_v_2 .form-search input.search-query {
	width:210px;
}
/*right toolbar*/

#right_toolbar {
	position: fixed;
	right:0px;
	bottom: 15%;
	z-index: 500;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	#right_toolbar {
		right:15px;
	}
} 

#right_toolbar .shoppingcart {
	float: none;
	margin: 15px 0 7px 20px;
	padding:0;
	position:relative;
	display:inline-block;
}
#right_toolbar .shoppingcart:hover {
	padding:0 0 0 20px;
	margin: 15px 0 7px 0;
}
#right_toolbar .shoppingcart .fadelink {
	position:relative;
	float:left;
}
#right_toolbar .shopping_cart_mini {
	position:absolute;
	bottom:-110px;
	margin-right:38px;
	right:0;
	left:auto;
}
#right_toolbar .shoppingcart .badge {
	right: -5px;
}
#right_toolbar .search_wrapper {
	clear:both;
	position:relative;
	height:40px;
}
#right_toolbar .form-search {
	/*position: static;*/
}
#right_toolbar .form-search button {
	position:relative;
	z-index:100;
	margin:-3px 0 0 18px;
}
#right_toolbar .form-search input.search-query {
	position:absolute;
	right:20px;
	top:0;
	z-index:99;
	padding:2px 10px;
	width:0;
	height:22px;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
#back-top a {
	display: block;
	margin:0 0 0 5px;
	padding:17px 0 0 0;
	width: 61px;
	height:42px;
	text-align:center;
	background:#f8f8f8;
	color:#8a8a8a;
	font-size:22px;
	line-height:22px;
	border-radius: 3px;
	opacity: 1;
}
/*CONTENT*/
section.slider {
	margin-bottom:5px;
}
body.home_v_2 section#content {
	background:url(../img/home_v_2_body_bg.jpg) no-repeat center 0;
}
section#content > .container.top {
	padding-top:25px;
	box-shadow:         0 -5px 5px -4px rgba(0, 0, 0, 0.1);
}
section#content {
	padding-bottom:0px;
}
#column_left.span3 {
	float:right;
}
#column_right.span9 {
	float:right;
}
.box-wrapper {
	box-shadow:  0px 0px 4px rgba(0, 0, 0, 0.27);
	border-radius: 5px;
	position: relative;
	margin-bottom: 20px;
	background-color:#fff;
}
.box-wrapper .inside {
	padding:  20px;
}
.box-wrapper .inside.min-height {
	min-height: 270px;
}
.box-wrapper .line {
	overflow:hidden;
	width:100%;
	height:1px;
	border-top:5px solid #ed6100;
	margin: 0 0 -6px 0;
}
.box-wrapper a {
	text-decoration:underline;
}
.box-wrapper a:hover, .box-wrapper .button {
	text-decoration: none;
}
.table.shopping-cart-table th, .table.shopping-cart-table td {
	padding: 20px 10px 15px 10px;
	border-bottom: 2px solid #e5e5e5;
}
.table.shopping-cart-table a {
	text-decoration:underline;
}
.table.shopping-cart-table a:hover {
	text-decoration:none;
}
.table.shopping-cart-table th {
	padding: 5px 10px;
}
.table th.aligncenter, .table td.aligncenter {
	text-align:center;
}
.table th.alignright, .table td.alignright {
	text-align: right;
}
.table.shopping-cart-table td {
	border-right: 1px solid #e5e5e5;
}
.table.shopping-cart-table td:first-child {
	border-left: 1px solid #e5e5e5;
	width:10%;
	min-width:136px;
}
.table.shopping-cart-table th {
	font-weight: normal;
}
.table.shopping-cart-table input.qty {
	width: 30px;
	border:1px solid #e0e0e0;
	box-shadow:none;
	border-radius:0;
	margin-top: -5px;
	margin-bottom: -5px;
}
.table.shopping-cart-table a[class^="icon-"], .table.shopping-cart-table a[class*=" icon-"] {
font-size: 20px;
}
.table.shopping-cart-table .cart-col-name {
	display:none;
}
.table.shopping-cart-table-total {
	border-bottom: 2px solid #e5e5e5;
}
.table.shopping-cart-table-total th, .table.shopping-cart-table-total td {
	padding: 0 15px;
	border:none;
}
/*product block*/
.product {
	position: relative;
	margin-top: 10px;
	margin-bottom:14px;
	border-radius: 4px;
	/*background:#dedede;*/
	border: 1px solid #eeeeee;
}
.product a {
	text-decoration:none;
}
.product a:hover {
	text-decoration: underline;
}

.product:hover {
	/*background-color:#dbe5f5;*/
	border: 1px solid #cecece;
}
.product .product-image-wrapper {
	padding: 1px 1px 0 1px;
	text-align: center;
	cursor: pointer;
	overflow:hidden;
	z-index:350;
}
.product .product-image-wrapper .roll_over_img {
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	display:none;
}
.small_with_description .product, .big_without_description .product, .small_without_description .product, .product-listing .product {
	margin-top: 10px;
	margin-bottom:5px;
	border-radius: 0;
	box-shadow:  none;
}
.small_with_description .product .product-image-wrapper, .big_without_description .product .product-image-wrapper, .small_without_description .product .product-image-wrapper, .product-listing .product .product-image-wrapper {
	padding: 5px;
	border-radius: 4px;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
.product .product-image-wrapper img {
	float:none;
	margin: 0 auto;
	
}
.product .product-price, .product .product-price-regular, .preview .product-price, .preview .product-price-regular {
	float: left;
	font-size: 18px;font-weight: 600;
}
.product .product-price-regular, .preview .product-price-regular {
	color:#ed6100;
}
.product .product-price span.old, .product .product-price-regular span.old, .preview .product-price span.old, .preview .product-price-regular span.old {
	padding-left:5px;
	color:#0a0a0a;
	text-decoration:line-through;
	font-size:12px;
	/*line-height:25px;*/
}
.product .product-price span.new, .preview .product-price span.new {
	color:#ed6100;
}
.product .product-tocart, .preview .product-tocart {
	float: right;
	text-align: right;
	height:25px;
}
.product .product-tocart a, .preview .product-tocart a {
	color:#ed6100;
	font-size: 20px;
	line-height: 25px;
	-webkit-transition: font-size 0.25s 0s ease;
	-moz-transition: font-size 0.25s 0s ease;
	-o-transition: font-size 0.25s 0s ease;
}
.product .product-tocart a:hover, .preview .product-tocart a:hover {
	font-size:25px;
	-webkit-transition: font-size 0.25s 0s ease;
	-moz-transition: font-size 0.25s 0s ease;
	-o-transition: font-size 0.25s 0s ease;
}
.product .product-link, .preview .product-link {
	margin-top: 5px;
	line-height:13px;
}
.product .product-name, .preview .product-name {
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 12px;font-weight: 300;
}
.product .wrapper-hover {
	padding:3px 8px 6px 8px;
	height:140px;
	overflow:auto;
}
.preview .wrapper-hover {
	padding:3px 9px 12px 9px;
}
.preview.small .wrapper-hover {
	padding: 6px 0 12px 0;
}
.small_with_description .product .wrapper-hover {
	padding:2px 5px;
}
.product .product_label {
	position:absolute;
	top:0;
	right:0;
	z-index:101;
}
.style2 .image-wrapper {
	margin:0 4px;
}
.style2 .image-wrapper img {
	margin-bottom:65px;
}
/*product label*/
.label_outer {
	position:relative;
	z-index:1;
	height: 200px;
}
.label_new_top_left, .label_new_top_right, .label_sale_top_left, .label_sale_top_right {
	position:absolute;
	top:-3px;
	left:-3px;
	z-index: 1;
	width:70px;
	height:70px;
	background-image:url(../img/label.png);
	background-position: 0 0;
}
.label_new_top_right {
	right: -4px;
	left:auto;
	background-position: -70px 0;
}
.label_sale_top_left {
	background-position: 0 -70px;
}
.label_sale_top_right {
	right: -4px;
	left:auto;
	background-position:   -70px 0;
}
/*product hover preview*/
.preview {
	position:absolute;
	z-index:4000;
	top:0;
	left:0;
	display:none;
	overflow:hidden;
	float:left;
	text-align:left;
	padding:5px 5px 10px 5px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow:  0 0 46px 12px rgba(0, 0, 0, 0.1);
}
.preview .col-1 {
	width:75px;
}
.preview .col-2 {
	width:260px;
}
.preview .col-1 img {
	margin-bottom:5px;
}
.preview.small {
	padding-bottom:5px;
}
.preview.small .col-1 {
	width:53px;
	padding-right:4px;
}
.preview.small .col-2 {
	width:160px;
}
.preview.small .padding {
	padding: 8px 3px 0;
}
.preview .preview_top {
	overflow:hidden;
}
.preview .preview_bot {
	padding:0;
}
.preview.small .preview_bot {
	margin-top: 0;
	padding:8px 0 12px 55px;
}
.preview.small img {
	margin-bottom:4px;
	margin-left: 1px;
}
.preview .big_image {
	text-align: center;
}
.preview.small .big_image {
	left:62px;
}
.icon {
	float:left;
	width:30px;
}
.txt {
	margin-bottom: 10px;
	margin-left: 30px;
}
.twit {
	overflow:hidden;
	margin-bottom:10px;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid rgba(200, 200, 200, 0.1);
}
.twit a, .twit .icon {
	color:#ed6100;
}
.twit .icon {
	width:40px;
	font-size:18px;
}
.twit .mess {
	margin-left:40px;
}
.fb-like-box, .fb-like-box iframe[style], .fb-like-box span {
	width: 100% !important;
}
.block {
	margin: 10px 0 15px;
}
.block.last {
	border:none;
}
.block .block-title {
	padding-bottom:10px;
	font-size: 24px;font-weight: 500;
}
.block .block-title strong {
	font-weight: normal;
}
.block .block-content {
	padding: 5px 0 15px;
}
.block .block-subtitle {
	margin: 0 0 10px;
	
	font-weight:bold;
	line-height: 18px;
}
.block-layered-nav dt {
	margin:0;
	padding: 7px 0 6px;
	font-weight: bold;
}
.block-layered-nav dd {
	margin:0 0 25px;
	padding: 0;
}
.block-layered-nav ol {
	margin: 0;
}
.block-layered-nav dd li {
	margin-bottom: 6px;
	padding: 0 0 0 19px;
	background: url(../img/block-layered-dt.gif) no-repeat scroll 0 9px transparent;
}
.block-layered-nav dd li a {
	text-decoration: none;
}
.block-layered-nav dd li a:hover {
	text-decoration:underline;
}
ul#poll-answers {
	margin-bottom:15px;
}
ul#poll-answers li {
	line-height:22px;
}
ul#poll-answers .label {
	display: inline-block;
	padding: 0 4px;
	border-radius: 0;
	background: none;
	color: #000;
	vertical-align: baseline;
	text-shadow: none;
	white-space: nowrap;
	font-weight: normal;
	font-size: 12px;
}
ul#poll-answers label {
	margin: 0;
}
ul#poll-answers input[type="radio"] {
	margin: -2px 0 0;
}
.line {
	overflow:hidden;
	margin: 10px 0;
	width:100%;
	height:1px;
	border-top:1px solid #ececec;
}
.patriks_day .line {
	background:url(../img/line_patriks_day.png) repeat-x;
	margin: 5px 0;
	height:40px;
	border: none;
}
.helloween .line {
	background:url(../img/line_helloween.png) repeat-x;
	margin: 5px 0;
	height:40px;
	border: none;
}
.christmas .line {
	background:url(../img/line_christmas.png) repeat-x;
	margin: 5px 0;
	height:40px;
	border: none;
}
.thanksgiving .line {
	background:url(../img/line_thanksgiving.png) repeat-x;
	margin: 5px 0;
	height:40px;
	border: none;
}
.line1 {
	overflow:hidden;
	margin: 10px 0;
	width:100%;
	height:1px;
	border-bottom: 1px solid #eeeeee;
}
.listing_header_row1 {
	padding: 10px 0 0;
	line-height: 26px;
}
.listing_header_row1 .pull-left {
	width:33%;
}
.listing_header_row1 .pull-right {
	width:33%;
}
.listing_header_row2 {
	padding: 0 0 30px 0;
}
.listing_header_row1 label {
	display:inline-block;
	padding-right: 15px;
	font-size:12px;
	line-height:26px;
	cursor: text;
}
.listing_header_row1 a[class^="icon-"], .listing_header_row1 a[class*=" icon-"] {
 padding-right:5px;
 color:#000;
 font-size:26px;
 text-decoration:none;
 display:inline-block;
}
 @-moz-document url-prefix() {
.listing_header_row1 a[class^="icon-"], .listing_header_row1 a[class*=" icon-"] {
margin-top:-2px;
}
}
 .listing_header_row1 a[class^="icon-"]:hover, .listing_header_row1 a[class*=" icon-"]:hover {
 color:#666;
}
 .listing_header_row1 a[class^="icon-"].active, .listing_header_row1 a[class*=" icon-"].active {
 color:#ed6100;
}
.num {
	text-align:right;
}
.num a {
	display: inline-block;
	padding-right:5px;
	line-height: 20px;
}
a.small_icon i {
	padding:0 3px;
	background-color:rgba(236, 236, 236, 1);
	font-size:12px;
	line-height: 20px;
}
a.small_icon:hover i {
	background-color:rgba(236, 236, 236, 0.6);
}
a.small_icon_color i {
	margin-top:-2px;
	margin-right:7px;
	padding:0 2px;
	border-radius: 2px;
	background-color:#ed6100;
	color:#fff;
	font-size:12px;
	line-height: 20px;
}
a.small_icon_color i.icon-heart {
	text-indent:1px;
}
a.small_icon_color:hover i {
	background-color:#1d1d1b;
}
.middle_icon_color {
	display:block;
	margin-right: 10px;
	padding: 2px 0 0 0;
	width:32px;
	font-size:23px;
	height:29px;
	line-height:28px;
	border-radius: 3px;
	background:#ed6100;
	text-align:center;
	color:#fff;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.rating {
	margin-top:7px;
}
.rating i {
	color:#ccc;
	font-size:14px;
}
.rating strong i {
	color:#b141e4;
}
.product-shop {
	display:inline-block;
}
.product-shop h2 {
	padding-right: 0;
}
.product-shop .product_info_left {
	overflow:hidden;
}
.product-shop .product_custom, .product-shop .product_related {
	float:right;
	margin-left:30px;
	margin-top:-10px;
	width:170px;
}
.product-img-box .product-image {
	padding:8px;
	border-radius: 4px;
	background-color:#fff;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
.product-img-box .more-views li {
	margin: 0 0 6px;
	margin:2px;
	padding:2px;
	border-radius: 4px;
	background-color:#fff;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
.product-img-box .more-views li i {
	width:100%;
	text-indent:2px;
	font-size:40px;
	padding:3px 0 0 0;
	margin:0;
	vertical-align:middle;
	height:59px;
	line-height:59px;
	text-align:center;
	color:#ed6100;
}
.product-shop .product-name h1 {
	padding-bottom: 5px;
	font-size: 20px;
	margin-top:-3px;
	color:#cb0707;
	font-weight:bold;
}
.product-shop .availability {
	padding-bottom: 20px;
	border-bottom: 1px solid #D7D7D7;
}
.product-shop .short-description {
	padding: 5px 0 15px;
	border-bottom: 1px solid #D7D7D7;
}
.product-shop .price-box {
	padding: 25px 0 10px;
	font-size: 16px;
	font-weight:300;
}
.product-listing .price-box {
	display: inline-block;
	color:#4a4a4a;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	width:200px;
}
.product-listing .product-review {
	display: inline-block;
	line-height:30px;
}
.product-listing .product-review a {
	text-decoration:underline;
}
.product-listing .product-review a:hover {
	text-decoration: none;
}
.product-shop .old-price, .product-shop .special-price, .product-listing .old-price, .product-listing .special-price {
	display: inline-block;
}
.product-shop .old-price .price, .product-listing .old-price .price {
	padding-right: 10px;
	color:#4a4a4a;
	text-decoration: line-through;
	font-size:24px;font-weight:600;}
.product-shop .special-price .price, .product-listing .special-price .price {
	font-size: 24px;font-weight:600;	
}
.product-listing .special-price .price {
	font-size: 24px;
	line-height:24px;
	font-weight:600;
}
.product-shop .add-to-cart {
	margin: 0 0 30px;
}
.product-shop .add-to-cart .qty {
	display:inline-block;
	margin-right:-10px;
	padding: 12px 35px 0 10px;
	height:42px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	margin-bottom: 5px;
}
.product-shop .add-to-cart label {
	float: left;
	margin-right: 12px;
	line-height: 30px;
}
.product-shop .add-to-cart .qty input {
	padding:0;
	width:40px;
	height: 30px;
	border:1px solid #e0e0e0;
	border-radius: 0;
	text-align:center;
}
.product-shop .add-to-cart button.btn-cart, .product-listing a.btn-cart {
	padding-right:20px;
	height:56px;
	vertical-align:middle;
	font-size:16px;
	line-height:22px;
}
.product-listing {
	margin-bottom:20px;
}
.product-listing a.btn-cart {
	margin-right:20px;
	margin-bottom:5px;
	height:38px;
	vertical-align:middle;
	font-size:14px;
	line-height:38px;
}
.product-shop .add-to-cart button.btn-cart i, .product-listing a.btn-cart i {
	margin-top:-10px;
	padding-right:8px;
	font-size:22px;
}
.product-listing a.btn-cart i {
	margin-top:-2px;
}
.product-shop .add-to-links, .product-listing .add-to-links {
	display:inline-block;
}
.product-listing .add-to-links {
	padding: 10px 0 0 0;
}
.product-shop .add-to-links li, .product-listing .add-to-links li {
	float:left;
	margin-right: 10px;
	margin-bottom:5px;
}
.product-shop .add-to-links li:last-child, .product-listing .add-to-links li:last-child {
	margin-right:0;
}
.product-shop .no-rating {
	padding: 15px 0;
}
.product-shop .no-rating a {
	text-decoration:underline;
}
.product-shop .no-rating a:hover {
	text-decoration:none;
}
.product-listing .bottom-line, .product-listing .product-buttons {
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 0;
}
.product-listing .product-buttons {
	border:none;
}
.product-listing .product-name, .product-listing .product-name a {
	font-size:14px;
	font-weight:600;
	text-decoration:none;
}
.product-listing .product-name a:hover {
	text-decoration:underline;
}
.socialsplugins_wrapper {
	display:inline-block;
	padding-top: 20px;
}
.socialsplugins_wrapper .facebook_button {
	float:left;
	margin-right:5px;
}
.socialsplugins_wrapper .twitter_button {
	float:left;
	margin-right:-10px;
}
.socialsplugins_wrapper .pinit_button {
	float:left;
}
.promo_box {
	display:table;
	width:100%;
	padding: 18px 0;
	border-bottom: 1px solid #f2f2f2;
}
.promo_box span {
	display:block;
	vertical-align: middle;
	display:  table-cell;
	width: 100%;
}
.promo_box:hover div {
	background-color:#1d1d1b;
}
{
color:#e60000;
}
.nav-tabs {
	margin-top: 25px;
}
.nav-tabs > li > a, .nav-pills > li > a {
	margin-right: 4px;
	padding-right: 20px;
	padding-left: 20px;
}
.nav-tabs {
	border-bottom: none;
}
.nav-tabs > li {
	margin-bottom: 0;
}
.nav-tabs > li > a {
	display:block;
	padding-top: 8px;
	padding-bottom: 8px;
	border: none;
	border-radius: 4px 4px 0 0;
	background-color: #fff;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
	color:#000;
	font-weight:bold;
	line-height: 24px;
}
.nav-tabs > li > a:hover, .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	border: none;
	background-color: #ed6100;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
	color:#fff;
	text-decoration:none;
}
.tab-content {
	position:relative;
	z-index:5;
	margin-bottom:25px;
	padding:20px;
	border-top: 5px solid #ed6100;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.23);
}
.content_top {
	margin-bottom:20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.breadcrumbs {
	display:inline-block;
	margin-bottom:20px;
	padding: 10px 0 10px 0;
	background-color:#f1f1f2 !important;
	border-bottom: 1px solid #e3e3e3;
	color:#737373;
	width:100%;
}

.breadcrumbs a {
	float: left;
	margin: 0 10px;
	color: #737373;
}
.breadcrumbs a:hover {
	color: #000;
	text-decoration: underline;
}

.breadcrumbs span {
	display: block;
	float:left;
	padding: 0 3px;
	color:#bababa;
}
.direction-nav, .small_previews {
	position:relative;
	float:right;
	margin-top: -10px;
}
.carousel .small_previews {
	position:absolute !important;
	top:-36px;
	right:9px;
}
.flexslider.vertical .small_previews {
	position:absolute;
	top: 366px;
	right: 0px;
	margin: 0 0 20px 0;
}
.direction-nav a {
	display: inline-block;
	margin-left:4px;
	padding:0;
	width:34px;
	height:33px;
	border-radius: 2px;
	background:#e2e2e2;
	color:#fff;
	text-indent:2px;
	font-size:24px;
	line-height:33px;
	cursor:pointer;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.direction-nav a:hover {
	background-color:#ed6100;
	color:#fff;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.small_preview {
	position:absolute;
	width:85px;
	height:85px;
	z-index:10000;
	top:38px;
	display:none;
	padding:4px;
	border-radius:  5px;
	background:#fff;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
.small_preview.next {
	right:-60px;
}
.small_preview.prev {
	right:40px;
}
.small_previews #jcarousel_preview_prev, .small_previews #jcarousel_preview_next {
	top:20px;
	z-index:100;
}
.accordion, .toggle {
	margin-bottom: 10px;
}
.accordion-group {
	margin-bottom: 2px;
	padding: 0;
	border-radius:  3px;
	background:#fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
	border:1px solid #e2e2e2;
}
.accordion-heading {
	border-bottom: 0 none;
	position:relative;
}
.accordion-heading a {
	color:#fff;
	text-decoration:none;
	margin:0;
	border-radius:  5px;
}
.accordion-faq .accordion-heading a {
	font-family:  inherit;
	font-weight:bold;
}
.accordion-heading a span {
	padding-right: 20px;
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 10px 15px 10px 10px;
	font-size:14px;
	line-height:20px;
	background:#ed6100;
	border-radius:  3px;
}
.accordion-heading a.collapsed {
	margin:0;
	background:#ed6100;
	color:#fff;
}
.accordion-heading a span {
	position:absolute;
	top:7px;
	right:-10px;
	text-align:center;
	color:#fff;
	font-size:14px;
}
.accordion-heading a span.number {
	position: relative;
	padding-right: 20px;
	top: auto;
	right:auto
}
.accordion-heading a span.closed {
	display:none;
}
.accordion-heading a span.open {
	display:block;
	top:7px;
}
.accordion-heading a.collapsed span.open {
	display:none;
}
.accordion-heading a.collapsed span.closed {
	display:block;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-inner {
	overflow: hidden;
	padding: 10px 10px;
	background:#fcfcfc;
	border: none;
}
.box-list {
	padding: 10px 30px 20px;
	border-radius:  5px;
	box-shadow:         0px 0px 2px rgba(0, 0, 0, 0.1);
}
.box-list li {
	padding: 4px 0;
	border-bottom: 1px solid rgba(200, 200, 200, 0.2);
}
.box-list li:last-child {
	border: none;
}
.custom_blocks {
	border-radius: 5px;
	background-color:#f8f8f8;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
	border:2px solid #fff;
	display:inline-block;
	width:100%;
}
.custom_blocks .box {
	width:270px;
	float:left;
	text-align:center;
	padding: 0;
	background:none;
}
.custom_blocks .box:first-child {
	padding:0 30px 0 0;
	background:url(../img/divider.png) no-repeat right 27px;
}
.custom_blocks .pull-left {
	padding: 0;
	background:none;
}
.custom_blocks .pull-left:first-child {
	padding:0 30px 0 0;
	background:url(../img/divider.png) no-repeat right 27px;
}
.custom_blocks .box a {
	
	font-size: 28px;font-weight: 300;
	margin: 0 auto;
	display:block;
	text-align:center;
}
.custom_blocks .box a:hover {
	text-decoration:none;
}
.custom_blocks .box .inside {
	border-bottom:5px solid #ed6100;
	margin: 8px 0 0;
	padding: 0 0 8px 0;
	text-align:center;
	-moz-transition: all 1s 0s linear;
	-o-transition: all 1s 0s linear;
	-webkit-transition: all 1s 0s linear;
	overflow:hidden;
}
.custom_blocks .box:hover .inside {
	border-bottom:5px solid transparent;
	-moz-transition: all 0.5s 0s linear;
	-o-transition: all 0.5s 0s linear;
	-webkit-transition: all 0.5s 0s linear;
}
.custom_blocks .box .icon_circle {
	width:62px;
	height:63px;
	display: inline-block;
	margin: 0 10px 0 0;
	text-align:center;
}
.custom_blocks .box .icon_circle.dark {
	background:url(../img/icon_dark.png) no-repeat;
}
.custom_blocks .box .icon_circle.light {
	background:url(../img/icon_light.png) no-repeat;
}
.custom_blocks .box .text {
	display: inline-block;
	line-height:63px;
}
.custom_blocks .box .icon_circle i {
	font-size:34px;
	height:62px;
	width: 62px;
	padding:1px 0 0;
	margin:0;
	vertical-align:middle;
	display:table-cell;
	-moz-transition: font-size 0.1s 0s ease;
	-o-transition: font-size 0.1s 0s ease;
	-webkit-transition: font-size 0.1s 0s ease;
}
.custom_blocks .box .icon_circle.dark i {
	color:#fff;
}
.custom_blocks .box .icon_circle.light i {
	color:#444;
}
.custom_blocks .box:hover .icon_circle i {
	font-size:40px;
	-moz-transition: all 0.2s 0s ease;
	-o-transition: all 0.2s 0s ease;
	-webkit-transition: all 0.2s 0s ease;
}
.block_img img {
	margin-bottom: 20px;
	border-radius: 4px;
	box-shadow:  0px 0px 6px rgba(0, 0, 0, 0.23);
	-moz-transition: all 0.2s 0s linear;
	-o-transition: all 0.2s 0s linear;
	-webkit-transition: all 0.2s 0s linear;
	width:100%;
}
.block_img img:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.message {
	padding:15px 20px 10px;
	margin-bottom: 20px;
	border-radius: 8px;
	border-width: 1px;
	border-style: solid;
}

.message .text {
	font-size:12px;
	line-height:28px;
	display:inline-block;
}
.message i {
	font-size:28px;
	padding-right:10px;
	display:inline-block;
}
@-moz-document url-prefix() {
.message i {
 margin-top:-2px;
}
}
.message.error {
	background:#f3dddd;
	border-color:#dfd2d2;
	color:#866868;
}
.message.error i {
	color:#d1aaaa;
}
.message.done {
	background:#e8f6df;
	border-color:#d9e6d1;
	color:#67795c;
}
.message.done i {
	color:#bad3aa;
}
.message.info {
	background:#efefef;
	border-color:#e8e8e8;
	color:#8a8a8a;
}
.message.info i {
	color:#eeeeee;
	font-size:22px;
	padding-top:3px;
	padding-bottom:3px;
}
/*FOOTER*/
#bottom_block {
	padding: 0 0 25px 0;
	margin-bottom: -50px;
}
#push, #footer {
	height: 27px;
	clear: both;
}
#footer {
	z-index:3000;
	position:relative;
	color:#959595;
	bottom:0;
	margin-top:-27px;
	border-top:7px solid #000000;
}
#footer:hover {
	z-index:3002;
}
#footer a {
	color:#959595;
}
#footer_line {
	position:relative;
	z-index:0;
	background-color:#333;
}
#footer_bottom {
	position:relative;
	z-index:1;
}
#footer_bottom i {
	color:#fff;
	font-size:14px;
}
#footer_bottom .pull-right, #footer_bottom .pull-left {
	max-width: 49%;
}
#footer_bottom .pull-right {
	text-align:right;
}
#footer_bottom .noHover, #footer_bottom .noHover span {
	padding:0;
	line-height: 25px;
	margin:0 0 1px 0;
}
#footer_bottom .noHover img {
	vertical-align:middle;
}
#footer_bottom .noHover span {
	display:inline-block;
}
#footer_bottom .noHover span.text {
	padding-top:5px;
}
#footer_bottom .noHover span.text, #footer_bottom .noHover span.text span {
	display:inline-block;
	line-height:18px
}
#footer_bottom .noHover span.text span {
	margin:0;
}
#footer_bottom .pull-right.noHover {
	padding: 2px 0 0;
	line-height:24px;
}
#footer_bottom .noHover .payment_icons {
	margin-right:5px;
}
#footer_bottom .payment_icons img {
	margin-right:4px;
}
#footer_button {
	position:absolute;
	top:0;
	left:50%;
	z-index:2;
	margin-left:-20px;
	padding:3px 0 0 0;
	width: 30px;
	height:24px;
	text-align:center;
	background:#ed6100;
	color:#fff;
	font-size: 20px;
	cursor: pointer;
}
#footer_popup {
	position:absolute;
	z-index:0;
	bottom:0;
	display:none;
	padding-bottom:65px;
	width:100%;
	background-color:rgba(0, 0, 0, 0.85);
}
#footer_popup.footer_bg {
/*	background-image:url(../img/glyphicons-halflings.png);
*/}
#footer_popup h3, #footer_popup h4 {
	padding: 10px 0;
	border-bottom:1px solid #444;
	color:#fff;
	font-size: 18px;font-weight:300;
}
#footer_popup h4 {
	border:none;
}
#footer_bottom i {
	color:#fff;
	font-size: 14px;
	height:20px;
	-webkit-transition: font-size 0.25s 0s ease;
	-moz-transition: font-size 0.25s 0s ease;
	-o-transition: font-size 0.25s 0s ease;
}
#footer_bottom i:hover {
	font-size:20px;
	-webkit-transition: font-size 0.25s 0s ease;
	-moz-transition: font-size 0.25s 0s ease;
	-o-transition: font-size 0.25s 0s ease;
}
#preloader {
	position: fixed;
	z-index:100000;
	top:40%;
	width:100%;
}
#preloader .message {
	position: absolute;
	left:32%;
	padding:0 1%;
	margin-top: 70px;
	background-color:rgba(0, 0, 0, 0.8);
	border-radius:6px;
	border: none;
	color:#fff;
	text-align:center;
	width:34%;
}
#preloader .loader {
	position: absolute;
	left:50%;
	margin-left:-28px;
	background-color:rgba(0, 0, 0, 0.8);
	border-radius:6px;
	height: 56px;
	width:56px;
	line-height:56px;
	text-align:center;
}
#preloader .loader img {
	opacity:0.9;
}
#preloader .message .inside {
	padding:20px;
}
#login-box {
	z-index:100000;
	position: fixed;
	top:50%;
	left:50%;
	margin-left:-160px;
	margin-top:-200px;
	width:320px;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
	border-radius: 5px;
	background:#fff;
	text-align: center;
}
#login-box a {
	text-decoration:underline;
}
#login-box a:hover, #login-box .button {
	text-decoration:none;
}
#login-box .inside {
	padding:  20px;
}
#login-box input {
	text-align:center;
	color:#000;
	margin:12px 0;
}
#login-box .button {
	margin-top:20px;
	position:relative;
}
#login-box .line {
	overflow:hidden;
	margin: 20px -20px 0 -20px;
	width:320px;
	height:1px;
	border-top:5px solid #ed6100;
}
#carousel_tabs a {
	white-space:nowrap;
}
/*form element*/
label, input, button, select, textarea {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}
.form-search-wrapper {
	position:relative;
	z-index:50004;
	margin-right: 58px;
}
.helloween .form-search-wrapper {
	background: url(../img/search_bg_helloween.png) no-repeat 0 0;
	margin-top: -25px;
	padding-top:25px;
}
.patriks_day .form-search-wrapper {
	background: url(../img/search_bg_patriks_day.png) no-repeat 0 0;
	margin-top: -25px;
	padding-top:25px;
}
.thanksgiving .form-search-wrapper {
	background: url(../img/search_bg_thanksgiving.png) no-repeat 0 0;
	margin-top: -25px;
	padding-top:25px;
}
.christmas .form-search-wrapper {
	background: url(../img/search_bg_christmas.png) no-repeat 0 0;
	margin-top: -18px;
	padding-top:18px;
}
.form-search {
	position: relative;
	margin-bottom:0;	
}
.form-search input.search-query {
	padding-left:44px;
	font-size:12px;
	width:260px;
	height:24px;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
select, select:focus {
	border-radius: 3px;
	box-shadow:  0px 0px 4px rgba(0, 0, 0, 0.27);
	outline:none;
	height: 34px;
	line-height:34px;
	padding:6px;
	font-size:14px;
}
select.fullwidth, input.fullwidth, textarea.fullwidth {
	width:99%;
}
input.fullwidth, textarea.fullwidth {
	width:94%;
}
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"], .uneditable-input {
	border: 2px solid #fff;
	border-radius: 3px;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: #ed6100;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
#form-contact input {
	width:100%;
}
#form-contact input.input-small {
	width:120px;
	margin-top: 5px;
}
#form-contact textarea {
	width:100%;
	height:185px;
	margin-bottom:20px;
}
button, .button {
	border:none;
	border-radius: 3px;
	background:#ed6100;
	color:#fff;
	white-space:nowrap;
	padding: 6px 10px 6px 10px;
	font-size: 18px;font-weight:200;
}
button.dark, .button.dark {
	background: #333;
}
.button {
	display:inline-block;
	text-decoration:none;
}
button:hover, .button:hover {
	background:#1d1d1b;
	color:#fff;
	text-decoration:none;
}
button.dark:hover, .button.dark:hover {
	background: #000;
}
button.button-2x, .button.button-2x {
	padding: 6px 10px 6px 10px;
	font-size: 18px;font-weight:200;
}
button.button-3x, .button.button-3x {
	padding: 2px 15px 6px 15px;
	border:none;
	border-radius: 3px;
	background:#ed6100;
	color:#fff;
	
	white-space:nowrap;
	font-size: 64px;font-weight: 500;
	margin-bottom:15px;
}

button.button-3xy, .button.button-3xy {
	padding: 10px 15px 10px 15px;
	border:none;
	border-radius: 3px;
	background:#3ac42b;
	color:#fff;
	
	white-space:nowrap;
	font-size: 24px;font-weight: 500;
	margin-bottom:15px;
}

.odmyz {
	width:200px!important;
	font-size: 24px!important;font-weight: bold!important;
	color:red!important;	
}

button.button-3xy:hover, .button.button-3xy:hover {
	background: #094902;
}

.button_small, #topline a.button_small {
	display: inline-block;
	padding: 0 5px 0 0;
	margin:0;
	height:20px;
	overflow:hidden;
	vertical-align:middle;
	color:#fff;
	text-transform:none;
	margin-right:5px;
	border-radius: 2px;
	text-decoration:none;
	background-image:url(../img/divider1.png);
	background-repeat:no-repeat;
	background-position:22px 0;
	background-color:#ed6100;
}
.button_small:hover, #topline a.button_small:hover {
	background-color:#1d1d1b;
}
.button_small i {
	width:24px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:12px;
	margin-top:-1px;
	vertical-align:middle;
	margin-right:5px;
	padding:0;
}
.button_small span {
	min-width:57px;
	text-align: center;
	display:inline-block;
}


.form-search button, .form-mail button {
	position: absolute;
	top: 2px;
	left:2px;
	margin:0;
	padding: 2px 0 0 0;
	width:32px;
	height:32px;
	border:none;
	border-radius: 3px;
	background:#ed6100;
	background-image:none;
	box-shadow: none;
	color:#fff;
	text-shadow: none;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.form-mail button {
	padding: 0 0 2px;
}
.form-search button.btn:hover, .form-mail button.btn:hover {
	background:#1d1d1b;
	color:#fff;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.form-mail {
	position:relative;
}
.form-mail input {
	padding-left:44px;
	width:auto;
	height:24px;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
.form-login-wrapper {
	position:absolute;
	width:330px;
	top:20px;
	right:0;
	z-index: 50005;
	display:none;
	padding:8px 8px 12px 20px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color:rgba(0, 0, 0, 0.89);
}
.form-login-wrapper:hover {
	display:block;
}
.form-login {
	margin:0;
}
.form-login input {
	margin:0 15px 0 -24px;
	padding-left:25px;
	width:112px;
	height:22px;
	border: 2px solid #fff;
	border-radius: 3px;
}
.form-login .pull-left i {
	position:relative;
	z-index:100;
	width:18px;
	color:#000;
	font-size:16px;
	height:32px;
	vertical-align:middle;
}
.form-login button {
	float:left;
	display:inline-block;
	margin:0 0 0 -5px;
	padding:0;
	width:20px;
	height:32px;
	border:none;
	background:none;
	background-image:none;
	box-shadow: none;
	color:#fff;
	text-shadow: none;
}
.form-login button i {
	color:#ff0066;
	font-size: 20px;
	line-height:20px;
}
.form-login button.btn:hover {
	background: none;
}
@media (max-width: 1279px) {
#right_toolbar {
 right:-10000px;
}
.hidden-small-desktop {
display:none;
}
}
@media (max-width: 1200px) {
.custom_blocks .box {
 width:212px;
 float:left;
}
.custom_blocks .box a {
 
 font-weight:normal;
 font-size:16px;
}
#header.header_v_2 #nav > li > a {
 min-width: 100px;
 display:block;
 padding: 15px 20px 15px 10px;
}
#header.header_v_2 .fadelink > a {
 min-width: 60px;
 padding: 15px 20px 15px 10px;
}
#nav .menu_custom_block .col-third {
float:left;
width: 190px;
margin:0 10px;
}
}
@media (max-width: 979px) {
section.slider #layerslider-container-fw {
 margin-right: 7px;
}
.accordion-inner > .pull-left, .accordion-inner > .pull-right {
 float:none;
}
#nav li:hover li.list_column {
 width:200px;
}
#nav li:hover li.category_desc_in_menu {
 padding: 0 30px;
 width: 200px;
}
#header.header_v_2 .top-links {
float:none;
clear: both;
margin: 0 0 0 -10px;
padding-top:10px;
}
#nav .menu_custom_block .col-third {
float:left;
width: 150px;
margin:0 5px;
}

}
@media (min-width: 1200px) and (max-width: 1360px) {
 .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
 width: 1050px;
}
 .span12 {
 width: 1050px;
}
 .span11 {
 width: 960px;
}
 .span10 {
 width: 870px;
}
 .span9 {
 width: 780px;
}
 .span8 {
 width: 690px;
}
 .span7 {
 width: 600px;
}
 .span6 {
 width: 510px;
}
 .span5 {
 width: 420px;
}
 .span4 {
 width: 330px;
}
 .span3 {
 width: 240px;
}
 .span2 {
 width: 150px;
}
 .span1 {
 width: 60px;
}
.preview {
 padding:5px 5px 10px 5px;
 margin:0;
}
.preview .col-1 {
width:75px;
}
.preview .col-2 {
width:230px;
}
.preview.small {
 padding-bottom:5px;
}
.preview.small .col-1 {
width:53px;
}
.preview.small .col-2 {
width:140px;
}
 .preview .big_image {
 width:230px;
}
.preview.small .big_image {
 width:140px;
 height:137px;
}
#header.header_v_2 #nav > li > a {
 min-width: 130px;
 display:block;
 padding: 15px 20px 15px 10px;
}
#header.header_v_2 .fadelink > a {
 min-width: 60px;
 padding: 15px 30px 15px 10px;
}
.custom_blocks .box {
 width:240px;
}
}
@media (min-width: 640px) and (max-width: 1360px) {
.product-img-box .more-views li i {
	padding:3px 0 0 0;
	height:50px;
	line-height:50px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.custom_blocks .box {
 padding:0;
 width:158px;
 float:left;
}
.custom_blocks .box a {
 
 font-weight:normal;
 font-size:12px;
}
.custom_blocks .box .icon_circle {
 margin: 0 5px 0 0;
}
.product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span7, .product-box .span8 {
 float:left;
 width: 350px;
}
.product-box .product-img-box .span1 {
 width:60px;
 margin-right:20px;
}
.product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
 width: 260px;
 margin:0;
}
.form-mail input {
 width:70%;
}
}
 @media (max-width: 767px) {
.flexslider.big .flex-direction-nav {
 display:none;
}
.listing_header_row1 .pull-left {
 width:50%;
}
.listing_header_row1 .pull-right {
 width:49%;
}
.tab-content {
 position:relative;
 z-index:0;
 background-color:#fff;
 margin-bottom:25px;
 margin-top:2px;
 padding:20px;
 border-top: none;
}
.nav-tabs > li > a, .nav-pills > li > a {
 margin-right:0;
}
.mousetrap {
 display: none;
}
#footer_popup {
 position: relative !important;
 display:block !important;
 height:auto !important;
 padding-bottom:20px;
}
#nav li:hover li.list_column {
 width:160px;
}
#nav li:hover li.category_desc_in_menu {
 padding: 0 20px;
 width: 160px;
}
#footer_button {
 display:none;
}
#footer .pull-left.noHover, #footer .pull-right.noHover {
 max-width:100%;
}

}
@media (min-width: 640px) and (max-width: 767px) {
body {
 padding:0;
}
.container {
 padding:0 20px;
 width:580px;
}
.row {
 margin-left:-70px;
}
.span12 {
 float: left;
 margin-left: 70px;
 width:580px;
}
.span11 {
 float: left;
 margin-left:70px;
 width:580px;
}
.span10 {
 float: left;
 margin-left:70px;
 width:580px;
}
.span9 {
 float: left;
 margin-left:70px;
 width:580px;
}
.span8 {
 float: left;
 margin-left: 70px;
 width: 344px;
}
.span7 {
 float: left;
 margin-left: 70px;
 width: 344px;
}
.span6 {
 float: left;
 margin-left: 70px;
 margin-right:-40px;
 width: 276px;
}
.span5 {
 float: left;
 margin-left: 70px;
 width: 255px;
}
.span4 {
 float: left;
 margin-left: 70px;
 width: 255px;
}
.span3 {
 float: left;
 margin-left: 70px;
 width: 255px;
}
.span2 {
 float: left;
 margin-left: 70px;
 width: 123px;
}
.span1 {
 float: left;
 margin-left: 15px;
 width: 59px;
}
.row.small_without_description, .row.small_with_description {
 margin-left:-30px;
}
.span2.product {
 margin-left: 30px;
 width: 120px;
}
.carousel, .es-carousel, .es-carousel .row {
 padding:0;
 margin:0;
}
.carousel.style0 .es-carousel {
 margin:0 -5px 0 -65px;
}
.carousel .span3 {
 margin-left: 65px;
 margin-right: 5px;
 width: 255px;
}
.carousel .span2 {
 margin-left: 4px;
 margin-right: 11px;
 width: 123px;
}
#column_left.span3 {
 float:left;
 width:580px;
}
#column_right.span9 {
 float:left;
 width:580px;
}
.product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span8 {
 width: 580px;
 margin-left:70px;
 margin-bottom:25px;
}
.product-box .product-img-box .span1 {
 float:left;
 width:60px;
 margin-right:20px;
 margin-left:70px;
}
.product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
 float:left;
 width: 500px;
 margin:0;
}
.nav-tabs li {
 float:none;
}
.nav-tabs li a {
 margin-bottom:-2px;
 background:#fff;
 -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
 -moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.27);
 box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
.form-mail input, .form-search input.search-query {
 width:98%;
}
.custom_blocks .box {
width:270px;
}
.custom_blocks .box:first-child {
 padding:0 30px 0 5px;
}
.custom_blocks .pull-left:first-child {
 padding:0;
 background:none;
}
.span2.product .product-price span.old, .span2.product .product-price-regular span.old {
 padding:0;
 display:block;
 margin-top:-12px;
}
}
 @media (max-width: 640px) {
#login-box {
 margin-top:-150px;
}
#login-box .inside {
 padding:  20px;
}
#login-box input {
text-align:center;
color:#000;
margin:5px 0;
}
#login-box .line {
 margin: 5px -20px;
}
#login-box .button {
margin-top:5px;
}
}
 @media (min-width: 480px) and (max-width: 639px) {
body {
 padding:0;
}
.container {
 padding:0 40px;
 width:370px;
}
.row {
 margin-left:-20px;
}
.span12 {
 float:left;
 margin-left: 40px;
 width:370px;
}
.span9 {
 float:left;
 margin-left: 40px;
 width:370px;
}
.span6 {
 float:left;
 margin-left: 20px;
 width:370px;
}
.span4 {
 float:left;
 margin-left: 40px;
 width:370px;
}
.span3 {
 float:left;
 margin-left: 70px;
 width:270px;
}
 .span2.product {
 float: left;
 margin-right: 35px;
 margin-bottom:10px;
 margin-left:15px;
 width: 160px;
}
.span3.product {
 float:left;
 margin-left: 40px;
 margin-right:40px;
 width:270px;
}
.carousel {
 width: 370px;
}
.carousel, .es-carousel, .es-carousel .row {
 padding:0;
 margin:0;
}
.carousel .span2.product {
 float: left;
 margin-right: 20px;
 margin-bottom:10px;
 margin-left:5px;
 width: 160px;
}
.carousel .span3.product {
 float:left;
 margin-left: 50px;
 margin-right: 50px;
 width:270px;
}
.nav-tabs li {
 float:none;
}
.nav-tabs li a {
 margin-bottom:-2px;
 background:#fff;
 -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
 -moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.27);
 box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
#nav, .link_label {
 display:none;
}
.nav-list {
 display:block;
 position:static;
 top: 0;
}
#logo {
 float:none;
 text-align:center;
 padding:10px 0 0;
}
 .product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span8 {
 margin-left: 40px;
 width:370px;
 margin-bottom:25px;
}
.product-box .product-img-box .span1 {
 float:left;
 width:70px;
 margin-right:10px;
}
.product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
 float:left;
 width: 290px;
 margin:0;
}
#column_left.span3 {
 float:left;
 width:370px;
 margin-left:0;
}
#column_right.span9 {
 float:left;
 width:370px;
}
.block_img {
 width:175px;
 margin-left:20px;
}
.form-mail input, .form-search input.search-query {
 width:90%;
}
.custom_blocks .box {
 width:170px;
 float:left;
}
.custom_blocks .box a {
 font-size:12px;
}
.custom_blocks .box:first-child {
 padding:0 30px 0 0;
 background:url(../img/divider.png) no-repeat right 50px;
}
.custom_blocks .pull-left:first-child {
 padding:0;
 background:none;
}
#form-contact .span9 {
 margin:0;
 width:390px;
}
#header.header_v_2 .form-search-wrapper {
margin:-15px 0 0 30px;
}
.table.shopping-cart-table th {
display:none;
}
.table.shopping-cart-table, .table.shopping-cart-table tr, .table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
 display: block;
 float: left;
 clear: both;
 width: 100%
}
.table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
 padding:10px;
 width:90%;
 min-width: 200px;
 border:none;
 border-bottom: 1px solid #e5e5e5;
 text-align:left;
}
.table.shopping-cart-table td.aligncenter {
 text-align:left;
}
.table.shopping-cart-table td:first-child {
text-align:center;
}
.table.shopping-cart-table .cart-col-name {
display: inline-block;
padding-right:10px;
}
.right-button {
float:left;
margin-bottom:15px;
}
}
@media (max-width: 479px) {
body {
 padding:0;
}
.container {
 padding:0;
 margin:0 auto;
 width:300px;
}
.row {
 margin-left:0;
}
.span12 {
 float:left;
 margin-left: 0;
 width:300px;
}
.span9 {
 float:left;
 margin-left: 0;
 width:300px;
}
.span6 {
 float:left;
 margin-left: 0;
 width:300px;
}
.span4 {
 float:left;
 margin-left: 0;
 width:300px;
}
.span3 {
 float:left;
 margin-left: 20px;
 width:260px;
}
.span3.product {
 float:left;
 margin-left: 20px;
 margin-right:20px;
 width:260px;
}
.span2.product {
 float: left;
 margin-right: 7px;
 margin-left:8px;
 margin-bottom:10px;
 width: 135px;
 padding:0;
}
.carousel {
 width:300px;
}
.es-carousel {
 padding:0;
 margin:0;
}
.nav-tabs li {
 float:none;
}
.nav-tabs li a {
 margin-bottom:-2px;
 background:#fff;
 -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
 -moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.27);
 box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
}
#nav, .link_label {
 display:none;
}
.nav-list {
 display:block;
 position:static;
 top: 0;
}
#topline .pull-right {
float:none;
}
#topline .pull-right .alignright {
text-align:center;
}
#topline .fadelink {
 margin-right: 5px;
 margin-left: 0px;
}
#topline .fadelink > a {
 padding: 2px 20px 1px 5px;
}
#topline .fadelink .ul_wrapper ul {
 padding: 5px 12px 5px 5px;
}
#logo {
 float:none;
 text-align:center;
 padding:10px 0 0;
}
#column_left.span3 {
 float:left;
 width:300px;
 margin:0;
}
#column_right.span9 {
 float:left;
 width:300px;
 margin:0;
}
#form-contact .span9, #form-contact .span4 {
 margin:0;
 width:280px;
}
#form-contact .span4.pull-right {
float:none;
}
 .product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span8 {
 float:left;
 width:300px;
 margin-bottom:25px;
}
.product-box .product-img-box .span1 {
 float:left;
 width:60px;
 margin-left:5px;
 margin-right:10px;
}
.product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
 float:left;
 width: 215px;
 margin:0;
}
.product-shop .product_related, .product-shop .product_custom {
 float:none;
 width: 170px;
 margin:0 0 50px 0;
}
.block_img {
 width:260px;
 margin-left:20px;
}
.form-mail input, .form-search input.search-query {
 width:98%;
}
.custom_blocks {
 width:256px;
 margin-left:20px;
}
.custom_blocks .box, .custom_blocks .box:first-child {
 margin:0 3px;
 padding: 0;
 width:250px;
 background:none;
 float:none;
}
.custom_blocks .box .inside a {
 text-align:left;
}
.custom_blocks .pull-left, .custom_blocks .pull-left:first-child {
 padding:0;
 background:none;
 float:none;
}
.shoppingcart .badge {
 position:absolute;
 top:-7px;
 left: -10px;
 right:auto;
}
#footer .pull-left.noHover, #footer .pull-right.noHover {
 width:100%;
 max-width:100%;
 float:none;
 text-align:center;
}
.select_wrapper.width1 {
 width:80px;
}
.direction-nav {
 margin-bottom:8px;
}
#header.header_v_2 .form-search-wrapper {
 margin:-15px 0 0 -5px;
}
#header.header_v_2 .form-search input.search-query {
 width:160px;
}
#header.header_v_2 .shoppingcart {
right:30px;
bottom: 75px;
}
 #header.header_v_2 .fadelink {
 margin-right: -12px;
 margin-left: 15px;
}
#header.header_v_2 .fadelink .ul_wrapper {
 position:absolute;
 top: 25px;
 z-index:100;
 display:none;
 border: 1px solid #d9d9d9;
}
#header.header_v_2 .fadelink .ul_wrapper ul {
 padding:  7px 5px 7px 5px;
 width:auto;
 border-radius: 0;
 background:#fff;
}
#header.header_v_2 .fadelink > a {
 padding: 2px 15px 1px 5px;
 border-radius: 2px;
 background: #fff url(../img/arrow_down_inverse.png) no-repeat right -2px;
 color:#555555;
 text-decoration:none;
 box-shadow:none;
 border: 1px solid #d9d9d9;
 border-bottom:none;
 font-weight:normal;
}
#header.header_v_2 .fadelink:hover > a {
 background: #fff url(../img/arrow_down_inverse.png) no-repeat right -2px;
 box-shadow:none;
 border: 1px solid #d9d9d9;
 border-bottom:none;
 color:#555555;
}
.table.shopping-cart-table, .table.shopping-cart-table tr, .table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
 display: block;
 float: left;
 clear: both;
 width: 100%
}
.table.shopping-cart-table th {
 display:none;
}
.table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
 padding:10px;
 width:90%;
 border:none;
 border-bottom: 1px solid #e5e5e5;
 text-align:left;
}
.table.shopping-cart-table td.aligncenter {
 text-align:left;
}
.table.shopping-cart-table td:first-child {
text-align:center;
}
.table.shopping-cart-table .cart-col-name {
display: inline-block;
padding-right:10px;
}
.right-button {
float:left;
margin-bottom:15px;
}
#login-box {
 left:50%;
 margin-left:-140px;
 width:280px;
}
#login-box .line {
 margin: 5px -20px;
 width: 280px;
}
.product-img-box .more-views li i {
	padding:3px 0 0 0;
	height:50px;
	line-height:50px;
}
}

.ustMenu {padding:5px;font-weight: bold;background-color:#dce0e1;padding:5px;height:23px;border-bottom: 2px solid #ccd4d7}
.tdSt {padding:5px;border-bottom: 1px dotted #ccd4d7;}
.tdb {font:bold 16px Arial;padding:4px;border-top: 1px solid #fdfbfb;border-bottom: 1px dotted #cecdd3;}
.tdf {font:normal 12px Arial;padding:4px;border-top: 1px solid #fdfbfb;border-bottom: 1px dotted #cecdd3;}
.tdb {font:normal 15px Arial;padding:4px;border-top: 1px solid #fdfbfb;border-bottom: 1px dotted #cecdd3;}
.tdy {font:normal 12px Arial;color:#070707;padding:4px;border-top: 1px solid #fdfbfb;border-bottom: 1px dotted #cecdd3;}
.l4:link, .l4:visited, .l4:active {font:bold 11px Arial;color:#0c0e11;text-decoration : none;}
.l4:hover   { color:#fd3509; text-decoration : none;}

.td_liste {border-top: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1;padding:5px;}

.google-map {
    width: 100%;
    height:290px;
    margin-bottom:30px;
}
.google-map img {
  max-width: none !important;
}

/*	3.	Comments
/*-----------------------------------------------------------------------------------*/
#comments {
    width: 100%;
}
#comments .section-title, #related-folio .section-title {
    margin-bottom: 20px;
    
}
.htitle, #reply-title {
    padding: 0 0 15px !important;
    margin-bottom: 20px;
    font-size: 18px;
    
}
#comments .nocomments {
    padding-top: 20px;
    float: left;
}
.bypostauthor {
}
.comment-entry {
    border-bottom: 1px solid #eee;
    padding: 20px 10px 20px 0;
}
.comment-content {
    overflow: hidden;
}
.depth-2 .comment-entry {
    padding-left: 70px;
}
.depth-3 .comment-entry {
    padding-left: 140px;
}
.depth-4 .comment-entry {
    padding-left: 210px;
}
.depth-5 .comment-entry {
    padding-left: 280px;
}
#cancel-comment-reply-link {
    display: block;
    position: absolute;
    top: 44px;
    right: 5px;
    font: normal 12px arial, sans-serif;
}
#respond {
    clear: both;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
}
.comment-author-wrap {
    display: inline;
    float: left;
    margin-right: 20px;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.comment-author-wrap img {
    vertical-align: bottom;
    display: block;
    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.comment-author-info {
    display: inline-block;
    padding: 0 2px;
    margin-bottom: 5px;
}
.comment-author-info a, .comment-author-info a:active {
    color: #444 !important;
}
/* comment form */
#form-comment {
    clear: both;
}
#form-comment label {
    width: 195px;
    
    color: #666;
}
#form-comment input.txt {
    width: 95%;
    display: block;
    border: 1px solid #b3b3b3;
    margin: 0 4px 0 0;
    background-color: #f4f4f4;
    padding: 8px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#form-comment input.txt:hover {
 background-color: #fff;
}
#form-comment textarea {
    width: 96%;
    display: block;
    border: 1px solid #b3b3b3;
    background-color: #f4f4f4;
    margin: 0 4px 0 0;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#form-comment textarea:hover {
    background:#fff;
}
#form-comment .personal-data {
    overflow: hidden;
}
#form-comment p {
    padding-bottom: 15px;
}
#form-comment .personal-data p {
    width: 50%;
}
.contactform label {
    display: block !important;
}
.txt, textarea {
    border: 1px solid #ccc;
    font-size: 13px;
    color: #444;
}
textarea {
    overflow: auto;
}
.loading {
    font-style: italic;
    display: none;
}
.errortxt, textarea.errortxt {
    border: 1px solid red;
}
#submit {
    background-color: #555;
    border: medium none;
    color: #FFF;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 4px;
    padding: 7px 10px;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -ms-transition: background-color .5s;
    transition: background-color .5s;
}
#submit:hover {
    background: #444;
}

/*LEFT COLLAPSED MENU*/
#collapsed-menu {
	margin-bottom:20px;
	position: relative;
}
#collapsed-menu .nav-header {
	position:relative;
	margin:0;
}
#collapsed-menu .nav-header a, #collapsed-menu a {
	display: inline-block;
	position:relative;
	padding: 6px 0;
	margin: 0;
	background: none;
	text-transform:none;
	font-size: 14px;font-weight:200;
}
#collapsed-menu .nav-header span.collapse_button {
	position:absolute;
	top:3px;
	right:0;
	width:22px;
	height:22px;
	background:#f7f7f7;
	text-align:center;
	line-height:22px;
	font-size:13px;
	color:#717171;
	border-radius:2px;
	font-weight: 300;
	cursor:pointer;
}
#collapsed-menu span.badge {
	color:#fff;
	font-size:12px;
	border-radius:2px;
	margin:4px 0 0 5px;
	text-shadow:none;
	text-transform:none;
}
#collapsed-menu .nav-list {
	padding: 0;
	margin: 0;
	position: relative;
}
#collapsed-menu .nav-list > li > a, #collapsed-menu .nav-list .nav-header {
	margin: 0;
}
#collapsed-menu .nav-list {
	display: none;
	position: relative;
	top:0;
	padding:0;
	border-top:1px solid #eeeeee;
}
#collapsed-menu li {
	padding:0;
	line-height:16px;
	position:relative;
	border: none;
	border-bottom:1px solid #eeeeee;
	cursor:default;
}
#collapsed-menu .nav-header {
	padding: 0;
	cursor:default;
}
#collapsed-menu .nav-list li:last-child {
	border: none;
}
#collapsed-menu a {
	color: #000;
	border-bottom: none;
}
#collapsed-menu a:hover {
	text-decoration: none;
	color:#ed6100;
}
#collapsed-menu .nav-list li li a:hover {
	background:none;
	color:#ed6100;
}
#collapsed-menu .nav-list > li > a:hover {
	background: none;
}
#collapsed-menu .nav-list li a, #collapsed-menu .nav-list li .nav-header a {
	padding-left:16px;
}
#collapsed-menu .nav-list li li a, #collapsed-menu .nav-list li li .nav-header a {
	padding-left:32px;
}
#collapsed-menu .nav-list li li li a, #collapsed-menu .nav-list li li li .nav-header a {
	padding-left:48px;
}
#collapsed-menu .nav-list li li li li a, #collapsed-menu .nav-list li li li li .nav-header a {
	padding-left:64px;
}
#collapsed-menu li.active > label > a, #collapsed-menu .nav-list li.active > a {
	font-weight:bold;
	text-shadow: none;
}
#collapsed-menu li.current > label > a, #collapsed-menu .nav-list li.current > a {
	font-weight:bold;
	text-shadow: none;
}
#collapsed-menu label {
	text-shadow: none
}
.block.leftmenu {
	border-bottom: 0;
	margin-bottom: 10px
}
#collapsed-menu li.active > ul {
	display: block
}
.in.collapse li {
	padding-left: 15px !important
}
.in.collapse li > a {
	padding-left: 0px !important
}
#collapsed-menu li.strong > label a {
	font-weight: bold
}


.afiyat {font-size:20px;font-weight:600;color:#202020;}
.afiyatb {font-size: 30px;font-weight:500;color:#202020;}
#kdv {font-size: 9px;font-weight:100;color:#232323;padding-bottom:20px;}

.pcolor {color:#ed6100;}

.product-name {height:30px;display:table;}
.product-name a {display:table-cell;vertical-align:middle;}
.urunno {height:12px;display:table;padding-top:7px;}
.urunno a {display:table-cell;vertical-align:middle;
	color: #000;
	text-decoration: none;
	font-size: 12px;font-weight:600;
}



	.m01 {margin-left:auto;margin-right:auto;}
	.m02 {float:left;margin:5px;width:170px;padding:5px;background-color:#f4f4f4;height:120px;overflow:hidden;-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;}
	.m03 {height:100px;display: flex;justify-content: center;flex-direction: column; overflow:hidden;text-align:center;}
	.m03 img {display:block;border:0px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px; max-width:160px;}
	.m04 {display: flex;justify-content: center;flex-direction: column;height: 20px;text-align:center;}
	.m04 a {font:nomal 12px Arial, Helvetica, sans-serif;}
	
.rnds {
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	-moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.27);
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.27);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:0;
	margin-top:10px;
	margin-bottom:20px;
	background: #fff;
	display:table;	
	width:100%;
}

@media screen and (min-width: 860px)
{
.m10p {margin:10px 25px 10px 25px}

}
@media screen and (min-width: 500px)
{
.umenu {background-color:#ed6100!important; -webkit-border-radius: 4px;    -moz-border-radius: 4px;    border-radius: 4px;
    /* background-image: url(../gimg/menu-bg.png);
    background-repeat: no-repeat;
    background-position: right top;*/
}
.umenu2 {background-color:#ed6100!important;}
}


@media screen and (max-width: 500px)
{
.nav-header>a {
	border-radius:3px;
	background:#ed6100;
	color:#fff
}

.nav-list li li a:hover {
	background:none;
	color:#ed6100;
}
.nav-list > li > a:hover {
	background:#ed6100;
}	
}


.bnimg {	display:block;border:0px;width:297px; -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}
	
.hdn {overflow:hidden;}

@font-face {  
    font-family: 'AbakuTLSymSansRegular';  
    src: url('../fonts/abakutlsymsans.eot');  
    src: url('../fonts/abakutlsymsans.eot?#iefix') format('embedded-opentype'),  
         url('../fonts/abakutlsymsans.woff') format('woff'),  
         url('../fonts/abakutlsymsans.ttf') format('truetype'),  
         url('../fonts/abakutlsymsans.svg#AbakuTLSymSansRegular') format('svg');  
    font-weight: normal;  
    font-style: normal;  
}
.tl1:before{
    font-family: "AbakuTLSymSansRegular", serif;  
    font-size:18px;  
    content:"t";  
    padding-right:5px;  
}
.tl2:after{
    font-family: "AbakuTLSymSansRegular", serif;  
    font-size:16px;  
    content:"t";  
    padding-right:5px;  
}
.doviz {   
	font-family: "AbakuTLSymSansRegular", serif;  
    font-size:19px;
	font-weight: 300;	
    padding-right:5px;  
    color:#000;
}

.dovizl {    font-family: "AbakuTLSymSansRegular", serif;  
    font-size:11px;  
    margin-top:-20px;
    padding-right:5px;  
    color:#000;
}

.kazanc {
	font-weight: bold;
	font-size: 24px;
	}
.old{
	text-decoration:line-through;}
	
.brd8 {
 	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;			
}




.btn-mini, #topline a.btn-mini {
	display: inline-block;
	font: 12px/20px Arial, Helvetica, sans-serif;
	padding: 0 0px 0 0;
	margin:0;
	height:20px;
	overflow:hidden;
	vertical-align:middle;
	color:#fff;
	text-transform:none;
	margin-right:0px;
	border-radius: 2px;
	text-decoration:none;
	background-color:#ed6100;
}
.btn-mini:hover, #topline a.btn-mini:hover {
	background-color:#1d1d1b;
}
.btn-mini i{
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:12px;
	margin-top:-1px;
	vertical-align:middle;
	padding:0;
}
.btn-mini span {
	text-align: center;
	display:inline-block;
}


.mdl {
	border-radius: 6px;
	background-color:#ed6100;
	/*box-shadow:   0px 0px 4px rgba(0, 0, 0, 0.27);*/
	margin:0 0;
	padding-bottom: 5px;
}

.mdlic {
	background-image: url(../gimg/mbg.jpg); background-repeat: no-repeat;background-position: top center; 
	background-color:#ffffff;
	padding: 15px;
 	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
}


.btitle {
	display: block;
	margin: 0;
	padding:  13px 16px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;font-weight: 500;
}
.pbottom15 {
	padding-bottom:15px;
} 

@media (min-width: 1000px) and (max-width: 1200px)
{
.mg {width:160px!important;height:400px!important;}
.urunr {
	max-height:250px!important;
	height:250px!important;
	line-height:250px!important;

	}
.katr {
	max-height:250px!important;
	height:250px!important;
	line-height:250px!important;

	}
}

@media (min-width: 1200px) and (max-width: 1360px)
{
.mg {width:172.5px!important;height:425px!important;}
.urunr {
	max-height:278px!important;
	height:278px!important;
	line-height:278px!important;
}	
.katr {
	max-height:250px!important;
	height:250px!important;
	line-height:250px!important;

	}

	}
@media screen and (min-width: 1360px)
{
.mg {width:192.8px!important;height:425px!important;}
.urunr {
	max-height:278px!important;
	height:278px!important;
	line-height:278px!important;
}
.katr {
	max-height:250px!important;
	height:250px!important;
	line-height:250px!important;

	}

}



@media screen and (max-width: 1000px)
{
.mg {}
.urunr {}
.katr {}
}


.fg {
	color: #15c902;
	font-size: 24px;font-weight: 500;	
}
.fr {
	color: #e2051f;
	font-size: 24px;font-weight: 500;
}
.aby {
	color: #2395ff;
	text-decoration: none;
	font-size: 18px;font-weight: 500;
}
.aby:hover {
	color: #51b3ff;
}
.aby:focus {
	outline: none;
}

.bnimg {
	display:block;
	border:0px;
 	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
}

.bnynimg {
	display:block;
	border:0px;
	width:256px;
	margin-top:3px;
	margin-bottom:1px;	
}


.p10 {
	padding:4px;
	color:#575656;
	text-align:center;	
}

.p10 a, .p10 a:active, .p10 a:focus {
	/*background: #f8f8f8;*/
	display:inline-block;
	margin:0 1px 1px 0;
	text-decoration:none;
	color:#575656!important;
	font-size:9px;
}
.p10 a:hover {
	/*background: #757575;*/
	color:#575656;
	}
	
	

.label_tukendi {
	position:absolute;
	bottom:175px;
	z-index: 351;
	width:100%;
	font-size:12px;
	line-height:12px;
	padding: 20px 0px 20px 0px;
	/*background-color:#46484c;*/
	background-color: rgba(238,74,147, 0.8); 
	text-align:center;
	color:#fff;
	right: 0px;
	left:auto;
	}
	
.label_stoktayok {
	position:absolute;
	top:47px;
	left:0px;
	z-index: 1;
	background-color: rgba(83,83,83,0.6); 
	text-align:center;
	width:73px;
	height:14px;
	padding:2px;	
	border-bottom: 2px solid rgba(169,174,169, 0.3); 
	border-right: 2px solid rgba(169,174,169, 0.3); 
	background-position: 0px 0px;
	border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	
font-size:10px;
color:#FFF;
letter-spacing:0.3px;


	}
	
	
.label_indirimde {
	position:absolute;
	top:5px;
	left:0px;
	z-index: 1;
	background-color: rgba(44,194,4,0.6); 
	text-align:center;
	width:63px;
	height:14px;
	padding:2px;	
	border-bottom: 2px solid rgba(169,174,169, 0.3); 
	border-right: 2px solid rgba(169,174,169, 0.3); 
	background-position: 0px 0px;
	border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;}
	
	
.label_indirimde > span {
font-size:10px;
color:#FFF;
letter-spacing:0.3px;

}


.label_yeni {
	position:absolute;
	top:27px;
	left:0px;
	z-index: 1;
	background-color: rgba(186,1,254,0.6); 
	text-align:center;
	width:33px;
	height:14px;
	padding:2px;	
	border-bottom: 2px solid rgba(169,174,169, 0.3); 
	border-right: 2px solid rgba(169,174,169, 0.3); 
	background-position: 0px 0px;
	border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;}

.label_yeni > span {
font-size:10px;
color:#FFF;
letter-spacing:0.3px;
}


#footer_button {
	display:none;
}
#footer {
	z-index:0 !important;
}
#footer_popup {
	background-color:#2b2b2b;
	position: relative;
	bottom:0;
	padding-bottom:20px;
	display: block !important;
}
.mbottom15 {
	margin-bottom:25px;
}
.mcn {
	text-align:center;
}
.golge {/*box-shadow:         1px 1px 1px rgba(0, 0, 0, 0.3);*/}

.mbottom {margin-bottom:10px;}

textarea {
width:96%!important;height:80px!important;
}
.ubg {/*background:rgba(117,219,254,.8);/*background:#ecedef url('../gimg/ubg.jpg') repeat-x;color:#000;*/*/}
.taofa {
	margin-bottom: 10px;
	border-radius: 8px;
	color:#cb0707;
	font-size: 16px;font-weight:500;
}
.krm {

	color:red;
	font-size: 16px;font-weight: 500;
}
.siyah {
	color: #000000;
}

/* list */
.styled-list {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	line-height:16px;
	font-size: 14px;
}
.styled-list li {
	margin-bottom: 6px;
	padding-left: 15px;
	text-indent:-15px;
}
.styled-list li span {
	display: block;
	overflow: hidden;
}
.styled-list li i {
	width: 16px;
	float: left;
	margin-right: 10px;
	text-align: center;
	color: #444;
	font-size: 14px;
}
.styled-list li:before {
	color:#ed6100;
	float: left;
}
.styled-list.circle li {
	text-indent:0;
	margin-left: -15px;
}
.styled-list.circle li:before {
	content: "\25CF";
	margin: -1px 15px 0 0;
	font-size: 12px;
}
.styled-list.arrow li {
	text-indent:0;
	margin-left: -15px;
}
.styled-list.arrow li:before {
	margin: 6px 10px 0 0;
	content: "\e75e";
	font: 8px 'andepict';
}
.styled-list.star li {
	text-indent:0;
	margin-left: -15px;
}
.styled-list.star li:before {
	margin: 0 10px 0 0;
	content: "\2605";
	font: 12px 'andepict';
}
.styled-list.square li {
	text-indent:0;
	margin-left: -15px;
}
.styled-list.square li:before {
	content: "\25A0";
	margin: -2px 10px 0 0;
	font-size: 15px;
}
.styled-list.dash li {
	text-indent:0;
	margin-left: -15px;
}
.styled-list.dash li:before {
	margin: 2px 10px 0 0;
	content: "\2d";
	font: 12px 'andepict';
}
.styled-list ul {
	margin-left: 16px;
	padding-top:5px;
}
.styled-list.circle ul li:before {
	content: "\25CB";
}
ul.sitemap.styled-list.circle ul li:before {
	content: "\25CF";
}
ul.sitemap.styled-list.circle ul ul li:before {
	content: "\25CB";
}
.styled-list.decimal {
	list-style: decimal outside;
	margin-left:15px;
}
.styled-list.decimal li {
	padding-left: 0;
	text-indent: 0;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;font-size: 30px;
}
#closeCookieConsent:hover {
    color: #FFF;font-size: 30px;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/


/************* video bg **********/
.video-container{
	display:table;
	width:100%
}
.home-video .YTPOverlay{
	display:none !important
}
.video-box{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	position: relative;
	height:600px
}
.YTPOverlay{
	background:rgba(232,82,47,0.6);
	position:absolute;
	z-index:555;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.inner-video{
	position: absolute;
	z-index: 0;
	min-width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	opacity: 1;
	height:600px
}
.internal-video{
	height:600px;
	overflow:hidden;
	position:relative
}
.video-frame{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 1;
	width: 2459.72px;
	height: 1171px;
	margin-top: -385.5px;
	margin-left: -278.36px;
}
.larg-socials{
	display:table;
	margin:30px auto 0;
}

.block-bg-4 {
	background: #fff url('../gimg/syfbg.jpg') no-repeat fixed 0 0;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position:relative
}
.block-bg-4:before {background-color: rgba(232,82,47,0.7);
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:inline-block;
	content:""
}
.t-bg:before {background:rgba(255,255,255,.8) !important;}

.center {
	text-align: center;
}


.block-head {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px #e2e2e2 solid;
	font-weight:normal;
	color: #616161;
}

.block-head:before{
	position: absolute;
	bottom: -3px;
	left: 20px;
	width: 35px;
	height: 5px;
	content: "";
	display:inline-block;
	background-color: #000000;
}
.block-head:after{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	content: "";
	display:inline-block;
}

.list li {
	padding: 0 0 10px 10px;
}
.list li:before {
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 10px;
	font-family: FontAwesome;
}
.list-crosshairs li:before {
	content: "\f05b";
}
.list-ok li:before {
	content: "\f00c";
}
.list-bell li:before {
	content: "\f0f3";
}
.list-bookmark li:before {
	content: "\f02e";
}
.list-nu li{
margin-left: 20px;
list-style-type:decimal;	
}

.rnkwapp {background-color:#13990a;}
.taowapp {
	margin-bottom: 20px;
	margin-top:15px;
	border-radius: 8px;
	color:#13990a;
	font: 16px/18px 'Oswald', sans-serif;
}

.taofa {
	margin-bottom: 10px;
	border-radius: 8px;
	color:#cb0707;
	font: 16px/18px 'Oswald', sans-serif;
}
.krm {

	color:red;
	/*color:#cb0707;
	font-weight: bold;*/
	font: 16px/18px 'Oswald', sans-serif;
	font-size:16px;	
	line-height:22px;
}
.siyah {
	color: #000000;
}

.adminActions {
  position: fixed;
  bottom: 60px; right: 25px;
  z-index:99999;
}

  .adminButton {
    height: 60px;
    width: 60px;
    background-color: rgba(33, 162, 36, .8);
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  
.adminButton:hover , .adminButton:focus{	
  color: #313133;
}

.adminButton:hover:before, .adminButton:focus:before {
  opacity: 1;
}

.adminButton:after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #20a226;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}
.adminButton:before {
content: '';
  border: 6px solid #20a226;
  box-shadow: 0 0 60px rgba(0,255,203,.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

@keyframes ring {
  0% {
    width: 33px;
    height: 33px;
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

.phone:hover { 
    -webkit-animation: wiggle .05s alternate ease infinite;
    animation: wiggle .05s alternate ease infinite;
}

@mixin rings($duration, $delay) {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    bottom: 0;
    content: '';
    height: 100%;
    width: 100%;
    border: 8px solid rgba(0,0,0,0.2);
    border-radius: 100%;
    animation-name: ripple;
    animation-duration: $duration;
    animation-delay: $delay;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65,0,.34,1);
    z-index: -1;
}


@keyframes wiggle {
  from { transform: rotate(0deg); }
  to   { transform: rotate(30deg); }
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}



    .adminButton i {
      font-size: 33px;
    }
	
	.adminButton img {
      width: 33px;
    }

  .adminButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
  }

    .adminButtons a {
      display: block;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      text-decoration: none;
      margin: 10px auto 0;
      line-height: 1.15;
      color: #fff;
	  font-size: 29px;
      opacity: 0;
      visibility: hidden;
      position: relative;
      box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
    }
	

      .adminButtons a:hover {
        transform: scale(1.05);
      }

      .adminButtons a:nth-child(1) {background-color: #4CAF50; transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;}
      .adminButtons a:nth-child(2) {background-color: #03a9f4; transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;}
      .adminButtons a:nth-child(3) {background-color: #03a9f4; transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;}
      .adminButtons a:nth-child(4) {background-color: #f44336; transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;}
	  .adminButtons a:nth-child(5) {background-color: #28d265; transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;}

      .adminActions a i {
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
      }

  .adminToggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0; left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 4;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
  }

    .adminToggle:hover {
      box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
    }

    .adminToggle:checked ~ .adminButtons a {
      opacity: 1;
      visibility: visible;
    }