/*=======================
Theme: Ebook Landing Page Template
Author: JLP Media
Email: jennpereira13@gmail.com / lianplameras@gmail.com
Version: 1.0
Date Created: September 16, 2014
=======================
CSS Style Structure
- Import Fonts
- General
- Preloader
- Home Section
- Things that You will Learn
- Subscription
- Overview 
- Facts Counter
- Reviews Section
- Download 
- Other Books Section
- Toggle Contact Section
- Awards Section
- Footer Section
=======================*/

/**************************
****** Import Fonts *******
**************************/
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);

@import url(http://fonts.googleapis.com/css?family=Muli:300,400,400italic,300italic);

/**************************
********* General *********
**************************/
body,
html {
    overflow-x: hidden;
    font-family: 'Muli', sans-serif;
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

html {
    font-size: 100%;
}

body {
    overflow: hidden;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

p {
    font-size: 0.85rem;
    line-height: 1.625em;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

a {
    font-size: 1em;
    line-height: 1.625rem;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3 {
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 3rem;
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
}

h2 {
    font-size: 2.5rem;
    line-height: 3.6rem;
    margin-bottom: 1.7rem;
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
}

h3 {
    font-size: 1.2rem;
    line-height: 2.25rem;
    font-weight: 300;
}

h4 {
    font-family: 'Muli', sans-serif;
    font-size: 0.85rem;
    line-height: 1.625rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
}

h5 {
    font-family: 'Muli', sans-serif;
    font-size: 0.8125rem;
    line-height: 1rem;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

ul {
    list-style: none;
}

ul,
menu,
dir {
    display: block;
    list-style: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 00px;
}

li {
    margin-top: 1.625em;
}

li a {
    display: inline;
}

hr {
    margin-top: 4.568em;
    margin-bottom: 4.568em;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.padding-left {
    padding-left: 60px;
}

.bottom {
    padding-bottom: 40px;
}

.top {
    padding-top: 20px;
}

.space {
    padding-top: 40px;
    padding-bottom: 40px;
}

.highlight {
    color: #fb0007;
}

.black {
    color: #000000;
}

span.bold {
    font-weight: 700;
}

span.light {
    font-weight: 300;
}

a.btn {
    margin: 0 10px 0 0;
}

.dark {
    background: #000000;
    color: #ffffff;
}

.light {
    background: #ffffff;
    color: #000000;
}

/**************************
******** Preloader ********
**************************/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 9999;
    /* makes sure it stays on top */
}

#status {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0%;
    /* centers the loading animation horizontally one the screen */
    top: 15%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../img/loading.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    /*margin: -100px 0 0 -100px; */
    /* is width and height divided by two */
}

/**************************
****** Home Section *******
**************************/
#ka-top {
    position: relative;
    z-index: 0;
    overflow: hidden;
    color: #ffffff;
}

#ka-top .lead {
    font-weight: 500;
}

#ka-top .rbigger {
    font-size: 110%;
    font-weight: 500;
}

img.logo {
    height: 40px;
}

.coloroverlay {
    padding-top: 120px;
    padding-bottom: 80px;
    background: rgba(251, 0, 7, 0.7);
}

.btn-colored {
    padding: 15px 25px;
    background-color: #fb0007;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
}

.btn-colored:hover {
    background-color: #265F96;
    color: #ffffff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#ka-top .coloroverlay {
    padding-top: 80px;
}

.btn-learn {
    margin-bottom: .5rem !important;
}

.btn-learn {
    padding: 15px 25px;
    background-color: transparent;
    color: #ffffff;
    font-weight: 600;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    border-radius: 0px;
    border: 1px solid #ffffff;
}

.btn-learn:hover,
.btn-learn:focus {
    background-color: #ffffff;
    color: #212C3C;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.btn-download {
    padding: 15px 25px;
    background-color: #212C3C;
    color: #ffffff;
    font-weight: 600;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    border-radius: 0px;
    border: 1px solid transparent !important;
}

.btn-download:hover {
    background-color: #ffffff;
    color: #212C3C;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.btn-lined {
    padding: 15px 25px;
    background-color: #212C3C;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 1px solid #212C3C;
}

.btn-lined:hover {
    background-color: transparent;
    color: #212C3C;
    border: 1px solid #212C3C;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

/**************************
Things that You will Learn
**************************/
#learn {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
    position: relative;
    display: block;
    z-index: 20;
}

.section-title {
    text-align: center;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 60px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .dl-horizontal dd {
        margin-left: 80px;
    }
}

dt i.fa {
    margin-top: 10px;
}

/**************************
******* Subscription ******
**************************/
#subscribe {
    background: #fb0007;
    padding-top: .4rem;
    /*padding-bottom: 5.4rem;*/
    text-align: center;
    color: #ffffff;
}

/*#subscribe > .coloroverlay {
    background: rgba(251, 0, 7, 0.7);
}
*/

.form-group {
    width: 100%;
    vertical-align: middle;
}

input.subscribe-input {
    background: rgba(255, 255, 255, 1);
    padding: 12px 20px;
    width: 395px;
    height: 70px;
    margin-right: -5px;
    font-weight: 100;
    border-radius: 0px;
    color: #000000;
    border: transparent !important;
}

.subscribe-input:focus {
    outline: 0;
}

.subscribe-submit {
    padding: 12px 40px;
    height: 70px;
    background: #212C3C;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
    border: transparent !important;
}

.subscribe-submit:hover {
    color: #ffffff;
    background-color: #3C557A;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

span.subscription-error,
span.subscription-success {
    display: block;
    line-height: 2rem;
}

button#subscribe-button {
    outline: none;
}

/**************************
********* Overview ********
**************************/
#overview {
    margin: 0px;
    padding-top: 6rem;
    padding-bottom: 8rem;
    height: auto;
    display: block;
    text-align: left;
    overflow: hidden;
}

.section-title {
    text-align: center;
    margin-bottom: 1.625rem;
}

.content-left {
    text-align: right;
    padding-right: 2rem;
    padding-bottom: 6.5rem;
}

.content-right {
    text-align: left;
    padding-left: 2rem;
    padding-bottom: 6.5rem;
}

.center img {
    overflow: hidden;
}

.overview {
    margin-top: 3.25rem;
}

/*video {
    width: 100%    !important;
    height: auto   !important;
}
*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16: 9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**************************
******* Facts Counter *****
**************************/
#tidbitFacts {
    text-align: center;
    color: #ffffff;
}

/*#tidbitFacts .container .col-md-12 {
    vertical-align: middle;
    background-color: green;
}
*/
#tidbitFacts h6 {
    font-size: 118%;
    font-weight: bold;
    text-transform: uppercase;
}

#tidbitFacts .hideWhenSmall {
    display: none;
}

@media (min-width: 768px) {
    #tidbitFacts h6 {
        font-size: 130%;
    }
    #tidbitFacts .hideWhenSmall {
        display: block;
    }
}

#tidbitFacts > .coloroverlay {
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgba(251, 0, 7, 0.7);
}

.vertical-align {
    display: flex;
    flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
    /* Align the flex-items vertically */
    justify-content: center;
    /* Optional, to align inner flex-items 
       horizontally within the column  */
}

/**************************
********* Reviews *********
**************************/
#reviews {
    text-align: left;
    padding-top: 4.4rem;
    text-align: center;
}

.review h1 {
    font-size: 1rem;
    font-weight: 300;
    font-style: italic;
    line-height: 2.00rem;
}

#owl-reviews .review img {
    width: 75px;
    height: 75px;
    margin-top: 40px;
    margin: 0 auto;
}

#reviews .rname {
    font-weight: bold;
    font-size: 121%;
    text-transform: uppercase;
}

span.fa.fa-star {
    padding: 2px;
}

/**************************
********* Download ********
**************************/
#download {
    color: #ffffff;
    position: relative;
    display: block;
    z-index: 20;
    text-align: center;
}

#download p.lead {
    font-weight: bold;
}

#download p:last-child {
    margin-bottom: 0;
}

#download > .coloroverlay {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    background: rgba(251, 0, 7, 0.7);
}

i.fa.fa-2x {
    vertical-align: middle;
    padding: 0 5px;
}

.add-space {
    padding-top: 40px;
}

/**************************
*** Other Books Section ***
**************************/
#books {
    margin: 0px;
    padding-top: 4.5rem;
    padding-bottom: 4rem;
    position: relative;
    display: block;
    z-index: 100;
    text-align: center;
}

#owl-books {
    margin-top: 3.4rem;
}

.item {
    margin: 1rem;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}

.item a:hover {
    cursor: url(../img/cursor.png), auto;
}

.item a:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -ms-transition: all 1s ease;
    /* IE 9 */
    -o-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
}

#books .owl-theme .owl-controls .owl-prev {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    width: 55px;
    height: 55px;
    background: #fb0007;
    top: 40%;
    left: 0%;
    border-radius: 0px;
}

#books .owl-theme .owl-controls .owl-next {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    width: 55px;
    height: 55px;
    background: #fb0007;
    top: 40%;
    right: 0%;
    border-radius: 0px;
}

.owl-controls i.fa {
    padding: 12px 0;
    position: relative;
}

/**************************
**** About the Author ****
**************************/
#bekAbout {
    padding-top: 4.5rem;
    padding-bottom: 2.8rem;
    background: #fb0007;
    color: #ffffff;
}

/*#bekAbout .bek-pic {
}
*/
@media (min-width: 768px) {
    #bekAbout .bek-pic {
        text-align: left;
        margin-left: 0;
    }
}

.social-icons li {
    display: inline;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    color: #ffffff;
}

.social-icons li a {
    color: #ffffff;
}

.social-icons li a:hover {
    color: #212C3C;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
}

/*****************************
*** Toggle Contact Section ***
*****************************/
#contactbtn {
    text-align: center;
    cursor: pointer;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    background: #212C3C;
}

#contactbtn:hover span {
    color: #fb0007;
}

#contactbtn a {
    color: #ffffff;
}

#contactbtn h2 span {
    font-size: 69%;
}

#contact {
    text-align: center;
    padding-bottom: 5.5rem;
    display: none;
    background: #212C3C;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

button.btn.btn-learn {
    outline: none;
}

section#contact .form-group {
    margin-bottom: 25px;
    width: 100%;
    vertical-align: middle;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
    border-radius: 0px;
    color: #ffffff;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 206px;
}

section#contact .form-control:focus {
    border-color: #ffffff;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    -webkit-font-smoothing: antialiased;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
    font-family: 'Muli', sans-serif;
    -webkit-font-smoothing: antialiased;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
    font-family: 'Muli', sans-serif;
    -webkit-font-smoothing: antialiased;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
    font-family: 'Muli', sans-serif;
    -webkit-font-smoothing: antialiased;
}

section#contact .text-danger {
    color: #ffffff;
    font-size: 0.75rem;
    margin-top: -15px;
}

.alert-danger {
    color: #ffffff;
    background-color: transparent !important;
    letter-spacing: 1px;
    font-weight: lighter;
    border-color: transparent !important;
    border-radius: 0px;
}

#contact .close {
    color: #ffffff;
    opacity: 0.5;
}

.alert-success {
    color: #ffffff;
    letter-spacing: 1px;
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 0px;
}

/**************************
****** Awards Section *****
**************************/
#awards {
    text-align: center;
    padding-top: 5.4rem;
}

/**************************
****** Footer Section *****
**************************/
#footer {
    text-align: center;
    padding-bottom: 6.5rem;
}

#footer p {
    font-size: 14px;
}

#ka_copyright, #ka_copyright:visited {
    color: white;
}

#ka_copyright:hover {
    color: #fb0007;
}

.socials ul li {
    display: inline-block;
    padding: 5px;
}

.dark .socials li a {
    color: #ffffff;
}

.light .socials li a {
    color: #212C3C;
}

.socials li a:hover {
    color: #fb0007;
}