/*=======================
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('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,600');

/**************************
********* General *********
**************************/
body,
html {
    overflow-x: hidden;
    font-family: 'Assistant', 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: 18px;
	line-height: 1.625em;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	
	
}
a {
    font-size: 18px;
    line-height: 1.625rem;
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    text-decoration: none;
	
}
a:hover { text-decoration: none }
h1,
h2,
h3 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    -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: 'Assistant', sans-serif;
    font-size: 0.90rem;
    line-height: 1.625rem;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
h5 {
    font-family: 'Assistant', sans-serif;
    font-size: 0.8125rem;
    line-height: 1rem;
    font-weight: 400;
    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: #2468A9 }
.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;
}
.light1{
	
	color: #000000;
}
.firstcharacter {
	float: left;
	font-family: Georgia;
	font-size: 80px;
	line-height: 65px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
}

/**************************
******** 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/ajax-loader.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 *******
**************************/
#home {
    position: relative;
    z-index: 0;
    overflow: hidden;
    color: #ffffff;
}
img.logo { height: 40px }
.coloroverlay {
    padding-top: 120px;
    padding-bottom: 80px;
    background: rgba(0, 90, 143, 0.9);
}
.btn-colored {
    padding: 15px 25px;
    background-color: #2468A9;
    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;
}
.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 }




/**************************
********* 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%;
}



/**************************
********* 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;
}
span.fa.fa-star { padding: 2px }

/**************************
********* Download ********
**************************/
#download {
    color: #ffffff;
    position: relative;
    display: block;
    z-index: 20;
    text-align: center;
}
#download > .coloroverlay {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    background: rgba(0, 90, 143, 0.9);
}

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: 6.5rem;
    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: #2468A9;
    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: #2468A9;
    top: 40%;
    right: 0%;
    border-radius: 0px;
}
.owl-controls i.fa {
    padding: 12px 0;
    position: relative;
}

/**************************
**** About the Author ****
**************************/
#about {
    padding-top: 4.5rem;
    background: #2468A9;
    color: #ffffff;
}
.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;
}
.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;
}

#about1 {
    padding-top: 4.5rem;
    background: #dcdcdc;
    color: #ffffff;
}
.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;
}
.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;
}


/**************************
****** 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;
}

.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: #2468A9;
}
