/*general*/

html,body{
    margin:0;
    padding: 0;
    font-family: 'Lato';
}

@font-face{
    font-family: 'mtcorsva';
    src:url(../fonts/MTCORSVA.eot);
    src:url(../fonts/MTCORSVA.ttf);
    src:url(../fonts/MTCORSVA.woff);
}
@font-face{
    font-family: 'Lucida Calligraphy';
    src:url(../fonts/Lucida);
}
.text-white{
    color: #fff;
}
/*hr styles*/
hr.new { 
    height: 30px; 
    border-style: solid; 
    border-color: #C3874D; 
    border-width: 1px 0 0 0; 
    border-radius: 20px; 
    margin-bottom: 0;

} 
hr.new:before { 
    display: block; 
    content: ""; 
    height: 30px; 
    margin-top: -31px; 
    border-style: solid; 
    border-color: #C3874D;     
    border-width: 0 0 1px 0; 
    border-radius: 20px; 
}
.boxshadow1{
    box-shadow: 2px 2px 1px 1px rgba(114, 15, 11, 0.79);
    border: 2px solid #8F673C;
}
.btn-default1{
    margin-top:10px;
}
.cont_back1 {
    background: #F9EFE0 none repeat scroll 0% 0%;
    box-shadow: 0px 0px 47px 15px #F3DFC1 inset, 0px 0px 16px #999;
    padding: 1.5%;
    border-radius: 7px;
}
.contact_back a{
    color:#2F1D1D;
}
/*placeholdcer colors*/
::-webkit-input-placeholder {
    color:#222;  
}

:-moz-placeholder { /* Firefox 18- */
    color: #222;   
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #222;    
}

:-ms-input-placeholder {  
    color: #222;    
}
.form_field{
    background: #E6CAA6;
    border: 1px solid #777;
    border-radius: 3px;
    padding: 2%;
    box-shadow: inset 0 0 10px #999;
    width: 99%;
    font-size: 14px;
    font-weight: 400;
}
form{
    padding: 2%;
}
/*Header Area*/
.header{
    background: #1a100f;
}

.header h3,h2{
    color:#fff;
    font-family: 'mtcorsva';
}
.header p{
    color:#fff;
    font-family: 'mtcorsva';
}
.height{
    height:45px;
}
.color{
    color:#fff;
}
.ribbon a:hover{
    color:beige;
}
/*menu area*/
.menu {
    text-align: center;
    position: relative;
    color: #fff;    

    padding:  1%; 
    text-shadow: 0 1px rgba(0,0,0,.8);
    background-color: #fdf8f4;
    font-family: 'mtcorsva';
    left: -11px;
    top: 10px;

}

.menu:before, 
.menu:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}

.menu:before {
    border-width: 0 10px 10px 0;
    border-right-color: #B9A5A3;
    left: 0;
}

.menu:after {
    border-width: 0 10px 10px 0;
    border-right-color: #B9A5A3;
    right: 0;
    transform: rotate(270deg); 
}
.menu ul li > a {
    font: 500 20px/100% "mtcorsva";

}


.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.head_2{
    min-height: 50px;
    background: url(../img/background_cover/backcover.png);
    background-repeat: repeat; 
}

.head_bottom{
    background: url(../img/footer-bottom.png) repeat-x;
    position: relative;
    top: 10px;
    transform: rotate(180deg);
}

.small_header{
    display:none;

}
.pad-4{
    padding: 4px;
}
.icon-img{
    height: 50px;
    margin: 0 auto;
}
.top-margin {
    margin-top: 18px;
}
.hr-style{
    color: #fff;
    margin-bottom: 2px;
}
.top-margin2{
    margin-top: 10px;
}
/*Navbar area*/
.menu ul.border{
    width: 100%;
    list-style: none;
}
.menu ul.border li:nth-child(1){
    width: 12%;
    *width: 12%;
    float: left;
}
.menu ul.border li:nth-child(2){
    width: 12%;
    *width: 12%;
    float: left;
}
.menu ul.border li:nth-child(3){
    width: 20%;
    *width: 20%;
    float: left;
}
.menu ul.border li:nth-child(4){
    width: 12%;
    *width: 12%;
    float: left;
}
.menu ul.border li:nth-child(5){
    width: 14.6%;
    *width: 14.6%;
    float: left;
}
.menu ul.border li:nth-child(6){
    width: 14.6%;
    *width: 14.6%;
    float: left;
}
.menu ul.border li:nth-child(7){
    width: 14.6%;
    *width: 14.6%;
    float: left;
}
.menu ul li > a{
    font: 500 21px/100% 'mtcorsva';
    color: #322020;
}
ul.border{
    padding: 2%;
    border-width: 1px;
    border-style: dashed none;
    border-color: #BA918D;
    list-style: outside none none;
    position: relative;
    top: 5px;
}
ul.border li{
    width: 14.2%;
    float: left;
    margin-top: -10px;
}

ul.border li img{
    position: relative;
    top: -27px;
    height: 76px; 
}
.navbar{
    margin-bottom: 0;
}
.logo{

}
/*slider cover area*/
.img-size{
    height: 360px;
    width: 100%;
}
.img-mid{
    height:200px;
    margin:auto;
}
.img-height{
    height: 140px;
    margin-top: 10px;
    border: 1px solid beige;
}
.pad-left{
    margin: 0px;
    padding-left: 20%;
}
.text-color{
    color:#333;
}
.menu-slider{
    border: 1px solid rgba(254, 92, 3, 0.78);
    padding: 10px;
    background: rgba(0, 0, 0, 0.27);
    height: 190px;
}
/*Body area*/
.slider_cover{
    background: url(../img/background_cover/slide_back.jpg);
    background-size:cover;
    background-attachment: fixed;
    padding: 2%;
}
.h1{
    font-family: 'Lucida Calligraphy';
    margin-bottom: -6px;
}
.welcome_cover{
    background: url(../img/background_cover/Untitled-1.png);
}
.text-top{
    position: relative;
    z-index: 2;
    top: 10px;
    font-family: 'Lucida Calligraphy';
    font-weight: bold;
    font-size: 40px;
}
img.pers_img{
    margin: auto auto 40px;
    transform: rotateX(180deg);
    box-shadow: 0px -21px 22px #BFB190;
    -moz-box-shadow: 0px -21px 22px #292722;
    -webkit-box-shadow: 0px -21px 22px #292722;
    position: relative;
    top: -18px;
}

blockquote {

    border-left: 5px solid #2d1b1b;
}
/*sarch categories*/

.form-control:focus {
    border-color: #fff;
}
/*info box area*/
.info_box{
    height: 435px;
    background: #fff;   
}
.info_box2{
    height:auto;
    background: #fff;   
}
.ribbon{
    margin-bottom: 13px;
}
.ribbon  h3 {
    text-align: center;
    position: relative;
    color: #fff;    

    padding:  1%; 
    text-shadow: 0 1px rgba(0,0,0,.8);
    background-color: #2f1d1d;
    font-family: 'mtcorsva';
    left: -17px;
    top: 10px;
}
.ribbon h3:before, 
.ribbon h3:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}
.ribbon h3:before {
    border-width: 0 10px 10px 0;
    border-right-color: #222;
    left: 0;
}

.ribbon h3:after {
    border-width: 0 0 10px 10px;
    border-right-color: #222;
    right: 0;
}
.ribbon_back{
    padding: 2%;
    background: #fff;
}
.ribbon_back form{
    background: #d3bcaa;
}
.ribbon_back form input{
    background: #c7a98f;
}

.up_cycle{
    width: 100% !important;
}
.up_cycle span{
    background-color: #fff;
    width: 100%;
}
#email:-moz-placeholder{
    color: #1b6d85;
}
/*catagories area*/
.panel .panel-heading{
    background: #fdd987;
    font-family: 'Lucida Calligraphy';
    font-size: 20px;
    font-weight: bold;
    color: #2F1D1D;
}
.panel{
    margin-left: -17px;
}
.panel-body{
    background: url(../img/background_cover/catagories_back-3.jpg);
    border: 2px solid #ABA49C;
    box-shadow: 4px 4px 4px #CECFB5;
}
.panel-decoration{
    margin-right: -15px;

}

ul.cat_books{
    list-style: square;
    padding-left: 12px;
}
.cat_books li{
    padding: 10px 2px;
    border-bottom: 1px dashed #8F7F7E;;
}
.cat_books li > a{
    font: 600 15px/122% 'Lato';
    color: #6B413C;
}
/*Flip area*/




.myFlip {
    position:relative;
    overflow:hidden;

}
.myFlip figure {
    margin:0;
    padding:0;
    position:relative;
    
    height: 200px;
}
.myFlip figure img {
    display:block;
    position:relative;
    z-index:10;
    height: 200px;
}
.myFlip figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.myFlip figure h2 {
    font-family:'Lato';
    color:#fff;
    font-size:20px;
    text-align:left
}
.myFlip figure p {
    display:block;
    font-family:'Lato';
    font-size:12px;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}
.myFlip figure figcaption span {
    display: block;
    font-style: italic;
    font-size: 13px;
    color: #BBB;
    text-align: center;
    margin: 5px;
    font-family: "Lato";
    border-bottom: 1px dashed #3C4A59;
    padding-bottom: 4%;
}
.myFlip figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:2%;
    background-color:rgba(26,76,110,0.8);
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.myFlip figure figcaption h4{
    background: #092C36;
    color: #fff;
}
.myFlip figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.myFlip figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.myFlip figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}





.releasing_back{
    background: url(../img/background_cover/catagories_back-3.jpg);
}
.middle{
    margin: 0 auto;
}
/*Testimonials area*/
.bookself{
    background: url(../img/bookself_back.png);
}
.carousel-control1.left{
    left: -10px;
    background-image: none;
}
.testimonial_back{
    background: url(../img/background_cover/Untitled-1.png);
    padding: 1%;
}
.testimonial h1{
    font-family: 'mtcorsva';
    font-size: 44px;
    margin-bottom: -8px;
}
.testimonial img{
    margin: auto;
    transform: rotateX(180deg);
}
/*Testimonials slider area*/
img.cycle_img{
    height: 120px;
    width: 120px;
}
.carousel-control.right {
    right: -18px;

    background-image: none;
}
.carousel-control.left {
    left: -18px;
    background-image: none;
}
.thumbnail{
    background: url(../img/background_cover/Untitled-5.png);
}
.glyphicon-chevron-right{
    height: 32px;
    background: #4A3E3E;
}
.glyphicon-chevron-left{
    height: 32px;
    background: #4A3E3E;
}
.arrow_left{
    margin: -21px;
}
.arrow_right{
    margin: -21px;
}
/*Footer area*/
.footer {
    background: url(../img/footer-bottom.png) repeat-x;

    height: 80px;
    text-align: center;
    font-family: 'mtcorsva';
    font-size: 20px;

    color:#e3be6f;
    padding-top: 5px;

}

.footer-back{
    padding: 1%;
    background: url(../img/background_cover/backcover.png);
}
/*Book area*/

.rectangle {
    height: 38px;
    background: #fff none repeat scroll 0% 0%;
    position: relative;
    width: 68%;
}
.rectangle::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 25px solid transparent;
    border-bottom: 26px solid transparent;
    position: absolute;
    right: -50px;
    border-left: 50px solid #fff;
}
.rectangle:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 27px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: 0;
    border-left: 30px solid #322020;
}
.bookbg{
    background:  url(../img/background_cover/catagories_back-3.jpg);
}
/************************************/
/*BOOK PAGE*/
/*************************************/
.shelf {
    clear: left;
    width: 100%;
    max-width: 300px;
    height: 25px;
    position: relative;
    /*margin: 0px auto;*/
    background: transparent -moz-linear-gradient(90deg, #620, #950 20%, #620 30%) repeat scroll 0% 0%;
    background: transparent -webkit-linear-gradient(90deg, #620, #950 20%, #620 30%) repeat scroll 0% 0%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);
}
.shelf a{
    font: 500 20px/100% 'mtcorsva'; 
    color: #fff;
}

ul.topBookStore{
    list-style: none;
    margin: 20px auto;
}

ul.topBookStore li{
    float: left;
    height: 175px;
    width: 25px;
    padding:1%;
    margin-right: 7px;
    padding-right: 18px;
}
ul.topBookStore li > span{
    transform: rotate(90deg);
    float: left;
    position: absolute;
    bottom: 60px;
}
.book_tooltip h5{
    transform: rotate(90deg);
    width: 20px;
    color: #fff;
}
.book_green{
    border: 2px solid #340;
    background:  -moz-linear-gradient(0px 50% , #562, #784 50%, #562 100%) repeat scroll 0% 0%;
    background:  -webkit-linear-gradient(#562 50%, #784 69%, #562 100%, #76C534 65%);
}
.book_blue{
    border-color: #144;
    background: transparent; 
    background: -moz-linear-gradient(0px 50% , #366, #688 50%, #366 100%) repeat scroll 0% 0%;
    background: -moz-linear-gradient( #366 50%, #688 50%, #366 100%);
}
.book_gold{
    border-color: #520;
    background: transparent ;
    background:-moz-linear-gradient(0px 50% , #741, #A74 50%, #741 100%) repeat scroll 0% 0%;

}
.book_navy{
    border-color: #024;
    background: transparent ;
    background: -moz-linear-gradient(0px 50% , #246, #579 50%, #246 100%) repeat scroll 0% 0%;

}
.book_pink{
    border-color: #401;
    background: transparent; 
    background:  -moz-linear-gradient(0px 50% , #623, #956 50%, #623 100%) repeat scroll 0% 0%;

}


/*tooltip for books*/

a.book_tooltip {outline:none; }
a.book_tooltip strong {line-height:30px;}
a.book_tooltip:hover {text-decoration:none;} 
a.book_tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
     line-height:16px;
}
a.book_tooltip img{
    padding-left: 1%;
    border-left: 2px dashed #401;
}
a.book_tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}

/*CSS3 extras*/
a.book_tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}
/*contact page*/


.contact_back{
    background: url('../img/background_cover/contact_back.png');
}
/*contact us page find us area*/
.cont_back{
    background: #f9efe0;
    box-shadow: 0 0 47px 15px #f3dfc1 inset, 0 0 16px #999;
    padding: 2.5%;
    border-radius: 7px;
    margin-bottom: 15px;
}
.cont_back p{
    padding: 2%;
    font: 500 15px/150% "verdana"; 
}
.nav-tabs {
    border-bottom: 1px solid #DDD;
    background: #F9EFE0 none repeat scroll 0% 0%;
    box-shadow: 0px 0px 47px 15px #F3DFC1 inset, 0px 0px 16px #999;
    padding: 2.5%;
    border-radius: 7px;
    margin-bottom: 15px;
    border:1px solid rgba(113,79,79,0.8);
}
.nav > li > a{
    color: #2F1D1D;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,.nav-tabs > li > a:hover{
    color: #000;
    background:transparent;
    border:none;
}
img.middle{
    text-align: center;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

/************************************/
/*Contact PAGE*/
/*************************************/


/*heritage area*/


/*timeline area*/
/*<!--temporary navbar ends here-->*/    
.heritage-back{
    background: url(../img/icons/papyrus_.png);
    background-size: cover;
}
.pad-12{
    padding: 12px;
    text-align: center;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background: #722313;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline-panel img{
    height: 250px;
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background: url(../img/icons/circle-border.png);
    background-size: contain;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge p{
    font: 500 17px/300% monospace;
}



.timeline-badge.success {
    background-color:#f0ad4e !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color:#3C1515  !important;
}


.timeline-badge.saddle {
    background-color: #3C1515 !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}
h4.timeline-title{
    color: #722313;
    text-decoration: underline;
    text-decoration-color: #623; 
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0px;
    color: #53280D;
    font-family: mtcorsva;
    font-size: 18px;
}

.timeline-body > p + p {
    margin-top: 5px;
}
.heritage_img{
    position: absolute;
    left: 55%
}
.heritage_img img{
    height: 200px;
}
.heritage_img_right{
    position: absolute;
    right: 55%;
}
.heritage_img_right img{
    height: 200px;
}
.time_overlap{
    position: absolute;
    z-index: 1;
    top: 10%; 
    padding: 12%;
    color: #fff;
    padding-top: 15px;
}



/************************************/
/*timeline area*/
/*************************************/
/*course-material*/

.ih-item.square.effect10{
    margin:7px auto;
}


/*writer page*/
.portfolioContainer a{
    font: 500 16px/100% "Lustria",Georgia,"Times New Roman",Times,serif; 
    color: #3B3C33;

}
.portfolioContainer .col-xs-3{
    margin-bottom: 10px;
}
/*isotope*/
.text3{
    background-color:#FFF;
    min-height:100px;
    padding:1.8%;
    margin: 22px;
}
.portfolioFilter a { 
    margin-top:10px;
    color:#666;
    text-decoration:none;
}

.portfolioFilter a.current { 
    font-weight:bold;
}


.isimg {

    width:250px;
    height:200px;
    border:3px solid #6e685e;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.grid {
    clear: both;
    list-style: none;
    text-align: center;
}


/************************************/
/*writer details page*/
/*************************************/
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > thead > tr > th{
    border: 1px dashed #A24E4E;
    text-align: center
}
/*<!--header area for small screen-->*/

@media (max-width:920px){
    .big_header{
        display: none;
    }
    .small_header{
        display: block;
    }
    .contact{
        float: right;
    }

}

@media (max-width: 850px){
    #mybook {
        display: none;
    }
    .hide_small{
        display: none;
    }
}
@media (max-width:768px){
    .menu ul.border li:nth-child(1){
        width: 32.2%;
        *width: 32.2%;
        float: none;
        display: block;
        margin: 5px auto;
        text-align: center;
        border-bottom: 1px solid black;

    }
    .menu ul.border li:nth-child(2){
        width: 32.2%;
        *width: 32.2%;
        float: none;
        display: block;
        margin: 5px auto;
        text-align: center;
        border-bottom: 1px solid black;

    }
    .menu ul.border li:nth-child(3){
        width: 32.2%;
        *width: 32.2%;
        float: none;
        display: block;
        margin: 5px auto;
        text-align: center;
        border-bottom: 1px solid black;

    }
    ul.border li:nth-child(4){
        display: none;
    }
    .menu ul.border li:nth-child(5){
        width: 32.2%;
        *width: 32.2%;
        float: none;
        display: block;
        margin: 5px auto;
        text-align: center;
        border-bottom: 1px solid black;

    }
    .menu ul.border li:nth-child(6){
        width: 32.2%;
        *width: 32.2%;
        float: none;
        display: block;
        margin: 5px auto;
        text-align: center;
        border-bottom: 1px solid black;

    }
    .menu ul.border li:nth-child(7){
        width: 32.2%;
        *width: 32.2%;
        float: none;
        display: block;
        margin: 5px auto;
        text-align: center;
        border-bottom: 1px solid black;

    }

    .timeline-body > p{
        width: 250px;
    }
    .info_box{
        height: auto;
    }
}
@media (max-width:620px){
    ul.border li{
        width: 100%;
        *width: 100%;
        float: none;
        margin-top: -10px;
    }  
    .carousel-control.right{
        right: 0;
    }
    .carousel-control.left{
        left:0 ;
    }


}
@media (min-width:600px) and (max-width:750px){
    .carousel-control.arrow_left{
        margin: 0px;

    }
    .carousel-control.arrow_right{
        margin: 0px;

    }
    .glyphicon-chevron-right {

        background:none;
    }
    .glyphicon-chevron-left {

        background:none;
    }

}
@media (min-width:760px) and (max-width:960px){
    ul.topBookStore li{
        margin-right: -3px;

    }
}
@media (min-width:767px){
    .our-book-small{
        display:none;
    }
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .space{
        margin-top:10px;
    }

}


@media (max-width: 430px){
    .item .img-height{
        width:135%;
    }




    /*search box cs*/
    #searchid{
        width: 300px;
    }
    #result{
        position:absolute;
        width: 300px;
        z-index:99;
        padding:10px;
        display:none;
        margin-top:-1px;
        border-top:0px;
        overflow:hidden;
        border:1px #CCC solid;
        background-color: white;
    }
    .show{
        padding:5px; 
        border-bottom:1px #999 dashed;
        height:60px;
    }
    .show:hover{
        background:#2f1d1d;
        color:#fff;
        cursor:pointer;
    }
    /*search box cs - ends*/

    /*books slider area*/

 