@import url(//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import "animate.css";
@import url('https://fonts.googleapis.com/css?family=Cormorant:400,400i,500,500i,600,600i');
@import url('https://fonts.googleapis.com/css?family=Concert+One');
/*========================================================
                      Main Styles
=========================================================*/
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.body__mod {
  background: url("../images/parallax1.jpg") no-repeat;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
  color: inherit;
  font-size: 20px;
}
.txt-clr1 {
  color: #fff;
}
.txt-clr2 {
  color: #333333;
}
.txt-clr3 {
  color: #fe8315;
}
.txt-clr4 {
  color: #edb712;
}
.txt-clr5 {
  color: #1abfa4;
}
.txt-clr5 {
  color: #262626;
}
.clr-primary {
  color: #26dac3;
}
.clr-secondary {
  color: #fbbe04;
}
.clr-secondary a:hover {
  color: #26dac3;
}
.ttu {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .ins767 {
    padding-left: 8%;
    padding-right: 8%;
  }
}
em {
  font-style: normal;
}
.md-add {
  margin-top: -19px;
}

/*==================   Block-icon     ===================*/
.block-icon {
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 17px 0px 20px;
  position: relative;
}
.lt-ie9 .block-icon {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
  zoom: 1;
}
.block-icon:hover .icon {
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.block-icon .block_caption {
  color: #fff;
  padding-left: 77px;
}
.block-icon .block_caption a {
  margin-top: 2px;
}
.block-icon .icon {
  position: absolute;
  left: 21px;
  top: 26px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-icon .icon .fa:before {
  font: 400 42px/28px 'FontAwesome';
  color: #2ba2d2;
}
.block-icon__skin {
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.block-icon__skin .icon {
  position: absolute;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  left: 0px;
  top: 20px;
  background: #fbbe04;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-icon__skin .icon .fa:before {
  font: 400 30px/65px 'FontAwesome';
  color: #fff;
}
.block-icon__skin .block_caption {
  padding: 0px 10px 0px 82px;
}
.block-icon__skin + .block-icon__skin {
  margin-top: -10px;
}
.block-icon__skin__mod .icon {
  width: 82px;
  height: 82px;
  line-height: 82px;
  top: 20px;
}
.block-icon__skin__mod .icon .fa:before {
  font: 400 36px/82px 'FontAwesome';
}
.block-icon__skin__mod .block_caption {
  padding: 0px 10px 0px 100px;
}
.block-icon__mod {
  background: #1abfa4;
}
/*==================    P404   =================*/
.p404 {
  padding-top: 22px;
  padding-bottom: 74px;
}
.p404 h1 {
  font-size: 120px;
}
.p404 h1 em {
  font-size: 70px;
  text-transform: none;
  display: block;
  margin-top: -25px;
}
.p404 * + p {
  margin-top: 29px;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside img {
  margin-right: 30px;
}
@media (max-width: 479px) {
  .box_aside {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box_aside {
    float: none;
    text-align: center;
  }
}
.btn-wr-header {
  float: right;
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  padding: 15px 0px 15px;
  border-top: 3px solid #25a1d4;
  background: #fff;
  border-bottom: 3px solid #25a1d4;
}
.isStuck {
  background: #333333;
  padding: 0px 0;
  z-index: 999;
  box-shadow: 0 1px 2px #bbb;
}
@media only screen and (max-width: 992px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu ul {
  top: 40px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
/*==================     ToTop     ======================*/
.toTop {
  width: 47px;
  height: 47px;
  font-size: 24px;
  line-height: 47px!important;
  font-weight: 700;
  color: #fff!important;
  background: #1eaf9d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #333333;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: scale(1.2);
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  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: '\f065';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 20px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
  zoom: 1;
}
.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);
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.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;
  color: #fff;
  padding-top: 88px;
  padding-bottom: 88px;
  background: #00000073;
}
.parallax_cnt * + .row {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .parallax_image,
  .parallax_pattern {
    background-position: 60% center;
	height:100%!important;
  }
}
.parallax2 .parallax_cnt {
  padding-bottom: 42px;
}
.parallax2 .parallax_cnt * + .row {
  margin-top: 24px;
}
.parallax2__mod .parallax_cnt {
  padding-bottom: 50px;
}
.parallax3 .parallax_cnt {
  padding-top: 140px;
  padding-bottom: 154px;
}
@media (max-width: 767px) {
  .parallax3 .parallax_cnt {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.parallax3 .parallax_cnt h1 + .btn {
  margin-top: 36px;
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -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: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #a5bfd2;
  background: rgba(43, 54, 67, 0.97);
  font-size: 14px;
  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='#ff2b3643', endColorstr='#ff2b3643');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3643', endColorstr='#ff2b3643');
  zoom: 1;
}
.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: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #313e4e;
  color: #ffffff;
}
.rd-mobilemenu_ul a:hover {
  background: #26dac3;
  color: #ffffff;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px 'FontAwesome';
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #2b3643;
  color: #a5bfd2;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
  border: none;
  padding-top: 14px;
  padding-bottom: 16px;
}
.rd-mobilemenu_ul ul ul {
  border: none;
  box-shadow: none;
  background: transparent;
}
.rd-mobilemenu_ul ul ul li {
  border: none;
  box-shadow: none;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
  color: inherit;
  padding-top: 14px;
  padding-bottom: 16px;
  border: none;
  box-shadow: none;
}
.rd-mobilemenu_ul ul ul a.active {
  background: #313e4e;
  color: #ffffff;
}
.rd-mobilemenu_ul ul ul a:hover {
  background: #26dac3;
  color: #ffffff;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #2b3643;
  color: #ffffff;
  -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;
  padding-left: 10px;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
  background-color: #252e3a;
  border: 1px solid #ffffff;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.rd-mobilepanel_toggle:hover {
  -moz-box-shadow: inset 0 0 10px -2px #ffffff;
  -webkit-box-shadow: inset 0 0 10px -2px #ffffff;
  box-shadow: inset 0 0 10px -2px #ffffff;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
.screenDesktopBottom{background:#fff;text-align:center;}
.header_banner_bg {
  background: url("../images/Untitled-2.png"), #ffffff center top no-repeat!important;

  background-attachment: fixed;
  background-size: 100% 100%!important;
    background-position: 50% 2%!important;
    background-repeat: no-repeat!important;

}
@media (max-width: 979px) {
  header {
    background-attachment: scroll;
  }
}
header * + .row {
  margin-top: 72px;
}
header .btn-wr-header {
    float: left;
    width:14%;
    margin: -21px 0px 0px 5px;
  position:relative;
}
header .btn-wr-header .btn + .btn {
  margin-left: 5px;
}

.header__mod {
  padding-bottom: 0;
}
main {
  background: #fff;
}
footer {
  padding-top: 55px;
  background: #262626;
}
footer h5 + ul {
  margin-top: 9px;
}
footer ul li a {
  color: #fff;
}
footer .social .fa {
  padding-left: 23px;
  font-family: 'PT Sans', sans-serif;
  position: relative;
}
footer .social .fa:before {
  font-size: 13px;
  position: absolute;
  color: #9e9e9e;
  top: 0;
  left: 0;
}
footer .fb-plug-wr {
  margin-top: -20px;
  min-height: 225px;
}
footer hr {
  display: block;
  border: none;
  height: 1px;
  width: 100%;
  background: #464646;
  margin-top: 35px;
}
footer .navbar-brand {
  padding-left: 0px;
  float: none;
  display: inline-block;
  color: #fff;
}

footer .navbar-brand a {
  font-size: 20px;
}
footer .navbar-brand a:hover,
footer .navbar-brand a:focus {
  color: #25a1d4;
  text-decoration: none;
}
footer .rights {
  display: inline-block;
  margin-left: 5px;
  float:right;
}
.center767 .txt-clr1{color:#25a1d4;font-size:18px;font-weight:600;}

/****Custom CSS******/
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border: none;
    margin-bottom: 10px;
}
.tab .nav-tabs li a{
    padding: 5px 20px;
    margin-right: 15px;
    /* background: #f8333c; */
    font-size: 15px;
    font-weight: 600;
    color: #545454;
    text-transform: capitalize;
    border: none;
    border: 1px solid #e0e0e0;
    /* border-bottom: 1px solid #e0e0e0; */
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
    border: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #fff!important;
    color: #f8333c!important;
    box-shadow: 0px 2px 6px 0px #e0e0e0!important;
}
.tab .nav-tabs li a:before{
    content: "";
    border-top: 41px solid #d0d0d0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 0;
    left: -50%;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before{ left: 0; }
.tab .nav-tabs li a:after{
    content: "";
    border-bottom: 0px solid #f8333c;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    position: absolute;
    bottom: 0;
    right: -50%;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li.active a:after{ right: 0; }
.tab .tab-content{padding: 20px 30px;border-top: 3px solid #384d48;border-bottom: 3px solid #384d48;font-size: 17px;
    color: #384d48;/* letter-spacing: 1px; */position: relative;}
.tab .tab-content:before{
    content: "";
    border-top: 25px solid #384d48;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;top: -1px;left: 0;}
.tab .tab-content:after{
    content: "";
    border-bottom: 25px solid #384d48;
    border-left: 25px solid transparent;
    border-top: 25px solid transparent;
    position: absolute;bottom: 0;right: 0;}
	.tab .tab-content h3{font-size: 24px;margin-top: 0;color:#f8333c;}
	
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}


/******** CSS ***********/
#featured_books{background:#fff;padding:10px 0px;}
.tab_left_sec{margin-top:50px;-webkit-transition: 1s ease-in;
-moz-transition: 1s ease-in;
-o-transition: 1s ease-in;
transition: 1s ease-in;}
.tab_left_sec li{width:100%;float:left;margin:0px 0px 5px 0px!important;-webkit-transition: 1s ease-in;
-moz-transition: 1s ease-in;
-o-transition: 1s ease-in;
transition: 1s ease-in;}
.thumbnail a img{width:100%;height:250px;}
.align_center{text-align:center;}
.align_center h5{font-weight: 700; font-family: 'Roboto', sans-serif;text-transform: capitalize;}
.footer_logo_sec .logo{max-height: 80px; border-radius: 5px;}

.btn_signin{background: #fff;border:3px solid #2ba2d2;border-left:4px solid #2ba2d2;border-right: 4px solid #2ba2d2;padding: 2px 10px;font-size: 16px;
    border-radius: 0px 0px 5px 5px;color:#25a1d4;font-weight:600;}
.btn_cart{background: #fff;border: 3px solid #2ba2d2;border-left: 4px solid #2ba2d2;border-right: 4px solid #2ba2d2;padding: 3px 10px;font-size: 16px;
    border-radius: 0px 0px 5px 5px;color:#25a1d4;}
.btn_cart:hover{color: #ffffff;background-color: #25a1d4!important;border-color: #940f14;}
.btn_cart:hover .badge{background-color: #fff!important;color: #25a1d4!important;}

.btn_account{background: #fff;border: 3px solid #2ba2d2;border-left: 4px solid #2ba2d2;border-right: 4px solid #2ba2d2; padding:7px 10px;font-size: 16px;border-radius: 0px 0px 5px 5px;color: #25a1d4;margin: 0px 0px 0px 5px;}
.btn_account:hover{color: #ffffff;background-color: #25a1d4; border-color: #2ba2d3;}


/******Details Page CSS*******/
.table_details tr{width:100%;float:left}
.table_details tr td{float:left}
.well{background:#00000073;padding-bottom: 120px;}
.details_img_sec{width:80%;margin:0 auto; }
.rotate
{	width:100%;
	/*height:600px;*/
-webkit-transition: 1s ease-in;
-moz-transition: 1s ease-in;
-o-transition: 1s ease-in;
transition: 1s ease-in;
    overflow: hidden;
	border-radius: 5px;
    border: 5px solid #cccccc6e;
    box-shadow: 0px 3px 12px 3px #0000002b;
}

.rotate a img{width:100%;float:left;height: 100%;}
.front{width:100%;float:left;height:100%;}
/*.rotate:hover
{-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}*/

/*.rotate:hover > .front
{display:none;}*/

.rear
{   width:100%;
	height:600px;
	display:none;
/*-webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);*/
	background:url(../images/history/images.jpg);
	background-size:100% 100%;
	position:relative;
}
.detail_image_album {width:100%;float:left;background:#ccc;}
/*.rotate:hover > .rear
{display:block;}*/

.chapter_Content{width: 98%; background: #ffffffe0;height: 100%;text-align: center; padding: 40px 10px; margin: 0px auto;}

/*****Related Slider****/
.carousel-inner { margin: auto; width: 100%; }
.carousel-control 			 { width:  4%; }
.carousel-control.left,
.carousel-control.right {
  background-image:none;
}
 
.glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  margin-top:-10px;
  margin-left: -10px;
  color: #444;
}

.carousel-inner {
  a {
    display:table-cell;
    height: 180px;
    width: 200px;
    vertical-align: middle;
  }
  img {
    max-height: 150px;
    margin: auto auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }

}
@media (min-width: 767px) and (max-width: 992px ) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 992px ) {
  
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(16.7%, 0, 0);
      transform: translate3d(16.7%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-16.7%, 0, 0);
      transform: translate3d(-16.7%, 0, 0);
  }
  
}





#open_btn{display:none;}

/******/
.carousel-control{width: 0%!important;}
.carousel-control.right{right:-5px; }
.item .thumbnail a img{width:220px; border: 1px solid #ccc}
.related_image{padding:30px 0px 50px 0px;}
.dash_line{width: 5%;margin: 0 auto 20px auto; border:1px solid #d71921;}


/******Conact US CSS*********/

.contact_form{width:100%;float:left;margin: 30px 0px; padding: 30px; border: 6px solid #f2f2f2; border-radius: 1px;}
.messages h2{color: #000;font-weight: 400;}
.messages h2 span{color:#d71921;font-weight:600;}



.contact_details{width:100%;float:left; padding:20px;border: 6px solid #f2f2f2; border-radius: 1px;margin: 30px 0px;text-align: center;}
.contact_details h2 span{color:#d71921;font-weight:600;}

.faq_sec{width:100%;float:left;padding: 20px;margin: 30px 0px;border: 2px solid #f2f2f2;border-radius: 7px;min-height:400px;}
.faq_sec h2{margin:0px 0px;padding:0px 0px;text-transform:capitalize;}
.faq_sec h2 span{color:#d71921;font-size:30px;}
.faq_sec p{padding:5px 0px;margin:0px;font-size:16px;text-align:justify;}
.faq_sec h4{color: #2ba2d2;padding: 10px 0px 0px 0px;;}




/****categories****/
#categories{padding:10px 0px;}
.page_title{width:100%;float:left;}
.page_title h2{text-align:center;}
.catergories_sec{width: 100%;float: left;margin:10px 0px;padding: 0px;box-shadow: -1px -1px 18px 7px #f2f2f2; border: 1px solid #f2f2f2;}
.catergories_sec h4{text-align: center;background: #2ba2d2;color: #fff;padding: 10px 0px;margin: 0px 0px;    }
.catergories_para{width:100%;float:left;padding: 15px 10px;background: #fff;box-shadow: 0px 3px 5px #ccc;}
.catergories_para p{margin:0px;padding:0px;}

/**********/
.scroll_img{ -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;}
.scrollup{width: 50px;height: 50px;position: fixed;bottom:50px;right:50px;display: none;background: url('../images/books-stack_top.png') no-repeat!important;background-size:100% 100%!important;
 -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;}
.scrollup:hover{width: 50px;height: 50px;background: url('../images/top1_new.png') no-repeat!important;background-size:100% 100%!important;}

/********************/

#login-form{width:350px; background:#FFF; margin:0 auto; margin-top:10px; background:#f8f8f8; overflow:hidden; border-radius:7px}
.form-header{display:table; clear:both}
.form-header label{display:block; cursor:pointer; z-index:999;font-weight: 400;}
.form-header li{margin:0; line-height:40px; width:175px; text-align:center; background:#ff7076; font-size:18px; float:left; transition:all 600ms ease;color: #fff;}

/*sectiop*/
.section-out{width:700px; float:left; transition:all 600ms ease}
.section-out:after{content:''; clear:both; display:table}
.section-out section{width:350px; float:left}

.login{padding:20px}
.ul-list{clear:both; display:table; width:100%}
.ul-list:after{content:''; clear:both; display:table}
.ul-list li{ margin:0 auto; margin-bottom:12px}
.input{background:#fff; transition:all 800ms; width:247px; border-radius:3px 0 0 3px; font-family: 'Ropa Sans', sans-serif; border:solid 1px #ccc; border-right:none; outline:none; color:#999; height:40px; line-height:40px; display:inline-block; padding-left:10px; font-size:16px}
.input,.login span.icon{vertical-align:top}
.login span.icon{width:50px; transition:all 800ms; text-align:center; color:#999; height:40px; border-radius:0 3px 3px 0; background:#e8e8e8; height:40px; line-height:40px; display:inline-block; border:solid 1px #ccc; border-left:none; font-size:16px}
.input:focus:invalid{border-color:red}
.input:focus:invalid+.icon{border-color:red}
.input:focus:valid{border-color:green}
.input:focus:valid+.icon{border-color:green}
#check,#check1{top:1px; position:relative}
.btn_mdl{border:none; outline:none; background:#ef6a38; border-bottom:solid 4px #c13500; font-family: 'Ropa Sans', sans-serif; margin:0 auto; display:block; height:40px; width:100%; padding:0 10px; border-radius:3px; font-size:16px; color:#FFF}

.social-login{padding:15px 20px; background:#f1f1f1; border-top:solid 2px #e8e8e8; text-align:right}
.social-login a{display:inline-block; height:35px; text-align:center; line-height:35px; width:35px; margin:0 3px; text-decoration:none; color:#FFFFFF}
.form a i.fa{line-height:35px}
.fb{background:#305891} .tw{background:#2ca8d2} .gp{background:#ce4d39} .in{background:#006699}
.remember{width:49%; display:inline-block; clear:both; font-size:14px}
.remember:nth-child(2){text-align:right}
.remember a{text-decoration:none; color:#666}
.hide{display:none}


/*swich form*/
#signup:checked~.section-out{margin-left:-350px}
#login:checked~.section-out{margin-left:0px}
#login:checked~div .form-header li:nth-child(1),#signup:checked~div .form-header li:nth-child(2){background:#e8e8e8}
.modal-backdrop{z-index:9;}
.in{background: transparent;}

#login:checked~div .form-header li:nth-child(1), #signup:checked~div .form-header li:nth-child(2){background: #25a1d4;color: #fff;}
.social_in{background:#007bb6;}


/***Title Banner***/
.banner_title{font-size:72px;font-weight:600;margin-top:150px;font-family: 'Cormorant', serif;font-style: italic;}
.banner_title em{font-size: 50px;font-family: 'Concert One', cursive;}



/**************/
.left_search{border: 1px solid #ffeaeb;margin-top: 52px;padding: 10px 10px;box-shadow: 0px 0px 4px -2px #828282;}
.glyphicon { margin-right:5px; }
.thumbnail{margin-bottom: 20px;padding: 0px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
.list-group-item{width: 100%!important;}
.item .list-group-item{float: none;}
.item.list-group-item .list-group-image{margin-right: 10px;}
.item.list-group-item .thumbnail{margin-bottom: 0px;}
.item.list-group-item .caption{padding: 9px 9px 0px 9px;}
.search_details_sec{float: left;text-align: left;margin: 0px 10px;width:80%;}
.right_search{margin-bottom: 15px;}


/*.item.list-group-item .caption{padding: 0px 0px 0px 150px;}*/
.item.list-group-item:before, .item.list-group-item:after{display:table;content:" ";}
.item.list-group-item img{float: left;}
.item.list-group-item:after{clear: both;}
.list-group-item-text{margin: 0 0 11px;}
.btn_group_grd{width:auto;float:right;margin-top: -10px;}
.btn_group_grd a{background: #2ba2d2;}
.btn_group_grd a:focus{background: #2ba2d2;}

.filter_sec{width:100%;float:left;color: #000;font-weight: 600;}
.filter_sec{font-size: 18px;}
.filter_sec i{color: #2ba2d2;}
.btn_close{float:right;background:transparent;border:1px solid #ddd;color:#2ba2d2;}
.filter_title {width:100%;float:left;}
.filter_title h3{color:#2f2f2f;}
.filter_title i{color: #2ba2d2;}
.form-control{color: #2ba2d2!important;}
.left_search .dropdown-menu{background:#f5f5f5!important;}
.ms-ctn .ms-sel-item{color:#a20404!important;}
.ms-ctn .ms-sel-item{color:#a20404!important;}

.digital_img_sec{position: absolute;left: 30px;width: 30%;}
.digital_img_sec2{position: absolute;right: 30px;width: 28%;}
.navbar-nav{ background: #25a1d4; margin: 0 auto;border-radius:0px 0px 6px 6px;box-shadow: 0px -6px 10px 3px #ab0f1547}


#categories_sec{background-image:url('../images/categories_bg.png');background-attachment: fixed;}
.list_content{width: 100%;float: left;background: #bdbdbd63;padding: 0px 0px 10px 0px;box-shadow: 0px 2px 5px #313131; border-radius: 4px 4px 5px 5px; border: 1px solid #848484;border-top:none;}
#footer_logo_section{background: #fff; padding-bottom: 15px;padding-top: 15px;}
.parallax_image{background-image: url(../images/about_us.png); background-color: inherit; height: 500px; transform: translate3d(0px, -5.00462px, 0px);background-attachment:fixed;}

/*******27.09.2018*****/

#categories{background:url(../images/categories.png);background-attachment: fixed;background-size: 100% 100%;}
.subcatergries{display:none;  -moz-transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;}
.subcatergries > li{float:right;margin-top: -1px!important;width: 94%; margin-left: 15px!important;margin-bottom: 0px !important;}
.subcatergries > li > a{font-size: 14px!important;border-top: 0px !important;display: block;text-decoration: underline;}
.tab_left_sec > li:hover .subcatergries{display:block;  -moz-transition: 0.5s;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;}

.subcatergries > li > a, .subcatergries > li > a:hover{border-top: 0px !important;}
.subcatergries > li > a:before{content: " "; border-top:0 solid #d0d0d0!important;}

.loading_img{position: absolute; z-index: 9; width: 100%; height: 100%;text-align: center; padding: 10% 0px;display: none;}


/***CSS date:-8/11/2018****/
.cart-section{position:relative;}
.cart-section ul li a{padding:0px 10px 5px 10px;}
.badge {background-color: #25a1d4;border-radius: 10px;color: white;display: inline-block; font-size: 12px;line-height: 1;padding: 3px 7px;text-align: center; vertical-align: middle;white-space: nowrap;margin: 0px 5px;}


.cart-section .dropdown-menu {right: 2px;left:-216px;background-color: #ffffff; width: 334px;border: 2px solid #25a1d4;padding: 5px 7px; box-shadow: -3px 2px 11px -1px #ccc; border-radius: 3px;top: 40px;position:absolute;}
.cart-section .item{float: left;padding: 5px 0px;border-bottom: 1px solid #eee;}
.btn_delete{color:#000;font-weight:700;}
.view_cart_btn{text-align:center;color:#fff;background: #25a1d4;font-size: 16px!important;}
.view_cart_btn:hover{background-color: #ab0f15!important;color: #fff!important;}

.actions button{color:#000;}
.checkout_btn{color: #ffffff; background-color: #25a1d4;border-color: #25a1d4;}
.checkout_btn:hover{color: #ffffff; background-color: #ab0f15;border-color: #25a1d4;}
.continue_btn{color: #ffffff;background-color: #25a1d4;border-color: #25a1d4;}
.continue_btn:hover{color: #ffffff;background-color: #ab0f15;border-color: #25a1d4;}


.user_account_btn .checkout_btn{margin:10px 0px;width: 20%;font-size: 18px;;}

.margin_tp_bt{margin:10px 0px;}





/***Cart Details Css***/
.cart_detail_title{width:100%;float:left;margin:0px 0px 10px 0px;}
#cart{border: 1px solid #ccc;}
.cart_detail_title h4{margin: 30px 0px 0px 0px;padding: 5px;border-bottom: 1px solid #ccc;font-weight: 500;color: #6f6f6f;font-size: 23px;}

.shopping-cart {
  margin: 20px 0;
  float: right;
  background: white;
  width: 320px;
  position: relative;
  border-radius: 3px;
  padding: 20px;
  
  
  .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
    
    .shopping-cart-total {
      float: right;
    }
  }
  
  .shopping-cart-items {
    
    padding-top: 20px;

      li {
        margin-bottom: 18px;
      }

    img {
      float: left;
      margin-right: 12px;
    }
    
    .item-name {
      display: block;
      padding-top: 10px;
      font-size: 16px;
    }
    
    .item-price {
      color: $main-color;
      margin-right: 8px;
    }
    
    .item-quantity {
      color: $light-text;
    }
  }
   
}

.shopping-cart:after {
	bottom: 100%;
	left: 89%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: white;
	border-width: 8px;
	margin-left: -8px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.button {
  background: $main-color;
  color:white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
  
  &:hover {
    background: lighten($main-color, 3%);
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


.continue_checkout_btn #submit{float:right;}
.registration_form{ border: 1px solid #eee; margin: 10px 0px 25px 0px; padding: 18px 0px;border-radius: 3px;}


/******Order Summary *******/
.order_summry_section{width:100%;float:left;}
.summary_title{width:100%;float:left;text-align:center;}
.summary_title h4{}
.btn_order_id{color: #ffffff;background-color: #25a1d4;border-color: #25a1d4;padding: 3px 20px;margin: 0px 10px;}
.btn_order_id:hover{color:#fff;background-color: #ff343c;}
.order_list_sec{width:100%;float:left;}
.user_registration_title{background-color: #fff4f4;float: left;width: 100%;padding: 10px 0px 0px 0px;}
.order_list_sec ul li{width:100%;float:left;border: 1px solid #ffd0d27a;padding: 0px 2px;margin:5px 0px;}

.order_id{border-bottom: 1px solid #eee;padding: 5px 0px;background: #f9f9f9;}
.btn_edit{padding: 0px 0px;border:0px;}
.btn_edit:hover{padding: 0px 0px;border: 0;color: #000;}


/************iNVOICE***********/
.invoice-title h2, .invoice-title h3 {display: inline-block;}
.table > tbody > tr > .no-line {border-top: none;}
.table > thead > tr > .no-line {border-bottom: none;}
.table > tbody > tr > .thick-line { border-top: 2px solid;}


.list-group-item .book_title_Name{width:75%;float:left;text-align:left;padding:0px 0px 0px 10px}
.list-group-item .btn_readmore{float:left;margin:0px 0px 0px 10px;}

.user_account_sec{width: 100%;}

.cart_list_sec{width:100%;float:left;}
 

.navbar-left{margin-left:0px;}
.user_registration_title h3{ color: #888888; font-weight: 800;text-align: center;}
.summary_title h4{color: #25a1d4; font-weight: 600;text-align: center;padding: 0px 0px 10px 0px;}
.left_tabs li{width:100%;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background-color: #25a1d4;}


.summry_prdct_img img{width:100px;}
.success_status{background: #00b30e;color: #fff;padding: 2px 9px;border-radius: 4px;}
.failed_status{color: #fff;padding: 2px 9px;background:#b30000;border-radius: 4px;}
.placed_status{color: #fff;padding: 2px 9px;background:#ffc107;border-radius: 4px;}
.info_status{color: #fff;padding: 2px 9px;background:#007bff;border-radius: 4px;}
.other_status{color: #fff;padding: 2px 9px;background:#6c757d;border-radius: 4px;}


/************/
.btn_library_sec{width:100%;float:left;}
.library_read_btn{padding: 3px;font-size: 12px; border: 1px solid;border-radius: 0;}
.myLibrary_title h3{color: #25a1d4;font-weight: 600;text-align: center;padding:0px;}
.text-info-gray{font-weight: 500;font-size: 1.2em;color: #212529;position: relative;padding-left: 20%;border-top: none !important;}
.text-info-blue{font-weight: 500;font-size: 1.2em;color: #0062cc;position: relative;padding-left: 50%;border-top: none !important;}

/* Profile container */
.profile {margin: 20px 0;}

/* Profile sidebar */
.profile-sidebar {padding: 20px 0 10px 0;  background: #fff4f4;  border: 1px solid #ffe5e5;}
.profile-userpic img {float: none;  margin: 0 auto;  width: 50%;  height: 50%;  -webkit-border-radius: 50% !important;  -moz-border-radius: 50% !important;  border-radius: 50% !important;}
.profile-usertitle {text-align: center;  margin-top: 20px;}
.profile-usertitle-name {color: #5a7391;font-size: 16px;  font-weight: 600;  margin-bottom: 7px;}
.profile-usertitle-job {text-transform: uppercase; color: #5b9bd1;  font-size: 12px;  font-weight: 600; margin-bottom: 15px;}
.profile-userbuttons {text-align: center;margin-top: 10px;}
.profile-userbuttons .btn {text-transform: uppercase;font-size: 11px;font-weight: 600;padding: 6px 15px; margin-right: 5px;}
.profile-userbuttons .btn:last-child {margin-right: 0px;}    
.profile-usermenu {margin-top: 30px;}
.profile-usermenu ul li {border-bottom:1px solid #ffc8ca;}
.profile-usermenu ul li:last-child {border-bottom: none;}
.profile-usermenu ul li a {color: #25a1d4;font-size: 14px;font-weight: 400;}
.profile-usermenu ul li a i {margin-right: 8px;font-size: 14px;}
.profile-usermenu ul li a:hover {background-color: #fafcfd;color: #5b9bd1;}
.profile-usermenu ul li.active {border-bottom: none;}
.profile-usermenu ul li.active a {color: #25a1d4;background-color: #ffe7e8; border-left: 2px solid #25a1d4; margin-left: -2px;}


/* Profile Content */
.profile-content {padding: 20px;background: #fff;min-height: 460px;}
.btn_mobile_view{border: 1px solid #25a1d4;border-radius: 50%;padding: 5px 10px!important;margin: 5px;background: #ed1c24;color: #fff;}


/*******Mobile View Css********/
.mobile_view_links{display:none;}
.book_title_Name{width: 100%;float: left;background:#fff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}


/******/


.list-group-item .list_book_img{float:left;}
.list-group-item .litle_btn_sec{float:left;width:50%;}

.list-group-item .btn_buy_sec{width:34%!important;max-width: 120px;margin: 0px 0px 0px 11px;}
/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff4f4;
  border: 1px solid #ffe5e5;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom:1px solid #ffc8ca;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #25a1d4;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
     color: #25a1d4;
    background-color: #ffe7e8;
    border-left: 2px solid #25a1d4;
    margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

/****Common search page css****/
.search-form_label{padding: 10px 183px 10px 10px;}
	.search-form span.fa{top: 20px;}
	.search-form i.fa{top:20px;}
	.search-form_input{padding-left: 58px;}
	.search-form .btn{top:10px;}

/******All Buttons Css*******/

.book_title_sec{width:100%;float:left;}
.btn_buy_sec{width:70%;float:left;padding: 2px 0px;}
.btn_addcart_sec{width:20%;float:left;padding: 2px 0px;height: 36px;width: 20%;float: left; padding: 3px 0px;margin: 2px 0px;}
.btn_addcart_sec .fa-shopping-cart::before{font-size:25px;color: #2ba2d2;}
.btn_buy_sec .buy_now_btn{width:100%;}


.buy_now_btn{padding:3px 20px;float:left;background: #2ba2d2;border: 1px solid #ffffff;border-left: 4px solid #d91921;border-right: 4px solid #d81820;color: #fff;}
.buy_now_btn:hover {background: #ffffff;border-color: #d81820;color: #d81820;border-radius:3px;}
.btn-primary__mod:before:hover{color:#2ba2d2}
.btn-primary__mod:hover:before {right: 9px;}
.btn-primary__mod:hover {background: #ffffff; border-color: #d81820;color: #d81820;}

.btn_readmore{background: #2ba2d2;border: 1px solid #ffffff;border-left: 4px solid #d91921;border-right: 4px solid #d81820;color:#fff;font-size:16px;}
.btn_readmore:hover{background: #ffffff;border-color: #d81820;color: #d81820;}
.close_btn_mdl{background: #2ba2d2;border: 1px solid #25a1d4;color: #fff;box-shadow: 0px 0px 5px 1px #a0a0a0;border-radius: 3px;}



.cart_list_sec > li  a{float:left;padding:0px 0px 0px 0px!important;}
.cart_list_sec > li  a img{width:100%;}


.tab-pane h3{float: left;width: 100%;padding: 0px;margin: 0px 0px 10px 0px;}


.view-cart{float: left;width: 100%;}
.view-cart .view_cart_btn{width: 100%;margin: 5px 0px;border-radius: 2px;}
.subtotal{float: left;width: 100%;color: #201f1f;}


#myModal{background:rgba(0, 0, 0, 0.42);}
#deleteCartItem{background:rgba(0, 0, 0, 0.42);}


.onclick_remove{display:none;}
.litle_btn_sec{position:relative;}

.speech-bubble {	
	position: absolute;
    background:#3c763de8;
    border-radius: .4em;
    color: #fff;
    padding: 3px 8px;   
    box-shadow: 1px 1px 4px 0px #0000008a;right: 0;top: -10px;
}
.search_details_sec{position:relative;}
.list-group-item .speech-bubble{top: -2px; right: 190px;}
.grid-group-item .speech-bubble{}
.all-books .speech-bubble{top: 65px;right: 427px;}



.speech-bubble-remove{display:none;}


.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 80%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #3c763dbd;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;

}	

.latest-news{width:100%;float:left;}
.trms_cntdn{margin:0px ;padding:0px}
.trms_cntdn li{padding:0px 0px;list-style-type:disc; margin: 0px 18px;font-size: 14px;color: #3c3c3c}
.trms_list li{list-style: disc;margin: 0px 0px 0px 15px;}


.event_right_sec{width:100%;float:left;}




/*========================================================
                     MEDIA QUERIES
=========================================================*/


@media (min-width: 320px) and (max-width: 767px ) {	
	.navbar-left{position:relative;}
	.navbar-nav{position: absolute; top:65px;right:0;width: 100%; padding: 10px 20px;text-align: left; background: #000000c4;border: 2px solid #d71921; border-radius: 5px; z-index: 9;box-shadow:0px 4px 10px 3px #00000047;min-width: 330px;}
	#open_btn{display:block!important;color: #ed1c24!important;border: 3px solid #ed1c24;padding: 0px 4px;line-height: 30px;margin: 10px 0px 0px 40px!important;}
	.form-header li{width: 155px!important;}
	#login-form{width: 315px!important;}
	.section-out section{width: 315px!important;}
	.login{padding: 20px 0px 20px 0px!important;}
	#signup:checked~.section-out{margin-left:-320px!important;}
	.social-login a{float: left;}
	.social-login span{float:left;}
	.banner_title{font-size: 34px;}
	.banner_title em{font-size: 28px;}
	.btn_signin{box-shadow:none;margin:0px 0px 0px 5px!important;padding:4px 10px 1px 10px!important;}
	.header_banner_bg{background-size: 167% 100%!important;background-position: 2% 7%!important;padding: 0px 0px;}
	.tab .tab-content{padding:20px 0px}
    .navbar-header{float:left;}
	.user_accou nt_sec{display:none;}
	.mobile_view_links{di splay:block;float: left;text-align: center;width: 52%;}	
	.btn_c art{display:none;}
	.navba r-nav{box-shadow:none;}
	.btn_group_grd{width: 100%;padding: 10px 0px;}
	.cart-section .dropdown-menu{left: -90px;box-shadow:0px !important;}
	.mobile_view_links ul{margin:0px;padding:0px;float: right;}
	.mobile_view_links ul li{float:left;margin:0px;padding:0px;}
	.navbar-default .navbar-nav > li > a{padding: 5px 10px;margin: 5px;float: left;}
	.list_content{margin-bottom: 10px;height:210px;}
	.well3{padding-top: 25px;padding-bottom: 25px;}
	.index-list li h5{margin:20px 0px 20px 0px;}
	.parallax_cnt{padding:30px 0px 30px 0px;}
	.book_title_Name{width:100%;}
	.search-form + * {margin-top: 40px;}
	.search-form{margin-bottom: 35px;}
	.hide_xs_sm_view{display:none;}
	.search-form i.fa{left: 170px!important;}
	.btn_buy_sec .buy_now_btn{font-size: 14px;}
	.cart-section ul li a{padding: 0px 0px 5px 3px!important;}
	header .btn-wr-header{width:28%;margin: -21px 0px 0px 0px;}
	.btn_account{padding: 8px 15px;}
	.navbar_menu_mobile span{font-size:30px; cursor:pointer; color:#fff; float:right; margin:5px 0px 0px 35px;}
	.list-group-item .btn_buy_sec{width:105px!important;}
	.list-group-item .speech-bubble{right: -5px;}
	.search_details_sec{width:53%;}
	.all-books .speech-bubble{top: 167px;}
	
}


@media (min-width: 768px) and (max-width: 1024px ) {
	.navbar-left{margin-left: 0px!important;}
	.navbar-nav > li > a{padding: 15px 5px;}	
	.parallax_image{  height: 100%!important;}
	.search-form i.fa{left: 290px;}
	.banner_title{font-size: 34px;}
	.banner_title em{font-size: 28px;}
	.thumbnail{text-align: center;}
	.book_title_Name{width: 100%;float: left;}
	header .btn-wr-header{float: left;margin-top: -21px;margin-right: 0px; width: 10%;}
	.hide_xs_sm_view{display:none;}
	.header_banner_bg{padding-bottom:0px;}
	.btn_cart{position:relative;}
	.search-form i.fa{left: 285px!important;}
	.btn_cart{width: 65px;}
	.badge{position: absolute;left: 20px;top: 0;}
	.cart-section .dropdown-menu{left: -267px;}
	.navbar-default .navbar-nav > li > a{font-size: 16px;}
	.btn_buy_sec .buy_now_btn{font-size: 14px;}
	.cart-section ul li a{padding: 0px 10px 3px 10px;}
}

