@import url("fonts.css");
@import url("bootstrap.css");
@import url("../font-awesome-4.6.3/css/font-awesome.min.css");

html, body {
	color:#fff;
	background-color:#fff;
	font-family: "Mastax", "Myriad-Pro-Light";
     padding-bottom: 50px;
}

.well {
    min-height: 20px;
    padding: .375rem 1rem;
    margin-top: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    line-height: 1.5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.antiBorder {
	border:none!important;
}

.navbar {
	background-color:#1F272B;
	font-family: "Mastax", "Myriad-Pro-Light";
}
.nav-link {
	color:#fff;
	font-family: "Myriad-Pro-Light";
}
.nav-item:first-child {
     border-right: 1px solid white;
     padding-right: 15px;
}
a {
	color:#fff;
	text-decoration: none;
}
a:hover {
	color:#57cfeb;
	text-decoration: none;
}
.lead {
     background-color: #4fa8d2;
     position: static;
     width: 100%;
     padding-top: 10px;
}
.lead img {
	width: 110px;
	margin-right: 75px;
	float: right;
	margin-left: 40px;
	margin-top: 5px;
}
.lead p {
	display: inline-block;
}
.in-lead-div {
	float: right;
	line-height: 18px;
	padding-top: 20px;
}

.in-lead-div p:first-child {
	font-size: 46px;
     display: block;
}
.in-lead-div p:last-child {
	float: right;
}

/* MENU */
#menu {
     width: 100%;
     margin: 0;
     padding: 0;
     list-style: none;
     text-align: center;
}

#menu li {
     display: inline-block;
     padding-top:10px;
     padding-bottom: 10px;
}

#menu li:last-child a {
     border-left: none;
}

#menu li:first-child a {
     border-right: none;
}

#menu a {
     height: 25px;
     padding: 0 25px;
     text-transform: uppercase;
     text-decoration: none;
     text-shadow: 2px 2px 2px #000;
     border-right: 1px solid;
     border-left: 1px solid;
}

#menu li:hover > a, .selected-menu {
     color: #57cfeb;
}

#menu li ul li:hover > a {
     color: #fff;
}

*html #menu li a:hover { /* IE6 */
     color: #fafafa;
}

#menu li:hover > ul {
     display: block;
}

/* Sub-menu */
#menu ul {
     list-style: none;
     margin: 0;
     padding: 0;     
     display: none;
     position: absolute;
     top: 45px;
     /*right: 0;*/
     z-index: 99999;     
     background-color: #444;    
     background-image: linear-gradient(#444, #111);     
     -moz-border-radius: 5px;
     border-radius: 5px;
}

#menu ul li {
     float: none;
     margin: 0;
     padding: 0;
     display: block;  
     box-shadow: 0 1px 0 #111111, 
         0 2px 0 #777777;
}

#menu ul li:last-child { 
     box-shadow: none;     
}

#menu ul a {     
     padding: 10px;
     height: auto;
     line-height: 1;
     display: block;
     white-space: nowrap;
     float: none;
     text-transform: none;
}

*html #menu ul a { /* IE6 */    
     height: 10px;
     width: 150px;
}

*:first-child+html #menu ul a { /* IE7 */     
     height: 10px;
     width: 150px;
}

#menu ul a:hover {
     background-color: #0186ba;
     background-image: linear-gradient(#04acec, #0186ba);
}

#menu ul li:first-child a {
     border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after {
     content: '';
     position: absolute;
     left: 30px;
     top: -8px;
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
     border-bottom-color: #04acec; 
}

#menu ul li:last-child a {
     border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

* html #menu     { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */



.book-banner {
	background-color:#333333;
	font-size:48px;
	font-weight: bold;
	text-align: center;
}

.main-page {
	color:gray;
	height:100%;
}
.free_chapter {
     background: linear-gradient(to bottom, #0042fb 0%,#0a00a1 100%);
     border-radius: 5px;
     padding: 5px;
}
.free_content_box_fix {
     padding-left:50px!important;
}
.filter-box-fix {
     padding-right: 10px!important;
     padding-left:50px!important;
}
.free_content_box {
     padding-right: 10px;
     text-align: right!important;
     margin: 5px!important;
     display: inline-flex;
}
i.ico-free-content {
     width: 55px;
     line-height: 40px;
     font-size: 48px;
}
.filter-box a {
     padding: 3px;
     margin: 2px;
     border-radius: 5px;
     display: inline-block;
     background: linear-gradient(to bottom, #00aafb 0%,#0040a1 100%);
}
.show-pointer{
     cursor:pointer;
}
.book_price {
     font-size: 21px;
}
.question_box {
     font-size: 17px;
     border-radius: 8px;
     width: 100%;
     padding-top: 5px;
     padding-right: 10px;
     text-align: right;
     margin: 5px;
     display: inline-flex;
}

.question_category_box {
     background: ##5cb85c;
     background: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
     background: -webkit-linear-gradient(top, #5cb85c 0%,#449d44 100%);
     background: linear-gradient(to bottom, #5cb85c 0%,#449d44 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb85c', endColorstr='#449d44',GradientType=0 );
     color:white;
     font-size: 17px;
     border-radius: 8px;
     text-align:center;
     padding-top: 10px;
     padding-bottom: 5px;
     margin: 10px;
     display: inline-flex;
}

.filter-box {
     text-align: center;
     color:gray;
     font-size: 17px;
     border-radius: 8px;
     margin: 15px auto;
     width: 100%;
     padding-top: 5px;
     padding-bottom: 10px;
}

.filter-box a {
	color:white;
}
.book_box {
     background: #5bc0de; /* Old browsers */
     background: -moz-linear-gradient(top,  #5bc0de 0%, #
0275d8 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(top,  #5bc0de 0%,#0275d8 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom,  #5bc0de 0%,#0275d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc0de', endColorstr='#0275d8',GradientType=0 ); /* IE6-9 */
     text-align: center;
     color:white;
     font-size: 17px;
     border-radius: 8px;
     margin: 15px;
     /*width: 100%;
     padding-top: 5px;
     padding-bottom: 10px;*/
     padding: 10px;
}

.free_mod {
     background: #5bc0de!important; /* Old browsers */
     background: -moz-linear-gradient(top,  #5bc0de 0%, #8cd2e6 100%)!important; /* FF3.6-15 */
     background: -webkit-linear-gradient(top,  #5bc0de 0%,#8cd2e6 100%)!important; /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom,  #5bc0de 0%,#8cd2e6 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc0de', endColorstr='#8cd2e6',GradientType=0 )!important; /* IE6-9 */
}

.free_content_box {
     background: #81868a; /* Old browsers */
     background: -moz-linear-gradient(top,  #81868a 0%, #818a91 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(top,  #81868a 0%,#818a91 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom,  #81868a 0%,#818a91 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81868a', endColorstr='#818a91',GradientType=0 ); /* IE6-9 */
     text-align: center;
     color:white;
     font-size: 17px;
     border-radius: 8px;
     margin: 15px;
     /*width: 100%;
     padding-top: 5px;
     padding-bottom: 10px;*/
     padding: 10px;
}

.book_link {
     cursor: pointer;
}
.pdf_viewer{
     width:100%;
     height:500px;
}
.order_box {
font-size: larger;
}
.order_box a {
     color: gray;
}
.order_box a:hover{
     color:#373a3c;
}
.book_page_box {
width:auto;
}
.delivery_box {
     background: #00b7ea; /* Old browsers */
     background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
     text-align: center;
     color:white;
     font-size: 17px;
     border-radius: 8px;
     margin: 15px;
     width: 100%;
     padding-top: 3px;
     padding-bottom: 10px
}
.bigger_text {
     font-size:larger;
}
.left-submit {
     text-align: left;
     padding-left: 20px;
}
.must_input {
     color:red;
}

.mailContact {
     font-family: "Myriad-Pro-Light";
     font-weight:bold;
}
.delivery_box input[type=text] {
     margin: 3px 0;
     display: inline-block;
     border: 1px solid #ccc;
     box-shadow: inset 0 1px 3px #ddd;
     border-radius: 4px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     padding-right: 5px;
     padding-top: 5px;
     padding-bottom: 5px;
     color: black;
}
.delivery_box input[type=submit] {
     background-color: #2464a9;
     border: none;
     color: white;
     text-decoration: none;
     padding: 7px;
     border-radius: 5px;
     margin-top: 6px;
}
.delivery_box .row {
     padding-top:10px;
     padding-bottom: 10px;
     font-size: 15px;
}
.align_right {
     text-align: right;
}

.delivery_box .title {
     font-size: 25px;
     font-weight: bold;
     color: #1F272B;
     margin-top: 10px;
}

.main_contact {
     margin:10px;
     text-align:right;
}

.index-slider ul li {
     display: none;
     list-style: none;
}

.index-slider ul li:first-child {
     display: inline-block;
}

.index-slider i {
     font-size: 35px;
     position: absolute;
     top: 100px;
     left: -25px;
     cursor:pointer;
}

.main_contact .title {
     font-size:28px;
}

.footer {
	background-color:#333333;
     position: fixed;
     bottom: 0;
     width: 100%;
     height: 50px;
}

.footer img {
	width: 110px;
	display: flex;
}
.footer div {
     margin-top: 10px;
     margin-bottom: 4px;
}
.mail {
	font-family:"Myriad-Pro-Light";
}

i.ico-lg {
     width: 105px;
     height: 105px;
     line-height: 105px;
     font-size: 70px;
}

i.ico-light {
     border: transparent;
     background-color: #1a5060;
     color:white;
     -webkit-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}

i.ico-rounded {
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     text-align: center;
}
i.ico-light:hover {
     background-color:#31b0d5;
}

.circle_menu div i {
     margin-bottom: 10px;
}
.circle_menu div .title {
     font-size: 21px;
}
.circle_menu div {
     text-align: center;
}
.circle_menu {
     padding-top:30px;
}


/**************** ASK QUESTION *******************/
#askQuestion, #interestForm {
    width: 800px;
    padding-bottom: 4px;
    display:none;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
#askQuestion-header, #interestForm-header {
    background: url(../../dist/images/hd-bg.png);
    padding: 18px 18px 14px 18px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}
#askQuestion .txt-fld, #interestForm .txt-fld {
    position: relative;
    padding: 14px 20px;
    border-bottom: 1px solid #EEE;
    text-align: right;
}
.txt-fld input:focus, .txt-fld textarea:focus {
    background-color: #FAF9DC;
}
#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    right: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#askQuestion .btn-fld, #interestForm .btn-fld {
    width: 100%;
    overflow: hidden;
    padding: 12px 20px 12px 30px;
}
#askQuestion .txt-fld label, #interestForm .txt-fld label {
    display: block;
    float: right;
    width: 90px;
    padding-top: 8px;
    color: #222;
    font-size: 1.3em;
    text-align: right;
}
#askQuestion .txt-fld textarea, #interestForm .txt-fld textarea {
    font-size: 1em!important;
    height:100px;
}
#askQuestion .txt-fld input, .txt-fld textarea, #interestForm .txt-fld input {
    resize:none;
    width: 244px;
    padding: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 1.2em; color: #222;
    background: #F7F7F7;
    outline: none;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #E7E6E6;
    border-bottom: 1px solid #E7E6E6;
}
#askQuestion .txt-fld input.good_input, #interestForm .txt-fld input.good_input {
    background: #DEF5E1 url(../../dist/images/good.png) 10px center no-repeat;
}
#askQuestion .txt-fld input.error_input, #interestForm .txt-fld input.error_input {
    background: #FDE0E0 url(../../dist/images/error.png) 10px center no-repeat;
}
#askQuestion .txt-fld textarea.good_input, #interestForm .txt-fld textarea.good_input {
    background: #DEF5E1;
}
#askQuestion .txt-fld textarea.error_input, #interestForm .txt-fld textarea.error_input {
    background: #FDE0E0;
}
#askQuestion .btn-fld button, #interestForm .btn-fld button {
    float: left;
    background: #3F9D4A;
    border: none;
    width: auto;
    overflow: visible;
    font-size: 1.4em;
    color: #FFF;
    padding: 7px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
.modal_close {
    position: absolute;
    top: 12px;
    left: 12px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../../dist/images/modal_close.png);
    z-index: 2;
}
#askQuestion-header h2, #interestForm-header h2 {
    color: #444;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 3px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#askQuestion-header p, #interestForm-header p {
    color: #444;
    font-size: 1.3em;
    margin: 0;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); 
    text-shadow: none;
}

.free-banner {
	margin-top: 25px;
}
