@charset "UTF-8";

body {
  color: #292929;
  font-family: "Arial";
  font-size: 13px;
  line-height: 1.38em;
  margin: 20px 0 0 0;
}

h1, h2, h3, h4, h5, h6, .h1 {
  font-weight: 500;
}

h5 {
  font-size: 16px;
}

h4 > a {
  color: #292929;
  text-decoration: none;
  transition: color 300ms ease-in-out 0s;
}

h4 a:hover {
  color: #FA5B15;
  text-decoration: none;
}

.row.language {
  text-align: right;
}

.row.language .switcher {
  width: 160px;
  margin-left: auto;
  margin-right: 30px;
}

.languageLayer {
  display: none;
  position: absolute;
  width: 150px;
  background: #4499D9;
  border: 0.5px solid #fff;
  height: 180px;
  z-index: 9999;
  padding: 10px 20px 20px;
}

.languageLayer a {
  color: #fff;
}

.languageLayer img {
  padding-left: 10px;
}

.line {
  border-bottom: 1px solid #CDD1D0;
  display: block;
  margin: 0 0 25px;
}

.line .sub-line {
  display: block;
  margin-bottom: -1px;
  width: 51px;
  border: 2px solid #428BCA;
}

footer {
  padding: 30px 0;
}

.logo {
  background-image: url(../images/logo_globeEdit.png);
  width: 194px;
  height: 77px;
}

.col-lg-9 p {
  font-size: 15px;
}

.nav-pills a {
  font-size: 14px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .logo {
    background-image: url(../images/logo_globeEdit_px2.png);
    background-size: 194px 77px;
  }
}

header {
  border-bottom: 1px solid #4C4F55;
  background: #fff;
}

form p {
  margin: 10px 0 0 0;
}

.navbar-brand {
  display: block;
  width: 194px;
  height: 77px;
}

.navbar-default {
  background: none !important;
  border: none !important;
}

.navbar {
  margin: 0;
  #height: 79px;
  min-height: 79px;
}

.navbar-inverse {
  background-color: #fff;
  border-color: #080808;
}

.navbar-nav > li > a {
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 110%;
  text-transform: uppercase;
  color: #292929 !important;
  background: #FFFFFF;
  transition: color 300ms ease-in-out 0s;
  height: 85px;
  line-height: 46px;
  max-width: 220px;
}

.navbar-nav > li > a:hover {
  color: #fff !important;
  background: #428BCA !important;
}

.nav-pills > li > a {
  color: #292929 !important;
  transition: color 300ms ease-in-out 0s;
}

.nav-pills> li > a:hover {
  color: #fff !important;
  background: #428BCA !important;
}

.container-full.teaser {
  background-image: url(../images/teaser-1.jpg);
  background-size: cover;
  height: 215px;
  margin: 5px 0 0 0;
  border-top: 1px solid #1A3560;
  border-bottom: 1px solid #1A3560;
}

.teasertext1, .teasertext2, .teasertext3 {
  display: none;
  background: #4499d9;
  border: 0.5px solid #fff;
  width: 300px;
  font-size: 0.8em;
  color: #fff;
  margin: 50px 0 0 50px;
  padding: 10px;
}

.container-full {
  font-size: 14px;
  line-height: 17px;
}

.col-lg-3 {
  margin: 25px 0 0;
}

footer {
  background: #1a3560;
  border-top: 7px solid #4499d9;
  margin: 50px 0 0 0;
  height: 100px;
  color: #818181;
}

footer a {
  transition: color 300ms ease-in-out 0s;
  color: #A2A2A2;
}

footer a:hover {
  color: #FA5B15;
  text-decoration: none;
}

footer ul.social-icons-mono {
  height: 24px;
}

footer ul.social-icons-mono li {
  float: left;
  height: 24px;
  list-style: none outside none;
  margin: 0;
  width: 24px;
  margin: 0 0 0 10px;
}

footer ul.social-icons-mono li a {
  display: block;
  opacity: 0.31;
  transition: opacity 200ms ease-in-out 0s;
}

footer ul.social-icons-mono li a:hover {
  display: block;
  opacity: 0.70;
}

.nav-stacked {
  margin: 0 0 20px;
}

.nav-pills > li {
  background: transparent;
  border-top: 1px dashed #E9E9E9;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background: transparent;
  color: #292929;
}

.nav-pills > li a {
  color: #292929;
  font-weight: normal;
}

.nav-pills > li a:hover {
  color: #4499d9;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url("../images/back-top-btn.png") no-repeat;
}

#toTopHover {
  background: url("../images/back-top-btn.png") no-repeat;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
  outline: none;
}

input[type=submit] {
  margin: 7px 5px 1px 1px;
  padding: 6px 22px;
  font-weight: bold;
  color: #FFF;
  font-size: 9pt;
  letter-spacing: 0.1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 6px #FFF;
  background: #428BCA;
}

input[type=submit] {
  padding: 4px 12px;
}

input[type=submit]:hover {
  background: #3276b1;
}

.user_form form input[type=text], #context form input[type=password] {
  width: 270px;
}

.user_form form input[disabled] {
  background: #DDD;
  border-color: #ccc;
}

.user_form form input[type=submit] {
  border: none;
  margin: 10px 0;
  display: block;
}

.user_form form .form_row {
  display: block;
  clear: left;
  margin: 15px 0;
}

.user_form form label {
  width: 160px;
  display: block;
  float: left;
  color: #757575;
  font-size: 9pt;
  overflow: hidden;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 3px 20px 0 0;
  margin: 0;
  letter-spacing: 0;
}

.user_form form .smallhinttxt {
  display: block;
  padding: 3px 0 0 185px;
  font-size: 0.9em;
}

.user_form form label.error {
  color: #e00000;
  display: block;
  width: 100%;
  font-weight: bold;
  margin: 0 0 9px 180px;
  font-size: 0.9em;
}

.user_form form input.error, #context form textarea.error {
  color: #e00000;
  border: 1px solid #e00000;
  background: #fff1f3;
}

.user_form form label.small {
  width: 130px;
}

#flash_notice, .flash_notice {
  background: none repeat scroll 0 0 #548D98;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 0 11px;
  padding: 4px 9px;
}

form .form_row {
  clear: left;
  display: block;
  margin: 15px 0;
}

form label {
  width: 160px;
  float: left;
  color: #757575;background: #FFFFFF;
  font-size: 9pt;
  overflow: hidden;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 3px 20px 0 0;
  margin: 0;
  letter-spacing: 0;
}

form .smallhinttxt {
  display: block;background: #FFFFFF;
  padding: 3px 0 0 185px;
  font-size: 0.9em;
}

form label.error {
  color: #e00000;
  display: block;
  width: 100%;
  font-weight: bold;
  margin: 0 0 9px 180px;
  font-size: 0.9em;
}

form input.error, form textarea.error {
  color: #e00000;
  border: 1px solid #e00000;
  background: #fff1f3;
}

form label.small {
  width: 130px;
}

form input[type=text], form input[type=password], form textarea {
  width: 255px;
}

form input[disabled] {
  background: #DDD;
  border-color: #ccc;
}

.partner {
  width: 100%;
  border: 0;
}

.partner tr {
  text-align: center;
}

.partner p {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 7px;
  margin: 7px;
  text-align: center;
}

.priceSup {
  font-size: 0.8em;
  line-height: 1;
  padding-right: 3px;
  top: 0.275em;
  vertical-align: text-top;
}

.product_listing td {
  text-align: left;
  vertical-align: top;
  padding: 15px 0 10px 20px;
}

.product_listing td.text {
  padding: 15px 0 10px 15px;
}

.product_listing td.price {
  width: 75px;
  text-align: right;
}

.product_listing td.price h3, .product_listing td.text h3 {
  font-size: 17px;
}

.product_listing td.price h3, .product_listing td.text h3 {
  font-size: 16px;
}

.product_listing td.text h4 {
  font-size: 16px;
}

.product_listing tr {
  border-bottom: 1px solid #D7D7D7;
}

#searchbar {
  padding: 40px 0 0;
}

.book_price_detail {
  font-size: 23px !important;
}

@media (max-width: 767px) {
    /*.content {
      margin-top: 0;
    }*/
  .navbar-nav > li > a {
    height: 36px;
    line-height: 10px;
  }

}

.e-brochure {
  padding: 10px 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
}

/* Catalog styles */
.product-details .product-text h3 {
  font-size: 16px;
}

.product-details .product-text a {
  font-size: inherit !important;
}

.product-details .product-text h4 {
  font-size: 14px;
}

.product-details .product-price h3 {
  font-size: 18px;
  font-weight: 600;
}

#product-details-page .product-details h3 {
  font-size: 18px;
}

#product-details-page .product-details h4 {
  font-size: 16px;
  font-weight: 400;
}

/* Bijay's css */
.site-wrapper {
  min-width: 320px;
  overflow: hidden;
}

.site-sidebar form input[type="text"],
.site-sidebar form input[type="email"],
.site-sidebar form input[type="password"],
.site-sidebar form textarea {
  width: 100%;
}

.form_row {
  overflow: hidden;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
}

@media (max-width: 767px){
  .product-listing .product {
    width: 100%;
  }

  #product-details-page .product-wrapper .img-wrapper,
  #product-details-page .product-wrapper .product-details {
    display: block;
  }

  #product-details-page .img-wrapper img {
    width: 100%;
    height: auto;
  }

  #product-details-page .img-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  #product-details-page .product-details {
    padding-left: 0;
  }

  .product-wrapper .book_thumb {
    width: 100px;
  }
}

@media (min-width: 768px){
  .product-wrapper .book_thumb {
    width: 150px !important;
  }
}

@media (min-width: 992px){
  .product-wrapper .img-wrapper .book_thumb {
    width: 180px !important;
  }
}

@media(max-width: 991px){

  .navbar-default {
    border-radius: 0;
  }

  .navbar-header {
    float: none;
    width: 100%;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-toggle,
  .navbar-collapse.in {
    display: block !important;
  }

  .navbar-nav {
    float: none !important;
  }

  .navbar-nav.shadow.rounded {
    box-shadow: none;
    border-radius: 0;
  }

  .nav>li {
    float: none;
  }

  .navbar-nav > li > a {
    line-height: normal;
    padding: 10px;
    max-width: 100%;
    height: auto;
  }
}
