/* ::::::::::::::::::::::::::::::::::::::: FONTS CSSTYLE ::::::::::::::::::::::::::::::::::::::: */
/* RALEWAY LIGHT */
@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-light-webfont.eot');
    src: url('fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-light-webfont.woff2') format('woff2'),
         url('fonts/raleway-light-webfont.woff') format('woff'),
         url('fonts/raleway-light-webfont.ttf') format('truetype'),
         url('fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: 300;
    font-style: normal;
}
/* RALEWAY LIGHT ITALIC */
@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-lightitalic-webfont.eot');
    src: url('fonts/raleway-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/raleway-lightitalic-webfont.woff') format('woff'),
         url('fonts/raleway-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/raleway-lightitalic-webfont.svg#ralewaylight_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}
/* RALEWAY REGULAR */
@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
/* RALEWAY ITALIC */
@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-italic-webfont.eot');
    src: url('fonts/raleway-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-italic-webfont.woff2') format('woff2'),
         url('fonts/raleway-italic-webfont.woff') format('woff'),
         url('fonts/raleway-italic-webfont.ttf') format('truetype'),
         url('fonts/raleway-italic-webfont.svg#ralewayitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}
/* RALEWAY MEDIUM */
@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-medium-webfont.eot');
    src: url('fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-medium-webfont.woff2') format('woff2'),
         url('fonts/raleway-medium-webfont.woff') format('woff'),
         url('fonts/raleway-medium-webfont.ttf') format('truetype'),
         url('fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
/* RALEWAY MEDIUM ITALIC */
@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-mediumitalic-webfont.eot');
    src: url('fonts/raleway-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-mediumitalic-webfont.woff2') format('woff2'),
         url('fonts/raleway-mediumitalic-webfont.woff') format('woff'),
         url('fonts/raleway-mediumitalic-webfont.ttf') format('truetype'),
         url('fonts/raleway-mediumitalic-webfont.svg#ralewaymedium_italic') format('svg');
    font-weight: 500;
    font-style: italic;
}
/* RALEWAY BOLD */
@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-bold-webfont.eot');
    src: url('fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('fonts/raleway-bold-webfont.woff') format('woff'),
         url('fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: 700;
    font-style: normal;
}
/* RALEWAY BOLD ITALIC */
@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-bolditalic-webfont.eot');
    src: url('fonts/raleway-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/raleway-bolditalic-webfont.woff') format('woff'),
         url('fonts/raleway-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/raleway-bolditalic-webfont.svg#ralewaybold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}
/* SPECIAL ELITE */
@font-face {
    font-family: 'special_eliteregular';
    src: url('fonts/SpecialElite-webfont.eot');
    src: url('fonts/SpecialElite-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SpecialElite-webfont.woff') format('woff'),
         url('fonts/SpecialElite-webfont.ttf') format('truetype'),
         url('fonts/SpecialElite-webfont.svg#special_eliteregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: 'raleway', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	background-color: #222222;
	letter-spacing: 0.04em;
}
@media (max-width:767px){
	body {
		font-weight: 400;
	}
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 48px;
	text-transform:uppercase;
	font-weight:300;
}
@media (max-width:767px){
	h1 {
		font-size: 36px;
	}
}

h2 {
	font-size: 24px;
	font-weight:300;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
hr{
	border-top:5px solid #CCDDCC;
}
a {
	color: #007700;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover,
a:focus {
	color: #33BB33;
	text-decoration: none;
}
a:focus {
  outline:none;
}

a strong{
	color: #007700;
}
strong, b{
	color:#333;
	font-weight:700;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	background-image: linear-gradient(to right, #ffffff, #eeeeee);
	background-repeat: repeat-x;
}
/* top */
#top {
	padding: 5px 0;
	margin: 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px 0 0;
}
#top #currency .dropdown-menu,
#top #language .dropdown-menu{
	padding:0;
	margin-left:15px;
}
#top #currency .dropdown-menu .btn,
#top #language .dropdown-menu .btn{
  	padding: 5px 10px;
	border:none;
}
#top #currency .currency-select {
	text-align: left;
	color:#555;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #000000;
	background-color: #ffffff;
	background-image: linear-gradient(to right, #ffffff, #eeeeee);
	background-repeat: repeat-x;
}
#top #language .dropdown-menu>li>a {
	padding: 5px 10px;
	text-transform:uppercase;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
	font-size:12px;
	letter-spacing:0.06em;
	background-color:transparent;
}
#top-links a {
	padding:5px 0 5px 15px;
}
#top .fa{
	color:#33bb33;
}
#top .btn-link:hover,
#top-links a:hover.
#top .btn-link:focus,
#top-links a:focus{
	color: #fff;
	background-color:transparent;
}
#top-links .dropdown-menu{
	padding:0;
	margin-top:5px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color:#555;
	padding:5px 10px;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
	color:#33bb33;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
#logo img{
	width:320px;
}
@media (min-width: 768px)  and (max-width: 991px) {
	#logo img{
		width:220px;
	}
}
@media (max-width: 767px) {
	#logo{
		margin:0 0 20px 0;
		text-align:center;
	}
	#logo img{
		width:280px;
	}
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
#cart .dropdown-menu{
	font-size:14px;
}
#cart.open > .btn {
	background-image: none;
	background-color: #33bb33;
	border: 1px solid #33bb33;
	color: #ffffff;
	box-shadow: none;
	text-shadow: none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
#cart.open > .btn:hover {
	color: #ffffff;
}
#cart .btn-danger{
	color: #c00;
	text-shadow: none;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	border-color: transparent;
	box-shadow: none;
	padding: 0;
}
#cart .btn-danger .fa {
	font-size: 18px;
}
#cart a strong{
	color: #333;
	font-weight:400;
	text-transform:uppercase;
}
#cart a strong .fa{
	color: #007700;
}

#cart .dropdown-menu {
	background: #F4F4F4;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	padding-top:0;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color:transparent;
	background-image: none;
	background-repeat: no-repeat;
	border-color: transparent;
	min-height: 40px;
	margin-bottom:0;
}
#menu .nav > li > a {
	color: #fff;
	padding: 15px;
	background-color: transparent;
	font-size:18px;
	line-height:100%;
	font-weight:300;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #eeeeee;
	color:#222222;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 240px;
	display: block;
	padding: 5px 15px;
	margin:0 0 0 0;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	color: #000000;
	padding: 5px 15px 5px 20px;
}

#menu .see-all {
	display: block;
	margin:0 5px 0 5px;
	padding: 5px 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #007700;
	background-image: linear-gradient(to bottom, #33BB33, #007700);
	background-repeat: repeat-x;
	margin:0 0 0 10px;
}


#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	text-transform:uppercase;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 3px 15px;
	float: right;
	background-color: #007700;
	background-image: linear-gradient(to bottom, #33BB33, #007700);
	background-repeat: repeat-x;
	border-color: #444444;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #222222;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu .nav > li > a {
		border:none;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: #eeeeee;
		padding-top:0;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background-color: #eeeeee;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: none;
}
/* footer */
footer {
	padding-top: 30px;
	color: #ccc;
	font-size:12px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #444444;
}
footer a {
	color: #44cc44;
}
footer a:hover {
	color: #fff;
}
footer strong{
	color:#fff;
}
footer h5 {
	font-weight: 500;
	color: #fff;
	display:inline-block;
	vertical-align:top;
	margin:0 5px 0 0;
	font-size:12px;
	padding:2px 0;
}
footer .list-unstyled,
footer .list-unstyled li{
	display:inline-block;
	vertical-align:top;
	margin:0 3px 0 0;
}
footer .list-unstyled li:before{
	content:'/ ';
	color:#555555;
}
footer .list-unstyled li a{
	font-size:12px;
	margin:0;
}
footer .primarystyle-listline{
	display:block;
	padding:0 0 5px 0;
}
footer address,
footer .primarystyle-copy,
footer .primarystyle-submenu{
	display:inline-block;
	vertical-align:top;
	padding:0 30px 15px 0;
	margin:0 -4px 0 0;
}
footer address{
	width:20%;
}
footer .primarystyle-copy{
	width:30%;
}
footer .primarystyle-submenu{
	width:50%;
}
@media (min-width:992px) and (max-width:1199px){
	footer address{
		width:22%;
	}
	footer .primarystyle-copy{
		width:23%;
	}
	footer .primarystyle-copy br{
		display:none;
	}
	footer .primarystyle-submenu{
		width:55%;
	}
}
@media (min-width:768px) and (max-width:991px){
	footer address{
		width:35%;
	}
	footer .primarystyle-copy{
		width:65%;
	}
	footer .primarystyle-submenu{
		width:100%;
		margin-top:15px;
		border-top:1px solid #444444;
		padding:15px 0;
	}
}
@media (max-width:767px) {
	footer address,
	footer .primarystyle-copy,
	footer .primarystyle-submenu{
		width:100%;
		border-top:1px solid #444444;
		padding:15px 0;
	}
	footer h5 {
		display:block;
		margin:0 0 5px 0;
	}
	footer .list-unstyled li:before{
		content:'';
	}
	footer .list-unstyled li:after{
		content:' /';
		color:#817368;
	}
}

/* alert */
.alert {
	padding:12px 15px;
	margin:15px 0;
	border:none;
	border-radius:10px;
	background-color:#fff;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert h4 a{
	font-weight:500;
}
.alert .alert-link {
  font-weight: 600;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {  color: #555;  background-color: #fff; box-shadow:0 0 20px rgba(70,180,70,1.0);}
.alert-success hr {  border-top-color: #ccc;}
.alert-success .alert-link {  color: #007700;}
.alert-success .fa	{color: #46b446}

.alert-info {  color: #555;  background-color: #fff;  box-shadow:0 0 20px rgba(136,175,191,1.0);}
.alert-info hr {  border-top-color: #ccc;}
.alert-info .alert-link {  color: #007700;}
.alert-info .fa	{color: #88AFBF}


.alert-warning {  color: #555;  background-color: #fff;  box-shadow:0 0 20px rgba(247,147,30,1.0);}
.alert-warning hr {  border-top-color: #ccc;}
.alert-warning .alert-link {  color: #007700;}
.alert-warning .fa	{color: #007700}

.alert-danger {  color: #555;  background-color: #fff; box-shadow:0 0 20px rgba(247,51,30,1.0);}
.alert-danger hr {  border-top-color: #ccc;}
.alert-danger .alert-link {  color: #007700;}
.alert-danger .fa	{color: #F7331E}



/* breadcrumb */
.breadcrumb {
	margin: 10px 0;
	padding: 8px 0;
	background-color:transparent;
	font-weight:400;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: normal;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
@media (max-width:767px){
	.breadcrumb > li {
		padding: 0 10px;
	}
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: -5px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #ABA9A6;
	border-bottom: 2px solid #ABA9A6;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	vertical-align:top;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #dddddd;
	background-image: linear-gradient(to bottom, #EEEEEE, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #007700;
	background-image: linear-gradient(to bottom, #33BB33, #007700);
	background-repeat: repeat-x;
	border-color: #007700;
	padding: 7.5px 11px;
	margin-bottom: 10px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #33BB33;
	background-position: 0 -45px;
	border-color: #007700;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #007700;
	background-image: linear-gradient(to bottom, #33BB33, #007700);
	background-repeat: repeat-x;
	border-color: #007700;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	text-transform:uppercase;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #222222);
	background-repeat: repeat-x;
	border-color: #555555;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #333333;
	background-image: linear-gradient(to bottom, #444444, #333333);
	color:#fff;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
	text-align:center;
	font-size:12px;
}
.product-thumb .image {
	text-align: center;
	background-color:transparent;
}
.product-thumb .image img{
	/*box-shadow:0 0 10px rgba(0,0,0,0.25);*/
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid{
	display:inline-block;
	vertical-align:top;
	margin:0 -4px 0 0;
	padding:0 0 15px 0;
	width:20%;
}
@media (min-width:1200px){
	.product-grid{
		width:20%;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.product-grid{
		width:25%;
	}
}
@media (min-width:768px) and (max-width:991px){
	.product-grid{
		width:33.33%;
	}
}
@media (max-width:767px){
	.product-grid{
		width:50%;
	}
}
@media (max-width:480px){
	.product-grid{
		width:100%;
	}
}

.primarystyle-grid-container{
	margin:0 -15px;
}
.primarystyle-grid-container .clearfix{
	display:none !important;
}
.product-grid .product-thumb .image {
	float: none;
	margin:15px;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		padding: 0 15px;
		position:absolute;
		top:0;
		bottom:20px;
	}
}
.product-thumb h4 {
    font-family: 'special_eliteregular';
	font-size:16px;
	line-height:130%;
	height: 40px;
	overflow: hidden;
}
.product-thumb .primarystyle-product-description{
	height:66px;
	overflow:hidden;
}

@media (max-width: 480px) {
	.product-thumb h4,
	.product-thumb .primarystyle-product-description {
		height: auto;
		overflow: visible;
	}
}

.primarystyle-productext-gradient{
	background:#fff;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
	padding-top: 10px;
}
.primarystyle-productext{
	padding-top: 0;
}

.product-thumb .caption {
	padding: 0 15px;
	min-height: 180px;
}
.product-list .product-thumb .primarystyle-productext {
	margin-left: 240px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
	.product-thumb .caption {
		min-height: 0;
	}
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 15px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
	.product-list .product-thumb .primarystyle-productext {
		margin-left: 0;
	}
}


.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
	font-weight:500;
}
.product-thumb .price {
	color: #444;
	font-weight:500;
	font-size:24px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: none;
	background-color:transparent;
	overflow: auto;
	display: none;
}
.product-list .product-thumb .button-group {
	border-left: none;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: transparent;
	color: #007700;
	line-height: 38px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: none;
}
.product-thumb .button-group button:hover {
	color: #333;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}




.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}
.red{
	border: solid 2px red;
	color: red;
}
.red p
{
	
}


/* ---------- ESPDISK ---------- */
.navbar{
	border:0;
}
@media (min-width: 768px) and (max-width: 2560px){
	.navbar-collapse{
		padding-right:0;
		padding-left:0;
	}
}
.dropdown-menu {
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  background-color: #eeeeee;
  border: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}
#menu .dropdown-menu {
  padding: 10px 0;
  text-transform:uppercase;
  letter-spacing:0.05em;
}
#menu .dropdown-menu a{
	color:#555;
}
header{
	margin:0 0 15px 0;
}

header .form-control {
	color: #000;
	background-color: #cccccc;
	border: 1px solid ##555555;
	text-transform: none;
	letter-spacing: 0.05em;
}
header .form-control:focus {
	border-color: #eeeeee;
	background-color: #ffffff;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .6);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .6);
}

header input::placeholder { color: #777777 !important; }
header input::-moz-placeholder { color: #777777 !important; }
header input:-ms-input-placeholder { color: #777777 !important; }
header input::-webkit-input-placeholder { color: #777777 !important; }
header input::placeholder { color: #777777 !important; }

.list-inline>li {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

.chest{
	background-color: #F4F4F4;
	display:block;
	padding-bottom:30px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #E6E3DF;
}


.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #EEEEEE;
	border: 1px solid #C3C1BE;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}
.well h2{
	margin-top:0;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #EEEEEE;
	border-color: #C3C1BE;
}
@media (max-width: 767px) {
	.table-responsive.compare>.table>thead>tr>th,
	.table-responsive.compare>.table>tbody>tr>th,
	.table-responsive.compare>.table>tfoot>tr>th,
	.table-responsive.compare>.table>thead>tr>td,
	.table-responsive.compare>.table>tbody>tr>td,
	.table-responsive.compare>.table>tfoot>tr>td {
	  white-space: normal;
	}
}
.primarystyle-product-container{
	display:block;
	margin: 0 -1.5%;
}

.primarystyle-product{
	display:inline-block;
	vertical-align:top;
	margin:0 -4px 0 0;
	width:25%;
	padding:0 1.5%;
}
@media (min-width: 768px) and (max-width: 991px) {
	.primarystyle-product{
		width:33.3%;
	}
}

@media (max-width: 480px) {
	.primarystyle-product{
		width:100%;
		padding:0;
	}
	.primarystyle-product-container{
		margin: 0;
	}
}


@media (max-width: 480px) {
.form-control.primarystyle-quantity{
	width:40px;
	padding-left:10px;
}
}


/* BOOTSTRAP */
.list-group.primarystyle-list{
	display:block;
}
.list-group.primarystyle-list .list-group-item:first-child,
.list-group.primarystyle-list .list-group-item:last-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.list-group.primarystyle-list .list-group-item {
	padding: 7px 0;
	margin-bottom: -1px;
	background-color: transparent;
	border-style: solid;
	border-width:1px 0 1px 0;
	border-color:#EEEEEE;
	text-transform:uppercase;
	font-weight:300;
	font-size:14px;
	letter-spacing:0.05em;
}
.list-group.primarystyle-list .list-group-item:hover{
	padding:7px 0 7px 10px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}
#content .list-group.primarystyle-list .list-group-item {
	display:inline-block;
	margin-right:-4px;
	vertical-align:top;
	width:25%;
	text-align:center;
}
#content .list-group.primarystyle-list .list-group-item:hover {
	padding: 7px 0;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}

.nav-tabs.primarystyle-navtabs {
	border:none;
}
.nav-tabs.primarystyle-navtabs>li>a {
	border-style: solid;
	border-width:1px 0 1px 0;
	border-color:#EEEEEE;
	margin:0 0 -3px 0;
	border-radius:0;
	padding: 7px 0;
	font-weight:300;
	font-size:14px;
	letter-spacing:0.05em;
	color:#444;
	text-transform:uppercase;
}
.nav-tabs.primarystyle-navtabs>li>a:hover{
	padding:7px 0 7px 10px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}

/* homepage */
.container.home .item a.carousel-image{
	display:inline-block;
	width:50%;
	margin-right:-4px;
	vertical-align:top;
}
article.primarystyle-homepage {
	display:inline-block;
	width:50%;
	margin-right:-4px;
	vertical-align:top;
	padding:30px;
}
article.primarystyle-homepage h2{
	margin:0 0 15px 0;
	line-height:110%;
	font-weight:normal;
	font-size:52px;
	color:#fff;
	padding:0;
    font-family: 'special_eliteregular';
	text-transform:none;
}
article.primarystyle-homepage a{
	color:#080;
}
article.primarystyle-homepage p{
	color:#bbb;
}
article.primarystyle-homepage ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
article.primarystyle-homepage ul li {
	display: block;
	margin: 0;
	padding: 0;
	border-top: solid 1px rgba(255,255,255,0.1);
}
article.primarystyle-homepage ul li a{
	padding:10px;
	display:block;
	letter-spacing:0.2em;
}
article.primarystyle-homepage ul li a:hover{
	color:#fff;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OTMxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y3OTMxZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzkzMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(247,147,30,1) 0%, rgba(247,147,30,0) 50%, rgba(247,147,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(247,147,30,1)), color-stop(50%,rgba(247,147,30,0)), color-stop(100%,rgba(247,147,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(247,147,30,1) 0%,rgba(247,147,30,0) 50%,rgba(247,147,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(247,147,30,1) 0%,rgba(247,147,30,0) 50%,rgba(247,147,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(247,147,30,1) 0%,rgba(247,147,30,0) 50%,rgba(247,147,30,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(247,147,30,1) 0%,rgba(247,147,30,0) 50%,rgba(247,147,30,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007700', endColorstr='#007700',GradientType=1 ); /* IE6-8 */
}
@media (min-width: 992px) and (max-width: 1199px){
	article.primarystyle-homepage h2{
		font-size:40px;
	}
	article.primarystyle-homepage p{
		font-size:12px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	article.primarystyle-homepage h2{
		font-size:22px;
	}
	article.primarystyle-homepage p{
		font-size:11px;
	}
}
@media (max-width: 767px) {
	#slidehome{
		display:none;
	}
	.container.home .item a.carousel-image,
	article.primarystyle-homepage{
		width:100%;
		margin-right:0;
	}
	article.primarystyle-homepage h2{
		font-size:30px;
	}
	article.primarystyle-homepage p{
		font-size:12px;
	}
}
@media (max-width: 480px) {
	article.primarystyle-homepage h2{
		font-size:24px;
	}
}

/* prodotto */
/*.primarystyle-product-gallery{
	width:45%;
	display:inline-block;
	vertical-align:top;
	margin:0 -4px 0 0;
	padding:0 30px 15px 0;
}
.primarystyle-product-data{
	width:55%;
	display:inline-block;
	vertical-align:top;
	margin:0 -4px 0 0;
	padding:0 0 15px 0;
}*/
.primarystyle-product-gallery{
	width:35%;
	display:block;
	padding:0 30px 10px 0;
	float:left;
}
.primarystyle-product-data{
	display:block;
}

.primarystyle-product-data h1{
	margin-top:0;
	font-family: 'special_eliteregular';
	text-transform:none;
	font-size:36px;
}
@media (max-width:767px){
	.primarystyle-product-data h1{
		font-size:24px;
	}
	.primarystyle-product-data h2{
		font-size:18px;
	}
}
.primarystyle-product-data .tab-content>.tab-pane {
	display: block;
	padding-bottom:15px;
}
.primarystyle-product-data .nav-tabs{
	display:none;
}
.primarystyle-product-gallery .thumbnail>img,
.primarystyle-product-gallery .thumbnail a>img {
	width:100%;
}
.primarystyle-product-files{
	display:block;
	text-transform:uppercase;
}
.primarystyle-product-files .btn-group > .btn > .fa {
	font-size:36px;
}
.primarystyle-product-files .btn-group .btn-default {
	color: #007700;
	text-shadow: none;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	border-color: transparent;
	box-shadow: none;
	padding: 0 15px 0 0;
}
.primarystyle-product-share{
	display:block;
	padding:10px 0;
	margin:10px 0;
	border-style:solid;
	border-width:1px 0;
	border-color:#ccc;
}
@media (min-width:768px) and (max-width:991px){
	.primarystyle-product-gallery,
	.primarystyle-product-data{
		width:100%;
		padding:0;
		float:none;
	}
	.primarystyle-product-gallery .thumbnail>img,
	.primarystyle-product-gallery .thumbnail a>img {
		width:75%;
	}
}
@media (max-width:767px){
	.primarystyle-product-gallery,
	.primarystyle-product-data{
		width:100%;
		padding: 0;
		float:none;
	}
	.primarystyle-product-gallery .thumbnail>img,
	.primarystyle-product-gallery .thumbnail a>img {
		width:75%;
	}
}

/* CAROUSEL */
section.primarystyle-product-carousel {
	margin:0 -15px;
}
section.primarystyle-product-carousel .owl-carousel{
	margin-bottom:0;
}
@media (max-width: 480px){
	section.primarystyle-product-carousel  h3 {
		font-size: 36px;
	}
}
.owl-carousel {
	background: transparent !important;
	border: none !important;
	position: relative;
	direction: ltr !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	overflow: hidden;
}
section.primarystyle-product-carousel .owl-carousel .product-thumb{
	margin:15px;
}
.owl-controls .owl-buttons div {
  position: absolute;
  background-color: #000;
  padding: 0;
  width: 30px;
  line-height: 100%;
  height: auto;
  border-radius: 25px;
  text-align: center;
}
.owl-carousel .owl-buttons div {
	color: #ffffff !important;
	text-shadow: none;
}
owl-carousel:hover .owl-buttons .owl-prev {
	left: 20px !important; 
}
.owl-carousel:hover .owl-buttons .owl-next {
	right: 20px !important; 
}
.owl-carousel .owl-buttons div i {
  font-size: 30px !important;
  margin: 0 !important;
  display: block;
}

/* SLIDESHOW */
section.primarystyle-slideshow{
		overflow:auto;
}
section.primarystyle-slideshow .container{
	position:relative;
	box-shadow:0 0 200px rgba(255,255,255,1.0);
	padding:0;
}
@media (min-width: 768px) {
section.primarystyle-slideshow .container{
    width: 720px;
  }
}
@media (min-width: 992px) {
section.primarystyle-slideshow .container{
    width: 940px;
  }
}
@media (min-width: 1200px) {
section.primarystyle-slideshow .container{
    width: 1140px;
  }
}

section.primarystyle-slideshow.dark{
  background-color: #000000;
 }
section.primarystyle-slideshow.light{
	background-color: #222222;
}

.container section.primarystyle-slideshow.dark,
.container section.primarystyle-slideshow.light{
	background-color:transparent;
}
.primarystyle-gradient-left{
	width:200px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	background-color:#ccc;
}
.primarystyle-gradient-right{
	width:200px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	background-color:#ccc;
}

section.primarystyle-slideshow .owl-carousel {
	margin: 0;
	background-color:transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	/*-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;*/
}

/* HACKS */
.container.home {
	position:relative;
}
.container .container{
	padding:0;
	width:auto;
}
/* BOOTSTRAP */
.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color:transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.thumbnail>img, .thumbnail a>img {
  /*box-shadow:0 0 10px rgba(0,0,0,0.25);*/
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: transparent;
}

section.primarystyle-product-carousel  h3 {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 15px;
	padding:20px 0 10px 0;
	color: #007700;
	background-image:url(../../../../../image/catalog/shadow.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.primarystyle-title{
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding:20px 0;
	color: #007700;
	background-image:url(../../../../../image/catalog/shadow.png);
	background-position:top center;
	background-repeat:no-repeat;
}
@media (max-width:767px){
	section.primarystyle-product-carousel h3{
		font-size: 24px;
		font-weight:400;
		margin-left:0;
		margin-right:0;
		padding-left:15px;
		padding-right:15px;
	}
	.primarystyle-title{
		font-size: 24px;
		font-weight:400;
		margin-left:-15px;
		margin-right:-15px;
		padding-left:15px;
		padding-right:15px;
	}
}
ul.primarystyle-category {
	margin:0 -15px;
	padding:0;
	list-style:none;
}
ul.primarystyle-category li{
	display:inline-block;
	margin:0 -4px 0 0;
	padding:15px;
	width:33.3%;
	text-align:center;
	vertical-align: top;
}
ul.primarystyle-category h2{
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	font-weight: 300;
	margin:0;
	padding:0 0 10px 0;
}
ul.primarystyle-category p{
	margin: 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	height: 79px;
}
.primarystyle-category-description{
	background:#fff;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
	padding:15px;
}
.primarystyle-category-image {
  text-align: center;
  background-color: #fff;
}
.primarystyle-category-image a {
  display: block;
}
.primarystyle-category-image img {
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.primarystyle-category-image img {
		width:100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	ul.primarystyle-category li{
		width:33.3%;
	}
	.primarystyle-category-image img {
		width:100%;
	}
}
@media (min-width: 520px) and (max-width: 767px) {
	ul.primarystyle-category li{
		width:50%;
	}
}
@media (max-width: 519px) {
	ul.primarystyle-category {
		margin:0;
	}
	ul.primarystyle-category li{
		width:100%;
		margin:0;
		padding:15px 0 0 0;
	}
}

/* ::::::::::::::::::::::::::::::::::::::: CONFIGURATORE CSSTYLE ::::::::::::::::::::::::::::::::::::::: */
section.primarystyle-config{
	display:block;
}
section.primarystyle-config .col-md-4, 
section.primarystyle-config .col-sm-5{
	padding-top:45px;
}
@media (max-width: 767px){
	section.primarystyle-config .col-md-4, 
	section.primarystyle-config .col-sm-5{
		padding-top:0;
	}
}
section.primarystyle-config nav{
	height:45px;
	background-image:url(../../../../../image/catalog/shadow_bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
section.primarystyle-config .nav-tabs{
	border-bottom:none;
	margin-bottom:0;
}
section.primarystyle-config .nav-tabs>li.active{
	background-color:transparent;
}
section.primarystyle-config .nav-tabs>li>a {
	border: none;
	border-radius: 0;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #777;
	font-size:400;
}
section.primarystyle-config .nav-tabs>li>a:hover{
	background-color:transparent;
	color: #007700;
}
section.primarystyle-config .nav-tabs>li.active>a,
section.primarystyle-config .nav-tabs>li.active>a:hover,
section.primarystyle-config .nav-tabs>li.active>a:focus{
	color: #007700;
	border:none;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGYxZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #F4F4F4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#F4F4F4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#F4F4F4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#F4F4F4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#F4F4F4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#F4F4F4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F4F4F4',GradientType=0 ); /* IE6-8 */
}
@media (max-width: 767px){
	section.primarystyle-config nav{
		margin-left:-15px;
		margin-right:-15px;
		padding-left:15px;
		padding-right:15px;
	}
	section.primarystyle-config .nav-tabs>li>a {
		border: none;
		border-radius: 0;
		font-size: 20px;
		text-transform: uppercase;
		color: #777;
		padding: 5px 6px 3px 6px;
		border-radius: 4px;
		line-height: 100%;
		font-weight:normal;
	}
	section.primarystyle-config .nav-tabs>li.active>a,
	section.primarystyle-config .nav-tabs>li.active>a:hover,
	section.primarystyle-config .nav-tabs>li.active>a:focus{
		color: #fff;
		border:none;
		background: #007700;
	}
}
@media (max-width: 480px){
	section.primarystyle-config nav{
		margin-left:-15px;
		margin-right:-15px;
		padding-left:15px;
		padding-right:15px;
	}
	section.primarystyle-config .nav-tabs>li>a {
		border: none;
		border-radius: 0;
		font-size: 16px;
		text-transform: uppercase;
		color: #777;
		padding: 5px 6px 3px 6px;
		border-radius: 4px;
		line-height: 100%;
		font-weight:normal;
	}
	section.primarystyle-config .nav-tabs>li.active>a,
	section.primarystyle-config .nav-tabs>li.active>a:hover,
	section.primarystyle-config .nav-tabs>li.active>a:focus{
		color: #fff;
		border:none;
		background: #007700;
	}
}


.primarystyle-strap-list{
	width:100%;
	height:610px;
	overflow-x: hidden;
	overflow-y: scroll;
	white-space:normal;
	-webkit-overflow-scrolling: touch;
	position:relative;
}
.primarystyle-alpha-gradient{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:80px;
	z-index:2;
	border-bottom:solid 15px #F4F4F4;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjFlZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGYxZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(244,241,237,0) 0%, rgba(244,241,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,241,237,0)), color-stop(100%,rgba(244,241,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,241,237,0) 0%,rgba(244,241,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,241,237,0) 0%,rgba(244,241,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,241,237,0) 0%,rgba(244,241,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,241,237,0) 0%,rgba(244,241,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f1ed', endColorstr='#F4F4F4',GradientType=0 ); /* IE6-8 */
}
@media (min-width: 992px) and (max-width: 1199px){
	.primarystyle-strap-list{
		height:636px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.primarystyle-strap-list{
		height:568px;
	}
	section.primarystyle-config .nav-tabs>li>a {
		font-weight:normal;
		letter-spacing:0;
	}
}
@media (max-width: 767px){
	.primarystyle-strap-list{
		width:100%;
		height:auto;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space:nowrap;
	}
	.primarystyle-productext.strap-change{
		display:none;
	}
	.primarystyle-alpha-gradient{
		display:none;
	}
}
.primarystyle-strap-list .imageWrapper:hover img{
	opacity:0.7;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.primarystyle-strap-list .primarystyle-productext{
	padding:10px 5px;
}
.primarystyle-strap-list .caption{
	min-height:0;
	padding:0;
}
.primarystyle-strap-list .caption h4{
	font-size:16px;
	font-weight:400;
	margin:0;
}
.primarystyle-strap-list ul{
	display:block;
	margin:0 -10px;
	padding:0 0 60px 0;
	list-style:none;
}

.primarystyle-strap-list ul li{
	display:inline-block;
	vertical-align:top;
	margin:0 -4px 0 0;
	padding:0 10px;
	width:20%;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.primarystyle-strap-list ul li{
		width:25%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.primarystyle-strap-list ul li{
		width:33.33%;
	}
}
@media (max-width: 767px) {
	.primarystyle-strap-list ul{
		padding:0;
	}
	.primarystyle-strap-list ul li{
		width:25%;
	}
}
@media (max-width: 480px) {
	.primarystyle-strap-list ul{
		padding:0;
	}
	.primarystyle-strap-list ul li{
		width:40%;
	}
}


/* INFORMATION */
section.primarystyle-information h3{
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:0.03em;
}
section.primarystyle-information ul{
	display:block;
	margin:0 -15px;
	padding:0;
	list-style:none;
}

section.primarystyle-information li{
	display:inline-block;
	vertical-align:top;
	margin:0 -4px 0 0;
	padding:0 15px 15px 15px;
	width:33.3%;
}
@media (min-width: 768px) and (max-width: 991px) {
	section.primarystyle-information li{
		width:50%;
	}
}
@media (max-width: 767px) {
	section.primarystyle-information li{
		width:50%;
	}
}
@media (max-width: 480px) {
	section.primarystyle-information li{
		width:100%;
		margin:0;
	}
}

/* authors */
.primarystyle-author-container{
	display:block;
	margin:0 -15px;
}
.primarystyle-author-list{
	display:inline-block;
	vertical-align:top;
	margin:0 -4px 0 0;
	padding:15px;
}
@media (min-width:1200px){
	.primarystyle-author-list{
	width:16.666%;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.primarystyle-author-list{
		width:20%;
	}
}
@media (min-width:768px) and (max-width:991px){
	.primarystyle-author-list{
		width:25%;
	}
}
@media (max-width:767px){
	.primarystyle-author-list{
		width:33.3%;
	}
}
@media (max-width:480px){
	.primarystyle-author-list{
		width:50%;
	}
}

.primarystyle-author{
	margin-top:0;
	text-transform:uppercase;
}
.primarystyle-author a{
	font-weight:700;
}
.primarystyle-author-list p{
	margin-top:10px;
}
.primarystyle-author-list figure.image-container{
	/*box-shadow:0 0 10px rgba(0,0,0,0.25);*/
}

/* ::::::::::::::::::::::::::::::::::::::: MEDIA WRAPPER CSSTYLE ::::::::::::::::::::::::::::::::::::::: */

/* video responsive */
/* VIDEO */
.primarystyle-video{
	margin:0;	
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.9%;
	padding-top: 0;
	height: 0;
	margin: 0;
	display:block;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


figure.image-container,
figure.strap-container{
	display:block;
	width:100%;
	position:relative;
}
figure.strap-container .btn-primary{
	display:none;
	position:absolute;
	bottom:5px;
	left:15px;
	z-index:2;
}
figure.strap-container .btn-primary .fa{
	font-size:2em;
}
figure.case-container{
	position:absolute;
	width:300px;
	height:300px;
	z-index:1;
	overflow:hidden;
}

img.horizontal{
	width:100%;
	height:auto;
}
.imageWrapper{
	position:relative;
	overflow:hidden;
	height:0;
	background-color:#fff;
}
.imageWrapper img{
	position: absolute;
	left: 0;
	width: 100%;
}
img.strap,
img.config,
img.case{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
img.strap.selected-strap{
	opacity:0.3;
}
img.strap {
	width: auto;
	position: absolute;
	top: -500px;
	left: -10px;
}
img.config{
	width: auto;
	position: absolute;
	top: -245px;
	left: 245px;
}
img.case{
	position:absolute;
	top: 60px;
	left: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	img.case{
		top: 30px;
		left: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	img.case{
		top: 25px;
		left: 25px;
	}
}
@media (max-width: 767px){
	img.case{
		top: 30px;
		left: 30px;
	}
	figure.strap-container .imageWrapper.square-img{
		padding-bottom:60%;
	}
	figure.strap-container .btn-primary{
		display:block;
	}
}
@media (max-width: 480px){
	img.case{
		top: 50px;
		left: 50px;
	}
	figure.strap-container .imageWrapper.square-img{
		padding-bottom:100%;
	}
}
@media (max-width: 360px){
	img.case{
		top: 30px;
		left: 30px;
	}
	figure.strap-container .imageWrapper.square-img{
		padding-bottom:100%;
	}
}
.imageWrapper.slide-img{
	padding-bottom:30%;
}
.imageWrapper.panoramic-img{
	padding-bottom:50%;
}
.imageWrapper.horizontal-img{
	padding-bottom:66.6%;
}
.imageWrapper.square-img{
	padding-bottom:100%;
}
.imageWrapper.square-img img.horizontal,
.imageWrapper.vertical-img img.horizontal{
	width:auto;
	height:100%;
}
.imageWrapper.vertical-img{
	padding-bottom:135%;
}
.imageWrapper.free-img{
	position:relative;
	overflow:visible;
	height:auto;
}
.imageWrapper.free-img img{
	position: relative;
}

/*! Blue Monday Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 - 2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 5.1 (jPlayer 2.8.0)
 * Date: 13th November 2014
 */
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none; }

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0; }

.jp-audio,
.jp-audio-stream,
.jp-video {
  font-size: 16px;
  line-height: 1.6;
  color: #777;
  border: 1px solid #ddd;
  background-color: #eee; }

.jp-audio {
  width: 100%; }

.jp-audio-stream {
  width: 182px; }

.jp-video-270p {
  width: 480px; }

.jp-video-360p {
  width: 640px; }

.jp-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  position: static !important;
  position: relative; }

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-video-full div div {
  z-index: 1000; }

.jp-video-full .jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  overflow: hidden; }

.jp-video-full .jp-gui {
  position: fixed !important;
  position: static;
  /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  /* 1 layer above the others. */ }

.jp-video-full .jp-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0; }

.jp-interface {
  position: relative;
  background-color: #ddd;
  width: 100%; }

.jp-audio .jp-interface {
  height: auto; }

.jp-audio-stream .jp-interface {
  height: 80px; }

.jp-video .jp-interface {
  border-top: 1px solid #009be3; }

/* @group CONTROLS */
.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */ }

.jp-interface .jp-controls {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.jp-audio .jp-controls,
.primarystyle-musicbar,
.primarystyle-volumebar {
  width: 33.3%;
  display:inline-block;
  vertical-align:top;
  position:relative; 
  border-left: solid 1px #eee;
  border-right: solid 1px #ccc;
  margin-right:-4px;
  height:50px;
  overflow:hidden;
}
.jp-audio .jp-controls{
	padding:6px 10px;
}
.primarystyle-musicbar{
	padding:10px;
}
.primarystyle-volumebar{
	padding:5px 0;
}


.jp-audio-stream .jp-controls {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 142px; }

.jp-video .jp-type-single .jp-controls {
  width: 78px;
  margin-left: 200px; }

.jp-video .jp-type-playlist .jp-controls {
  width: 134px;
  margin-left: 172px; }

.jp-video .jp-controls {
  float: left; }

.jp-controls button {
  display: inline-block;
  overflow: hidden;
  border: none;
  cursor: pointer;
  margin: 0 -4px 0 0;
  width: 25%;
}
.jp-play {
  width: auto;
  height: auto; }

.jp-play {
  color: #999;
  background:transparent;
 }

.jp-play:focus {
  color: #999;
  background:transparent;
}

.jp-state-playing .jp-play {
  color: #080;
  text-shadow:0 0 20px rgba(255,255,255,1.0);
}
.jp-state-playing .jp-play:focus {
  color: #080;
  text-shadow:0 0 20px rgba(255,255,255,1.0);
}
.jp-stop, .jp-previous, .jp-next {
  color: #999;
  background:transparent;
 }
.jp-play:hover, .jp-stop:hover, .jp-previous:hover, .jp-next:hover {
	 color:#555;
 }
/*.jp-stop {
  background: url("../image/jplayer.blue.monday.jpg") 0 -83px no-repeat;
  margin-left: 10px; }

.jp-stop:focus {
  background: url("../image/jplayer.blue.monday.jpg") -29px -83px no-repeat; }

.jp-previous {
  background: url("../image/jplayer.blue.monday.jpg") 0 -112px no-repeat; }

.jp-previous:focus {
  background: url("../image/jplayer.blue.monday.jpg") -29px -112px no-repeat; }

.jp-next {
  background: url("../image/jplayer.blue.monday.jpg") 0 -141px no-repeat; }

.jp-next:focus {
  background: url("../image/jplayer.blue.monday.jpg") -29px -141px no-repeat; }*/

/* @end */
/* @group progress bar */
.jp-progress {
  overflow: hidden;
  background-color: #eee; }

.jp-audio .jp-progress {
  position: relative;
  height: 15px; }

.jp-audio .jp-type-single .jp-progress {
  left: 110px;
  width: 186px; }

.jp-audio .jp-type-playlist .jp-progress {
  left: 0;
  width: 100%; }

.jp-video .jp-progress {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px; }

.jp-seek-bar {
  background-color:#eee;
  width: 0px;
  height: 100%;
  cursor: pointer; }

.jp-play-bar {
  background-color:#080;
  width: 0px;
  height: 100%; }

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
  background-color:#eee;
}
/* @end */
/* @group volume controls */
.jp-state-no-volume .jp-volume-controls {
  display: none; }

.jp-volume-controls {
  width: 100%; }

.jp-audio-stream .jp-volume-controls {
  left: 70px; }

.jp-video .jp-volume-controls {
  top: 12px;
  left: 50px; }

.jp-volume-controls button {
  display: inline-block;
  vertical-align:middle;
  border: none;
  cursor: pointer;
  width:18%; 
  padding:0;}

.jp-mute,
.jp-volume-max {
 /* width: 18px;
  height: 15px;*/ }

.jp-volume-max {
  left: 74px; }

.jp-mute {
  background: url("../image/jplayer.blue.monday.jpg") 0 -170px no-repeat; }

.jp-mute:focus {
  background: url("../image/jplayer.blue.monday.jpg") -19px -170px no-repeat; }

.jp-state-muted .jp-mute {
  background: url("../image/jplayer.blue.monday.jpg") -60px -170px no-repeat; }

.jp-state-muted .jp-mute:focus {
  background: url("../image/jplayer.blue.monday.jpg") -79px -170px no-repeat; }

.jp-volume-max {
  background: url("../image/jplayer.blue.monday.jpg") 0 -186px no-repeat; }

.jp-volume-max:focus {
  background: url("../image/jplayer.blue.monday.jpg") -19px -186px no-repeat; }

.jp-volume-bar {
  overflow: hidden;
  background-color:#eee;
  top: 0;
  left: 0;
  width: 60%;
  height: 5px;
  cursor: pointer;
  display:inline-block;
  vertical-align:middle;
}

.jp-volume-bar-value {
  background-color:#008800;
  width: 0px;
  height: 5px; }

/* @end */
/* @group current time and duration */
.jp-audio .jp-time-holder {
  position: relative;
 
}

.jp-audio .jp-type-single .jp-time-holder {
  left: 0;
  width: 100%; }

.jp-audio .jp-type-playlist .jp-time-holder {
  left: 0;
  width: 100%; }

.jp-current-time,
.jp-duration {
  width: auto;
  font-size: .64em;
  font-style: oblique; }

.jp-current-time {
  float: left;
  display: inline;
  cursor: default; }

.jp-duration {
  float: right;
  display: inline;
  text-align: right;
  cursor: pointer; }

.jp-video .jp-current-time {
  margin-left: 20px; }

.jp-video .jp-duration {
  margin-right: 20px; }

/* @end */
/* @group playlist */
.jp-details {
  font-weight: bold;
  text-align: center;
  cursor: default; }

.jp-details,
.jp-playlist {
  width: 100%;
  background-color: #eee; }

.jp-type-single .jp-details,
.jp-type-playlist .jp-details {
  border-top: none; }

.jp-details .jp-title {
  margin: 0;
  padding: 5px 20px;
  font-size: .72em;
  font-weight: bold; }

.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: .72em; }

.jp-playlist li {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color:#fff #ddd #ddd #fff;
  display: inline-block;
  width: 50%;
}
@media (min-width:1200px){
	.jp-playlist li {
	  width: 33.3%;
	}
}
@media (max-width:480px){
	.jp-playlist li {
	  width: 100%;
	}
}

.jp-playlist li div {
  display: inline; }

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
/*div.jp-type-playlist div.jp-playlist li:last-child {
  padding: 5px 0 5px 20px;
  border-bottom: none; }*/

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  background:#080;
  color:#fff;}
div.jp-type-playlist div.jp-playlist a {
  color: #333;
  text-decoration: none; }

div.jp-type-playlist div.jp-playlist a:hover {
  color: #080; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #fff; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #fff; }

div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1; }

span.jp-artist {
  font-size: .8em;
  color: #666; }

/* @end */
.jp-video-play {
  width: 100%;
  overflow: hidden;
  /* Important for nested negative margins to work in modern browsers */
  cursor: pointer;
  background-color: transparent;
  /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */ }

.jp-video-270p .jp-video-play {
  margin-top: -270px;
  height: 270px; }

.jp-video-360p .jp-video-play {
  margin-top: -360px;
  height: 360px; }

.jp-video-full .jp-video-play {
  height: 100%; }

.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url("../image/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jp-video-play-icon:focus {
  background: url("../image/jplayer.blue.monday.video.play.png") 0 -100px no-repeat; }

.jp-jplayer audio,
.jp-jplayer {
  width: 0px;
  height: 0px; }

.jp-jplayer {
  background-color: #000000; }

/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
.jp-toggles {
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }

.jp-audio .jp-type-single .jp-toggles {
  width: 25px; }

.jp-audio .jp-type-playlist .jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px; }

.jp-video .jp-toggles {
  position: absolute;
  right: 16px;
  margin: 0;
  margin-top: 10px;
  width: 100px; }

.jp-toggles button {
  display: block;
  float: left;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
  border: none;
  cursor: pointer; }

.jp-full-screen {
  background: url("../image/jplayer.blue.monday.jpg") 0 -310px no-repeat;
  margin-left: 20px; }

.jp-full-screen:focus {
  background: url("../image/jplayer.blue.monday.jpg") -30px -310px no-repeat; }

.jp-state-full-screen .jp-full-screen {
  background: url("../image/jplayer.blue.monday.jpg") -60px -310px no-repeat; }

.jp-state-full-screen .jp-full-screen:focus {
  background: url("../image/jplayer.blue.monday.jpg") -90px -310px no-repeat; }

.jp-repeat {
  background: url("../image/jplayer.blue.monday.jpg") 0 -290px no-repeat; }

.jp-repeat:focus {
  background: url("../image/jplayer.blue.monday.jpg") -30px -290px no-repeat; }

.jp-state-looped .jp-repeat {
  background: url("../image/jplayer.blue.monday.jpg") -60px -290px no-repeat; }

.jp-state-looped .jp-repeat:focus {
  background: url("../image/jplayer.blue.monday.jpg") -90px -290px no-repeat; }

.jp-shuffle {
  background: url("../image/jplayer.blue.monday.jpg") 0 -270px no-repeat;
  margin-left: 5px; }

.jp-shuffle:focus {
  background: url("../image/jplayer.blue.monday.jpg") -30px -270px no-repeat; }

.jp-state-shuffled .jp-shuffle {
  background: url("../image/jplayer.blue.monday.jpg") -60px -270px no-repeat; }

.jp-state-shuffled .jp-shuffle:focus {
  background: url("../image/jplayer.blue.monday.jpg") -90px -270px no-repeat; }

/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none; }

.jp-no-solution a {
  color: #000; }

.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold; }


@media (max-width:480px){
	.jp-audio .jp-controls,
	.primarystyle-musicbar{
		width:50%;
	}
	.jp-audio .jp-controls{
		padding:6px 0;
	}
	.primarystyle-volumebar{
		display:none;
	}
	.jp-controls button {
	  width: 20%;
	}
}

/* @end */

