@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board{
    width: 70%;
/*margin: 60px auto;*/
/*height: 500px;*/
background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board2{
    width: 100%;
/*margin: 60px auto;*/
/*height: 500px;*/
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    /*margin: 40px auto;*/
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
   /* background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);*/
    background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 34%;
    /*margin: 0 auto;*/
    margin: 0 29px;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 1;
}
.liner3{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 20%;
    /*margin: 0 auto;*/
    margin: 0 29px;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 1;
}

.liner2{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 84%;
    /*margin: 0 auto;*/
    /*margin: 0 29px;*/
    left: 68px;
    right: 0;
    top: 40%;
    z-index: 1;
}


.liner4{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 65%;
    /*margin: 0 auto;*/
    margin: 0 40px;
    left: 0;
    right: 0;
    top: 42%;
    z-index: 1;
}

.liner5 {
    background: #ddd none repeat scroll 0 0;
    height: 2px;
    left: 15%;
    margin: 0 29px;
    position: absolute;
    right: 0;
    top: 40%;
    width: 63%;
    z-index: 1;
}
.liner6 {
    background: #ddd none repeat scroll 0 0;
    height: 2px;
    left: 19%;
    margin: 0 29px;
    position: absolute;
    right: 0;
    top: 40%;
    width: 53%;
    z-index: 1;
}
.liner7 {
    background: #ddd none repeat scroll 0 0;
    height: 2px;
    left: 27%;
    margin: 0 29px;
    position: absolute;
    right: 0;
    top: 40%;
    width: 39%;
    z-index: 1;
}
.liner8 {
    background: #ddd none repeat scroll 0 0;
    height: 2px;
    left: 33%;
    margin: 0 29px;
    position: absolute;
    right: 0;
    top: 40%;
    width: 26%;
    z-index: 1;
}
.liner9 {
    background: #ddd none repeat scroll 0 0;
    height: 2px;
    left: 7%;
    margin: 0 29px;
    position: absolute;
    right: 0;
    top: 40%;
    width: 76%;
    z-index: 1;
}
.liner11 {
    background: #ddd none repeat scroll 0 0;
    height: 2px;
    left: 11%;
    margin: 0 29px;
    position: absolute;
    right: 0;
    top: 40%;
    width: 70%;
    z-index: 1;
}

.liner10 {
    background: #ddd none repeat scroll 0 0;
    height: 2px;
    left: 35%;
    margin: 0 67px;
    position: absolute;
    right: 0;
    top: 40%;
    width: 14%;
    z-index: 1;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}
.extra-type{
    width: 111%;
}

span.round-tabs{
    /*width: 45px;
    height: 45px;*/
    width: 35px;
    height: 35px;
    line-height: 32px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    /*font-size: 20px;*/
    font-size: 15px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    /*background: #fff !important;*/
    border: 4px solid #ddd;
    color: rgb(34, 194, 34);
    /*font-size: 16px;*/
    font-size: 11px;
    line-height: 27px;
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    /*background: #fff !important;*/
    border: 4px solid #ddd;
    color: #febe29;
    font-size: 16px;
    line-height: 27px;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    /*background: #fff !important;*/
    border: 4px solid #ddd;
    color: #3e5e9a;
    font-size: 16px;
    line-height: 27px;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    /*background: #fff !important;*/
    border: 4px solid #ddd;
    color: #f1685e;
    font-size: 16px;
    line-height: 27px;
}

span.round-tabs.six{
    color: #000;border: 2px solid #000;
}

li.active span.round-tabs.six{
    /*background: #fff !important;*/
    border: 4px solid #ddd;
    color: #999;
    font-size: 16px;
    line-height: 27px;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    /*background: #fff !important;*/
    border: 4px solid #ddd;
    color: #999;
    font-size: 16px;
    line-height: 27px;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 20%;
    margin-left: -32px;
}
.nav-tabs2 > li {
    width: 14%;
    margin-left: -29px;
    float: none;
    display: inline-block;
    /*margin-left: -40px;*/
}
.nav-tabs2{
     text-align: center!important;
     /*margin: 0 -35px 0 65px;*/
     margin: 0 !important;
    width: 100% !important;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
    
}
.nav-tabs > li a{
   /*width: 45px;
   height: 45px;*/
   width: 40px;
   height: 40px;
   margin: 8px auto 0;
   border-radius: 100%;
   padding: 0;
}
.nav-tabs .nav-tabs2 .bookcat > li a:hover{
	border-color:#ffffff !important;
}
a.booktype:hover{
	border-color:#ffffff !important;
}
.nav-tabs > li a:hover{
    background: transparent;
    border:1px solid #fff;
}

.tab-content{
}
.tab-pane{
   position: relative;
padding-top: 50px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}


@media( max-width : 585px ){
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}
.nav.nav-tabs {
    border: none;
}
.padding-left {
    /*padding-left: 53px;*/
    display:block;
    text-align:center;
}
.padding-left-extra {
    padding-left: 58px;
}
.padding-left-extra1{
padding-left: 65px;
}
