@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
*/
@import url("inner-pages.css");
@import url("product.css");
@import url("product-list.css");
@import url("contact.css");
@import url("cart.css");
@import url("animate.css");

img,
object,
embed,
video {
  max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;

	Inspiration from "Responsive Web Design" by Ethan Marcotte
	http://www.alistapart.com/articles/responsive-web-design

	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
.fluid {
  clear: both;
  margin: 0 auto;
  width: 100%;
  float: left;
  display: block;
}
.fluidList {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.fix-width {
  width: 1200px;
  margin: auto;
  z-index: 50;
}

nav,
ul.tabs li {
  font-family: "Raleway", sans-serif;
}
.s-ctgrs,
.header-foot,
.header-right-btns li,
.announs-wrap h2,
.social-calendar h2,
.social-calendar li figure,
.left-menu,
.in-header h1,
.other-categories,
.cart-top-txt {
  font-family: "Oswald", sans-serif;
}
.search-feild,
.search-in {
  font-family: "Open Sans Condensed", sans-serif;
}
.pro-order-btn,
.news-submit input,
.other-categories a:after,
.in-social span:after,
.qty,
.interested-pro h2,
.sort-by p,
.pro-search1 input,
.search-by label,
.pagination .pages,
.search-by p,
.order_all input,
.pro-list-head ul li,
.row-qty input[type="button"],
.form-submit input {
  font-family: "Source Sans Pro", sans-serif;
}

.search-btn input,
.nav-wrap,
.foot-text,
.pro-search1 input[type="button"],
.pro-search2 input[type="button"] {
  background: #36369b; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #36369b 0%,
    #4343b5 38%,
    #4343b5 57%,
    #36369b 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #36369b),
    color-stop(38%, #4343b5),
    color-stop(57%, #4343b5),
    color-stop(100%, #36369b)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #36369b 0%,
    #4343b5 38%,
    #4343b5 57%,
    #36369b 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #36369b 0%,
    #4343b5 38%,
    #4343b5 57%,
    #36369b 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #36369b 0%,
    #4343b5 38%,
    #4343b5 57%,
    #36369b 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #36369b 0%,
    #4343b5 38%,
    #4343b5 57%,
    #36369b 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36369b', endColorstr='#36369b',GradientType=0 ); /* IE6-9 */
}

.gridContainer {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

.top-bar {
  border-bottom: #cecece solid 1px;
  background-color: #fff;
  /* height: 44px; */
  position: fixed;
  width: 100%;
  z-index: 999;
}
.logo-wrap.fix-width.clearfix {
  margin-top: 44px;
}
.top-bar-in {
  padding: 12px 15px 9px;
}
.top-left {
  color: #5e5e5e;
  font-weight: 600;
  float: left;
}
.top-left ul {
  font-size: 0;
  margin: 0 -13px;
}
.top-left li {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 13px;
  background: url(../images/line.gif) no-repeat center right;
}
.top-left li:last-child {
  background: none;
}
.lng-feild {
  font-size: 12px;
  font-weight: 300;
  border: 0;
}

.top-right {
  float: right;
  padding: 3px 0 0;
}
.my-order {
  display: inline-block;
  padding: 0 18px 0 0;
  background: url(../images/line.gif) no-repeat center right;
  margin-right: 14px;
}
.my-order figure,
.my-order p {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.my-order a {
}
.my-order p {
  font-size: 12px;
  font-weight: 300;
  padding: 0 15px;
  background: url(../images/arrow.png) no-repeat center right;
}
.cart-count {
  position: absolute;
  top: -3px;
  right: -6px;
  width: 15px;
  height: 15px;
  background: #e25923;
  font-size: 10px;
  color: #fff;
  font-weight: 300;
  border-radius: 50%;
  padding: 1px 2px;
  text-align: center;
}
.reg-login {
  display: inline-block;
}

.logo-wrap {
  padding: 0 15px;
  position: relative;
  z-index: 110;
}
.logo {
  float: left;
  width: 37%;
}
.logo a {
  display: block;
  padding: 15px 100px 18px 0;
}

.search-wrap {
  background: #fafafa;
  margin: 15px 0 0;
  position: relative;
  float: left;
  border-radius: 8px;
  padding: 6px;
  width: 393px;
}
.search-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: url(../images/shadow.jpg) no-repeat center top;
  height: 9px;
  background-size: contain;
}
.s-list-btn {
  float: left;
  width: 32px;
  text-align: center;
  padding: 14px 0 8px;
}
.search-in {
  float: left;
  border: #d3d3d3 solid 1px;
  border-radius: 4px;
  background: #fff;
  height: 40px;
}
.search-in a {
  color: #6d6d6d;
  font-size: 14px;
  padding-right: 10px;
  vertical-align: middle;
}
.search-in a:hover {
  color: #373996;
}
.search-feild {
  font-size: 16px;
  color: #6d6d6d;
  font-weight: 300;
  border: 0;
  border-radius: 4px;
  padding: 5px 10px;
  width: 277px;
  vertical-align: middle;
}

.search-btn {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.search-btn input {
  border: 0;
  width: 40px;
  height: 40px;
  margin: -1px;
  border-radius: 4px;
}
.search-btn:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/search-icon.png) no-repeat center;
  z-index: 99;
  pointer-events: none;
}

.s-ctgrs {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  background: #fb9932;
  padding: 15px;
  border-radius: 0 5px 5px 5px;
  display: none;
}
.s-ctgrs li {
  font-size: 16px;
  padding: 7px 10px;
  font-weight: 400;
}
.s-ctgrs li a {
  color: #fff;
}
.s-ctgrs li a:hover {
  color: #000;
}
.s-ctgrs:after {
  content: "";
  display: block;
  top: -10px;
  left: 0;
  position: absolute;
  border-left: #fb9932 solid 20px;
  border-top: 10px solid transparent;
}

.mobi_menu {
  display: none;
}
.nav-wrap {
  border-top: #c9c9c9 solid 1px;
  border-bottom: #c9c9c9 solid 1px;
  z-index: 120;
  position: relative;
}
.nav-wrap-in,
.page-body,
.homefoot {
  padding: 0 15px;
  position: relative;
}
.main-menu ul {
  margin: 0 -15px;
}
.main-menu li {
  float: left;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 16px 0 14px;
  border-right: #fff solid 2px;
  position: relative;
}
.main-menu li a {
  display: block;
  padding: 0 15px;
  color: #fff;
}
.main-menu li a:hover,
.main-menu li.active a {
  color: #f89939;
}
.main-menu li:last-child {
  border: 0;
}

.main-menu ul li ul.drop_down {
  position: absolute;
  top: 18px;
  left: 0px;
  background-color: #36369b;
  display: none;
}
.main-menu ul li:hover ul.drop_down {
  position: absolute;
  top: 18px;
  left: 20px;
  background-color: #36369b;
  display: block;
}
.main-menu ul li ul.drop_down li {
  float: none;
  border: 0;
}
.main-menu ul li ul.drop_down li a {
  font: 12px Arial, sans-serif;
  color: #fff;
}
.main-menu ul li ul.drop_down li a:hover {
  font: 12px Arial, sans-serif;
  color: #f89939;
}

.sell-your-book {
  position: absolute;
  bottom: 0;
  right: 8px;
  cursor: pointer;
  z-index: 99;
}

header {
  padding: 20px 15px 0;
  margin-bottom: 22px !important;
}
.header-in {
  background: url(../images/header-bg.gif) repeat-x bottom;
}
.header-left {
  float: left;
  width: 69.1%;
}
.slider {
  margin: 0 0 16px;
}

.header-foot {
  margin: 0 -15px;
}
.header-foot li {
  width: 33.33344%;
  float: left;
  padding: 0 15px;
  text-align: center;
  font-weight: 400;
}
.header-foot li a {
  height: 100px;
  display: block;
  border-radius: 5px;
}

.gray-btn a {
  background: url(../images/gray-bg.jpg) no-repeat center bottom;
  padding: 18px 10px 0;
}
.gray-btn a p {
  color: #6a6a6a;
  font-size: 12px;
}
.gray-btn figure {
  padding: 5px;
}

.blue-btn a {
  background: url(../images/blue-bg.png) repeat-x bottom;
  padding: 30px 10px 0;
}
.blue-btn a p,
.blue-btn a figure {
  display: inline-block;
  vertical-align: middle;
}
.blue-btn a figure {
  margin-right: 13px;
}
.blue-btn a p {
  font-size: 20px;
  color: #fff;
}
.blue-btn a:hover {
  background: url(../images/orange-bg.png) repeat-x bottom;
}

.red-btn a {
  background: url(../images/red-bg.png) repeat-x bottom;
  padding: 30px 10px 0;
}
.red-btn a p,
.red-btn a figure {
  display: inline-block;
  vertical-align: middle;
}
.red-btn a figure {
  margin-right: 13px;
}
.red-btn a p {
  font-size: 20px;
  color: #fff;
}
.red-btn a:hover {
  background: url(../images/orange-bg.png) repeat-x bottom;
}

.header-right {
  float: right;
  width: 28.2%;
}
.header-right-btns li {
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.header-right-btns li a {
  display: block;
  height: 100px;
  border-radius: 5px;
}
.header-right-btns li:last-child {
  margin-bottom: 0;
}

.featured-wrap {
  margin-bottom: 30px;
}
.featured-staff-tab {
  float: left;
  width: 81.5%;
}
ul.tabs {
  background: #ededed url(../images/tab-bg.png) no-repeat top right;
  border-top: #c9c9c9 solid 1px;
  border-bottom: #c9c9c9 solid 1px;
  font-size: 0;
}
ul.tabs li {
  color: #353599;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 8px 24px;
  cursor: pointer;
  border-right: #c9c9c9 solid 1px;
}
ul.tabs li:last-child {
  border: 0;
}
ul.tabs li.current {
  background: #fff;
  font-weight: 700;
}
.tab-content {
  display: none;
  padding: 20px 12px 0;
}
.tab-content.current {
  display: inherit;
}

.pro-list li {
  margin: 0 2px 26px;
  float: left;
  width: 148px;
  text-align: center;
  padding: 19px 3px 6px;
  border-radius: 5px;
  border: #fff solid 1px;
  position: relative;
  height: 260px;
}
.upsell-recent-section > .pro-list > li {
  width: 142px;
}
.pro-list li a {
  color: #353599;
}
.pro-list li a:hover {
  color: #000;
}
.pro-list .pro-no {
  position: absolute;
  top: 11px;
  left: 25px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #353599;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  padding: 5px 2px;
}
.pro-list li figure {
  margin-bottom: 7px;
  height: 120px;
}
.pro-list li h2 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  width: 120px;
  height: 30px;
  overflow: hidden;
}
.pro-list li h2 strong {
  display: block;
  font-weight: 600;
}
.pro-list .pro-order-btn {
  background: #5e5e5e;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 7px;
}
.pro-list li h4 {
  color: #353599;
  font-size: 14px;
  font-weight: 700;
}
.pro-list li p {
  font-size: 12px;
  color: #fb0404;
  font-weight: 600;
}
.pro-list li p span {
  font-size: 10px;
  display: block;
  color: #888;
}

.pro-list li:hover,
.pro-list li.active {
  background: url(../images/pro-bg.gif);
  border: #d3d3d3 solid 1px;
}
.pro-list li:hover:after,
.pro-list li.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: url(../images/pro-shadow.gif) no-repeat center top;
  height: 13px;
  background-size: contain;
}
.pro-list li:hover .pro-order-btn,
.pro-list li.active .pro-order-btn {
  background: #353599;
}

.newsletter-grid {
  background: #ededed;
  padding: 18px 11px;
  border-radius: 6px;
  float: left;
  width: 18.5%;
  text-align: center;
}
.newsletter-grid h2 {
  color: #fb9932;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.newsletter-grid h5 {
  color: #5e5e5e;
  font-size: 13px;
  font-weight: 300;
  padding: 0 14px 6px;
  margin-bottom: 12px;
  border-bottom: #c5c5cd dotted 1px;
}
.newsletter-grid figure {
  margin-bottom: 16px;
}
.newsletter-grid p {
  color: #616161;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}
.news-row {
  margin: 0 8px 12px;
}
.news-row input {
  font-size: 12px;
  width: 100%;
  font-weight: 300;
  color: #565656;
  border: #dcdcdc solid 1px;
  border-radius: 3px;
  padding: 5px 8px;
}
.news-submit {
  margin-bottom: 16px;
}
.news-submit input {
  background: #fb9932;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border: 0;
  padding: 6px 34px;
  border-radius: 3px;
}
.news-submit input:hover {
  background: #222;
}

.homefoot-in {
  border-top: #c9c9c9 solid 1px;
  border-bottom: #c9c9c9 solid 1px;
}
.announs-wrap {
  margin: -1px 0 0;
  float: left;
  width: 71.5%;
}
.announs-wrap h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  float: left;
  background: url(../images/orange-bg.png) repeat-x;
  border-radius: 5px;
  margin-bottom: 20px;
}
.announs-wrap h2 span {
  display: block;
  padding: 14px 60px 14px 20px;
  background: url(../images/announs-arrow.png) no-repeat 92% 17px;
}
.annous-grid {
  clear: both;
  margin-bottom: 20px;
  padding-right: 10px;
}
.annous-grid li {
  float: left;
  width: 50%;
  padding: 0 19px;
}
.annous-grid li h3 {
  color: #353599;
  font-size: 18px;
  font-weight: 700;
}
.annous-grid li h6 {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #565656;
  margin-bottom: 18px;
}
.annous-grid li p {
  margin-bottom: 10px;
  font-size: 14px; /*font-weight:300; color:#565656;*/
  text-align: justify;
}
.annous-grid li a {
  color: #353599;
}
.annous-grid li a:hover {
  color: #000;
}

.social-calendar1 {
  background: #ededed;
  margin: 0 0 0;
  border-radius: 5px;
}
.social-calendar1 h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: url(../images/blue-bg.png) repeat-x;
  border-radius: 5px;
}
.social-calendar1 h2 span {
  display: block;
  padding: 14px 60px 14px 20px;
  background: url(../images/calendar.png) no-repeat 96% 8px;
}
.social-calendar {
  background: #ededed;
  margin: 0 0 0;
  border-radius: 5px;
}
.social-calendar h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: url(../images/blue-bg.png) repeat-x;
  border-radius: 5px;
}
.social-calendar h2 span {
  display: block;
  padding: 14px 60px 14px 20px;
  background: url(../images/calendar.png) no-repeat 96% 8px;
}
.social-calendar p {
  color: #787878;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 6px;
}
.social-calendar p a {
  color: #787878;
}
.social-calendar p a:hover {
  color: #222;
}
.social-calendar ul {
  clear: both;
  padding: 30px 26px 16px 20px;
}
.social-calendar li {
  margin: 0 0 8px;
  font-size: 0;
}
.social-calendar li h3 {
  overflow: hidden;
} /*  height:20px; */
.social-calendar li figure {
  display: inline-block;
  vertical-align: middle;
  width: 19%;
  height: 54px;
  background: #353599;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-radius: 3px;
  text-align: center;
  padding: 17px 0 0;
  margin-right: 4%;
}
.calendar-data {
  display: inline-block;
  vertical-align: middle;
  width: 77%;
  background: #fff;
  border-radius: 3px;
  padding: 10px;
}
.calendar-data a {
  display: block;
}
.calendar-data a h3 {
  font-size: 14px;
  font-weight: 700;
  color: #353599;
  margin: 0 0 5px 0;
}
.calendar-data a p {
  color: #565656;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  text-align: left;
} /* height: 54px*/

.social-foot {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #ffffff 0%,
    #f7f7fb 35%,
    #f7f7fb 67%,
    #ffffff 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ffffff),
    color-stop(35%, #f7f7fb),
    color-stop(67%, #f7f7fb),
    color-stop(100%, #ffffff)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    #ffffff 0%,
    #f7f7fb 35%,
    #f7f7fb 67%,
    #ffffff 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    #ffffff 0%,
    #f7f7fb 35%,
    #f7f7fb 67%,
    #ffffff 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    #ffffff 0%,
    #f7f7fb 35%,
    #f7f7fb 67%,
    #ffffff 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #f7f7fb 35%,
    #f7f7fb 67%,
    #ffffff 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
  text-align: center;
}
.social-foot ul {
  display: inline-table;
  padding: 18px;
}
.social-foot ul li {
  float: left;
  margin: 0 19px;
  font-size: 13px;
  font-weight: 300;
}
.social-foot ul li figure,
.social-foot ul li p {
  display: inline-block;
  vertical-align: middle;
}
.social-foot ul li figure {
  margin-right: 5px;
}
.social-foot ul li a {
  color: #565656;
}
.social-foot ul li a:hover {
  color: #000;
}

.foot-text {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  border-bottom: #c9c9c9 solid 1px;
  border-top: #c9c9c9 solid 1px;
  padding: 18px 0;
  margin-bottom: 32px;
}
.foot-logos,
.foot-address {
  text-align: center;
}
.foot-logos {
  margin-bottom: 38px;
}
.foot-logos a {
  display: inline-block;
  vertical-align: top;
  margin: 0 18px;
}
.foot-address {
  color: #565656;
  font-size: 13px;
  font-weight: 300;
  padding: 0 0 5px;
}
.bottom {
  background: #ededed;
  padding: 12px 0;
  text-align: center;
  color: #8b8b8b;
  font-size: 11px;
  font-weight: 300;
}
.bottom a {
  color: #8b8b8b;
}
.bottom a:hover {
  color: #000;
}

.cart_row td {
  font: 14px Arial, sans-serif;
  padding: 7px 4px;
}
.cart_row1 td {
  font: 14px Arial, sans-serif;
  padding: 7px 4px;
  background-color: #eeeeee;
}
.order_title th {
  font: bold 14px Arial, sans-serif;
  padding: 14px 4px;
  text-align: left;
  color: #fff;
  background-color: #039;
}
.error_message {
  font: 16px Arial, sans-serif;
  color: #f00;
  padding: 7px 4px;
}
.in_cart {
  position: absolute;
  right: 0px;
  border: 2px solid #06f;
  border-radius: 13px;
  height: 26px;
  width: 26px;
  background: url(/images/cart.png) center no-repeat #fff;
  background-size: 90%;
}
.in_cart_hide {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .fix-width {
    width: 1100px;
  }

  .logo a {
    padding: 15px 65px 18px 0;
  }
  .blue-btn a p,
  .red-btn a p {
    font-size: 18px;
  }
  .header-right-btns li a {
    height: 95.5px;
  }
  .header-right-btns .blue-btn a,
  .header-right-btns .red-btn a {
    padding: 25px 10px 0;
  }

  .tab-content {
    padding: 20px 0 0;
  }
  .pro-list li {
    width: 140px;
  }
  .upsell-recent-section > .pro-list > li {
    width: 134px;
  }

  .top-bar-in {
    padding: 12px 0 9px;
  }
  .logo-wrap,
  .nav-wrap-in,
  .page-body,
  .homefoot {
    padding: 0;
  }
  header {
    padding: 20px 0 0;
  }

  .featured-staff-tab {
    width: 79.5%;
  }
  .newsletter-grid {
    width: 20.5%;
  }
}

@media only screen and (max-width: 1136px) {
  .page-body {
    z-index: 50;
    position: relative;
  }
  .search-wrap {
    width: 380px;
  }
  .fix-width {
    width: 1024px;
  }

  .logo a {
    padding: 15px 45px 18px 0;
  }
  .header-right-btns li a {
    height: 91px;
  }
  .pro-list li {
    width: 130px;
  }
  .upsell-recent-section > .pro-list > li {
    width: 124px;
  }
  .main-menu li {
    font-size: 16px;
  }
  ul.tabs li {
    font-size: 18px;
  }
  .announs-wrap h2,
  .social-calendar h2 {
    font-size: 20px;
  }
  .social-calendar h2 span {
    background-size: 32px;
  }
  .announs-wrap h2 span {
    background-size: 18px;
  }
}

@media only screen and (max-width: 1050px) {
  .main-menu ul li:hover ul.drop_down {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #36369b;
    display: block;
  }
  .fix-width {
    width: 960px;
  }

  .logo a {
    padding: 15px 18px 18px 0;
  }
  .sell-your-book {
    width: 145px;
  }
  .search-feild {
    width: 235px;
  }
  .blue-btn a figure,
  .red-btn a figure {
    margin-right: 5px;
    width: 28px;
  }

  .gray-btn figure {
    padding: 5px;
    margin: auto;
    width: 110px;
  }
  .header-right-btns li a {
    height: 87px;
  }
  .pro-list li {
    width: 148px;
  }
  .upsell-recent-section > .pro-list > li {
    width: 142px;
  }
  .featured-staff-tab {
    width: 72%;
  }
  .newsletter-grid {
    width: 28%;
  }

  .main-menu li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 980px) {
  .search-wrap {
    width: 330px;
  }
  .fix-width {
    width: 820px;
  }

  .sell-your-book {
    width: 140px;
  }
  .search-feild {
    width: 190px;
    padding: 0 10px;
  }
  .search-btn input {
    height: 34px;
    width: 34px;
  }
  .search-in {
    height: 34px;
  }
  .s-list-btn {
    padding: 10px 0 8px;
  }

  .main-menu li {
    font-size: 16px;
  }
  .header-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .header-foot li a {
    height: 87px;
  }
  .header-right,
  .announs-wrap {
    width: 100%;
  }
  .header-right-btns {
    margin: 0 -15px;
  }
  .header-right-btns li {
    float: left;
    width: 33.33344%;
    padding: 0 15px;
    margin-bottom: 0;
  }

  .featured-staff-tab {
    width: 69%;
  }
  .newsletter-grid {
    width: 31%;
  }
  .social-calendar ul {
    padding: 30px 10px 10px;
  }
  .social-calendar li {
    float: left;
    width: 50%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 854px) {
  .fix-width {
    width: 768px;
  }
  .search-feild {
    width: 163px;
  }

  .gray-btn a {
    padding: 13px 10px 0;
  }
  .gray-btn figure {
    width: 100px;
  }
  .header-right-btns li a,
  .header-foot li a {
    height: 75px;
  }
  .blue-btn a,
  .red-btn a {
    padding: 25px 10px 0;
  }
  .header-right-btns .blue-btn a,
  .header-right-btns .red-btn a {
    padding: 20px 10px 0;
  }

  .blue-btn a p,
  .red-btn a p {
    font-size: 16px;
  }
  .blue-btn a figure,
  .red-btn a figure {
    width: 26px;
  }
}

@media only screen and (max-width: 800px) {
  .fix-width {
    width: 690px;
  }

  .top-right {
    padding: 0;
  }
  .logo {
    width: 50%;
  }
  .logo a {
    padding: 15px 0;
  }
  .search-wrap {
    clear: both;
    margin: 0 0 15px;
  }
  .search-in {
    height: 30px;
  }
  .s-list-btn {
    padding: 8px 0 3px;
    width: 20px;
  }
  .search-btn input {
    height: 30px;
    width: 30px;
  }
  .search-in a,
  .top-left li {
    font-size: 13px;
  }

  .mobi_menu {
    display: inline-block;
    margin: 12px 0;
    cursor: pointer;
  }
  .mobi_menu a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    padding: 0 20px;
  }
  .mobi_menu a:hover {
    color: #fb9932;
  }
  .mobi_menu a:hover span {
    background: #fb9932;
    box-shadow: 0px 5px 0px #fb9932, 0px 10px 0px #fb9932;
  }
  .mobi_menu span {
    display: inline-block;
    height: 2px;
    border-radius: 4px;
    background: #fff;
    width: 30px;
    vertical-align: top;
    margin: 6px 5px 0 0;
    box-shadow: 0px 5px 0px #fff, 0px 10px 0px #fff;
  }
  .mobi_menu p {
    display: inline-block;
    margin: 1.3px 0;
    padding: 0;
  }

  .main-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #e35a26;
  }
  .main-menu ul {
    margin: 0;
    padding: 20px 10px;
    text-align: center;
  }
  .main-menu ul li {
    float: none;
    border-right: 0;
    border-bottom: #fff dotted 1px;
    margin: 0;
  }
  .main-menu ul li ul.drop_down {
    position: absolute;
  }

  .main-menu li a {
    padding: 10px;
  }
  .main-menu li a:hover {
    color: #000;
  }

  .main-menu ul li:hover ul.drop_down {
    position: relative;
    top: 2px;
    left: 0px;
    background-color: #36369b;
    display: block;
  }

  .header-foot,
  .header-right-btns {
    margin: 0 -5px;
  }
  .header-right-btns li,
  .header-foot li {
    padding: 0 5px;
  }

  .social-foot ul {
    padding: 18px 0;
  }
  .social-foot ul li {
    margin: 0 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 720px) {
  .fix-width {
    width: 610px;
  }

  .featured-staff-tab {
    width: 100%;
  }
  .newsletter-grid {
    width: 100%;
  }

  .news-row {
    float: left;
    margin: 0 0 12px;
    padding: 0 10px;
    width: 50%;
  }
  .news-submit {
    clear: both;
  }

  .annous-grid {
    padding-right: 0;
  }
  .annous-grid li {
    padding: 0 10px 20px;
    width: 100%;
  }
  .annous-grid li h6 {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 640px) {
  .fix-width {
    width: 510px;
  }

  .header-right-btns li a,
  .header-foot li a {
    height: 89px;
  }
  .social-calendar li {
    width: 100%;
  }
  .social-foot ul li {
    float: left;
    width: 50%;
    margin: 8px 0;
    text-align: left;
  }
}

@media only screen and (max-width: 540px) {
  .fix-width {
    width: 450px;
  }
  .logo-wrap.fix-width.clearfix {
    margin-top: 74px;
  }

  .top-left,
  .top-right {
    width: 100%;
    text-align: center;
  }
  .top-right {
    padding: 15px 0 0;
  }
  .logo {
    width: 60%;
    float: none;
    margin: auto;
  }
  .search-wrap {
    float: none;
    margin: 0 auto 15px;
    height: 40px;
    width: 320px;
  }

  .sell-your-book {
    width: 75px;
  }
  .blue-btn a p,
  .red-btn a p {
    font-size: 14px;
  }
  .pro-list li {
    width: 145px;
  }
  .upsell-recent-section > .pro-list > li {
    width: 139px;
  }
}

@media only screen and (max-width: 480px) {
  .fix-width {
    width: 390px;
  }
  .pro-list li {
    width: 126px;
  }
  .upsell-recent-section > .pro-list > li {
    width: 120px;
  }
  .news-row {
    float: none;
    width: 100%;
  }
  .social-calendar li {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 420px) {
  .fix-width {
    width: 330px;
  }

  .header-foot li,
  .header-right-btns li {
    width: 100%;
    margin-bottom: 7px;
  }
  .header-right-btns li a,
  .header-foot li a {
    height: 70px;
  }
  .header-right-btns .blue-btn a,
  .header-right-btns .red-btn a {
    padding: 17px 10px 0;
  }
  .blue-btn a,
  .red-btn a {
    padding: 22px 10px 0;
  }

  .pro-list li {
    width: 48%;
  }
  ul.tabs li {
    font-size: 16px;
  }
  .social-calendar li {
    padding: 0;
  }
  .social-foot ul li {
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .fix-width {
    width: 250px;
  }

  .search-wrap {
    width: 290px;
  }
  .search-in a {
    padding-right: 3px;
  }
  .search-feild {
    width: 148px;
  }
}
.add_stu {
  width: auto;
  height: auto;
  color: #000;
  font-size: 20px;
  padding: 0px 5px;
  line-height: 20px;
}
