
/*
		-: Alinea Dur Sprung Style Sheet :-
*/
@charset "UTF-8";

body{
	margin:0;
	padding:0; 
	font-family: 'Lato', sans-serif;
	font-weight:300;
	overflow-x: hidden;
}

img{
	max-width: 100%;
}
iframe{
	border: 0;
}
a{ 
	text-decoration: none;
	color: #000000;
}

a:hover{ 
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
	text-decoration: none;
	outline: none;
	color: #9a8f1d;
}
a:focus{text-decoration: none; outline: 0;}
*:focus{outline: none !important;}
h1 {
	color:#000000;
	font-size:36px;
	font-weight:400;
	margin: 20px 0;
	}
	
h2{
	color:#000;
	font-size:20px;
	font-weight:400;
	}
	
p{
	color:#000000;
	font-size:16px;
	line-height:24px;
	}

.pull-left , .brand{
	float: left;
}

.pull-right{
	float: right;
}

.list-inline > li{
	display: inline-block;
}

.clearfix{
	clear: both;
}

.no-left{
	margin-left: 0;
}

.list-styled{
	list-style: disc;
	padding-left: 20px;
}
.mt-50{
	margin-top: 35px;
	margin-bottom: 15px;
}

/* ----------------------- Header Section -------------------- */

header{
	background:#e1eef7;
}

.book_page{
	background: #ffffff;
}

a.front {
    margin: 28px 0;
    display: inline-block;
    background: url(/images/arrow_normal.png) no-repeat left center;
	padding: 5px 0 5px 45px;
	font-size: 16px;
}

a.front:hover {
	background: url(/images/arrow_hover.png) no-repeat left center;
}

.navbar {
    margin-bottom: 0;
    border:none;
}

.navbar-toggle{
	float: left;
	margin: 20px 10px;
}

.navbar-toggle .icon-bar {
    background: #df8fc9;
    height: 3px;
}

.navbar-brand{
	height: auto;
}

.navbar-nav>li>a{
	padding: 0;
}

ul.navbar-right {
    margin: 30px 0;
}

ul.navbar-right li.name{
	font-style: italic;
	color: #696969 !important;
}

.navbar-nav>li>.dropdown-menu{
	border:none;
	border-radius: 0px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	background: #ddeff7;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus,
.nav>li>a:hover, .nav>li>a:focus{
	background: transparent;
}

ul.navbar-right > li {
    padding: 4px 15px;
    border-right: 1px solid #000000;
    font-size: 16px;
    line-height: 18px;
    position: relative;
}

ul.navbar-right :last-child{
	border-right: none;
}

ul.navbar-right > li > a{
	position: relative;
	text-decoration: none;
}

ul.navbar-right li a:hover{
	color: #000000;
}

ul.navbar-right > li > a:after {
    position: absolute;
    bottom: -8px;
    content: "";
    width: 100%;
    height: 0px;
    background: #78c2e2;
    left: 0;
}
ul.navbar-right li a:hover:after, ul.navbar-right li a.active:after{
	height: 5px;
}
ul.navbar-right li:hover .sub-menu {
    z-index:1;
    opacity:1;
}
ul.navbar-right >li span.glyphicon.glyphicon-menu-down{
	font-size: 10px;
	padding-left: 4px;
}

/* ----------------------- Footer Section -------------------- */

footer{
	padding: 65px 0 0;
	color: #9a9a9a;
	position: relative;
}

footer a, footer a span{
	color: #c6c7c1;
}

footer a:hover, footer a:focus,
footer a span:hover, footer a span:focus,
footer a:hover p, footer a:focus p{
	color: #000000;
}

footer p, footer span{
	font-size: 14px;
	color: #9a9aa2;
	line-height: auto;
	padding: 10px 0;
	line-height: 18px;
}

footer small {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
}

footer strong {
    font-size: 22px;
    font-weight: 400;
    color: #3d3d3d;
}

footer hr{
	margin: 10px 0;
}

footer .date{
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 600;
}

section.footer_header {
    border-bottom: 1px solid #e4e4e4;
    text-align:center;
    margin-bottom: 100px;
}

section.footer_header > img {
    margin-bottom: -30px;
}

section.footer {
    margin-top: 30px;
    padding: 15px 0;
    border-top: 1px solid #e4e4e4;
}

footer .email_icon:hover img,
footer .home_icon:hover img{
	background: url(/images/email_hover.png) no-repeat;
	width: 70px;
	height: 71px;
	padding-top: 71px;
}
footer .home_icon:hover img{
	background: url(/images/home_hover.png) no-repeat;
}
footer .details:hover{
	background: url(/images/detail_hover.png) no-repeat;
	padding-top: 21px;
	width: 110px;
	height: 20px;
}
.facebook_icon{
	padding: 10px 0;
}

.facebook_icon a{
	float: right;
}

.facebook_icon img{
	margin-right: 10px;
}

.arrow{
	position: absolute;
	bottom: 22px;
	right: 10px;
}
.arrow a{
	padding: 8px 12px;
    background: #262626;
    border-radius: 3px;
}

.arrow span.glyphicon.glyphicon-menu-up {
    color: #ffffff;
    font-size: 10px;
}


/*-------------------------- Book Page CSS ------------------*/

.widget p.heading {
    border-bottom: 1px solid #adadad;
    padding-bottom: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 20px;
}

.sidebar-icon{
	padding-left: 30px;
}

section.bookpage_banner{
	background-color: #be1e92;
}

section.bookpage_banner .banner{
	background-color: #a3187c;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	min-height: 189px;
	padding: 15px 0;
}

section.bookpage_banner .banner-bg{
	background: url(/images/header-bg.jpg) no-repeat center top;
}

section.bookpage_banner .short_banner{
	min-height: 65px ;
}

section.bookpage_banner .banner a.btn{
	width: 100%;
    text-align: center;
    background: #be1e92;
    text-transform: uppercase;
    color: #ffffff;
}

section.bookpage_banner .banner a.btn:hover{
	background: #7B0968;
}

.btn-area{
	margin-top: 85px;
}

.tab-content > .tab-pane{
	background-image: url(/images/content-bg.jpg);
	background-size: auto 200px;
	background-repeat:no-repeat;
	background-position: right top;
	min-height:300px;
}

.tab-content > .tab-pane.circled{
	background-image: url(/images/content-bg-circle.jpg);
}

.tab-content > .tab-pane.partial{
	background-image: url(/images/content-bg-partial.jpg);	
}

.tab-pane #collapse_icon{
	margin-right: 10px;
	float: left;
}

.panel{
	background: transparent;
	border:0px;
	box-shadow: none;
}

.panel-heading{
	padding: 0;
	margin: 10px 0;
}

.panel h2{
	margin: 10px 0;
}

.panel-heading h2{
	margin: 0;
}

.panel-heading h2:hover{
	color: #9a8f1d;
}

.panel-collapse{
	background: rgba(255,255,255,0.6);
}

.panel-collapse p a:hover{
	text-decoration: underline;
}

.chapter_menu{
	margin: 50px 0 20px;
}

.chapter {
    padding: 30px;
    margin-bottom: 22px;
}

.topic{
	padding: 15px 30px;
}

.rotate{
	-webkit-transform:rotatez(45deg);
	-moz-transform:rotatez(45deg);
	transform:rotatez(45deg);
	-ms-transform: rotate(45deg);
}

.chapter h1{
	margin-top: 0;
	margin-bottom: 10px;
}

.chapter h5{
	font-weight: normal;
}

.chapter_heading{
    font-size: 20px;
    text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 23px;

}

.chapter_heading a{
	font-size: 20px !important;
	padding: 0 !important;
}
.chapter_heading a.active{
	background: none !important;
	color: #be1e92 !important;
}

.chapter p{
	font-size: 16px;
}

.icon_width {
	float: left;
	padding-right: 0px;
	background: #9a8f1d;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	line-height: 56px;
}
.withoutIcon{
	float: left;
	padding-right: 0px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	line-height: 56px;
}
.ghost {
	float: left;
	padding-right: 0px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	line-height: 56px;
}
.tabs-left .nav-tabs::before{
	position: absolute;
    height: 1px;
    content: "";
    background: #adadad;
    top: 0px;
    left: 0px;
    width: 100%;
}

.nav-tabs{
	border-bottom: 0px;
}

.tab-pane h1{
	margin-top: 0;
}
h1.title {
    font-size: 72px;
}
.tab-pane ul li{
	font-size: 20px;
}

.tab_list li{
	background: url(/images/list_arrow.png) no-repeat left center;
	padding-left: 15px;
}

.download-btn{
	margin-left: 10px;
	position: relative;
}

/*.download-btn::after {
    background: #9a8f1d none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}*/

.tabs-left .nav-tabs > li{
	float: none;
}
.nav-tabs>li>a{
	border-radius:0px;
}

.tabs-left .nav-tabs > li > a{
	margin-right: 0;
	margin-bottom: 3px;
}

.tabs-left .nav-tabs {
	/*padding: 15px;*/
	position: relative;
	padding-bottom: 20px;

}

.tabs-left .nav-tabs > li > a {
	padding: 5px 0px 5px 5px;
	font-size: 16px;
	line-height: 25px;
	margin-bottom:0;

}

.tabs-left .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
	color: #be1e92;
	padding: 5px 15px;
	border-color:transparent;
}

.tabs-left .nav-tabs a.active,
.tabs-left .nav-tabs a.active:hover,
.tabs-left .nav-tabs a.active:focus {
	padding: 5px 15px;
	font-weight: 700;
	color: #ffffff;
	background: #9a8f1d;
	border:transparent;
}

.tabs-left .nav-tabs a.active.orange,
.tabs-left .nav-tabs a.active.orange:hover,
.tabs-left .nav-tabs a.active.orange:focus {
	background: #55481a;
}

/*.title_logo:hover{
	width: 254px;
	height: 27px;
	background: url(/images/logo_hover.png) no-repeat left top;
	padding-top: 27px;
}*/
.col-md-25{width: 20%;}
.col-md-25 a.btn{font-size: 12px;}
.panel-group .panel{padding-left: 8px;}
.tab-pane h1{padding-left: 3px;}

.tabs-left .nav-tabs hr{
	margin: 30px 0;
	border-top: 1px solid #adadad;
}
.no_sub{
	line-height: 20px;
	padding-bottom: 0px;
}

.TitlePlayerWrap{
	float:left;
}

.player_container{
	width:156px;
	height:26px;
}

.player_iframe{
	width:142px;
	height:22px;
}

.topic iframe {
    margin-bottom: 10px;
}
.video-box iframe {
    height: auto;
}

.tab-pane .heading{
	margin-bottom:10px;
}
.tab-pane .chapter-intro{
	padding-left:5px;
}

#responsive-nav .front:hover{
	color:#78c2e3;
}

/*Divider icon Start*/
.divider{
	margin-bottom:25px;
	padding-left:5px;
	padding-right:0px;
}
.divider h2{
	float:left;
	margin-right:30px;
	font-size:32px;
}
/*Divider icon Ends*/

/*image with text Start*/
.leftImg{
	width:315px;
	float:left;
	display: block;
	margin-right: 15px;
}
.rightImg{
	width:315px;
	float:right;
	display: block;
	margin-right: 15px;
}
.floatNone{
	float:none;
}

.Img{
	width:315px;
	display: block;
	margin-right: 15px;
}

.textTwoColumns p{
	margin-left:15px;
}

.textTwoColumns img{
	margin-top:5px;
}

.excel img{
	border:1px solid #000000;
}
/*image with text Ends*/

.fullscreen_icon {
	background: rgba(0, 0, 0, 0) url("../images/jquery-fullsizable.png") repeat scroll -96px 0;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 32px;
	height: 32px;
}