html, body {
	height:100%;
}

p {
	margin: 1.2em 0;
}

#outer {
	min-height: 100%;
	min-width: 960px;
	position: relative;
	overflow: hidden;
	max-width: 1280px;
	margin: 0 auto;
	box-shadow: 0 0 30px rgba(124, 124, 124, .5);
}

#wrapper {
	min-height: 100%;
	position: relative;
	padding: 0 1.5%;
	
}
#wrapper,
#footer {
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}


/* Header
-----------------------------------------------------------------------------*/
header {
	padding: 25px 0 0;
	position: relative;
}

#logo  {
	height: 85px;
	position: relative;
	float: left;
}



header nav.brand-menu {
	padding: 0 0 0 13%;
	font-size: 12px;
	height: 147px;
	border-bottom: 1px solid #E6E6E6;
}
header nav.brand-menu ul li:last-child {
	margin-right: 0;
}
header nav.brand-menu ul li {
	margin-bottom: .2em;
	float: left;
	margin-right: 11%;
}
header nav.brand-menu ul li a i,
header nav.brand-menu ul li b i {
	font-style: normal;
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 93px;
}
header nav.brand-menu ul li a i span {
	color: #31373A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(49,55,58,0.2);
}
header nav.brand-menu ul li a:hover i span {
	color: #E62E04;
	border-bottom-color: rgba(238,49,40,0.2);
}
header nav.brand-menu ul li.mobiledsk a {
	width: 265px;
	background-position: 0 0;
}
header nav.brand-menu ul li.mobiledsk a:hover,
header nav.brand-menu ul li.mobiledsk b {
	background-position: 0 -90px;
	width: 265px;
}
header nav.brand-menu ul li.miningbucket a,
header nav.brand-menu ul li.miningbucket b {
	width: 102px;
	background-position: -280px 0;
}
header nav.brand-menu ul li.miningbucket a:hover,
header nav.brand-menu ul li.miningbucket b {
	background-position: -280px -90px;
	width: 102px;
}
header nav.brand-menu ul li a,
header nav.brand-menu ul li b {
	display: block;
	background: url(/images/brand-btn-bg.png) no-repeat 0 0;
	border: none;
	height: 85px;	
}




header nav.brand-menu ul li.hhammer a,
header nav.brand-menu ul li.hhammer b {
	width: 79px;
	background-position: 0 -180px;
}
header nav.brand-menu ul li.hhammer a:hover,
header nav.brand-menu ul li.hhammer b {
	background-position: -90px -180px;
	width: 79px;
}
header nav.brand-menu ul li.manipulators a,
header nav.brand-menu ul li.manipulators b {
	width: 109px;
	background-position: -180px -180px;
}
header nav.brand-menu ul li.manipulators a:hover,
header nav.brand-menu ul li.manipulators b {
	background-position: -300px -180px;
	width: 109px;
}





header nav.stat-menu {
	padding: 26px 0 1em 17px;
}


nav .top-menu {
	font-size: 14px;
	float: left;
	width: 78%;
}

nav .top-menu a {
	color: #31373A;
	border-bottom-color: rgba(49,55,58,0.2);
}
nav .top-menu a:visited {
	color: #31373A;
	border-bottom-color: rgba(49,55,58,0.2);
}
nav .top-menu a:hover {
	color: #E62E04;
	border-bottom-color: rgba(238,49,40,0.2);
}
nav .top-menu a.selected {
	border-radius: 6px;
	padding: .4em 17px;
	margin: 0 -1em 0 0;
	background-color: #E62E04; 
	color: #FFF;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
	font-weight: normal;
	
}
nav .top-menu a.selected span {
	border-bottom-color: rgba(255,255,255,0.7);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
nav .top-menu li:last-child	{
	margin-right: 0;
}
nav .top-menu li {
	margin: 0 6% 0 0;
	float: left;
	position: relative;
	white-space: nowrap;
}
nav .top-menu li b {
	border-radius: 6px;
	padding: .4em 17px;
	margin: 0 -1em 0 0;
	background-color: #E62E04; 
	color: #FFF;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
	font-weight: normal;
}

.info {
	margin: -5px 17px 0 0;
	width: 20%;
	text-align: right;
	float: right;
}
.info .mail {
	float: right;
	padding-top: 4px;
	
}
.info .mail a {
	color: #31373A;
	padding-left: 27px;
	background: url(/images/mail-icons-int.png) left 2px no-repeat;
	height: 15px;
	text-decoration: underline;
	border: none;
	display: block;
	line-height: 1;
	font-size: 13px;
}
.info .mail a:hover {
	background-position: 0 -13px;
	color: #E62E04;
	border-bottom-color: rgba(238,49,40,0.2);
}
.info  address {
	font-style: normal;
	font-size: 20px;
	color: #88887e;
	float: right;
	font-weight: bold;
}



h1 {
	margin: 1em 0 0 0;
	line-height: 1.2;
	font-size: 27px;
	background-color: #F5F5F5;
	border-radius: 6px;
	padding:  .4em 17px .4em 29.5%;
}





#page {
	position: relative;
	margin: 25px 0 0;
	padding-bottom: 350px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	position: relative;
	margin-top: -100px;
	clear: both;

}
#footer .copyright {
	font-size: 12px;
	width: 30%;
	position: relative;
	top: 42px;
	left: 23px;
	color: #8C8B7B;
	float: left;
	margin-right: -100%;
}
#footer p  {
	margin: 0 0 .2em;
}
#footer address {
	font-style: normal;
	line-height: 1.4;
}
#footer address a {
	color: #8C8B7B;
}
#footer .counter {
	width: 31px;
	height: 31px;
	float: right;
	position: relative;
	margin: 43px 1.5% 0 0;
	padding: 0 17px 0 0;
	opacity: .4;
	filter:alpha(opacity=40);
}

#footer .search {
	float: right;
	position: relative;
	right: 17px;
	top: 25px;
}
#footer .search p {
	margin: 0.2em 0 0;
}
#footer .search form .search-input {
	color: #E0DBCA;
	width: 200px;
	background-color: #9C9C93;
	border: 1px solid #B7B490;
	padding-left: 3px;
}
.tab {
	text-indent: 2.5em;
}
div.img-extra {
	margin: 2em 0;
}

div.img-left {
	width: 44%;
	position: absolute;
	left: 17px;
	top: 0;
}
div.img-right {
	width: 60%;
position: absolute;
right: 17px;
top: 0;
}
div.description-img-right {
	width: 35%;
	float: left;
}
div.description-img-left {
	width: 50%;
	float: right;
}

.extra-left {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 6px;
	/* margin: 8px 17px 2em 3%; */
	box-shadow: 3px 3px 8px #B9B9B9;
	background-color: #f5f5f5;
	margin-top: 5em;
	
}
.extra-left p {
	padding: .4em .8em 1.2em 17px;
	margin: 0;
}
.extra-left h3 {
	margin: 15px 17px .5em;
	font-size: 15px;
}

.extra {
float: right;
position: relative;
width: 18%;
clear: right;
/* border-width: 1px; */
/* border-style: solid; */
/* border-color: rgba(49,55,58,0.2); */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 6px;
margin: 8px 17px 2em 3%;
box-shadow: 3px 3px 8px #B9B9B9;
background-color: #f5f5f5;
}
.extra p {
	margin: 8px 5px;
text-align: center;
font-size: 13px;
line-height: 1.6;

}
.extra img,
.extra-left img {
	border-radius: 6px 6px 0 0;
}
.extra span.mail {
	font-size: 13px;
	text-align: center;
	margin: 10px 0 18px;
display: block;
}
.extra span.mail a.button {
	font-weight: normal;
	padding: .4em .8em;
	color: #fff;
	width: 78%;
display: block;
margin: 0 auto;
border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 6px;
/*   background : -moz-linear-gradient(50% 100% 90deg,rgba(17, 233, 0, 1) 0%,rgba(15, 224, 5, 1) 11.13%,rgba(10, 198, 20, 1) 29.64%,rgba(1, 157, 44, 1) 53.11%,rgba(0, 150, 48, 1) 56.74%,rgba(0, 114, 69, 1) 86.52%,rgba(0, 184, 69, 1) 99.44%);
  background : -webkit-linear-gradient(90deg, rgba(17, 233, 0, 1) 0%, rgba(15, 224, 5, 1) 11.13%, rgba(10, 198, 20, 1) 29.64%, rgba(1, 157, 44, 1) 53.11%, rgba(0, 150, 48, 1) 56.74%, rgba(0, 114, 69, 1) 86.52%, rgba(0, 184, 69, 1) 99.44%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(17, 233, 0, 1) ),color-stop(0.1113,rgba(15, 224, 5, 1) ),color-stop(0.2964,rgba(10, 198, 20, 1) ),color-stop(0.5311,rgba(1, 157, 44, 1) ),color-stop(0.5674,rgba(0, 150, 48, 1) ),color-stop(0.8652,rgba(0, 114, 69, 1) ),color-stop(0.9944,rgba(0, 184, 69, 1) ));
  background : -o-linear-gradient(90deg, rgba(17, 233, 0, 1) 0%, rgba(15, 224, 5, 1) 11.13%, rgba(10, 198, 20, 1) 29.64%, rgba(1, 157, 44, 1) 53.11%, rgba(0, 150, 48, 1) 56.74%, rgba(0, 114, 69, 1) 86.52%, rgba(0, 184, 69, 1) 99.44%);
  background : -ms-linear-gradient(90deg, rgba(17, 233, 0, 1) 0%, rgba(15, 224, 5, 1) 11.13%, rgba(10, 198, 20, 1) 29.64%, rgba(1, 157, 44, 1) 53.11%, rgba(0, 150, 48, 1) 56.74%, rgba(0, 114, 69, 1) 86.52%, rgba(0, 184, 69, 1) 99.44%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#11E900', endColorstr='#00B845' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(17, 233, 0, 1) 0%, rgba(15, 224, 5, 1) 11.13%, rgba(10, 198, 20, 1) 29.64%, rgba(1, 157, 44, 1) 53.11%, rgba(0, 150, 48, 1) 56.74%, rgba(0, 114, 69, 1) 86.52%, rgba(0, 184, 69, 1) 99.44%);
  border-radius : 10px;
  -moz-border-radius : 10px;
  -webkit-border-radius : 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B845',endColorstr='#11E900' , GradientType=0); */
}
.extra span.mail a.button:hover {
background-image: linear-gradient(to bottom, #51a351, #62c462);
    background-repeat: repeat-x;
	 /* background : -moz-linear-gradient(50% 100% 90deg,rgba(17, 165, 0, 1) 0%,rgba(14, 170, 9, 1) 16.76%,rgba(5, 184, 35, 1) 44.54%,rgba(0, 191, 48, 1) 56.74%,rgba(0, 160, 69, 1) 86.52%,rgba(0, 184, 69, 1) 99.44%);
	   background : -webkit-linear-gradient(90deg, rgba(17, 165, 0, 1) 0%, rgba(14, 170, 9, 1) 16.76%, rgba(5, 184, 35, 1) 44.54%, rgba(0, 191, 48, 1) 56.74%, rgba(0, 160, 69, 1) 86.52%, rgba(0, 184, 69, 1) 99.44%);
	   background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(17, 165, 0, 1) ),color-stop(0.1676,rgba(14, 170, 9, 1) ),color-stop(0.4454,rgba(5, 184, 35, 1) ),color-stop(0.5674,rgba(0, 191, 48, 1) ),color-stop(0.8652,rgba(0, 160, 69, 1) ),color-stop(0.9944,rgba(0, 184, 69, 1) ));
	   background : -o-linear-gradient(90deg, rgba(17, 165, 0, 1) 0%, rgba(14, 170, 9, 1) 16.76%, rgba(5, 184, 35, 1) 44.54%, rgba(0, 191, 48, 1) 56.74%, rgba(0, 160, 69, 1) 86.52%, rgba(0, 184, 69, 1) 99.44%);
	   background : -ms-linear-gradient(90deg, rgba(17, 165, 0, 1) 0%, rgba(14, 170, 9, 1) 16.76%, rgba(5, 184, 35, 1) 44.54%, rgba(0, 191, 48, 1) 56.74%, rgba(0, 160, 69, 1) 86.52%, rgba(0, 184, 69, 1) 99.44%);
	   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#11A500', endColorstr='#00B845' ,GradientType=0)";
	   background : linear-gradient(0deg, rgba(17, 165, 0, 1) 0%, rgba(14, 170, 9, 1) 16.76%, rgba(5, 184, 35, 1) 44.54%, rgba(0, 191, 48, 1) 56.74%, rgba(0, 160, 69, 1) 86.52%, rgba(0, 184, 69, 1) 99.44%);
	   border-radius : 10px;
	   -moz-border-radius : 10px;
	   -webkit-border-radius : 10px;
	   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B845',endColorstr='#11A500' , GradientType=0); */
}
.soc_icon {
	position: absolute;
	top: -15px;
	right: 65px;
}
.soc_icon ul {
	list-style: none;
	padding: 0;
}
.soc_icon ul li a {
	background: url('/data/images/soc_icon.png') no-repeat 0 0;
	text-indent: -20000px;
	width: 32px;
	height: 32px;
	border: none;
	display: block;
}

.soc_icon ul li a.Youtube {
	background-position: -64px 0;
}

.soc_icon ul li a.Youtube:hover {
	background-position: -64px -32px;
}

p.price.old {
    color: #31373A !important;
    text-decoration: line-through;
    font-size: 1em !important;
    font-weight: 400 !important;
}

p.spec {
    font-weight: 700;
    color: #e62e04;
    font-size: 1.15em;
    margin: 10px 0;
}