@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,600,800,700,500);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #888888;
  font: 400 14px/25px "Raleway", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
}
p {
  line-height: 25px;
}
img {
  max-width: 100%;
  height: auto;
}
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
@media (max-width: 767px) {
  .center767 {
    text-align: center;
  }
  .center767 * {
    text-align: center;
  }
}
.center {
  text-align: center;
}
@media (max-width: 767px) {
  .ins767 {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.txt-clr1 {
  color: #fff;
}
.clr-primary {
  color: #f7682c;
}
.clr-secondary {
  color: #2e2e2e;
}
.ttu {
  text-transform: uppercase;
}
.p-null {
  padding-right: 0;
}
.border-t {
  border-top: 1px solid #484646;
}
.mg-add {
  margin-top: 13px;
}
/*=======================================================
                       Main Layout
=========================================================*/
h3 + h4 {
  margin-top: 13px;
}
h4 + p {
  margin-top: 5px;
}
* + .row {
  margin-top: 20px;
}
h3 + .offset {
  margin-top: 2px;
}
.row + .row {
  margin-top: 5px;
}
.row + .offset {
  margin-top: 31px;
}
* + .offset2 {
  margin-top: 11px;
}
p + p {
  margin-top: 25px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================   Blocks     =======================*/
.block-1 {
  position: relative;
}
.block-1 h3 {
  padding-left: 85px;
}
.block-1 .icon {
  position: absolute;
  font: 400 60px/38px 'FontAwesome';
  color: #fff;
  left: 0px;
  top: 4px;
}
.block-1 .ebj_terms{
  color: #2e2e2e;
}


@media (max-width: 767px) {
  .block-1 {
    margin-top: 30px;
  }
}
/*==================   Copyright     ====================*/
.copyright {
  font-size: 12px;
  line-height: 18px;
}
/*==================   Page - 404    ====================*/
.p404 img {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .p404 img {
    margin-left: 0;
  }
}
/*========================   Menu   ==========================*/
.navbar-default {
  background: transparent;
  max-height: 50px;
}
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu .dropdown {
  position: relative;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 0px;
}
.sf-menu a {
  display: block;
}
.sf-menu a:hover {
  text-decoration: none;
}
.sf-menu {
  color: #fff;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.sf-menu > li {
  height: 102%;
  position: relative;
}
.sf-menu > li > a {
  position: relative;
  padding: 21px 19px 21px 18px;
  text-transform: uppercase;
}
.sf-menu > li > a:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  height: 7px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: #f7682c;
  top: -7px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.lt-ie9 .sf-menu > li > a:before {
  filter: alpha(opacity=0);
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.active {
  background: #2e2e2e;
  color: inherit;
}
.sf-menu > li.sfHover > a:before,
.sf-menu > li a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 .sf-menu > li.sfHover > a:before,
.lt-ie9 .sf-menu > li a:hover:before {
  filter: alpha(opacity=100);
}
.sf-menu > li.active > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 .sf-menu > li.active > a:before {
  filter: alpha(opacity=100);
}
.sf-menu ul {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  display: none;
  position: absolute;
  top: 100%;
  width: 201px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #2e2e2e;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sf-menu ul {
  box-shadow: 1px 1px 3px #555;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  padding-left: 20px;
  font-size: 13px;
  line-height: 31px;
  color: #888;
  position: relative;
  padding-right: 20px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.sf-menu ul > li > a:before {
  content: '\f105';
  position: absolute;
  top: 0;
  color: #fff;
  right: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  font: 400 16px/33px 'FontAwesome';
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.lt-ie9 .sf-menu ul > li > a:before {
  filter: alpha(opacity=0);
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  font-weight: 700;
  color: #f7682c;
}
.sf-menu ul > li.sfHover > a:before,
.sf-menu ul > li a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 .sf-menu ul > li.sfHover > a:before,
.lt-ie9 .sf-menu ul > li a:hover:before {
  filter: alpha(opacity=100);
}
.sf-menu ul ul {
  font-weight: 400;
  display: none;
  position: absolute;
  top: -4px;
  left: 100%;
  width: 100px;
  padding: 8px 4px;
  background: #2e2e2e;
  z-index: 11;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #f7682c;
}
.sf-menu ul ul > li.sfHover > a:before,
.sf-menu ul ul > li a:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.lt-ie9 .sf-menu ul ul > li.sfHover > a:before,
.lt-ie9 .sf-menu ul ul > li a:hover:before {
  filter: alpha(opacity=0);
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .stuck_container {
    background: transparent;
    height: 0;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  background: #f7682c;
}
.isStuck {
  background: #f7682c;
  z-index: 999;
}
.isStuck .sf-menu ul {
  margin-top: -10px;
}
@media only screen and (max-width: 992px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu ul {
  top: 70px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px!important;
  line-height: 45px!important;
  color: #fff;
  background: #ea4b09;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #2e2e2e;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  width: 20%;
  z-index: 2;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(../images/play.png) no-repeat;
  top: 50%;
  left: 50%;
  right: 0;
  font-weight: 300;
  margin-top: -36px;
  margin-left: -36px;
  opacity: 0;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb_overlay:after {
  content: '';
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../images/thumb.png) no-repeat;
  top: 50%;
  left: 50%;
  right: 0;
  font-weight: 300;
  margin-top: -20px;
  margin-left: -20px;
  opacity: 0;
}
.lt-ie9 .thumb_overlay:after {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: #f7682c;
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.thumb .thumb_cnt_stat {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  top: 40%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.thumb .thumb_cnt_din {
  position: absolute;
  top: 0;
  left: 0;
}
.thumb_overl1:hover .thumb_overlay:before {
  display: none;
}
.thumb_overl1:hover .thumb_overlay:after {
  opacity: 1;
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  background-color: #f7682c;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  padding: 154px 10px 132px;
}
.parallax_cnt * + h4 {
  margin-top: 7px;
}
.parallax a.link {
  text-decoration: underline;
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilepanel {
  z-index: 9999998!important;
}
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999998;
  text-align: left;
  font: 700 15px/41px "Raleway", Helvetica, Arial, sans-serif;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #f7682c;
  background: rgba(255, 255, 255, 0.95);
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  zoom: 1;
}
.rd-mobilemenu_ul li.active {
  color: #2e2e2e;
}
.rd-mobilemenu_ul li.active ul {
  color: #f7682c;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #f7682c;
  color: #2e2e2e;
  text-decoration: none;
}
.rd-mobilemenu_ul ul {
  padding-left: 0;
  list-style-type: none;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #ffffff;
  color: #666666;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  top: 20px;
  left: 56px;
  right: 56px;
  color: #f7682c;
  font-size: 14px;
  line-height: 18px;
  text-overflow: ellipsis;
  color: #222;
}
.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  color: #000000;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
}
.rd-mobilepanel_toggle.active:before {
  content: '\f00d';
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
/*==================  Panel Menu  ======================*/
@media (max-width: 767px) {
  #panel {
    right: 25px;
    position: fixed;
    top: 0;
    width: 46px;
    z-index: 9999999;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #panel .bs-docs-nav {
    border-radius: 7px;
    top: 4px;
  }
  #panel .bs-docs-nav .navbar-nav li {
    position: static;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle {
    border: none!important;
    padding: 9px 0px;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle:hover {
    background: #563D7C!important;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle:active {
    background: #563D7C;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle:focus {
    background: #563D7C;
  }
  .navbar-collapse {
    background: #563D7C;
    width: 175px;
    position: absolute;
    right: 15px;
    top: 52px;
    padding-bottom: 10px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .navbar-collapse .dropdown-menu {
    padding-bottom: 15px;
    min-width: 135px!important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
@media (max-width: 767px) and (max-width: 425px) {
  .navbar-collapse {
    width: 135px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu li a {
    padding-left: 15px!important;
  }
  .navbar-nav .open .dropdown-menu ul {
    padding-left: 23px!important;
  }
  .navbar-nav .open .dropdown-menu ul a {
    padding-left: 5px;
  }
  .navbar-nav .open .dropdown-menu a {
    padding-left: 12px!important;
  }
}
@media (max-width: 767px) and (max-height: 500px) {
  .navbar-nav .open .dropdown-menu {
    font-size: 9px!important;
    position: absolute!important;
    background: #62458d !important;
    min-width: 135px!important;
    top: 0;
    right: 100%;
    left: -100%;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .navbar-nav .open .dropdown-menu li a {
    padding-left: 15px!important;
  }
  .navbar-nav .open .dropdown-menu ul {
    padding-left: 23px!important;
  }
  .navbar-nav .open .dropdown-menu ul a {
    padding-left: 5px;
  }
  .navbar-nav .open .dropdown-menu a {
    padding-left: 12px!important;
  }
}
/*========================================================
                     HEADER  Section // EBJ
=========================================================*/

.featured{
	width: 270px; 
	height: 180px; 
	line-height:180px;
	text-align: center; 
	background: #fff;
}

.featured img{
	max-width: 262px; 
	max-height: 172px;
	vertical-align: middle; 
}

.featured_brands li{
	margin: 0px;
	line-height:75px;
}

.featured_brands li img{
	max-height: 75px;
	vertical-align: middle;
	margin: 0px;
}

.featuredkb div.caption span{
	color: #f7682c;
}

.top_marg{
	margin-top: 20px;}
	
.c-primary{
	color: #2e2e2e;}
	
ul.guide_options li{
	display: inline;
	padding: 0 10px;}
	
ul.guide_options label{
	font-weight: 500;}

.ebj_guide section{
	padding-top: 20px;}
.ebj_guide p{
	margin: 0 0 20px 0;}
.ebj_guide .undecided{
	font-size: 14px;
	color: #2e2e2e;
}
input.instock_only{
	margin-left: 20px;}
	
p.explanation{
	padding-left: 6px;
	color: #2e2e2e;
	border: 1px solid #2e2e2e;
	max-width: 880px;
}

p.explanation span{
	color: #f7682c;
	font-weight: bold;
}

div.ebj_survey{
	background: #fff;
  	border-left: 2px solid #e0e0e0;
  	border-right: 2px solid #e0e0e0;
  	border-bottom: 2px solid #e0e0e0;
  	border-bottom-right-radius: 5px;
  	border-bottom-left-radius: 5px;
  	margin: 14px 0;
	padding: 10px;
	position: relative;
}

div.ebj_survey ul{
	margin-top: 8px;
}

div.ebj_survey img.kb{
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;}

div.ebj_survey ul li{
	display: inline;
	padding: 2px 6px;
}
div.ebj_survey ul li img{
	width: 30px;	
}

div.ebj_survey img.brand_logo{
	height: 50px;
}

div.ebj_survey a.kb_title{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 10px 0;
	color: #4e4e4e;
}

div.ebj_survey a.kb_title:hover{
	color: #f7682c;
}

div.ebj_survey div.ebj_score{
	width: 100%;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #f7682c;
	margin: 10px 0 16px 0;
}
	
div.ebj_survey div.survey_price{
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: 22px;
	font-weight: bold;
	color: #f7682c;
	text-align: right;
}

div.ebj_survey div.survey_price div{
	font-size: 14px;
	font-weight: normal;}

div.ebj_survey div.img_contain{
	height: 170px;	
}

div.ebj_survey div.img_contain img{
	max-height: 160px;	
}

div.ebj_faq div.author{
	text-align: center;
	width: 100%;
	font-style: italic;
}

div.review p{
	margin: 2px 0 12px 0;
	max-width: 800px;
}

div.review a.title{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

div.review div.date{
	color: #f7682c;
}

div.review div.rating{
	font-size: 28px;
	line-height: 90px;
	font-weight: bold;
	color: #2e2e2e;
}

div.review div.rating span{
	color: #777;
}

div.review a.readMore{
	color: #f7682c;
	font-size: 12px; 
}
a.more{
	color: #f7682c;
	text-transform: uppercase;}
a.more:hover{
	color: #888;}

div.review a.readMore:hover{
	color: #2e2e2e;
}

div.po_header{
	position: relative;
}

div.po_header img.brand{
	width: 50px;	
}

div.po_header div.po_title{
	color: #2e2e2e;
	font-size: 24px;
	text-align: left;
}

div.po_header div.po_title span{
	font-size: 16px;
}

div.po_header div.po_date{
	color: #f7682c;
	font-size: 16px;
}

div.po_products{}

div.po_products img{
	width: 40px;
	margin-right: 8px;}

.ebj_pos{
	background: #fff;}

.ebj_pos hr{
	border-color: #C9C9C9;}
	
div.po_products li span{
	color: #1eaa25;}
div.po_products li span.ltd{
	color: #f7682c;}
div.po_products li span.sold{
	color: #ff0000;}

section.learn .block-1 .icon{
	color: #2e2e2e;
}

.poll li{
	color: #222;
	font-size: 14px;}
.poll li span{
	color: #f7682c;
	font-weight: bold;}
.fff{
	color: #fff;}
.ccc{
	color: #ccc;}
.version{
	font-size: 13px;
	color: #888888;
	text-transform: lowercase;}
	
#advanced_search label{
	font-size: 20px;
	color: #fff;
	font-weight: normal;}

#advanced_search select, #advanced_search input[type='text']
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 600 14px "Raleway", Helvetica, Arial, sans-serif;
  line-height: 16px;
  padding: 0px 8px 0px;
  color: #777777;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  height: 30px;
  margin: 2px 0 8px 0;
}

#switch_rater label{
	font-size: 20px;
	color: #fff;
	font-weight: normal;}

#switch_rater select, #switch_rater textarea{
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 600 14px "Raleway", Helvetica, Arial, sans-serif;
  line-height: 16px;
  padding: 0px 8px 0px;
  color: #777777;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  height: 30px;
  margin: 6px 0 8px 0;
}

/* MK (ebj) */
a.mkButtonOrange{
	background: #f7682c;
	color: #fff;
	font-size: 14px;
	border: 1px solid #222;
	padding: 8px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;}
a.mkButtonOrange:hover{
	background: #fff;
	color: #444;}

/*override*/
#switch_rater textarea{
	height: 46px;
	resize: none;}

#switch_rater a.btn{
	float: right;	
}

img.switch{
	height: 75px;
	float: left;}

#advanced_search fieldset.submit label{
	margin: 16px 0 0 25px;
}

#pageLinks{
	color: #2e2e2e;
	font-size: 22px;}

#pageLinks a{
	color: #f7682c;
	font-weight: bold;}

#pageLinks a:hover{
	color: #2e2e2e;}

#pageLinks span{
	font-size: 16px;
	color: #888888;}

div.keyboardRes{
	background: #FFF none repeat scroll 0% 0%;
	border-left: 2px solid #E0E0E0;
	border-right: 2px solid #E0E0E0;
	border-bottom: 2px solid #E0E0E0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 14px 0px;
	padding: 10px;
	position: relative;
	min-height: 200px;
}

div.keyboardRes img{
	max-height:  178px;}

table.kbResults{
	width: 100%;
}

div.status{
	text-align: center;
	font-size: 14px;}

div.status div{
	font-size: 18px;
	color: #f7682c;}

#noMatches{
	color: #2e2e2e;
	font-weight: bold;
}
#noMatches ul{
	font-weight: normal;
	margin-left: 20px;
}

#noMatches li{
	list-style-type: square;}

#switchRanks{
	width: 80%;}
#switchRanks a.btn{
	color: #fff;
	padding: 4px 12px;	
}
#switchRanks a.btn:hover{
	color: #f7682c;
}
#switchRanks th{
	color: #2e2e2e;
	text-transform: uppercase;
	font-size: 16px;}
	
#switchRanks td{
	color: #2e2e2e;
	font-weight: bold;
	font-size: 26px;}
	
#switch_rater fieldset.submit span{
	font-size: 16px;
	color: #ccc;}

#switch_rater fieldset.submit input{
	width: 100%;}
	
#switchRanks select{
	margin-left: 90px;
	font-weight: normal;}
	
.switchRank{
	height: 90px;}

.switchRank h3{
	margin-left: 90px;
	font-size: 22px;}

.switchRank h3 small{
	font-size: 14px;
	line-height: 16px;
}
.rCount{
	margin-left: 90px;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #888;}
#ratingSuccess{
	margin-top: 12px;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;}
#ratingSuccess span{
	font-weight: bold;
	color: #f7682c;}
div.rated{
	font-size: 18px;
	color: #aaa;
	text-transform: uppercase;}
div.rated span{
	font-size: 12px;
	color: #222;}
td.comments{
	padding: 0 0 30px 90px;}
td.comments p{
	margin: 8px 0;
	font-weight: normal;
	font-size: 16px;
	color: #888;}
td.comments p span{
	font-weight: bold;}
div.coupon{
	color: #222;
	font-size: 16px;
	text-transform: uppercase;}
div.coupon div.coupDetails{
	padding-top: 10px;}
div.coupon a.title{
	font-size: 20px;
	font-weight: bold;}
div.coupon .dates{
	color: #f7682c;
	font-weight: bold;
	text-transform: none;}
div.coupon span.soon{
	font-weight: normal;
	color: #188f1a;}
.preorder{
	color: #222;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;}
.shop_search{
	font-weight: bold;}
.shop_search a{
	color: #f7682c;}

.ebj_dark{
	color: #2e2e2e;}
	
/* KOBO */
.ebj_img_wrap{
	margin-bottom: 8px;
	text-align: center;}
	
.ebj_desc1{
	color: #000;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	padding-bottom: 10px;}
.ebj_desc2{
	color: #000;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding-bottom: 10px;}
.ebj_desc2 a{
	color: #f7682c;}
.ebj_desc2 a:hover{
	color: #ddd;}
.ebj_desc2 a.cost{
	color: #ddd;}
.ebj_desc2 a.cost:hover{
	color: #fff;}
.bg_fff{
	background: #fff;}
.kobo_title a{
	color: #f7682c;
	font-size: 26px;
	font-weight: normal;}
.kobo_title a:hover{
	color: #2e2e2e;}
.kobo_title_static{
	color: #f7682c;
	font-size: 26px;
	font-weight: normal;}
.koboList{
  padding-top: 10px;
  padding-bottom: 10px;
}
.koboList .desc{
	padding-top: 10px;}
.koboList ul{
	margin-left: 24px;}
.koboList li{
	font-size: 18px;
	list-style-type: square;
	margin: 4px 0;	
}
.koboThumb{
	margin-bottom: 6px;}
.koboLarge{
	margin-bottom: 30px;}
.koboFrameContain{
	padding-top: 40px;}
a.allKobo{
	font-size: 20px;}
	
.koboFits{
	padding: 20px 0;}
.koboFitTitle{
	font-size: 26px;
	color: #f7682c;}
.koboFits a{
	margin: 0;
	font-size: 12px;}
.KOBOcostFooter{
	padding: 40px 0;}

/* search 3.0 */

#advanced_search div.search_checks label{
		margin-right: 16px;}
	
.ebj_search_submit div{
	vertical-align: middle;}

span.ebjLightO{
	font-size: 18px;
	font-weight: 600;
	color: #f7682c;}
	
/* news */

.articleContain{
	padding-top: 40px;}

.productMIR input[type='radio']{
	height: 13px;
	margin: 10px 0 0 20px;
}

.productMIR{
	color: #444;}
	
img.header_pmnt{
	vertical-align: middle;
	padding-left: 10px;
	height: 20px;}